Nicolas Werner
78fac7dced
Small qml fixes
1 year ago
Loren Burkholder
8b05a4facd
Fix reply text color
1 year ago
Loren Burkholder
879ef31fcf
Qt 6.4 properly supports scrolling text with touch
1 year ago
Nicolas Werner
b187440e68
Reimplement reply delegate by moving out the timeline event without layout
1 year ago
Nicolas Werner
76b40f452b
Working text messages in delegate rework
1 year ago
Nicolas Werner
95406b9c22
More linter fixes
1 year ago
Nicolas Werner
d6ab75250f
Temporarily revert TextArea change until I find a proper fix for the binding loop
1 year ago
Nicolas Werner
ce1a64bc19
Move to automatic type registration
1 year ago
Nicolas Werner
9796c40619
Use TextArea for message text
...
Allows double click with the middle mouse button to reply and fixed the
theming.
fixes #1462
1 year ago
Nicolas Werner
5aee8d609a
Format qml
1 year ago
Nicolas Werner
54e2295c21
Fix palette access and QMediaPlayer errors
1 year ago
Nicolas Werner
96f791daf1
Get rid of year in license headers
...
See also:
https://daniel.haxx.se/blog/2023/01/08/copyright-without-years/
https://hynek.me/til/copyright-years/
2 years ago
Nicolas Werner
3a6a905429
A whole new year full of excitement and possibilities!
2 years ago
Nicolas Werner
593d08fd2e
Revert "Disable keyboard selection for text by default"
...
This reverts commit 0035c359ce
.
2 years ago
Nicolas Werner
0035c359ce
Disable keyboard selection for text by default
2 years ago
Loren Burkholder
9cf0e3ca55
Add member list and settings buttons to spaces ( #1051 )
...
* Add member list and settings buttons to spaces
* Un-buttonify the member list button
* Properly button settings *and* members
3 years ago
Nicolas Werner
61404641d9
Update year in copyright notice to shut up lint job
3 years ago
Nicolas Werner
6f77a1fe9d
Use the styles default delay for tooltips
...
This makes them less annoying when scrolling or accessing the popup
menu.
See also #860
3 years ago
Nicolas Werner
d955444dc1
Port to explicit connect syntax
...
Also fix a lot of warnings.
3 years ago
Nicolas Werner
8a1666bc88
Basic sticker support
3 years ago
Nicolas Werner
be0576f6a1
Add workaround for TextEdit not rerendering after image loaded
...
fixes #541
3 years ago
Nicolas Werner
ee44effdbd
Fix clicking links in mobile mode
...
fixes #617
3 years ago
Nicolas Werner
22afa122c4
Move openLink to Nheko globals
4 years ago
Nicolas Werner
a7f8b23b52
Make palette global in Qml
4 years ago
Nicolas Werner
82fa8ab292
Highlight navigated to message
4 years ago
Nicolas Werner
76a9240076
Rewrite matrix.to links to matrix uris and handle them the same way
4 years ago
Nicolas Werner
05c636a8d4
Fix qml license headers again
4 years ago
Nicolas Werner
1961312b15
Improve sorting and sizing of completions a bit
4 years ago
Nicolas Werner
c03f716e8b
Fix conflict between qmlformat and license check
4 years ago
Nicolas Werner
bb6ff8cec8
Show mxid on hovering username
...
fixes #507
4 years ago
Nicolas Werner
a6f0d2ea7d
Update license headers
4 years ago
Nicolas Werner
d43607d01c
Fix hover handling in the timeline
4 years ago
Nicolas Werner
6090d00251
Revert "Update QtQuick versions to match Qt 5.10"
...
This reverts commit 74e32dd96b
.
4 years ago
Joseph Donofry
74e32dd96b
Update QtQuick versions to match Qt 5.10
4 years ago
Nicolas Werner
08e9461611
Fix input focus when pressing reply button
4 years ago
Nicolas Werner
3172811ca7
Add mobile mode which improves scrolling
4 years ago
Nicolas Werner
53734607cf
Fix copying text
4 years ago
Nicolas Werner
1a029112d9
Lint qml with qml-format
4 years ago
Chethan2k1
e8eeb480d5
Fix Wrong Emojis Issue in Room Verification
4 years ago
Nicolas Werner
dbaddb0165
Further tweak text element
4 years ago
Nicolas Werner
4862be06be
Fix presence indicator
4 years ago
Nicolas Werner
8bf26917ad
Make long press menu actually work
4 years ago
Nicolas Werner
6f557c19a1
Optimize scrolling a little bit
4 years ago
Nicolas Werner
fdcf91f5eb
Fix binding loop and non integer text height
4 years ago
Nicolas Werner
8d3ab300b6
Open url using QDesktopServices from Qml
...
This fixes some weirdness on some platforms, where Qt.openUrlExternally
does weird stuff.
4 years ago
Nicolas Werner
11bffd5d90
Revert change from TextEdit to TextArea
...
It made some messages unreadabe. We loose proper highlight colors, but
we will have to do for now, until I can figure out, why the TextArea
doesn't work.
5 years ago
Nicolas Werner
b1eff0a37f
Improve link theming
5 years ago
Nicolas Werner
4d79f8078e
Don't let click on reply steal focus from the replied to elements
5 years ago
Nicolas Werner
5f4efa9442
Speed up timeline by using global ToolTip and Menu
5 years ago
Nicolas Werner
a3fc944967
Fix links opening user dialog and in browser
5 years ago