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
3da9c45df2
Fix popup opening at wrong place
...
fixes #512
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
e5cff64460
Use short format for time
4 years ago
Nicolas Werner
2685eec6c7
Mark message currently being edited
4 years ago
Nicolas Werner
e1c96569c1
Fix janky hoverhandling for text messages
...
Add a 1px border to get more hover enter events...
4 years ago
Nicolas Werner
a6f0d2ea7d
Update license headers
4 years ago
Nicolas Werner
1142fe2663
Use overlay buttons for message actions
4 years ago
Nicolas Werner
734fb7e286
Add double tap to reply feature
...
Does not always work, since Text steals focus...
relates to #414
4 years ago
Nicolas Werner
d43607d01c
Fix hover handling in the timeline
4 years ago
Nicolas Werner
a62276c289
Fix UI allowing edits of foreign messages in some cases
4 years ago
Nicolas Werner
6e2ae1d812
Add edit shortcuts and fix some focus stuff
4 years ago
Nicolas Werner
9b7d33e847
Implement message editing
...
The UI still looks ugly, but I have no good idea atm.
fixes #134
4 years ago
Nicolas Werner
00fd4eecec
Display edits correctly
4 years ago
Joseph Donofry
0794f0a3fd
Initial commit for privacy screen
...
Missing window focus event and knowing when room is encryption
4 years ago
Nicolas Werner
d11978ac1b
Fix qml warnings
4 years ago
Nicolas Werner
bcfa683468
Improve hover stuff, needs HoverHandler for a proper fix
4 years ago
Loren Burkholder
7671927fa4
Remove unnecessary properties; simplify hover code
4 years ago
Loren Burkholder
f520f8ce16
Display read receipts when read indicator is clicked
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
3a0e55e97b
Qml message input mockup
4 years ago
Nicolas Werner
1a029112d9
Lint qml with qml-format
4 years ago
Nicolas Werner
e0981e17a1
Fix reactions
4 years ago
CH Chethan Reddy
2e20049b36
[WIP] Room-Verification Messages
4 years ago
Nicolas Werner
1e9efa3072
Try to fix variable timestamp width
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
19f27236ea
Fix reactions
4 years ago
Nicolas Werner
530c531c4b
WIP: Event Store split out
4 years ago
Joseph Donofry
0078c72a37
Remove signals in favor of direct function calls
5 years ago
Joseph Donofry
75cdc1eee2
Remove duplicate search icons
5 years ago
Joseph Donofry
fa34749279
Minor adjustments to emoji picker
5 years ago
Nicolas Werner
6b60ff7713
Rename settings to be more consistent
5 years ago
Nicolas Werner
f452bdf2b0
Make settings update immediately in qml and allow limiting timeline width
...
Limiting improves readability on wide monitors.
The immediate update of the settings is done by just exposing settings
as properties and then setting the settings as a context property.
5 years ago
Joseph Donofry
5228861b88
Add reaction/redaction for in-line Reactions
5 years ago
Joseph Donofry
f4ea0b215d
Attach emoji picker picked to reaction sender
5 years ago
lkito
2c21f6e3fa
Implemented optional message body highlighting feature.
5 years ago
Joseph Donofry
18f934efad
Add un-encrypted warning icon for messages in encrypted rooms
5 years ago
Joseph Donofry
ff7468e6d5
Update emoji picker and translations
5 years ago
Joseph Donofry
ee4dcef90f
Add new QML-based emoji picker (work in progress)
...
This is necessary to support having a picker within QML.
Eventually, this should replace the existing widget-based one.
5 years ago
Joseph Donofry
a1661f7006
merge master into reactions
5 years ago
Nicolas Werner
54013e4a00
Basic, broken reaction display
5 years ago
Nicolas Werner
a9aed09d35
Add placeholder for reactions
5 years ago
Nicolas Werner
0e1bb5137b
Add menu entry to show decrypted source
...
Also make hidden entries not consume space in Menus with some qml
styles.
5 years ago
Nicolas Werner
d35cc3dda4
Use palette for qml code for theming
...
Can't do it for QtWidgets code. We need to fully transition, before we
can fully switch over probably.
5 years ago
Nicolas Werner
0f1a352dd7
Make buttons hideable via setting, button contents can still be accessed via context menu
5 years ago
Nicolas Werner
505a8b5742
Only show reply button and option button on hover
5 years ago