index
:
qt/qtserialport.git
5.10
5.11
5.12
5.13
5.14
5.15
5.3
5.4
5.5
5.6
5.7
5.8
5.9
6.2
6.2.0
6.2.4
6.3
6.4
6.4.0
6.4.1
6.4.2
6.4.3
6.5
6.5.0
6.5.1
6.5.2
6.5.3
6.6
6.6.0
6.6.1
6.6.2
6.6.3
6.7
6.7.0
6.7.1
6.7.2
6.7.3
6.8
6.8.0
6.8.1
6.8.2
6.8.3
6.9
6.9.0
dev
old/5.1
old/5.2
qt4-dev
stable
wip/cmake
Qt Serial Port support
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
Commit message (
Expand
)
Author
Age
Files
Lines
*
QSerialPort: document that Space/Mark parity is not always supported
Ivan Solovev
2025-01-22
2
-0
/
+14
*
Doc: fix wording in QSerialPort::open()
Ivan Solovev
2025-01-22
1
-3
/
+2
*
Doc: clarify QSerialPort::open() error reporting
Ivan Solovev
2024-12-13
1
-1
/
+5
*
Docs: clarify that settingsRestoredOnClose might have no effect
Ivan Solovev
2024-12-11
1
-0
/
+4
*
Windows: fix readyRead() signal emission
Ivan Solovev
2024-12-11
2
-2
/
+7
*
Unix: fix Mark/Space parity emulation
Ivan Solovev
2024-12-11
1
-1
/
+5
*
Resurrect QSerialPort::restoreParametersOnClose property
Ivan Solovev
2024-11-26
4
-5
/
+68
*
QSerialPortInfo::isNull(): fix the usage of inline keyword
Ivan Solovev
2024-11-25
1
-4
/
+1
*
Docs: improve the example of reading from port
Ivan Solovev
2024-11-11
1
-2
/
+2
*
Linux: add an option to skip udev when enumerating serial ports
Ivan Solovev
2024-11-11
2
-2
/
+22
*
Zero-initialize struct instead of using memset
Jøger Hansegård
2024-11-06
1
-2
/
+1
*
Use range-based for loop to simplify iterating over arrays
Jøger Hansegård
2024-11-06
1
-9
/
+5
*
Use QUniqueHandle with handles that require calling a cleanup function
Jøger Hansegård
2024-11-06
1
-27
/
+47
*
Remove superfluous length checking of string descriptor
Jøger Hansegård
2024-11-06
1
-3
/
+0
*
Replace naked calls to RegOpenKeyEx/CloseHandle with RegOpenKeyEx
Jøger Hansegård
2024-11-05
1
-5
/
+6
*
Windows use iManufacturer/iProduct for manufacturer/description
Kenneth Culver
2024-11-05
1
-0
/
+247
*
Doc: Enable documentation testing in the CI
Topi Reinio
2024-11-04
1
-0
/
+3
*
macOS: Fix deprecation warning
Volker Hilsheimer
2024-09-25
1
-1
/
+1
*
Remove declaration of undefined static class members
Volker Hilsheimer
2024-09-09
1
-3
/
+0
*
Doc: Include examples-run.qdocinc instead of copying the text
Leena Miettinen
2024-08-05
1
-6
/
+1
*
Remove the use of GENERATE_CPP_EXPORTS argument
Alexey Edelev
2024-05-30
1
-1
/
+0
*
Prevent misuse of stale errno value in QSerialPort read notifier
Jaroslaw Kubik
2024-03-19
1
-1
/
+3
*
Prevent a crash if port has not been opened
Tomi Korpipaa
2024-02-28
1
-0
/
+6
*
Fix QSerialPort::bindableStopBits return value type
Ivan Solovev
2023-10-31
4
-1
/
+28
*
Port away from qt_poll_msecs
Ahmad Samir
2023-10-25
1
-1
/
+2
*
Unix: update clear() function and use it to flush IO buffers when opening the...
Ivan Solovev
2023-10-18
1
-0
/
+3
*
SerialPort: fix bindable properties
Ivan Solovev
2023-10-06
1
-5
/
+5
*
Mark the whole repo with QT_NO_CONTEXTLESS_CONNECT
Ahmad Samir
2023-09-07
1
-2
/
+0
*
Fix typo in CMake tool name
Alexey Edelev
2023-08-29
1
-1
/
+1
*
Build with QT_NO_CONTEXTLESS_CONNECT
Ahmad Samir
2023-07-17
1
-0
/
+2
*
Replace Q_OS_OSX with Q_OS_MACOS
Tor Arne Vestbø
2023-06-08
1
-3
/
+3
*
Doc: Language change for a better understanding
Jaishree Vyas
2023-06-07
1
-3
/
+3
*
Remove creaderasync and cwriterasync examples
Ivan Solovev
2023-02-20
2
-0
/
+0
*
Improve Terminal example
Ivan Solovev
2023-02-10
1
-0
/
+0
*
Remove duplicated examples
Ivan Solovev
2023-02-02
4
-0
/
+0
*
Update blocking sender/receiver example screenshots
Ivan Solovev
2023-02-02
2
-0
/
+0
*
Extend QSerialPortInfo docs
Ivan Solovev
2023-02-02
3
-8
/
+61
*
Doc: Revise Qt Serial Port module landing page
Andreas Eliasson
2022-12-27
1
-19
/
+9
*
Fix QWinOverlappedIoNotifier
Ivan Solovev
2022-12-12
1
-1
/
+10
*
Fix bindable properties
Ivan Solovev
2022-12-07
1
-25
/
+26
*
Port from qAsConst() to std::as_const()
Marc Mutz
2022-10-06
1
-2
/
+2
*
Change the license of all CMakeLists.txt and *.cmake files to BSD
Lucie Gérard
2022-08-23
2
-2
/
+2
*
Add license headers to cmake files
Lucie Gérard
2022-07-07
2
-0
/
+6
*
Windows: guard against closing the connection while processing incoming data
Ivan Solovev
2022-06-28
1
-2
/
+5
*
Windows: fix soft memory leak in synchronous mode
Ivan Solovev
2022-06-13
1
-3
/
+21
*
Use SPDX license identifiers
Lucie Gérard
2022-06-10
21
-762
/
+66
*
Doc: Use find_package(Qt6 REQUIRED COMPONENTS ...) idiom
Kai Köhne
2022-05-12
1
-1
/
+1
*
Port from QScopedPointer to std::unique_ptr
Marc Mutz
2022-05-04
3
-34
/
+28
*
Fix QScopedPointer::swap deprecation warning
Mårten Nordheim
2022-03-24
3
-10
/
+7
*
Make sure all private headers include at least one other
Thiago Macieira
2022-03-08
2
-2
/
+4
[next]