aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/projectexplorer/projectexplorer.cpp
Commit message (Expand)AuthorAgeFilesLines
* Update LicenseEike Ziller2015-01-161-6/+6
* ProjectExplorer: Fix unload project from context menuDaniel Teske2014-12-041-1/+10
* Fix crash on unloading projectDaniel Teske2014-12-021-1/+4
* ProjectExplorer: Fix disabled "Close Project" after closing projectDaniel Teske2014-11-241-2/+3
* ProjectExplorer: Fix crash on renamingDaniel Teske2014-11-181-5/+12
* Deprecate 'CurrentSession' in macros.hjk2014-11-071-6/+9
* MacroExpander: Remove unused method and includehjk2014-11-061-0/+1
* Replace some genitive of lifeless thingshjk2014-10-271-4/+4
* JsonWizard: Make TargetSetupPage available to JsonWizardsTobias Hunger2014-10-231-0/+1
* JsonWizard: Add page to query for project parametersTobias Hunger2014-10-231-0/+1
* ProjectExplorer: Fix compile for older gccChristian Stenger2014-10-221-1/+1
* Move uses of ProjectMacroExpander closer to build configurationhjk2014-10-221-1/+0
* MacroExpander: Set the "legacy" global project values directlyhjk2014-10-221-30/+52
* Make expanders work with subexpandershjk2014-10-211-1/+1
* VariableChooser: Reworkhjk2014-10-151-2/+3
* MacroExpander: Allow registering local expansionshjk2014-10-151-14/+15
* JsonWizard: Add a customizeable pageTobias Hunger2014-10-141-0/+1
* Merge "Merge remote-tracking branch 'origin/3.2'"Eike Ziller2014-10-141-7/+8
|\
| * Merge remote-tracking branch 'origin/3.2'Eike Ziller2014-10-141-7/+8
| |\
| | * License updateEike Ziller2014-10-091-7/+8
* | | ProjectExplorer: Remove redundant namespace qualificationsOrgad Shaneh2014-10-141-40/+39
|/ /
* | ProjectExplorer: Fix invisible Run submenuFinn Brudal2014-10-131-0/+2
* | Fix handling of current node if project tree view is hiddenDaniel Teske2014-10-091-0/+34
* | ProjectMacroExpander: Actually make it workDaniel Teske2014-10-091-0/+2
* | JsonWizard: Add File- and Summary pagesTobias Hunger2014-09-301-0/+4
* | Merge remote-tracking branch 'origin/3.2'Eike Ziller2014-09-291-3/+4
|\|
| * Session: Fix compilationRobert Loehning2014-09-261-4/+4
| * Session: Fix saving session data on shutdown from project modeDaniel Teske2014-09-261-3/+4
* | ProjectExplorer: Fix connection after slot movehjk2014-09-261-2/+2
* | ProjectExplorer: Fix connection after slot movehjk2014-09-261-1/+2
* | ProjectExplorer: Apply static pattern to ProjectExplorerPluginhjk2014-09-261-673/+677
* | JsonWizard: Add FileGeneratorTobias Hunger2014-09-241-1/+4
* | Add JsonWizardTobias Hunger2014-09-191-0/+8
* | SessionManager::openProjects: Don't processEvents() for just one projectDaniel Teske2014-09-151-1/+2
* | Project Explorer: fix possible nullptr derefs and remove deadErik Verbruggen2014-09-111-4/+4
* | Do not build unconfigured projects when selecting Build AllFinn Brudal2014-09-101-1/+1
* | Remove Qt version checks.Christian Kandeler2014-09-081-18/+0
* | Compile fixhjk2014-09-041-1/+1
* | ProjectExplorer: Streamline the canRun(Project) functionshjk2014-09-041-44/+49
* | ProjectWindow: Cache widgets that are used on the project modeDaniel Teske2014-09-031-1/+1
* | ProjectExplorer: Fix crash on renaming filesDaniel Teske2014-09-021-1/+2
* | Unload Project: Readd to context menuDaniel Teske2014-09-021-2/+10
* | ProjectExplorer: Unload project show all projectsDaniel Teske2014-08-311-9/+35
* | ExtensionSystem: Remove Qt4 supportEike Ziller2014-08-271-2/+0
* | Kit: Allow setting kit specific environment variablesVolker Vogelhuber2014-08-251-0/+1
* | Use Qt 5's QStringList::join(QChar)hjk2014-08-251-1/+1
* | Merge remote-tracking branch 'origin/3.2'Oswald Buddenhagen2014-08-051-4/+37
|\|
| * CustomExecutableRunConfiguration: Remove nested event loopDaniel Teske2014-08-041-4/+32
| * ProjectExplorer: Do not offer "Remove Project" unconditionally.Christian Kandeler2014-07-241-0/+5
* | IFeatureProvider: Add register method for IFeatureProviders to IWizardFactoryTobias Hunger2014-07-301-1/+1