summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Move the library and example documentations to the right placesLaszlo Papp2013-01-2612-0/+488
* Change the copyright headers to the Qt Project standard formLaszlo Papp2013-01-2621-505/+507
* Use "BaudRate" instead of "Rate" and "BaudXXXX" instead of "RateXXXX"Laszlo Papp2013-01-2612-159/+160
* 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
* Convert / to _ when generating the lock file name.Aaron McCarthy2012-12-141-2/+4
* Fix install-helper.priAleksei Timofeyev2012-11-281-1/+1
* Windows: Refactored notification subsystemDenis Shienkov2012-11-192-278/+171
* Use first() instead of at(0) calls for lists except the imported ringbufferLaszlo Papp2012-11-191-1/+1
* 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 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-0529-51/+27
* 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
* Eliminate the useless "!= FALSE" and "== FALSE" explicite comparisonsLaszlo Papp2012-09-082-16/+16
* Rejection of the reset() and replacing it an extended clear() methodDenis Shienkov2012-09-088-19/+32
* For Win32 API, Qt-data types replaced to Windows-data typesDenis Shienkov2012-09-074-62/+62
* For *nix append CREAD only for ReadOnly or ReadWrite modeDenis Shienkov2012-09-071-1/+4
* Use an int maxSize api instead of a boolean byChunkLaszlo Papp2012-09-075-27/+21
* Refactored the flush() methodDenis Shienkov2012-09-065-11/+29
* Eliminate the unnecessary variable and condition checkLaszlo Papp2012-09-061-4/+2
* Do not support older version than Qt 4.7Laszlo Papp2012-09-053-36/+0