moment/harmonyqml
miruka 51386821bc Make clientManager easier to use
- Backend.clientManager renamed to Backend.clients
- clientManager is now a Mapping subclass

Before/After from Python:
backend.clientManager.clients[thing] → backend.clients[thing]

From QML:
Backend.clientManager.clients[thing] → Backend.clients.get(thing)
2019-05-02 14:58:42 -04:00
..
backend Make clientManager easier to use 2019-05-02 14:58:42 -04:00
components Make clientManager easier to use 2019-05-02 14:58:42 -04:00
icons Login loading icon 2019-04-26 21:16:57 -04:00
images Restyle the chat UI 2019-04-28 11:03:08 -04:00
__about__.py matrix-nio backend start, QGuiApplication class 2019-04-11 13:22:43 -04:00
__init__.py Rework startup and Application-Engine relation 2019-05-01 01:23:38 -04:00
__main__.py Initial commit 2019-03-21 23:28:14 -04:00
app.py Rework startup and Application-Engine relation 2019-05-01 01:23:38 -04:00
engine.py Fix Engine.app_dir and leftover Backend.pdb() 2019-05-01 01:32:06 -04:00