summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Doc: Remove repository name from examplesinstallpathv5.6.1-1v5.6.1Topi Reinio2016-05-121-1/+1
* CAN: Do not use QPointer class as it is overheadDenis Shienkov2016-05-0413-28/+27
* CAN-Example: Fix not receiving empty CAN framesAndre Hartmann2016-05-041-3/+0
* CAN-Example: Scroll lists to last inserted itemAndre Hartmann2016-05-041-0/+3
* CAN-Example: Change SettingsDialog to ConnectDialogAndre Hartmann2016-05-0311-79/+120
* CAN: Correct spelling for "CAN" and "CAN FD"Andre Hartmann2016-05-028-16/+16
* Fix misspelled settingFrank Meerkoetter2016-05-021-1/+1
* CAN-Example: Improve description of Extended Frame Format boxAndre Hartmann2016-05-022-4/+9
* CAN-Example: Better window titleAndre Hartmann2016-05-021-1/+1
* CAN-Example: Better name for receive list widgetAndre Hartmann2016-05-022-2/+2
* CAN: Fix typo in documentation about device creationDenis Shienkov2016-05-023-3/+3
* Remove superfluous checkFrank Meerkoetter2016-05-011-2/+1
* add example installsOswald Buddenhagen2016-04-284-0/+12
* Use enums instead of defines in WriteRegisterModelDenis Shienkov2016-04-261-26/+21
* Replace 'Q_DECL_OVERRIDE' with 'override'Denis Shienkov2016-04-2617-58/+58
* Use 'auto' where it is possibleDenis Shienkov2016-04-2214-21/+21
* Adjust Pointer and Reference to Qt Coding StyleAndre Hartmann2016-04-2215-30/+30
* Use 'nullptr' where it is possibleDenis Shienkov2016-04-2143-77/+77
* Remove last libmodbus referencesAlex Blasche2016-04-203-124/+0
* CAN-Example: Display CAN-IDs and data bytes in hexAndre Hartmann2016-04-152-8/+33
* PeakCAN: Fix Include-GuardAndre Hartmann2016-04-151-3/+3
* PeakCAN: Support Peak PCI cardsAndre Hartmann2016-04-132-3/+20
* Fix build: errno is declared in <errno.h>Thiago Macieira2016-04-131-0/+1
* QCanBus: Keep backend list sortedAndre Hartmann2016-04-081-1/+1
* CAN-Example: Convert connect to Qt5 styleAndre Hartmann2016-04-081-1/+1
* Update gitignoreAlex Blasche2016-04-061-0/+3
* Make socketcan backend compile on pre 3.6 kernelsAlex Blasche2016-04-062-0/+27
* Make C++11 test less restrictiveAlex Blasche2016-03-181-5/+4
* Fix sending requests with predefined function codes.Karsten Heimrich2016-03-171-2/+3
* Do not register the generic plugin for automatic linking.Karsten Heimrich2016-03-153-2/+5
* Fix serial line access order. Unbreaks serial line connect.Karsten Heimrich2016-03-154-4/+4
* Fix: 'multiple definition' with static build (Windows).Karsten Heimrich2016-03-142-5/+7
* Fix wrong class name, should match the actual name used in C++.Karsten Heimrich2016-03-111-1/+1
* don't over-expose private dependenciesOswald Buddenhagen2016-03-093-3/+5
* Update .pro file and config tests with stricter requirements.Karsten Heimrich2016-03-095-18/+142
* Extend documentation to be more clear of the function behavior.Karsten Heimrich2016-03-091-1/+2
* Merge remote-tracking branch 'gerrit/5.6.0' into 5.6Alex Blasche2016-03-087-4/+19
|\
| * Exclude gcc 4.6 and belowv5.6.0Alex Blasche2016-03-031-0/+10
| * Disable compilation on non-C++11 compilersKai Koehne2016-03-031-0/+1
| * Fix static builds of CAN bus pluginsv5.6.0-rc1Alex Blasche2016-02-184-4/+4
| * Add .gitattributes and .tag filesIikka Eklund2016-02-162-0/+4
* | Remove ancient TODO fileAlex Blasche2016-03-041-3/+0
* | standardize statement order in project files a bitOswald Buddenhagen2016-03-024-8/+8
* | remove redundant statements from project filesOswald Buddenhagen2016-03-022-7/+0
* | consistently put qt_{module,plugin,tool} at the end of project filesOswald Buddenhagen2016-03-026-27/+26
* | Move clearing or updating values into a common function.Karsten Heimrich2016-03-014-25/+27
* | Implement partial reading from the serial connection.Karsten Heimrich2016-03-011-5/+11
* | Properly calculate EncapsulatedInterfaceTransport sizes.Karsten Heimrich2016-02-242-41/+345
* | Make QModbusPdu::encode(...) clear and set instead of append.Karsten Heimrich2016-02-221-0/+1
* | Fix some documentation issues based on earlier feedback.Karsten Heimrich2016-02-191-2/+3