aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/projectexplorer/projectexplorer.cpp
Commit message (Expand)AuthorAgeFilesLines
* Theme: Separate run/stop/interrupt icons in menusAlessandro Portale2016-04-211-2/+2
* Icons: Move Run/Stop/Interrupt from projectexplorer to coreAlessandro Portale2016-04-101-2/+3
* ProjectExplorer: Remove old "clean" icon. Re-use the new one.Alessandro Portale2016-04-081-3/+1
* ProjectExplorer: New "rebuild" iconAlessandro Portale2016-04-081-3/+1
* ProjectExplorer: Rename RunConfiguration:Name -> CurrentRun:NameOrgad Shaneh2016-04-011-0/+9
* ProjectExplorer: Do not needlessly try to rename filesTobias Hunger2016-03-301-0/+3
* ProjectExplorer: Rename local variable and add some constsTobias Hunger2016-03-301-10/+10
* Add "e" as nmenomic for File > SessionsMitch Curtis2016-03-231-1/+1
* Debugger: Avoid switching to debug when the inferior started (or failed)Eike Ziller2016-03-171-7/+5
* ProjectExplorer: Remove project parameter from PEP::canRun()hjk2016-03-101-3/+3
* Delay kit initialization until after the UI is upTobias Hunger2016-03-071-4/+7
* ProjectExplorer: Delete file even if failed to removeOrgad Shaneh2016-03-071-1/+2
* QbsPM: Do not delay initial parsingOrgad Shaneh2016-03-021-0/+1
* ProjectExplorer: Enable the document factory to handle directories.Friedemann Kleint2016-02-291-16/+5
* ProjectExplorer: Fixed "New file" dialog population.Tobias Hunger2016-02-261-4/+5
* ProjectExplorer: Remove debug codeTobias Hunger2016-02-021-79/+1
* ProjectExplorer: Re-enable Tools>Options>Build & Run>General pageTobias Hunger2016-02-021-1/+2
* ProjectExplorer: Use Qt5-style connectsOrgad Shaneh2016-02-011-5/+9
* CppTools: Remove all references to the tool chain in the project partMarco Bubke2016-02-011-2/+1
* QMakeProjectManager: Avoid usage of global thread pool.Eike Ziller2016-01-281-0/+7
* Update License according to agreement with Free Qt FoundationTobias Hunger2016-01-191-17/+12
* Wizards: Better selection of project wizards to showTobias Hunger2016-01-191-6/+14
* Project: Add setDocument methodTobias Hunger2016-01-111-2/+1
* Flat and themeable side bar iconsAlessandro Portale2015-12-031-4/+5
* Themed Icons: Introduce Utils::IconAlessandro Portale2015-11-251-11/+10
* Consistently use Utils::FileNameListTobias Hunger2015-11-161-1/+1
* SelectableFilesModel: Use Utils::FileNameTobias Hunger2015-11-131-2/+3
* Merge remote-tracking branch 'origin/3.6'Eike Ziller2015-11-121-10/+7
|\
| * ProjectExplorer: Do not kill applications when deployingTobias Hunger2015-11-121-10/+7
* | FolderNodes: Specify filter for Add Existing DirectoryTobias Hunger2015-11-091-0/+1
* | ProjectExplorer: Fix compile with gcc 4.7.3Christian Stenger2015-11-051-1/+1
* | Core: Replace ICoreListener by std::functionshjk2015-11-041-2/+2
* | ProjectNode: Rename path() to filePath()Tobias Hunger2015-11-031-10/+10
* | Merge remote-tracking branch 'origin/3.6'Eike Ziller2015-10-301-26/+36
|\|
| * ProjectExplorer: Use native separators when reporting filesTobias Hunger2015-10-291-6/+8
| * ProjectExplorer: Clean up includes a bitTobias Hunger2015-10-291-4/+1
| * ProjectExplorer: Report when file renaming failsTobias Hunger2015-10-281-0/+11
| * ProjectExplorer: Sprinkle QDir::toNativeSeparators over warning messagesTobias Hunger2015-10-281-9/+13
| * ProjectExplorer: Remove useless methodTobias Hunger2015-10-271-7/+3
* | Merge remote-tracking branch 'origin/3.6'Eike Ziller2015-10-261-15/+9
|\|
| * Project explorer: fix UI textLeena Miettinen2015-10-261-3/+3
| * BuildConfiguration: Add static helper to turn buildtype into a stringTobias Hunger2015-10-231-10/+4
| * CurrentBuild:Type: Do not mark these strings as translatableTobias Hunger2015-10-231-3/+3
| * Introduce Profile build modeUlf Hermann2015-10-201-0/+2
| * ProjectExplorer: Do not resolve symlinks when opening a projectOrgad Shaneh2015-10-141-4/+2
* | Icon refresh: First step towards the new Qt Creator themesAlessandro Portale2015-10-231-3/+3
|/
* Add an option "Stop before build" for windows usersDaniel Teske2015-09-241-0/+49
* Simplify logic for showing UnconfiguredTargetPanel/TargetPanelDaniel Teske2015-09-181-3/+2
* ProjectExplorer: Check if the project can rename a specific fileDaniel Teske2015-09-161-2/+19
* ProjectExplorer: Simplify code for showing rename errorsDaniel Teske2015-09-151-8/+6