summaryrefslogtreecommitdiff
path: root/src/plugins/projectexplorer/buildmanager.cpp
Commit message (Expand)AuthorAgeFilesLines
* BuildManager: Display times for build messagesOrgad Shaneh2011-10-311-1/+7
* Fix various crashesDaniel Teske2011-10-311-21/+56
* "Build Issues" was renamed to "Issues"Robert Loehning2011-10-251-2/+2
* 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
* Fix message shown on buildingdt2010-06-101-1/+1
* Fix: Removing of last buildstep not possible after buildingdt2010-06-091-0/+2
* Port the compile output window away from HTML to QTextCharFormatdt2010-06-081-15/+23
* tr()-FixesFriedemann Kleint2010-04-191-1/+1
* Avoid build progress' error widget flickering, and popping up as toplevel on Maccon2010-04-161-3/+3
* Prevent removing buildsteps if the buildsteps are queued for building.dt2010-04-131-0/+5
* Fix clearing of build issuesdt2010-04-081-0/+1
* Fix message from Project Desktopdt2010-03-261-1/+1
* Properly report project and targetname on build failuresTobias Hunger2010-03-191-4/+5
* UI String fix: "Build System" instead of "Buildsystem"Kai Koehne2010-03-191-1/+1
* Use a type enum instead of duplicating functions between build and cleandt2010-03-161-2/+2
* Fix crash on unloading project that is building.dt2010-03-151-0/+16
* Move TaskWindow::Task out of the nesting to ProjectExplorer::dt2010-03-121-11/+11
* Fix buildmanager state handlingdt2010-03-051-26/+61
* Long live the king!hjk2010-03-051-1/+1
* Report project and target name on build failuresTobias Hunger2010-02-251-2/+3
* Integrate target supportTobias Hunger2010-02-091-9/+10
* Merge remote branch 'origin/1.3'Oswald Buddenhagen2010-01-291-1/+1
|\
| * remove trailing whitespaceOswald Buddenhagen2010-01-291-1/+1
* | Move BuildStep::init() to where they are added to the buildqueuedt2010-01-131-17/+24
* | Make method naming more consistent.Tobias Hunger2010-01-071-3/+3
* | Rework Build Parser handlingTobias Hunger2009-12-091-6/+6
* | Remove BuildConfiguration::name()dt2009-11-301-30/+14