Re: Unexpected behavior in KIO::KMimeTypeFinderJob

2024-08-06 Thread Stefano Crocco
On mercoledì 7 agosto 2024 00:53:12 CEST Albert Astals Cid wrote: > El dimarts, 6 d’agost del 2024, a les 10:25:12 (CEST), Stefano Crocco va > > escriure: > > Hello to everyone, > > while investigating a bug in Konqueror, I just found what in my opinion is > > an unexpected behavior of KIO::MimeTy

KDE Gear projects with failing CI (release/24.08) (6 August 2024)

2024-08-06 Thread Albert Astals Cid
Please work on fixing them, otherwise i will remove the failing CI jobs on their 4th failing week, it is very important that CI is passing for multiple reasons. Bad news: 1 repository is still failing, 1 repository has started failing okular - 3rd week * https://invent.kde.org/graphics/okular

KDE Gear projects with failing CI (master) (6 August 2024)

2024-08-06 Thread Albert Astals Cid
Please work on fixing them, otherwise i will remove the failing CI jobs on their 4th failing week, it is very important that CI is passing for multiple reasons. Good news: 1 repository was fixed Bad news: 1 repository is still failing okular - 3rd week * https://invent.kde.org/graphics/okula

Re: Unexpected behavior in KIO::KMimeTypeFinderJob

2024-08-06 Thread Albert Astals Cid
El dimarts, 6 d’agost del 2024, a les 10:25:12 (CEST), Stefano Crocco va escriure: > Hello to everyone, > while investigating a bug in Konqueror, I just found what in my opinion is > an unexpected behavior of KIO::MimeTypeFinderJob. If I'm reading the code > correctly, when it uses KIO::get() to d

Re: Guidelins for one codebase that builds with Qt5 and Qt6?

2024-08-06 Thread Halla Rempt
On dinsdag 6 augustus 2024 12:46:58 CEST Volker Krause wrote: > On Montag, 5. August 2024 16:15:19 CEST Halla Rempt wrote: > > I seem to remember that there were KDE apps that could be built with > > both Qt6/Kf6 and Qt5/Kf5. Did I remember that right? And if so, is there > > some howto or document

Re: Guidelins for one codebase that builds with Qt5 and Qt6?

2024-08-06 Thread Volker Krause
On Montag, 5. August 2024 16:15:19 CEST Halla Rempt wrote: > I seem to remember that there were KDE apps that could be built with > both Qt6/Kf6 and Qt5/Kf5. Did I remember that right? And if so, is there > some howto or documentation for that? Right, that was the approach taken by many Frameworks

Re: Guidelins for one codebase that builds with Qt5 and Qt6?

2024-08-06 Thread Thomas Baumgart
On Dienstag, 6. August 2024 10:56:26 CEST Klaas Freitag wrote: > Am 06.08.24 um 09:22 schrieb Halla Rempt: > > Hello, > > >> If it's a lot of work and/or manpower is limited (it's always, isn't it?!) > >> it > >> may be better to do a Qt-6-only port. That's what we're just doing for > >> KPhoto

Re: Guidelins for one codebase that builds with Qt5 and Qt6?

2024-08-06 Thread Klaas Freitag
Am 06.08.24 um 09:22 schrieb Halla Rempt: Hello, If it's a lot of work and/or manpower is limited (it's always, isn't it?!) it may be better to do a Qt-6-only port. That's what we're just doing for KPhotoAlbum. That's what I tried at first, but it soon became clear that while actual porting

Unexpected behavior in KIO::KMimeTypeFinderJob

2024-08-06 Thread Stefano Crocco
Hello to everyone, while investigating a bug in Konqueror, I just found what in my opinion is an unexpected behavior of KIO::MimeTypeFinderJob. If I'm reading the code correctly, when it uses KIO::get() to determine the mimetype [1], it lets the TransferJob go on even after it detected the mimet

Re: Guidelins for one codebase that builds with Qt5 and Qt6?

2024-08-06 Thread Julius Künzel
Hi Halla, you may also want to take a look at Kdenlive. Due to its complexity we also supported both Qt versions during the portion. Yet we have Qt6 as default and use it everywhere but still have Qt5 support which we plan to drop soon. Cheers, Julius 06.08.2024 09:23:39 Halla Rempt : > On ma

Re: Guidelins for one codebase that builds with Qt5 and Qt6?

2024-08-06 Thread Halla Rempt
On maandag 5 augustus 2024 18:49:52 CEST Tobias Leupold wrote: > E-Mail von Halla Rempt vom Montag, 5. August 2024, 16:15:19 MESZ: > > Hi, > > > > We're finally working on porting Krita to Qt6, but that's going to be a long > > road. I seem to remember that there were KDE apps that could be built