Re: KDE Gear projects with failing CI (master) (9 July 2024)

2024-07-10 Thread Ben Cooksley
On Wed, Jul 10, 2024 at 11:53 AM David Jarvie wrote: > On Tuesday, 9 July 2024 23:57:09 BST Albert Astals Cid wrote: > > 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. >

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

2024-07-10 Thread Joshua Goins
> Hi, > > +1 in general. The documentation particularly for Kirigami and QML stuff > is quite sad. > > Does the switch to qdoc mean we have to write documentation in the _cpp_ > file, though? That would be unfortunate. > No, see his patch at the bottom of the e-mail. Hopefully that won't be

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

2024-07-10 Thread Kai Uwe Broulik
Hi, +1 in general. The documentation particularly for Kirigami and QML stuff is quite sad. Does the switch to qdoc mean we have to write documentation in the _cpp_ file, though? That would be unfortunate. Cheers Kai Uwe

Re: Changing dependencies for a project

2024-07-10 Thread Ben Cooksley
On Wed, Jul 10, 2024 at 7:26 PM David Jarvie wrote: > > > On 10 July 2024 06:29:18 BST, Heiko Becker wrote: > > On Wednesday, 10 July 2024 01:51:16 CEST, David Jarvie wrote: > > > On Tuesday, 9 July 2024 23:47:30 BST Albert Astals Cid wrote: > > >> El dimarts, 9 de juliol del 2024, a les

Re: Help with DCOP

2024-07-10 Thread Albert Vaca Cintora
Are you using KDE 3? On Wed, Jul 10, 2024 at 9:53 AM Riley Bell wrote: > I'm trying to add a function to the DCOP interface for Agregator. I added > importFile() to akregator_partiface.h the same way exportFile() is there > but > it doesn't show up in the DCOP browser or work when I call it

Re: Changing dependencies for a project

2024-07-10 Thread David Jarvie
On 10 July 2024 06:29:18 BST, Heiko Becker wrote: > On Wednesday, 10 July 2024 01:51:16 CEST, David Jarvie wrote: > > On Tuesday, 9 July 2024 23:47:30 BST Albert Astals Cid wrote: > >> El dimarts, 9 de juliol del 2024, a les 22:12:40 (CEST), David Jarvie va > >> > >> escriure: ... > > > > If

Re: Changing dependencies for a project

2024-07-10 Thread Ingo Klöcker
On Dienstag, 9. Juli 2024 22:12:40 CEST David Jarvie wrote: > I have just changed the dependencies for KAlarm (removed Canberra, added > libvlc and libvlccore), but after committing the changes, the build fails on > invent.kde.org. I've changed everything I can find in the KAlarm repository >

Re: Changing dependencies for a project

2024-07-09 Thread Johnny Jazeix
Hi, To paraphrase Captain Tsubasa "the CI is your friend". If there was a merge request, the build would have failed and you still would have sent a mail here to ask how to add the dependency :). Even for smaller changes, it's always interesting to have the CI run because it's quite quick and can

Re: Changing dependencies for a project

2024-07-09 Thread Heiko Becker
On Wednesday, 10 July 2024 01:51:16 CEST, David Jarvie wrote: On Tuesday, 9 July 2024 23:47:30 BST Albert Astals Cid wrote: El dimarts, 9 de juliol del 2024, a les 22:12:40 (CEST), David Jarvie va escriure: ... If I'd created a merge request, it would presumably have just sat there

Re: KDE Gear projects with failing CI (master) (9 July 2024)

2024-07-09 Thread David Jarvie
On Tuesday, 9 July 2024 23:57:09 BST Albert Astals Cid wrote: > 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: 4 repositories have been fixed > > > Bad news: 1

Re: Changing dependencies for a project

2024-07-09 Thread David Jarvie
On Tuesday, 9 July 2024 23:47:30 BST Albert Astals Cid wrote: > El dimarts, 9 de juliol del 2024, a les 22:12:40 (CEST), David Jarvie va > > escriure: > > I have just changed the dependencies for KAlarm (removed Canberra, added > > libvlc and libvlccore), but after committing the changes, the

Re: Changing dependencies for a project

2024-07-09 Thread Albert Astals Cid
El dimarts, 9 de juliol del 2024, a les 22:12:40 (CEST), David Jarvie va escriure: > I have just changed the dependencies for KAlarm (removed Canberra, added > libvlc and libvlccore), but after committing the changes, the build fails on > invent.kde.org. In the future probably helps if you do

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

