summaryrefslogtreecommitdiff
path: root/src/plugins/qt4projectmanager/projectloadwizard.cpp
Commit message (Expand)AuthorAgeFilesLines
* Make Open Project wizard skippableDaniel Teske2012-02-031-92/+0
* Long live the king!hjk2012-01-261-1/+1
* Merge remote-tracking branch 'origin/2.4'Eike Ziller2011-11-111-2/+2
|\
| * all: s/info@qt.nokia.com/qt-info@nokia.com/hjk2011-11-031-2/+2
* | Simplfy code in ProjectLoadWizardDaniel Teske2011-10-251-27/+6
|/
* Move wizards' cancel button to the left on Mac.Eike Ziller2011-09-221-1/+11
* Header cleanup in Qt4ProjectManager.Friedemann Kleint2011-08-181-0/+2
* Fix/add copyright headersTobias Hunger2011-05-061-1/+1
* Do not override mouse cursor needlesslyTobias Hunger2011-05-041-5/+2
* Show wizard's cancel button even on Mac.con2011-04-261-1/+2
* Update license.hjk2011-04-131-14/+13
* UI text: fix capitalizationLeena Miettinen2011-03-221-1/+1
* Qt4ProjectManager: New TargetSetupPagedt2011-02-221-6/+1
* Qt4projectManager: Refactor Qt4Target, split up in per target classesdt2011-01-171-10/+2
* It's 2011 now.con2011-01-121-1/+1
* License headers.con2010-12-171-7/+11
* Make wizards containing the targetsetuppage biggerTobias Hunger2010-08-181-0/+1
* Yet another include purging spree.Friedemann Kleint2010-07-131-0/+1
* Removed unneeded reimplementation of virtual function.Robert Loehning2010-07-061-6/+0
* Fix scanning for directories in projectloadwizardTobias Hunger2010-07-051-5/+1
* Show proper cursor when displaying projectloadwizardTobias Hunger2010-06-081-2/+6
* Fix targetsetuppage's shadowbuild dirsTobias Hunger2010-06-081-1/+1
* Remove the side widget of the ProjectLoadWizardTobias Hunger2010-04-231-3/+2
* Add cancel button to project import wizardTobias Hunger2010-04-141-1/+1
* Only offer to import directories building the sourcesTobias Hunger2010-04-131-2/+6
* Always show import wizardTobias Hunger2010-04-081-3/+0
* Fix possible crash on project importTobias Hunger2010-04-011-9/+9
* Replace QWizard with Utils::WizardJarek Kobus2010-03-311-2/+3
* Update projectloadwizardTobias Hunger2010-03-291-137/+28
* Add method to retreive valid Qt versions onlyTobias Hunger2010-03-261-6/+1
* Introduce method to access the project directoryTobias Hunger2010-03-251-1/+1
* Start on a build step for creating symbian package.con2010-03-161-2/+2
* Show TargetSelectionPage when opening .pro filesTobias Hunger2010-03-101-29/+52
* Long live the king!hjk2010-03-051-1/+1
* Fix possible core dumpTobias Hunger2010-03-041-1/+1
* qWarning when failing to create default target settingsTobias Hunger2010-02-191-3/+7
* Clean up qt4 projectloadwizardTobias Hunger2010-02-181-27/+3
* Rename QMake to qmake since that's the official spelling.dt2010-02-171-1/+1
* Integrate target supportTobias Hunger2010-02-091-21/+44
* Fix some code scanning issues.Friedemann Kleint2010-02-011-2/+4
* Make method naming more consistent.Tobias Hunger2010-01-071-1/+1
* Move extractSpec and removeSpec to Qt4BuildConfigurationdt2009-11-301-2/+3
* Use QFlags<> for QmakeBuildConfig that removes a few casts.dt2009-11-191-6/+6
* Fix -spec handlingdt2009-11-101-0/+11
* Merge commit '2be0845c7492ad991f23ce5c90c322df788b62b5'con2009-10-291-1/+2
|\
| * Add a window title to the Import existing build settings dialogdt2009-10-271-1/+2
* | The qtversions's toolchain now depends on the actual compiler not mkspecdt2009-10-221-18/+1
|/
* Add both "debug" and "release" build configurations, not only "release".con2009-10-091-33/+6
* Remove unused variable.dt2009-10-061-1/+0
* Changing string based api to BuildConfiguration based api.con2009-10-011-15/+10