Commit Graph

53 Commits (square-messages)

Author SHA1 Message Date
Black Hat 588c23ebdc Fix #141. 2019-05-10 19:26:35 +08:00
Black Hat 2565b8ba79 Add basic room upgrade support.
Add full screen image view.
Fix a bug in image provider.
2019-04-23 10:57:35 +08:00
Black Hat 4557b91ec6 Fix #2 for real. 2019-04-22 19:52:37 +08:00
Black Hat c727eb3bfd Fix #2.
Issue #2 is actually fixed!
A somewhat primitive UI for room management.
A new style for AutoTextField.
Limit max width of drawers.
2019-04-22 19:49:22 +08:00
Black Hat de3a8b9b69 Add more event types in eventToString().
Move eventToString() to SpectralRoom.
2019-04-21 12:41:53 +08:00
Black Hat 579a1dfca8 Init notification count. 2019-03-03 19:09:12 +08:00
Black Hat 6dd33af0ca Fix a bug in notification. 2019-03-02 22:07:06 +08:00
Black Hat 31203235f2 Init new notification implementation. 2019-03-02 21:31:39 +08:00
Black Hat c46d38e38e New WIP image provider. 2019-01-04 20:17:26 +08:00
Black Hat ec43131a10 Clean up notification. 2018-12-24 20:31:40 +08:00
Black Hat 92b1458c4a Fix avatar changes. 2018-12-03 20:11:24 +08:00
Black Hat 8959be2cb8 Remove ImageItem, Paintable and use unified image provider. 2018-12-03 19:55:42 +08:00
Black Hat 3ec1cf71bf Do not emit new message if it is a state event. 2018-11-21 19:56:07 +08:00
Black Hat 06983a506c Fix segfault when leaving certain rooms. 2018-11-07 16:29:24 +08:00
Black Hat 5a46810016 Init rewritten avatar. 2018-11-04 19:14:02 +08:00
Black Hat e19e3b8ff9 Clean up event to string related codes.
Working on #55.
2018-10-24 21:15:26 +08:00
Black Hat f53bdaae89 Fix separator. 2018-10-20 15:25:17 +08:00
Black Hat 2e4fed72fe Init Windows notification image. 2018-10-20 14:59:37 +08:00
Black Hat 2ba45d8ce1 Init windows notification event. 2018-10-20 10:39:39 +08:00
Black Hat bb069197d6 Notification improvements. 2018-10-19 22:02:12 +08:00
Black Hat 0361432c3d Sort rooms by last event, not unread count. 2018-09-18 20:57:38 +08:00
Black Hat 81a7172f29 Genesis commit.
Not really, but a lot of renaming.
2018-09-17 21:01:02 +08:00
Black Hat f66e62d499 Init theming support. 2018-09-10 15:01:01 +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 7c426e254b Update libqmatrixclient && fix broken avatar && fix broken image provider. 2018-09-09 18:35:37 +08:00
Black Hat bd5c119f53 Add ImageItem. 2018-09-06 16:22:00 +08:00
Black Hat cfc32289d1 Add highlight support. 2018-09-06 12:34:15 +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 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 cca9467703 Display room's latest event instead of topic when possible. 2018-08-22 23:21:39 +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 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 4db5f3f355 Add an option to lazy load room message at initial sync.
Reduces initial sync time. Useful if you joined a lot of rooms and have
a slow homeserver.
2018-08-10 18:58:53 +08:00
Black Hat 5e3f18e320 Code cleanup && speed up initial sync. 2018-08-07 23:41:18 +08:00
Black Hat f8c89886d2 Remove binding between RoomListForm and RoomForm and reformat code.
This commit allows user to do a series of operations(via press and hold)
on a room without entering the room in RoomForm.
Fixes #14.
2018-08-07 00:17:58 +08:00
Black Hat 9c7defba16 Add unread message indicator for room . #6 2018-08-06 23:51:22 +08:00
Black Hat d1d7139f4b Update libqmatrixclient && add redact support(Incomplete) && cancel
maximumFlickVelocity && disable ListView bouncing.
2018-08-04 20:40:23 +08:00
Black Hat 4ce12331d1 Code cleanup. 2018-07-30 00:04:58 +08:00
Black Hat 845b0114bd Update libqmatrixclient && add prioritize/deprioritize. 2018-07-23 22:41:18 +08:00
Black Hat c330bb4ff5 Prefetch messages when adding room && wire setting. 2018-07-20 13:50:25 +08:00
Black Hat febff558fd Code cleanup. 2018-07-19 16:29:50 +08:00
Black Hat 7dd9132176 Init desktop notifications. 2018-07-19 16:04:09 +08:00
Black Hat 43f02c4fa1 Fix duplicate room signals. 2018-07-19 13:54:59 +08:00
Black Hat 1919f0ca8e Upgrade libqmatrixclient && tweak room list model. 2018-07-19 12:04:53 +08:00
Black Hat a3472e795c Prepare for desktop notification. 2018-07-18 22:52:48 +08:00
Black Hat 1ddfbddc74 Add direct chat && fix compilation issue. 2018-07-18 22:16:03 +08:00
Black Hat e79b2c22ed Add progress indicator && change a minor issue. 2018-07-14 16:10:01 +08:00