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
*
Define QStringLiteral when undefined (e.g. Qt 4)
Laszlo Papp
2013-11-06
7
-48
/
+51
*
Use the QLockFile source on Unix only to avoid errors on other platforms
Laszlo Papp
2013-11-06
1
-2
/
+5
*
Use local QLatin1Char as opposed to a static QLatin1String
Laszlo Papp
2013-11-06
1
-6
/
+4
*
Replace the home-grown QTtyLocker with QLockFile
Laszlo Papp
2013-11-06
10
-217
/
+771
*
Add a new simple and command line async writer example
Laszlo Papp
2013-11-05
1
-0
/
+0
*
Add /dev/ttyHS(L)* to the hard coded uart list on Unix
Laszlo Papp
2013-11-01
1
-0
/
+2
*
Mark most of the the data error policy as deprecated
Laszlo Papp
2013-11-01
2
-2
/
+15
*
Disable QNX build
Andreas Holzammer
2013-10-31
1
-1
/
+1
*
Respect the configure script run for udev
Laszlo Papp
2013-10-30
1
-5
/
+12
*
Make the return value void for methods that would always return true
Laszlo Papp
2013-10-30
4
-23
/
+17
*
Fix a typo (or copy/paste) error for the comment
Laszlo Papp
2013-10-30
1
-1
/
+1
*
Set the error in the same method where the check against failure is done
Laszlo Papp
2013-10-30
1
-19
/
+10
*
Make the enum value descriptions consistent
Laszlo Papp
2013-10-30
1
-29
/
+48
*
Add support for loading udev at run-time
Laszlo Papp
2013-10-28
3
-8
/
+154
*
Add a new simple and command line reader example
Laszlo Papp
2013-10-25
1
-0
/
+0
*
Add a new simple and command line writer example
Laszlo Papp
2013-10-25
1
-0
/
+0
*
Remove qFind usage from QSerialPortPrivate
Joerg Bornemann
2013-10-23
1
-2
/
+5
*
Do not call CancelIo() in the AbstractOverlappedEventNotifier destructor
v5.2.0-beta1
Denis Shienkov
2013-10-21
1
-1
/
+0
*
Replace the reinterpret_cast to qobject_cast for the QObject's
Denis Shienkov
2013-10-17
1
-1
/
+1
*
Add the Q_OBJECT macro to the notifiers
Denis Shienkov
2013-10-17
3
-2
/
+13
*
Revert the incompatible qwineventnotifier.h for Qt4
Denis Shienkov
2013-10-11
1
-2
/
+7
*
Do not print a warning for the serialport closure if it is not open
Laszlo Papp
2013-10-11
1
-1
/
+0
*
Eliminate the ifdef in the code for imported headers (qt4support)
Laszlo Papp
2013-10-09
5
-29
/
+10
*
Add warnings to the methods requiring open serial port
Laszlo Papp
2013-10-09
1
-0
/
+16
*
Return in certain methods if the device is not open
Laszlo Papp
2013-10-06
1
-12
/
+58
*
Add an "UnknownSignal" value for the pinout signals
Laszlo Papp
2013-10-06
4
-5
/
+9
*
Set the NotOpenError error code also for closing
Laszlo Papp
2013-10-05
1
-0
/
+4
*
Document that the serial port parameters cannot be set before opening
Laszlo Papp
2013-10-04
1
-0
/
+60
*
Fix a grammar issue of the open method documentation
Laszlo Papp
2013-10-04
1
-1
/
+1
*
Add a new error value called "NotOpenError"
Laszlo Papp
2013-10-04
2
-1
/
+46
*
Use the "\note" qdoc command instead of the raw "Note" term
Laszlo Papp
2013-10-04
1
-4
/
+5
*
Doc: minor changes to index.qdoc
v5.2.0-alpha1
Nico Vertriest
2013-09-25
1
-3
/
+3
*
Merge remote-tracking branch 'origin/stable' into dev
Sergio Ahumada
2013-09-22
2
-1
/
+17
|
\
|
*
Do not time out for -1 msec (wait methods)
old/5.1
Denis Shienkov
2013-09-22
1
-1
/
+1
|
*
Add support for BSD4 baud rates, i.e. not Unix compatible
Laszlo Papp
2013-09-19
1
-0
/
+16
*
|
Use sysfs on Linux when available
Denis Shienkov
2013-09-22
1
-102
/
+128
*
|
Merge remote-tracking branch 'origin/stable' into dev
Sergio Ahumada
2013-09-18
1
-3
/
+4
|
\
\
|
|
/
|
*
Doc: language and standard review
Nico Vertriest
2013-09-18
1
-3
/
+4
*
|
Merge branch 'stable' into dev
Sergio Ahumada
2013-09-06
13
-65
/
+102
|
\
\
|
|
/
|
*
Use the term 'directions' for representing the directions
Laszlo Papp
2013-09-04
9
-47
/
+47
|
*
Fix the compilation for Android with Qt 5.
Laszlo Papp
2013-09-03
2
-2
/
+32
|
*
Unix: Deleting a duplicating call of a non-blocking mode on descriptor
Denis Shienkov
2013-08-26
1
-2
/
+0
|
*
Linux: Are added the missed QLatin1Char into libudev implementation
Denis Shienkov
2013-08-24
1
-2
/
+2
|
*
Qt 4: Refactor the shell handling for header generation
Laszlo Papp
2013-08-23
1
-7
/
+3
|
*
Windows: acquire identifiers using the SetupDiGetDeviceInstanceId function
Denis Shienkov
2013-08-18
1
-1
/
+18
|
*
Linux: removed the duplicated linking of libudev
Denis Shienkov
2013-08-17
1
-4
/
+0
*
|
Add a "manual since" for the TimeoutError introduced in 5.2
Laszlo Papp
2013-09-04
1
-1
/
+1
*
|
Revert "Android: Fix compilation on Necessitas Qt SDK v 1.0.0"
Laszlo Papp
2013-09-03
1
-12
/
+1
*
|
Android: Fix compilation on Necessitas Qt SDK v 1.0.0
Denis Shienkov
2013-08-23
1
-1
/
+12
*
|
Add API for handling the time out errors when waiting for read or write
Laszlo Papp
2013-08-21
5
-3
/
+14
[next]