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
Joe
440d0b81ca
Release Nheko 0.6.3
...
- Update version numbers and documentation
- Fix github releases oauth key
6 years ago
redsky17
fa6bc6a466
Tweak build settings
6 years ago
Joe
af57e95759
Add /bigobj for nheko MSVC build
6 years ago
redsky17
df5d24c87f
Revert "Remove built-in emoji picker"
...
This reverts commit 4b807229aa
.
6 years ago
redsky17
6c31f5fe7a
Add initial support for QtIndenticon
...
Add initial loading of qt jdenticon plugin:
https://github.com/redsky17/qt-jdenticon
Currently, the library's functionality has not been integrated
into the rest of nheko. Next step is to add a configuration
item in the User Settings and use the plugin to generate
avatars for users without their own picture. These avatars
should be cached in the Cache object.
6 years ago
Konstantinos Sideris
a671bd62c4
v0.6.2
6 years ago
Konstantinos Sideris
4b807229aa
Remove built-in emoji picker
6 years ago
Konstantinos Sideris
3fdfc9b69f
Remove Scrollbar
6 years ago
Konstantinos Sideris
f58cbd7281
Remove debug logs from Windows builds
6 years ago
Konstantinos Sideris
4b1b062388
Enable debug logs
6 years ago
Konstantinos Sideris
c64a1bf759
Move TextLabel into its own file
6 years ago
Konstantinos Sideris
5ea47920ab
v0.6.1
6 years ago
Konstantinos Sideris
dec643e6ea
v0.6.0
6 years ago
Konstantinos Sideris
1b7816f7ca
macOS: Use the native emoji picker
...
fixes #79
6 years ago
Konstantinos Sideris
e9ee29978d
Add context menu option to show the raw message
...
fixes #437
6 years ago
Konstantinos Sideris
074608dec1
Switch to libcmark
6 years ago
Konstantinos Sideris
5267e0262b
Remove custom stylesheet for qmenu
6 years ago
Konstantinos Sideris
9e8f0b7409
Initial support for sending markdown formatted messages
...
fixes #283
6 years ago
Konstantinos Sideris
896fe069b6
Use proxy objects on lambdas instead of raw pointers
...
When the object is destroyed the connections will be removed
automatically by Qt.
fixes #433
6 years ago
Konstantinos Sideris
d2f1e641ba
Forgot to update cmake project version
6 years ago
Konstantinos Sideris
990a3a97c7
Merge matrix-structs into the client lib
6 years ago
Konstantinos Sideris
199a4eaf51
Bump version to v0.5.4
6 years ago
Konstantinos Sideris
243ca55234
Bump version to 0.5.3
6 years ago
Konstantinos Sideris
04e4776886
Remove dash from version string when building outside of git
6 years ago
Konstantinos Sideris
f955ec762c
Use archives instead of repos to fetch dependencies
6 years ago
Konstantinos Sideris
edf9f5242a
v0.5.2
6 years ago
Konstantinos Sideris
d7e5171bfa
Create user profile modal
6 years ago
Konstantinos Sideris
40facd116e
Bump version to v0.5.1
6 years ago
Konstantinos Sideris
2e1e0efb06
Fix the download path for the Windows notification lib
6 years ago
Konstantinos Sideris
0e814da91c
Move all files under src/
6 years ago
Konstantinos Sideris
9e77f0e407
Bump version to 0.5.0
6 years ago
Konstantinos Sideris
73dbd3c8dd
Re-enable groups
6 years ago
Max Sandholm
80ebe3f29d
Working D-Bus desktop notifications ( #361 )
...
* Working D-Bus desktop notifications
* Remove return type on constructor
* Fix the Windows placeholder class
* Fix wrong variable name
* Fix windows and macOS versions of notificationsmanager
6 years ago
Johannes Walcher
cfaecaab17
Limit -Wshadow to non-gcc ( #368 )
6 years ago
Konstantinos Sideris
172d111d1c
Add -Wshadow
6 years ago
Konstantinos Sideris
9a0e18dea7
Add a timeline message when encryption is enabled
6 years ago
Konstantinos Sideris
ec63a4fbf7
Mark third-party headers as system
6 years ago
Konstantinos Sideris
3bc8d791fb
Don't download dependencies during build
...
fixes #346
6 years ago
Konstantinos Sideris
a8e82ba284
Add build target for doxygen
...
Includes documentation & dependency/call graphs
6 years ago
Konstantinos Sideris
95ce2ef920
Implement dekstop notifications on Windows ( #290 )
6 years ago
Konstantinos Sideris
c0d32ef319
Update CI instructions
7 years ago
Nicolas Riebesel
cce85f3ba8
Add Visual Studio 2017 support ( #336 )
7 years ago
Konstantinos Sideris
626c680911
Add support for displaying decrypted messages
7 years ago