This project is mirrored from https://github.com/Nheko-Reborn/nheko.git.
Pull mirroring updated .
- Dec 08, 2021
-
-
Nicolas Werner authored
-
Nicolas Werner authored
-
Nicolas Werner authored
-
- Dec 06, 2021
-
-
Nicolas Werner authored
-
- Dec 04, 2021
-
-
Nicolas Werner authored
-
- Dec 03, 2021
-
-
Marcus Hoffmann authored
-
Marcus Hoffmann authored
This warns when you the return value of those functions isn't used. Suggested-by: Clang-Tidy: Function X should be marked [[nodiscard]]
-
Marcus Hoffmann authored
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
-
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
-
- Dec 01, 2021
-
-
Nicolas Werner authored
-
- Nov 30, 2021
-
-
Nicolas Werner authored
-
Nicolas Werner authored
-
Nicolas Werner authored
-
- Nov 29, 2021
-
-
Nicolas Werner authored
-
Nicolas Werner authored
-
Nicolas Werner authored
-
-
- Nov 27, 2021
-
-
Nicolas Werner authored
This fixes date formatting as well as count based translations.
-
- Nov 24, 2021
-
-
Nicolas Werner authored
-
Nicolas Werner authored
This prevents a use after free in the coeurl logging, if we exit immediately.
-
Nicolas Werner authored
Fixes an issue where most uses just had their color determined by their username length and distributes the colors a bit more evenly.
-
- Nov 21, 2021
-
-
Nicolas Werner authored
I think old clang-format is just buggy in those cases, so we should reenable those blocks, once everyone has 13 or up.
-
Nicolas Werner authored
-
Nicolas Werner authored
-
Nicolas Werner authored
Either by accepting an invite or manually using /converttodm and revert with /converttoroom.
-
Nicolas Werner authored
-
- Nov 20, 2021
-
-
Nicolas Werner authored
fixes #317
-
- Nov 19, 2021
-
-
Nicolas Werner authored
-
Nicolas Werner authored
The transceiver was made private in https://gitlab.freedesktop.org/gstreamer/gst-plugins-bad/-/merge_requests/2241 The direction property was added here: https://gitlab.freedesktop.org/gstreamer/gst-plugins-bad/-/commit/28b0be4036ac59d6e6068586ab7bc55e8ac51166
-
- Nov 18, 2021
-
-
Nicolas Werner authored
-
- Nov 16, 2021
-
-
Loren Burkholder authored
-
Loren Burkholder authored
-
-
- Nov 15, 2021
-
-
Nicolas Werner authored
fixes #674
-