aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/projectexplorer/appoutputpane.cpp
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/13.0'Eike Ziller10 days1-8/+8
|\
| * iOS Simulator: Fix crash when starting app while another is runningEike Ziller11 days1-8/+8
* | ProjectExplorer: Make settings access more directhjk2024-04-121-3/+3
* | OutputWindow: Add "Save Contents" to context menuEike Ziller2024-02-121-0/+2
|/
* TextEditor: Move access to smaller settings chunkshjk2024-02-011-1/+1
* Utils, all: Standardize on QtcSettingshjk2023-09-271-2/+2
* OutputPane: Use setter for priority and fix default visibilityEike Ziller2023-09-181-5/+2
* OutputPane: Add an id() for the settingsEike Ziller2023-09-181-0/+1
* OutputPane: Use setter for display nameEike Ziller2023-09-181-5/+1
* Various Plugins: Simplify return QList statementsJarek Kobus2023-08-021-1/+1
* ProjectExplorer: Fix 10 seconds hang on shutdownJarek Kobus2023-07-271-8/+13
* AppOutputPane: Ensure the window exists before flushingJarek Kobus2023-07-041-1/+2
* RunControl: Remove initiateFinish() / finished()Jarek Kobus2023-07-041-4/+8
* ProjectExplorer: Fix off-by-factor-of-100 bugChristian Kandeler2023-06-131-2/+2
* Move SessionManager to Core pluginEike Ziller2023-05-251-1/+2
* ProjectExplorer: Do not treat a starting run control as finishedChristian Kandeler2023-04-191-1/+1
* Use common tool tip for "Configure..." kind of buttonsEike Ziller2023-02-161-1/+1
* ProjectExplorer: Tr::trhjk2023-01-161-27/+27
* ProjectExplorer: Simplify AppOutputPane widget nestinghjk2023-01-131-10/+5
* ProjectExplorer: Fix compilation with Qt 6.6hjk2023-01-111-2/+2
* Remove GPL-3.0+ from license identifiersKai Köhne2023-01-061-1/+1
* Port from qAsConst() to std::as_const()Marc Mutz2022-10-071-8/+8
* Use SPDX license identifiersLucie Gérard2022-08-261-24/+2
* AppOutputPane: Avoid using sender()Jarek Kobus2022-07-211-29/+21
* Merge remote-tracking branch 'origin/8.0'Eike Ziller2022-07-201-1/+3
|\
| * AppOutputPane: Update buttons after stop was initiatedJarek Kobus2022-07-141-1/+3
* | ProjectExplorer: Fix index confusion in app output paneChristian Kandeler2022-07-071-96/+100
|/
* ProjectExplorer: Dissolve a few uses of Runnablehjk2022-05-301-12/+16
* ProjectExplorer: Always compile WinDebugInterfacehjk2022-05-091-4/+2
* ProjectExplorer: Regularize namespace setup in appoutputpane.cpphjk2022-03-311-17/+10
* UI text: Replace "pane" with "view" for "Output panes"Leena Miettinen2022-03-091-2/+2
* Rename 'output pane' to simply 'output'Thomas Hartmann2022-03-011-1/+1
* Project Explorer: Fix UI textLeena Miettinen2022-02-171-1/+1
* ProjectExplorer: Dis-ambiguate issues pane's "show output" actionChristian Kandeler2022-02-101-1/+4
* Merge remote-tracking branch 'origin/6.0'Eike Ziller2022-01-061-3/+4
|\
| * ProjectExplorer: Do not attempt to stop applicationhjk2022-01-041-3/+4
* | ProjectExplorer: Add "link back from issues" functionalityChristian Kandeler2021-11-261-1/+22
|/
* Add text search functionality to output window centrallyEike Ziller2021-09-201-4/+0
* ProjectExplorer: Use Utils::CommandLine in ProjectExplorer::Runnablehjk2021-08-131-2/+1
* ProjectExplorer: Use qAsConst w/ non-const Qt containers in range-loopsAlessandro Portale2021-02-171-1/+1
* ProjectExplorer: Don't save defaults to settingsEike Ziller2020-12-161-13/+24
* Don't clash signal names with other methodsJarek Kobus2020-11-181-3/+3
* Core: De-pure IOutputPane::visibilityChanged()Orgad Shaneh2020-10-091-4/+0
* ProjectExplorer: Properly set up the output formatterChristian Kandeler2020-09-041-3/+6
* Core/Utils: Migrate further to Utils::Idhjk2020-07-061-1/+1
* Core::OutputWindow: Pimpl remaining membersChristian Kandeler2020-05-131-0/+1
* OutputFormatter: Take ownership of the line parsersChristian Kandeler2020-04-151-2/+2
* Utils: Split up OutputFormatter classChristian Kandeler2020-04-141-2/+2
* Remove the limitation that output formatters have to be exclusiveChristian Kandeler2020-03-201-4/+8
* Merge remote-tracking branch 'origin/4.12'Eike Ziller2020-03-191-3/+2
|\