Commit Graph

124 Commits (ef2fe73328e3cc9889df326b5ae92c802786158c)

Author SHA1 Message Date
Black Hat 9ad062ca30 Improve Reply UI.
Fix a bug in ImageItem.
Update libqmatrixclient.
2018-11-21 19:40:54 +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 0ce98fc179 Use pixel size. 2018-11-19 07:29:55 +08:00
Black Hat a8cbd0a9cd Init custom DPI. 2018-11-18 20:08:01 +08:00
Black Hat 9ec02e0fce Magically reduce memory use. 2018-11-18 14:29:09 +08:00
Black Hat dd6c10e382 Emoji Picker. 2018-11-18 10:47:12 +08:00
Black Hat 2a8aa34416 Minor tweaks. 2018-11-17 22:39:34 +08:00
Black Hat f0dd0a4c1d Fix notification. 2018-11-17 21:12:56 +08:00
Black Hat a7f62c13b0 Working dark mode && more drawer specific changes. 2018-11-17 20:52:17 +08:00
Black Hat 08ce01473a Add drawer on the left. 2018-11-17 17:32:38 +08:00
Black Hat aaae68a5bf Remove first row, modify room list panel. 2018-11-17 00:04:51 +08:00
Black Hat a296fffd91 Make timeline more "Material design". 2018-11-16 20:30:42 +08:00
Black Hat bbc4fedd20 Some optimizations. 2018-11-11 09:55:41 +08:00
Black Hat 64603b47c6 Minor bug fixes. 2018-11-05 14:00:43 +08:00
Black Hat 1ac443253a Reenable local echo.
Move fast and break things.
2018-11-05 07:39:29 +08:00
Black Hat 5a46810016 Init rewritten avatar. 2018-11-04 19:14:02 +08:00
Black Hat c19f49a898 Simplify some auto completion logic. 2018-11-04 12:07:00 +08:00
Black Hat a865aaabb1 Merge user autocomplete and emoji autocomplete. #106 2018-11-04 09:50:33 +08:00
Black Hat 040b24e0d2 Form download cache file name from event body. 2018-11-03 22:40:30 +08:00
Black Hat db6c814e26 Init emoji auto completion. #106 2018-11-03 22:22:55 +08:00
Black Hat 87103fcb19 Mark read marker when switching room. 2018-11-02 19:05:15 +08:00
Black Hat 47782f3198 Add backtab. 2018-10-24 07:00:01 +08:00
Black Hat 107f60d55b Allow clicking autocomplete. 2018-10-23 18:04:07 +08:00
Black Hat 41107bc99b First working autocomplete. 2018-10-23 11:51:46 +08:00
Black Hat 98b99e49f2 Somewhat better autocompletion. 2018-10-23 10:44:54 +08:00
Black Hat d9e778fe0c Fix moving cursor. 2018-10-22 21:16:43 +08:00
Black Hat 7ceb391621 Some user name auto completion.
Make some progress on #106
2018-10-22 21:08:24 +08:00
Black Hat 7ee13837b1 Working on #64.
It can now navigate to read marker only if the event is in timeline.
2018-10-22 13:16:58 +08:00
Black Hat 1c7f2fecb3 Remove ElevationEffect. 2018-10-22 12:11:46 +08:00
Black Hat 7910c17900 Revert "Remove ElevationEffect."
This reverts commit 8a5be6e3e5
2018-10-22 03:23:46 +00:00
Black Hat 8a5be6e3e5 Remove ElevationEffect. 2018-10-22 11:12:48 +08:00
Black Hat b7db779f56 Allow replying to self. 2018-10-22 09:51:15 +08:00
Black Hat fce213a432 Init scroll to eventid. 2018-10-22 09:48:37 +08:00
Black Hat ffbfa977b5 Init SplitView.
Allow resizing panels automatically.
2018-10-22 08:14:45 +08:00
Black Hat b5713d90f1 Better reply UI. 2018-10-21 12:50:37 +08:00
Black Hat 872ff75d6f Use window.active property. 2018-10-21 10:39:18 +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 73ce9c2bf1 Add upload progress && fix icon proportion of DBus. 2018-10-20 22:06:44 +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 a0fcd00a6f Add button to clear search field.
Fix #103.
2018-10-19 18:09:22 +08:00
Black Hat 2e6ff1be22 Add window icon. 2018-10-19 13:11:13 +08:00
Black Hat 4c0accada9 Tweak author label. 2018-10-18 13:46:09 +08:00
Black Hat db59d035a9 Update SortFilterProxyModel and fix #92. 2018-10-18 12:46:45 +08:00
Black Hat 4cc2d443c7 Fix some input field issue. 2018-10-17 10:52:00 +08:00
Black Hat b30d92a516 Set currentRoom when clicked.
It should resolve #86.
2018-10-16 18:43:07 +08:00
Black Hat 7b10707dde Do not check username while logging. 2018-10-16 18:29:19 +08:00
Black Hat 3430882e05 Clean up code. 2018-10-16 11:09:30 +08:00
Black Hat a8b159b98a Use AutoTextField.
Fix #81.
2018-10-16 08:16:54 +08:00
Black Hat a317ecc4fc Fix #87.
(It should fix that.)
2018-10-15 10:07:13 +08:00
Black Hat 1c3fcef542 Use AutoListView.
Fixes #84.
2018-10-15 09:56:30 +08:00
Black Hat 3d104ddccc Fix #82. 2018-10-15 09:01:53 +08:00
Black Hat c77a2535e5 Fix broken infinite scroll. 2018-10-15 08:24:08 +08:00
Black Hat 9558c75219 Add scrollhelper. 2018-10-15 07:26:27 +08:00
Andrew Morgan 7bae92ccf3 Make Account setting name plural 2018-10-14 14:55:07 +00:00
Andrew Morgan 2ee38d4bbc Fix typo in login text 2018-10-14 14:17:59 +00:00
Black Hat fa3082ca6b Automatically select account after login. #63 2018-10-13 16:12:59 +08:00
Black Hat 67cc9a0433 Allow pressing enter to login. #63 2018-10-13 15:58:27 +08:00
Black Hat 8500c5f34b Disable login button when login begins. #63 2018-10-13 15:50:39 +08:00
Black Hat 0c1a90bf5d Fix an issue caused by viewpoint restoring. 2018-10-13 15:31:31 +08:00
Black Hat 99bf32bf91 Fix #73.
Also updates libqmatrixclient.
2018-10-12 20:38:05 +08:00
Black Hat 3dd4f18cc4 Fix broken logout. 2018-10-09 11:06:15 +08:00
Black Hat 4f95e1d927 Update libqmatrixclient. 2018-10-08 20:51:00 +08:00
Black Hat 4289bd44b9 Fix login tooltip. 2018-10-08 07:02:25 +08:00
Black Hat e1160f7aca Fix login tooltip. 2018-10-08 07:01:10 +08:00
Black Hat 4673ce8df6 Fix broken logout&login. 2018-10-08 06:43:55 +08:00
Black Hat e69ac60d08 Add back busy indicator. 2018-10-07 20:38:30 +08:00
Black Hat c93efebd23 Faster timeline.
Also, fixes markdown formatting.
2018-10-07 20:15:59 +08:00
Black Hat a62792fa3b Minor font changes. 2018-10-02 13:14:11 +08:00
Black Hat bcb612856d Fix read marker. 2018-10-02 10:21:39 +08:00
Black Hat ae538a7c45 Somewhat better hierarchy.
Init separate .qml files.
2018-10-02 10:07:47 +08:00
Black Hat 91fc03aba5 Fix broken read marker. 2018-10-01 16:50:46 +08:00
Black Hat 551e370410 More clean up. 2018-10-01 16:34:25 +08:00
Black Hat 385135a658 Use modules. 2018-10-01 16:07:48 +08:00