aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/coreplugin/outputpanemanager.cpp
Commit message (Expand)AuthorAgeFilesLines
* Don't clash signal names with other methodsJarek Kobus2020-11-181-5/+5
* Core: De-pure IOutputPane::visibilityChanged()Orgad Shaneh2020-10-091-0/+4
* Core/TextEditor: Replace QTimeline::setCurveShapehjk2020-07-161-1/+1
* Core: Drop use of QApplication::globalStrut()hjk2020-06-221-2/+2
* Remove unnecessary removeContextObject callsEike Ziller2020-05-271-3/+0
* Merge remote-tracking branch 'origin/4.12'Eike Ziller2020-04-141-0/+2
|\
| * QmlDesigner: Link OutputPane visible to DockWidgetHenning Gruendl2020-04-091-0/+2
* | Move some actions to a "View" menuEike Ziller2020-03-061-3/+3
|/
* Output panes: Allow to invert the meaning of the filter fieldChristian Kandeler2019-12-021-1/+15
* Fix focusing of already open output pane from separate windowEike Ziller2019-10-251-1/+2
* ProjectExplorer: Fix some problems with plugin unloadingChristian Kandeler2019-10-161-0/+1
* Remove usages of deprecated APIs of QLayoutSona Kurazyan2019-09-021-3/+3
* 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