Villep
|
f488b8c14b
Removed some unnecessary includes & forward declarations.
|
12 gadi atpakaļ |
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 gadi atpakaļ |
Villep
|
0df52ed044
Fixed a missing file.
|
12 gadi atpakaļ |
Villep
|
be8c599d2b
WLAN: Fixed: checkServers removed servers in bad order causing problems when multiple servers were to be removed.
|
12 gadi atpakaļ |
Villep
|
b04f164268
Global: ConnectionManager now inherits from QObject, this allows creation in C++ side without requiring QML.
|
12 gadi atpakaļ |
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 gadi atpakaļ |
Villep
|
d8985ac334
Refactored common.qrc. Some minor clean-up.
|
12 gadi atpakaļ |
Villep
|
c1d2f7a827
Added similiar icons for starting the chat on both Harmattan & Symbian.
|
12 gadi atpakaļ |
Villep
|
c00b70dda4
Sending a header together with the message is now optional, by default it is enabled.
|
12 gadi atpakaļ |
Villep
|
d235a9d07f
WLAN: Further improved connectivity by enabling users to connect to actual host names.
|
12 gadi atpakaļ |
Villep
|
24787d529f
WLAN: Possible to connect directly to a server by giving IP (and port if needed) without the need to discover one.
|
12 gadi atpakaļ |
Villep
|
6b35c1102e
Fixed a problem where using different ports did not update properly.
|
12 gadi atpakaļ |
Villep
|
a20feec58f
Added some content into About.qml.
|
12 gadi atpakaļ |
Villep
|
7a9539d3a2
Initial implementation of About dialog when pressing the Info button.
|
12 gadi atpakaļ |
Villep
|
83f7274bd2
WLAN: Fixed an issue where server was unable to start after being a client.
|
12 gadi atpakaļ |
Villep
|
c24131007b
Implemented a workaround for issue where WlanNetworkMgr was deleted after the application eventloop was already over.
|
12 gadi atpakaļ |
Villep
|
155552c6bb
Fixed an issue with WlanConnection reconnecting to a network unnecessarily.
|
12 gadi atpakaļ |
Villep
|
004927c9fd
Further refactoring and cleanup. Improved usability slightly by increasing the size of the SelectionDialog items on Harmattan.
|
12 gadi atpakaļ |
Villep
|
cd724ca0eb
Refactored some of the code related to ChatPage.qml. Fixed compilation issue with Simulator.
|
12 gadi atpakaļ |
Villep
|
5adc61dab6
Fixed missing Bluetooth errorString.
|
12 gadi atpakaļ |
Villep
|
ed66419d84
First implementation of error handling and reporting.
|
12 gadi atpakaļ |
Villep
|
90eed9422c
Bluetooth implementation for maxConnections.
|
12 gadi atpakaļ |
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 gadi atpakaļ |
Villep
|
6def426395
Added launcher icons for Harmattan and Symbian.
|
12 gadi atpakaļ |
Villep
|
a0317275d8
Fixed a bug when ConnectAs was DontCare where messages wouldn't be sent if clients connected.
|
12 gadi atpakaļ |
Villep
|
cf9b517f7d
Fixed an issue where when changing from Bluetooth to LAN without opening ConnectAs dialog Don't Care option was missing.
|
12 gadi atpakaļ |
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 gadi atpakaļ |
ville.moisio
|
68a613c2f0
Added chat feature
|
12 gadi atpakaļ |
Villep
|
e2c67f3e3b
Added temporary icons to toolbar for additional features.
|
12 gadi atpakaļ |
Villep
|
8834bfac26
Moved parameters buffer and expectedSize in readFromSocket to common.cpp.
|
12 gadi atpakaļ |