summaryrefslogtreecommitdiff
path: root/src/plugins/projectexplorer
Commit message (Expand)AuthorAgeFilesLines
* Merge commit '3c85058694ee2e41658d17f524fb48f0b187d2fe'Eike Ziller2015-02-12334-1992/+1992
|\
| * Update LicenseEike Ziller2015-01-16336-2004/+2004
* | Merge commit 'd83fb4d63c9fd92e0e6f429cbd56fa244bddc093'Eike Ziller2015-02-121-0/+5
|\ \ | |/
| * ProjectExplorer: Suggest Winphone and WinRT mkspecs...David Schulz2015-01-151-0/+5
* | ProjectExplorer: Fix unit test testFlavorForOsChristian Stenger2015-02-101-1/+1
* | Valgrind: Support vgdbOrgad Shaneh2015-02-101-0/+1
* | ProjectExplorer/Valgrind: Disambiguate signal nameOrgad Shaneh2015-02-092-2/+2
* | ProjectExplorer: Add abi for VxWorksDaniel Teske2015-02-062-1/+26
* | ProjectExplorer: Remove unneeded qualificationsOrgad Shaneh2015-02-0629-161/+159
* | ProjectExplorer: Fix Collapse All actionOrgad Shaneh2015-02-051-1/+1
* | TaskModel: Harden taskmodelTobias Hunger2015-02-041-7/+10
* | ProjectExplorer: Use explicit namespaceOrgad Shaneh2015-02-041-1/+5
* | De-noise some ProjectExplorer/Utils qualificationsOrgad Shaneh2015-02-021-5/+5
* | Support multiple instances listening for debug output...Orgad Shaneh2015-02-023-4/+17
* | Replace QFileInfo::fileName() with FileName::fileName()Orgad Shaneh2015-01-296-14/+16
* | Retrieve output from journaldTobias Hunger2015-01-286-2/+325
* | LocalApplicationRunControl: De-noise a bitTobias Hunger2015-01-231-8/+7
* | ProjectExplorer: Remove unnecessary dd->Eike Ziller2015-01-231-25/+25
* | ProjectTree: Make project loading fast againDaniel Teske2015-01-221-5/+9
* | Progress bar: Using @2x warning/error icons on High-DPI systemsAlessandro Portale2015-01-211-2/+4
* | JsonWizard: Allow for wizards without generatorsTobias Hunger2015-01-211-1/+1
* | JsonWizard: WS only changeTobias Hunger2015-01-211-1/+1
* | JsonWizard: Report runtime errors from pagesTobias Hunger2015-01-212-0/+21
* | Core: Add some helper methods to VcsManagerTobias Hunger2015-01-211-2/+1
* | TreeModel: (Partially) separate header data from root itemhjk2015-01-213-13/+8
* | ProjectTree: Fix crashes on removing folder nodesDaniel Teske2015-01-201-1/+1
* | ProjectTree: remove unnecessary emitDaniel Teske2015-01-201-1/+1
* | KitModel: Fix crash on removing kits introduced in 7fd21d22aDaniel Teske2015-01-201-2/+4
* | Fix crash on changing project templateDaniel Teske2015-01-191-1/+1
* | Fix crash in FolderNavigationWidgetDaniel Teske2015-01-191-0/+3
* | Fix default wrong directory if no files are open in the editorDaniel Teske2015-01-192-0/+20
* | Remove DocumentManager::currentFile, use DocumentManager::currentEditorDaniel Teske2015-01-194-11/+16
* | Always show compile output/task window on clicking on progress barDaniel Teske2015-01-191-2/+2
* | ProjectExplorer: Hide some KitOptionsPage implementation details.hjk2015-01-162-143/+149
* | ProjectTree: Fix context menu actionsDaniel Teske2015-01-155-67/+86
* | TreeModel: Add model pointer to TreeItemhjk2015-01-152-19/+19
* | ProjectTree: Fix signal emissions for nodes that are not yet mappedDaniel Teske2015-01-153-20/+65
* | Refactor ProjectExplorer::Node and remove NodesWatcherDaniel Teske2015-01-148-421/+240
* | ProjectExplorer: Cleanup ToolChainOptionPagehjk2015-01-142-377/+230
* | ProjectWizardPage: Handle null pointer correctlyDaniel Teske2015-01-141-1/+1
* | Ignore the ICC lines about using or creating a PCH fileThiago Macieira2015-01-132-0/+36
* | DeployConfigurationFactory: Properly extract the abstract classDaniel Teske2015-01-133-46/+61
* | ProjectExplorer: More KitOptionsPage simplificationhjk2015-01-134-116/+81
* | ProjectExplorer: Fix missing includeTobias Hunger2015-01-131-0/+1
* | QmlJsTools: Use the startup project for context in the code modelTobias Hunger2015-01-132-0/+4
* | ProjectExplorer: Fix possible accessing null pointerChristian Stenger2015-01-131-0/+2
* | Locator: API thread-safety improvements in BaseFileFilterEike Ziller2015-01-124-35/+24
* | ProjectExplorer: Use Utils::TreeModel for KitModelhjk2015-01-122-269/+127
* | Core: Use FileName for file path in IDocumentOrgad Shaneh2015-01-125-8/+8
* | ProjectExplorer: Use Utils::TreeModel for AddNewModelhjk2015-01-087-315/+85