summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * Do not use the Q_OBJECT macro when it is not requiredDenis Shienkov2015-08-031-4/+0
| * Merge remote-tracking branch 'origin/5.4' into 5.5Oswald Buddenhagen2015-07-176-2/+12
| |\
| | * Move QT_DEPRECATED_SINCE(5,2 and 5,3) macro before than qdoc comments5.4Denis Shienkov2015-07-161-2/+2
| | * Add missing QT_DEPRECATED_SINCE(5, 2) macroDenis Shienkov2015-07-165-0/+10
| * | Add QT_DEPRECATED_SINCE(5, 5) macro around qdoc commentsDenis Shienkov2015-07-161-0/+6
| * | Add missing QT_DEPRECATED_SINCE(5, 5) macroDenis Shienkov2015-07-161-0/+2
| * | Fix getting duplicate serial ports with null charactersDenis Shienkov2015-07-091-5/+4
| * | Give custom descriptions to errors which had none beforeDenis Shienkov2015-07-094-42/+37
| * | Improve the processing of errorsDenis Shienkov2015-07-086-276/+220
| * | Fix opening of Exar VCP on WindowsDenis Shienkov2015-07-081-0/+2
| * | Fix the lock-file path when the App Sandbox is used on OSXDenis Shienkov2015-07-071-7/+4
| * | Fix reading when switching from asynchronous to synchronous approachDenis Shienkov2015-07-072-6/+112
| * | WinCE: Fix reading of data from serial portTobias Koenig2015-07-031-1/+1
| * | WinCE: Fix closing the serial portTobias Koenig2015-07-031-6/+5
| * | Get rid of QSPP::bytesToWrite()Denis Shienkov2015-07-015-17/+7
| * | Get rid of QSPP::readData()Denis Shienkov2015-06-305-29/+18
| * | Check on CFStringRef type before of QString creationDenis Shienkov2015-06-291-1/+5
| * | Fix crash in QSPI::availablePorts() on OS X 10.10Denis Shienkov2015-06-291-2/+3
* | | Use the new Q_ENUM and Q_FLAG macroDenis Shienkov2015-07-081-3/+9
* | | Merge remote-tracking branch 'origin/5.5' into devLiang Qi2015-06-295-55/+40
|\ \ \ | |/ /
| * | Bump versionOswald Buddenhagen2015-06-291-1/+1
| * | Merge remote-tracking branch 'origin/5.5.0' into 5.5Liang Qi2015-06-262-2/+35
| |\ \
| | * | 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
| * | | Call the QIODevice::close() only after real closing of deviceDenis Shienkov2015-06-241-1/+1
| * | | Do not use the queued connection to handle an I/O events on WindowsDenis Shienkov2015-06-232-52/+4
| |/ /
* | | Do not try to build qtserialport on iOSFrederik Gladhorn2015-06-111-0/+1
* | | Merge remote-tracking branch 'origin/5.5' into devLiang Qi2015-06-0312-62/+41
|\ \ \ | |/ /
| * | 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
* | | Merge remote-tracking branch 'origin/5.5' into devLiang Qi2015-03-177-42/+38
|\ \ \ | |/ /
| * | 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
* | | Merge remote-tracking branch 'origin/5.5' into devFrederik Gladhorn2015-03-0333-3911/+15275
|\ \ \ | |/ /
| * | 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
| |\ \ | | |/