summary refs log tree commit diff
path: root/src/timeline/InputBar.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Delete old room listNicolas Werner2021-05-281-0/+1
|
* Move currentRoom/timeline handling to roomlistNicolas Werner2021-05-281-2/+33
|
* add notice and rainbownotice commandsLordMZTE2021-04-111-0/+33
|
* Fix rainbow replies and add rainbowmeNicolas Werner2021-04-011-6/+8
|
* Merge pull request #535 from LordMZTE/feature/rainbowDeepBlueV7.X2021-03-281-3/+6
|\ | | | | add /rainbow command
| * run formatterLordMZTE2021-03-281-1/+1
| |
| * Update src/timeline/InputBar.cppDeepBlueV7.X2021-03-281-1/+1
| |
| * Use QRegularExpressionDeepBlueV7.X2021-03-281-1/+1
| |
| * fix command parsingLordMZTE2021-03-281-3/+2
| |
| * commands now also work with newline after themLordMZTE2021-03-281-0/+2
| |
| * implement requested changesLordMZTE2021-03-281-1/+1
| |
| * add /rainbow commandLordMZTE2021-03-261-2/+4
| |
* | Add part/leave commandLoren Burkholder2021-03-251-0/+2
|/
* Switch readImage to take a reference instead of a pointerLoren Burkholder2021-03-171-1/+1
| | | | There was nowhere that an actual pointer was passed, and I wanted to do references for something else.
* make lintLoren Burkholder2021-03-171-2/+2
|
* Parse markdown overrides during repliesLoren Burkholder2021-03-171-1/+3
| | | | I apparently missed this when I originally added the overrides.
* Don't send markdown links in bodyNicolas Werner2021-03-151-0/+6
| | | | fixes #422
* Merge branch 'quickswitcher_qml' of git://github.com/Jedi18/nheko into ↵Nicolas Werner2021-03-131-22/+0
|\ | | | | | | Jedi18-quickswitcher_qml
| * change allowed mistakes, fix minor style issues, remove old completer ↵Jedi182021-03-071-22/+0
| | | | | | | | function from inputbar
* | Update license headersNicolas Werner2021-03-051-0/+4
| |
* | Fix text input restoring after editsNicolas Werner2021-02-251-19/+22
|/
* added bool to choose between showing only rooms with aliases and all of the ↵Jedi182021-02-171-2/+2
| | | | rooms
* add rooms model, add room delegate for completerJedi182021-02-161-0/+6
|
* Implement message editingNicolas Werner2021-02-091-1/+39
| | | | | | The UI still looks ugly, but I have no good idea atm. fixes #134
* Switch to new relations formatNicolas Werner2021-02-091-6/+12
|
* Remove useless parenthesesDeepBlueV7.X2021-01-231-2/+2
|
* Clarify how markdown is determinedLoren Burkholder2021-01-201-1/+1
|
* Make lintLoren Burkholder2021-01-201-3/+5
|
* Add commands to override Markdown settingLoren Burkholder2021-01-201-2/+6
|
* Port PlaceCall dialog to Qmltrilene2021-01-071-46/+0
|
* Make call invites less intrusivetrilene2021-01-071-1/+3
|
* Move call-related properties to CallManagertrilene2021-01-071-1/+1
|
* React with arbitrary strings via /reactNicolas Werner2020-12-131-0/+6
|
* Fix variable shadowingNicolas Werner2020-11-261-5/+5
|
* Implement Qml drag and dropNicolas Werner2020-11-251-0/+8
|
* Fix mimetype of media messagesNicolas Werner2020-11-251-0/+1
|
* Qml emoji completerNicolas Werner2020-11-251-0/+6
|
* Working User completerNicolas Werner2020-11-251-0/+8
|
* WIP Qml completerNicolas Werner2020-11-251-0/+6
|
* Reimplement message historyNicolas Werner2020-11-251-14/+52
|
* Send typing updates from QMLNicolas Werner2020-11-251-0/+41
|
* Move calls to new input barNicolas Werner2020-11-251-0/+45
|
* Add file uploadingNicolas Werner2020-11-251-1/+316
|
* Basic text input in qmlNicolas Werner2020-11-251-4/+156
|
* Pasteable textinputNicolas Werner2020-11-251-0/+46