2024-07-09 Thread David Edmundson
> Thoughts on my proposal? +1000 Do you have a branch where you're testing this along with the qdoc patch? David

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

2024-07-09 Thread Ben Cooksley
On Wed, Jul 10, 2024 at 4:37 AM Nicolas Fella wrote: > Hi, > Hi Nicolas, > > while reviewing our API documentation I noticed an increasing amount of > brokenness in it. Not even in the content, but the way it is presented. > > Doxygen seems to struggle to properly parse and document some

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

2024-07-09 Thread Christoph Grüninger
Hi Nicolas, I couldn't find according tickets in Doxygen's issue tracker. I looked for Q_SIGNAL, QML_ELEMENT, QML_NAMED_ELEMENT, and QML_SINGLETON. I know they have 1,7k open issues and it might not be their highest priority. I still would prefer to let Doxygen know what we as their users

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

2024-07-09 Thread Albert Astals Cid
El dimarts, 9 de juliol del 2024, a les 18:37:16 (CEST), Nicolas Fella va escriure: > Hi, > > while reviewing our API documentation I noticed an increasing amount of > brokenness in it. Not even in the content, but the way it is presented. > > Doxygen seems to struggle to properly parse and

Re: Crow Translate

2024-07-09 Thread Hennadii Chernyshchyk
I looked into KF6BreezeIcons library, but it requires Qt6, while my application is Qt5 for now. I planned to migrate to Qt6, but after the incubation process. Any chance we could keep the current way of bundling Breeze icons and migrate to KF6BreezeIcons after the Qt6 migration? вт, 9 июл. 2024 

Re: Crow Translate

2024-07-09 Thread Hennadii Chernyshchyk
Just fixed locales (as well as other issues related to it), the problem was in my Flatpak configuration: https://invent.kde.org/office/crow-translate/-/commit/4a31b516292455e9e905a905f69101865fddb823 If you use it, please use the latest version. вт, 9 июл. 2024 г. в 01:48, Hennadii Chernyshchyk

Re: Crow Translate

2024-07-09 Thread Hennadii Chernyshchyk
> No I mean link to BrezeIcons library. Ah, I didn't know that there was a library for it! Will change it, thank you. > The problem is that the defaultLocale() function returns the C QLocale which is wrong since that's not the default locale on my user. I never apply QLocale::c(). I see how it

Re: Crow Translate

2024-07-09 Thread Hennadii Chernyshchyk
Thanks for looking into the app! > Please remove the submodule of breeze-icons and replace it by a dependency to breeze-icons. Could you elaborate? You mean to use something like FetchContent from CMake? I use it to bundle icons for Windows since on Windows there are no icon themes. >

Re: Crow Translate

2024-07-09 Thread Martin Steigerwald
Albert Astals Cid - 08.07.24, 23:53:18 CEST: > I would appreciate a big warning when using non-free software engines > that there's no expectation of privacy on what is being translated (and > same on the Free Software ones if they don't promise that level of > privacy). Would it be possible to

Re: Crow Translate

2024-07-08 Thread Albert Astals Cid
El dimarts, 9 de juliol del 2024, a les 0:12:48 (CEST), Hennadii Chernyshchyk va escriure: > Thanks for looking into the app! > > > Please remove the submodule of breeze-icons and replace it by a > > dependency to breeze-icons. > > Could you elaborate? You mean to use something like

Re: Crow Translate

2024-07-08 Thread Albert Astals Cid
El dissabte, 6 de juliol del 2024, a les 0:57:22 (CEST), Hennadii Chernyshchyk va escriure: > Hi! > > I'm one of the developers of Crow Translate > , a translator app that uses > Mozhi . No, the app can't translate

Re: KDE Gear projects with failing CI (master) (2 July 2024)

2024-07-03 Thread Ben Cooksley
On Thu, Jul 4, 2024 at 5:10 AM Volker Krause wrote: > On Mittwoch, 3. Juli 2024 12:59:57 CEST Ben Cooksley wrote: > > On Wed, Jul 3, 2024 at 9:21 AM Albert Astals Cid wrote: > > > Please work on fixing them, otherwise i will remove the failing CI > jobs on > > > their 4th failing week, it is

Re: KDE Gear projects with failing CI (master) (2 July 2024)

2024-07-03 Thread Volker Krause
On Mittwoch, 3. Juli 2024 12:59:57 CEST Ben Cooksley wrote: > On Wed, Jul 3, 2024 at 9:21 AM Albert Astals Cid wrote: > > 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. > > >

Re: KDE Gear projects with failing CI (master) (2 July 2024)

