Nicolas Werner
b894ce4dcd
Make blurhash provider async
5 years ago
Nicolas Werner
0fc98b2692
Experimental blurhash implementation (MXC2448)
5 years ago
Nicolas Werner
f3a2fdb7c9
Fix windows build
5 years ago
Nicolas Werner
e96241265e
Use third_party singleapplication helper
...
This may still not raise the application correctly on some WMs, because
they don't allow disturbing the user with windows popping up. I don't
think we want to work around that.
fixes #84
fixes #113
5 years ago
Nicolas Werner
3ef0d9db3c
Fix Registration
...
fixes #97
fixes #51
5 years ago
Nicolas Werner
c8bc89d0fa
try out flatpak nightly build
5 years ago
Nicolas Werner
08c16a5544
Bump mtxclient to fix keybackup
5 years ago
Nicolas Werner
aae8612482
use room rules for mentions
5 years ago
Nicolas Werner
4612266a67
Add muting
5 years ago
Nicolas Werner
4cd260bfcf
Optimize includes a bit
5 years ago
Nicolas Werner
995568814b
Use cleaned up logo
5 years ago
Nicolas Werner
af04aa5669
Fix build after mtxclient rebase...
5 years ago
Nicolas Werner
a07e699811
Fix build with build system optimizations of mtxclient
5 years ago
Nicolas Werner
b0ff1baa1d
Add command for invite,kick,ban and unban
5 years ago
Nicolas Werner
6e3e216156
Polyfill fetchcontent_makeAvailable for cmake < 3.14
5 years ago
Nicolas Werner
498d8d464c
Link bundled cmark dynamically on Windows for now
5 years ago
Nicolas Werner
e964d90e70
Disable shared cmark bundled build
5 years ago
Nicolas Werner
f2557a2f14
Disable olm tests
5 years ago
Nicolas Werner
adf956af9a
Bump cmark version in fetch to fix linker issue on windows
5 years ago
Nicolas Werner
01ed56d00a
Link ntdll needed for lmdb on windows
5 years ago
Nicolas Werner
de13b16e13
Use fetch content compatible cmark version as bundled dep
5 years ago
Nicolas Werner
d9aac3ee19
Only use -Werror for our code
5 years ago
Nicolas Werner
96ad385331
Fix misc ci errors
5 years ago
Nicolas Werner
d8263265e6
Use hunter for bundled dependencies
5 years ago
Nicolas Werner
8f660d5223
Actually use the spdlog target
5 years ago
Nicolas Werner
fe912240bc
Move typing display to qml
5 years ago
Nicolas Werner
e084543cc0
Move visitors out of TimelineModel
5 years ago
Nicolas Werner
5fc1f3bd67
Reduce overhead of Cache.h
5 years ago
Nicolas Werner
7d6a015f36
Add qml debugging option
5 years ago
Nicolas Werner
659e36b113
Update to c++17
5 years ago
Nicolas Werner
5bfdaff778
Implement decryption of images
...
It is a bit of a hack, but it works...
5 years ago
Nicolas Werner
610e4dbe90
Bump required boost and cmake version to match mtxclient
5 years ago
Nicolas Werner
91d1f19058
Remove old timeline
5 years ago
Nicolas Werner
2bfb885b47
optionally use QQuickWidget and replace ColorOverlay -> colorImageProvider
5 years ago
Nicolas Werner
2055c75f8b
Organize qml files a bit
5 years ago
Nicolas Werner
e52ff609ed
Remove unused Qt Module
5 years ago
Nicolas Werner
c37495fae2
Use a basic implementation of a DelegateChooser for compat with older Qt
...
The interface is taken from Qt/KDE, but the implementation is different,
because the Qt implementation depends on some Qt internals.
5 years ago
Nicolas Werner
084396059b
Use win lean and mean to fix WinSock include issue
5 years ago
Nicolas Werner
e2d733a01a
Restore saving of media
5 years ago
Nicolas Werner
ebeb1eb772
Implement avatars in qml timeline
5 years ago
Nicolas Werner
8b5c7b2f2f
Add placeholder timeline model
5 years ago
Nicolas Werner
8e611abe87
Replace timeline with empty qml view
5 years ago
Joseph Donofry
3f563e1e6e
Cache User Mentions
...
Cache user mentions when they are retrieved from the server.
This logic currently isn't being utilized by the UI. Additionally,
the app should use a 'since' value to only get mentions newer
than those stored in the DB, to avoid excessive web requests.
This will be implemented in a future commit.
5 years ago
Joseph Donofry
579bf23460
Add User Mentions Dialog
...
Add a RoomListItem-like button that opens a dialog
containing all of the messages that would result in a
highlight from the server (for example, the user is mentioned,
or @room is mentioned).
This is VERY rudimentary and will be completely reworked in the future
to take advantage of the existing TimelineView class, instead of
using a dialog like it does now. The button to show the mentions
also needs work.
5 years ago
Joseph Donofry
c0a010acbb
Fix deprecated function call issues with Qt 5.13
...
Update to mtxclient 0.3.0
5 years ago
Vitaly Zaitsev
eb4795390b
Removed RPATH from compiled binaries.
...
Signed-off-by: Vitaly Zaitsev <vitaly@easycoding.org>
5 years ago
Joseph Donofry
9159b9ce22
Initial Support for Rich Replies
...
Add placeholder UI for showing replies in the text entry widget.
Existing quoting capability has been removed (Temporarily), as
it was replaced with the new reply capability. Replies sent from
nheko do not currently appear correctly in the timeline (this
will be fixed in a future commit).
6 years ago
Joseph Donofry
1b34b53afe
Update to v0.6.4
6 years ago
redsky17
4b7e9f7746
link boost dynamically
6 years ago
redsky17
75fb95855d
Nlohmann build updates
6 years ago