summaryrefslogtreecommitdiff
path: root/src/plugins/coreplugin/outputpanemanager.cpp
Commit message (Expand)AuthorAgeFilesLines
* OutputPane: Fix initial pane title not setHenning Gruendl2023-04-281-0/+3
* OutputPane: Add setting to restore previous paneHenning Gruendl2023-04-281-2/+9
* Core: Tr::trhjk2023-01-171-27/+26
* Remove GPL-3.0+ from license identifiersKai Köhne2023-01-061-1/+1
* Use SPDX license identifiersLucie Gérard2022-08-261-24/+2
* Utils: Add a non-toolbar variant of the MINUS iconAlessandro Portale2022-08-181-1/+1
* CorePlugin: Remove foreach / Q_FOREACH usageArtem Sokolovskii2022-05-041-1/+2
* Core: Rename Output &Panes as Out&putLeena Miettinen2022-03-041-1/+1
* Rename 'output pane' to simply 'output'Thomas Hartmann2022-03-011-3/+3
* Change prev/next icons on toolbars to up/down arrowsTasuku Suzuki2021-11-111-4/+4
* OutputPane: Fix inconsistency between output view buttons and popup menuOrgad Shaneh2021-10-211-8/+8
* Add clear button to build system outputEike Ziller2021-06-221-35/+47
* 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