MpvQt: libmpv wrapper for Qt Quick 2/Qml

2023-07-29 Thread George Florea Banus
Hello, I have created a libmpv wrapper library for qtquick/qml (no widgets) https://invent.kde.org/georgefb/mpvqt. I created it mostly because I use mpv in Haruna and other personal projects and keeping the code in sync got annoying. There are also other kde projects using mpv (plasmatube, tokodo

Re: Trigger loading a list of files from Dolphin using "open with"

2022-07-15 Thread George Florea Banus
On 16.07.2022 00:35, Tobias Leupold wrote: Hi list! I'm working on Bug #455074, and I noticed some behavior of Dolphin I wonder if it can be changed or worked around. What happens when I select multiple files in Dolphin and do "open with" is that not a list of the selected files is passed to th

Re: Haruna: Performance issues on older and/or less powerful hardware

2022-01-23 Thread George Florea Banus
te a sample app would be great, if not at least some pointers on how to achieve the above are also good, since I don't even know how/what to search for for this use case. Thank you. On 15.12.2021 21:24, George Florea Banus wrote: Hello, I'm having some problems with playback stutte

Re: Haruna: Performance issues on older and/or less powerful hardware

2021-12-15 Thread George Florea Banus
Sorry, I messed up and didn't reply to the mailing list. On 15.12.2021 22:26, Janet Blackquill wrote: Am Mi., 15. Dez. 2021 um 14:25 Uhr schrieb George Florea Banus : Hello, I'm having some problems with playback stuttering on older and/or less powerful hardware (Intel i5-4590 3

Haruna: Performance issues on older and/or less powerful hardware

2021-12-15 Thread George Florea Banus
Hello, I'm having some problems with playback stuttering on older and/or less powerful hardware (Intel i5-4590 3.30GHz, HD Graphics 4600), while in mpv (and VLC too) it plays smoothly. I'm rendering the video in a QOpenGLFramebufferObject (https://invent.kde.org/multimedia/haruna/-/blob/master

Incorrect documentation for KRecentFilesAction::saveEntries

2021-11-23 Thread George Florea Banus
The documentation for KRecentFilesAction::saveEntries says "You can provide the name of the group used to load the entries. If the groupname is empty, entries are saved to a group called 'RecentFiles'". And in the code it checks if name is empty `(cg.name().isEmpty()) { ... }`, but `cg.name()`

Re: Re : KConfigXT generated class gets value from kdeglobals config file

2021-08-09 Thread George Florea Banus
On 09.08.2021 00:25, Carl Schwan wrote: when creating a KSharedConfig, you can specify if kdeglobals will be read and then you can tell KConfigXT that you want to read from an existing KSharedPtr:https://api.kde.org/frameworks/kconfig/html/kconfig_compiler.html Couldn't figure out how to use a

Re: Re : KConfigXT generated class gets value from kdeglobals config file

2021-08-08 Thread George Florea Banus
On 09.08.2021 00:25, Carl Schwan wrote: Hi, when creating a KSharedConfig, you can specify if kdeglobals will be read and then you can tell KConfigXT that you want to read from an existing KSharedPtr:https://api.kde.org/frameworks/kconfig/html/kconfig_compiler.html Thanks, I'll have a look.

KConfigXT generated class gets value from kdeglobals config file

2021-08-08 Thread George Florea Banus
In my app I'm using KConfigXT for my settings. I have a general group and in it I have a ColorScheme entry. Now when there is no ColorScheme set by the user and I try to access this entry, instead of getting its default value it gets the value stored in `~/.config/kdeglobals` (which also has a

Re: Introducing Haruna

2021-05-07 Thread George Florea Banus
On 06.05.2021 20:14, Aleix Pol wrote: Cool! :) welcome George! Aleix Thank you!