aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/projectexplorer/taskhub.cpp
Commit message (Expand)AuthorAgeFilesLines
* ProjectExplorer: Replace QSharedPointer with std::shared_ptrJarek Kobus2024-02-021-1/+1
* ProjectExplorer: Delay-create TaskHubhjk2024-02-021-34/+28
* Tasks: Create a container class for category dataEike Ziller2023-07-121-6/+5
* ProjectExplorer: Redo the TaskViewChristian Kandeler2023-04-181-2/+3
* ProjectExplorer: Do not expand the current entry in the issues paneChristian Kandeler2023-02-231-7/+2
* TextEditor: Some fileName -> filePath renaminghjk2023-02-081-3/+3
* ProjectExplorer: Tr::tr clean-upAlessandro Portale2023-01-161-2/+2
* ProjectExplorer: Tr::trhjk2023-01-161-3/+3
* fix compile warningDavid Schulz2023-01-121-1/+1
* Editor: Allow to hide annotations for a group of text marksDavid Schulz2023-01-121-4/+5
* Remove GPL-3.0+ from license identifiersKai Köhne2023-01-061-1/+1
* Use more Utils::isMainThread()Jarek Kobus2022-10-111-2/+2
* Use SPDX license identifiersLucie Gérard2022-08-261-24/+2
* ProjectExplorer: Fix crash in TaskHub::addTaskMarcus Tillmanns2022-06-211-1/+1
* android: fix call TaskHub::addTask from wrong threadMarcus Tillmanns2022-06-171-1/+8
* ProjectExplorer: Give build-related errors higher priorityChristian Kandeler2021-11-121-16/+17
* TaskHub: Add #include <QThread>hjk2021-09-291-0/+1
* Don't call TaskHub::addTask() directly from non-main threadJarek Kobus2021-09-291-0/+1
* ProjectExplorer: Delay task icon creationChristian Kandeler2020-09-071-2/+2
* Core/Utils: Migrate further to Utils::Idhjk2020-07-061-7/+7
* ProjectExplorer: Give the Task class an explicit summaryChristian Kandeler2020-05-141-3/+3
* ProjectManager: Add convenience Task subclasseshjk2020-01-201-2/+2
* ProjectExplorer: Use monospace font in task tool tips for compile issuesChristian Kandeler2019-08-151-2/+8
* Utils: Rename FileName to FilePathhjk2019-05-281-4/+4
* ProjectExplorer: Introduce a alias for QList<Tasks>hjk2019-05-281-1/+1
* ProjectExplorer: ModernizeAlessandro Portale2018-07-161-5/+5
* 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