Commit Graph

213 Commits

Author SHA1 Message Date
Black Hat
18c42b6af6 Login via access token. 2019-07-26 15:35:45 +08:00
Black Hat
2defc5a134 Revert "Embed cmark."
This reverts commit f35001112dc740ed827e4a4de6e4bb3d94b0e466
2019-07-20 11:13:09 +00:00
Black Hat
251a59ac7d Add device name field in login dialog. 2019-07-11 22:10:17 +08:00
Black Hat
81fe2919ed Add online status indicator.
Attempt to resync as soon as system goes online. #145
2019-07-06 10:24:47 +08:00
Black Hat
3501f964b5 Logout if access token is invalid. 2019-07-05 21:44:37 +08:00
Black Hat
b41973be28 Fix alias and more compact account detail dialog. 2019-07-05 10:24:07 +08:00
Black Hat
e561265e5c Ability to change room avatar. 2019-07-02 22:00:43 +08:00
Black Hat
b0bbc6572a Add busy property to controller. 2019-07-02 10:33:08 +08:00
Black Hat
3e0009a069 Show notification count in tray icon. 2019-07-01 18:19:00 +08:00
Black Hat
56e0386d5b Init QtKeychain support. 2019-06-30 22:12:43 +08:00
Black Hat
603cb33042 New attachment mechanism. Also add image from clipboard. 2019-05-19 21:58:54 +08:00
Black Hat
5ae1d41e92 Move dialogs into a separate dir and create them dynamically.
Add "ignore user".
Update libqmatrixclient.
2019-04-26 19:59:01 +08:00
Black Hat
3779735282 Derive device name from system information.
Minor UI tweaks.
2019-04-22 20:29:10 +08:00
Black Hat
ec43131a10 Clean up notification. 2018-12-24 20:31:40 +08:00
Black Hat
8300d022b2 Update libqmatrixclient.
Enable member lazy loading.
Some Qt 5.12 fix.
2018-12-15 10:46:18 +08:00
Black Hat
641c82beb7 Clean up. 2018-12-03 17:36:23 +08:00
Black Hat
e7b2698521 Better rich reply. 2018-11-27 18:14:48 +08:00
Black Hat
24fc466630 Update libqmatrixclient;
Force Noto Color Emoji.
2018-11-23 18:01:06 +08:00
Black Hat
6d17716e97 Update libqmatrixclient.
Add author label.
Add time label.
Use Roboto font.
2018-11-20 08:21:28 +08:00
Black Hat
a8cbd0a9cd Init custom DPI. 2018-11-18 20:08:01 +08:00
Black Hat
a7f62c13b0 Working dark mode && more drawer specific changes. 2018-11-17 20:52:17 +08:00
Black Hat
aaae68a5bf Remove first row, modify room list panel. 2018-11-17 00:04:51 +08:00
Black Hat
bbc4fedd20 Some optimizations. 2018-11-11 09:55:41 +08:00
Black Hat
06983a506c Fix segfault when leaving certain rooms. 2018-11-07 16:29:24 +08:00
Black Hat
6e44347efd Improve stability. 2018-11-06 09:36:17 +08:00
Black Hat
5a46810016 Init rewritten avatar. 2018-11-04 19:14:02 +08:00
Black Hat
aae84ba65f Move tray icon outside C++ and allow hiding tray icon. 2018-10-21 10:17:21 +08:00
Black Hat
2e4fed72fe Init Windows notification image. 2018-10-20 14:59:37 +08:00
Black Hat
bb069197d6 Notification improvements. 2018-10-19 22:02:12 +08:00
Black Hat
babe614555 More error indication.
Also fixes #80.
2018-10-15 06:49:30 +08:00
Black Hat
d9592e4a7c Add error callback of join room and add room.
Also fix a bug of not being able to log out when the access token is
revoked.
2018-10-13 18:54:33 +08:00
Black Hat
3dd4f18cc4 Fix broken logout. 2018-10-09 11:06:15 +08:00
Black Hat
385135a658 Use modules. 2018-10-01 16:07:48 +08:00
Black Hat
ea43cf6c80 Fixes #58.
Also, use shift+return for line break.
2018-09-20 13:43:47 +08:00
Black Hat
03c19c4f60 Add error dialog.
Shows login error.
2018-09-20 08:23:42 +08:00
Black Hat
81a7172f29 Genesis commit.
Not really, but a lot of renaming.
2018-09-17 21:01:02 +08:00
Black Hat
518fad088f Fix Windows saving token.
It is still unsafe.
2018-09-17 12:27:00 +08:00
Black Hat
5e3570d210 Small tweaks and improvements. 2018-09-14 12:16:25 +08:00
Black Hat
5890a0e133 Somewhat better login logic. 2018-09-13 08:22:41 +08:00
Black Hat
f66e62d499 Init theming support. 2018-09-10 15:01:01 +08:00
Black Hat
0f3d7db0d1 Use ImageItem in MessageDelegate. 2018-09-10 09:51:02 +08:00
Black Hat
13a8d6b889 Fix notification issue. 2018-09-10 08:06:32 +08:00
Black Hat
5c55856df3 Fix crashing when logging out.
That's a complex issue. Yay!
2018-09-09 21:13:43 +08:00
Black Hat
2992804472 Minimum code to get multiple accounts working. 2018-09-09 10:12:45 +08:00
Black Hat
96874cba06 Add event listener on tray. 2018-09-06 19:34:14 +08:00
Black Hat
4b2a33493f Allow minimize to tray. 2018-08-19 14:51:09 +08:00
Black Hat
4383dfa5a1 Working notification.
Also, fixes #6.
2018-08-19 14:32:18 +08:00
Black Hat
3a7f182c52 Uses MatriqueRoom inherited from QMatrixClient::Room and rewrite related
objects.
2018-08-18 16:02:47 +08:00
Black Hat
43e0ccaf2f Add accept/reject and use .cache 2018-08-17 12:55:57 +08:00
Black Hat
09fdd52524 Rewrite FileDialog in C++ && add setting to force async load timelime.
Also fixes repeat section label and empty space when message is redacted.

Fixes #27
2018-08-14 14:05:41 +08:00