summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* tests: Don't run manual tests in the CI systemv5.1.0-alpha1Sergio Ahumada2013-04-042-2/+0
* Mac: Fixed the description() method for Bluetooth devicesDenis Shienkov2013-03-291-0/+8
* Win32: Truncate read buffer when ReadFile returns errorDenis Shienkov2013-03-291-2/+4
* Use explicit constructors where it is applicableLaszlo Papp2013-03-281-2/+2
* remove dependence of working QSerialPortInfoIsrael Lins2013-03-271-1/+1
* Add accessor methods for checking the availability of the PID/VIDLaszlo Papp2013-03-269-19/+55
* Add local echo support for the terminal exampleDenis Shienkov2013-03-266-53/+89
* Fix crash the Terminal example when trying to select the custom baud rateDenis Shienkov2013-03-251-1/+1
* Change the return type of the vendor/productIdentifier() APILaszlo Papp2013-03-259-41/+38
* Fix the broken serialport information obtaining on MacLaszlo Papp2013-03-251-4/+4
* Make a good use of the new "override" C++11 specifier when availableLaszlo Papp2013-03-245-20/+25
* Windows: Add missed error code ResourceError processingDenis Shienkov2013-03-231-1/+5
* Use the error string established for showing the error messageLaszlo Papp2013-03-221-8/+2
* Demonstrate the error notification through the terminal exampleLaszlo Papp2013-03-220-0/+0
* Demonstrate the error notification through the terminal exampleLaszlo Papp2013-03-212-0/+16
* baudRateChanged not emitted when neededIsrael Lins2013-03-191-1/+1
* Win32: Fix read sequence with considering the type of policyDenis Shienkov2013-03-171-1/+1
* Windows: Fix receive policies processingDenis Shienkov2013-03-163-14/+15
* Remove description for QSerialPort::close() methodDenis Shienkov2013-03-141-3/+0
* Define module versionLaszlo Papp2013-03-141-1/+3
* Use fromUtf8 for the conversion instead of copy assignmentLaszlo Papp2013-03-121-4/+4
* Add the console config due to WindowsLaszlo Papp2013-03-121-0/+1
* Mac: Add missed check for CFStringGetCString/CFNumberGetValue return valueDenis Shienkov2013-03-111-22/+22
* Fix a typo for the output of the cenumerator exampleLaszlo Papp2013-03-111-2/+2
* Command line applications should not be placed into a bundle on OS X.Jake Petroules2013-03-111-0/+2
* Prefer the library built in the project tree for the examples and testsLaszlo Papp2013-03-112-6/+6
* *nix: Fix unexpected clear errno when I/O failedDenis Shienkov2013-03-021-11/+15
* Mac: Added check for return value for IOServiceMatching()Denis Shienkov2013-03-011-0/+2
* Fix the missiing "\endcode" and the left-over "playground"Laszlo Papp2013-02-281-4/+4
* Fix a few issues in the QSerialPort documentation (likely typo)Laszlo Papp2013-02-281-5/+5
* Replace the deprecated commands (\i, \o, \bold) with the new onesLaszlo Papp2013-02-287-63/+63
* Make the test .pro files more aligned and consistent to the other modulesLaszlo Papp2013-02-284-4/+5
* Revamp the documentation not to be broken for "make docs"Laszlo Papp2013-02-286-67/+30
* Fix the include guard for the global serial port headerLaszlo Papp2013-02-271-3/+3
* *nix: Added ENXIO errno code to detect ResourceErrorDenis Shienkov2013-02-261-0/+5
* Refactor the documentation management for the sourceLaszlo Papp2013-02-263-12/+1
* Do not add "core" to the QT variable as it is added by defaultLaszlo Papp2013-02-261-1/+1
* Assign a new method name for the port name setting APILaszlo Papp2013-02-239-20/+21
* Drop the Lines/Line terms in favor of PinoutSignals/SignalLaszlo Papp2013-02-228-74/+76
* Remove the device is not opened error handlingLaszlo Papp2013-02-222-4/+0
* Make the slots ordinary methodsLaszlo Papp2013-02-221-3/+3
* Set the error string properly once the setError is calledLaszlo Papp2013-02-212-2/+9
* Rename the line status signal enumeration values and remove LeLaszlo Papp2013-02-195-44/+46
* Extend and fix the lines() related public documentationLaszlo Papp2013-02-181-10/+15
* Switch to QMap implementation from QList<QPair<> > for maintainabilityLaszlo Papp2013-02-172-166/+146
* Move the define to the Qt4 support folderLaszlo Papp2013-02-172-1/+1
* Make the isDataTerminalReady/RequestToSend methods non constLaszlo Papp2013-02-162-4/+4
* Update the .gitignore file not to have left-over entriesLaszlo Papp2013-02-161-2/+1
* Clean up the sync.profile file (i.e. remove empty entries)Laszlo Papp2013-02-161-12/+0
* Windows: Fixed I/O bug in the CommOverlappedEventNotifierDenis Shienkov2013-02-131-1/+1