Eldred Habert
21e8338d78
Remove extraneous comma
...
Achtung!
3 years ago
Eldred Habert
210066a4f7
Fix incorrect capitalization of "circle"
...
Anyone German in the room, or is it just me? ;3
3 years ago
Eldred Habert
6c6c1a88cd
Fix missing plural "messages"
3 years ago
Nicolas Werner
d8d8662a42
Remove unused headers
3 years ago
Nicolas Werner
a307dc46cb
Remove stray logging
3 years ago
Nicolas Werner
8e20139079
Allow properly editing pending encrypted messages
3 years ago
Nicolas Werner
9f5b647fb3
Fix editing pending messages
3 years ago
Pablo Barciela
910da20547
WebRTCSession: avoid deprecated 'gst_element_get_request_pad'
3 years ago
Guillaume Girol
05f7e47a9f
support for hidden read receipts
3 years ago
Nicolas Werner
ff4334d59e
Don't leak dialogs
...
It seems that you need to manually destroy created objects... Great...
fixes #898
3 years ago
Malte E
1c8a5c645d
Add sender names to state events ( #948 )
...
* add sendernames to state events
* Center state events and make them less tiny
3 years ago
DeepBlueV7.X
b90e39ecb4
Prefer empty() over length()
3 years ago
Nicolas Werner
46fbb0e749
Use ListView without scrollview for messages
...
That way we can autohide the scollbar if needed, it should fix some
jumping issues, it makes it possible to flick on mobile, etc.
Some related bugs:
https://bugreports.qt.io/browse/QTBUG-75223
https://bugreports.qt.io/browse/QTBUG-44902
3 years ago
Nicolas Werner
e077bdbdd5
Allow window sizes smaller than 400x400
3 years ago
Nicolas Werner
1bc986fd3b
Prevent old verification requests from showing up
3 years ago
Malte E
414257bf0e
fix bugs found by Nico
3 years ago
Malte E
c70fe9c571
let lint fix the code formatting
3 years ago
Malte E
987b9bed6b
add small avatars option and tweak colors and spacings
3 years ago
Nicolas Werner
3e958ea382
Fix setting emoji font
3 years ago
Ivan Pavluk
2a2ef2f2e5
use shortcode as a fallback for custom emote title
...
Some clients (e.g. FluffyChat) don't have a UI for specifying the emote
title, and instead use the shortcode as the title. This sets the title
accordingly even if the emote was added through such a client and only
has a shortcode.
3 years ago
Nicolas Werner
47b822604d
Hidden events: Refactor slightly for reusability
3 years ago
tastytea
7ebced29e9
Hidden events: Make reusable read function
3 years ago
tastytea
72cfb06208
Hidden events: Some cleanup
3 years ago
tastytea
49b313e3b8
Hidden events: Make save-function reusable for global account data
3 years ago
tastytea
f0bb64030e
Hidden events: Incorporate suggestions from review
...
- Set TitleHint flag on dialog
- Store hidden events as QSet<QString> instead of std::vector<bool>
- Change wording in dialog (disable events instead of turning the hiding
on)
3 years ago
tastytea
5cd3e61cb0
Add GUI to change hidden events per room
...
This adds a dialog to the room settings in which the user can choose
which of these three event types they want to hide (additionally to the
default):
- m.room.member
- m.room.power_levels
- m.sticker
The current state is read when room settings are opened and saved when
new settings are accepted.
3 years ago
Nicolas Werner
dfb8f9a160
Fix application name on Wayland in flatpak
...
fixes #903
3 years ago
Malte E
12d600db97
add translations and actually add changes to TimelineModel
3 years ago
Malte E
9d194cc2e6
clean up margin setting
3 years ago
Malte E
f5a693ac03
place metadata below message when the Layout is narrow (<350)
3 years ago
Nicolas Werner
409bfa8c9d
# should be valid in links
3 years ago
Nicolas Werner
b3221b09d6
Add /reset-state command
3 years ago
Nicolas Werner
1dacf327e1
Fix avatar url conversion for widgets
3 years ago
Malte E
3f7c15c7af
Add message bubbles
3 years ago
Nicolas Werner
7b00411dc4
Show widgets as links
3 years ago
Nicolas Werner
112426e30b
Fetch previews for space children using /hierarchy
3 years ago
Loren Burkholder
5bed3684ec
Add offline indicator ( #472 )
3 years ago
Nicolas Werner
fcefdb7ca6
split point is pointless
3 years ago
Nicolas Werner
eae43782a3
Do word splitting in completer
3 years ago
Nicolas Werner
3c208cd717
Remove unused funtion
3 years ago
Nicolas Werner
2613275461
Reimplement error notifications
3 years ago
Nicolas Werner
b4278ffaa8
Remove a few unused includes
3 years ago
Nicolas Werner
f44d8e916b
Remove a few now unused files
3 years ago
Nicolas Werner
392a4be858
Fix centering dialogs
3 years ago
Nicolas Werner
1d6d9e65af
Store window size on exit again
3 years ago
Nicolas Werner
909c11d2bb
Get rid of some shadowing
3 years ago
Nicolas Werner
c5c892b873
Remove unnecessary qml engine shutdown workaround
3 years ago
Nicolas Werner
f7fd43e3f2
Connect quit
3 years ago
Nicolas Werner
2e7d26bcc0
Fix secrets not loading after registration
3 years ago
Nicolas Werner
f28013dc18
Port registration to Qml
3 years ago