summaryrefslogtreecommitdiffstats
path: root/src/serialport/qserialport_unix.cpp
Commit message (Expand)AuthorAgeFilesLines
* Add a fallback lock file path (r/w) for AndroidLaszlo Papp2013-11-081-1/+5
* Eliminate the crash on Unix caused by the QLockFile usageLaszlo Papp2013-11-071-4/+2
* Define QStringLiteral when undefined (e.g. Qt 4)Laszlo Papp2013-11-061-9/+9
* Replace the home-grown QTtyLocker with QLockFileLaszlo Papp2013-11-061-13/+51
* Make the return value void for methods that would always return trueLaszlo Papp2013-10-301-3/+1
* Fix a typo (or copy/paste) error for the commentLaszlo Papp2013-10-301-1/+1
* Set the error in the same method where the check against failure is doneLaszlo Papp2013-10-301-19/+10
* Add the Q_OBJECT macro to the notifiersDenis Shienkov2013-10-171-0/+5
* Add an "UnknownSignal" value for the pinout signalsLaszlo Papp2013-10-061-2/+3
* Merge remote-tracking branch 'origin/stable' into devSergio Ahumada2013-09-221-0/+16
|\
| * Add support for BSD4 baud rates, i.e. not Unix compatibleLaszlo Papp2013-09-191-0/+16
* | Merge branch 'stable' into devSergio Ahumada2013-09-061-10/+13
|\|
| * Use the term 'directions' for representing the directionsLaszlo Papp2013-09-041-6/+6
| * Fix the compilation for Android with Qt 5.Laszlo Papp2013-09-031-2/+7
| * Unix: Deleting a duplicating call of a non-blocking mode on descriptorDenis Shienkov2013-08-261-2/+0
* | Revert "Android: Fix compilation on Necessitas Qt SDK v 1.0.0"Laszlo Papp2013-09-031-12/+1
* | Android: Fix compilation on Necessitas Qt SDK v 1.0.0Denis Shienkov2013-08-231-1/+12
* | Add API for handling the time out errors when waiting for read or writeLaszlo Papp2013-08-211-0/+3
* | Add function to get serial port handleAlex Henrie2013-08-061-0/+6
|/
* Eliminate the "q_ptr->" call by using Q_Q(QSerialPort)Laszlo Papp2013-07-281-19/+49
* Remove the const modifier from the pinoutSignals internal methodsLaszlo Papp2013-07-271-1/+1
* Do not set an error for timeout as there is no timeout error handled yetLaszlo Papp2013-07-241-2/+4
* Revert "Add property to set exclusivity"Laszlo Papp2013-07-081-53/+23
* Add property to set exclusivityAlex Henrie2013-07-031-23/+53
* Update the documentation and internal setBreakEnabled APILaszlo Papp2013-05-061-1/+1
* Make a good use of the new "override" C++11 specifier when availableLaszlo Papp2013-03-241-3/+3
* *nix: Fix unexpected clear errno when I/O failedDenis Shienkov2013-03-021-11/+15
* *nix: Added ENXIO errno code to detect ResourceErrorDenis Shienkov2013-02-261-0/+5
* Drop the Lines/Line terms in favor of PinoutSignals/SignalLaszlo Papp2013-02-221-13/+13
* Rename the line status signal enumeration values and remove LeLaszlo Papp2013-02-191-11/+11
* Switch to QMap implementation from QList<QPair<> > for maintainabilityLaszlo Papp2013-02-171-114/+103
* Establish proper error handling for lines() methodSergey Belyashov2013-02-111-2/+4
* Modify the restore settings on close API to lean towards the Qt'ish styleLaszlo Papp2013-02-101-1/+1
* Return with false properly if an error occurs for the write notificationLaszlo Papp2013-02-091-2/+2
* Remove the QtSerialPort namespace define and hence namespace usageLaszlo Papp2013-02-071-4/+0
* Rename the TtyLocker class to QTtyLocker as it gets to Qt scopeLaszlo Papp2013-02-071-6/+6
* Fix the potential build breaks introduced by a previous commit (regression)Laszlo Papp2013-02-071-0/+4
* Rewrite the the baud rate pair implementation from scratchLaszlo Papp2013-02-061-112/+146
* Introduce new I/O errors and enhanced it implementationDenis Shienkov2013-02-051-48/+25
* Rewrite certain part of the error enumeration APILaszlo Papp2013-02-041-6/+6
* Change the Dtr/Rts API to something less cryptic and more Qt'ishLaszlo Papp2013-02-021-2/+2
* Rename the PortError to SerialPortError to be more consistent and talkativeLaszlo Papp2013-02-021-2/+2
* Refactor certain variable names, remove useless comments and so forthLaszlo Papp2013-02-011-8/+8
* Remove the TODOs, and set the errors properly.Laszlo Papp2013-02-011-4/+4
* Implemented the handlers for the emit signal errorChanged()Denis Shienkov2013-01-311-9/+9
* Make all the file renames and relevant changesLaszlo Papp2013-01-271-0/+1332