2024-07-03 Thread Heiko Becker
On Wednesday, 3 July 2024 14:29:05 CEST, christ...@cullmann.io wrote: On 2024-07-03 12:59, Ben Cooksley wrote: On Wed, Jul 3, 2024 at 9:21 AM Albert Astals Cid wrote: Please work on fixing them, otherwise i will remove the failing CI jobs on their 4th failing week, it is very important that

Re: KDE Gear projects with failing CI (master) (2 July 2024)

2024-07-03 Thread christoph
On 2024-07-03 12:59, Ben Cooksley wrote: On Wed, Jul 3, 2024 at 9:21 AM Albert Astals Cid wrote: 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: 3 repositories have

Re: KDE Gear projects with failing CI (master) (2 July 2024)

2024-07-03 Thread Ben Cooksley
On Wed, Jul 3, 2024 at 9:21 AM Albert Astals Cid wrote: > 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: 3 repositories have been fixed > > > Bad news: 2

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

2024-06-26 Thread Sune Vuorela
On 2024-06-26, Ben Cooksley wrote: > Possible fallout of the Windows image being rebuilt, except libssh hasn't > changed since 2023 in Craft, so this must be due to Qt changes. > Pretty sure we've seen this type of error before though? (curiously, > qplatformdefines.h should include sys/types.h

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

2024-06-26 Thread Ben Cooksley
On Wed, Jun 26, 2024 at 8:51 AM Albert Astals Cid wrote: > 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: 3 repositories have been fixed > > > Bad news: 5

Re: icons in filelight on windows

2024-06-23 Thread christoph
On 2024-06-23 10:11, Julius Künzel wrote: Hi, it sounds as if reading this article would be the answer to your problem: https://cullmann.io/posts/kde-applications-and-icons/ at the end of the article there are some code examples. See also eg.

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

2024-06-23 Thread Volker Krause
purpose of the Craft > >> jobs isn't CI. I'd say we should probably disable building of tests in > >> general in Craft. Building them is just a waste of energy and time and I > >> fail to see any benefit. When/if we want to start running the tests in > >> Cr

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

2024-06-23 Thread Julius Künzel
tests in Craft at all. Craft doesn't run >> the tests, the tests are not packaged _and_ the purpose of the Craft jobs >> isn't CI. I'd say we should probably disable building of tests in general in >> Craft. Building them is just a waste of energy and time and I fail to see any >>

Re: icons in filelight on windows

2024-06-23 Thread Julius Künzel
Hi, it sounds as if reading this article would be the answer to your problem: https://cullmann.io/posts/kde-applications-and-icons/ at the end of the article there are some code examples. See also eg. https://invent.kde.org/utilities/kate/-/commit/a74a2657c7fb642c4062afb50a2c7920da315eca I

Re: [Incubation Request] Translator App

2024-06-22 Thread Hennadii Chernyshchyk
Hi, thanks, we already found an incubation sponsor :) вс, 23 июн. 2024 г. в 00:39, Aleix Pol : > Hi, > I could be a sponsor but I see many people already involved in your > idea who also could be, have you asked them? It always is useful to be > familiar with the problem when doing this kind of

Re: [Incubation Request] Translator App

2024-06-22 Thread Aleix Pol
Hi, I could be a sponsor but I see many people already involved in your idea who also could be, have you asked them? It always is useful to be familiar with the problem when doing this kind of task. Best, Aleix On Thu, Jun 13, 2024 at 11:43 PM Hennadii Chernyshchyk wrote: > > Would you like to

Re: KStars: Cannot change language

2024-06-21 Thread Albert Astals Cid
El divendres, 21 de juny del 2024, a les 19:53:04 (CEST), Albert Astals Cid va escriure: > El divendres, 21 de juny del 2024, a les 10:31:50 (CEST), Jasem Mutlaq va > > escriure: > > Hello, > > > > We have an issue with the recent versions of KStars is that language > > cannot > > be switched

Re: KStars: Cannot change language

2024-06-21 Thread Albert Astals Cid
El divendres, 21 de juny del 2024, a les 10:31:50 (CEST), Jasem Mutlaq va escriure: > Hello, > > We have an issue with the recent versions of KStars is that language cannot > be switched by users. This affects MacOS, Windows, and Linux, whether > packaged or built from source. > > How to debug

Re: KStars: Cannot change language

2024-06-21 Thread Ingo Klöcker
Any pointers would be appreciated. On Sonntag, 2. Juni 2024 13:36:58 CEST I wrote in reply to your previous message with subject "Re: Cannot change language": I have just built the current master version (which calls itself 3.7.1 Stable) with KDE Frameworks 5.115.0 and Qt 5.15.1

