aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/serialterminal
Commit message (Expand)AuthorAgeFilesLines
* SerialTerminal: Hide plugin class in .cpphjk2024-01-174-63/+43
* Utils, all: Standardize on QtcSettingshjk2023-09-272-13/+14
* OutputPane: Use setter for priority and fix default visibilityEike Ziller2023-09-182-6/+2
* OutputPane: Add an id() for the settingsEike Ziller2023-09-181-0/+1
* OutputPane: Use setter for display nameEike Ziller2023-09-182-6/+1
* Utils etc: More use of Key and Storehjk2023-08-241-1/+3
* Various Plugins: Add context object into connectionsJarek Kobus2023-08-022-5/+3
* Build: Change plugin json.in files to CMake styleEike Ziller2023-07-251-17/+17
* Fix lots of tr.h files not being mentioned in CMakeLists.txtEike Ziller2023-04-011-0/+1
* Translations: Change translation context prefix from "::" to "QtC::"Alessandro Portale2023-02-102-2/+2
* SerialTerminal: Tr::trAlessandro Portale2023-01-236-22/+41
* Use simpler Plugin::initialize() when feasiblehjk2023-01-202-7/+2
* Remove GPL-3.0+ from license identifiersKai Köhne2023-01-0613-13/+13
* CMake build: Use version-less Qt targetsEike Ziller2023-01-051-2/+2
* Port from qAsConst() to std::as_const()Marc Mutz2022-10-071-1/+1
* Use SPDX license identifiersLucie Gérard2022-08-2613-312/+26
* Drop Qt5: Various plugins: Get rid of QOverloadJarek Kobus2022-07-201-3/+3
* Remove qmake build filesEike Ziller2022-01-202-29/+0
* Core: De-pure IOutputPane::visibilityChanged()Orgad Shaneh2020-10-092-6/+0
* 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