Commit Graph

2218 Commits (77002f17c8b945bcb4c1c6163c3216c3a8a9fb83)
 

Author SHA1 Message Date
Nicolas Werner bc93f24a22 Remove redundant user search suggestion code 4 years ago
Nicolas Werner 37df79f796 Show userid in completer 4 years ago
Nicolas Werner c07c326141 Linkify username completion 4 years ago
Nicolas Werner 0cf556fa20 Mouse selection of completions 4 years ago
Nicolas Werner 7cf66ea4f3 Split completion model into header and source 4 years ago
Nicolas Werner 9c8850a46c Match on each word in the completer 4 years ago
Nicolas Werner 90ce4f23ab Fix index out of range on backspace in completer 4 years ago
Nicolas Werner 8922a47776 Fix completer fuzzy match not applying after prefix match and insert being broken 4 years ago
Nicolas Werner 29625ae253 Fix some issues with completer 4 years ago
Nicolas Werner c2eea5cb55 Fix mimetype of media messages 4 years ago
Nicolas Werner c8fa40a2df Use a trie for filtering completions (not fuzzy yet) 4 years ago
Nicolas Werner b47d2a809c Remove old Textinput 4 years ago
Nicolas Werner 094c0b09ab Qml emoji completer 4 years ago
Nicolas Werner 67dcc74c79 Simple prefix match for completions 4 years ago
Nicolas Werner ecc7759973 Custom completer filtering 4 years ago
Nicolas Werner add5903fb0 Working User completer 4 years ago
Jussi Kuokkanen a3c4fece7e add per-room user model 4 years ago
Jussi Kuokkanen 07259b9cb7 use completion interface in emoji completions 4 years ago
Jussi Kuokkanen 00bc87b550 add completer interface (item roles) 4 years ago
Jussi Kuokkanen 748bf0cd98 rename CompletionModel to CompletionProxyModel 4 years ago
Nicolas Werner cabeb1464c WIP Qml completer 4 years ago
Nicolas Werner 9d68d59465 Reenable Ctrl+U 4 years ago
Nicolas Werner d14a5f8067 Reimplement message history 4 years ago
Nicolas Werner 921379a4cc Send typing updates from QML 4 years ago
Nicolas Werner 82c441dddd Move emoji picker to qml 4 years ago
Nicolas Werner 2bec5d083c Use old style connection (for Qt5.12) 4 years ago
Nicolas Werner d1af1a8669 Move calls to new input bar 4 years ago
Nicolas Werner a31d3d0816 Add file uploading 4 years ago
Nicolas Werner 0bb4885632 Basic text input in qml 4 years ago
Nicolas Werner 7a74b86340 Pasteable textinput 4 years ago
Nicolas Werner 35066900d1 Disable scroll helper on mobile 4 years ago
kirillpt 041c01f3a4 made this: if Tray become disabled and startInTray was enabled, startInTray before blocks, goes disabled too 4 years ago
kirillpt c5419f8783 change \!disabled for enabled, because toggled return true if enabled 4 years ago
kirillpt 46605d86f2 maybe fix toggle work in code 4 years ago
DeepBlueV7.X b9dcdbcb81
Merge pull request #337 from trilene/master 4 years ago
trilene 9a8a584fa8 Mitigate webrtc race condition 4 years ago
DeepBlueV7.X 45e91a7ee4
Merge pull request #334 from Kirillpt/issue_292 4 years ago
DeepBlueV7.X d13a1c6494
Apply suggestions from code review 4 years ago
DeepBlueV7.X ebe0cd79d7
Update src/ui/TextField.cpp 4 years ago
kirillpt 4e8a2d8c9e remove QFontMEtrics declaration 4 years ago
kirillpt daf8531e3f fixed error_label_ below login button, now it's calculating height and uses correct word wrapping 4 years ago
kirillpt 3047f1a89f remove some useless matrixid layout, and move error_label_ under homeserver input(FIXME) 4 years ago
kirillpt b00ee2c1c5 fix word wraping for matrixid error message 4 years ago
kirillpt 566987bdf9 make lint 4 years ago
kirillpt ac73f10eba move error_matrixid label below matrixid input, made hide/show for the label, made red underline for invalid input, add to TextField class isValid() setValid() for custom validation 4 years ago
kirillpt 4032f6e113 make lint 4 years ago
kirillpt 8a2cfddf7e Added QLabel for matrixIdError output and added new function which output input id error, improve code like suggest @deepbluev7, return for error_label setWordWrap 4 years ago
kirillpt ec34af3d85 make lint 4 years ago
kirillpt 89d28d3b69 fixed issue 292, but removed wordWrap from error_label_, because hint looks bad with it 4 years ago
DeepBlueV7.X 40a487109d
Merge pull request #332 from Kirillpt/russian-translate 4 years ago