Re: Another porting question -- QLoggingCategory

2024-08-21 Thread Arjen Hiemstra
On Wednesday 21 August 2024 14:16:50 CEST Halla Rempt wrote: > Hi, > > We had setup logging in Krita as follows: > > kis_debug.h: > > extern const KRITAGLOBAL_EXPORT QLoggingCategory &_30009(); > extern const KRITAGLOBAL_EXPORT QLoggingCategory &_41000(); > extern const KRITAGLOBAL_EXPORT QLoggi

Re: resvg

2024-03-15 Thread Arjen Hiemstra
On Thursday 14 March 2024 22:50:35 CET Laura David Hurka wrote: > On Thursday, March 14, 2024 2:04:45 PM CET Sune Vuorela wrote: > > On 2024-03-14, Igor Mironchik wrote: > > > Hello, > > > > > > What do you think about https://github.com/RazrFalcon/resvg in case of > > > processing and rendering

Re: KDE Gear projects with failing CI (master) (23 January 2024)

2024-01-25 Thread Arjen Hiemstra
On Tuesday, 23 January 2024 22:24:45 CET Tobias C. Berner wrote: > Moin moin > > I'll take a look at krdc -- the main issue there is that cmake does > not pick up the cmake files from the location they get installed to by > the freerdp2 package. > I hot-fixed that on the old builders, but not in t

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

2022-07-25 Thread Arjen Hiemstra
On Monday, 25 July 2022 14:22:45 CEST Friedrich W. H. Kossebau wrote: > Am Montag, 25. Juli 2022, 10:19:39 CEST schrieb David Redondo: > > Am Samstag, 23. Juli 2022, 17:20:08 CEST schrieb Friedrich W. H. Kossebau: > > Adding such an overload as in your example is source incompatible > > regardless.

Re: KSysguard - CGroup functionality breakage

2020-08-19 Thread Arjen Hiemstra
On Wednesday, 19 August 2020 12:29:21 CEST Ben Cooksley wrote: > Hi all, > > Recently functionality was introduced to KSysguard to allow it to > interact with Linux CGroups. > > Unfortunately when this change was made the code in question used > classes/functionality that was introduced in Qt 5.1

Re: Can't build plasma-workspace, plasma-desktop and plasma-vault

2020-05-11 Thread Arjen Hiemstra
On Monday, 11 May 2020 14:52:46 CEST Mihai Dobrescu wrote: > Hello, > > I get errors like these below, when I build plasma-workspace, > plasma-desktop and plasma-vault from the master branch. > > CMake Error at > /home/myuser/kde/usr/lib/x86_64-linux-gnu/cmake/KF5SysGuard/KF5SysGuardConfi > g.cma

Re: KXmlGui validation problem

2014-02-25 Thread Arjen Hiemstra
On Monday 24 February 2014 15:57:46 you wrote: > On Monday, February 24, 2014 05:22:13 PM Arjen Hiemstra wrote: > Can you commit the fix? > I suppose the fix needs to go into frameworks as well, although I don't know > where. Pushed to kdelibs master and kxmlgui master. -

Re: KXmlGui validation problem

2014-02-24 Thread Arjen Hiemstra
On Monday 24 February 2014 10:19:37 Allen Winter wrote: > On Monday, February 24, 2014 11:52:27 AM Elvis Angelaccio wrote: > > Hi all. > > > > I have a problem validating a kxmlgui .rc file whit at least *two* State > > elements. > > The following minimal example should reproduce the issue: > > ht