Age | Commit message (Collapse) | Author | |
---|---|---|---|
3 days | Undo log artifact uploadHEADmaster | Joseph Donofry | |
3 days | Make sure to upload on failure | Joseph Donofry | |
3 days | Temporarily upload notarization error log | Joseph Donofry | |
4 days | Fix broken homebrew in macos-as CI | Nicolas Werner | |
4 days | Get rid of reply fallback in text messages since MSC2781 is merged | Nicolas Werner | |
4 days | Update translations | Nicolas Werner | |
4 days | Try to improve the native menu situation on Qt 6.8 | Nicolas Werner | |
4 days | Merge pull request #1804 from Laevos/laevos/fix-untrusted-source-message | DeepBlueV7.X | |
grammar fix for untrusted source message | |||
2024-10-30 | Merge pull request #1833 from Integral-Tech/refactor-string-conversion | DeepBlueV7.X | |
refactor: use fmt lib to avoid back-and-forth conversion | |||
2024-10-19 | refactor: use fmt lib to avoid back-and-forth conversion | Integral | |
2024-10-13 | Merge pull request #1825 from Integral-Tech/fix-tooltip | DeepBlueV7.X | |
Add profile name to tooltip & fix message count | |||
2024-10-13 | Add profile name to tooltip & fix message count | Integral | |
2024-10-09 | Fix media deletion of animated files | Nicolas Werner | |
2024-10-08 | Disable http3 support by default and warn if users enable it | Nicolas Werner | |
2024-10-08 | Fix menu positions | Nicolas Werner | |
2024-10-08 | Get rid of platform dialogs/menus now that Qt6.8 supports native menus ↵ | Nicolas Werner | |
without them This will look bad on some platforms and older versions for now, but should fix a lot of crashes and we can report the rest as bugs. | |||
2024-10-08 | Bump qt version in apple silicon build | Nicolas Werner | |
2024-10-08 | Move more templates out of the cache private header | Nicolas Werner | |
2024-10-08 | Limit status messages to 255 bytes | Nicolas Werner | |
2024-09-29 | update message to preserve meaning | Laevos | |
2024-09-25 | Remove manual menu bar mangling on macos | Nicolas Werner | |
This is causing probably more issues nowadays than it fixes. Qt should be adding those menus for us now, so let's remove it and see, what breaks! | |||
2024-09-24 | Merge pull request #1795 from q234rty/remove-virtual-keyboard-check | DeepBlueV7.X | |
Always allow sending messages by enter even with IMEs | |||
2024-09-24 | Merge pull request #1816 from p12tic/readme-debian-requirements | DeepBlueV7.X | |
Do not fetch Qt from Debian experimental when building for Qt6 | |||
2024-09-24 | Do not fetch Qt from Debian experimental when building for Qt6 | Povilas Kanapickas | |
Qt version in Debian Trixie is 6.6 as of September 2024. Therefore there is no need to use experimental repositories. | |||
2024-09-17 | grammar fix for untrusted source message | Laevos | |
2024-09-09 | Fix default insets on Qt6.7 in room and communities list | Nicolas Werner | |
2024-09-06 | Remove boost references | Nicolas Werner | |
2024-08-21 | Allow loading image only after explicit interactions | Nicolas Werner | |
2024-08-17 | Warn about room name and topic not being encrypted | Nicolas Werner | |
2024-08-14 | Always allow sending messages by enter even with IMEs | q234rty | |
Qt.inputMethod.visible is true in kwin_wayland when maliit is enabled and activated, however kwin does not actually show maliit w/o touch input [1]. Moreover, having send by enter might still be desired even for virtual keyboards. Remove the check for virtual keyboards as suggested by @deepbluev7, people could still use Settings.invertEnterKey for newlines. [1]: https://invent.kde.org/plasma/kwin/-/blob/v6.1.4/src/inputmethod.cpp?ref_type=tags#L185 | |||
2024-08-06 | Add fmt to dependencies in README | Nicolas Werner | |
2024-08-05 | Suppress warning for unused previousCount on macOS | Nicolas Werner | |
2024-08-05 | Bump mtxclient to fix fmt build errors | Nicolas Werner | |
2024-08-05 | Depend on libfmt explicitly | Nicolas Werner | |
Since otherwise the include might not be visible and we need those now. | |||
2024-08-05 | Fix license check in lint job | Nicolas Werner | |
2024-08-04 | Merge pull request #1774 from Integral-Tech/add-trayicon-tooltip | DeepBlueV7.X | |
Add number of unread messages to tray icon toolTip | |||
2024-07-28 | Use %n to make the plural forms work properly | Integral | |
2024-07-25 | Merge pull request #1776 from xvitaly/fmt11 | DeepBlueV7.X | |
Fixed build against fmt 11 | |||
2024-07-16 | Fixed build against fmt 11. | Vitaly | |
2024-07-07 | Add number of unread messages to tray icon toolIip | Integral | |
2024-06-28 | Nlohmann is in brew repos now so remove tap | Joseph Donofry | |
2024-06-25 | Merge pull request #1761 from Begasus/haiku | DeepBlueV7.X | |
No wayland on Haiku, fixes build errors | |||
2024-06-24 | No wayland on Haiku, fixes build errors | Schrijvers Luc | |
2024-06-23 | Pin clang-format to version 17 in CI (hopefully temporarily) | Nicolas Werner | |
2024-06-23 | Mention old appid in metadata | Nicolas Werner | |
2024-06-20 | Merge pull request #1710 from TheComputerGuy96/flatpak/dep-update | DeepBlueV7.X | |
Flatpak: Dependency update | |||
2024-06-20 | Merge pull request #1734 from Integral-Tech/confirm-passwd | DeepBlueV7.X | |
Add dialog for repeating password when exporting keys | |||
2024-06-20 | Skip users we don't share a room with in invite dialog | Nicolas Werner | |
Fixes #1757 | |||
2024-06-20 | Allow setting a scale factor on Windows | Nicolas Werner | |
Fixes #1756 | |||
2024-06-20 | Fix tray icon badge count not getting updated since ↵ | Nicolas Werner | |
838b091acd07b681fc52f6f705b2bee8ce8519d5 |