summaryrefslogtreecommitdiff
path: root/examples/terminal/settingsdialog.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix examples directory layoutKai Koehne2013-05-031-204/+0
* Add accessor methods for checking the availability of the PID/VIDLaszlo Papp2013-03-261-2/+2
* Add local echo support for the terminal exampleDenis Shienkov2013-03-261-0/+3
* 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-251-3/+6
* Remove the QtSerialPort namespace define and hence namespace usageLaszlo Papp2013-02-071-0/+2
* Refactor certain variable names, remove useless comments and so forthLaszlo Papp2013-02-011-5/+5
* Make the cross Qt4/5 versions experience better with forward headersLaszlo Papp2013-01-301-1/+1
* 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-271-1/+1
* Change the QtCore reference in the copyright headers to QtSerialPortLaszlo Papp2013-01-271-1/+1
* Rename the SerialPort* classes to QSerialPort* including the internals.Laszlo Papp2013-01-271-25/+25
* Change Denis' email address in the copyrights headersLaszlo Papp2013-01-261-1/+1
* Call the module QtSerialPort instead of QtAddOnSerialPortLaszlo Papp2013-01-261-1/+1
* Change the copyright headers to the Qt Project standard formLaszlo Papp2013-01-261-24/+24
* Use "BaudRate" instead of "Rate" and "BaudXXXX" instead of "RateXXXX"Laszlo Papp2013-01-261-20/+20
* Use first() instead of at(0) calls for lists except the imported ringbufferLaszlo Papp2012-11-191-1/+1
* Unify the "#if (!)defined" handling into "#if(n)def"Laszlo Papp2012-08-061-1/+1
* Add license information to the header and source filesLaszlo Papp2012-05-031-0/+42
* 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-131-1/+1
* To Terminal adds the ability to input custom baud rate.Denis Shienkov2012-04-081-3/+27
* In example of Terminal fixed displayed vendor and product identifiersDenis Shienkov2012-04-071-1/+4
* Show "Data bits: 8" in the settings of the terminal example by defaultLaszlo Papp2012-04-061-0/+1
* Added simple GUI terminal example.Denis Shienkov2012-03-291-0/+125