summaryrefslogtreecommitdiff
path: root/src/plugins/projectexplorer/buildmanager.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* | Remove project() from BuildStepdt2009-11-301-10/+12
* | Add functionality to show progress for the application in task bar/dock.con2009-11-271-3/+26
* | Make BuildSteps one instance per BuildConfigurationdt2009-11-191-13/+14
* | Use Task class in addToTaskWindow(...) signal.Tobias Hunger2009-11-121-9/+8
* | Only clear compile tasks from build issues for a new buildKai Koehne2009-11-111-1/+1
* | Refactor TaskWindow to support different 'categories'Kai Koehne2009-11-111-3/+7
|/
* Move startBuildQueue after potentially showing the compile output.dt2009-10-061-2/+2
* Fix build & run for projects without buildstepsdt2009-10-051-1/+3
* Don't add build steps for projects without buildconfigurationsdt2009-10-051-3/+5
* Project explorer: Make public headers compile with NO_CAST_FROM_ASCIIFriedemann Kleint2009-09-291-0/+4
* Rename IRunConfigurationRunner -> IRunControlFactory...Friedemann Kleint2009-09-251-0/+1
* long live the kinghjk2009-08-141-1/+1