Go to file
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
harmonyqml Make clientManager easier to use 2019-05-02 14:58:42 -04:00
.gitignore Ignore .jsc files (Qt JS cache) 2019-04-17 13:43:46 -04:00
COPYING Initial commit 2019-03-21 23:28:14 -04:00
Makefile Improve Makefile test, add additional checkers 2019-04-22 09:37:49 -04:00
README.md Add login page and forget room system 2019-04-26 16:02:20 -04:00
run.py Add run.py script 2019-05-01 02:20:17 -04:00
setup.py Initial commit 2019-03-21 23:28:14 -04:00
TODO.md Rework models hierarchy, room categories models 2019-05-02 14:20:21 -04:00