summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Add changelog for 5.5.0 versionv5.5.0-rc1v5.5.05.5.0Denis Shienkov2015-06-091-0/+33
* Mark some signals as deprecated since 5.5Denis Shienkov2015-06-061-2/+2
* Merge remote-tracking branch 'origin/5.4' into 5.5Liang Qi2015-05-250-0/+0
|\
| * Bump versionOswald Buddenhagen2015-04-201-1/+1
* | Mark the signal QSP::settingsRestoredOnCloseChanged() as deprecatedDenis Shienkov2015-05-121-1/+3
* | Add the missed macro QT_DEPRECATED for QSP::sendBreak()Denis Shienkov2015-05-121-1/+1
* | Mark the signal QSP::dataErrorPolicyChanged() as deprecatedDenis Shienkov2015-05-121-1/+3
* | Allow to open the device when using the App Sandbox on OSXDenis Shienkov2015-05-121-0/+11
* | Remove the QT_VERSION_CHECK(5, 0, 0) macrov5.5.0-beta1Denis Shienkov2015-04-194-35/+0
* | Cleanup an error string when QSP::clearError() is calledDenis Shienkov2015-04-191-1/+1
* | Remove unused readyReadEmitted variableDenis Shienkov2015-04-193-4/+0
* | Add additional lock directories for *nix-specific platformsDenis Shienkov2015-04-051-0/+3
* | Don't use QStringLiteral when QLatin1String is efficient.Debao Zhang2015-03-274-19/+19
* | Fix QSPI::portName() on OSXDenis Shienkov2015-03-141-9/+4
* | Remove space between "if/elif defined" macro and its bracketDenis Shienkov2015-03-126-26/+26
* | Make QSP::timeoutValue() as staticDenis Shienkov2015-03-121-1/+1
* | Get rid of C-style's SERIALPORT_BUFFERSIZE macroDenis Shienkov2015-03-122-6/+3
* | Unix: Clear serial_struct instancesv5.5.0-alpha1Jonathan Liu2015-03-091-0/+4
* | Fix warning about constructing a QString from ASCII.Friedemann Kleint2015-03-031-1/+1
* | Fix reading on Windows with the limited read bufferDenis Shienkov2015-03-021-6/+7
* | Add the missed PORT_UNKNOWN macro for Android OSDenis Shienkov2015-02-271-0/+1
* | Merge remote-tracking branch 'origin/5.4' into 5.5Frederik Gladhorn2015-02-2533-3905/+15267
|\ \ | |/
| * bic: Add/Replace 5.{1,2,3,4}.0 bic data for linux-gcc-amd64v5.4.25.4.2Sergio Ahumada2015-02-135-3520/+14514
| * Merge remote-tracking branch 'origin/5.4.1' into 5.4Frederik Gladhorn2015-02-101-0/+61
| |\
| | * Edit changelog for 5.4.1 versionv5.4.15.4.1Leena Miettinen2015-01-191-27/+26
| | * Add changelog for 5.4.1 versionDenis Shienkov2015-01-191-0/+62
| * | Doc: Fix the examples pageTopi Reinio2015-01-202-2/+1
| * | Doc: added dependencies to qdocconf fileNico Vertriest2015-01-191-1/+1
| * | Bump versionOswald Buddenhagen2015-01-161-1/+1
| |/
| * Skip the constructByInfo() test if no serial ports are found on *nixDenis Shienkov2015-01-161-1/+15
| * Share the clearReceiver() function and for the *nix testsDenis Shienkov2015-01-151-6/+2
| * Do not touch of the read notifier after its creationDenis Shienkov2015-01-062-28/+0
| * Remove README file.Jeff Tranter2014-12-231-0/+0
| * Merge "Merge remote-tracking branch 'origin/5.4.0' into 5.4" into refs/stagin...Frederik Gladhorn2014-12-171-0/+39
| |\
| | * Merge remote-tracking branch 'origin/5.4.0' into 5.4Frederik Gladhorn2014-12-171-0/+39
| | |\
| | | * Remove foreign records from 5.4.0 changesv5.4.05.4.0Denis Shienkov2014-11-281-3/+0
| | | * Add changelog for Qt 5.4.0Denis Shienkov2014-11-281-0/+42
| * | | Merge remote-tracking branch 'origin/5.3' into 5.4Frederik Gladhorn2014-12-177-119/+291
| |\ \ \ | | |/ / | |/| |
| | * | Refactor and add missed changes up 5.2.0 to 5.3.25.3Denis Shienkov2014-11-276-111/+285
| | * | Improve the QSP::clear() on WindowsDenis Shienkov2014-11-271-5/+2
| | * | Prevent multiple calls of WaitCommEventDenis Shienkov2014-11-271-2/+3
| | * | Fix critical typo with _q_startAsyncWrite()Denis Shienkov2014-11-271-1/+1
| * | | Bump versionOswald Buddenhagen2014-12-121-1/+1
| * | | Use Q_NULLPTR where it is possibleDenis Shienkov2014-12-106-39/+39
| * | | Do not use internal pre-cached RTS and DTR variablesDenis Shienkov2014-12-052-14/+4
| * | | Interpret ENOTTY as UnsupportedOperationError instead of ResourceErrorDenis Shienkov2014-12-051-1/+1
| * | | Detect of Bluetooth SPP (rfcomm) device with SysFsDenis Shienkov2014-12-041-11/+19
| * | | Setup an error when QSP::setBaudRate() fails on UnixDenis Shienkov2014-12-041-0/+1
| * | | Mark a device as open only after all settings was apliedDenis Shienkov2014-12-041-3/+3
| * | | Do not close closed device in Terminal exampleDenis Shienkov2014-12-041-1/+2