summaryrefslogtreecommitdiff
path: root/src/plugins/projectexplorer
Commit message (Expand)AuthorAgeFilesLines
* Make detection of .user-file copying more robustTobias Hunger2010-07-083-12/+27
* Add some missign Q_OBJECT macrosTobias Hunger2010-07-084-0/+8
* Template-CustomWizard: Make QComboBox parameters more flexible.Friedemann Kleint2010-07-084-40/+193
* Fix typoTobias Hunger2010-07-081-1/+1
* Make the build parser for custom build steps depend on the toolchaindt2010-07-072-1/+9
* Custom wizards: Add a checkbox.Friedemann Kleint2010-07-072-2/+84
* Use native separatorsTobias Hunger2010-07-071-5/+5
* Add unit test for QTCREATORBUG-597Tobias Hunger2010-07-071-0/+26
* Task hubdt2010-07-079-56/+207
* Add Deploy stepsTobias Hunger2010-07-065-4/+120
* Improve save/restore of buildstepsTobias Hunger2010-07-061-51/+34
* Rename StepType to BuildStep::TypeTobias Hunger2010-07-069-66/+69
* Remove unused variableTobias Hunger2010-07-061-1/+0
* Merge remote branch 'origin/2.0'con2010-07-064-30/+20
|\
| * Application output always scrolled, and moved the cursor.con2010-07-063-30/+15
| * Scroll Application Output to end also for project explorer messages.con2010-07-061-0/+3
| * Setting icon size for folder navigation widget.Robert Loehning2010-07-051-0/+2
* | Merge remote branch 'origin/2.0'con2010-07-051-5/+10
|\ \ | |/
| * Pick up the newest debugging helper from the possible locations.con2010-07-051-5/+10
* | Fix showoutput taskhandlerTobias Hunger2010-07-021-5/+11
* | ProjectExplorer: Fully qualify signals of run control.Friedemann Kleint2010-07-023-12/+12
* | Also make ProjectLanguage a proper contextdt2010-07-021-1/+1
* | Make project context a Core::Contextdt2010-07-021-1/+2
* | Fixes scrolling to the bottom of compile outputdt2010-07-021-0/+14
* | Fix crash on empty session and right clickdt2010-07-011-1/+1
* | Make possible to open an editor with a different kind even if already opencon2010-07-011-14/+14
* | Parse "fatal error"s correctlyTobias Hunger2010-07-011-5/+15
* | Add show output task handlerTobias Hunger2010-06-307-0/+175
* | Add a task id to the task classTobias Hunger2010-06-302-34/+14
* | Remove useless forward declarationTobias Hunger2010-06-301-1/+0
* | Merge remote branch 'origin/2.0'con2010-06-303-4/+38
|\ \ | |/
| * Fixes: "Open with" context menu disabled in project tree.con2010-06-281-1/+2
| * ProjectManager: Make Open Project dialog open in default folderFriedemann Kleint2010-06-283-3/+37
* | Stop warnings on using QFileInfo without proper filenameTobias Hunger2010-06-301-0/+2
* | Use popup menu when selecting new targetsTobias Hunger2010-06-2910-238/+66
* | ProjectExplorer: Fix compilation warning (gcc)Kai Koehne2010-06-291-1/+1
* | Core::Context: remove special handling of C_GLOBAL_ID/C_GLOBALhjk2010-06-282-2/+2
* | cleanup interface of Core::Contexthjk2010-06-251-4/+4
* | Core::Context: compile hot fix for Windows.hjk2010-06-253-12/+10
* | Move implementation of Task methods into the cpp fileTobias Hunger2010-06-252-11/+20
* | Add operator= to TaskTobias Hunger2010-06-252-0/+13
* | core: use a class derived from QList<int> instead of a QList<int> for Core::C...hjk2010-06-253-15/+10
* | Use iterator instead of collecting all the files to search beforehand.con2010-06-244-6/+6
* | Add method to get a task from the taskmodelTobias Hunger2010-06-241-4/+10
* | Use task handlers in taskwindowTobias Hunger2010-06-242-83/+76
* | Add task handler used to show VCS blame outputTobias Hunger2010-06-245-0/+139
* | Add task handler that copies task data to the clipboardTobias Hunger2010-06-244-0/+126
* | Add show in editor task handlerTobias Hunger2010-06-245-0/+125
* | Add taskhandler interfaceTobias Hunger2010-06-242-0/+71
* | Merge remote branch 'origin/2.0'con2010-06-245-32/+51
|\ \ | |/