Commit Graph

630 Commits (b7d8f70a5ff5064f879d7b50f911eca2042b03d1)

Author SHA1 Message Date
Black Hat d4be81c003 Merge branch 'dev' into 'master'
Dev -> Master

See merge request b0/matrique!15
2018-08-16 03:43:45 +00:00
Black Hat e56075a139 Rename for Flathub. 2018-08-16 11:39:00 +08:00
Black Hat 6ca6a48506 Rename for Flathub. 2018-08-16 11:30:57 +08:00
Black Hat 2c7d503ff1 Merge branch 'dev' into 'master'
Default to larger icon.

See merge request b0/matrique!14
2018-08-15 11:23:33 +00:00
Black Hat 04d481d484 Default to larger icon. 2018-08-15 19:22:28 +08:00
Black Hat be4b4fb3ad Merge branch 'dev' 2018-08-15 19:11:24 +08:00
Black Hat 57678cca84 Fix for Flathub. 2018-08-15 19:00:27 +08:00
Black Hat 3c0ce72ac7 Fix for Flathub. 2018-08-15 18:51:39 +08:00
Black Hat 19d7d0773f Fix for Flathub. 2018-08-15 18:42:20 +08:00
Black Hat b091ae1a95 Merge branch 'dev' into 'master'
Dev -> Master

See merge request b0/matrique!12
2018-08-15 10:27:46 +00:00
Black Hat 3d04a94f75 Fix for Flathub. 2018-08-15 18:26:38 +08:00
Black Hat f5aac5f40b Add appdata 2018-08-15 18:18:40 +08:00
Black Hat bd1ca426f7 Less build artifacts. 2018-08-15 02:40:25 +00:00
Black Hat 57207d2025 Remove flatpak deploy. 2018-08-15 02:11:26 +00:00
Black Hat ba18e127e6 Add Flatpak bundle artifacts. 2018-08-14 10:53:55 +00:00
Black Hat d3f84de70e Update .gitlab-ci.yml 2018-08-14 08:12:03 +00:00
Black Hat f34a06b74c Update .gitlab-ci.yml 2018-08-14 07:51:30 +00:00
Black Hat 7e0f231b1d Update .gitlab-ci.yml 2018-08-14 07:51:03 +00:00
Black Hat 1c48050fc0 Additionally check "://". 2018-08-14 14:59:02 +08:00
Black Hat 667c02f668 Add server URL and username format indicator.
Fixes #27.
2018-08-14 14:45:32 +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 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 c765af9bce Merge branch 'master' of https://gitlab.com/b0/matrique 2018-08-13 13:33:53 +08:00
Black Hat d1b929788e Add "New Message" separator. 2018-08-13 13:07:35 +08:00
Black Hat 4fa0bed2fb Use Gitlab registry instead of Docker Hub. 2018-08-12 07:02:17 +00: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 bca88c17b5 Merge branch 'dev' into 'master'
Merge Dev -> Master

Closes #14

See merge request b0/matrique!11
2018-08-06 16:33:59 +00: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 a243d6069a Update libqmatrixclient. 2018-08-06 20:13:51 +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 345e46b2e0 Fix badge URL. 2018-08-05 12:06:43 +00:00
Black Hat ba70cbc109 Add README.md. Fixes #10. 2018-08-05 12:05:21 +00: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 cfa7049c5e Merge branch 'dev' 2018-08-05 14:37:23 +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 d8fbd8f507 Merge branch 'dev' into 'master'
Context Menu Related Improvement

Closes #6

See merge request b0/matrique!9
2018-08-04 20:35:31 +00:00
Black Hat bfbd2af45d Context Menu Related Improvement 2018-08-04 20:35:31 +00:00
Black Hat 2b01613161 Add "Copy source". 2018-08-05 04:23:49 +08:00