RetroShare/retroshare-qml-app/src
Gio 6c6b437db1 qml-app: Fix responsiveness of ChatView
ChatHandler::handleMessages(...) tick() before repling so the raw
  message queue is processed
ChatHandler::handleLobbies(...) make sure tick() is called without
  previous mutex locking, putting the critical section inside a block
ChatView.qml remove unnecessary request to statetoken service that
  slowed down processing by half, increased chat message refresh time
  to reduce performance hit
2016-12-10 20:23:30 +01:00
..
android Start RetroShare Android Service when needed 2016-09-05 02:12:00 +02:00
qml qml-app: Fix responsiveness of ChatView 2016-12-10 20:23:30 +01:00
deployment.pri Retroshare android service now run and start at boot on android, the qml app is still disfunctional 2016-08-23 12:15:28 +02:00
libresapilocalclient.cpp Implement a working Distant Chat prototype in Qml 2016-12-08 15:56:23 +01:00
libresapilocalclient.h Implement a working Distant Chat prototype in Qml 2016-12-08 15:56:23 +01:00
main.cpp Implement a working Distant Chat prototype in Qml 2016-12-08 15:56:23 +01:00
qml.qrc Implement a working Distant Chat prototype in Qml 2016-12-08 15:56:23 +01:00
retroshare-qml-app.pro Implement a working Distant Chat prototype in Qml 2016-12-08 15:56:23 +01:00