aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/projectexplorer/task.cpp
Commit message (Expand)AuthorAgeFilesLines
* app_version.h: Make IDE name configurableTobias Hunger2017-09-051-4/+7
* ProjectExplorer: Forward-declare TextMark in task.hNikolai Kosjar2017-07-201-0/+1
* Remove spaces in initializer listsTim Jenssen2017-02-221-3/+3
* Rename the "ERROR" icon to "CRITICAL"Ulf Hermann2017-01-021-1/+1
* Move icons to UtilsUlf Hermann2016-08-051-3/+3
* ProjectExplorer: Rename Task::addMark to setMark and make it privateTobias Hunger2016-04-151-2/+2
* ProjectExplorer: Clear Tasks properlyTobias Hunger2016-04-111-1/+3
* ProjectExplorer: ModernizeTobias Hunger2016-02-031-3/+0
* Update License according to agreement with Free Qt FoundationTobias Hunger2016-01-191-17/+12
* Themed Icons: Introduce Utils::IconAlessandro Portale2015-11-251-4/+3
* Icon refresh: First step towards the new Qt Creator themesAlessandro Portale2015-10-231-2/+3
* TaskManager: Remove the explicit use of Core::Id::toUniqueIdentifier()hjk2015-06-231-2/+2
* ProjectExplorer.Task: initialize movedLine memberNikita Baryshnikov2015-05-261-1/+1
* Update LicenseEike Ziller2015-01-161-6/+6
* Merge "Merge remote-tracking branch 'origin/3.2'"Eike Ziller2014-10-141-7/+8
|\
| * Merge remote-tracking branch 'origin/3.2'Eike Ziller2014-10-141-7/+8
| |\
| | * License updateEike Ziller2014-10-091-7/+8
* | | ProjectExplorer: Remove redundant namespace qualificationsOrgad Shaneh2014-10-141-6/+6
|/ /
* | Task: Use a static cache for the error and warning iconsDaniel Teske2014-09-251-11/+10
* | Merge ITextMark and BaseTextMarkhjk2014-07-231-2/+2
|/
* Unify "missing compiler" and "missing build configuration" tasksTobias Hunger2014-06-231-0/+22
* Centralize error/warning/info iconsAlessandro Portale2014-06-171-3/+3
* ProjectExplorer: Use constants for compile_warning.png and _errorAlessandro Portale2014-05-191-2/+3
* TaskHub: Sanitize tasks and reject obviously invalid ones.Tobias Hunger2014-04-101-0/+4
* Merge remote-tracking branch 'origin/3.0'Eike Ziller2014-01-081-1/+1
|\
| * Incremented year in copyright infoRobert Loehning2014-01-081-1/+1
* | Add icons in TaskPetar Perisin2013-12-091-2/+18
|/
* TaskHub: De-noise user codehjk2013-08-021-2/+4
* Doc: use standard wording in \brief commandsLeena Miettinen2013-06-201-1/+1
* Task: Add clear methodTobias Hunger2013-05-061-0/+11
* Clean headers in ProjectExplorer.Friedemann Kleint2013-03-261-2/+0
* Incremented year in copyright infov2.6.2Robert Loehning2013-01-291-1/+1
* Adjust license headershjk2012-10-051-21/+20
* Contact -> qt-project.orgEike Ziller2012-07-191-3/+1
* Removed module names from #include directives.Erik Verbruggen2012-02-151-1/+1
* Task, adjust line numbers while editingDaniel Teske2012-02-141-1/+6
* Task: Update Task to use Utils::FileName and Core::IdTobias Hunger2012-01-301-4/+5
* Long live the king!hjk2012-01-261-1/+1
* all: s/info@qt.nokia.com/qt-info@nokia.com/hjk2011-11-031-2/+2
* Fix unit testTobias Hunger2011-06-301-2/+3
* make Tasks sortabledt2011-05-121-0/+23
* Fix/add copyright headersTobias Hunger2011-05-061-1/+1
* Documentation: Add ProjectExplorer plugin..Friedemann Kleint2011-04-141-0/+6
* Update license.hjk2011-04-131-14/+13
* It's 2011 now.con2011-01-121-1/+1
* License headers.con2010-12-171-7/+11
* Null taskTobias Hunger2010-08-041-5/+6
* Add a task id to the task classTobias Hunger2010-06-301-30/+11
* Move implementation of Task methods into the cpp fileTobias Hunger2010-06-251-0/+16
* Add operator= to TaskTobias Hunger2010-06-251-0/+11