Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Other occurences | NepNep21 | 2023-12-19 | 1 | -1/+1 |
* | Multiple changes | NepNep21 | 2023-12-17 | 1 | -0/+2 |
* | Cleanup headers a bit more | Nicolas Werner | 2023-10-31 | 1 | -1/+1 |
* | Move to automatic type registration | Nicolas Werner | 2023-06-19 | 1 | -0/+6 |
* | Make Nheko compile on Qt6 | Nicolas Werner | 2023-06-08 | 1 | -20/+0 |
* | Add rows to stickerpicker | Nicolas Werner | 2023-05-20 | 1 | -1/+1 |
* | Don't bother with rainbow rain | Loren Burkholder | 2023-04-08 | 1 | -1/+1 |
* | Don't allow rainbowifying custom messages | Loren Burkholder | 2023-04-08 | 1 | -1/+1 |
* | Allow sending custom msgtypes | Loren Burkholder | 2023-04-08 | 1 | -0/+1 |
* | Add rainfall effect | Loren Burkholder | 2023-04-08 | 1 | -0/+1 |
* | Handle incomplete commands better | Loren Burkholder | 2023-03-07 | 1 | -4/+10 |
* | Fix some nitpicks | Loren Burkholder | 2023-03-01 | 1 | -1/+1 |
* | Move command calculation logic into InputBar | Loren Burkholder | 2023-02-28 | 1 | -3/+13 |
* | Get rid of year in license headers | Nicolas Werner | 2023-02-21 | 1 | -3/+1 |
* | Make single newlines cause a <br> by default | Nicolas Werner | 2023-01-31 | 1 | -0/+1 |
* | A whole new year full of excitement and possibilities! | Nicolas Werner | 2023-01-02 | 1 | -0/+1 |
* | confetti (#1243) | Loren Burkholder | 2022-12-10 | 1 | -0/+1 |
* | Mark classes as final where possible | Nicolas Werner | 2022-10-10 | 1 | -3/+3 |
* | cppcheck stuff (#1200) | Loren Burkholder | 2022-10-03 | 1 | -3/+3 |
* | Basic threading support | Nicolas Werner | 2022-09-30 | 1 | -0/+2 |
* | Switch to clang-format14 | Nicolas Werner | 2022-09-25 | 1 | -1/+2 |
* | Fix crash when deleting room summary | Nicolas Werner | 2022-09-24 | 1 | -8/+9 |
* | Subtle corrections to paste behaviors | SyldraTheCat | 2022-06-14 | 1 | -3/+2 |
* | Use right linter | Nicolas Werner | 2022-05-10 | 1 | -2/+1 |
* | More image dialog fixes | Nicolas Werner | 2022-05-10 | 1 | -1/+2 |
* | Fix thumbnails for encrypted files and factor upload box out | Nicolas Werner | 2022-03-21 | 1 | -10/+18 |
* | Show some previews in upload window | Nicolas Werner | 2022-03-21 | 1 | -3/+24 |
* | Thumbnail video | Nicolas Werner | 2022-03-21 | 1 | -73/+19 |
* | Add duration and resolution to files | Nicolas Werner | 2022-03-21 | 1 | -3/+97 |
* | Move uploads to InputBar | Nicolas Werner | 2022-03-20 | 1 | -1/+101 |
* | 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 |
* | InputBar: mark constrictor as explicit | Marcus Hoffmann | 2021-12-03 | 1 | -1/+1 |
* | InputBar: apply clang-tidy const reference suggestions | Marcus Hoffmann | 2021-12-03 | 1 | -7/+7 |
* | 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 Jedi18... | Nicolas Werner | 2021-03-13 | 1 | -2/+0 |
|\ | |||||
| * | change allowed mistakes, fix minor style issues, remove old completer functio... | Jedi18 | 2021-03-07 | 1 | -2/+0 |
* | | 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 |
* | 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 |