miruka
|
9f3bb1aa4d
|
set_avatar_from_file: raise if file isn't an image
|
2019-11-12 09:48:11 -04:00 |
|
miruka
|
5f04628178
|
No need to str(path) anymore for model item Upload
|
2019-11-12 09:46:29 -04:00 |
|
miruka
|
37f5f5973c
|
Clarify upload data type, guess_mime seek on end
|
2019-11-12 09:37:21 -04:00 |
|
miruka
|
47bfad1d72
|
Move Size type alias to utils
|
2019-11-12 09:26:43 -04:00 |
|
miruka
|
ef391d1eb1
|
Make utils function accept Path, str, bytes and IO
|
2019-11-12 09:24:58 -04:00 |
|
miruka
|
5832c3ca2d
|
Raise on init if homeserver url is missing scheme
|
2019-11-12 09:13:45 -04:00 |
|
miruka
|
73541ad7a5
|
download/thumbnail don't need authentification
|
2019-11-12 09:10:00 -04:00 |
|
miruka
|
4cc2ebf6e3
|
Use exceptions for get_profile
|
2019-11-12 08:47:03 -04:00 |
|
miruka
|
6558bdc87f
|
Put custom exceptions in their own file
|
2019-11-12 08:38:43 -04:00 |
|
miruka
|
290d3e9f6b
|
Simplify Backend.get_profile
|
2019-11-12 08:34:08 -04:00 |
|
miruka
|
3ebb11aa69
|
Raise on room send error instead of logging
|
2019-11-12 07:45:54 -04:00 |
|
miruka
|
5a04bbaa93
|
Remove leftover debug console call
|
2019-11-11 11:07:38 -04:00 |
|
miruka
|
fdb898ad4a
|
Remove QtAV from .pro dependencies
|
2019-11-11 10:29:54 -04:00 |
|
miruka
|
a7e505a387
|
Document utils.py
|
2019-11-11 09:26:35 -04:00 |
|
miruka
|
746a9259db
|
SignIn: cancel previous task when clicking button
|
2019-11-11 09:12:31 -04:00 |
|
miruka
|
c9ddd4ee80
|
Change error msg when server URL may be invalid
|
2019-11-11 06:57:33 -04:00 |
|
miruka
|
7f48c1b35d
|
Properly handle login errors with new exceptions
|
2019-11-11 06:39:11 -04:00 |
|
miruka
|
de7053f196
|
Improve MatrixError.from_nio, use it for upload()
|
2019-11-11 06:08:31 -04:00 |
|
miruka
|
dbdb7b9bb0
|
Make thumbnail min/max size configurable via theme
|
2019-11-11 05:43:17 -04:00 |
|
miruka
|
deedc8c7aa
|
Fix EventFile sizing/elliding
|
2019-11-11 05:34:46 -04:00 |
|
miruka
|
4b76725006
|
Bring back EventFile (also for video/audio for now)
|
2019-11-11 05:26:32 -04:00 |
|
miruka
|
bca73c13b8
|
Update README
|
2019-11-10 11:35:05 -04:00 |
|
miruka
|
717b18fede
|
Fix HPage and EventList flickTarget conflict
|
2019-11-10 09:38:16 -04:00 |
|
miruka
|
f2ab84c754
|
Add tab navigation shortcuts (for AddChat)
|
2019-11-10 09:28:57 -04:00 |
|
miruka
|
484e9e595d
|
Rename EditAccount to AccountSettings
|
2019-11-10 09:07:35 -04:00 |
|
miruka
|
e3165d0a7c
|
HPage: fix header text vertical centering
|
2019-11-10 08:58:47 -04:00 |
|
miruka
|
c0adf8353b
|
Add account settings keybinds
|
2019-11-10 08:54:45 -04:00 |
|
miruka
|
e32747d434
|
Keybinds: remove old sidepane workaround binds
|
2019-11-10 08:50:50 -04:00 |
|
miruka
|
4920ef8155
|
Keybinds: Alt(+Shift)+N for add new chat/account
|
2019-11-10 08:49:51 -04:00 |
|
miruka
|
f552a16d51
|
HPage: set shortcuts.flickTarget on init
This makes any HPage by default keyboard-scrollable, notably
the new AddChat pages.
|
2019-11-10 08:44:36 -04:00 |
|
miruka
|
35a3ae2558
|
Change default collapse keybind to Alt+O
|
2019-11-10 08:36:54 -04:00 |
|
miruka
|
e2a7b690b3
|
Keybind: collapse first account if none selected
|
2019-11-10 08:34:05 -04:00 |
|
miruka
|
5d4840dcd8
|
Add shortcut to add new chats
|
2019-11-10 08:32:17 -04:00 |
|
miruka
|
14ba4b50b5
|
Avatars on FindSomeone/JoinRoom pages
|
2019-11-09 15:19:10 -04:00 |
|
miruka
|
72c480471a
|
Add encryption check box to FindSomeone page
|
2019-11-09 14:57:46 -04:00 |
|
miruka
|
793024434f
|
Set icon for starting direct chat
|
2019-11-09 14:29:19 -04:00 |
|
miruka
|
de59948214
|
When leaving room, try to go to previous page
|
2019-11-09 14:25:48 -04:00 |
|
miruka
|
46ff911bfa
|
Add FindSomeone page
|
2019-11-09 14:20:53 -04:00 |
|
miruka
|
0aedc1a7d0
|
Prevent "failed to convert null" qt warning
|
2019-11-09 13:41:12 -04:00 |
|
miruka
|
b34387ad79
|
Implement enabling encryption when creating room
|
2019-11-09 13:38:21 -04:00 |
|
miruka
|
e7283f48f1
|
Create/JoinRoom: fix clickButtonOnEnter
|
2019-11-09 11:18:49 -04:00 |
|
miruka
|
35a4030cc0
|
Hide previous errors when clicking accept buttons
|
2019-11-09 11:15:24 -04:00 |
|
miruka
|
02888eb63d
|
Change join/create room button icons
|
2019-11-09 11:10:25 -04:00 |
|
miruka
|
66fe230044
|
JoinRoom: enable join button if field is not empty
|
2019-11-09 10:48:48 -04:00 |
|
miruka
|
fa25c101ff
|
Fix HRepeater childrenImplicitWidth property
|
2019-11-09 10:48:05 -04:00 |
|
miruka
|
5d4b699104
|
CreateRoom: show message if creation fails
|
2019-11-09 10:39:43 -04:00 |
|
miruka
|
c34676e5a0
|
Turn JoinRoom field red on error
|
2019-11-09 10:34:54 -04:00 |
|
miruka
|
e95a23ef90
|
Handle JoinRoom errors, error clases overhaul
|
2019-11-09 10:20:16 -04:00 |
|
miruka
|
dbcca17192
|
Add JoinRoom page
|
2019-11-09 09:52:16 -04:00 |
|
miruka
|
a9a99e4a65
|
Add ctrl+tab keybind to go to last page
|
2019-11-08 16:01:09 -04:00 |
|