aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/projectexplorer/taskmodel.cpp
Commit message (Expand)AuthorAgeFilesLines
* Use isEmpty() vs "count() == 0"Montel Laurent2017-02-221-1/+1
* Remove use of deprecated Qt algorithmsOrgad Shaneh2016-08-091-7/+9
* ProjectExplorer: Modernize codeTobias Hunger2016-04-151-5/+1
* Projectexplorer: Modernize codebaseTobias Hunger2016-04-151-5/+5
* ProjectExplorer: Use Qt5-style connectsOrgad Shaneh2016-02-011-8/+8
* Update License according to agreement with Free Qt FoundationTobias Hunger2016-01-191-17/+12
* Tasks: Remove other uses of Id::uniqueIdentifier()hjk2015-06-231-4/+4
* Merge commit '3c85058694ee2e41658d17f524fb48f0b187d2fe'Eike Ziller2015-02-121-6/+6
|\
| * Update LicenseEike Ziller2015-01-161-6/+6
* | TaskModel: Harden taskmodelTobias Hunger2015-02-041-7/+10
|/
* License updateEike Ziller2014-10-091-7/+8
* Always pass Core::Id by value.Christian Kandeler2014-07-011-8/+8
* ProjectExplorer: Pass const values by referenceOrgad Shaneh2014-05-061-1/+1
* TaskModel: Remove updateMapping calls that lead to bad performanceDaniel Teske2014-04-281-3/+0
* TaskModel: Do not duplicate itemsTobias Hunger2014-04-111-7/+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-1/+1
|/
* Tasks: Remove one of two methods to find the task iconTobias Hunger2013-11-251-16/+2
* Fix warning in taskmodelTobias Hunger2013-07-111-1/+1
* Initialize member field.Erik Verbruggen2013-07-111-1/+1
* Clean headers in ProjectExplorer.Friedemann Kleint2013-03-261-1/+0
* Fix Krazy warnings about values or keys iteration in project management.Friedemann Kleint2013-03-151-2/+5
* Merge remote-tracking branch 'origin/2.6'Oswald Buddenhagen2013-01-311-1/+1
|\
| * Incremented year in copyright infov2.6.2Robert Loehning2013-01-291-1/+1
* | Remove braces for single lines of conditionsOrgad Shaneh2013-01-081-10/+9
|/
* Fix possible crashTobias Hunger2012-10-091-3/+3
* Adjust license headershjk2012-10-051-21/+20
* Remove ambiguous literal 0 from createIndex calls.Stephen Kelly2012-09-241-1/+1
* Issues Pane: Fix badge number on clearing tasks of unknown typeDaniel Teske2012-09-191-0/+7
* Contact -> qt-project.orgEike Ziller2012-07-191-3/+1
* qtcassert: move actual printing to separate function and enforce stylehjk2012-04-171-2/+2
* BaseTextMark: Support renaming filesDaniel Teske2012-04-051-0/+10
* TaskModel: Remove redundant returnDaniel Teske2012-03-091-1/+0
* Make TaskMarks clickable and jump to the right task in the taskwindowDaniel Teske2012-03-011-3/+19
* Optimize TaskModel::updateTaskLineNumberDaniel Teske2012-02-221-6/+7
* TaskModel: Sort task by idDaniel Teske2012-02-221-2/+9
* Derive TaskFilterModel from QAbstractItemModel not TaskModelDaniel Teske2012-02-221-1/+1
* Removed module names from #include directives.Erik Verbruggen2012-02-151-1/+1
* Task, adjust line numbers while editingDaniel Teske2012-02-141-4/+14
* Fix clearTasks after Core::id introductionDaniel Teske2012-02-141-1/+1
* Task: Update Task to use Utils::FileName and Core::IdTobias Hunger2012-01-301-29/+29
* Long live the king!hjk2012-01-261-1/+1
* ProjectExplorer: Compile with QT_NO_CAST_FROM_ASCII.Friedemann Kleint2012-01-091-1/+1
* all: s/info@qt.nokia.com/qt-info@nokia.com/hjk2011-11-031-2/+2
* Taskwindow: Speed up the task windowTobias Hunger2011-10-051-0/+483