trilene
|
491ca1592a
|
Fix ActiveCallBar
|
2020-11-25 15:54:54 -05:00 |
|
kirillpt
|
8b1bc6b35a
|
fixed toggle weirdness in settings, after loads added setChecked for Toggles, and fix issues with startInTray
|
2020-11-25 22:05:10 +03:00 |
|
Nicolas Werner
|
b7505fe562
|
Open completer on tab
|
2020-11-25 19:05:12 +01:00 |
|
Nicolas Werner
|
08e9461611
|
Fix input focus when pressing reply button
|
2020-11-25 19:05:12 +01:00 |
|
Nicolas Werner
|
c74077a41f
|
Implement Qml drag and drop
|
2020-11-25 19:05:12 +01:00 |
|
Nicolas Werner
|
0eb8d4126b
|
Fix enter when no completion available
|
2020-11-25 19:05:12 +01:00 |
|
Nicolas Werner
|
bc93f24a22
|
Remove redundant user search suggestion code
|
2020-11-25 19:05:12 +01:00 |
|
Nicolas Werner
|
37df79f796
|
Show userid in completer
|
2020-11-25 19:05:12 +01:00 |
|
Nicolas Werner
|
c07c326141
|
Linkify username completion
|
2020-11-25 19:05:12 +01:00 |
|
Nicolas Werner
|
0cf556fa20
|
Mouse selection of completions
|
2020-11-25 19:05:12 +01:00 |
|
Nicolas Werner
|
7cf66ea4f3
|
Split completion model into header and source
|
2020-11-25 19:05:12 +01:00 |
|
Nicolas Werner
|
9c8850a46c
|
Match on each word in the completer
|
2020-11-25 19:05:12 +01:00 |
|
Nicolas Werner
|
90ce4f23ab
|
Fix index out of range on backspace in completer
|
2020-11-25 19:05:12 +01:00 |
|
Nicolas Werner
|
8922a47776
|
Fix completer fuzzy match not applying after prefix match and insert being broken
|
2020-11-25 19:05:12 +01:00 |
|
Nicolas Werner
|
29625ae253
|
Fix some issues with completer
|
2020-11-25 19:05:12 +01:00 |
|
Nicolas Werner
|
c2eea5cb55
|
Fix mimetype of media messages
|
2020-11-25 19:05:12 +01:00 |
|
Nicolas Werner
|
c8fa40a2df
|
Use a trie for filtering completions (not fuzzy yet)
|
2020-11-25 19:05:12 +01:00 |
|
Nicolas Werner
|
b47d2a809c
|
Remove old Textinput
|
2020-11-25 19:05:12 +01:00 |
|
Nicolas Werner
|
094c0b09ab
|
Qml emoji completer
|
2020-11-25 19:05:12 +01:00 |
|
Nicolas Werner
|
67dcc74c79
|
Simple prefix match for completions
|
2020-11-25 19:05:12 +01:00 |
|
Nicolas Werner
|
ecc7759973
|
Custom completer filtering
|
2020-11-25 19:05:12 +01:00 |
|
Nicolas Werner
|
add5903fb0
|
Working User completer
|
2020-11-25 19:05:12 +01:00 |
|
Jussi Kuokkanen
|
a3c4fece7e
|
add per-room user model
|
2020-11-25 19:05:12 +01:00 |
|
Jussi Kuokkanen
|
07259b9cb7
|
use completion interface in emoji completions
|
2020-11-25 19:05:12 +01:00 |
|
Jussi Kuokkanen
|
00bc87b550
|
add completer interface (item roles)
|
2020-11-25 19:05:12 +01:00 |
|
Jussi Kuokkanen
|
748bf0cd98
|
rename CompletionModel to CompletionProxyModel
|
2020-11-25 19:05:12 +01:00 |
|
Nicolas Werner
|
cabeb1464c
|
WIP Qml completer
|
2020-11-25 19:05:12 +01:00 |
|
Nicolas Werner
|
9d68d59465
|
Reenable Ctrl+U
|
2020-11-25 19:05:12 +01:00 |
|
Nicolas Werner
|
d14a5f8067
|
Reimplement message history
|
2020-11-25 19:05:12 +01:00 |
|
Nicolas Werner
|
921379a4cc
|
Send typing updates from QML
|
2020-11-25 19:05:12 +01:00 |
|
Nicolas Werner
|
82c441dddd
|
Move emoji picker to qml
|
2020-11-25 19:05:12 +01:00 |
|
Nicolas Werner
|
2bec5d083c
|
Use old style connection (for Qt5.12)
|
2020-11-25 19:05:12 +01:00 |
|
Nicolas Werner
|
d1af1a8669
|
Move calls to new input bar
|
2020-11-25 19:05:12 +01:00 |
|
Nicolas Werner
|
a31d3d0816
|
Add file uploading
|
2020-11-25 19:05:12 +01:00 |
|
Nicolas Werner
|
0bb4885632
|
Basic text input in qml
|
2020-11-25 19:05:12 +01:00 |
|
Nicolas Werner
|
7a74b86340
|
Pasteable textinput
|
2020-11-25 19:05:11 +01:00 |
|
Nicolas Werner
|
35066900d1
|
Disable scroll helper on mobile
|
2020-11-25 19:05:11 +01:00 |
|
kirillpt
|
041c01f3a4
|
made this: if Tray become disabled and startInTray was enabled, startInTray before blocks, goes disabled too
|
2020-11-25 19:31:03 +03:00 |
|
kirillpt
|
c5419f8783
|
change \!disabled for enabled, because toggled return true if enabled
|
2020-11-25 19:05:31 +03:00 |
|
kirillpt
|
46605d86f2
|
maybe fix toggle work in code
|
2020-11-25 18:57:54 +03:00 |
|
DeepBlueV7.X
|
b9dcdbcb81
|
Merge pull request #337 from trilene/master
Mitigate webrtc race condition
|
2020-11-25 02:40:31 +01:00 |
|
trilene
|
9a8a584fa8
|
Mitigate webrtc race condition
|
2020-11-24 20:18:13 -05:00 |
|
DeepBlueV7.X
|
45e91a7ee4
|
Merge pull request #334 from Kirillpt/issue_292
fix #292
|
2020-11-25 00:22:15 +01:00 |
|
DeepBlueV7.X
|
d13a1c6494
|
Apply suggestions from code review
|
2020-11-25 00:21:45 +01:00 |
|
DeepBlueV7.X
|
ebe0cd79d7
|
Update src/ui/TextField.cpp
|
2020-11-25 00:10:13 +01:00 |
|
kirillpt
|
4e8a2d8c9e
|
remove QFontMEtrics declaration
|
2020-11-25 02:03:25 +03:00 |
|
kirillpt
|
daf8531e3f
|
fixed error_label_ below login button, now it's calculating height and uses correct word wrapping
|
2020-11-25 01:42:35 +03:00 |
|
kirillpt
|
3047f1a89f
|
remove some useless matrixid layout, and move error_label_ under homeserver input(FIXME)
|
2020-11-24 02:16:03 +03:00 |
|
kirillpt
|
b00ee2c1c5
|
fix word wraping for matrixid error message
|
2020-11-24 00:24:26 +03:00 |
|
kirillpt
|
566987bdf9
|
make lint
|
2020-11-24 00:10:43 +03:00 |
|