Commit History

Author SHA1 Message Date
  Villep d92f78e376 Changed ConnectionIf send to take QByteArray as a parameter over QString. Changed header for data that is sent, instead of being several bytes it is now 4 bytes which contains 1 bit to indicate compression and 31 bits for unsigned int for the size in bytes. 12 years ago
  Villep 2ea57e9f92 Fixed an issue with DiscoveryPage.qml displaying discovered devices when changing connection types. Removed list.js as unnecessary by moving discoveredServicesModel to main.qml. 12 years ago
  Villep a737cdc832 Fixed a compilation issue with Simulator target. 12 years ago
  Villep 442dc892bb Updated connectivityplugin.pro 12 years ago
  Villep e88f205c7c Changed the way onReadyRead works for both connection types, for both clients & servers. Added common.h which contains a helper function to help read data from a socket. Messages contain a header which informs how much data is to be expected. This is for when message is too large to send at once, this way we know when the message supposedly ends. 12 years ago
  Villep 99d74c1de7 Fixed a compilation issue. 12 years ago
  Villep 4746c3373e Added a check for a newline to message in ConnectionManager::send. 12 years ago
  Villep e051da0089 Removed unnecessary deletes. Implemented a workaround for a crash that happened when switching from LAN to Bluetooth while opening a network session was still in progress. 12 years ago
  Villep 539a67ec6b Fixed an issue with some Symbian devices not resizing SelectionDialog properly so Don't Care option wasn't visible when using LAN connection. 12 years ago
  Villep 0319cf6c58 Modified some existing comments and added some more. 12 years ago
  Villep 063b72d0d0 Fixed an issue with WlanDiscoveryMgr when checkServers was called and socket would stay connected to the server disabling further connections from the client to the server. 12 years ago
  Villep b625eeb207 Some minor clean-up. 12 years ago
  Villep 58ecfaea42 Fixed a problem with LAN connectivity on Harmattan when switching between Bluetooth and LAN multiple times. 12 years ago
  Villep 0af813e8fc Minor usability fixes. Removed Don't Care option when ConnectionType is Bluetooth. 12 years ago
  Villep 829bd29ee3 Added missing Header.qml to resources. 12 years ago
  Villep 473f749fd7 Added a copyright notice to Header.qml. Further improved looks on Harmattan. 12 years ago
  Villep 8804d92aad Improved looks on Meego 1.2 Harmattan. 12 years ago
  Villep f26945b3e0 Fixed an issue with listening to port. 12 years ago
  Villep 7d0dc83f7a Fixed an issue while trying to connect to Meego 1.2 Harmattan BluetoothServer. 12 years ago
  Villep 3bc8577f27 Fixed a crash with BluetoothServer crashing when closing application. 12 years ago
  Villep a5360356a7 Cleaned up some commented code. 12 years ago
  Villep ef6a8bf6fb Implemented simple server check for Network connection. 12 years ago
  Villep 3d923c4e4a Added WLAN support. Fixed some missing files and issues. 12 years ago
  Tomi_ cfec1294ba Added license information. 12 years ago
  Villep 69e7af04ae Added missing harmattan files. 12 years ago
  Villep 187ece4a91 Fixed application crashing on Symbian. Added Harmattan target, still todo: better looks. Fixed a problem with device discovery. 12 years ago
  Villep 4236ce718a Added localName for connection. Added possibility for multiple clients to connect. Some additional debug logging. 12 years ago
  Tomi_ 1b9a3b85ca 12 years ago
  Tomi_ e99ff768cc Added DiscoveryPage.qml 12 years ago
  Tomi_ 30d31f490b 12 years ago