Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update year in copyright notice to shut up lint job | Nicolas Werner | 2022-01-01 | 1 | -0/+1 |
| | |||||
* | Some qt6 prep | Nicolas Werner | 2021-12-28 | 1 | -1/+1 |
| | |||||
* | InputBar: run clang-format | Marcus Hoffmann | 2021-12-03 | 1 | -7/+7 |
| | |||||
* | InputBar: Mark some functions as [[nodiscard]] | Marcus Hoffmann | 2021-12-03 | 1 | -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 explicit | Marcus Hoffmann | 2021-12-03 | 1 | -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 suggestions | Marcus Hoffmann | 2021-12-03 | 1 | -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 spaces | Nicolas Werner | 2021-09-18 | 1 | -86/+86 |
| | |||||
* | Warn the user before they ping the whole room | Nicolas Werner | 2021-09-02 | 1 | -1/+9 |
| | |||||
* | Rename image pack model | Nicolas Werner | 2021-07-22 | 1 | -2/+2 |
| | |||||
* | Basic sticker support | Nicolas Werner | 2021-07-19 | 1 | -0/+2 |
| | |||||
* | Move currentRoom/timeline handling to roomlist | Nicolas Werner | 2021-05-28 | 1 | -0/+1 |
| | |||||
* | add notice and rainbownotice commands | LordMZTE | 2021-04-11 | 1 | -0/+1 |
| | |||||
* | Fix rainbow replies and add rainbowme | Nicolas Werner | 2021-04-01 | 1 | -1/+1 |
| | |||||
* | add /rainbow command | LordMZTE | 2021-03-26 | 1 | -1/+3 |
| | |||||
* | Merge branch 'quickswitcher_qml' of git://github.com/Jedi18/nheko into ↵ | Nicolas Werner | 2021-03-13 | 1 | -2/+0 |
|\ | | | | | | | Jedi18-quickswitcher_qml | ||||
| * | change allowed mistakes, fix minor style issues, remove old completer ↵ | Jedi18 | 2021-03-07 | 1 | -2/+0 |
| | | | | | | | | function from inputbar | ||||
* | | Update license headers | Nicolas Werner | 2021-03-05 | 1 | -0/+4 |
| | | |||||
* | | Fix text input restoring after edits | Nicolas Werner | 2021-02-25 | 1 | -1/+1 |
|/ | |||||
* | Implement message editing | Nicolas Werner | 2021-02-09 | 1 | -0/+2 |
| | | | | | | The UI still looks ugly, but I have no good idea atm. fixes #134 | ||||
* | Clarify how markdown is determined | Loren Burkholder | 2021-01-20 | 1 | -2/+2 |
| | |||||
* | Make lint | Loren Burkholder | 2021-01-20 | 1 | -3/+3 |
| | |||||
* | Add commands to override Markdown setting | Loren Burkholder | 2021-01-20 | 1 | -1/+8 |
| | |||||
* | Port PlaceCall dialog to Qml | trilene | 2021-01-07 | 1 | -1/+0 |
| | |||||
* | Allow inline replies from notifications on linux | Nicolas Werner | 2021-01-07 | 1 | -1/+1 |
| | |||||
* | Implement Qml drag and drop | Nicolas Werner | 2020-11-25 | 1 | -0/+2 |
| | |||||
* | WIP Qml completer | Nicolas Werner | 2020-11-25 | 1 | -0/+2 |
| | |||||
* | Reimplement message history | Nicolas Werner | 2020-11-25 | 1 | -1/+4 |
| | |||||
* | Send typing updates from QML | Nicolas Werner | 2020-11-25 | 1 | -1/+15 |
| | |||||
* | Move calls to new input bar | Nicolas Werner | 2020-11-25 | 1 | -0/+1 |
| | |||||
* | Add file uploading | Nicolas Werner | 2020-11-25 | 1 | -0/+41 |
| | |||||
* | Basic text input in qml | Nicolas Werner | 2020-11-25 | 1 | -2/+13 |
| | |||||
* | Pasteable textinput | Nicolas Werner | 2020-11-25 | 1 | -0/+25 |