Commit Graph

41 Commits (603cb330428146c8303426bb6ef5a19162f15372)

Author SHA1 Message Date
Black Hat 603cb33042 New attachment mechanism. Also add image from clipboard. 2019-05-19 21:58:54 +08:00
Black Hat 85ceec7b44 Basic emoji history support. #96 2019-05-02 14:20:04 +08:00
Black Hat 75eb4c5b52 Minor UI tweaks and clean up project. 2019-04-30 17:02:00 +08:00
Black Hat 5ae1d41e92 Move dialogs into a separate dir and create them dynamically.
Add "ignore user".
Update libqmatrixclient.
2019-04-26 19:59:01 +08:00
Black Hat fae602e7df Update libqmatrixclient.
Tweak graphics.
2019-04-07 11:58:48 +08:00
Black Hat 5ee47ed207 Fix #128. 2018-12-22 20:39:51 +08:00
Black Hat 8959be2cb8 Remove ImageItem, Paintable and use unified image provider. 2018-12-03 19:55:42 +08:00
Black Hat d1186ea810 Optionally bundle font. 2018-11-26 07:53:04 +08:00
Black Hat c95ff1b4a0 Fix custom DPI. 2018-11-18 20:29:09 +08:00
Black Hat a8cbd0a9cd Init custom DPI. 2018-11-18 20:08:01 +08:00
Black Hat 2a8aa34416 Minor tweaks. 2018-11-17 22:39:34 +08:00
Black Hat 06983a506c Fix segfault when leaving certain rooms. 2018-11-07 16:29:24 +08:00
Black Hat 564b4c4578 Update libqmatrixclient && disable local echo for now until #40 is fixed. 2018-11-02 15:08:01 +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 aae84ba65f Move tray icon outside C++ and allow hiding tray icon. 2018-10-21 10:17:21 +08:00
Black Hat bb069197d6 Notification improvements. 2018-10-19 22:02:12 +08:00
Black Hat 2e6ff1be22 Add window icon. 2018-10-19 13:11:13 +08:00
Black Hat d35405696f Manually register SortFilterProxyModel. 2018-10-18 19:53:54 +08:00
Black Hat d9592e4a7c Add error callback of join room and add room.
Also fix a bug of not being able to log out when the access token is
revoked.
2018-10-13 18:54:33 +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
Black Hat 81a7172f29 Genesis commit.
Not really, but a lot of renaming.
2018-09-17 21:01:02 +08:00
Black Hat 2992804472 Minimum code to get multiple accounts working. 2018-09-09 10:12:45 +08:00
Black Hat 8fb16d0700 Rewrite image provider.
Fixes #42.
2018-09-07 13:50:06 +08:00
Black Hat bd5c119f53 Add ImageItem. 2018-09-06 16:22:00 +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 8c4ef9ad01 Add organization name. 2018-08-24 21:43:03 +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 e428e9f005 Change Settings to singleton and add AutoMouseArea.
Also fixes acceptInvitation issue.
2018-08-21 22:57:15 +08:00
Black Hat 4b2a33493f Allow minimize to tray. 2018-08-19 14:51:09 +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 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 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 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 7dd9132176 Init desktop notifications. 2018-07-19 16:04:09 +08:00
Black Hat cf84320794 Add upload status. 2018-07-17 14:14:48 +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