This project is mirrored from https://github.com/Nheko-Reborn/nheko.git.
Pull mirroring updated .
- Feb 11, 2023
-
-
Nicolas Werner authored
-
-
- Feb 10, 2023
-
-
Thulinma authored
-
- Feb 08, 2023
-
-
Nicolas Werner authored
-
- Feb 07, 2023
-
-
Nicolas Werner authored
GStreamer 1.22 merged the videoscale plugin into the videoconvertscale plugin. So we should check if the Element is still loadable instead of checking the plugin name. fixes #1352
-
- Feb 06, 2023
-
-
Nicolas Werner authored
fixes #1350
-
- Feb 02, 2023
-
-
Nicolas Werner authored
-
Nicolas Werner authored
-
- Feb 01, 2023
-
-
Lukas Mai authored
-
Nicolas Werner authored
fixes #1329
-
ShootingStarDragons authored
Log: maek closeAllNotification on all platform, move closeAllNotification action to aboutToQuit
-
- Jan 31, 2023
-
-
Nicolas Werner authored
-
Nicolas Werner authored
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
-
Nicolas Werner authored
-
Malte E authored
-
- Jan 29, 2023
-
-
ShootingStarDragons authored
-
- Jan 28, 2023
-
-
Nicolas Werner authored
by always sending as formatted when a newline is in the body
-
Nicolas Werner authored
-
ShootingStarDragons authored
-
Nicolas Werner authored
-
Nicolas Werner authored
relates to #1231
-
- Jan 27, 2023
-
-
Nicolas Werner authored
-
- Jan 26, 2023
-
-
ShootingStarDragons authored
-
- Jan 23, 2023
-
-
Joe Donofry authored
-
ShootingStarDragons authored
Log: according to the bug on https://bugreports.qt.io/browse/QTBUG-83972, The menu will always stay if not click one of the item. So I try to make a hack for it, wait qt solve it someday
-
- Jan 22, 2023
-
-
Nicolas Werner authored
-
Cause: Request button pressed in user settings. Result: Request body is jsNull; sendToDevice requires jsObject.
-
Nicolas Werner authored
-
- Jan 21, 2023
-
-
Nicolas Werner authored
I have no idea, if this is our fault or not, but Jason traced it back to the consteval on the {fmt} format string constructor. Specifically when a consteval constructor call happens in the statement, the destructor call is moved to the end of the block. Inside the switch statement that means, the destructor is called multiple times, which corrupts the use count and crashes Nheko because of a double free. I am assuming this is a bug in clang, but this will need to be investigated more. fixes #1292
-
- Jan 14, 2023
-
-
Joe Donofry authored
* Pause ParticleEmitter when not in use * Use timer instead to pause particle system
-
- Jan 12, 2023
-
-
Nicolas Werner authored
-
Nicolas Werner authored
-
Nicolas Werner authored
-
Nicolas Werner authored
-
- Jan 10, 2023
-
-
Nicolas Werner authored
-
Nicolas Werner authored
fixes #1245 closes #1246
-
- Jan 09, 2023
-
-
Nicolas Werner authored
-
Nicolas Werner authored
-
Nicolas Werner authored
-
Nicolas Werner authored
-