summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Make all the file renames and relevant changesLaszlo Papp2013-01-2741-88/+88
* Use the module name properly for variables and document entriesLaszlo Papp2013-01-272-14/+14
* Change QSerialInfoPrivateDeleter to QSerial*Port*InfoPrivateDeleterLaszlo Papp2013-01-272-3/+3
* Remove one left-over "QtAddOn" instance in the WinCE backendLaszlo Papp2013-01-271-1/+1
* Change the QtCore reference in the copyright headers to QtSerialPortLaszlo Papp2013-01-2752-52/+52
* Rename the SerialPort* classes to QSerialPort* including the internals.Laszlo Papp2013-01-2740-872/+872
* Fix a few documentations issues (namespace and correct module name usage)Laszlo Papp2013-01-274-6/+6
* Use the BaudRate enumeration values instead of raw values in the examplesLaszlo Papp2013-01-265-5/+5
* Change the variable names properly for the examples and tests in case of Qt4Laszlo Papp2013-01-269-9/+9
* Add the blockingmaster/slave to the examples.qdocLaszlo Papp2013-01-261-0/+2
* Add the proper include explicitly for <limits.h>Laszlo Papp2013-01-261-0/+1
* Use only a single namespace for the moduleLaszlo Papp2013-01-261-8/+8
* Change Denis' email address in the copyrights headersLaszlo Papp2013-01-2659-59/+59
* Do not use the VERSION explicitly as qmake generates the rightLaszlo Papp2013-01-261-1/+0
* Call the module QtSerialPort instead of QtAddOnSerialPortLaszlo Papp2013-01-2635-60/+57
* 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