Skip to content
Snippets Groups Projects
  1. Nov 28, 2016
  2. Nov 06, 2016
  3. Nov 04, 2016
    • Samuel Gaist's avatar
      Fix handling of byte count fields · 1683fc48
      Samuel Gaist authored
      
      The various byte count fields are all unsigned byte however the incoming
      data are loaded in a QByteArray which returns signed char. This patch
      fixes this by converting the field value to quint8.
      
      [ChangeLog][Modbus] Fixed handling of packets with payloads longer than
      127 bytes.
      
      Task-number: QTBUG-54834
      Change-Id: I699c4cf0cea9933bef6c040c573d2d6e6a113920
      Reviewed-by: default avatarAndré Hartmann <aha_1980@gmx.de>
      1683fc48
  4. Sep 26, 2016
  5. Sep 16, 2016
  6. Sep 15, 2016
  7. Sep 09, 2016
  8. Aug 26, 2016
  9. Aug 17, 2016
  10. Aug 04, 2016
  11. Aug 01, 2016
  12. Jul 22, 2016
    • Denis Shienkov's avatar
      CAN: Prevent to open or close an already opened or closed device · 36b24743
      Denis Shienkov authored
      
      We do not need do excess checks on is "open/close", as this
      should becomes once in QCanBusDevice.
      
      * QCBD::connectDevice() should return an error when the device
      still is in progress of connecting/disconnecting, or already
      connected.
      
      * QCBD::disconnectDevice() has to make disconnection when the
      device is in connected or connecting state; otherwise if the
      device is in disconnecting state, then it should do nothing
      (and as well when the device is in disconnected state).
      
      Note: This behavior is similar to QAbstractSocket.
      
      Change-Id: I4b62e728d37b190fbaee768bdd0a2878c3ba98ab
      Reviewed-by: default avatarAndré Hartmann <aha_1980@gmx.de>
      Reviewed-by: default avatarAlex Blasche <alexander.blasche@theqtcompany.com>
      36b24743
  13. Jul 21, 2016
  14. Jul 20, 2016
  15. Jul 19, 2016
  16. Jul 18, 2016
  17. Jul 15, 2016
  18. Jul 14, 2016
  19. Jul 12, 2016
  20. Jul 08, 2016
  21. Jun 30, 2016
  22. Jun 28, 2016
  23. Jun 23, 2016
  24. Jun 16, 2016
  25. Jun 03, 2016
  26. Jun 02, 2016
  27. May 31, 2016