aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/coreplugin/outputwindow.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* | Output panes: Allow to invert the meaning of the filter fieldChristian Kandeler2019-12-021-8/+15
|/
* Output windows: Skip filter function if no filter is setChristian Kandeler2019-09-301-1/+4
* OutputWindow: Fix freeze when zooming out very farAndre Hartmann2019-07-311-0/+6
* Core: Do not access outdated QTextBlockDavid Schulz2019-06-211-8/+5
* Output panes: Improve the way to signal that filtering is activeChristian Kandeler2019-06-121-24/+13
* Output panes: Fix filtering newly added contentChristian Kandeler2019-06-111-3/+2
* Output panes: Respect filter optionsChristian Kandeler2019-06-051-23/+10
* Core: Make names of OutputWindowPrivate members consistentChristian Kandeler2019-05-291-27/+27
* ProjectExplorer: Allow text filtering in message paneChristian Kandeler2019-05-291-8/+7
* Core: Fix typo in OutputWindowChristian Kandeler2019-05-271-2/+2
* ProjectExplorer: Move filtering infrastructure upChristian Kandeler2019-05-241-1/+10
* Core: Remove indirection from OutputWindowChristian Kandeler2019-05-221-35/+14
* Core::OutputWindow: Move members into d-pointerChristian Kandeler2019-05-151-11/+15
* App output filter: Try harder to detect an invalid text blockChristian Kandeler2019-05-081-1/+3
* OutputWindow: Fix read-onlyness for output windowsOrgad Shaneh2019-04-181-5/+10
* IOutputPane: Refactor zoom function into base classAndre Hartmann2019-04-161-1/+11
* Add output filtering for Application Output paneAlessandro Ambrosano2019-04-081-1/+113
* OutputWindow: Reorder members to avoid paddingAndre Hartmann2019-03-101-1/+1
* OutputWindow: Do not prepend newline unconditionallyOrgad Shaneh2018-11-201-2/+4
* Give the user a hint as to how increase the output window limitChristian Kandeler2018-10-231-1/+3
* Core: Guard against overlong lines in the output panehjk2018-09-261-2/+24
* Core: Use restrictions on character count instead of line countsEike Ziller2018-09-261-9/+9
* Core: ModernizeAlessandro Portale2018-08-081-6/+6