moment/harmonyqml/backend
miruka 012e89f6cb Improved ListModel and ListItem
- New ListItem implemented using a metaclass, which makes defining new
  ListItem subclasses much cleaner and shorter

- ListModel functions taking an index now accept either an int
  (list index) or str (value of a main key)

- getWhere() gone, simply use get(a_main_key_value) now

- updateOrAppendWhere replaced by update()/upsert()
2019-04-29 23:51:37 -04:00
..
model Improved ListModel and ListItem 2019-04-29 23:51:37 -04:00
__init__.py Reorganize backend files, show accounts in UI 2019-04-12 04:33:09 -04:00
backend.py Fix room forget and buttons bugs 2019-04-26 16:52:26 -04:00
client_manager.py Add Default and RememberAccount? pages 2019-04-27 21:07:20 -04:00
client.py Update/refactor Chat components and banner 2019-04-28 14:20:30 -04:00
html_filter.py Remove html-sanitizer custom attrs workaround 2019-04-28 20:39:45 -04:00
network_manager.py Just import nio 2019-04-28 01:17:12 -04:00
pyqt_future.py Make login button work for login page 2019-04-26 18:47:25 -04:00
signal_manager.py Improved ListModel and ListItem 2019-04-29 23:51:37 -04:00