summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Fix the potential build breaks introduced by a previous commit (regression)Laszlo Papp2013-02-0718-0/+72
* Fix the build issue on Windows caught by the CI integrationLaszlo Papp2013-02-071-1/+1
* Refactor the API for boolean accessors as the Qt styleLaszlo Papp2013-02-072-9/+9
* Fix the warning and potential breaks for the header includesLaszlo Papp2013-02-072-2/+2
* Detect the udev installation properly and branch accordinglyLaszlo Papp2013-02-071-1/+6
* Start using the Qt namespace defines and clean up the mess in the global headerLaszlo Papp2013-02-063-8/+12
* Fix the license issues to pass the QtQA license testsLaszlo Papp2013-02-067-55/+55
* Rewrite the the baud rate pair implementation from scratchLaszlo Papp2013-02-063-214/+280
* Unbreak the terminal example compilationLaszlo Papp2013-02-061-2/+0
* Introduce new I/O errors and enhanced it implementationDenis Shienkov2013-02-056-89/+113
* Rewrite certain part of the error enumeration APILaszlo Papp2013-02-045-32/+32
* Update the "\since 5.0" tag to "\since 5.1" for the public classesLaszlo Papp2013-02-032-2/+2
* Refactor the documentation to use the property style moreLaszlo Papp2013-02-031-25/+21
* Place the "\reimp" qdoc command on its own lineLaszlo Papp2013-02-031-12/+31
* Change the Dtr/Rts API to something less cryptic and more Qt'ishLaszlo Papp2013-02-028-39/+40
* Rename the PortError to SerialPortError to be more consistent and talkativeLaszlo Papp2013-02-029-23/+23
* Windows: Fixed duplicate call startAsyncRead() when installed SkipPolicyDenis Shienkov2013-02-021-1/+1
* 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