Nicolas Werner
7a11b69f99
Fix images being cropped instead of scaled
3 years ago
Nicolas Werner
fcfcf5573b
Fix a few alignment issues in the hover menu
3 years ago
tastytea
ddf749d3a2
Remove extra … from reaction text if it is already there
...
elidedText should have … in it if the text doesn't fit, but it seems
that it is omitted if the emoji font doesn't have it. 🙄
See <https://github.com/Nheko-Reborn/nheko/pull/982 >.
3 years ago
tastytea
b82b724795
Show long reaction text in tooltip
...
If the reaction text is elided, it will be shown in the tooltip.
3 years ago
Nicolas Werner
5b09dd1a11
Fix a few alignment issues in the roomlist
3 years ago
tastytea
b75f7e564d
Make “show more” “show less” in room settings translatable
3 years ago
Nicolas Werner
ea6d50d114
Remove spurious log message
3 years ago
Nicolas Werner
9c622b60b9
Fix flickering in hover menu
3 years ago
Nicolas Werner
ac1d678254
Fix server switching to https after bootstrap
...
fixes #878
3 years ago
tastytea
e390c39862
Allow to specify reason for removed message
...
# Previous commits:
# 5949173b
Add function to force focus on InputDialog input field
# 9482ac4e
Allow explicit selection of SSO method
# ab05e2d8
Mobile message input (#962 )
# 12a6da01
If you replace the txn id, replace a string the length of the txn id...
3 years ago
tastytea
5949173ba2
Add function to force focus on InputDialog input field
...
# Previous commits:
# 9482ac4e
Allow explicit selection of SSO method
# ab05e2d8
Mobile message input (#962 )
# 12a6da01
If you replace the txn id, replace a string the length of the txn id...
# df6a5aab
Fix clicking on images in replies
3 years ago
Nicolas Werner
9482ac4e7a
Allow explicit selection of SSO method
...
fixes #975
3 years ago
Malte E
ab05e2d8dc
Mobile message input ( #962 )
...
* swap send and sticker icons based on text input
* collapse MessageInput options when window is narrow
* buttons disappear once you type/send partial text from input method
3 years ago
Nicolas Werner
df6a5aabb6
Fix clicking on images in replies
...
fixes #881
3 years ago
Nicolas Werner
7238ca3765
Open room members dialog when clicking the encryption indicator
...
fixes #937
3 years ago
Malte E
cb057b016a
rich text emoji
3 years ago
Malte E
864adaffca
wrap room name
3 years ago
Malte E
573933f239
cosmetics
3 years ago
Malte E
8658801839
hopfefully the button works now
3 years ago
Malte E
cf7353c1e9
fix text color and button, copy roomID on click
3 years ago
Eldred Habert
90e9df0ec9
Correct "be be"
...
This kind of duplicated short word is
is easy to have your brain "auto-correct" :D
3 years ago
Malte E
02da8e445a
make long topic collapsible
3 years ago
Nicolas Werner
89a8f7a3f1
Hide hover when leaving the timeline
3 years ago
Nicolas Werner
35a2b0e45a
Fix metadata not resizing properly
3 years ago
Nicolas Werner
23efa8f815
Fix a few small completer glitches
3 years ago
Nicolas Werner
d84502737b
Fix misalignment in room list tiles
3 years ago
Malte E
49aceefae3
Fix roomlist timestamp being off-screen ( #966 )
...
* fix timestamp disappearing off-screen
* remove mobileMode dependency of ScrollHelper
3 years ago
Malte E
22235defac
restore default width and height
3 years ago
Malte E
e59468f28c
clean up indentation
3 years ago
Malte E
fd3efdffcf
make RoomSettings mobile friendly and more like UserProfile
3 years ago
Nicolas Werner
2c5489468d
Fix mobile call screen
...
See #469
3 years ago
Malte E
5108955df2
making userName_ an AbstractButton should play nicely with ListView ( #961 )
...
* making userName_ an AbstractButton should make it play nicely with the ListView
* make Avatar an AbstractButton
* make userName_ in Reply.qml an AbstractButton
* use alias for avatar background color and fix margin of username in reply
3 years ago
Malte E
3d8e5c0028
make room directory fit mobile screens
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
Nicolas Werner
609cd82dc0
Fix forward completer
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
Malte E
8b6d4a57e6
another shot in the dark
3 years ago
Malte E
8b75d86924
try to make scrollbar overlap content based on style
3 years ago
Malte E
ea7c8d1427
remove touchobserver
3 years ago
Malte E
4f8e6602c4
limit width of comboboxes and add bottomPadding
3 years ago
Nicolas Werner
d941974e35
Simplify logic to suppress wheel events
3 years ago
Malte E
af8fbb990b
remove reparenting
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
Malte E
c405eddea6
actually fix awkward message spacing
3 years ago
Malte E
a3fcb4d990
fix awkward message spacing
3 years ago
Malte E
144e7cd038
make search usable on mobile
3 years ago
Malte E
8fede53c82
let labels wrap and collapse below the back button
3 years ago
tastytea
624da5e028
Make hover highlight fill the full width of the timeline
...
Rows in the message bubble design are only as wide as the bubbles. This
lead to invisible hover highlight. Now it's consistent.
3 years ago
Nicolas Werner
0629ea5932
Always enable hover for ItemDelegate
3 years ago
Nicolas Werner
c0f415238d
Fix images without size not showing (take5)
3 years ago