summaryrefslogtreecommitdiffstats
path: root/src/serialport
Commit message (Expand)AuthorAgeFilesLines
* Prevent misuse of stale errno value in QSerialPort read notifierJaroslaw Kubik2024-03-191-1/+3
* Prevent a crash if port has not been openedTomi Korpipaa2024-02-281-0/+6
* Fix QSerialPort::bindableStopBits return value typeIvan Solovev2023-10-314-1/+28
* Port away from qt_poll_msecsAhmad Samir2023-10-251-1/+2
* Unix: update clear() function and use it to flush IO buffers when opening the...Ivan Solovev2023-10-181-0/+3
* SerialPort: fix bindable propertiesIvan Solovev2023-10-061-5/+5
* Mark the whole repo with QT_NO_CONTEXTLESS_CONNECTAhmad Samir2023-09-071-2/+0
* Fix typo in CMake tool nameAlexey Edelev2023-08-291-1/+1
* Build with QT_NO_CONTEXTLESS_CONNECTAhmad Samir2023-07-171-0/+2
* Replace Q_OS_OSX with Q_OS_MACOSTor Arne Vestbø2023-06-081-3/+3
* Doc: Language change for a better understandingJaishree Vyas2023-06-071-3/+3
* Remove creaderasync and cwriterasync examplesIvan Solovev2023-02-202-0/+0
* Improve Terminal exampleIvan Solovev2023-02-101-0/+0
* Remove duplicated examplesIvan Solovev2023-02-024-0/+0
* Update blocking sender/receiver example screenshotsIvan Solovev2023-02-022-0/+0
* Extend QSerialPortInfo docsIvan Solovev2023-02-023-8/+61
* Doc: Revise Qt Serial Port module landing pageAndreas Eliasson2022-12-271-19/+9
* Fix QWinOverlappedIoNotifierIvan Solovev2022-12-121-1/+10
* Fix bindable propertiesIvan Solovev2022-12-071-25/+26
* Port from qAsConst() to std::as_const()Marc Mutz2022-10-061-2/+2
* Change the license of all CMakeLists.txt and *.cmake files to BSDLucie Gérard2022-08-232-2/+2
* Add license headers to cmake filesLucie Gérard2022-07-072-0/+6
* Windows: guard against closing the connection while processing incoming dataIvan Solovev2022-06-281-2/+5
* Windows: fix soft memory leak in synchronous modeIvan Solovev2022-06-131-3/+21
* Use SPDX license identifiersLucie Gérard2022-06-1021-762/+66
* Doc: Use find_package(Qt6 REQUIRED COMPONENTS ...) idiomKai Köhne2022-05-121-1/+1
* Port from QScopedPointer to std::unique_ptrMarc Mutz2022-05-043-34/+28
* Fix QScopedPointer::swap deprecation warningMårten Nordheim2022-03-243-10/+7
* Make sure all private headers include at least one otherThiago Macieira2022-03-082-2/+4
* Remove unused qt_internal_extend_target for SerialPort targetAlexey Edelev2021-12-092-6/+1
* Move Q_DECLARE_PUBLIC to the public sectionJani Heikkinen2021-11-301-1/+2
* Fix warnings-are-errors buildJoerg Bornemann2021-10-261-1/+1
* Doc: Fix base class for OpenMode flagsKai Köhne2021-10-221-3/+3
* Fix error comparison of integer expressions of different signednessKarsten Heimrich2021-10-191-2/+2
* Revert "QSerialPort: Port to alertable I/O functions on Windows"Karsten Heimrich2021-10-196-416/+216
* Revert "Emit _q_notify only if there's no notification pending"Karsten Heimrich2021-10-191-7/+3
* Revert "Revert "Emit _q_notify only if there's no notification pending""Karsten Heimrich2021-10-191-3/+7
* Revert "Avoid possible symbol clashes on static builds on Windows"Karsten Heimrich2021-10-192-4/+4
* Migrate to autogenerated cpp exportsAlexey Edelev2021-09-272-14/+2
* Remove old configure-related filesJoerg Bornemann2021-09-201-41/+0
* Doc: Remove unsupported customFiltersKai Köhne2021-08-251-4/+0
* Doc: Remove superfluous \qtcmakepackageKai Köhne2021-07-201-1/+0
* Hook Qt SerialPort's porting guide to Qt6 into the module's index pageAlex Blasche2021-05-101-0/+4
* Qt SerialPort: update documentationKarsten Heimrich2021-02-104-10/+103
* Qt SerialPort: dump 'master' and 'slave' terminologyKarsten Heimrich2021-02-102-0/+0
* Qt6: Migrate useful properties to new property systemKarsten Heimrich2021-02-013-42/+116
* Qt6: remove overridden atEnd() methodKarsten Heimrich2021-01-292-28/+0
* QtSerialPort: apply API changes for Qt6Karsten Heimrich2021-01-228-440/+5
* Qt6: Port module to cmake build systemKarsten Heimrich2021-01-155-63/+115
* Qt6: Remove Qt4 supportKarsten Heimrich2021-01-151-1/+0