aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/qt4projectmanager/qt4project.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix bug with importanting a build with an not yet existing qt.dt2009-10-121-0/+1
* Add both "debug" and "release" build configurations, not only "release".con2009-10-091-3/+39
* Fix windows build.con2009-10-011-2/+2
* Build configuration factory now adds configurations directly.con2009-10-011-9/+5
* Configuration types for each Qt Version.con2009-10-011-8/+31
* Fill the "Add" build configuration menu with values from factory.con2009-10-011-3/+3
* Changing string based api to BuildConfiguration based api.con2009-10-011-70/+119
* Fix Qt4Project::toolchain() returning a wrong thing.dt2009-09-231-10/+2
* Canceling the wizard for a new cmake build configuration still created.dt2009-09-231-1/+2
* Fixes a warning about a unused parameterdt2009-09-171-0/+2
* Find Qt installation by specification of qmake rather than a "Qt dir".Daniel Molkentin2009-09-031-3/+3
* Remove dependency of rvct toolchain and gcce toolchain on qt4project.dt2009-09-031-9/+18
* Use the theme background color for panel line editsThorbjørn Lindeijer2009-08-311-5/+0
* Compile without rtti supportdt2009-08-271-3/+3
* Fix worngly aggregating all DEFINES from all .pro files.dt2009-08-211-1/+1
* Remove debugging output, running qmake works for most people.dt2009-08-171-4/+6
* long live the kinghjk2009-08-141-1/+1
* Rework the project settings.dt2009-08-061-4/+4
* Start on rvct support.con2009-08-051-0/+4
* Fix wrong importing of old settings overwritting a release configurationdt2009-08-051-1/+1
* Fix for #Command not having a -spec argument.dt2009-07-291-1/+5
* Some steps towards making qmakestep and makestep not mandotary.dt2009-07-271-6/+9
* Less debugging outputdt2009-07-241-6/+0
* More import fixes and tweaksdt2009-07-241-4/+3
* Case insesitive for specs comparision for windowsdt2009-07-241-0/+5
* Move the function comparing settings and Makefile to Qt4Projectdt2009-07-231-0/+101
* Parse the Makefile in the importing case a lot betterdt2009-07-221-5/+10
* Remove the qmakeStep() function from qt4Projectdt2009-07-211-10/+0
* Move the qmake config settign into qt4project.dt2009-07-211-0/+19
* Fix crash if we are adding a qtversion while still loading the project.dt2009-07-171-7/+7
* Added a FakeVim color themeThorbjørn Lindeijer2009-07-141-1/+1
* Delete toolchain in more intelligent way.con2009-07-141-10/+21
* Removing some unused semicolons after Q_UNUSEDAlessandro Portale2009-07-131-1/+1
* micro-optimizationOswald Buddenhagen2009-07-101-1/+1
* Allow restoreSettings() to fail,dt2009-07-031-2/+2
* Don't add $QT_INSTALL_HEADERS/Qt to the include paths.Roberto Raggi2009-06-261-3/+6
* toolChain() might return a null pointerdt2009-06-261-3/+7
* Fix crash after importing a Qt 4 project.Friedemann Kleint2009-06-251-2/+4
* Update the enabled state of run configurations on toolchain change.con2009-06-241-2/+19
* Make target information update also for non-Qt4RunConfigurationscon2009-06-241-6/+1
* Remove the project parameter to ToolChain::defaultMakeTarget again.con2009-06-241-1/+10
* Move tool chain object from Qt version to project.con2009-06-241-2/+11
* Add the environment from the right tool chain.con2009-06-241-0/+1
* Make it possible to actually select a tool chain.con2009-06-241-3/+21
* Make QtVersion's toolchain variable.con2009-06-241-3/+8
* gcce toolchain needs default make target dependent on debug/release.con2009-06-241-1/+1
* Create a wingcce toolchain.con2009-06-241-0/+5
* Update license headers and sales contact details.Jason McDonald2009-06-171-2/+2
* Add a few options to the runconfigurations base environmentdt2009-06-021-1/+1
* Adjust environment to changes in the baseenvironmentdt2009-05-271-1/+8