Nicolas Werner
6bdc75d073
Reset user colors on theme change (in qml timeline)
5 years ago
Nicolas Werner
2895162971
Clear user colors on theme change
5 years ago
Nicolas Werner
fcaec0d099
Fix html messages sent as just plain text
5 years ago
DeepBlueV7.X
eba02dd2e6
Merge pull request #122 from adasauce/usersettings-formlayout
...
Replace QHBoxLayout with QFormLayout in UserSettings
5 years ago
Nicolas Werner
4500bcd577
Use spacing for layouting settings
5 years ago
Adasauce
8aaf7e9e5d
Remove constant width, that was wrong.
...
Use Nico's suggestion to just leverage the width of the field, and leave
a comment.
5 years ago
Adasauce
105366f2b9
Clean up variable format
...
don't use members format camelCaseTail_
5 years ago
Adasauce
f86cbbe16a
Add constexpr for the minimum formlayout width
...
to save on recalculation of the size and having to subtract the margins
to do the tally, then re-apply.
5 years ago
Adasauce
b5aa615ef5
FormLayout cleanup
...
Removed empty labels in favour of a fixed height and bottom alignment.
5 years ago
Adasauce
53138d7f5c
Clean up placeholder string
...
use QString instead of std::string (QStringLiteral doesn't have a
constructor with int, str.)
remove temp variable, and just deal with it inline.
5 years ago
DeepBlueV7.X
c6817046f0
Merge pull request #123 from cloudrac3r/ubuntu-19.10-dependencies
...
Add Ubuntu 19.10 build requirements to README
5 years ago
DeepBlueV7.X
6bbb43958e
Remove some hopefully unneeded dependencies on ubuntu 19.10
5 years ago
Cadence Fish
a35b326702
Add Ubuntu 19.10 build requirements to README
5 years ago
Adasauce
21b207d1f0
Review changes to UserSettingsPage
...
- Switch to {} widget initialization
- set fixed size on the Toggles so they don't scale down vertically
- add another setting section for INTERFACE
- add a placeholder value for deviceFingerprintValue_ so it can calculate the right size.
- fix warnings about `QLayout: Attempting to add QLayout "" to UserSettingsPage "",` in boxWrap
- hide widgets properly in Q_OS_MAC
- remove mainLayout_ completely
- clean up resizeEvent
5 years ago
Adasauce
111e4504ac
Replace QHBoxLayout with QFormLayout in UserSettings
...
This allows form fields to wrap dynamically when they are too long for
the view. This should help mobile and small screen users to configure
the app without having to force it into portrait mode, or not be able to
reach the settings fields at all.
5 years ago
Adasauce
b24165371c
Paginationg != Paginating in debug message
5 years ago
Nicolas Werner
65bd099372
Don't delete messages received out of order (fixup the flickering fix)
5 years ago
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
DeepBlueV7.X
f70923f374
Merge pull request #117 from adasauce/file-download-path
...
use the standard system download path for file downloads
5 years ago
Adasauce
cb36050822
use QStandardPaths locations for all file dialogs.
5 years ago
Nicolas Werner
c557265082
Try to override asio backend on arm in flatpak
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
DeepBlueV7.X
c062746c83
Merge pull request #116 from sorairolake/feature/japanese-translation
...
Add Japanese translation
5 years ago
Nicolas Werner
6d5dbf450b
Bump boost version to try to fix some arm crashes
5 years ago
Shun Sakai
2ceaead7fc
Change the initial of the proper noun to uppercase
...
markdown -> Markdown
5 years ago
Nicolas Werner
703c289b22
Add arm build for nightly flatpaks
5 years ago
Nicolas Werner
c8bc89d0fa
try out flatpak nightly build
5 years ago
DeepBlueV7.X
3c54d60eae
Merge pull request #114 from adasauce/image-overlay-fix
...
Fix image overlay appearing on the wrong screen.
thanks adasauce!
5 years ago
Nicolas Werner
a2566b870e
show image dialog fullscreen instead of resizing to the size of the first desktop
5 years ago
Shun Sakai
68570a41e0
Add Japanese translation
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
Shun Sakai
b1e7823b50
Fix typo in CONTRIBUTING.md
...
The ISO 639-1 code of Japanese is not "jp" but "ja".
5 years ago
Nicolas Werner
284fc8eaa8
Improve styling of emote messages
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
Nicolas Werner
08c16a5544
Bump mtxclient to fix keybackup
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