Nicolas Werner
ec9da9f42a
Try to fix flickering, if sync return event before send completes
5 years ago
Nicolas Werner
70f4a89d10
Quick hack to enable touch scrolling in settings and room list
5 years ago
Nicolas Werner
ef5edbb3ea
Lower general settings margins, if the window is narrow
5 years ago
Adasauce
cb36050822
use QStandardPaths locations for all file dialogs.
5 years ago
Adasauce
17b5cc32dc
use the standard system download path for downloads
...
QFileDialog's dir arg (which was set to the incoming file name from the
Matrix download) can take a full path to suggest. By prepending
QStandardPaths::DownloadLocation, it opens to the system's download
folder and proposes the filename as the download name.
Using QStandardPaths should make this work on other platforms, and from
what I read, its possible for this to return an empty string on
platforms where it doesn't support it, so this should essentially
revert to the previous functionality if Qt can't determine the system's
download location.
5 years ago
Shun Sakai
2ceaead7fc
Change the initial of the proper noun to uppercase
...
markdown -> Markdown
5 years ago
Nicolas Werner
a2566b870e
show image dialog fullscreen instead of resizing to the size of the first desktop
5 years ago
Adasauce
95c2525218
Remove move() in ImageOverlay
...
it was causing the full screen image overlay to appear on the "primary
display" vs. the actual display nheko is running on.
removing the move() call makes the overlay follow the window.
5 years ago
Nicolas Werner
c5af3543e6
fix c++11 range-loop might detach Qt container
5 years ago
Nicolas Werner
d113733ce0
Don't leak the full file path when sending file
5 years ago
Nicolas Werner
1b039d0b16
Fix bug in html tag escaping
5 years ago
Nicolas Werner
46a77a8c11
Fix linter issue
5 years ago
DeepBlueV7.X
275d4dfed9
Fix integer overflow of cachesize on windows
5 years ago
Joseph Donofry
096db389d1
Make closing the reply popup actually clear the reply message
5 years ago
Nicolas Werner
9d90467e6a
Select first room on startup
5 years ago
Nicolas Werner
2b531227a8
modernize: use override
5 years ago
Nicolas Werner
7dab4d39ee
modernize: raw string literals
5 years ago
Nicolas Werner
7ccc120f63
modernize: use nullptr
5 years ago
Nicolas Werner
d330020fdd
Improve styling a bit
5 years ago
Nicolas Werner
aae8612482
use room rules for mentions
5 years ago
Nicolas Werner
96e3a7735d
Fix <displaynames>
5 years ago
Nicolas Werner
4612266a67
Add muting
5 years ago
Joseph Donofry
5570250eed
more emojis
5 years ago
Nicolas Werner
657f48b139
Remove wildcard mtx.hpp includes
5 years ago
Nicolas Werner
bd3b6aefb4
Remove even more headers
5 years ago
Nicolas Werner
63f3071445
Remove more unneeded headers
5 years ago
Nicolas Werner
127fb9370b
Remove metatypes from headers
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
558fd10f7b
Add next/prev room shortcuts
5 years ago
Nicolas Werner
b541cecd2e
Enable ban and kick button in UserProfile (and try to fix centering)
5 years ago
Nicolas Werner
a07e699811
Fix build with build system optimizations of mtxclient
5 years ago
Joseph Donofry
d205952fc8
Change tooltip palette settings for QML
5 years ago
Nicolas Werner
b0ff1baa1d
Add command for invite,kick,ban and unban
5 years ago
Joseph Donofry
2b8b04a04b
Add initial QML Reply Popup
5 years ago
Nicolas Werner
760d4ddef9
Fix newlines in plain text messages again
5 years ago
Nicolas Werner
e81a4e8f9a
Don't send useless formatted_bodies
5 years ago
Nicolas Werner
9c368fa7f4
Fix reply rendering without markdown in riot
5 years ago
Nicolas Werner
e2f547149a
Allow sending messages as plain text
5 years ago
Nicolas Werner
f755550418
Add missing thread include
5 years ago
Nicolas Werner
96ad385331
Fix misc ci errors
5 years ago
Nicolas Werner
d10276253f
Fix include of lmdb++ with hunter
5 years ago
Nicolas Werner
73cf7b239b
Update emoji to unicode 13.0
5 years ago
Nicolas Werner
8fcb670bde
Remove translations from reply fallback
5 years ago
Nicolas Werner
453d6f5f64
Surpress qt binding warning message until we can depend on qt5.14
5 years ago
Joseph Donofry
74e2b0725d
Minor tweak to one instance of QSettings not necessarily using the same settings as everything else
5 years ago
Nicolas Werner
cbd428c584
Switch around dark theme colors again (after looking at some screenshots)
5 years ago
Nicolas Werner
e9267ffc76
Show event type string in placeholder
5 years ago
Nicolas Werner
c758cead9e
Remove loggin of encrypted message body
5 years ago
Nicolas Werner
86960e67ec
Implement display of membership events
5 years ago