summaryrefslogtreecommitdiffstats
path: root/examples
Commit message (Expand)AuthorAgeFilesLines
* Add accessor methods for checking the availability of the PID/VIDLaszlo Papp2013-03-263-6/+6
* Add local echo support for the terminal exampleDenis Shienkov2013-03-266-53/+89
* Fix crash the Terminal example when trying to select the custom baud rateDenis Shienkov2013-03-251-1/+1
* Change the return type of the vendor/productIdentifier() APILaszlo Papp2013-03-253-17/+15
* Use the error string established for showing the error messageLaszlo Papp2013-03-221-8/+2
* Demonstrate the error notification through the terminal exampleLaszlo Papp2013-03-212-0/+16
* Add the console config due to WindowsLaszlo Papp2013-03-121-0/+1
* Fix a typo for the output of the cenumerator exampleLaszlo Papp2013-03-111-2/+2
* Command line applications should not be placed into a bundle on OS X.Jake Petroules2013-03-111-0/+2
* Replace the deprecated commands (\i, \o, \bold) with the new onesLaszlo Papp2013-02-284-17/+17
* Do not add "core" to the QT variable as it is added by defaultLaszlo Papp2013-02-261-1/+1
* Assign a new method name for the port name setting APILaszlo Papp2013-02-236-6/+6
* Unbreak some examples with custom namespaceLaszlo Papp2013-02-124-0/+16
* Fix the breakage for the terminal example when custom namespace is definedLaszlo Papp2013-02-082-2/+8
* Remove the QtSerialPort namespace define and hence namespace usageLaszlo Papp2013-02-0714-14/+16
* Fix the license issues to pass the QtQA license testsLaszlo Papp2013-02-065-5/+5
* Unbreak the terminal example compilationLaszlo Papp2013-02-061-5/+1
* Refactor certain variable names, remove useless comments and so forthLaszlo Papp2013-02-012-6/+6
* Make the cross Qt4/5 versions experience better with forward headersLaszlo Papp2013-01-3015-15/+15
* Improve terminal example handling of custom baud rate.Thiago A. Correa2013-01-281-2/+3
* Make all the file renames and relevant changesLaszlo Papp2013-01-2715-15/+15
* Change the QtCore reference in the copyright headers to QtSerialPortLaszlo Papp2013-01-2727-27/+27
* Rename the SerialPort* classes to QSerialPort* including the internals.Laszlo Papp2013-01-2720-102/+102
* Fix a few documentations issues (namespace and correct module name usage)Laszlo Papp2013-01-271-1/+1
* 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-267-7/+7
* Add the blockingmaster/slave to the examples.qdocLaszlo Papp2013-01-261-0/+2
* Change Denis' email address in the copyrights headersLaszlo Papp2013-01-2631-31/+31
* Call the module QtSerialPort instead of QtAddOnSerialPortLaszlo Papp2013-01-2621-21/+21
* Move the library and example documentations to the right placesLaszlo Papp2013-01-266-0/+602
* Change the copyright headers to the Qt Project standard formLaszlo Papp2013-01-2627-653/+653
* Use "BaudRate" instead of "Rate" and "BaudXXXX" instead of "RateXXXX"Laszlo Papp2013-01-269-37/+37
* Added documentation for BlockingSlave exampleDenis Shienkov2012-12-202-9/+21
* Added serial Master and serial Slave examplesDenis Shienkov2012-12-1311-1/+917
* Added documentation for BlockingMaster exampleDenis Shienkov2012-12-132-6/+19
* Refactoring for BlockingMaster and BlockingSlave examplesDenis Shienkov2012-12-0512-123/+125
* Refactoring for BlockingMaster and BlockingSlave examplesDenis Shienkov2012-11-306-14/+14
* 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-191-1/+1
* Updating a project tree for compilation fixingDenis Shienkov2012-11-053-3/+3
* Unify the "#if (!)defined" handling into "#if(n)def"Laszlo Papp2012-08-061-1/+1
* Build the UI examples only, if the QtWidgets module is presentLaszlo Papp2012-07-151-1/+6
* Establish a command line enumerator example mostly for limited environmentsLaszlo Papp2012-05-303-1/+80
* For the Enumerator example a fix the Vendor/Product identifier.Denis Shienkov2012-05-031-2/+2
* Add license information to the header and source filesLaszlo Papp2012-05-038-0/+336
* To Terminal example changed the Label caption Vendor/Product IdentifierDenis Shienkov2012-04-281-2/+2
* Do not use the not preferred and actually unneccessary static_cast<int>Laszlo Papp2012-04-261-19/+19
* Use the enumeration values instead of hard coded integer numbersLaszlo Papp2012-04-261-4/+4
* Use camelCase for flowControl just like at the other placesLaszlo Papp2012-04-133-3/+3
* Added the Terminal Example description.Denis Shienkov2012-04-121-2/+16