Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | lint | Nicolas Werner | 2024-06-09 | 1 | -5/+5 |
| | |||||
* | Properly restore room mentions state after edit | Nicolas Werner | 2024-06-09 | 1 | -0/+6 |
| | |||||
* | Add support for intentional mentions | Nicolas Werner | 2024-03-08 | 1 | -4/+39 |
| | | | | | | This is still a bit flaky around when to remove a mention, but it should work in most cases. Might add a toggle in the future to disable these though. | ||||
* | Other occurences | NepNep21 | 2023-12-19 | 1 | -1/+1 |
| | |||||
* | Multiple changes | NepNep21 | 2023-12-17 | 1 | -0/+2 |
| | | | | | | | | More consistent language with similar description strings Add manpage entry Add /unignore Add ignore & decline button in the invite page Add invite rejection to all ignore methods | ||||
* | 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 |
| | | | | | This is a proof-of-concept example of inplementing a msgtype not found in the spec. | ||||
* | 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 |
| | | | | | | See also: https://daniel.haxx.se/blog/2023/01/08/copyright-without-years/ https://hynek.me/til/copyright-years/ | ||||
* | Make single newlines cause a <br> by default | Nicolas Werner | 2023-01-31 | 1 | -0/+1 |
| | | | | | | | | | | | | This should match what people expect from a chat application much better. The biggest reason not to do this, is because some people might paste markdown documents. For those people there is now a /cmark command, which disables most of our extensions to cmark, including the newline behaviour. There is a long discussion on the Fediverse and on Github linked below. Mastodon https://fosstodon.org/@deepbluev7/109771668066978726 fixes #757 | ||||
* | 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 |
| | | | * 🎉 (confetti) message support. Thanks @LorenDB ! | ||||
* | 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 |
| | | | | | | | | | | | | | | | * cppcheck stuff * Update src/ui/RoomSettings.cpp Co-authored-by: DeepBlueV7.X <nicolas.werner@hotmail.de> * Update src/ui/RoomSettings.cpp Co-authored-by: DeepBlueV7.X <nicolas.werner@hotmail.de> * Fix linting Co-authored-by: DeepBlueV7.X <nicolas.werner@hotmail.de> | ||||
* | 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 |
| | | | | | | | Since this is used across different threads, we have to delete it on the event loop. Thank you, q234rty, for the help with debugging this. | ||||
* | 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 |
| | | | | | | 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 |