aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/serialterminal/serialoutputpane.cpp
Commit message (Expand)AuthorAgeFilesLines
* Core: Show context of filter matchesMathias Hasselmann2024-07-091-0/+5
* 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
* Utils etc: More use of Key and Storehjk2023-08-241-1/+3
* Various Plugins: Add context object into connectionsJarek Kobus2023-08-021-4/+2
* SerialTerminal: Tr::trAlessandro Portale2023-01-231-10/+11
* Remove GPL-3.0+ from license identifiersKai Köhne2023-01-061-1/+1
* Use SPDX license identifiersLucie Gérard2022-08-261-24/+2
* Drop Qt5: Various plugins: Get rid of QOverloadJarek Kobus2022-07-201-3/+3
* Core: De-pure IOutputPane::visibilityChanged()Orgad Shaneh2020-10-091-5/+0
* Core/Utils: Migrate further to Utils::Idhjk2020-07-061-1/+1
* Output panes: Do not allocate extra standard formattersChristian Kandeler2020-03-201-4/+3
* Remove the limitation that output formatters have to be exclusiveChristian Kandeler2020-03-201-1/+1
* Utils: Add a non-toolbar variant of the "RELOAD" iconAlessandro Portale2020-02-071-1/+1
* SerialTerminal: Some style fixesAndre Hartmann2019-09-111-2/+2
* SerialTerminal: Fix sign conversion warningAndre Hartmann2019-09-111-1/+1
* Remove usages of deprecated APIs of QLayoutSona Kurazyan2019-09-021-2/+2
* Remove a couple of "setAutoRaise(true)" for toolbar buttonsAlessandro Portale2019-04-291-4/+0
* IOutputPane: Refactor zoom function into base classAndre Hartmann2019-04-161-1/+1
* Replace static_casts by QOverload where possiblehjk2019-02-261-3/+3
* SerialTerminal: ModernizeAlessandro Portale2018-11-251-2/+2
* SerialTerminal: Use monospace fontOrgad Shaneh2018-11-161-0/+10
* SerialTerminal: Save and restore selected port nameOrgad Shaneh2018-11-161-1/+10
* SerialTerminal: Apply line ending to current paneBenjamin Balga2018-11-161-0/+5
* SerialTerminal: Select text in input line after each commandOrgad Shaneh2018-11-121-0/+1
* Avoid enabling all message types by defaultChristian Stenger2018-11-061-1/+1
* Remove a few redundant occurrences of 'virtual' and 'override'Alessandro Portale2018-06-181-2/+2
* Plugins: new serial terminal pluginBenjamin Balga2018-01-301-0/+745