aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/coreplugin/outputwindow.cpp
Commit message (Expand)AuthorAgeFilesLines
* Core: Use Qt::CaseSensitivity for simple filteringMathias Hasselmann2024-04-161-10/+6
* OutputWindow: Add "Save Contents" to context menuEike Ziller2024-02-121-0/+14
* OutputWindow: Add "clear" to all context menusEike Ziller2024-02-071-0/+18
* ExtensionSystem/Core: Use more std::chronoEike Ziller2024-01-221-2/+3
* Utils: Use a bit more Key and Storehjk2023-08-241-2/+2
* Core: Tr::trhjk2023-01-171-2/+4
* Remove GPL-3.0+ from license identifiersKai Köhne2023-01-061-1/+1
* Port from qAsConst() to std::as_const()Marc Mutz2022-10-071-1/+1
* CorePlugin: Limit the usage of qMakePair and std::make_pairJarek Kobus2022-09-301-2/+2
* Use SPDX license identifiersLucie Gérard2022-08-261-24/+2
* ProjectExplorer: Generalize issues -> output pane linkingChristian Kandeler2021-11-251-0/+40
* Add text search functionality to output window centrallyEike Ziller2021-09-201-1/+16
* OutputWindow: Update auto-scroll flag when "Find" changes positionChristian Kandeler2021-08-131-1/+5
* Utils: Use Utils::Link instead of TaskView::Locationhjk2021-05-281-3/+2
* OutputWindow: Reset "scroll to bottom" to default valueChristian Kandeler2021-04-201-0/+1
* Core: Consider keyboard navigation in output window scrolling logicChristian Kandeler2021-04-091-4/+2
* Output panes: Fix auto-scrolling issueChristian Kandeler2021-02-261-6/+3
* Use qAsConst with non-const Qt containers in range-loopsAlessandro Portale2021-02-171-1/+1
* Core: Save less settingsEike Ziller2020-12-111-1/+1
* Utils: Filter adjacent carriage returns in OutputFormatterChristian Kandeler2020-11-301-1/+1
* Core::OutputWindow: Make auto-scrolling more robustChristian Kandeler2020-11-261-9/+13
* OutputFormatter: Prevent consecutive newlines from being ignoredChristian Kandeler2020-09-241-2/+2
* OutputFormatter: Fix flushing a pending line feedChristian Kandeler2020-09-141-2/+3
* Core::OutputWindow: Use proper numerus formRobert Loehning2020-07-271-1/+1
* Core: Improve handling of long output chunkshjk2020-07-171-4/+8
* VCS: Pass links to the correct VCSOrgad Shaneh2020-06-211-5/+9
* OutputWindow: Do not activate links for empty referenceOrgad Shaneh2020-06-181-1/+2
* Remove unnecessary removeContextObject callsEike Ziller2020-05-271-11/+4
* Core::OutputWindow: Pimpl remaining membersChristian Kandeler2020-05-131-9/+13
* Core::OutputWindow: Prevent UI thread overloadChristian Kandeler2020-05-051-9/+74
* Merge output formatters and output parsersChristian Kandeler2020-04-231-10/+13
* Vcs: Fix output paneChristian Kandeler2020-04-171-0/+5
* OutputFormatter: Take ownership of the line parsersChristian Kandeler2020-04-151-3/+1
* Utils: Split up OutputFormatter classChristian Kandeler2020-04-141-7/+7
* Utils: Dissolve the AggregatingOutputFormatter classChristian Kandeler2020-04-141-2/+2
* OutputFormatter: Do all formatting centrallyChristian Kandeler2020-04-141-11/+8
* OutputFormatter: Re-add handling of stand-alone carriage returnChristian Kandeler2020-03-301-0/+2
* Remove the limitation that output formatters have to be exclusiveChristian Kandeler2020-03-201-12/+102
* OutputFormatter: De-virtualize the clear() functionChristian Kandeler2020-03-181-1/+0
* Move some code from OutputWindow to OutputFormatterChristian Kandeler2020-03-171-70/+2
* Core: Provide a default output formatterChristian Kandeler2020-03-161-37/+10
* Core: Remove unused OutputWindow accessorChristian Kandeler2020-03-131-5/+0
* OutputWindow: Cleanup and modernizeAndre Hartmann2020-02-171-7/+7
* OutputWindow: Reduce scope of local variableAndre Hartmann2020-02-171-2/+1
* ProjectExplorer: Fix copying filtered-out textChristian Kandeler2020-01-081-0/+29
* Merge remote-tracking branch 'origin/4.11'Eike Ziller2019-12-191-1/+2
|\
| * Core: Avoid accessing nullptrChristian Stenger2019-12-181-1/+2
* | Merge remote-tracking branch 'origin/4.11'Orgad Shaneh2019-12-071-8/+21
|\|
| * Output panes: Handle the case where an output chunk is splitChristian Kandeler2019-12-041-1/+12
| * Output panes: Fix newline handlingChristian Kandeler2019-12-041-7/+9