Commit History

Author SHA1 Message Date
  Villep f488b8c14b Removed some unnecessary includes & forward declarations. 12 years ago
  Villep b5bf88cf17 Added some comments in networkserverinfo.cpp. Added copyright notice to common.h and common.cpp and some comments. Some minor cleanup in readFromSocket. 12 years ago
  Villep 0df52ed044 Fixed a missing file. 12 years ago
  Villep be8c599d2b WLAN: Fixed: checkServers removed servers in bad order causing problems when multiple servers were to be removed. 12 years ago
  Villep b04f164268 Global: ConnectionManager now inherits from QObject, this allows creation in C++ side without requiring QML. 12 years ago
  Villep 4be24c4bbe Added a DISABLE_BLUETOOTH preprocessor macro. The macro "disables" bluetooth by using the stubs instead. This way the plugin can be used on desktop aswell. By default the macro is enabled for win32, mac and unix (non meego & symbian) targets. 12 years ago
  Villep d8985ac334 Refactored common.qrc. Some minor clean-up. 12 years ago
  Villep c1d2f7a827 Added similiar icons for starting the chat on both Harmattan & Symbian. 12 years ago
  Villep c00b70dda4 Sending a header together with the message is now optional, by default it is enabled. 12 years ago
  Villep d235a9d07f WLAN: Further improved connectivity by enabling users to connect to actual host names. 12 years ago
  Villep 24787d529f WLAN: Possible to connect directly to a server by giving IP (and port if needed) without the need to discover one. 12 years ago
  Villep 6b35c1102e Fixed a problem where using different ports did not update properly. 12 years ago
  Villep a20feec58f Added some content into About.qml. 12 years ago
  Villep 7a9539d3a2 Initial implementation of About dialog when pressing the Info button. 12 years ago
  Villep 83f7274bd2 WLAN: Fixed an issue where server was unable to start after being a client. 12 years ago
  Villep c24131007b Implemented a workaround for issue where WlanNetworkMgr was deleted after the application eventloop was already over. 12 years ago
  Villep 155552c6bb Fixed an issue with WlanConnection reconnecting to a network unnecessarily. 12 years ago
  Villep 004927c9fd Further refactoring and cleanup. Improved usability slightly by increasing the size of the SelectionDialog items on Harmattan. 12 years ago
  Villep cd724ca0eb Refactored some of the code related to ChatPage.qml. Fixed compilation issue with Simulator. 12 years ago
  Villep 5adc61dab6 Fixed missing Bluetooth errorString. 12 years ago
  Villep ed66419d84 First implementation of error handling and reporting. 12 years ago
  Villep 90eed9422c Bluetooth implementation for maxConnections. 12 years ago
  Villep c13cbc6ead Moved the logic on creating a message to its own function in Common. Added initial implementation of maximum number of accepted connections, currently only works with LAN. Still todo on bluetooth, also better handling on Client side when server is full. 12 years ago
  Villep 6def426395 Added launcher icons for Harmattan and Symbian. 12 years ago
  Villep a0317275d8 Fixed a bug when ConnectAs was DontCare where messages wouldn't be sent if clients connected. 12 years ago
  Villep cf9b517f7d Fixed an issue where when changing from Bluetooth to LAN without opening ConnectAs dialog Don't Care option was missing. 12 years ago
  Villep 684fa1cbd0 Added more colorful outgoing.png. Swapped the sides for outgoing and incoming messages. Chat buttons are disabled by default and 0.5 opacity, on connection they will be enabled. 12 years ago
  ville.moisio 68a613c2f0 Added chat feature 12 years ago
  Villep e2c67f3e3b Added temporary icons to toolbar for additional features. 12 years ago
  Villep 8834bfac26 Moved parameters buffer and expectedSize in readFromSocket to common.cpp. 12 years ago