Re: KStars: Cannot change language

2024-06-21 Thread Jasem Mutlaq
Thanks. Just to be clear, I'm talking about changing language from Help --> Configure Language dialog that is standard in KDE applications. [image: Screenshot_20240621_121812.png] -- Best Regards, Jasem Mutlaq On Fri, Jun 21, 2024 at 12:16 PM Konstantin Kharlamov wrote: > Looking at the

Re: KStars: Cannot change language

2024-06-21 Thread Konstantin Kharlamov
Looking at the repo, I see the `po/` dir which implies it's using GNU gettext for translation. Fairly standard choice. Strings are marked for translation by using a `_` macro, like `_("My english text")`. I don't remember the details, but it basically has something like a database of such texts

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

2024-06-21 Thread christoph
general in Craft. Building them is just a waste of energy and time and I fail to see any benefit. When/if we want to start running the tests in Craft then we can simply re-enable their build. Ok, guess that would make sense and save power we just waste ATM. Greetings Christoph

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

2024-06-21 Thread Ingo Klöcker
that won't fix CI since it uses > tarballs, should we get > https://invent.kde.org/frameworks/kconfig/-/merge_requests/314/diffs > added as a patch to Craft? In the meantime building of the KConfig tests has been disabled in Craft. We can just wait for KF 6.4. Actually, I'm wondering why w

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

2024-06-20 Thread Albert Astals Cid
El dimecres, 19 de juny del 2024, a les 9:07:50 (CEST), Ingo Klöcker va escriure: > On Mittwoch, 19. Juni 2024 00:49:14 CEST Albert Astals Cid wrote: > > kdenlive - 2nd week > > > > * https://invent.kde.org/multimedia/kdenlive/-/pipelines/716283 > > > > * craft_appimage_qt6_x86_64 fails > >

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

2024-06-19 Thread Ingo Klöcker
On Mittwoch, 19. Juni 2024 11:54:46 CEST Ben Cooksley wrote: > On Wed, Jun 19, 2024 at 7:07 PM Ingo Klöcker wrote: > > On Mittwoch, 19. Juni 2024 00:49:14 CEST Albert Astals Cid wrote: > > > kdenlive - 2nd week > > > > > > * https://invent.kde.org/multimedia/kdenlive/-/pipelines/716283 > > >

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

2024-06-19 Thread Ben Cooksley
On Wed, Jun 19, 2024 at 7:07 PM Ingo Klöcker wrote: > On Mittwoch, 19. Juni 2024 00:49:14 CEST Albert Astals Cid wrote: > > kdenlive - 2nd week > > * https://invent.kde.org/multimedia/kdenlive/-/pipelines/716283 > > * craft_appimage_qt6_x86_64 fails > > > > > > isoimagewriter - NEW > > *

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

2024-06-19 Thread Ingo Klöcker
On Mittwoch, 19. Juni 2024 00:49:14 CEST Albert Astals Cid wrote: > kdenlive - 2nd week > * https://invent.kde.org/multimedia/kdenlive/-/pipelines/716283 > * craft_appimage_qt6_x86_64 fails > > > isoimagewriter - NEW > * https://invent.kde.org/utilities/isoimagewriter/-/pipelines/716655 >

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

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 > > > > > > *

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

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 > > > > > > *

Re: [Incubation Request] Translator App

2024-06-13 Thread Hennadii Chernyshchyk
Would you like to be my incubation sponsor? ср, 12 июн. 2024 г. в 02:13, Aleix Pol : > Hi! > It sure looks like an interesting app, looking forward to seeing what > you come up with! > > Aleix > > On Sun, Jun 9, 2024 at 10:02 PM Гена Черныщук wrote: > > > > Hi KDE Development Team! > > > > We

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

2024-06-13 Thread Albert Astals Cid
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/kwalletmanager/-/pipelines/711185 > > > > * appstream test fails

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

2024-06-13 Thread Elvis Angelaccio
On 09/06/24 17:16, Thiago Macieira wrote: > On Sunday 9 June 2024 02:40:36 GMT-7 Elvis Angelaccio wrote: >>> Yep. However, it's apparently considered an intentional behavior change by >>> Qt. This also affected tests in other places (which meanwhile have been >>> adjusted accordingly). >> >>

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

