aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/projectexplorer/taskhub.cpp
Commit message (Expand)AuthorAgeFilesLines
* Clang: Do not flash issues pane when switching editorNikolai Kosjar2018-05-141-1/+1
* Use FileName in TextMarkEike Ziller2018-05-031-5/+7
* ProjectExplorer: Allow to add Tasks without TextMarksNikolai Kosjar2018-04-161-1/+1
* ProjectExplorer: Simplify TaskMark constructorDavid Schulz2017-07-251-17/+14
* ProjectExplorer: Forward-declare TextMark in task.hNikolai Kosjar2017-07-201-0/+1
* Editor: Simplify text marksDavid Schulz2017-06-221-8/+10
* ProjectExplorer: Move consts that are used in a single file out of headerOrgad Shaneh2017-03-201-7/+13
* Use icons and default tool tips in text mark popupDavid Schulz2016-09-061-0/+1
* Add default tool tips to text marksDavid Schulz2016-08-221-0/+2
* ProjectExplorer: Simplify TaskHub a bitTobias Hunger2016-04-151-5/+2
* ProjectExplorer: Rename Task::addMark to setMark and make it privateTobias Hunger2016-04-151-1/+3
* Projectexplorer: Modernize codebaseTobias Hunger2016-04-151-8/+7
* Update License according to agreement with Free Qt FoundationTobias Hunger2016-01-191-17/+12
* Core: Better warning/error/info icons on non-toolbarsAlessandro Portale2015-12-081-2/+0
* Themed Icons: Introduce Utils::IconAlessandro Portale2015-11-251-4/+3
* TaskWindow: Use Qt5 style connectsTobias Hunger2015-11-131-1/+1
* Icon refresh: First step towards the new Qt Creator themesAlessandro Portale2015-10-231-2/+3
* TaskHub: store categories in vectorNikita Baryshnikov2015-07-291-2/+2
* TextEditor: Sort text marks in categories.David Schulz2015-05-211-3/+23
* Update LicenseEike Ziller2015-01-161-6/+6
* Merge remote-tracking branch 'origin/3.2'Eike Ziller2014-10-141-7/+8
|\
| * License updateEike Ziller2014-10-091-7/+8
* | Merge ITextMark and BaseTextMarkhjk2014-07-231-9/+6
|/
* Always pass Core::Id by value.Christian Kandeler2014-07-011-1/+1
* 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: Avoid unnecessary soft assertsTobias Hunger2014-04-111-5/+6
* TaskHub: Sanitize tasks and reject obviously invalid ones.Tobias Hunger2014-04-101-0/+14
* Merge remote-tracking branch 'origin/3.0'Eike Ziller2014-01-081-1/+1
|\
| * Incremented year in copyright infoRobert Loehning2014-01-081-1/+1
* | ProjectExplorer: Fix task visibilityPetar Perisin2013-12-171-2/+1
* | Add icons in TaskPetar Perisin2013-12-091-14/+1
|/
* TaskHub: Make instance() return a QObject*Tobias Hunger2013-08-301-1/+1
* TaskHub: Add convenience function to add a task and clean up usershjk2013-08-301-1/+6
* Taskhub: Small improvements and a compile fixTobias Hunger2013-08-191-0/+7
* TaskHub: Move code to be more conform with other singletonsTobias Hunger2013-08-191-20/+23
* TaskHub: De-noise user codehjk2013-08-021-6/+6
* Clean headers in ProjectExplorer.Friedemann Kleint2013-03-261-3/+0
* 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
* | TextEditor: adjust ITextMark getters to coding stylehjk2012-10-101-2/+2
|/
* Adjust license headershjk2012-10-051-21/+20
* Make IOutputPane behaviour more granularDaniel Teske2012-09-131-1/+2
* Contact -> qt-project.orgEike Ziller2012-07-191-3/+1
* Remove unnecessary private member variableTobias Hunger2012-07-031-1/+0
* TaskHub: emit taskAdded before adding the task to a documentDaniel Teske2012-05-141-2/+4
* Renamed TaskHub::popup to requestPopup and removed boolean flag.Konstantin Tokarev2012-05-141-2/+2
* Merge remote-tracking branch 'origin/2.5'Eike Ziller2012-05-071-0/+1
|\
| * BaseTextMark: Use (explicit) two phase initilizationDaniel Teske2012-05-031-0/+1
* | Make ITextMark::widthFactor() and visible() non virtualDaniel Teske2012-05-021-8/+4