summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Refactor certain variable names, remove useless comments and so forthLaszlo Papp2013-02-018-119/+115
* Prepend class name to type names in signal definitions.Tilman Sauerbeck2013-02-011-7/+7
* Fix build on WindowsDenis Shienkov2013-02-011-1/+1
* Remove the TODOs, and set the errors properly.Laszlo Papp2013-02-012-7/+6
* Implemented the handlers for the emit signal errorChanged()Denis Shienkov2013-01-316-37/+45
* Move the file scope variables to function scopeLaszlo Papp2013-01-313-14/+13
* Fix QT_ASCII_CAST_WARN warnings on when building with Qt5Thiago A. Correa2013-01-311-4/+4
* Make the cross Qt4/5 versions experience better with forward headersLaszlo Papp2013-01-301-0/+18
* Mark the static device name list const as it is not meant to be alteredLaszlo Papp2013-01-301-17/+11
* Avoid the hardcoding of the vid/pid prefix and sizes right in the middleLaszlo Papp2013-01-301-4/+11
* Windows: Fixed VID/PID detectingDenis Shienkov2013-01-281-2/+6
* Fix a typo suggested for the previous patch, and fix the include guardsLaszlo Papp2013-01-272-4/+4
* Make all the file renames and relevant changesLaszlo Papp2013-01-2721-62/+62
* 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-2723-23/+23
* Rename the SerialPort* classes to QSerialPort* including the internals.Laszlo Papp2013-01-2718-701/+701
* Fix a few documentations issues (namespace and correct module name usage)Laszlo Papp2013-01-273-5/+5
* 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-2626-26/+26
* 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-2610-31/+28
* 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