This project is mirrored from https://github.com/Nheko-Reborn/nheko.git.
Pull mirroring updated .
- Jan 06, 2025
-
-
Nicolas Werner authored
Workaround for https://bugreports.qt.io/browse/QTBUG-54767 or https://bugreports.qt.io/browse/QTBUG-130996. This is probably the worst code I have written in a while, but basically we add a value interceptor to filter out any invisible menu entry. This is pretty dangerous because one false step crashes the whole menu. Menu entries are actually Cpp owned and need to be manually deleted unless they are removed via removeItem. Care needs to be taken to not mess up the contentData list. I expect this to break soon.
-
- Jan 05, 2025
-
-
Nicolas Werner authored
-
Nicolas Werner authored
Otherwise we might get stuck on requests exceeding the server side size limits forever.
-
Nicolas Werner authored
-
- Dec 18, 2024
-
-
Nicolas Werner authored
-
- Nov 30, 2024
-
-
Nicolas Werner authored
-
- Nov 20, 2024
-
-
Nicolas Werner authored
-
Nicolas Werner authored
-
Nicolas Werner authored
-
- Nov 17, 2024
-
-
Joe Donofry authored
-
Joe Donofry authored
-
Joe Donofry authored
-
Nicolas Werner authored
-
Nicolas Werner authored
-
Nicolas Werner authored
-
Nicolas Werner authored
-
Nicolas Werner authored
grammar fix for untrusted source message
-
- Oct 30, 2024
-
-
Nicolas Werner authored
refactor: use fmt lib to avoid back-and-forth conversion
-
- Oct 19, 2024
-
-
Integral authored
-
- Oct 13, 2024
-
-
Nicolas Werner authored
Add profile name to tooltip & fix message count
-
Integral authored
-
- Oct 09, 2024
-
-
Nicolas Werner authored
-
- Oct 08, 2024
-
-
Nicolas Werner authored
-
Nicolas Werner authored
-
Nicolas Werner authored
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.
-
Nicolas Werner authored
-
Nicolas Werner authored
-
Nicolas Werner authored
-
- Sep 30, 2024
-
-
Laevos authored
-
- Sep 25, 2024
-
-
Nicolas Werner authored
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!
-
- Sep 24, 2024
-
-
Nicolas Werner authored
Always allow sending messages by enter even with IMEs
-
Nicolas Werner authored
Do not fetch Qt from Debian experimental when building for Qt6
-
Povilas Kanapickas authored
Qt version in Debian Trixie is 6.6 as of September 2024. Therefore there is no need to use experimental repositories.
-
- Sep 17, 2024
-
-
Laevos authored
-
- Sep 09, 2024
-
-
Nicolas Werner authored
-
- Sep 06, 2024
-
-
Nicolas Werner authored
-
- Aug 20, 2024
-
-
Nicolas Werner authored
-
- Aug 16, 2024
-
-
Nicolas Werner authored
-
- Aug 14, 2024
-
-
q234rty authored
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
-
- Aug 05, 2024
-
-
Nicolas Werner authored
-