2024-06-13 Thread Ingo Klöcker
On Mittwoch, 12. Juni 2024 00:22:35 CEST Albert Astals Cid wrote: > kwalletmanager - 3rd week > * https://invent.kde.org/utilities/kwalletmanager/-/pipelines/711185 > * appstream test fails because https://apps.kde.org/kwalletmanager5 > doesn't exist This will be fixed by

Re: KDE Frameworks with failing CI (kf5) (9 June 2024)

2024-06-12 Thread David Faure
On dimanche 9 juin 2024 12:25:12 UTC+2 Albert Astals Cid wrote: > 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: All repos CI is passing > > > Given that we

Re: [Incubation Request] Translator App

2024-06-11 Thread Aleix Pol
Hi! It sure looks like an interesting app, looking forward to seeing what you come up with! Aleix On Sun, Jun 9, 2024 at 10:02 PM Гена Черныщук wrote: > > Hi KDE Development Team! > > We would like to request an incubation for Crow Translate >

Re: KDE Frameworks with failing CI (master) (9 June 2024)

2024-06-10 Thread Volker Krause
On Sonntag, 9. Juni 2024 12:24:25 CEST Albert Astals Cid wrote: > 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 repo is still failing > > kuserfeedback - 2nd

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

2024-06-09 Thread Thiago Macieira
On Sunday 9 June 2024 02:40:36 GMT-7 Elvis Angelaccio wrote: > > Yep. However, it's apparently considered an intentional behavior change by > > Qt. This also affected tests in other places (which meanwhile have been > > adjusted accordingly). > > That is surprising, isn't this kind of change

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

2024-06-09 Thread Björn Strömberg
Whole 6.x series seems to be about breaking rules.. They started to drop officially supported modules with minor releases, Qt3D this spring, but the current maintainers will keep maintenance.. its very much wierd behavior over at QtC now a days... On Sun, 9 Jun 2024, 11:40 Elvis Angelaccio,

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

2024-06-09 Thread Elvis Angelaccio
On 08/06/24 20:41, Volker Krause wrote: > On Samstag, 8. Juni 2024 13:40:12 CEST Elvis Angelaccio wrote: >> On 04/06/24 22:47, Albert Astals Cid wrote: >>> ark - 2nd week >>> >>> * https://invent.kde.org/utilities/ark/-/pipelines/705069 >>> >>> * kerfuffle-extracttest fails on FreeBSD >>

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

2024-06-09 Thread Elvis Angelaccio
On 08/06/24 22:51, Ingo Klöcker wrote: > On Samstag, 8. Juni 2024 13:40:12 CEST Elvis Angelaccio wrote: >> On 04/06/24 22:47, Albert Astals Cid wrote: >>> ark - 2nd week >>> >>> * https://invent.kde.org/utilities/ark/-/pipelines/705069 >>> >>> * kerfuffle-extracttest fails on FreeBSD >> >>

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

2024-06-08 Thread Ingo Klöcker
On Samstag, 8. Juni 2024 13:40:12 CEST Elvis Angelaccio wrote: > On 04/06/24 22:47, Albert Astals Cid wrote: > > ark - 2nd week > > > > * https://invent.kde.org/utilities/ark/-/pipelines/705069 > > > > * kerfuffle-extracttest fails on FreeBSD > > This test started to fail as soon as we

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

2024-06-08 Thread Volker Krause
On Samstag, 8. Juni 2024 13:40:12 CEST Elvis Angelaccio wrote: > On 04/06/24 22:47, Albert Astals Cid wrote: > > ark - 2nd week > > > > * https://invent.kde.org/utilities/ark/-/pipelines/705069 > > > > * kerfuffle-extracttest fails on FreeBSD > > This test started to fail as soon as we

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

2024-06-08 Thread Elvis Angelaccio
On 04/06/24 22:47, Albert Astals Cid wrote: > > ark - 2nd week > * https://invent.kde.org/utilities/ark/-/pipelines/705069 > * kerfuffle-extracttest fails on FreeBSD This test started to fail as soon as we switched from 'freebsd14_qt66' to 'freebsd14_qt67'. I'm afraid this is a regression

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

2024-06-07 Thread Ben Cooksley
On Sat, Jun 8, 2024 at 11:07 AM Nate Graham wrote: > +cc Matthias > > > On 6/5/24 1:16 PM, Ingo Klöcker wrote: > > On Mittwoch, 5. Juni 2024 20:24:52 CEST Ben Cooksley wrote: > >> On Wed, Jun 5, 2024 at 7:26 PM Ingo Klöcker wrote: > >>> In my opinion, the ID of massif-visualizer should be

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

