aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/projectexplorer/appoutputpane.cpp
Commit message (Expand)AuthorAgeFilesLines
...
| * Fix lupdate issuesEike Ziller2020-03-181-3/+2
* | OutputFormatter: Remove unneeded function and include statementChristian Kandeler2020-03-181-13/+0
|/
* Project Explorer: Fix UI text according to the guidelinesLeena Miettinen2020-03-111-3/+3
* ProjectExplorer: Disentangle ProjectExplorer::updateRunActionshjk2020-02-261-1/+1
* Several SettingsPages: Code cosmeticshjk2020-01-301-1/+1
* Core: Provide empty implementation for IOptionPageWidget::finish()hjk2020-01-151-2/+0
* ProjectExplorer: Use new settings page convenience for app outputhjk2020-01-081-23/+10
* Output panes: Allow to invert the meaning of the filter fieldChristian Kandeler2019-12-021-2/+2
* Merge remote-tracking branch 'origin/4.10'Eike Ziller2019-09-231-2/+2
|\
| * ProjectExplorer: Use correct guard in connectChristian Stenger2019-09-181-2/+2
* | Remove usages of deprecated APIs of QLayoutSona Kurazyan2019-09-021-1/+1
* | App output pane: More fine-grained popup optionsChristian Kandeler2019-08-211-17/+44
|/
* Output panes: Support keyboard shortcuts for zoomingChristian Kandeler2019-06-241-0/+8
* Output panes: Improve the way to signal that filtering is activeChristian Kandeler2019-06-121-5/+0
* Output panes: Respect filter optionsChristian Kandeler2019-06-051-3/+6
* ProjectExplorer: Move filtering infrastructure upChristian Kandeler2019-05-241-58/+7
* ProjectExplorer: Remove unused AppOutputPane member functionChristian Kandeler2019-05-141-13/+0
* Output pane settings: Make more more i18n-friendlyChristian Kandeler2019-05-091-2/+4
* Remove a couple of "setAutoRaise(true)" for toolbar buttonsAlessandro Portale2019-04-291-4/+0
* Core: Fix enabling/disabling of zoomIn/Out buttons in output panesAlessandro Portale2019-04-231-0/+2
* IOutputPane: Refactor zoom function into base classAndre Hartmann2019-04-161-72/+29
* AppOutputPane: Add history completer to filter line editAndre Hartmann2019-04-151-0/+1
* AppOutputPane: Fix zoom and settings button orderAndre Hartmann2019-04-091-1/+1
* Add output filtering for Application Output paneAlessandro Ambrosano2019-04-081-6/+92
* ProjectExplorer: Add settings icon to app and compile output panesChristian Kandeler2019-04-041-2/+13
* AppOutputPane: Switch to categorized loggingAndre Hartmann2019-03-191-16/+10
* AppOutputPane: Cleanup and modernizeAndre Hartmann2019-03-181-17/+17
* ProjectExplorer: Move RunControl related classes to separate file pairhjk2019-03-131-5/+6
* ProjectExplorer: Simplify RunControl::appendMessagehjk2019-03-121-2/+4
* ProjectExplorer: Introduce dedicated output settings pagesChristian Kandeler2019-03-121-16/+133
* use initializer listsTim Jenssen2019-01-211-1/+1
* Fix warning: "Missing emit keyword on signal call"Alessandro Portale2019-01-171-1/+1
* Core: Use restrictions on character count instead of line countsEike Ziller2018-09-261-2/+2
* ProjectExplorer: ModernizeAlessandro Portale2018-07-161-7/+7
* Merge remote-tracking branch 'origin/4.7'Eike Ziller2018-06-191-1/+7
|\
| * AppOutputPane: Add timestamps to normal and error messagesOrgad Shaneh2018-06-131-1/+7
* | Inline RunControl::canReUseOutputPane into its only callerhjk2018-05-291-2/+9
|/
* ProjectExplorer: Fix crash on debugger stopOrgad Shaneh2018-02-281-1/+1
* ApplicationOutputPane: Add missing handling of runControl being nullptrRobert Loehning2017-12-051-1/+2
* ApplicationOutputPane: Handle runControl being nullptrTobias Hunger2017-11-141-7/+8
* Avoid soft assert when closing an already stopped run control tabFilipe Azevedo2017-10-161-1/+1
* ProjectExplorer: Allow user stopping ill-behaved RunControlhjk2017-09-131-2/+2
* AppOutputPane: fix coverity warningNikita Baryshnikov2017-08-211-1/+3
* ProjectExplorer: Fix crashes on shutdownhjk2017-07-201-48/+26
* ProjectExplorer: Use a real 'finishing' phase for RunControlshjk2017-07-171-3/+5
* ProjectExplorer: Rename RunControl::finished to stoppedhjk2017-07-121-1/+1
* ProjectExplorer: Move re-runnable decision to RunWorkershjk2017-07-101-1/+1
* ProjectExplorer: Fix recent indeterministic state of stop buttonhjk2017-07-051-11/+11
* Merge remote-tracking branch 'origin/4.3'Orgad Shaneh2017-06-261-13/+9
|\
| * ProjectExplorer: Fix crash in AppOutputPaneTobias Hunger2017-06-231-11/+9