Re: KDE Gear projects with failing CI (release/24.05) (11 June 2024)

2024-06-14 Thread Ingo Klöcker
On Freitag, 14. Juni 2024 00:21:41 CEST Albert Astals Cid wrote: > El dijous, 13 de juny del 2024, a les 22:37:04 (CEST), Ingo Klöcker va > > escriure: > > On Mittwoch, 12. Juni 2024 00:22:35 CEST Albert Astals Cid wrote: > > > kwalletmanager - 3rd week > > > > > > * https://invent.kde.org/utili

Re: KDE Gear projects with failing CI (master) (4 June 2024)

2024-06-14 Thread Ingo Klöcker
On Donnerstag, 13. Juni 2024 23:08:43 CEST Elvis Angelaccio wrote: > On 09/06/24 17:16, Thiago Macieira wrote: > > The path is correct at the point it is issued, referring to the same > > directory. The fact that it is in a different form was not expected to be > > a > > breaking change. > > I had

Re: KDE Gear projects with failing CI (release/24.05) (11 June 2024)

2024-06-14 Thread Ben Cooksley
On Fri, Jun 14, 2024 at 10:21 AM Albert Astals Cid wrote: > El dijous, 13 de juny del 2024, a les 22:37:04 (CEST), Ingo Klöcker va > escriure: > > On Mittwoch, 12. Juni 2024 00:22:35 CEST Albert Astals Cid wrote: > > > kwalletmanager - 3rd week > > > > > > * https://invent.kde.org/utilities/kwal

[ANNOUNCE] CMake 3.30.0-rc3 is ready for testing

2024-06-14 Thread John Parent
I am proud to announce the third CMake 3.30 release candidate. https://cmake.org/download/ Documentation is available at: https://cmake.org/cmake/help/v3.30 Release notes appear below and are also published at https://cmake.org/cmake/help/v3.30/release/3.30.html Release milestone is availa

KDE Gear 24.08 release schedule

2024-06-14 Thread Albert Astals Cid
Hi folks, This is the release schedule the release team agreed on https://community.kde.org/Schedules/KDE_Gear_24.08_Schedule Dependency freeze is in around 4 weeks (July 18) and feature freeze one after that. Get your stuff ready! Cheers, Albert

Re: KDE Gear projects with failing CI (master) (4 June 2024)

2024-06-14 Thread Thiago Macieira
On Thursday 13 June 2024 14:08:43 GMT-7 Elvis Angelaccio wrote: > auto tempDir = new QTemporaryDir(QDir::currentPath() + > "/.test-qtempdir-"); Indeed, that works, as does trying QFileInfo or QDir on the returned path and then using absolutePath. > I'd expect at least the QTemporaryDir doc