2024-06-07 Thread Nate Graham
+cc Matthias On 6/5/24 1:16 PM, Ingo Klöcker wrote: On Mittwoch, 5. Juni 2024 20:24:52 CEST Ben Cooksley wrote: On Wed, Jun 5, 2024 at 7:26 PM Ingo Klöcker wrote: In my opinion, the ID of massif-visualizer should be changed back to org.kde.massif-visualizer. Or massif-visualizer needs to

Re: VDG application design sprint?

2024-06-06 Thread Andy B
Are there any updates on this? On Thu, May 2, 2024 at 1:16 PM Andy B wrote: > > On Wed, May 1, 2024 at 8:12 PM Nicolas Fella wrote: > >> On 11.04.24 16:25, Nicolas Fella wrote: >> > On 1/24/23 00:43, Nicolas Fella wrote: >> >> Hi, >> >> >> >> I think it would make sense for us to have a VDG

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

2024-06-05 Thread Ingo Klöcker
On Mittwoch, 5. Juni 2024 20:24:52 CEST Ben Cooksley wrote: > On Wed, Jun 5, 2024 at 7:26 PM Ingo Klöcker wrote: > > In my opinion, the ID of massif-visualizer should be changed back to > > org.kde.massif-visualizer. Or massif-visualizer needs to forgo it's hyphen > > in > > favor of an

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

2024-06-05 Thread Ben Cooksley
On Wed, Jun 5, 2024 at 7:26 PM Ingo Klöcker wrote: > On Dienstag, 4. Juni 2024 22:47:22 CEST Albert Astals Cid wrote: > > massif-visualizer - 3rd week > > * https://invent.kde.org/sdk/massif-visualizer/-/pipelines/705072 > > * appstreamtest fails because https://apps.kde.org/massif-visualizer

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

2024-06-05 Thread Ingo Klöcker
On Dienstag, 4. Juni 2024 22:47:22 CEST Albert Astals Cid wrote: > massif-visualizer - 3rd week > * https://invent.kde.org/sdk/massif-visualizer/-/pipelines/705072 > * appstreamtest fails because https://apps.kde.org/massif-visualizer > doesn't exist > > > kwalletmanager - 2nd week > *

Re: Migrating Windows CI to Qt 6.7 - Roadblocks

2024-06-03 Thread christoph
On 2024-06-03 15:38, Albert Vaca Cintora wrote: I created a task for KDE Connect to not require DBus on Windows/MacOS [1]. I agree using DBus is not great, but it's not an easy change to make and we have a total of zero developers on those platforms. [1]

Re: Migrating Windows CI to Qt 6.7 - Roadblocks

2024-06-03 Thread Albert Vaca Cintora
I created a task for KDE Connect to not require DBus on Windows/MacOS [1]. I agree using DBus is not great, but it's not an easy change to make and we have a total of zero developers on those platforms. [1] https://invent.kde.org/network/kdeconnect-meta/-/issues/23

Re: Cannot change language

2024-06-02 Thread Ingo Klöcker
On Sonntag, 2. Juni 2024 05:01:33 CEST Jasem Mutlaq wrote: > On Sat, Jun 1, 2024 at 10:08 PM Ingo Klöcker wrote: > > On Montag, 29. April 2024 14:45:17 CEST Jasem Mutlaq wrote: > > > With the release of KStars 3.7.0 a few weeks ago, users are no longer > > > able > > > to switch languages. Once

Re: Cannot change language

2024-06-01 Thread Jasem Mutlaq
Hello Ingo, The issue occurs on Linux (debian package or built from source) and on Windows and MacOS. -- Best Regards, Jasem Mutlaq On Sat, Jun 1, 2024 at 10:08 PM Ingo Klöcker wrote: > On Montag, 29. April 2024 14:45:17 CEST Jasem Mutlaq wrote: > > With the release of KStars 3.7.0 a few

Re: KGeoTag's main window position is not restored

2024-05-30 Thread Tobias Leupold
Hi all again, just fyi: I found it. It was indeed PEBCAK ;-) I use an override closeEvent() function. At the end of this function, I called QApplication::quit(). This bypassed the needed functionality. Passing the close event through to KXmlGuiWindow::closeEvent() fixed the position not being

Re: KDE Gear projects with failing CI (release/24.05) (21 May 2024)

2024-05-29 Thread Volker Krause
On Mittwoch, 29. Mai 2024 01:13:51 CEST Albert Astals Cid wrote: > 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: 4 repository has been fixed > > > Bad news:

Re: KDE Gear projects with failing CI (release/24.05) (28 May 2024)

