summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Move the library and example documentations to the right placesLaszlo Papp2013-01-2619-6/+5
* Change the dependency to the stable branch as there is no master anymoreLaszlo Papp2013-01-261-1/+1
* Change the copyright headers to the Qt Project standard formLaszlo Papp2013-01-2661-1360/+1362
* Use "BaudRate" instead of "Rate" and "BaudXXXX" instead of "RateXXXX"Laszlo Papp2013-01-2622-214/+215
* Windows: Fix clear() methodDenis Shienkov2013-01-232-4/+20
* Fix atEnd() and canReadLine() methodsDenis Shienkov2013-01-211-2/+2
* Fix bytesAvailable() methodDenis Shienkov2013-01-198-1/+27
* Rename some unused private methodsDenis Shienkov2013-01-196-12/+12
* Use clearError() method name for clearing instead of the weird "unset"Laszlo Papp2013-01-122-6/+6
* Add notify signal to the propertiesLaszlo Papp2013-01-122-13/+143
* Establish properties and revamp the documentation accordinglyLaszlo Papp2013-01-122-116/+74
* Added missed "Line" postfixDenis Shienkov2013-01-122-12/+12
* Append a "Line" suffix to the Line enumeration valuesLaszlo Papp2013-01-123-22/+22
* Remove unused header includesLaszlo Papp2013-01-122-3/+0
* Fix building all targets by default on Win32 and Mac for Qt4.xDenis Shienkov2013-01-121-0/+1
* Windows: Fix infinite Qt-event loop when processing EV_ERRDenis Shienkov2012-12-251-6/+6
* Set the proper version for the first release as QtSerialPortLaszlo Papp2012-12-211-1/+1
* Added documentation for BlockingSlave exampleDenis Shienkov2012-12-203-9/+186
* Convert / to _ when generating the lock file name.Aaron McCarthy2012-12-141-2/+4
* Added serial Master and serial Slave examplesDenis Shienkov2012-12-1311-1/+917
* Added documentation for BlockingMaster exampleDenis Shienkov2012-12-133-6/+181
* Refactoring for BlockingMaster and BlockingSlave examplesDenis Shienkov2012-12-0512-123/+125
* Refactoring for BlockingMaster and BlockingSlave examplesDenis Shienkov2012-11-306-14/+14
* Fix install-helper.priAleksei Timofeyev2012-11-281-1/+1
* Windows: Refactored notification subsystemDenis Shienkov2012-11-192-278/+171
* Added new examples BlockingMaster and BlockingSlaveDenis Shienkov2012-11-1913-2/+1070
* Use first() instead of at(0) calls for lists except the imported ringbufferLaszlo Papp2012-11-192-2/+2
* Added missed default initialization of policy parameterDenis Shienkov2012-11-161-0/+1
* Windows: Fix duplicate write data when call flush()Denis Shienkov2012-11-102-58/+85
* Windows: Fix wrong parameter #3 for ClearCommError()Denis Shienkov2012-11-081-1/+1
* Fix build Qt5 on MacOSXDenis Shienkov2012-11-071-0/+1
* Fix error when opening port on MacOSXDenis Shienkov2012-11-061-1/+1
* Windows, removed duplicated headers inclusionDenis Shienkov2012-11-062-4/+0
* Updating a project tree for compilation fixingDenis Shienkov2012-11-0537-86/+46
* Windows: fix write for Bluetooth serial portsDenis Shienkov2012-10-291-3/+8
* Gnu/Linux: reduce CPU load at write dataDenis Shienkov2012-10-241-3/+3
* Remove QtGUI from library buildThiago A. Correa2012-10-111-0/+1
* *nix: Fix lines() methodDenis Shienkov2012-10-091-22/+22
* *nix: change DTR and RTS directly via TIOCMBIS and TIOCMBICDenis Shienkov2012-10-091-24/+4
* Getting info directly from the USB deviceDenis Shienkov2012-10-051-4/+4
* Fixed search for a devices with "usb" subsystemDenis Shienkov2012-10-031-1/+2
* Fix build on WinCEDenis Shienkov2012-09-241-1/+1
* Do not split into stringlist and then take the first elementLaszlo Papp2012-09-231-1/+1
* Filter the symlinks for the /dev entriesLaszlo Papp2012-09-231-13/+10
* Do not use java-style accessor function namesLaszlo Papp2012-09-231-6/+6
* Avoid the hard coding of the maximum size for the registry value nameLaszlo Papp2012-09-201-8/+11
* Refactored the SerialPortInfo Win32 codeDenis Shienkov2012-09-172-134/+55
* Eliminate the left-over serialportengine include for MacDenis Shienkov2012-09-112-1/+4
* Fix the build issue for MacLaszlo Papp2012-09-101-1/+1
* Fix build in MacOSXDenis Shienkov2012-09-101-1/+1