This project is mirrored from https://github.com/Nheko-Reborn/nheko.git.
Pull mirroring updated .
- Mar 30, 2022
-
-
Nicolas Werner authored
-
Nicolas Werner authored
-
Nicolas Werner authored
-
- Mar 24, 2022
-
-
tastytea authored
- Set PNG compression to maximum - Don't upload thumbnail if it is not at least 10% smaller than the original
-
- Mar 22, 2022
-
-
Nicolas Werner authored
-
Nicolas Werner authored
-
Nicolas Werner authored
-
Nicolas Werner authored
-
- Mar 21, 2022
-
-
Nicolas Werner authored
-
Nicolas Werner authored
-
Nicolas Werner authored
-
Nicolas Werner authored
-
Nicolas Werner authored
-
Nicolas Werner authored
-
Nicolas Werner authored
-
- Mar 20, 2022
-
-
Nicolas Werner authored
-
Nicolas Werner authored
-
- Mar 19, 2022
-
-
Malte E authored
-
- Feb 05, 2022
-
-
Nicolas Werner authored
-
- Jan 26, 2022
-
-
Nicolas Werner authored
-
- Jan 01, 2022
-
-
Nicolas Werner authored
-
- Dec 30, 2021
-
-
Nicolas Werner authored
-
- Dec 29, 2021
-
-
Nicolas Werner authored
-
Nicolas Werner authored
-
- Dec 28, 2021
-
-
Nicolas Werner authored
-
Nicolas Werner authored
-
- Dec 12, 2021
-
-
Nicolas Werner authored
fixes #435
-
- Dec 03, 2021
-
-
Marcus Hoffmann authored
-
Marcus Hoffmann authored
Suggested-by: Clang-Tidy: The 'empty' method should be used to check for emptiness instead of 'size'
-
Marcus Hoffmann authored
Suggested-by: Clang-Tidy: Use auto when initializing with new to avoid duplicating the type name
-
Marcus Hoffmann authored
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
-
Marcus Hoffmann authored
Suggested-by: Clang-Tidy: 'find' called with a string literal consisting of a single character; consider using the more effective overload accepting a character
-
Marcus Hoffmann authored
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
-
Marcus Hoffmann authored
Suggested by: Clazy: Use the static QFileInfo::exists() instead. It's documented to be faster.
-
Marcus Hoffmann authored
-
- Nov 21, 2021
-
-
Nicolas Werner authored
Either by accepting an invite or manually using /converttodm and revert with /converttoroom.
-
- Nov 01, 2021
-
-
Nicolas Werner authored
fixes #751
-
- Oct 17, 2021
-
-
Nicolas Werner authored
-
- Oct 11, 2021
-
-
Loren Burkholder authored
This ports the leave room dialog to QML, everywhere. There are now no differences between the various leave dialogs.
-
- Sep 27, 2021
-
-
Thulinma authored
-