summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Updating a project tree for compilation fixingDenis Shienkov2012-11-0537-86/+46
* Windows: fix write for Bluetooth serial portsDenis Shienkov2012-10-291-3/+8
* Gnu/Linux: reduce CPU load at write dataDenis Shienkov2012-10-241-3/+3
* Remove QtGUI from library buildThiago A. Correa2012-10-111-0/+1
* *nix: Fix lines() methodDenis Shienkov2012-10-091-22/+22
* *nix: change DTR and RTS directly via TIOCMBIS and TIOCMBICDenis Shienkov2012-10-091-24/+4
* Getting info directly from the USB deviceDenis Shienkov2012-10-051-4/+4
* Fixed search for a devices with "usb" subsystemDenis Shienkov2012-10-031-1/+2
* Fix build on WinCEDenis Shienkov2012-09-241-1/+1
* Do not split into stringlist and then take the first elementLaszlo Papp2012-09-231-1/+1
* Filter the symlinks for the /dev entriesLaszlo Papp2012-09-231-13/+10
* Do not use java-style accessor function namesLaszlo Papp2012-09-231-6/+6
* Avoid the hard coding of the maximum size for the registry value nameLaszlo Papp2012-09-201-8/+11
* Refactored the SerialPortInfo Win32 codeDenis Shienkov2012-09-172-134/+55
* Eliminate the left-over serialportengine include for MacDenis Shienkov2012-09-112-1/+4
* Fix the build issue for MacLaszlo Papp2012-09-101-1/+1
* Fix build in MacOSXDenis Shienkov2012-09-101-1/+1
* Eliminate the useless "!= FALSE" and "== FALSE" explicite comparisonsLaszlo Papp2012-09-082-16/+16
* Rejection of the reset() and replacing it an extended clear() methodDenis Shienkov2012-09-088-19/+32
* For Win32 API, Qt-data types replaced to Windows-data typesDenis Shienkov2012-09-074-62/+62
* For *nix append CREAD only for ReadOnly or ReadWrite modeDenis Shienkov2012-09-071-1/+4
* Use an int maxSize api instead of a boolean byChunkLaszlo Papp2012-09-075-27/+21
* Refactored the flush() methodDenis Shienkov2012-09-065-11/+29
* Eliminate the unnecessary variable and condition checkLaszlo Papp2012-09-061-4/+2
* Do not support older version than Qt 4.7Laszlo Papp2012-09-053-36/+0
* SerialPortInfo, replace unnecessary includesDenis Shienkov2012-09-051-1/+1
* The new concept of the internal structureDenis Shienkov2012-09-0523-5968/+4103
* Linux + udev: Fixed misplaced header fileJorge Aparicio2012-08-281-1/+1
* SerialPortInfo optimization of the internal structDenis Shienkov2012-08-195-106/+18
* Moving WinCe implementation to the separate module.Denis Shienkov2012-08-067-366/+1515
* Move all dependent variables and methods to SerialPort namespaceDenis Shienkov2012-08-065-13/+7
* Unify the "#if (!)defined" handling into "#if(n)def"Laszlo Papp2012-08-0612-132/+132
* Use sizeof(myVariableName) instead of sizeof(myVariableType)Laszlo Papp2012-08-063-29/+23
* Remove non Unix releated code from Unix engine.Aleksei Timofeyev2012-08-021-6/+0
* Fix incorrect use of cfgetispeed.Aleksei Timofeyev2012-08-011-1/+1
* Assign the structures directly to each other instead of memcpysLaszlo Papp2012-08-012-7/+5
* Remove quotes since 'echo' on Windows keeps them and result is wrongMarius Storm-Olsen2012-07-281-2/+2
* Make sure library follows the configured libinfixMarius Storm-Olsen2012-07-281-2/+2
* Remove unnecessary disabling of socket notifiers.Aleksei Timofeyev2012-07-201-7/+1
* Delete a previously created QSocketNotifiers.Aleksei Timofeyev2012-07-191-0/+16
* Build the UI examples only, if the QtWidgets module is presentLaszlo Papp2012-07-151-1/+6
* Rename the include-helper to install-helper since it exceeds its original scopeLaszlo Papp2012-07-032-1/+1
* On Windows added missing install dll targetDenis Shienkov2012-07-031-0/+5
* Fixed the installation of the library on WindowsDenis Shienkov2012-07-032-13/+9
* Clean up the private and public comments that are not matching the Qt styleLaszlo Papp2012-06-309-34/+0
* Moved common static methods to SerialPortPrivate.Denis Shienkov2012-06-2913-445/+446
* Small fix a coding styleDenis Shienkov2012-06-241-5/+5
* Linux: Added support for RFCOMM devices using udevJorge Aparicio2012-06-241-5/+21
* Optimization autodetect serial ports using libudevDenis Shienkov2012-06-191-21/+27
* Add support for the gadget serial driver while using udevLaszlo Papp2012-06-171-2/+4