aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/serialterminal
Commit message (Expand)AuthorAgeFilesLines
* Core/Utils: Migrate further to Utils::Idhjk2020-07-061-1/+1
* Output panes: Do not allocate extra standard formattersChristian Kandeler2020-03-203-11/+3
* Remove the limitation that output formatters have to be exclusiveChristian Kandeler2020-03-201-1/+1
* Provide an empty default IPlugin::extensionsInitialized()hjk2020-02-072-5/+0
* Utils: Add a non-toolbar variant of the "RELOAD" iconAlessandro Portale2020-02-071-1/+1
* Deduplicate calls for obtaining model indexOrgad Shaneh2020-01-031-2/+4
* SerialTerminal: Some style fixesAndre Hartmann2019-09-112-7/+6
* SerialTerminal: Fix sign conversion warningAndre Hartmann2019-09-111-1/+1
* Remove usages of deprecated APIs of QLayoutSona Kurazyan2019-09-021-2/+2
* Qt Creator CMake portCristian Adam2019-05-171-0/+13
* 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-256-25/+27
* Merge remote-tracking branch 'origin/4.8'Eike Ziller2018-11-198-2/+45
|\
| * SerialTerminal: Use monospace fontOrgad Shaneh2018-11-163-1/+13
| * SerialTerminal: Save and restore selected port nameOrgad Shaneh2018-11-166-1/+26
| * 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
* | SerialTerminal: Show error string on connection failureOrgad Shaneh2018-11-121-2/+5
|/
* Avoid enabling all message types by defaultChristian Stenger2018-11-062-2/+2
* Remove a few redundant occurrences of 'virtual' and 'override'Alessandro Portale2018-06-181-2/+2
* Remove some obsolete code inside QT_VERSION_CHECK sectionsAlessandro Portale2018-04-271-7/+0
* Utils: Purge asConstOrgad Shaneh2018-04-091-3/+1
* Fix build with namespaced QtChristian Stenger2018-03-141-0/+2
* SerialTerminal: Add qbs project fileChristian Kandeler2018-01-311-0/+26
* SerialTerminal: Fix compile for Qt less than 5.8Christian Stenger2018-01-311-1/+6
* Plugins: new serial terminal pluginBenjamin Balga2018-01-3016-0/+2100