aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/projectexplorer/taskwindow.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* ProjectExplorer: Use Qt5-style connectsOrgad Shaneh2016-02-011-6/+6
* Remove even more uses of deprecated typedefshjk2016-01-221-3/+3
* 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-1/+1
* Themed Icons: Introduce Utils::IconAlessandro Portale2015-11-251-6/+5
* TaskWindow: Use Qt5 style connectsTobias Hunger2015-11-131-26/+16
* Icon refresh: First step towards the new Qt Creator themesAlessandro Portale2015-10-231-2/+4
* Tasks: Remove other uses of Id::uniqueIdentifier()hjk2015-06-231-1/+1
* TaskWindow: Save filter settings as part of a sessionTobias Hunger2015-04-221-0/+32
* ProjectExplorer: Replace some uses of QAction::setDatahjk2015-03-231-10/+3
* Clean exported headers of the Core plugin.Friedemann Kleint2015-03-051-0/+1
* Update LicenseEike Ziller2015-01-161-6/+6
* OutputPanes::hasFocus() needs to check the window's focus widgetDaniel Teske2014-11-121-1/+1
* Introduce and use FileName::exists()hjk2014-11-031-1/+1
* TaskWindow: Do not print negative badge countsTobias Hunger2014-10-231-55/+9