summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * Make the return value void for methods that would always return trueLaszlo Papp2013-10-304-23/+17
| * Fix a typo (or copy/paste) error for the commentLaszlo Papp2013-10-301-1/+1
| * Set the error in the same method where the check against failure is doneLaszlo Papp2013-10-301-19/+10
| * Make the enum value descriptions consistentLaszlo Papp2013-10-301-29/+48
| * Add support for loading udev at run-timeLaszlo Papp2013-10-283-8/+154
| * Fix the broken example qdoc keyword valueLaszlo Papp2013-10-281-1/+1
| * Fix a typo in the message printed to the stdout (creadersync)Laszlo Papp2013-10-281-1/+1
| * Close the standard input right after reading to avoid duplicate callsLaszlo Papp2013-10-281-3/+1
| * Add a new simple and command line reader exampleLaszlo Papp2013-10-256-1/+174
| * Add a new simple and command line writer exampleLaszlo Papp2013-10-256-1/+194
| * Fix a typo in the examples (patity -> parity)Laszlo Papp2013-10-245-5/+5
* | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-10-245-9/+26
|\ \ | |/
| * Remove qFind usage from QSerialPortPrivateJoerg Bornemann2013-10-231-2/+5
| * Do not call CancelIo() in the AbstractOverlappedEventNotifier destructorv5.2.0-beta1Denis Shienkov2013-10-211-1/+0
| * Replace the reinterpret_cast to qobject_cast for the QObject'sDenis Shienkov2013-10-171-1/+1
| * Add the Q_OBJECT macro to the notifiersDenis Shienkov2013-10-173-2/+13
| * Revert the incompatible qwineventnotifier.h for Qt4Denis Shienkov2013-10-111-2/+7
| * Do not print a warning for the serialport closure if it is not openLaszlo Papp2013-10-111-1/+0
* | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-10-1110-106/+268
|\ \ | |/
| * Eliminate the ifdef in the code for imported headers (qt4support)Laszlo Papp2013-10-095-29/+10
| * Add warnings to the methods requiring open serial portLaszlo Papp2013-10-091-0/+16
| * Don't link against QtGui in cenumeratorAlejandro Exojo2013-10-081-0/+2
| * Return in certain methods if the device is not openLaszlo Papp2013-10-061-12/+58
| * Add an "UnknownSignal" value for the pinout signalsLaszlo Papp2013-10-064-5/+9
| * Set the NotOpenError error code also for closingLaszlo Papp2013-10-051-0/+4
| * Document that the serial port parameters cannot be set before openingLaszlo Papp2013-10-041-0/+60
| * Fix a grammar issue of the open method documentationLaszlo Papp2013-10-041-1/+1
| * Add a new error value called "NotOpenError"Laszlo Papp2013-10-042-1/+46
| * Use the "\note" qdoc command instead of the raw "Note" termLaszlo Papp2013-10-041-4/+5
| * Refactor the blocking master documentationLaszlo Papp2013-10-011-66/+69
* | Merge remote-tracking branch 'origin/stable' into devSergio Ahumada2013-09-295-72/+75
|\ \ | |/
| * Update the git-archive export optionsSergio Ahumada2013-09-272-0/+5
| * Doc: Review QtSerialPort documentationNico Vertriest2013-09-272-69/+67
| * Doc: minor changes to index.qdocv5.2.0-alpha1Nico Vertriest2013-09-251-3/+3
* | Do not set the sysfs availability to false on LinuxLaszlo Papp2013-09-271-5/+4
* | Bump qtserialport version to 5.3.0Sergio Ahumada2013-09-241-1/+1
|/
* Merge remote-tracking branch 'origin/stable' into devSergio Ahumada2013-09-222-1/+17
|\
| * Do not time out for -1 msec (wait methods)old/5.1Denis Shienkov2013-09-221-1/+1
| * Add support for BSD4 baud rates, i.e. not Unix compatibleLaszlo Papp2013-09-191-0/+16
* | Use sysfs on Linux when availableDenis Shienkov2013-09-221-102/+128
* | Merge remote-tracking branch 'origin/stable' into devSergio Ahumada2013-09-181-3/+4
|\ \ | |/
| * Doc: language and standard reviewNico Vertriest2013-09-181-3/+4
* | Merge branch 'stable' into devSergio Ahumada2013-09-0613-65/+102
|\ \ | |/
| * Use the term 'directions' for representing the directionsLaszlo Papp2013-09-049-47/+47
| * Fix the compilation for Android with Qt 5.Laszlo Papp2013-09-032-2/+32
| * Unix: Deleting a duplicating call of a non-blocking mode on descriptorDenis Shienkov2013-08-261-2/+0
| * Linux: Are added the missed QLatin1Char into libudev implementationDenis Shienkov2013-08-241-2/+2
| * Qt 4: Refactor the shell handling for header generationLaszlo Papp2013-08-231-7/+3
| * Windows: acquire identifiers using the SetupDiGetDeviceInstanceId functionDenis Shienkov2013-08-181-1/+18
| * Linux: removed the duplicated linking of libudevDenis Shienkov2013-08-171-4/+0