Commit Graph

121 Commits

Author SHA1 Message Date
Black Hat 57f04cf308 Faster infinite scroll. 2018-09-30 17:09:58 +08:00
Black Hat 7ad988df4a Update libqmatrixclient && save viewpoint. 2018-09-30 15:55:28 +08:00
Black Hat 01196e8b50 Init infinite scroll.
It constanatly crashes, TBD.
2018-09-28 19:47:17 +08:00
Black Hat 6b10c2ef2d Remove shader. 2018-09-28 10:43:23 +08:00
Black Hat 7c9326cd53 Remove shader. 2018-09-27 20:19:06 +08:00
Black Hat da1e21ca9b Simplify UI code. 2018-09-27 19:44:34 +08:00
Black Hat d7a2e07426 More modern design. 2018-09-27 07:37:09 +08:00
Black Hat 5b029ed906 Revert invalid filtering. 2018-09-23 21:32:38 +08:00
Black Hat d5fb9327d5 Fix "And now" position. 2018-09-23 21:14:12 +08:00
Black Hat f3693d819d Use two sortfilterproxymodel.
Prepare for #53
2018-09-23 21:09:49 +08:00
Black Hat 7c833ce764 Room filtering. 2018-09-22 22:28:47 +08:00
Black Hat ea43cf6c80 Fixes #58.
Also, use shift+return for line break.
2018-09-20 13:43:47 +08:00
Black Hat 459920657c Tweak textarea. 2018-09-20 07:01:55 +08:00
Black Hat 0361432c3d Sort rooms by last event, not unread count. 2018-09-18 20:57:38 +08:00
Andrew Morgan 53c648850c Change to singular grammar. 2018-09-18 10:06:46 +00:00
Black Hat 81a7172f29 Genesis commit.
Not really, but a lot of renaming.
2018-09-17 21:01:02 +08:00
Black Hat 317a6d6ec8 Some uncommited changes. 2018-09-17 20:47:09 +08:00
Black Hat 5ca03fdea8 Some basic reply support. 2018-09-17 11:58:02 +08:00
Black Hat 1e04013e3d Port stringToColor to C++.
Fixes #50.
2018-09-16 16:09:36 +08:00
Black Hat 03a8eae491 Show read receipts inline. 2018-09-15 21:09:53 +08:00
Black Hat 48e614164a Popup to view read receipts. #8 2018-09-15 19:07:38 +08:00
Black Hat 5e3570d210 Small tweaks and improvements. 2018-09-14 12:16:25 +08:00
Black Hat 2d2d35fcf5 Simplify menu code and tweak UI. 2018-09-12 08:27:34 +08:00
Black Hat ebe69fd4c0 Fix broken accept/decline invitation. 2018-09-11 14:58:07 +08:00
Black Hat 421316aa00 "View source" dialog. 2018-09-11 13:14:56 +08:00
Black Hat e6beb5f6a8 More UI tweaks. 2018-09-10 18:29:41 +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 ffe10e9514 Display unknown event. 2018-09-07 12:26:09 +08:00
Black Hat 66c5a7a964 Disable FAB while scrolling.
Fixes #45.
2018-09-07 07:49:17 +08:00
Black Hat bd5c119f53 Add ImageItem. 2018-09-06 16:22:00 +08:00
Black Hat 75e2d6dbed Minimal invite user support. 2018-09-06 13:25:39 +08:00
Black Hat cfc32289d1 Add highlight support. 2018-09-06 12:34:15 +08:00
Black Hat aa29f5252d Reformat code. 2018-09-04 21:13:14 +08:00
Black Hat 412b5201bf Fix redacted message issue. 2018-09-04 20:49:53 +08:00
Black Hat 2f080f21ce Rewrite MessageDelegate. 2018-09-04 14:58:41 +08:00
Black Hat 0301590b44 Fix image delegate color && fix lastEvent. 2018-09-03 09:56:21 +08:00
Black Hat 104e194cfb Change some color. 2018-09-03 07:13:39 +08:00
Black Hat 64749ba32f First UI redesign. 2018-09-02 21:26:42 +08:00
Black Hat cb2f7daa17 Add search shortcut && do not show notification when receiving state
event.
2018-08-26 15:42:37 +08:00
Black Hat 0ad9ed7b5d Init UserListModel.
Another model from Quaternion.
Also UI tweaks in RoomListModel.
2018-08-26 13:17:12 +08:00
Black Hat 3060dfa633 Fix tooltip in mini mode. 2018-08-24 13:31:17 +08:00
Black Hat cfa8043596 A lot of improvements.
Fix laggish RoomListView when dragging.
Remove per-room timer and add timer in RoomForm.
Remove singleton module and use file as singleton.
Minor UI tweak in RoomListView.
Pass room to RoomListView via "currentRoom" delegate property and remove
RoomListForm-wide currentRoom.
Put menu files in a separate folder.
Show initial image in ImageStatus when avatar is not loaded.
Add about page.
Merge all setting pages into Setting.qml.
Add option to rearrange rooms by activity.
Add option to use RichText parser.
Add document url.
2018-08-24 13:25:41 +08:00
Black Hat 391473e559 Remove ItemDelegate in RoomListForm. 2018-08-22 23:28:59 +08:00
Black Hat cca9467703 Display room's latest event instead of topic when possible. 2018-08-22 23:21:39 +08:00
Black Hat e428e9f005 Change Settings to singleton and add AutoMouseArea.
Also fixes acceptInvitation issue.
2018-08-21 22:57:15 +08:00
Black Hat fa4db065f2 Add typing notification. 2018-08-20 22:40:36 +08:00
Black Hat 4d97fe6901 Enable lazy loading by default.
Also fixes undefined error when not logged in.
2018-08-19 20:45:40 +08:00
Black Hat 4383dfa5a1 Working notification.
Also, fixes #6.
2018-08-19 14:32:18 +08:00
Black Hat 9f46bf8c42 Add an option to use RichText instead of StyledText.
This fixes empty space issue at a cost of reduced performance.
2018-08-18 17:56:55 +08:00