summaryrefslogtreecommitdiff
path: root/src/plugins/projectexplorer/buildmanager.cpp
Commit message (Expand)AuthorAgeFilesLines
* Make PluginManager mostly static.Eike Ziller2012-06-191-7/+4
* ProjectExplorer: Remove todosDaniel Teske2012-05-031-3/+0
* Compile output: Add 'Cancel Build' buttonOrgad Shaneh2012-04-021-2/+2
* taskhub: use more direct access.hjk2012-03-121-1/+1
* Normalized connect()sRobert Loehning2012-03-061-5/+5
* Removed module names from #include directives.Erik Verbruggen2012-02-151-9/+9
* Move QtConcurrent library into Utils.Friedemann Kleint2012-02-091-1/+1
* Make Open Project wizard skippableDaniel Teske2012-02-031-3/+5
* Optionaly disable buildstepsDaniel Teske2012-01-311-5/+21
* Task: Update Task to use Utils::FileName and Core::IdTobias Hunger2012-01-301-8/+8
* Long live the king!hjk2012-01-261-1/+1
* Use new static ICore interface.hjk2012-01-241-3/+3
* BuildManager: Remove unused memberDaniel Teske2012-01-241-1/+0
* ProjectExplorer: Compile with QT_NO_CAST_FROM_ASCII.Friedemann Kleint2012-01-091-10/+10
* Merge remote-tracking branch 'origin/2.4'Eike Ziller2011-11-111-2/+2
|\
| * all: s/info@qt.nokia.com/qt-info@nokia.com/hjk2011-11-031-2/+2
* | Show a more descriptive "Clean" or "Deploy" while doing that.Daniel Teske2011-11-091-12/+28
* | Merge remote-tracking branch 'origin/2.4'Eike Ziller2011-11-011-22/+63
|\ \ | |/
| * BuildManager: Display times for build messagesOrgad Shaneh2011-10-311-1/+7
| * Fix various crashesDaniel Teske2011-10-311-21/+56
* | Fix typoTobias Hunger2011-10-311-1/+1
* | Abort running is possible if any build error occuredYuchen Deng2011-10-311-3/+9
* | Merge remote-tracking branch 'origin/2.4'Eike Ziller2011-10-281-2/+2
|\ \ | |/
| * "Build Issues" was renamed to "Issues"Robert Loehning2011-10-251-2/+2
* | Improve messages of buildmanager to say build/deployDaniel Teske2011-10-241-11/+11
* | Less magic in BuildStep::buildConfiguration() and deployConfiguration()Daniel Teske2011-10-241-12/+11
|/
* all: less QScopedPointerhjk2011-09-191-2/+6
* BuildManager: Only pop up build issues if there are relevant issues.Christian Kamm2011-08-161-3/+8
* Add gui thread mode to BuildStepDaniel Teske2011-07-121-2/+42
* Krazy fixes (spelling, single char strings, char constants).Friedemann Kleint2011-05-101-2/+4
* Fix/add copyright headersTobias Hunger2011-05-061-1/+1
* Merge branch '2.2'Oswald Buddenhagen2011-04-141-14/+13
|\
| * Update license.hjk2011-04-131-14/+13
* | ProjectExplorer: Adapt output window clients to fixed newline handling.Christian Kandeler2011-03-311-25/+25
|/
* Appending the text tooltip of the progress bar has been enabledPawel Polanski2011-02-021-1/+12
* It's 2011 now.con2011-01-121-1/+1
* License headers.con2010-12-171-7/+11
* Exported header cleanup: Add private class for build manager.Friedemann Kleint2010-09-201-128/+161
* Refactor deploymentTobias Hunger2010-08-021-51/+6
* Merge remote branch 'origin/2.0'con2010-07-161-2/+5
|\
| * Fixed tooltip for build progress.Robert Loehning2010-07-151-2/+2
| * Add more signals to BuildManager.dt2010-07-151-0/+4
* | Fix compile output to be readeable with dark themesdt2010-07-151-25/+20
* | Return whether steps were queued or notTobias Hunger2010-07-121-12/+15
* | Wire in Deployment logicTobias Hunger2010-07-121-3/+22
* | Task hubdt2010-07-071-13/+14
* | Add Deploy stepsTobias Hunger2010-07-061-1/+4
* | Rename StepType to BuildStep::TypeTobias Hunger2010-07-061-2/+2
* | Add show output task handlerTobias Hunger2010-06-301-0/+1
|/
* Fix double output in compile output windowdt2010-06-101-4/+4