Re: Proposal to Update Minimum CMake Version to 3.22

2025-03-31 Thread David Redondo
Am Sonntag, 30. März 2025, 14:13 schrieb Ömer Fadıl USTA: > Dear KDE Core Development Team, > > I hope this message finds you well. I would like to propose an update to > the minimum required version of CMake for KDE Frameworks and KDE Plasma > projects, raising it from 3.16 to 3.22. > > The prim

Re: Re: Breeze style problem since Qt 6.8.2

2025-03-24 Thread David Redondo
Am Dienstag, 18. März 2025, 21:59 schrieb Tobias Leupold: > E-Mail von Tobias Leupold vom Montag, 17. März 2025, 22:50: > > E-Mail von Albert Astals Cid vom Montag, 17. März 2025, 20:38: > > > Can you bisect in which commit the behaviour was introduced? > > > > According to what was said on the Qt

Re: Programmatic color scheme change in QKdeTheme

2025-03-11 Thread David Redondo
Hi Alex, Am Montag, 10. März 2025, 16:49 schrieb Axel Spoerl: > Hi KDE folks, > > Qt 6.8 has implemented QPlatformTheme::requestColorScheme() as a virtual > function. It is meant to allow a programmatic color scheme change within a > QGuiApplication. If the system's theme is dark, the applicati

Re: Re: Re: Re: Programmatic color scheme change in QKdeTheme

2025-03-11 Thread David Redondo
Am Dienstag, 11. März 2025, 14:44 schrieb Axel Spoerl: > Asking differently: How can a Qt application make sure, that KdePlatformTheme > is used? Nothing, it happens automatically. Our Theme has key: "kde" matching to XDG_CURRENT_DESKTOP https://invent.kde.org/plasma/plasma-integration/-/blob/mas

Re: Re: Re: Programmatic color scheme change in QKdeTheme

2025-03-11 Thread David Redondo
Am Dienstag, 11. März 2025, 10:10 schrieb Axel Spoerl: > Hi David, > thanks for the insight! > The program would be ideal. However, it depends on KDE libraries. If an application links to KDE anyway, it can simply use the KDE platform theme. > Users of QKdeTheme are e.g. applications that don't li

Re: Re: Programmatic color scheme change in QKdeTheme

2025-03-11 Thread David Redondo
Am Montag, 10. März 2025, 19:24 schrieb Axel Spoerl: > Hi David, > > I just did some debugging to find out, how KDE Palettes are promoted to the > QKdeTheme. > The blunt answer is: They don't, and they have never been. > > They were probably meant to be promoted at some point, because QKdeTheme

Re: Building kde frameworks using kde-builder fails in wayland-protocols

2025-02-06 Thread David Redondo
Am Donnerstag, 6. Februar 2025, 06:47 schrieb Alexander Neundorf: > Hi, > > on Ubuntu 24.04 using gcc 14, building frameworks fails: > kde-builder --set-project-option-value frameworks,tag,v6.8.0 > --set-project-option-value > oxygen-icons,tag,v6.0.0 frameworks > > [snip compiler output] Look

Re: Re: Move Breeze to Framework

2024-12-17 Thread David Redondo
On 2024-12-17 15:53, Carl Schwan wrote: > > - Don't have apps depend on a Plasma component when compiled for > > Windows and macOS > > - Apps can now rely on some new behavior of breeze with either > > depending a specific minimum version of > > framework or using ifdefs Breeze is also version

Re: Re: Moving Spectacle to the Plasma release schedule

2024-12-11 Thread David Redondo
Am Mittwoch, 11. Dezember 2024, 01:24 schrieb Noah Davis: > Plasma 6.3, which should be branched by 2025-01-09 > Wouldn't 6.4 make more sense? As in move it to Plasma after 6.3 is done. Otherwise there will be two releases practically be one after another and you have to maintain two stable bra

Re: i18n_noop

