summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* CAN-Example: Disable Send button if frame id is emptyv5.10.0-beta1Andre Hartmann2017-10-041-0/+9
* Windows: Set proper description for canbusutilKai Koehne2017-09-201-0/+1
* QCanBusFrame::setLocalEcho: Fix warning about undocumented parameterv5.10.0-alpha1Andre Hartmann2017-09-051-1/+1
* Merge dev into 5.10Frederik Gladhorn2017-09-023-5/+6
|\
| * Canbusutil: Fix Clang semantic warningsAndre Hartmann2017-08-302-5/+5
| * CAN-Example: Fix Clang semantic warningAndre Hartmann2017-08-301-0/+1
* | SocketCAN: Fix Clang semantic warning about old-style castAndre Hartmann2017-08-301-1/+1
|/
* Merge remote-tracking branch 'origin/5.9' into devLiang Qi2017-08-155-5/+39
|\
| * Fix unxepected state in Modbus process queued elementKarsten Heimrich2017-08-141-0/+4
| * QCanBusFrame: Fix Clang semantic warningAndre Hartmann2017-08-141-2/+2
| * Fix address counter for received modbus register entriesAlex Blasche2017-08-101-1/+1
| * Use QSharedPointer::create() moreMarc Mutz2017-07-241-1/+1
| * Bump versionOswald Buddenhagen2017-06-301-1/+1
| * Add changes file for 5.9.1v5.9.1Alex Blasche2017-06-221-0/+30
| * Fix build with Clang 5.0: remove unused captureThiago Macieira2017-06-131-1/+1
* | Fix namespace build of can bus exampleAlex Blasche2017-07-181-0/+2
* | CAN-Example: Add a dedicated send frame group boxAndre Hartmann2017-07-177-145/+514
* | CAN-Example: Show errors and number of frames written in the UIAndre Hartmann2017-07-112-4/+11
* | CAN-Example: Simplify payload handlingAndre Hartmann2017-07-111-8/+2
* | CAN-Example: Rename slots to describe their purpose betterAndre Hartmann2017-07-112-15/+12
* | CAN-Example: Inline very short functionAndre Hartmann2017-07-102-11/+5
* | CAN-Example: Rename all occurrences of "backend" to "plugin"Andre Hartmann2017-07-104-18/+18
* | CAN-Example: Init all user interface actions in one functionAndre Hartmann2017-07-071-4/+2
* | CAN-Example: Remove unneeded QAction::setEnabled() callsAndre Hartmann2017-07-071-2/+0
* | CAN: Use memset from root namespaceAndre Hartmann2017-07-052-6/+6
* | SocketCAN: State more clearly that this is an errorAndre Hartmann2017-07-041-1/+1
* | SocketCAN: Remove commented code lineAndre Hartmann2017-07-041-1/+0
* | QCanBusFrame: Introduce local echo flagAndre Hartmann2017-07-0411-38/+152
* | Merge remote-tracking branch 'origin/5.9' into devLiang Qi2017-06-0719-55/+139
|\|
| * Merge remote-tracking branch 'origin/5.9.0' into 5.9Liang Qi2017-05-312-0/+63
| |\
| | * fix namespaced buildv5.9.0-rc2v5.9.0-rc1v5.9.0Oswald Buddenhagen2017-05-121-0/+2
| | * Add changes file for 5.9.0Alex Blasche2017-05-101-0/+61
| * | CAN Example: Add menu entry to show online documentationAndre Hartmann2017-05-292-0/+13
| * | PeakCAN: Update supported channels documentationAndre Hartmann2017-05-231-2/+2
| * | CAN: Add requirements to plugin documentationAndre Hartmann2017-05-234-0/+12
| * | Bump versionOswald Buddenhagen2017-05-101-1/+1
| |/
| * VectorCAN: Fix crash when device open failsv5.9.0-beta4Andre Hartmann2017-04-251-0/+6
| * Fix build with -no-feature-commandlineparserStephan Binner2017-04-251-1/+1
| * QCanBusDeviceInfo: Remove unused forward declarationAndre Hartmann2017-04-251-1/+0
| * CAN: Remove unneded core-private dependency for pluginsv5.9.0-beta3v5.9.0-beta2Andre Hartmann2017-04-135-5/+5
| * VectorCAN: Un-wrap medium long linesAndre Hartmann2017-04-121-10/+5
| * VectorCAN: Fix error category for disconnection errorAndre Hartmann2017-04-121-1/+1
| * QCanBusDeviceInfo: Improve implementationAndre Hartmann2017-04-083-27/+15
| * QCanBusFrame: Add missing Error State Indicator streaming testsAndre Hartmann2017-04-041-9/+17
* | Merge remote-tracking branch 'origin/5.9' into devLiang Qi2017-04-04124-220/+5363
|\|
| * canbusutil: Remove unused declarationsAndre Hartmann2017-04-032-4/+0
| * Merge remote-tracking branch 'origin/5.8' into 5.9v5.9.0-beta1Liang Qi2017-03-31112-129/+4888
| |\
| | * Fix QModbusRtuSerialMaster wouldn't close5.8Konstantin Shtepa2017-03-301-3/+1
| | * Revert "QCanBusFactory: de-inline virtual destructor"André Hartmann2017-03-272-4/+4
| | * modbus master example: fix nonsensical codeMarc Mutz2017-03-221-1/+1