Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix video thumbnails for small videos | Nicolas Werner | 2024-11-30 | 1 | -1/+1 |
| | |||||
* | Get rid of reply fallback in text messages since MSC2781 is merged | Nicolas Werner | 2024-11-17 | 1 | -35/+0 |
| | |||||
* | refactor: use fmt lib to avoid back-and-forth conversion | Integral | 2024-10-19 | 1 | -2/+3 |
| | |||||
* | Fix QT_CONFIG check for wayland is only available since Qt6.7 | Nicolas Werner | 2024-06-20 | 1 | -1/+3 |
| | |||||
* | Fix crash on empty mxid in ignore commands | Nicolas Werner | 2024-06-20 | 1 | -2/+7 |
| | | | | fixes #1753 | ||||
* | Fix disabling a room ping | Nicolas Werner | 2024-06-13 | 1 | -8/+7 |
| | |||||
* | fix mentions with markdown and in edits | Nicolas Werner | 2024-05-31 | 1 | -2/+2 |
| | |||||
* | Implement MSC4142, mention via replies | Nicolas Werner | 2024-05-09 | 1 | -0/+10 |
| | |||||
* | Fix room mentions warning being displayed even without permissions | Nicolas Werner | 2024-05-07 | 1 | -1/+1 |
| | |||||
* | refactor: replace QString constructors with QStringLiteral | Integral | 2024-04-26 | 1 | -1/+1 |
| | |||||
* | Make a few headers forward declarations | Nicolas Werner | 2024-03-16 | 1 | -0/+1 |
| | |||||
* | Include moc files for a tiny speedup on incremental builds | Nicolas Werner | 2024-03-16 | 1 | -0/+2 |
| | |||||
* | Add support for intentional mentions | Nicolas Werner | 2024-03-08 | 1 | -23/+96 |
| | | | | | | 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. | ||||
* | Add a command to gradually glitch text in a message | Loren Burkholder | 2024-02-27 | 1 | -0/+3 |
| | |||||
* | Add a glitch text command | Loren Burkholder | 2024-02-26 | 1 | -0/+3 |
| | |||||
* | deleteLater() on failure | NepNep21 | 2023-12-21 | 1 | -1/+2 |
| | |||||
* | Merge branch 'Nheko-Reborn:master' into ignore-command | Nep Nep | 2023-12-20 | 1 | -5/+5 |
|\ | |||||
| * | Fix backslashes escapes | Nicolas Werner | 2023-12-19 | 1 | -5/+5 |
| | | | | | | | | (And shrug losing arms in replies) | ||||
* | | Fix memory leak and invite filtering | NepNep21 | 2023-12-19 | 1 | -9/+8 |
| | | |||||
* | | Other occurences | NepNep21 | 2023-12-19 | 1 | -2/+2 |
| | | |||||
* | | Improve naming | Nep Nep | 2023-12-19 | 1 | -1/+1 |
| | | | | | | Co-authored-by: DeepBlueV7.X <nicolas.werner@hotmail.de> | ||||
* | | Multiple changes | NepNep21 | 2023-12-17 | 1 | -10/+22 |
| | | | | | | | | | | | | | | | | 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 | ||||
* | | Add /ignore | NepNep21 | 2023-12-11 | 1 | -1/+13 |
|/ | |||||
* | Speed up compilation a bit | Nicolas Werner | 2023-10-31 | 1 | -3/+3 |
| | |||||
* | Qt6.6 compatibility | Nicolas Werner | 2023-10-13 | 1 | -1/+1 |
| | |||||
* | Focus to the message input bar after selecting a file | Sateallia | 2023-07-06 | 1 | -0/+1 |
| | |||||
* | Fix build against fmt10 | Nicolas Werner | 2023-06-28 | 1 | -4/+6 |
| | | | | fixes #1499 | ||||
* | Fix one more clazy issue | Nicolas Werner | 2023-06-08 | 1 | -1/+3 |
| | |||||
* | lint | Nicolas Werner | 2023-06-08 | 1 | -55/+54 |
| | |||||
* | Fix palette access and QMediaPlayer errors | Nicolas Werner | 2023-06-08 | 1 | -4/+4 |
| | |||||
* | Make Nheko compile on Qt6 | Nicolas Werner | 2023-06-08 | 1 | -67/+19 |
| | |||||
* | Add rows to stickerpicker | Nicolas Werner | 2023-05-20 | 1 | -15/+27 |
| | |||||
* | Allow picking multiple files to upload | Sateallia | 2023-04-25 | 1 | -4/+5 |
| | |||||
* | Copy image to clipboard | Nicolas Werner | 2023-04-23 | 1 | -0/+1 |
| | | | | Fixes #599 | ||||
* | Adapt to the new inherited variant | Nicolas Werner | 2023-04-11 | 1 | -1/+1 |
| | |||||
* | Use the new mtxclient special effects refactoring | Loren Burkholder | 2023-04-11 | 1 | -2/+3 |
| | |||||
* | Don't bother with rainbow rain | Loren Burkholder | 2023-04-08 | 1 | -6/+3 |
| | |||||
* | Don't allow rainbowifying custom messages | Loren Burkholder | 2023-04-08 | 1 | -3/+3 |
| | |||||
* | Fix command name | Loren Burkholder | 2023-04-08 | 1 | -1/+1 |
| | |||||
* | Allow sending custom msgtypes | Loren Burkholder | 2023-04-08 | 1 | -0/+27 |
| | |||||
* | Add rainfall effect | Loren Burkholder | 2023-04-08 | 1 | -0/+30 |
| | | | | | 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 | -8/+14 |
| | |||||
* | make lint | Loren Burkholder | 2023-03-01 | 1 | -36/+36 |
| | |||||
* | Use QSet<QString> instead of QStringList | Loren Burkholder | 2023-03-01 | 1 | -1/+1 |
| | |||||
* | Fix some nitpicks | Loren Burkholder | 2023-03-01 | 1 | -52/+57 |
| | |||||
* | Simplify code a bit | Loren Burkholder | 2023-02-28 | 1 | -2/+1 |
| | |||||
* | Move command calculation logic into InputBar | Loren Burkholder | 2023-02-28 | 1 | -18/+76 |
| | |||||
* | Show warning when invalid command is entered | Loren Burkholder | 2023-02-28 | 1 | -0/+2 |
| | | | | | | Fixes #1363 Please note that this doesn't prompt when you try to send a message with a bad command. | ||||
* | 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/+10 |
| | | | | | | | | | | | | 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 | ||||
* | Make newline behave consistently in markdown mode | Nicolas Werner | 2023-01-28 | 1 | -1/+5 |
| | | | | by always sending as formatted when a newline is in the body | ||||
* | Try to make clang-format happy | Nicolas Werner | 2023-01-09 | 1 | -1/+1 |
| | |||||
* | Document Safari workaround | Nicolas Werner | 2023-01-09 | 1 | -1/+4 |
| | |||||
* | Possibly fix paste from Safari | Nicolas Werner | 2023-01-09 | 1 | -1/+7 |
| | |||||
* | 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/+25 |
| | | | * 🎉 (confetti) message support. Thanks @LorenDB ! | ||||
* | cppcheck stuff (#1200) | Loren Burkholder | 2022-10-03 | 1 | -4/+4 |
| | | | | | | | | | | | | | | | * 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 | -69/+58 |
| | |||||
* | Pass context object to properly disconnect when this is deleted | Nicolas Werner | 2022-07-23 | 1 | -8/+10 |
| | |||||
* | Fix matrix.to link escaping | Nicolas Werner | 2022-07-20 | 1 | -6/+46 |
| | | | | | | Properly escapes in replies and with unmatched []. fixes #854 | ||||
* | Fix users with @room in the name pinging the whole room when replied to | Nicolas Werner | 2022-07-05 | 1 | -22/+28 |
| | |||||
* | Add a /command to redact all visible messages sent by a user | Nicolas Werner | 2022-07-01 | 1 | -0/+6 |
| | |||||
* | Remove a few more headers | Nicolas Werner | 2022-06-18 | 1 | -1/+0 |
| | |||||
* | Merge pull request #1095 from syldrathecat/subtle-paste-fixes | DeepBlueV7.X | 2022-06-15 | 1 | -7/+12 |
|\ | | | | | Subtle corrections to paste behaviors | ||||
| * | Subtle corrections to paste behaviors | SyldraTheCat | 2022-06-14 | 1 | -7/+12 |
| | | |||||
* | | Fix failed uploads not removing uploads | Nicolas Werner | 2022-06-15 | 1 | -0/+5 |
|/ | | | | fixes #1098 | ||||
* | Send images on enter if input bar is empty | Nicolas Werner | 2022-05-23 | 1 | -1/+3 |
| | |||||
* | Rework focus handling | Nicolas Werner | 2022-05-07 | 1 | -4/+8 |
| | |||||
* | Add reasons to everything | Nicolas Werner | 2022-03-30 | 1 | -3/+3 |
| | | | | fixes #1030 | ||||
* | Add /knock command | Nicolas Werner | 2022-03-30 | 1 | -0/+2 |
| | |||||
* | Fix cursor moving to the end when editing in the middle | Nicolas Werner | 2022-03-30 | 1 | -1/+2 |
| | |||||
* | Fix arrow keys | Nicolas Werner | 2022-03-30 | 1 | -1/+1 |
| | |||||
* | Cleanup some unused code | Nicolas Werner | 2022-03-30 | 1 | -0/+1 |
| | |||||
* | Don't send thumbnails that are larger than the original | tastytea | 2022-03-24 | 1 | -31/+39 |
| | | | | | | - Set PNG compression to maximum - Don't upload thumbnail if it is not at least 10% smaller than the original | ||||
* | Default body to shortcode if unset and sending sticker | Nicolas Werner | 2022-03-22 | 1 | -1/+1 |
| | |||||
* | Add a default filename for clipboard pastes again | Nicolas Werner | 2022-03-22 | 1 | -1/+6 |
| | |||||
* | Try to improve thumbnailing on macOS | Nicolas Werner | 2022-03-22 | 1 | -1/+5 |
| | |||||
* | Small fixes to video thumbnailing | Nicolas Werner | 2022-03-22 | 1 | -34/+17 |
| | |||||
* | Actually pass the mimetype we intended | Nicolas Werner | 2022-03-21 | 1 | -1/+1 |
| | |||||
* | Properly fix image uploads without image/* format | Nicolas Werner | 2022-03-21 | 1 | -2/+9 |
| | |||||
* | Fix potential crash if there is no image format pasted | Nicolas Werner | 2022-03-21 | 1 | -1/+2 |
| | |||||
* | Fix thumbnails for encrypted files and factor upload box out | Nicolas Werner | 2022-03-21 | 1 | -4/+46 |
| | |||||
* | Please clazy | Nicolas Werner | 2022-03-21 | 1 | -3/+3 |
| | |||||
* | Also stop audio player | Nicolas Werner | 2022-03-21 | 1 | -1/+5 |
| | |||||
* | Thumbnail video | Nicolas Werner | 2022-03-21 | 1 | -10/+153 |
| | |||||
* | Add duration and resolution to files | Nicolas Werner | 2022-03-21 | 1 | -4/+94 |
| | |||||
* | Move uploads to InputBar | Nicolas Werner | 2022-03-20 | 1 | -148/+196 |
| | |||||
* | properly commit preedit text | Malte E | 2022-03-19 | 1 | -0/+3 |
| | |||||
* | Add /reset-state command | Nicolas Werner | 2022-02-05 | 1 | -0/+2 |
| | |||||
* | Initial qml root window | Nicolas Werner | 2022-01-26 | 1 | -3/+3 |
| | |||||
* | Update year in copyright notice to shut up lint job | Nicolas Werner | 2022-01-01 | 1 | -0/+1 |
| | |||||
* | Fix crash after sending image caused by the recent refactor | Nicolas Werner | 2021-12-30 | 1 | -4/+4 |
| | |||||
* | Reserve size of some containers we are filling | Nicolas Werner | 2021-12-29 | 1 | -4/+8 |
| | |||||
* | Reduce allocations using QStringLiteral | Nicolas Werner | 2021-12-29 | 1 | -57/+57 |
| | |||||
* | Fix more warnings and remove dead code | Nicolas Werner | 2021-12-28 | 1 | -1/+2 |
| | |||||
* | Some qt6 prep | Nicolas Werner | 2021-12-28 | 1 | -4/+4 |
| | |||||
* | Add recently used reactions | Nicolas Werner | 2021-12-13 | 1 | -0/+8 |
| | | | | fixes #435 | ||||
* | InputBar: run clang-format | Marcus Hoffmann | 2021-12-03 | 1 | -20/+22 |
| | |||||
* | InputBar: use X.empty() instead of !X.size() | Marcus Hoffmann | 2021-12-03 | 1 | -2/+2 |
| | | | | | | Suggested-by: Clang-Tidy: The 'empty' method should be used to check for emptiness instead of 'size' | ||||
* | InputBar: use auto type | Marcus Hoffmann | 2021-12-03 | 1 | -1/+1 |
| | | | | | | Suggested-by: Clang-Tidy: Use auto when initializing with new to avoid duplicating the type name | ||||
* | InputBar: use multi-arg string replacement | Marcus Hoffmann | 2021-12-03 | 1 | -2/+2 |
| | | | | | | | | | | | | | | | | | | | | | | | | | This could actually change the behaviour here (could, because I don't know if we can hit this special case) but this should hopefully the correct way of doing this. There's some detailed explanation of the difference here: https://doc.qt.io/qt-5/qstring.html#arg-14 > This is the same as str.arg(a1).arg(a2), except that the strings > a1 and a2 are replaced in one pass. This can make a difference if > a1 contains e.g. %1: ``` QString str; str = "%1 %2"; str.arg("%1f", "Hello"); // returns "%1f Hello" str.arg("%1f").arg("Hello"); // returns "Hellof %2" ``` Suggested-by: Clazy: Use multi-arg instead | ||||
* | InputBar: use character argument instead of string | Marcus Hoffmann | 2021-12-03 | 1 | -1/+1 |
| | | | | | | | | Suggested-by: Clang-Tidy: 'find' called with a string literal consisting of a single character; consider using the more effective overload accepting a character | ||||
* | InputBar: apply clang-tidy const reference suggestions | Marcus Hoffmann | 2021-12-03 | 1 | -10/+10 |
| | | | | | | | 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 | ||||
* | InputBar: use QFileInfo::exists() | Marcus Hoffmann | 2021-12-03 | 1 | -1/+1 |
| | | | | | | Suggested by: Clazy: Use the static QFileInfo::exists() instead. It's documented to be faster. | ||||
* | InputBar: remove unused imports | Marcus Hoffmann | 2021-12-03 | 1 | -4/+0 |
| | |||||
* | Mark rooms as direct chats | Nicolas Werner | 2021-11-21 | 1 | -0/+5 |
| | | | | | Either by accepting an invite or manually using /converttodm and revert with /converttoroom. | ||||
* | Clear @room warning after sending message | Nicolas Werner | 2021-11-02 | 1 | -0/+1 |
| | | | | fixes #751 | ||||
* | Move voip and encryption stuff into their own directories | Nicolas Werner | 2021-10-17 | 1 | -1/+0 |
| | |||||
* | Use the same leave room dialog everywhere | Loren Burkholder | 2021-10-11 | 1 | -1/+1 |
| | | | | This ports the leave room dialog to QML, everywhere. There are now no differences between the various leave dialogs. | ||||
* | Support pasting image/svg+xml format straight from supporting applications | Thulinma | 2021-09-28 | 1 | -2/+13 |
| | |||||
* | Fixes for pasting images, especially under windows where the image mime type ↵ | Thulinma | 2021-09-28 | 1 | -8/+12 |
| | | | | detection doesn't work as expected | ||||
* | Change indentation to 4 spaces | Nicolas Werner | 2021-09-18 | 1 | -619/+605 |
| | |||||
* | Improvements for linking to events | Thulinma | 2021-09-16 | 1 | -0/+17 |
| | | | | | | - Fixes scrolling to an event not being reliable - Adds new /goto command that can open URLs, go to events, or go to message indexes. - Refactored ChatPage::handleMatrixUri() to contain the handling originally in Nheko::openLink(), and makes it return a boolean based on whether the URL was handled internally or not. | ||||
* | Warn the user before they ping the whole room | Nicolas Werner | 2021-09-02 | 1 | -0/+33 |
| | |||||
* | Add workaround for stickers not showing on iOS | Nicolas Werner | 2021-08-18 | 1 | -0/+7 |
| | | | | see: https://github.com/vector-im/element-ios/issues/2353 | ||||
* | Rename image pack model | Nicolas Werner | 2021-07-22 | 1 | -2/+2 |
| | |||||
* | Fix replying and editing stickers | Nicolas Werner | 2021-07-19 | 1 | -0/+9 |
| | |||||
* | Basic sticker support | Nicolas Werner | 2021-07-19 | 1 | -0/+17 |
| | |||||
* | Fix too many newlines in reply fallback | Nicolas Werner | 2021-06-30 | 1 | -1/+1 |
| | |||||
* | Delete old room list | Nicolas Werner | 2021-05-28 | 1 | -0/+1 |
| | |||||
* | Move currentRoom/timeline handling to roomlist | Nicolas Werner | 2021-05-28 | 1 | -2/+33 |
| | |||||
* | add notice and rainbownotice commands | LordMZTE | 2021-04-11 | 1 | -0/+33 |
| | |||||
* | Fix rainbow replies and add rainbowme | Nicolas Werner | 2021-04-01 | 1 | -6/+8 |
| | |||||
* | Merge pull request #535 from LordMZTE/feature/rainbow | DeepBlueV7.X | 2021-03-28 | 1 | -3/+6 |
|\ | | | | | add /rainbow command | ||||
| * | run formatter | LordMZTE | 2021-03-28 | 1 | -1/+1 |
| | | |||||
| * | Update src/timeline/InputBar.cpp | DeepBlueV7.X | 2021-03-28 | 1 | -1/+1 |
| | | |||||
| * | Use QRegularExpression | DeepBlueV7.X | 2021-03-28 | 1 | -1/+1 |
| | | |||||
| * | fix command parsing | LordMZTE | 2021-03-28 | 1 | -3/+2 |
| | | |||||
| * | commands now also work with newline after them | LordMZTE | 2021-03-28 | 1 | -0/+2 |
| | | |||||
| * | implement requested changes | LordMZTE | 2021-03-28 | 1 | -1/+1 |
| | | |||||
| * | add /rainbow command | LordMZTE | 2021-03-26 | 1 | -2/+4 |
| | | |||||
* | | Add part/leave command | Loren Burkholder | 2021-03-25 | 1 | -0/+2 |
|/ | |||||
* | Switch readImage to take a reference instead of a pointer | Loren Burkholder | 2021-03-17 | 1 | -1/+1 |
| | | | | There was nowhere that an actual pointer was passed, and I wanted to do references for something else. | ||||
* | make lint | Loren Burkholder | 2021-03-17 | 1 | -2/+2 |
| | |||||
* | Parse markdown overrides during replies | Loren Burkholder | 2021-03-17 | 1 | -1/+3 |
| | | | | I apparently missed this when I originally added the overrides. | ||||
* | Don't send markdown links in body | Nicolas Werner | 2021-03-15 | 1 | -0/+6 |
| | | | | fixes #422 | ||||
* | Merge branch 'quickswitcher_qml' of git://github.com/Jedi18/nheko into ↵ | Nicolas Werner | 2021-03-13 | 1 | -22/+0 |
|\ | | | | | | | Jedi18-quickswitcher_qml | ||||
| * | change allowed mistakes, fix minor style issues, remove old completer ↵ | Jedi18 | 2021-03-07 | 1 | -22/+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 | -19/+22 |
|/ | |||||
* | added bool to choose between showing only rooms with aliases and all of the ↵ | Jedi18 | 2021-02-17 | 1 | -2/+2 |
| | | | | rooms | ||||
* | add rooms model, add room delegate for completer | Jedi18 | 2021-02-16 | 1 | -0/+6 |
| | |||||
* | Implement message editing | Nicolas Werner | 2021-02-09 | 1 | -1/+39 |
| | | | | | | The UI still looks ugly, but I have no good idea atm. fixes #134 | ||||
* | Switch to new relations format | Nicolas Werner | 2021-02-09 | 1 | -6/+12 |
| | |||||
* | Remove useless parentheses | DeepBlueV7.X | 2021-01-23 | 1 | -2/+2 |
| | |||||
* | Clarify how markdown is determined | Loren Burkholder | 2021-01-20 | 1 | -1/+1 |
| | |||||
* | Make lint | Loren Burkholder | 2021-01-20 | 1 | -3/+5 |
| | |||||
* | Add commands to override Markdown setting | Loren Burkholder | 2021-01-20 | 1 | -2/+6 |
| | |||||
* | Port PlaceCall dialog to Qml | trilene | 2021-01-07 | 1 | -46/+0 |
| | |||||
* | Make call invites less intrusive | trilene | 2021-01-07 | 1 | -1/+3 |
| | |||||
* | Move call-related properties to CallManager | trilene | 2021-01-07 | 1 | -1/+1 |
| | |||||
* | React with arbitrary strings via /react | Nicolas Werner | 2020-12-13 | 1 | -0/+6 |
| | |||||
* | Fix variable shadowing | Nicolas Werner | 2020-11-26 | 1 | -5/+5 |
| | |||||
* | Implement Qml drag and drop | Nicolas Werner | 2020-11-25 | 1 | -0/+8 |
| | |||||
* | Fix mimetype of media messages | Nicolas Werner | 2020-11-25 | 1 | -0/+1 |
| | |||||
* | Qml emoji completer | Nicolas Werner | 2020-11-25 | 1 | -0/+6 |
| | |||||
* | Working User completer | Nicolas Werner | 2020-11-25 | 1 | -0/+8 |
| | |||||
* | WIP Qml completer | Nicolas Werner | 2020-11-25 | 1 | -0/+6 |
| | |||||
* | Reimplement message history | Nicolas Werner | 2020-11-25 | 1 | -14/+52 |
| | |||||
* | Send typing updates from QML | Nicolas Werner | 2020-11-25 | 1 | -0/+41 |
| | |||||
* | Move calls to new input bar | Nicolas Werner | 2020-11-25 | 1 | -0/+45 |
| | |||||
* | Add file uploading | Nicolas Werner | 2020-11-25 | 1 | -1/+316 |
| | |||||
* | Basic text input in qml | Nicolas Werner | 2020-11-25 | 1 | -4/+156 |
| | |||||
* | Pasteable textinput | Nicolas Werner | 2020-11-25 | 1 | -0/+46 |