Re: Gitlab CI Dashboards and retirement of build.kde.org

2022-09-04 Thread Johnny Jazeix
Le sam. 3 sept. 2022 à 21:28, Ben Cooksley a écrit : > On Sat, Sep 3, 2022 at 9:29 PM Gleb Popov <6year...@gmail.com> wrote: > >> On Sat, Sep 3, 2022 at 7:46 AM Ben Cooksley wrote: >> > >> > As previously indicated, I have now shutdown build.kde.org along with >> the domain that supported it's v

Re: Rollout of Gitlab CI

2021-09-29 Thread Johnny Jazeix
Le mer. 29 sept. 2021 à 19:37, Ben Cooksley a écrit : > On Thu, Sep 30, 2021 at 3:41 AM Johnny Jazeix wrote: > >> >> >> Le mer. 29 sept. 2021 à 11:27, Ben Cooksley a écrit : >> >>> Hi all, >>> >>> As those of you who watch and work

Re: Rollout of Gitlab CI

2021-09-29 Thread Johnny Jazeix
Le mer. 29 sept. 2021 à 11:27, Ben Cooksley a écrit : > Hi all, > > As those of you who watch and work on Frameworks repositories will be > aware, we've just rolled out the first set of native Gitlab CI builds. > > These builds are at this time Linux only, but do include support for both > regula

Re: Gitlab CI - Inbound

2021-09-06 Thread Johnny Jazeix
Hi Ben, not sure on which priority it is regarding the KDE Frameworks but I've added one on GCompris ( https://invent.kde.org/education/gcompris/-/commit/67c9839d7970b360b5d6b0ec928b492f9003d07d) if it can help on more tests. Cheers, Johnny Le dim. 5 sept. 2021 à 12:11, Ben Cooksley a écrit :

D27893: Use fallback also on Windows not only mac

2020-03-06 Thread Johnny Jazeix
jjazeix accepted this revision. jjazeix added a comment. same, good and cleaner. Thank you! REPOSITORY R289 KNotifications BRANCH master REVISION DETAIL https://phabricator.kde.org/D27893 To: vonreth, broulik, bcooksley, jjazeix, cullmann Cc: kde-frameworks-devel, LeGast00n, cblack, G

D27355: POC: Make kstatusnotifieritem available without dbus

2020-03-05 Thread Johnny Jazeix
jjazeix added a comment. Can we push it as this to fix the Windows builds? It also breaks a few ones in https://binary-factory.kde.org/view/Windows%2064-bit/ REPOSITORY R289 KNotifications REVISION DETAIL https://phabricator.kde.org/D27355 To: vonreth, bcooksley, jjazeix, broulik Cc: kd

Re: Banning QNetworkAccessManager

2020-02-19 Thread Johnny Jazeix
Hi, as Volker said, without any alternative, we can't just ban QNAM. And even with one, we would need time to implement it (for example, for GCompris, this part of the code was written by someone who is less active now, so rewriting it, testing it and be sure it works will take some time). Can't

D27355: POC: Make kstatusnotifieritem available without dbus

2020-02-17 Thread Johnny Jazeix
jjazeix added a reviewer: broulik. REPOSITORY R289 KNotifications REVISION DETAIL https://phabricator.kde.org/D27355 To: vonreth, bcooksley, jjazeix, broulik Cc: kde-frameworks-devel, LeGast00n, cblack, GB_2, michaelh, ngraham, bruns

D27355: POC: Make kstatusnotifieritem available without dbus

2020-02-12 Thread Johnny Jazeix
jjazeix added a comment. thank you! I did the same but way worse. I think we can at least push this fix to remove all failing jobs then clean it up? INLINE COMMENTS > CMakeLists.txt:94 > if (NOT WIN32 AND NOT ANDROID) > find_package(Qt5 ${REQUIRED_QT_VERSION} CONFIG REQUIRED DBus)

Fwd: DBus on Windows - failing Jenkins builds

2020-02-12 Thread Johnny Jazeix
-- Forwarded message - De : Ben Cooksley Date: mer. 12 févr. 2020 à 10:17 Subject: Re: DBus on Windows - failing Jenkins builds To: KDE on Windows On Mon, Feb 3, 2020 at 8:15 PM Johnny Jazeix wrote: > > Thank you Hannah for the addition, > > It now affects also

Re: Banning QNetworkAccessManager

2020-02-04 Thread Johnny Jazeix
[...] > All of the places where we have actively hit this issue have already > been fixed (Marble and Attica come immediately to mind, not sure if > GCompris fixed their code). > I took a quick look and we use some code to handle redirection: https://github.com/gcompris/GCompris-qt/blob/master/sr

D26691: Optimize code when dropping files into the desktop

2020-02-03 Thread Johnny Jazeix
jjazeix added a comment. Compilation fails: https://build.kde.org/view/Failing/job/Plasma/job/plasma-framework/job/kf5-qt5%20SUSEQt5.12/288/console Missing the new file in the CMakeLists.txt? REPOSITORY R242 Plasma Framework (Library) REVISION DETAIL https://phabricator.kde.org/D26691

D19016: Update Android toolchain files to reality

2019-02-26 Thread Johnny Jazeix
jjazeix added a comment. In D19016#420246 , @apol wrote: > Applications can still override it, note it's a default. > Also note this: https://developer.android.com/distribute/best-practices/develop/target-sdk Ok, good for me :). Than

D19016: Update Android toolchain files to reality

2019-02-25 Thread Johnny Jazeix
jjazeix added inline comments. INLINE COMMENTS > Android.cmake:150 > set_deprecated_variable(CMAKE_ANDROID_ARCH_ABI ANDROID_ABI "armeabi-v7a") > -set_deprecated_variable(CMAKE_ANDROID_API ANDROID_API_LEVEL "14") > +set_deprecated_variable(CMAKE_ANDROID_API ANDROID_API_LEVEL "21") > Sorry, I'm

D15643: Android: Allow passing a relative path as the apk dir

2018-09-28 Thread Johnny Jazeix
jjazeix accepted this revision. jjazeix added a comment. This revision is now accepted and ready to land. works fine, sorry for the doubt, I probably badly applied it last time. REPOSITORY R240 Extra CMake Modules BRANCH arcpatch-D15643 REVISION DETAIL https://phabricator.kde.org/D1564

D15643: Android: Allow passing a relative path as the apk dir

2018-09-21 Thread Johnny Jazeix
jjazeix added a comment. Unfortunately, this does not work. The tmpAndroid folder is created in the build folder after running cmake, so it's not available before: Cannot find tmpAndroid//AndroidManifest.xml according to ANDROID_APK_DIR. tmpAndroid/ GCompris Call Stack (most re

D15643: Android: Allow passing a relative path as the apk dir

2018-09-21 Thread Johnny Jazeix
jjazeix added a comment. Seems good to me at first sight, I'll try it as soon as possible REPOSITORY R240 Extra CMake Modules REVISION DETAIL https://phabricator.kde.org/D15643 To: apol, #frameworks, #gcompris Cc: jjazeix, kde-frameworks-devel, kde-buildsystem, michaelh, ngraham, bruns

Re: Android integration in KConfig framework

2014-04-25 Thread Johnny Jazeix
Hi, thanks for the answer (i'm not in the list :)). I'll try it as soon as I can (hopefully this week-end) and I'll tell you the results. Have a nice day, Johnny 2014-04-24 23:59 GMT+02:00 Aleix Pol : > On Thu, Apr 24, 2014 at 10:55 PM, Aleix Pol wrote: > >> On Thu, Apr 24, 2014 at 9:11 PM,