index
:
delta/qt5/qtserialport.git
5.10
5.10.0
5.10.1
5.11
5.11.0
5.11.1
5.11.2
5.11.3
5.12
5.12.0
5.12.1
5.12.10
5.12.11
5.12.12
5.12.2
5.12.3
5.12.4
5.12.5
5.12.6
5.12.7
5.12.8
5.12.9
5.13
5.13.0
5.13.1
5.13.2
5.14
5.14.0
5.14.1
5.14.2
5.15
5.15.0
5.15.1
5.15.2
5.3
5.3.0
5.3.1
5.3.2
5.4
5.4.0
5.4.1
5.4.2
5.5
5.5.0
5.5.1
5.6
5.6.0
5.6.1
5.6.2
5.6.3
5.7
5.7.0
5.7.1
5.8
5.8.0
5.9
5.9.0
5.9.1
5.9.2
5.9.3
5.9.4
5.9.5
5.9.6
5.9.7
5.9.8
6.2
6.2.0
6.2.1
6.2.2
6.2.3
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
baserock/morph
baserock/v5.3.0
dev
old/5.1
old/5.2
qt4-dev
release
stable
wip/cmake
wip/qt6
code.qt.io: qt/qtserialport.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
Commit message (
Expand
)
Author
Age
Files
Lines
*
Improve usage of the break state for the Tx line
Denis Shienkov
2015-01-15
3
-8
/
+34
*
Use QWinOverlappedIoNotifier instead of QWinEventNotifier
Denis Shienkov
2014-11-27
6
-187
/
+103
*
Remove macroes that was added for Qt4 compatibility
Denis Shienkov
2014-11-22
1
-12
/
+0
*
Use internal read buffer of QIODevice
Denis Shienkov
2014-11-17
5
-40
/
+34
*
Use QIODevicePrivate for PIMPL
Denis Shienkov
2014-11-16
3
-14
/
+14
*
Create notifiers inside of startAsyncXX() methods when required
Denis Shienkov
2014-11-15
3
-46
/
+88
*
Move all platform-specific declarations into one QSPPrivate
Denis Shienkov
2014-11-14
13
-579
/
+287
*
Merge remote-tracking branch 'origin/5.4' into dev
Frederik Gladhorn
2014-10-27
1
-8
/
+11
|
\
|
*
Check for lock file in non-writable directories
v5.4.0-rc1
Rainer Keller
2014-10-23
1
-8
/
+11
*
|
Drop the Qt4 support
Denis Shienkov
2014-10-23
17
-2408
/
+11
|
/
*
Merge remote-tracking branch 'origin/5.3' into 5.4
Frederik Gladhorn
2014-10-14
11
-45
/
+131
|
\
|
*
Fix QSP::bytesToWrite() on Windows
Denis Shienkov
2014-10-06
7
-36
/
+68
|
*
Allow for deviceInstanceIdentifier() to return an upper case string
Denis Shienkov
2014-10-06
1
-3
/
+3
|
*
Restart of async reading when a QSP::clear() is called
Denis Shienkov
2014-10-03
1
-0
/
+6
|
*
Fix reading on Windows at limited read buffer size
Denis Shienkov
2014-10-02
7
-4
/
+47
|
*
Remove custom baud rate filtering
Manuele Conti
2014-10-01
1
-3
/
+7
|
*
Fix segfault related to dynamic udev loading
Sergey Belyashov
2014-10-01
2
-7
/
+2
|
*
Handle onboard serial ports when parsing sysfs
Rainer Keller
2014-09-29
1
-0
/
+3
|
*
Fix access after delete in OS X QSPI
Dyami Caliri
2014-09-25
1
-2
/
+1
|
*
Query a serial number of USB device from Sysfs
Denis Shienkov
2014-09-25
1
-0
/
+4
*
|
Doc: Applied title case in section1 titles
v5.4.0-beta1
Nico Vertriest
2014-10-08
1
-1
/
+1
*
|
Merge remote-tracking branch 'origin/5.3' into 5.4
Frederik Gladhorn
2014-09-16
4
-14
/
+19
|
\
\
|
|
/
|
*
Added missing deprecation guards and documentation update
Samuel Gaist
2014-09-12
1
-2
/
+7
|
*
Fix Qt 4 build
Samuel Gaist
2014-09-12
1
-2
/
+0
|
*
Fix a race condition at writing on Windows
v5.3.2
5.3.2
Denis Shienkov
2014-08-28
3
-10
/
+12
*
|
Update license headers and add new license files
Antti Kokko
2014-09-09
29
-526
/
+294
*
|
Merge remote-tracking branch 'origin/5.3' into 5.4
v5.4.0-alpha1
Frederik Gladhorn
2014-08-28
8
-0
/
+80
|
\
\
|
|
/
|
*
Add missing private headers warnings
Samuel Gaist
2014-08-18
7
-0
/
+77
|
*
Fix handling of writing at using of waitForReadyRead()
Denis Shienkov
2014-08-15
1
-0
/
+3
*
|
Merge remote-tracking branch 'origin/5.3' into 5.4
Frederik Gladhorn
2014-08-12
8
-143
/
+180
|
\
\
|
|
/
|
*
Fix compilation of apps with QT_DISABLE_DEPRECATED_BEFORE=0x050300
Marcel Krems
2014-08-11
1
-0
/
+2
|
*
Make the QSerialPort::flush() non-blocking
Denis Shienkov
2014-08-02
2
-20
/
+2
|
*
Pass a length of string to QString::fromWCharArray
Denis Shienkov
2014-08-01
1
-6
/
+17
|
*
Fix leak of a descriptor after unsuccessful opening
Denis Shienkov
2014-07-31
6
-115
/
+152
|
*
Fix events handling in waitForBytesWritten() method on Windows
Denis Shienkov
2014-07-30
1
-2
/
+4
|
*
Return from the loop if a port name is found
Denis Shienkov
2014-07-10
1
-0
/
+3
*
|
Update QRingBuffer by recent version from qtbase
Alex Trotsenko
2014-07-28
1
-225
/
+93
*
|
Merge remote-tracking branch 'origin/5.3' into dev
Frederik Gladhorn
2014-07-10
9
-337
/
+477
|
\
\
|
|
/
|
*
Wrap of getting the port properties on Windows
Denis Shienkov
2014-07-09
1
-50
/
+74
|
*
Do not continue waitForReadyRead() if an error occurred
Denis Shienkov
2014-07-09
1
-10
/
+3
|
*
Refactor of the QSerialPortInfo for OS X
Denis Shienkov
2014-07-09
2
-193
/
+267
|
*
Make independent implementation of QSerialPortInfo for OS X
Denis Shienkov
2014-07-09
3
-12
/
+42
|
*
Improve error handling for the waitForXX() methods on Windows
Denis Shienkov
2014-07-08
3
-27
/
+29
|
*
Unify handling of errors of the overlapped I/O result
Denis Shienkov
2014-07-08
2
-46
/
+37
|
*
Abort waitForReadyRead() when there is an error
Peter Kümmel
2014-06-30
1
-0
/
+4
|
*
Improve the serial number handling on Windows
Denis Shienkov
2014-06-30
1
-13
/
+31
|
*
Improve the ResourceError handling on Windows
Denis Shienkov
2014-06-29
1
-21
/
+9
|
*
Improve the I/O completion errors handling on Windows
Denis Shienkov
2014-06-29
1
-8
/
+24
*
|
Correct WinRT exclusion to top-level pro file
Maurice Kalinowski
2014-07-08
1
-1
/
+1
*
|
Doc: Removing url variable from qdocconf file.
Jerome Pasion
2014-07-07
1
-1
/
+0
|
/
[next]