Marcus Hoffmann
|
a01bc14db6
|
InputBar: run clang-format
|
2021-12-03 01:54:43 +01:00 |
|
Marcus Hoffmann
|
a9d8059fb2
|
InputBar: Mark some functions as [[nodiscard]]
This warns when you the return value of those functions isn't used.
Suggested-by: Clang-Tidy: Function X should be marked [[nodiscard]]
|
2021-12-03 01:37:00 +01:00 |
|
Marcus Hoffmann
|
9676b7709d
|
InputBar: mark constrictor as explicit
Suggested-By:
Clang-Tidy: Single-argument constructors must be marked explicit to
avoid unintentional implicit conversions
More info: https://clang.llvm.org/extra/clang-tidy/checks/google-explicit-constructor.html
|
2021-12-03 01:37:00 +01:00 |
|
Marcus Hoffmann
|
6d8d38490a
|
InputBar: apply clang-tidy const reference suggestions
All suggested by:
Clang-Tidy: The parameter 'X' is copied for each invocation
but only used as a const reference; consider making it a const reference
|
2021-12-03 01:37:00 +01:00 |
|
Nicolas Werner
|
cfca7157b9
|
Change indentation to 4 spaces
|
2021-09-18 00:45:50 +02:00 |
|
Nicolas Werner
|
3528fe4e5d
|
Warn the user before they ping the whole room
|
2021-09-02 03:15:39 +02:00 |
|
Nicolas Werner
|
0c798554b5
|
Rename image pack model
|
2021-07-22 20:05:25 +02:00 |
|
Nicolas Werner
|
8a1666bc88
|
Basic sticker support
|
2021-07-19 01:28:07 +02:00 |
|
Nicolas Werner
|
298822baea
|
Move currentRoom/timeline handling to roomlist
|
2021-05-28 22:14:59 +02:00 |
|
LordMZTE
|
2e597263a2
|
add notice and rainbownotice commands
|
2021-04-11 21:47:20 +02:00 |
|
Nicolas Werner
|
8719d59e22
|
Fix rainbow replies and add rainbowme
|
2021-04-01 17:51:30 +02:00 |
|
LordMZTE
|
44bd3376ce
|
add /rainbow command
|
2021-03-26 00:42:46 +01:00 |
|
Nicolas Werner
|
7a356f3832
|
Merge branch 'quickswitcher_qml' of git://github.com/Jedi18/nheko into Jedi18-quickswitcher_qml
|
2021-03-13 23:45:05 +01:00 |
|
Jedi18
|
8870455f9d
|
change allowed mistakes, fix minor style issues, remove old completer function from inputbar
|
2021-03-07 00:18:24 +05:30 |
|
Nicolas Werner
|
a6f0d2ea7d
|
Update license headers
|
2021-03-05 01:04:07 +01:00 |
|
Nicolas Werner
|
345dc1e61f
|
Fix text input restoring after edits
|
2021-02-25 00:50:17 +01:00 |
|
Nicolas Werner
|
9b7d33e847
|
Implement message editing
The UI still looks ugly, but I have no good idea atm.
fixes #134
|
2021-02-09 20:22:53 +01:00 |
|
Loren Burkholder
|
06f6a5bcca
|
Clarify how markdown is determined
|
2021-01-20 21:12:07 -05:00 |
|
Loren Burkholder
|
1d93570814
|
Make lint
|
2021-01-20 18:22:24 -05:00 |
|
Loren Burkholder
|
91155bf803
|
Add commands to override Markdown setting
|
2021-01-20 18:22:24 -05:00 |
|
trilene
|
07ac7b7e85
|
Port PlaceCall dialog to Qml
|
2021-01-07 14:04:50 +01:00 |
|
Nicolas Werner
|
4b4c321397
|
Allow inline replies from notifications on linux
|
2021-01-07 10:44:59 +01:00 |
|
Nicolas Werner
|
c74077a41f
|
Implement Qml drag and drop
|
2020-11-25 19:05:12 +01:00 |
|
Nicolas Werner
|
cabeb1464c
|
WIP Qml completer
|
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
|
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 |
|