Commit Graph

91 Commits

Author SHA1 Message Date
Black Hat 1e5fda47ab Add default server address. 2018-08-14 11:45:36 +08:00
Black Hat 230231a42f Remove sender tooltip, and sender label, simplify MessageDelegate, add
an option to invoke GC, and update libqmatrixclient.
2018-08-13 22:44:32 +08:00
Black Hat d1b929788e Add "New Message" separator. 2018-08-13 13:07:35 +08:00
Black Hat 65c551c1e4 Update libqmatrixclient && minor UI tweak. 2018-08-12 13:21:46 +08:00
Black Hat 4dbd0e2dcd Colored emoji support.
Also, this approach seems to have a memory leak while converting
QStringList to QVariant.
2018-08-11 20:48:44 +08:00
Black Hat e30c412637 Tweak Emoji Picker UI. 2018-08-11 13:07:44 +08:00
Black Hat 5cd4e7f18b Add emoji picker. 2018-08-11 12:42:13 +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 9a836a23fb Fix search bar not displaying text. 2018-08-09 20:08:05 +08:00
Black Hat 587e298988 Code cleanup && add minimum room management. #13 2018-08-09 19:58:19 +08:00
Black Hat b5328ec140 Minor improvement in ImageBubble. 2018-08-08 01:58:06 +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 c5a55654a0 Update libqmatrixclient again and some code cleanup. 2018-08-06 23:16:35 +08:00
Black Hat 640e3712a2 Use longer rainbow while executing "/rainbow". 2018-08-06 05:00:06 +08:00
Black Hat 6f8cd14e38 Fix duplicate messages when redacting. 2018-08-06 00:53:22 +08:00
Black Hat 97cedcc785 Clean up MessageDelegate.
Include a generic component for text bubbles.
Fixes #11.
2018-08-05 18:06:57 +08:00
Black Hat 5943a32a4b Move section delegate to header.
Switch from builtin section delegate to custom section delegate.
Fixes #4.
2018-08-05 14:08:04 +08:00
Black Hat 2b01613161 Add "Copy source". 2018-08-05 04:23:49 +08:00
Black Hat 085601f650 Remove context menu Loader && disable highlight resize animation for
ListView(#6).
2018-08-05 04:14:45 +08:00
Black Hat e0158daf07 Add universal context menu for message bubbles.
Also some minor changes.
2018-08-05 02:49:21 +08:00
Black Hat 0e34fce4a2 Rearrange scroll bar.
Fixes #3.
2018-08-05 00:15:58 +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 4a9967c5c1 Update libqmatrixclient && Fix "full path is posted instead of filename
when uploading files".
2018-08-03 20:58:12 +08:00
Black Hat 3e9a12e4cb Update libqmatrixclient.
This update brings some changes, and more debugging is needed.
2018-08-03 17:27:21 +08:00
Black Hat ca5735d000 Add context menu for image message. 2018-08-03 07:15:42 +08:00
Black Hat 34923bb5ab Add indicator on favourite/deprioritize options. 2018-08-02 02:04:45 +08:00
Black Hat 942d8b44a9 Fix for Qt 5.9. 2018-08-01 23:49:47 +08:00
Black Hat 5c606f1d5d Add join room/create room/create direct chat && small bug fixes. 2018-08-01 20:26:29 +08:00
Black Hat 22ad70cc49 Add "Leave room" option. 2018-07-30 22:42:27 +08:00
Black Hat c418c46f04 Add section footer. 2018-07-30 13:52:20 +08:00
Black Hat 93a303799a Time and date support in messageeventmodel && local echo support. 2018-07-30 00:00:41 +08:00
Black Hat d60bd1ed9f Small tweaks. 2018-07-24 12:37:48 +08:00
Black Hat 845b0114bd Update libqmatrixclient && add prioritize/deprioritize. 2018-07-23 22:41:18 +08:00
Black Hat be5332770a Small stability improvements. 2018-07-22 22:16:53 +08:00
Black Hat f9e41f7e9f Update libqmatrixclient && improve setting page(Rather a hack, needs
improvement).
2018-07-22 20:31:52 +08:00
Black Hat d6a7f8ad8b Prepare to add priorize and depriorize options. 2018-07-22 12:09:15 +08:00
Black Hat 7837c2d75e Small UI improvement. 2018-07-20 22:36:19 +08:00
Black Hat c330bb4ff5 Prefetch messages when adding room && wire setting. 2018-07-20 13:50:25 +08:00
Black Hat 6f6a7da414 Small UI tweaks && bug fixes. 2018-07-20 12:14:02 +08:00
Black Hat 80fca26092 Add saveFileAs() && init setting page. 2018-07-19 21:02:06 +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 1ddfbddc74 Add direct chat && fix compilation issue. 2018-07-18 22:16:03 +08:00
Black Hat c10c3b1d1d Auto identify file type as m.image. 2018-07-17 16:18:50 +08:00
Black Hat cf84320794 Add upload status. 2018-07-17 14:14:48 +08:00
Black Hat 731cef3c77 Init file sending. 2018-07-16 22:05:34 +08:00
Black Hat 4ef063ea82 Testing upload file && minor UI tweaks. 2018-07-15 16:02:26 +08:00
Black Hat 6d202c7895 Minor UI tweaks. 2018-07-14 19:24:20 +08:00