summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* QSerialPort: document that Space/Mark parity is not always supportedIvan Solovev2025-01-222-0/+14
* Doc: fix wording in QSerialPort::open()Ivan Solovev2025-01-221-3/+2
* Doc: clarify QSerialPort::open() error reportingIvan Solovev2024-12-131-1/+5
* Docs: clarify that settingsRestoredOnClose might have no effectIvan Solovev2024-12-111-0/+4
* Windows: fix readyRead() signal emissionIvan Solovev2024-12-112-2/+7
* Unix: fix Mark/Space parity emulationIvan Solovev2024-12-111-1/+5
* Resurrect QSerialPort::restoreParametersOnClose propertyIvan Solovev2024-11-264-5/+68
* QSerialPortInfo::isNull(): fix the usage of inline keywordIvan Solovev2024-11-251-4/+1
* Docs: improve the example of reading from portIvan Solovev2024-11-111-2/+2
* Linux: add an option to skip udev when enumerating serial portsIvan Solovev2024-11-112-2/+22
* Zero-initialize struct instead of using memsetJøger Hansegård2024-11-061-2/+1
* Use range-based for loop to simplify iterating over arraysJøger Hansegård2024-11-061-9/+5
* Use QUniqueHandle with handles that require calling a cleanup functionJøger Hansegård2024-11-061-27/+47
* Remove superfluous length checking of string descriptorJøger Hansegård2024-11-061-3/+0
* Replace naked calls to RegOpenKeyEx/CloseHandle with RegOpenKeyExJøger Hansegård2024-11-051-5/+6
* Windows use iManufacturer/iProduct for manufacturer/descriptionKenneth Culver2024-11-051-0/+247
* Doc: Enable documentation testing in the CITopi Reinio2024-11-041-0/+3
* macOS: Fix deprecation warningVolker Hilsheimer2024-09-251-1/+1
* Remove declaration of undefined static class membersVolker Hilsheimer2024-09-091-3/+0
* Doc: Include examples-run.qdocinc instead of copying the textLeena Miettinen2024-08-051-6/+1
* Remove the use of GENERATE_CPP_EXPORTS argumentAlexey Edelev2024-05-301-1/+0
* 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