summaryrefslogtreecommitdiff
path: root/src/plugins/coreplugin/outputpanemanager.cpp
Commit message (Expand)AuthorAgeFilesLines
* Output panes: Support keyboard shortcuts for zoomingChristian Kandeler2019-06-241-4/+28
* Output panes: Respect filter optionsChristian Kandeler2019-06-051-1/+3
* ProjectExplorer: Move filtering infrastructure upChristian Kandeler2019-05-241-1/+77
* Core: Fix enabling/disabling of zoomIn/Out buttons in output panesAlessandro Portale2019-04-231-6/+0
* IOutputPane: Refactor zoom function into base classAndre Hartmann2019-04-161-1/+41
* Merge remote-tracking branch 'origin/4.9'Eike Ziller2019-03-141-4/+4
|\
| * Output pane manager: Fix two inconsistenciesChristian Kandeler2019-03-071-4/+4
* | Replace static_casts by QOverload where possiblehjk2019-02-261-1/+1
* | Fix Qt 5.13 deprecation warning about QFontMetrics::width()Friedemann Kleint2019-02-151-2/+2
|/
* Add general UI introductionEike Ziller2018-12-181-0/+1
* Core: ModernizeAlessandro Portale2018-08-081-14/+8
* Core: Turn soft assert into if clauseChristian Stenger2018-04-241-1/+2
* OutputPaneManager: Use a structure for related pieceshjk2018-03-221-136/+125
* Core: make useMacShortcut constexprDavid Schulz2018-02-021-1/+1
* Core: Detach status bar handling from global object poolhjk2018-01-261-5/+3
* Core: Remove OutputPaneManager::m_paneshjk2017-12-151-18/+17
* De-emphasize PluginManager::getObjects<Type>()hjk2017-12-151-3/+17
* Core: Fix some Classic theme regressionsAlessandro Portale2016-10-071-6/+6
* Move icons to UtilsUlf Hermann2016-08-051-5/+4
* Core: Lazier loading of OutputPaneManageButton imagesAlessandro Portale2016-07-181-13/+26
* Utils: Replace Theme::widgetStyle with a flagAlessandro Portale2016-06-211-14/+14
* Icons: Move "next/prev", "[un]locked" and "zoom" from Core to UtilsAlessandro Portale2016-05-311-4/+5
* Icons: Better "go next/back" icons for the menusAlessandro Portale2016-04-271-4/+7
* Move "Clear/Clean" icon from ProjectExplorer to CoreAlessandro Portale2016-04-271-1/+2
* Theme: Separate run/stop/interrupt icons in menusAlessandro Portale2016-04-211-2/+2
* Clearer separation of flat output pane buttonsEike Ziller2016-03-231-8/+13
* Fix tool tips of output pane buttonsEike Ziller2016-03-231-1/+2
* Flat themes: enable recoloring of the status bar & progressAlessandro Portale2016-03-161-11/+9
* OutputPanes: Fix various issues with restoring stateEike Ziller2016-03-091-23/+28
* Fix vanishing output pane manage buttonEike Ziller2016-03-041-0/+1
* Core: Change shortcut for maximizing outputpane...Christian Stenger2016-02-151-5/+8
* Core: Use Qt5-style connectsOrgad Shaneh2016-02-031-31/+24
* Update License according to agreement with Free Qt FoundationTobias Hunger2016-01-191-17/+12
* Themed Icons: Introduce Utils::IconAlessandro Portale2015-11-251-9/+7
* Icon refresh: First step towards the new Qt Creator themesAlessandro Portale2015-10-231-6/+8
* Raise main window when opening output panes with focus request.Eike Ziller2015-03-191-2/+3
* Clean exported headers of the Core plugin.Friedemann Kleint2015-03-051-0/+1
* Core: Add an ActionContainer::addSeparator(Id) overloadhjk2015-02-261-1/+1
* Core: Make Context parameter to registerAction optionalhjk2015-02-261-7/+6
* Merge commit '3c85058694ee2e41658d17f524fb48f0b187d2fe'Eike Ziller2015-02-121-6/+6
|\
| * Update LicenseEike Ziller2015-01-161-6/+6
* | Core: Remove unneeded qualificationsOrgad Shaneh2015-02-061-12/+12
* | Make "close view" buttons more consistentEike Ziller2015-01-211-1/+1
* | Core: CosmeticsOrgad Shaneh2014-11-261-3/+3
|/
* Implement theming for QtCreatorThorben Kroeger2014-10-151-16/+43
* Merge remote-tracking branch 'origin/3.2'Eike Ziller2014-10-141-7/+8
|\
| * License updateEike Ziller2014-10-091-7/+8
* | Core: Fix compileChristian Stenger2014-09-111-1/+2
* | OutputPaneManager: Compile fixhjk2014-09-111-1/+1
* | Core: High-DPI support for output pane buttonsAlessandro Portale2014-09-101-79/+93