summaryrefslogtreecommitdiff
path: root/src/plugins/projectexplorer/taskwindow.cpp
Commit message (Expand)AuthorAgeFilesLines
* Port from qAsConst() to std::as_const()Marc Mutz2022-10-071-3/+3
* ProjectExplorer: Limit the usage of qMakePairJarek Kobus2022-10-041-1/+1
* ProjectExplorer: Fix hovering over cleared issuesChristian Stenger2022-09-051-0/+1
* Use SPDX license identifiersLucie Gérard2022-08-261-24/+2
* TaskWindow: Avoid using sender()Jarek Kobus2022-07-221-36/+26
* ProjectExplorer: Remove foreach / Q_FOREACH usage part 3Artem Sokolovskii2022-05-171-1/+2
* ProjectExplorer: Allow multi-selection in issues paneChristian Kandeler2022-01-261-30/+45
* ProjectExplorer: Give build-related errors higher priorityChristian Kandeler2021-11-121-11/+12
* ProjectExplorer: add find support to Issues paneDavid Schulz2021-07-131-0/+7
* Utils: Use Utils::Link instead of TaskView::Locationhjk2021-05-281-19/+12
* ProjectExplorer: Make sure we always scroll to the new current itemChristian Kandeler2021-04-071-11/+5
* ProjectExplorer: Use qAsConst w/ non-const Qt containers in range-loopsAlessandro Portale2021-02-171-2/+2
* ProjectExplorer: Use already-open visible editor, if availableChristian Kandeler2021-01-261-2/+4
* ProjectExplorer: Improve issues pane behaviorChristian Kandeler2020-12-181-4/+12
* Don't access static functions/fields via instanceAlessandro Portale2020-11-191-3/+3
* Core/Utils: Migrate further to Utils::Idhjk2020-07-061-17/+17
* OutputWindow: Do not activate links for empty referenceOrgad Shaneh2020-06-181-2/+5
* Remove some useless IContext subclassesEike Ziller2020-05-271-16/+4
* Remove unnecessary removeContextObject callsEike Ziller2020-05-271-1/+0
* GCC parser: Create fewer and better issuesChristian Kandeler2020-05-181-2/+110
* ProjectExplorer: Remove some unused BuildManager signalshjk2020-02-261-1/+0
* Output panes: Allow to invert the meaning of the filter fieldChristian Kandeler2019-12-021-1/+2
* ProjectExplorer: Fix restoring the issues pane warning button stateChristian Kandeler2019-08-261-1/+1
* Issues pane: Show the right number of issues on the pane buttonChristian Kandeler2019-07-221-5/+14
* Output panes: Respect filter optionsChristian Kandeler2019-06-051-1/+1
* ProjectExplorer: Allow text filtering in issues paneChristian Kandeler2019-06-041-1/+9
* Utils: Rename FileName to FilePathhjk2019-05-281-1/+1
* Remove a couple of "setAutoRaise(true)" for toolbar buttonsAlessandro Portale2019-04-291-2/+0
* ProjectExplorer: Use QSortFilterProxyModel for TaskFilterModelChristian Kandeler2019-04-081-2/+0
* Resolve ambiguous results of searches for relative file pathsChristian Kandeler2019-03-041-0/+10
* ProjectExplorer: Add fallback finder for file paths in issues paneChristian Kandeler2019-02-251-1/+1
* Fix Qt 5.13 deprecation warning about QFontMetrics::width()Friedemann Kleint2019-02-151-3/+3
* Fix some deprecation warnings in basic pluginsFriedemann Kleint2019-02-111-2/+2
* ProjectExplorer: Modernize even moreTobias Hunger2018-07-241-2/+1
* ProjectExplorer: ModernizeAlessandro Portale2018-07-161-17/+13
* Clang: Do not flash issues pane when switching editorNikolai Kosjar2018-05-141-2/+5
* Merge remote-tracking branch 'origin/4.6'Eike Ziller2018-03-131-11/+10
|\
| * ITaskHandler: Harden against vanishing ITaskHandlersTobias Hunger2018-03-081-11/+10
* | ProjectExplorer: Remove a use of ActionManager::instance()hjk2018-02-011-2/+2
|/
* De-emphasize PluginManager::getObjects<Type>()hjk2017-12-151-3/+15
* Use const'ref in theses methodsMontel Laurent2017-04-211-1/+1
* Remove unneeded includes of projectexplorerconstants.hOrgad Shaneh2017-03-201-1/+0
* Remove spaces in initializer listsTim Jenssen2017-02-221-1/+1
* ProjectExplorer: Remove duplicated IOutputPane window titlesAlessandro Portale2016-08-121-1/+1
* ProjectExplorer: HighDPI off-by-one fix for issues pane item delegateAlessandro Portale2016-08-111-1/+2
* TextEditor: Remove use of deprecated additionalFormatsOrgad Shaneh2016-08-101-2/+2
* Move icons to UtilsUlf Hermann2016-08-051-3/+3
* Core: Use QList's initializer list contructor for output paneshjk2016-07-111-1/+1
* ProjectExplorer: Complete Qt5-style connectsOrgad Shaneh2016-06-031-1/+0
* Projectexplorer: Modernize codebaseTobias Hunger2016-04-151-10/+8