summary refs log tree commit diff
path: root/src/timeline/InputBar.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Update year in copyright notice to shut up lint jobNicolas Werner2022-01-011-0/+1
|
* Some qt6 prepNicolas Werner2021-12-281-1/+1
|
* InputBar: run clang-formatMarcus Hoffmann2021-12-031-7/+7
|
* InputBar: Mark some functions as [[nodiscard]]Marcus Hoffmann2021-12-031-3/+3
| | | | | | This warns when you the return value of those functions isn't used. Suggested-by: Clang-Tidy: Function X should be marked [[nodiscard]]
* InputBar: mark constrictor as explicitMarcus Hoffmann2021-12-031-1/+1
| | | | | | | | | 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
* InputBar: apply clang-tidy const reference suggestionsMarcus Hoffmann2021-12-031-7/+7
| | | | | | | 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
* Change indentation to 4 spacesNicolas Werner2021-09-181-86/+86
|
* Warn the user before they ping the whole roomNicolas Werner2021-09-021-1/+9
|
* Rename image pack modelNicolas Werner2021-07-221-2/+2
|
* Basic sticker supportNicolas Werner2021-07-191-0/+2
|
* Move currentRoom/timeline handling to roomlistNicolas Werner2021-05-281-0/+1
|
* add notice and rainbownotice commandsLordMZTE2021-04-111-0/+1
|
* Fix rainbow replies and add rainbowmeNicolas Werner2021-04-011-1/+1
|
* add /rainbow commandLordMZTE2021-03-261-1/+3
|
* Merge branch 'quickswitcher_qml' of git://github.com/Jedi18/nheko into ↵Nicolas Werner2021-03-131-2/+0
|\ | | | | | | Jedi18-quickswitcher_qml
| * change allowed mistakes, fix minor style issues, remove old completer ↵Jedi182021-03-071-2/+0
| | | | | | | | function from inputbar
* | Update license headersNicolas Werner2021-03-051-0/+4
| |
* | Fix text input restoring after editsNicolas Werner2021-02-251-1/+1
|/
* Implement message editingNicolas Werner2021-02-091-0/+2
| | | | | | The UI still looks ugly, but I have no good idea atm. fixes #134
* Clarify how markdown is determinedLoren Burkholder2021-01-201-2/+2
|
* Make lintLoren Burkholder2021-01-201-3/+3
|
* Add commands to override Markdown settingLoren Burkholder2021-01-201-1/+8
|
* Port PlaceCall dialog to Qmltrilene2021-01-071-1/+0
|
* Allow inline replies from notifications on linuxNicolas Werner2021-01-071-1/+1
|
* Implement Qml drag and dropNicolas Werner2020-11-251-0/+2
|
* WIP Qml completerNicolas Werner2020-11-251-0/+2
|
* Reimplement message historyNicolas Werner2020-11-251-1/+4
|
* Send typing updates from QMLNicolas Werner2020-11-251-1/+15
|
* Move calls to new input barNicolas Werner2020-11-251-0/+1
|
* Add file uploadingNicolas Werner2020-11-251-0/+41
|
* Basic text input in qmlNicolas Werner2020-11-251-2/+13
|
* Pasteable textinputNicolas Werner2020-11-251-0/+25