summaryrefslogtreecommitdiffstats
path: root/examples/terminal/mainwindow.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix examples directory layoutKai Koehne2013-05-031-179/+0
* Add local echo support for the terminal exampleDenis Shienkov2013-03-261-0/+1
* 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-211-0/+14
* Assign a new method name for the port name setting APILaszlo Papp2013-02-231-1/+1
* Make the cross Qt4/5 versions experience better with forward headersLaszlo Papp2013-01-301-1/+1
* 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-1/+1
* Fix a few documentations issues (namespace and correct module name usage)Laszlo Papp2013-01-271-1/+1
* 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-2/+2
* Add license information to the header and source filesLaszlo Papp2012-05-031-0/+42
* Use camelCase for flowControl just like at the other placesLaszlo Papp2012-04-131-1/+1
* Added the Terminal Example description.Denis Shienkov2012-04-121-2/+16
* Add a "Quit" action for closing the terminal exampleLaszlo Papp2012-04-081-0/+2
* Use open/closeSerialPort terms instead of simply open/closeLaszlo Papp2012-04-081-4/+4
* In Terminal fixed incorrect behavior after a failed options setup.Denis Shienkov2012-04-071-0/+1
* Make the terminal example work with Qt4 and Qt5 as wellLaszlo Papp2012-04-051-1/+1
* Added simple GUI terminal example.Denis Shienkov2012-03-291-0/+111