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
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
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
0ad9ed7b5d
Init UserListModel.
...
Another model from Quaternion.
Also UI tweaks in RoomListModel.
2018-08-26 13:17:12 +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
fa4db065f2
Add typing notification.
2018-08-20 22:40:36 +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
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
Black Hat
d1b929788e
Add "New Message" separator.
2018-08-13 13:07:35 +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
587e298988
Code cleanup && add minimum room management. #13
2018-08-09 19:58:19 +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
640e3712a2
Use longer rainbow while executing "/rainbow".
2018-08-06 05:00:06 +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
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
3e9a12e4cb
Update libqmatrixclient.
...
This update brings some changes, and more debugging is needed.
2018-08-03 17:27:21 +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
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
7dd9132176
Init desktop notifications.
2018-07-19 16:04:09 +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
d44383545a
Alter code structure && change room list filtering mechanics && add
...
sorting && init categoriy for rooms.
2018-07-13 12:06:27 +08:00
Black Hat
a1941784eb
Add sending notice support && tweak markdown.
2018-07-12 19:40:16 +08:00
Black Hat
06c6d7a74d
Add animation for sending.
2018-07-12 16:16:12 +08:00
Black Hat
fd4499fc9e
Fix busy indicator.
2018-07-12 14:40:51 +08:00
Black Hat
775a04bbc4
Lower Qt requirement.
2018-07-12 09:44:41 +08:00
Black Hat
afc901b017
Add rainbow support.
2018-07-11 16:07:04 +08:00
Black Hat
65ff905a7c
Init Markdown support.
2018-07-10 21:08:17 +08:00
Black Hat
0b2f252c42
Add externally open image support & file download support && more code
...
cleanup.
2018-07-10 14:34:17 +08:00
Black Hat
31d435e6f4
Separate different message delegates.
2018-07-10 12:18:21 +08:00
Black Hat
32cad0d651
Add markdown backend.
2018-07-09 22:00:27 +08:00
Black Hat
3437b49677
Fix room message.
2018-07-09 14:16:32 +08:00
Black Hat
0b2ae33f29
Add scroll to bottom FAB.
2018-07-09 13:36:28 +08:00
Black Hat
6bd059ce63
Code reformatting && tooltip.
2018-07-09 10:45:26 +08:00