summaryrefslogtreecommitdiff
path: root/src/plugins/projectexplorer/projectexplorer.cpp
Commit message (Expand)AuthorAgeFilesLines
* Give SessionDialog a parent widgetJarek Kobus2011-11-221-1/+1
* Fix warnings about slot.Friedemann Kleint2011-11-041-0/+2
* If user cancels save file prompt, cancel entire action.wongk2011-11-031-1/+4
* all: s/info@qt.nokia.com/qt-info@nokia.com/hjk2011-11-031-2/+2
* projectexplorer: More consistent '...'hjk2011-11-021-1/+1
* Fix various crashesDaniel Teske2011-10-311-0/+14
* Add runControl started/finished signals to the projectexplorerDaniel Teske2011-10-201-0/+5
* Implement Code Style schemesJarek Kobus2011-09-231-1/+1
* ProjectExplorer: Fix potential crash when removing filesKai Koehne2011-09-141-2/+2
* Move and cleanup search specific API to SearchResult classEike Ziller2011-09-061-4/+2
* core: rename uniqueidmanager.{cpp,h} as the class UniqueIdManager is gonehjk2011-09-051-1/+1
* core: progress on the QString->QByteArray for Core::Id, remove UniqueIDManagerhjk2011-09-051-2/+2
* core: remove usages of Core::ICore::instance()->modeManager()hjk2011-09-051-10/+7
* Better error feedback on Open projectDaniel Teske2011-09-051-7/+28
* Add "Find in directory" to project tree context menuDaniel Teske2011-09-051-0/+14
* Merge remote-tracking branch 'origin/2.3'Eike Ziller2011-08-301-2/+3
|\
| * CompileDaniel Teske2011-08-241-1/+1
| * Partially revert -lastsession fixDaniel Teske2011-08-241-2/+2
| * Fix argument parsing in projectexplorer, fixing -lastsessionDaniel Teske2011-08-181-1/+2
* | Moved class FileUtils out of Internal namespaceRobert Loehning2011-08-291-4/+4
* | Improved editor menusRobert Loehning2011-08-171-5/+6
* | ProjectExplorer: React to debuggersChanged() signal by RunConfigurationsDaniel Teske2011-07-291-0/+4
* | Merge branch '2.3'Oswald Buddenhagen2011-07-251-9/+15
|\ \ | |/
| * Fix suggested folder for New File from context menu on project tree.Eike Ziller2011-07-201-7/+9
| * Make showInGraphicalShell select a file on Win + Mac again.Eike Ziller2011-07-201-2/+6
* | Qml run controls automatically stop all run controls for the same fileDaniel Teske2011-07-191-0/+5
* | Merge branch 'master' of ssh://codereview.qt.nokia.com/qt-creator/qt-creatorEike Ziller2011-07-151-2/+29
|\ \ | |/ |/|
| * ProjectExplorer: Add 'Collapse All' to tree widget.Friedemann Kleint2011-07-151-2/+29
* | Welcome Screen: Fix regressionsDaniel Molkentin2011-07-121-6/+1
|/
* Introduce QML-based welcome screen using desktop componentsDaniel Molkentin2011-06-291-2/+8
* Move translation noop to constants.con2011-06-211-1/+2
* Add a dialog for editing the file list of generic projectsDaniel Teske2011-06-201-9/+3
* Add menu item to clear the recent projects/files menus.con2011-06-201-2/+16
* Fix first rename after creating a new projectdt_2011-06-091-1/+1
* Renaming files: fix case-change only renamesdt_2011-06-091-2/+16
* Better disabled reason for runconfigurationsdt_2011-05-311-2/+3
* Show tooltip on disabled run actionsdt_2011-05-271-2/+37
* Set a tooltip on the build actions if they are disableddt_2011-05-271-41/+101
* Remove BuildConfiguration parameter from RunConfiguration::isEnableddt_2011-05-271-1/+0
* Fix "Show in shell/terminal" to use the correct directorydt_2011-05-251-4/+15
* Make C++ code style configurable.Christian Kamm2011-05-241-0/+2
* Option to merge stderr in application outputFawzi Mohamed2011-05-171-0/+2
* Rename Startup project to Active Projectdt2011-05-161-1/+1
* Toolchain: Add clang toolchainTobias Hunger2011-05-131-0/+1
* Krazy fixes (spelling, single char strings, char constants).Friedemann Kleint2011-05-101-2/+2
* Remove dead codedt2011-05-091-1/+0
* Fix/add copyright headersTobias Hunger2011-05-061-1/+1
* Make the buffer size for the Application Output window configurablecon2011-04-291-0/+2
* Handle internally triggered deletes more gracefulldt_2011-04-271-0/+2
* Re-use output window implementation for general messages.con2011-04-261-1/+0