1. 25 Feb, 2014 - 1 commit
  2. 21 Feb, 2014 - 3 commits
  3. 20 Feb, 2014 - 3 commits
  4. 15 Feb, 2014 - 2 commits
  5. 14 Feb, 2014 - 3 commits
  6. 13 Feb, 2014 - 6 commits
  7. 11 Feb, 2014 - 2 commits
  8. 07 Feb, 2014 - 3 commits
    • Alex Blasche's avatar
      Merge branch 'stable' into dev · 0a9b6759
      Alex Blasche authored
      Change-Id: I8765fee07cec0588a0336178300129b75c13c30a
      0a9b6759
    • Alex Blasche's avatar
      QBluetoothServer fixes · 85e9ce38
      Alex Blasche authored
      1.) If QBluetoothServer::listen(QBluetoothUuid,QString) fails during
      service registration we have to ensure that the Server doesn't remain
      in listening state.
      
      2.) 29de876f
      
       sets the socket descriptor
      to -1 when closing the QBluetoothSocket. QBluetothServer treats a value
      of -1 as error and aborts any call to listen(). This implies that any
      call to listen() after the first close() would always fail. This patch
      adds some redundancy and first tries to recreate the socket and only if
      the re-creation failed exists with an error.
      
      3.) Catch case when user calls listen() on an already listening server.
      Documentation has been updated to document the behavior.
      
      Change-Id: I2df13500e74a9741017f7404f0e0c477c96d5356
      Reviewed-by: default avatarAaron McCarthy <mccarthy.aaron@gmail.com>
      85e9ce38
    • Alex Blasche's avatar
      Fix broken QBluetoothServiceInfo::serviceClassUuids() call · 477d9f45
      Alex Blasche authored
      
      It never returned a valid entry due to wrong QVariant conversion.
      The patch changes the public header with a potential to break BC. A
      formerly inline function was reimplemented and is no longer inline.
      This should be safe though as older header versions can still use
      the previous implementation.
      
      Change-Id: If786a366e625a56810b8d4cc682b25d07f72f4e5
      Reviewed-by: default avatarLars Knoll <lars.knoll@digia.com>
      Reviewed-by: default avatarThiago Macieira <thiago.macieira@intel.com>
      Reviewed-by: default avatarAlex Blasche <alexander.blasche@digia.com>
      477d9f45
  9. 06 Feb, 2014 - 1 commit
  10. 03 Feb, 2014 - 4 commits
  11. 30 Jan, 2014 - 2 commits
  12. 29 Jan, 2014 - 2 commits
  13. 28 Jan, 2014 - 6 commits
  14. 27 Jan, 2014 - 1 commit
  15. 24 Jan, 2014 - 1 commit