aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/projectexplorer/taskwindow.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* Merge "Merge remote-tracking branch 'origin/3.2'"Eike Ziller2014-10-141-7/+8
|\
| * License updateEike Ziller2014-10-091-7/+8
* | ProjectExplorer: Remove redundant namespace qualificationsOrgad Shaneh2014-10-141-2/+2
|/
* Always pass Core::Id by value.Christian Kandeler2014-07-011-7/+7
* Centralize error/warning/info iconsAlessandro Portale2014-06-171-1/+1
* ProjectExplorer: Use constants for compile_warning.png and _errorAlessandro Portale2014-05-191-1/+1
* TaskView: Fix keyboard activation on OS X by using Utils::ListViewDaniel Teske2014-04-161-3/+3
* TaskDelegate: Use additional formats in text layout for sizeHintsDaniel Teske2014-03-041-0/+1
* 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-3/+3
|/
* Tasks: Remove one of two methods to find the task iconTobias Hunger2013-11-251-1/+1
* TaskWindow: Fix badge numberDaniel Teske2013-11-061-1/+2
* TaskView: Fix scrollingDaniel Teske2013-10-251-3/+13
* TaskHub: Add convenience function to add a task and clean up usershjk2013-08-301-1/+1
* TaskHub: Move code to be more conform with other singletonsTobias Hunger2013-08-191-14/+13
* Core: Remove Core::Id(QByteArray) constructorhjk2013-04-041-7/+7