2024-05-28 Thread Albert Astals Cid
Subject had a typo, should have been 28 May not 21 May El dimecres, 29 de maig del 2024, a les 1:13:51 (CEST), Albert Astals Cid va escriure: > 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

Re: LibKF6Breeze Icons and KIconLoader

2024-05-27 Thread christoph
On 2024-05-27 16:00, Jonathan Riddell wrote: I neon me and David R tracked it down to some optimization probably with the dh_dwz tool from Debian packaging tools, this is the "DWARF optimization and duplicate removal tool" part of the toolchain. And with the discussion here Christoph has

Re: LibKF6Breeze Icons and KIconLoader

2024-05-27 Thread Jonathan Riddell
I neon me and David R tracked it down to some optimization probably with the dh_dwz tool from Debian packaging tools, this is the "DWARF optimization and duplicate removal tool" part of the toolchain. And with the discussion here Christoph has yesterday replaced the use of qt_add_big_resources()

Re: Migrating Windows CI to Qt 6.7 - Roadblocks

2024-05-27 Thread christoph
On 2024-05-27 14:55, Carl Schwan wrote: On Saturday, May 25, 2024 1:02:41 PM Central European Summer Time christ...@cullmann.io wrote: Hi, Thanks, you were faster than me. Now that frameworks is QDBus free on Windows and macOS I would even propose that in a next update of the stuff we really

Re: Migrating Windows CI to Qt 6.7 - Roadblocks

2024-05-27 Thread Carl Schwan
On Saturday, May 25, 2024 1:02:41 PM Central European Summer Time christ...@cullmann.io wrote: > Hi, > > Thanks, you were faster than me. > > Now that frameworks is QDBus free on Windows and macOS I would even > propose that in a next update of the stuff we really not have QtDBus > around at

Re: Migrating Windows CI to Qt 6.7 - Roadblocks

2024-05-27 Thread christoph
On 2024-05-27 14:34, Konstantin Kharlamov wrote: On Mon, 2024-05-27 at 14:26 +0200, christ...@cullmann.io wrote: On 2024-05-27 14:01, Ralf Habacker wrote: > There is e.g. the remote control area which is implemented in KDE > applications with dbus. Should we now use a separate implementation >

Re: Migrating Windows CI to Qt 6.7 - Roadblocks

2024-05-27 Thread Konstantin Kharlamov
On Mon, 2024-05-27 at 14:26 +0200, christ...@cullmann.io wrote: > On 2024-05-27 14:01, Ralf Habacker wrote: > > > There is e.g. the remote control area which is implemented in KDE > > applications with dbus. Should we now use a separate implementation > > for > > each platform with additional

Re: Migrating Windows CI to Qt 6.7 - Roadblocks

2024-05-27 Thread christoph
On 2024-05-27 14:01, Ralf Habacker wrote: Am 26.05.24 um 11:42 schrieb christ...@cullmann.io: For the re-use of instances you need to use something like https://github.com/KDAB/KDSingleApplication or similar. Any implicit starting of the dbus stuff will often just result in hangs or other

Re: Migrating Windows CI to Qt 6.7 - Roadblocks

2024-05-27 Thread Ralf Habacker
Am 26.05.24 um 11:42 schrieb christ...@cullmann.io: For the re-use of instances you need to use something like https://github.com/KDAB/KDSingleApplication or similar. Any implicit starting of the dbus stuff will often just result in hangs or other misbehavior. DBus on Windows starts

Re: I'm blocked from editing the KDE Community Wiki

2024-05-27 Thread Tobias Leupold
Hi Ben, E-Mail von Ben Cooksley vom Montag, 27. Mai 2024, 11:19:59 CEST: > On Mon, May 27, 2024 at 8:26 PM Tobias Leupold wrote: > > Hi all, and possibly Sysadmin! > > Hey Tobias, > > > I just tried to to edit KGeoTag's Community Wiki page at > > https://community.kde.org/KGeoTag > > > > I

Re: I'm blocked from editing the KDE Community Wiki

2024-05-27 Thread Ben Cooksley
On Mon, May 27, 2024 at 8:26 PM Tobias Leupold wrote: > Hi all, and possibly Sysadmin! > Hey Tobias, > > I just tried to to edit KGeoTag's Community Wiki page at > https://community.kde.org/KGeoTag > > I wanted to add some more info about dependencies you need to build it, > i.e. I > wanted

Re: KGeoTag's main window position is not restored

