- Sep 13, 2024
-
-
- Sep 09, 2024
-
-
The feature allows to hide the artwork and cone placeholder in the Player View. This can be activated from extended settings or from Command Line using --no-qt-bgcone
-
- Sep 07, 2024
-
-
this allows triggering the model without creating the dialog
-
- Sep 02, 2024
-
-
- Aug 31, 2024
-
-
- Aug 12, 2024
-
-
... and adjust its title is properly such that: - If already in player view, the title is "Show main view". - If already in main view, the title is "Show player view". Player view is currently considered another page, therefore toggling does not make sense here (also considering the navigation history). This button now always pushes into the history.
-
- Aug 10, 2024
-
-
I wanted to initialize video surface provider and window handler within `commonSetupVoutWindow()`, since it is where the video window is set and video surface provider and window handler only makes sense when there is a valid vout window. However, for some reason, it did not work so it is a TODO for now. Currently, since there are a lot of signal connections, changes are reported even when there is no valid vout window. For example, `CompositorVideo::onSurfacePositionChanged()` may be called when there is no vout window or when it is already invalidated.
-
- Aug 09, 2024
-
-
- Jul 29, 2024
-
-
These are not exposed to QML at the moment.
-
- Jul 25, 2024
-
-
- Jul 01, 2024
-
-
- Jun 09, 2024
-
-
- Jun 04, 2024
-
-
- Apr 13, 2024
-
-
- Mar 29, 2024
-
-
- Mar 24, 2024
-
-
- Mar 05, 2024
-
-
- Jan 07, 2024
-
-
Signed-off-by:
Mohit Marathe <mohitmarathe23@gmail.com>
-
- Dec 29, 2023
-
-
- Oct 29, 2023
-
-
- Oct 10, 2023
-
-
- Sep 17, 2023
-
-
- Jul 22, 2023
-
-
this allows to define a non-client area to draw things like window shadows when using CSD
-
- Jul 15, 2023
-
-
- Jun 04, 2023
-
-
- Apr 27, 2023
-
-
Mostly found with -Wextra-semi
-
Only matching ";;\n", replaced with: grep -lIR --include=*.{c,h,cpp,hpp} ";;\$" | xargs sed -i 's/;;\{1,\}$/;/'
-
- Apr 06, 2023
-
-
- Mar 17, 2023
-
-
- Feb 12, 2023
-
-
- Dec 23, 2022
-
-
- Aug 29, 2022
-
-
global drop events are already handled on qml side no need to handle it twice ref #27190
-