2024-10-15 Thread David Redondo
Am Dienstag, 15. Oktober 2024, 09:46:53 MESZ schrieb Halla Rempt: > Hi, > > I'm porting Krita to KF6 now, and I'm running into an issue: i18n_noop no > longer exists. Both in Calligra and Krita, we have > > const char* KoZoomMode::modes[] = > { > I18N_NOOP("%1%"), > I18N_NOOP("Fit Page Wi

Re: Re: The state of our API documentation and what to do about it

2024-08-20 Thread David Redondo
Am Montag, 19. August 2024, 22:07:13 MESZ schrieb Nicolas Fella: > You can see it in action at > https://nicolasfella.de/docs/kcoreaddons-module.html. There's still some > minor things to be ironed out, but overall it looks promising to me. > Could we leverage this to provide docs for different

Always set private code when generating code from wayland protocols

2024-08-14 Thread David Redondo
Hi, you may have seen me pushing changes specifying specifying PRIVATE_CODE for CMake functions that generate code from wayland protocols xml sources. I failed to explain why that's recommended and why you should do so as well. This serves both as an explanation and a heads up: If you look at wa

Re: Re: resvg

2024-03-15 Thread David Redondo
Am Freitag, 15. März 2024, 06:10:14 CET schrieb Jin Liu: > Any example of "process an SVG document in a different way than to render it"? > > > > > Well, QtSvg can only render (and create) SVGs, but there is no way to > > process > > an SVG document in a different way than to render it on a paint

Implement InputCapture portal as Google SoC project?

2024-03-14 Thread David Redondo
Am Donnerstag, 14. März 2024, 02:02:57 CET schrieb Gabe Klavans: > Hello! > > I'm a newish software developer and I've had my eye on this issue for > implementing the InputCapture portal in KDE for a while > https://invent.kde.org/plasma/xdg-desktop-portal-kde/-/issues/12. From > my understandi

Re: Post-MegaRelease projects

2024-02-23 Thread David Redondo
Am Freitag, 23. Februar 2024, 12:05:13 CET schrieb Paul Brown: > On Friday, 23 February 2024 09:49:18 CET David Redondo wrote: > > libei > > What is this, David? > It is for emulated input https://libinput.pages.freedesktop.org/libei/ (negotiated via the portal) It would mak

Re: Post-MegaRelease projects

2024-02-23 Thread David Redondo
I plan on working on libei integration into KWin and hooking it up in the portal David

Re: QML: a packagers nightmare. Assistance please.

2023-11-08 Thread David Redondo
Am Mittwoch, 8. November 2023, 12:22:33 CET schrieb Scarlett Moore: > Hi everyone, > As we progress through the Qt6 transition I have been trying to keep > up on our QML dependencies and I keep tripping over circular > dependency nightmare. We switched to a mega package format which > includes qml

Re: We need to remove exec_program() from our Cmake files

2023-10-25 Thread David Redondo
Am Donnerstag, 26. Oktober 2023, 03:49:57 CEST schrieb Ömer Fadıl USTA: > > ``` > The exec_program() > rogram> command, which has been deprecated since CMake 3.0, has been removed > by policy CMP0153 >

Re: Frameworks / Plasma/ Gear Release Schedule Plan

2023-09-13 Thread David Redondo
Am Dienstag, 12. September 2023, 21:42:37 CEST schrieb christ...@cullmann.io: > Hi, > > i prepared some merge request for the switch in the meta data: > > https://invent.kde.org/sysadmin/repo-metadata/-/merge_requests/185 > > A question about the CMake changes: > > Is there some preferred way t

Re: Challenge: adding new method overloads when existing consumers use {} with args

2022-07-25 Thread David Redondo
Am Samstag, 23. Juli 2022, 17:20:08 CEST schrieb Friedrich W. H. Kossebau: > Hi, > > (cc: kde-frameworks-devel for heads-up, please reply to kde-devel only) Sorry replied wrong first :) > given a class C with a method foo(A a): > --- 8< --- > class C > { > public: > void foo(A a); > }; > --- 8< ---

Re: systemmonitor plasma data engine

2022-03-23 Thread David Redondo
Am Dienstag, 22. März 2022, 19:48:50 CET schrieb Daniel Faust: Hi everyone. I'm the author of a small Plasma widget called Netspeed [1], which uses the systemmonitor data engine. This engine comes with ksysguard, which has been replaced by systemmonitor in some distributions. Some users eve

Re: Can we get tags and tarballs for the KDE Qt patch collection

2021-06-08 Thread David Redondo
Am Dienstag, 8. Juni 2021, 12:51:35 CEST schrieb Neal Gompa: > You *already* are using version numbers and bumped it to 5.15.3: > https://blog.neon.kde.org/2021/06/04/kde-neons-qt-is-now-built-from-kdes-git > -branches/ KDE did not bump the version number, the 5.15 (and kde/5.15) branch contains t

Re: KGlobalAccel on non-Plasma systems

2021-04-06 Thread David Redondo
Hi, I agree that it's most useful on plasma. >On systems that do not use X11 (Windows, macOS, Android) it >is most likely not useful at all. There exists code for mac and windows but I don't know either if it's working or just a dummy so it compiles. Also for everyone interested in the topic,

Re: Exiv2 project submission to the KDE community

2021-03-11 Thread David Redondo
Am Donnerstag, 11. März 2021, 09:18:10 CET schrieb alexander.essel...@googlemail.com: > Good morning Ben, > > for that we would need accounts for the KDE environment which we don't have > at the moment. As far as I understood it so far, they will be created in > the process of onboarding a projec

Re: Fw: Re: Adding the Abstract Games Suite to the KDE Applications

2020-05-11 Thread David Redondo
Hi, >As for the other two, we are *not* using the source code directly, however we >copied and were inspired by a lot of code from both sources, That's using the code. Regards, David

Re: Fw: Re: Adding the Abstract Games Suite to the KDE Applications

2020-05-06 Thread David Redondo
Hi, are you sure you can distribute your games under BSD? I see there is a file called CREDITS in the repo: >Credits for Abstract Games: > >- The source and icons used by tictactoe are from the Qt tic-tac-toe example. >- The samegame is entirely from the Qt samegame example. >- The icons used by

Re: Spectacle: selecting a region in an already taken screenshot

2020-04-11 Thread David Redondo
Hi, we have this patch from Nicolas Fella that unfortunately got stuck. https://phabricator.kde.org/D22074 The feature works but I think there was need to figure out how to handle the dependencies. Regards, David Am 2020-04-11 14:28, schrieb Boudhayan Gupta: Hi, Given the way Spectacle is ar