summaryrefslogtreecommitdiff
path: root/src/plugins/qt4projectmanager/qt4project.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* Missing defines and includepaths when using mingw toolchain.con2009-05-191-0/+1
* Add support for AMD64 compilers for MSVC.Daniel Molkentin2009-05-181-1/+1
* Add includes to the codemodel specified via PKGCONFIG in .pro filesdt2009-05-131-1/+15
* Adds dynamic ui completion. Wohoo :)dt2009-05-121-25/+0
* CompileRoberto Raggi2009-05-051-6/+6
* Add per file information on the inlucde paths and defines to qt4projectsdt2009-05-041-18/+96
* Fix $$OUT_PWD not beeing set for finding the target/destdirdt2009-04-281-12/+0
* Move QtVersionManager, QtVersion and QtOptionsPage backdt2009-04-281-2/+2
* Refactoring: Move QtVersionManager instance() into the ProjectExplorerdt2009-04-221-6/+10
* Refactoring: Move QtVersionManager to ProjectExplorer.dt2009-04-221-1/+1
* Long dead code. It even used the QWorkbench namespace.dt2009-04-201-2/+2
* Change the way the debugging library is build and found, yet again.dt2009-03-251-28/+0
* Fixes: Handle debug and release scopes for TARGET and DESTDIRdt2009-03-191-1/+41
* Fixes: Add a makeCommand() virtual function to ToolChaindt2009-03-161-1/+6
* More progress on the CMake plugindt2009-03-161-0/+1
* Fixes: Crash on importing a projectdt2009-03-121-9/+11
* Merge commit 'origin/1.0.0'Oswald Buddenhagen2009-03-021-0/+5
|\
| * Fixed: C++ parser configuration (2nd try).Roberto Raggi2009-02-261-0/+7
| * Fixes: change license headers to LGPLhjk2009-02-251-21/+17
* | Fixes: change file license headers to include LGPLhjk2009-02-251-21/+17
* | --debugRoberto Raggi2009-02-131-1/+2
* | Fixes: Another crashdt2009-02-131-4/+2
* | Merge branch 'master' of git@scm.dev.nokia.troll.no:creator/mainlinedt2009-02-131-2/+18
|\ \
| * | Fixes: Adjust the toolchain classes to make them work on windows.dt2009-02-121-2/+18
* | | Fixes: Another crashdt2009-02-131-1/+3
|/ /
* | Fixes: Add Linux icc to the supported toolchains.dt2009-02-121-1/+1
* | Fixes: Don't crash if we don't get any toolchain.dt2009-02-121-2/+6
* | Fixes: Add ToolChain classes.dt2009-02-111-32/+47
|/
* Fixes: On session restore, start less indexers.dt2009-01-281-0/+25
* replace Core::ICore::instance()->pluginManager() by ExtensionSystem::PluginM...hjk2009-01-201-3/+4
* replace ExtensionSystem::PluginManager::instance()->getObject<Core::ICore>() ...hjk2009-01-201-0/+1
* Remove #include <extensionsystem/pluginmanager.h> from icore.h, ahjk2009-01-191-3/+3
* Reintroduced a way to edit project dependenciesThorbjørn Lindeijer2009-01-161-11/+0
* Fixes: Gdbmacros are left even after clean.dt2009-01-161-1/+9
* Bump year in licence header.Daniel Molkentin2009-01-131-1/+1
* Fixes: - Multiple pro/pri entries in locator project filterscon2009-01-061-1/+0
* chancge Nokia GPL exception version from 1.2 to 1.3hjk2008-12-161-1/+1
* Fixes: Add migration code to qt4project.cpp for Link Debugging helperdt2008-12-151-1/+16
* Don't do a GC call when updating the project, it can remove useful "yet not p...Roberto Raggi2008-12-111-4/+0
* Fixes: Don't call Qt4ProFileNode::update on rebuild.dt2008-12-091-5/+5
* some more whitespace changeshjk2008-12-091-7/+7
* Merge branch '0.9.1-beta' of git@scm.dev.nokia.troll.no:creator/mainline into...dt2008-12-081-11/+15
|\
| * Protected m_dirty and m_projects with a mutex.Roberto Raggi2008-12-081-11/+15
* | Fixes: Find the qplatformdefs.h filedt2008-12-081-0/+3
|/
* Fixes: Memory usage for loading projects.prodt2008-12-051-17/+22
* Fixes: Mem leak in the pro file parser.dt2008-12-021-21/+44
* more code cosmeticshjk2008-12-021-0/+2
* off-by-one in headershjk2008-12-021-1/+0
* end-of-line whitespace correction of the new headershjk2008-12-021-10/+11
* Initial importcon2008-12-021-0/+897