aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/projectexplorer/projectexplorer.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix crash on session restoredt2010-06-071-35/+18
* Allow F1 on projects modeDaniel Molkentin2010-06-071-0/+1
* New dialog: Replace "Preferred wizards" concept by remembering the last categoryDaniel Molkentin2010-05-191-15/+0
* Fix the project name in the build menudt2010-05-101-3/+3
* Rename IPlugin::shutdown --> IPlugin::aboutToShutdowncon2010-04-281-2/+2
* Modify behaviour of sessions on the welcomescreen and tweak the session managerDaniel Molkentin2010-04-211-1/+1
* Separated child-process stdout/stderr, and seperated "our" output/errors.Erik Verbruggen2010-04-191-6/+6
* Moved "Application Output" formatting to a specialized formatter.Erik Verbruggen2010-04-191-18/+4
* Add option to clear the "Application Output" on a new run.Erik Verbruggen2010-04-161-0/+4
* Enable the build project action if the project has buildable dependenciesdt2010-04-141-3/+14
* add missing tr()Oswald Buddenhagen2010-04-061-1/+1
* Fix unload action in context menu.dt2010-03-291-1/+1
* Replace "set build/run configuration" menus with select target commanddt2010-03-261-104/+9
* Use startup project not current project for buildingdt2010-03-261-26/+116
* setStartupProject(0) now works as it shoulddt2010-03-261-9/+1
* Simplfy code dealing with the projects pagedt2010-03-251-1/+0
* Introduce method to access the project directoryTobias Hunger2010-03-251-2/+1
* Fix updating run control buttons when project has no active runconfigLasse Holmstedt2010-03-241-3/+12
* Introduced a single convenient function for updating additional contextsThorbjørn Lindeijer2010-03-231-13/+8
* Don't create Welcome mode pages when there is no Welcome modeThorbjørn Lindeijer2010-03-221-12/+7
* Header cleaning spree in Core/Debugger and Symbian/Maemo-code of Qt4.Friedemann Kleint2010-03-181-0/+2
* Header cleanup in ProjectExplorer and Qt4ProjectManagerFriedemann Kleint2010-03-171-74/+1
* Custom wizards: Add option -customwizard-verbose.Friedemann Kleint2010-03-171-2/+8
* Only attempt to connect debugger if debug mode is activatedLasse Holmstedt2010-03-171-1/+1
* Remove Qt Creator 1.0 compability codedt2010-03-151-17/+0
* Fix wrong en/disabling of actionsdt2010-03-151-2/+6
* Wizards/Custom Wizards: Add code.Friedemann Kleint2010-03-121-0/+5
* Show different tooltips for run/debug actions when no project selectedLasse Holmstedt2010-03-081-0/+11
* Long live the king!hjk2010-03-051-1/+1
* Disable run controls if no qml file is selectedLasse Holmstedt2010-03-051-2/+10
* Save project settings when leaving the "projects" modemae2010-02-251-2/+7
* Disable Project Mode if no projects are loadedTobias Hunger2010-02-221-9/+17
* Make the panel action sunken when panel is openJens Bache-Wiig2010-02-221-0/+1
* Fixed an animation glitch with the sidebarJens Bache-Wiig2010-02-221-2/+1
* Some polish for the actionbarJens Bache-Wiig2010-02-221-1/+3
* Fix buildSession if some projects have no active buildconfigurationdt2010-02-191-7/+14
* Split updateToolBarActions again.dt2010-02-171-11/+10
* Integrate target supportTobias Hunger2010-02-091-33/+55
* Added "Open with" menu to FolderNavigationWidget.Robert Loehning2010-02-031-11/+19
* Fix some code scanning issues.Friedemann Kleint2010-02-021-3/+3
* Fix some code scanning issues.Friedemann Kleint2010-02-011-6/+5
* Foldernavigationwidget: Add "Open Terminal" and "Open Explorer".Friedemann Kleint2010-01-261-72/+6
* Fixes for FancyActionBar and TargetSelector.Daniel Molkentin2010-01-221-3/+3
* New project mode layout, first part.con2010-01-221-1/+2
* Add first version of a new sidebar, including project selector.Daniel Molkentin2010-01-211-8/+32
* Rename IWizard::Kind --> IWizard::WizardKind, add some logic for which wizard...con2010-01-151-0/+15
* Move BuildStep::init() to where they are added to the buildqueuedt2010-01-131-0/+1
* VCS[vcs,p4,svn,hg]: Use VCManager for delete operations.Friedemann Kleint2010-01-111-1/+1
* Remove duplicate inclusions of headersTobias Hunger2010-01-111-2/+0
* BuildConfigurations know their project, these signals can be simplerdt2010-01-081-1/+0