2024-05-26 Thread Tobias Leupold
E-Mail vom Sonntag, 26. Mai 2024, 18:14:12 CEST: > It is not possible anymore in Wayland because window coordinates cannot be > set. I know (from the KMainWindow sources), but I don't use Wayland. Also, e.g. for KPhotoAlbum (which apparently does exactly same), the position is restored as

Re: KGeoTag's main window position is not restored

2024-05-26 Thread slbtty
It is not possible anymore in Wayland because window coordinates cannot be set. On Sun, May 26, 2024 at 11:37 AM Tobias Leupold wrote: > > Hi all! > > I'm a bit lost with this one. Maybe someone with more insight in KXmlGuiWindow > could give me a hand about this? Most probably, this is PEBCAK

Re: Migrating Windows CI to Qt 6.7 - Roadblocks

2024-05-26 Thread christoph
ensure yourself one is properly started (like KDE Connect seems to do) it will just not work (and more important: makes no sense). For the re-use of instances you need to use something like https://github.com/KDAB/KDSingleApplication or similar. It would actually be nice to have something like

Re: Migrating Windows CI to Qt 6.7 - Roadblocks

2024-05-26 Thread christoph
Connect seems to do) it will just not work (and more important: makes no sense). For the re-use of instances you need to use something like https://github.com/KDAB/KDSingleApplication or similar. Any implicit starting of the dbus stuff will often just result in hangs or other misbehavior

Re: KDE Gear projects with failing CI (master) (21 May 2024)

2024-05-26 Thread Ben Cooksley
t; Unfortunately not possible i'm afraid - as release/23.08 is no longer > > > > supported (as no further releases are being made). > > > > I therefore terminated all CI support for that branch to ensure that > any > > > > issues like this one were f

Re: Migrating Windows CI to Qt 6.7 - Roadblocks

2024-05-26 Thread Thomas Friedrichsmeier
On Sat, 25 May 2024 13:02:41 +0200 christ...@cullmann.io wrote: > Now that frameworks is QDBus free on Windows and macOS I would even > propose that in a next update of the stuff we really not have QtDBus > around at all on these systems and make the use optional for the apps > that want to

Re: KDE Gear projects with failing CI (master) (21 May 2024)

2024-05-26 Thread Volker Krause
'm afraid - as release/23.08 is no longer > > > supported (as no further releases are being made). > > > I therefore terminated all CI support for that branch to ensure that any > > > issues like this one were forced to the surface. > > > > But do we actua

Re: Migrating Windows CI to Qt 6.7 - Roadblocks

2024-05-25 Thread Ben Cooksley
On Sun, May 26, 2024 at 12:22 AM wrote: > On 2024-05-25 10:06, Volker Krause wrote: > > On Samstag, 25. Mai 2024 05:40:26 CEST Ben Cooksley wrote: > >> Hi all, > >> > >> Been looking into what is needed to migrate Windows CI over to Qt 6.7 > >> this > >> afternoon and alas have run into a few

Re: KDE Gear projects with failing CI (master) (21 May 2024)

2024-05-25 Thread Ben Cooksley
ing made). > > I therefore terminated all CI support for that branch to ensure that any > > issues like this one were forced to the surface. > > But do we actually need CI for libkgapi for this? We only need it > available as > a dependency, so theoretically even distro packag

Re: Migrating Windows CI to Qt 6.7 - Roadblocks

2024-05-25 Thread Ben Cooksley
On Sat, May 25, 2024 at 10:52 PM wrote: > On 2024-05-25 05:40, Ben Cooksley wrote: > > Hi all, > > > > Been looking into what is needed to migrate Windows CI over to Qt 6.7 > > this afternoon and alas have run into a few roadblocks, related to > > QDBusConnection. > > > >

Re: Migrating Windows CI to Qt 6.7 - Roadblocks

2024-05-25 Thread christoph
On 2024-05-25 10:06, Volker Krause wrote: On Samstag, 25. Mai 2024 05:40:26 CEST Ben Cooksley wrote: Hi all, Been looking into what is needed to migrate Windows CI over to Qt 6.7 this afternoon and alas have run into a few roadblocks, related to QDBusConnection.

Re: Migrating Windows CI to Qt 6.7 - Roadblocks

2024-05-25 Thread christoph
On 2024-05-25 05:40, Ben Cooksley wrote: Hi all, Been looking into what is needed to migrate Windows CI over to Qt 6.7 this afternoon and alas have run into a few roadblocks, related to QDBusConnection. https://invent.kde.org/sysadmin/ci-management/-/jobs/1848501

  1   2   3   4   5   6   7   8   9   10   >