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

2022-09-04 Thread Gilles Caulier
Hi Ben, With build/binary-factory , it was possible to get an Embeddable Build Status Icon as this one : https://binary-factory.kde.org/view/AppImage/job/Digikam_Nightly_appimage-centos7/badge/ Does this feature still exist with Gitlab infrastructure ? Thanks Gilles Le sam. 27 août 2022 à 11:

Re: KSANECore in KDE review

2022-04-02 Thread Gilles Caulier
Hi, Just a question about Qt6 support in KSane* API. Do you plan this kind of support in a near future? As i can see libksane is not yet ported. Best regards Gilles Caulier Le sam. 2 avr. 2022 à 11:26, Alexander Stippich a écrit : > > On Sunday, 27 March 2022 21:28:38 CEST Harald

Re: Gitlab CI - Inbound

2021-09-05 Thread Gilles Caulier
se keep in mind in the future. This can also be a project to delegate to a student later : "port digiKam CI to Gitlab"... My best regards Gilles Caulier Gilles Caulier Le dim. 5 sept. 2021 à 10:38, Halla Rempt a écrit : > On zondag 5 september 2021 08:13:09 CEST Ben Coo

Re: Transition to new mirror infrastructure

2020-11-09 Thread Gilles Caulier
Linux AppImage... Best regards Gilles Caulier Le ven. 30 oct. 2020 à 09:56, Ben Cooksley a écrit : > > Hi all, > > Just a heads up that over the weekend we're going to be migrating from the > existing mirror master server (known as milonia.kde.org) to the new master > ser

Re: http://commitfilter.kde.org/ ?

2017-11-03 Thread Gilles Caulier
ring is done on my side. Cheer Gilles Caulier 2017-11-03 15:07 GMT+01:00 Dominik Haumann : > Hi, > > On Mon, Oct 30, 2017 at 8:38 AM, Ben Cooksley wrote: > > On Mon, Oct 30, 2017 at 6:38 PM, Martin Koller wrote: > >>> On Sun, Oct 29, 2017 at 9:47 PM,

Re: KTabWidget vs QTabWidget

2015-09-19 Thread Gilles Caulier
Into digiKam, i do exactly a pure Qt5 port of KTabWidget to QTabWidget, especially about D&D. Look my commit : https://quickgit.kde.org/?p=digikam.git&a=commit&h=11b5e18d24d80a1bf34fdcc78064a7cb8a26fabc Best Gilles Caulier 2015-09-19 9:19 GMT+02:00 Thomas Lübking : > Disc

Re: libkgeomap

2015-01-30 Thread Gilles Caulier
rk to solve problems due to sharing rules. I remember peoples from KDE who ask to changes my viewpoint... We have tried to do the best, and as i can see it's never enough... Gilles Caulier

Re: libkgeomap

2015-01-05 Thread Gilles Caulier
port from KHTML to Qt5::Webkit. All details are listed in this wiki page section : https://techbase.kde.org/Projects/Digikam/CodingSprint2014#Libkgeomap Michael, if you have some free time to review code later, it will be great. Thanks in advance. Best Gilles Caulier 2015-01-04 20:21 GMT+01:00

Re: libkgeomap

2015-01-01 Thread Gilles Caulier
2015-01-01 23:40 GMT+01:00 Albert Astals Cid : > El Dijous, 1 de gener de 2015, a les 23:23:16, Gilles Caulier va escriure: >> 2015-01-01 23:16 GMT+01:00 Albert Astals Cid : >> > El Diumenge, 21 de desembre de 2014, a les 19:39:27, Tobias Leupold va >> > >> > es

Re: libkgeomap

2015-01-01 Thread Gilles Caulier
e about files to manage. It's item to geolocalize. In digiKam we have a small interface to wrap libkgeomap with image geolocation stored in database. The real link between GPS info to display over the map and image/Video are done here. So, you can wrap your main data to geolocalize by the same way. libkgeompa do care about data which will store GPS info. Gilles Caulier

Re: libkgeomap

2014-12-21 Thread Gilles Caulier
gt;> >> libkgeomap. Would it be possible (of course after some review etc.) to do >> >> the same with this library, for the same reasons? Probably, >> >> kdegraphics/libs would not be the right place for libkgeomap, as it >> >> depends >> >

Re: libkgeomap

2014-12-15 Thread Gilles Caulier
2014-12-15 22:01 GMT+01:00 Albert Astals Cid : > El Dilluns, 15 de desembre de 2014, a les 21:57:05, Gilles Caulier va > escriure: >> libkgeomap is a wrapper between marble for local map, OpenStreetMap, >> and GoogleMaps, to display geolocated items place over a world map.

Re: libkgeomap

2014-12-15 Thread Gilles Caulier
2014-12-15 22:01 GMT+01:00 Albert Astals Cid : > El Dilluns, 15 de desembre de 2014, a les 21:57:05, Gilles Caulier va > escriure: >> libkgeomap is a wrapper between marble for local map, OpenStreetMap, >> and GoogleMaps, to display geolocated items place over a world map.

Re: libkgeomap

2014-12-15 Thread Gilles Caulier
- Made GPS track - Perform reverse Geocoding using Internet server. Project page : https://projects.kde.org/projects/extragear/libs/libkgeomap API Doc : http://api.kde.org/extragear-api/libs-apidocs/libkgeomap/libkgeomap/html/index.html Gilles Caulier 2014-12-15 21:46 GMT+01:00 Albert Astals Cid

Re: libkgeomap

2014-12-15 Thread Gilles Caulier
I would just to indicate that libkgeomap is already ported to KF5, as libkipi, libkexiv2, libkface, and libkdcraw. see this wiki page for details : https://techbase.kde.org/Projects/Digikam/CodingSprint2014#KF5.2FQt5_Port_Status Gilles Caulier 2014-12-14 18:57 GMT+01:00 Tobias Leupold : >

Re: kdepimlibs Coverity Scan Report, Oct 14 2014

2014-10-16 Thread Gilles Caulier
utors. Compared to cppcheck, Coverity can see in-deep dysfunctions where cppcheck report nothing. I can see more false positive from cppcheck than Coverity. If you look opensource projects scanned by Coverity, you will seen all most important on the world. Gilles Caulier 2014-10-16 18:48 GMT+02:00

Re: kdepimlibs Coverity Scan Report, Oct 14 2014

2014-10-16 Thread Gilles Caulier
2014-10-16 12:29 GMT+02:00 Ben Cooksley : > On Thu, Oct 16, 2014 at 8:53 PM, Gilles Caulier > wrote: >> Allen, > > Hi Gilles, > >> >> Just a workflow question : why to export Coverity report to CSV where >> you can send automatically a mail to devel mailing

Fwd: kdepimlibs Coverity Scan Report, Oct 14 2014

2014-10-16 Thread Gilles Caulier
year to use this tool, the feedback is really excellent, especially to check new code from students. Best Gilles Caulier 2014-10-14 14:30 GMT+02:00 Allen Winter : > Howdy, > > Attached is the Coverity Scan report for kdepimlibs 4.14 as of today. > You might feel like fixing some o

Re: libkface

2014-10-15 Thread Gilles Caulier
Albert, For KF5 port loading translations catalog is not necessary, as i can see the warnings reported by compiler. Right ? static const KCatalogLoader loader("libkexiv2"); Gilles 2014-10-15 23:28 GMT+02:00 Gilles Caulier : > 2014-10-15 22:56 GMT+02:00 Albert Astals Cid : >>

Re: libkface

2014-10-15 Thread Gilles Caulier
2014-10-15 22:56 GMT+02:00 Albert Astals Cid : > Hi Gilles we just found a problem in libkface. > > It has i18n() calls but no Messages.sh and no KCatalogLoader to load it's > translation catalog. > > Can you please take care of fixing that? Done : http://commits.kde.org/libkface/2a80e6681fc98c9a

Re: libkface

2014-10-11 Thread Gilles Caulier
So, what's missing to process migration from extragear/libs to kdegraphics/libs ? Who process migration ? KDE admin ? Gilles 2014-10-11 11:23 GMT+02:00 Gilles Caulier : > 2014-10-10 23:21 GMT+02:00 Tobias Leupold : >> Am Freitag 10 Oktober 2014, 23:03:26 schrieb Albert Astals Cid:

Re: libkface

2014-10-11 Thread Gilles Caulier
2014-10-10 23:21 GMT+02:00 Tobias Leupold : > Am Freitag 10 Oktober 2014, 23:03:26 schrieb Albert Astals Cid: >> Before it happening at least i'd like to have: >> * identity.h fixed to have a d-pointer > At least, this has already been done. The respective patch is ready, cf. Bug > #339524. Gilles

Re: libkface

2014-10-10 Thread Gilles Caulier
2014-10-10 23:03 GMT+02:00 Albert Astals Cid : > El Dijous, 25 de setembre de 2014, a les 12:14:43, Tobias Leupold va escriure: >> Hi list! >> >> The discussion on kde-graphics-devel finished with the statement this had to >> be determined by kde-core-devel. So what do you think? > > From reading t

Re: libkface

2014-09-30 Thread Gilles Caulier
2014-09-30 11:57 GMT+02:00 David Edmundson : > > > On Tue, Sep 30, 2014 at 11:38 AM, Gilles Caulier > wrote: >> >> 2014-09-30 11:28 GMT+02:00 Martin Klapetek : >> > On Tue, Sep 30, 2014 at 7:44 AM, Gilles Caulier >> > >> > wrote: >> >&

Re: libkface

2014-09-30 Thread Gilles Caulier
2014-09-30 11:28 GMT+02:00 Martin Klapetek : > On Tue, Sep 30, 2014 at 7:44 AM, Gilles Caulier > wrote: >> >> 2014-09-30 3:06 GMT+02:00 Vishesh Handa : >> > Hey Tobias >> > >> > Some comments about the code - >> > >> > 1. The

Re: libkface

2014-09-30 Thread Gilles Caulier
2014-09-30 7:44 GMT+02:00 Gilles Caulier : > 2014-09-30 3:06 GMT+02:00 Vishesh Handa : >> Hey Tobias >> >> Some comments about the code - >> >> 1. The code seems to be licensed under GPL. In order to make it into a >> framework, it will need to be re-lic

Re: libkface

2014-09-29 Thread Gilles Caulier
2014-09-30 7:44 GMT+02:00 Gilles Caulier : > 2014-09-30 3:06 GMT+02:00 Vishesh Handa : >> Hey Tobias >> >> Some comments about the code - >> >> 1. The code seems to be licensed under GPL. In order to make it into a >> framework, it will need to be re-lic

Re: libkface

2014-09-29 Thread Gilles Caulier
d, facial recognition is not particularly cheap. > However, the APIs appear to be blocking. What is the correct way to use > them? Spawn a new thread? Run under a QRunnable? in digiKam, Face Recognition run in separated threads through QThread. Best Gilles Caulier

Re: libkface

2014-09-27 Thread Gilles Caulier
g here... Gilles Caulier

Re: libkface

2014-09-27 Thread Gilles Caulier
r usage outside kdegraphics apps. We will see. Step by step... Gilles Caulier

Re: Review Request 120287: [OS X] make kde-workspace build

2014-09-21 Thread Gilles Caulier
entry as obsolete : https://git.reviewboard.kde.org/r/112991/ - Gilles Caulier On Sept. 20, 2014, 12:52 p.m., René J.V. Bertin wrote: > > --- > This is an automatically generated e-mail. To reply, visit: > https://git.reviewboa

Re: projects page dead ?

2013-11-29 Thread Gilles Caulier
same here... Gilles Caulier 2013/11/29 Hugo Pereira Da Costa : > https://projects.kde.org/projects/ > gives 'bad gateway'. Is it just me ? A known (hopefully temporary) issue ? > Has the page moved ? > > Thanks in advance, > > Hugo

Re: Review Request 112991: Fix compilation rules of KDE-Workspace under OSX/Macports

2013-10-25 Thread Gilles Caulier
Macports bug report for details : https://trac.macports.org/ticket/33780 Gilles Caulier Diffs - CMakeLists.txt c37ab8b kcontrol/CMakeLists.txt a25aaa0 libs/CMakeLists.txt 9d71a03 Diff: http://git.reviewboard.kde.org/r/112991/diff/ Testing --- I tested this patch under my

Re: Review Request 112991: Fix compilation rules of KDE-Workspace under OSX/Macports

2013-10-22 Thread Gilles Caulier
on other platform. After all, Windows is also supported by KDE-Workspace, why not OSX. My patch simply reproduce compilation rules defined by Windows to OSX. Gilles Caulier - Gilles Caulier On Sept. 29, 2013, 5:15 p.m., Gilles Caulier wrote

Re: Dependency to unreleased versions

2013-10-21 Thread Gilles Caulier
, why libkdcraw need again to resolve these ? OpenMP support is internal to libraw. Client code as libkdcraw do not use OpenMP API. I suspect something wrong in libraw packaging. Under Mageia, i cannot reproduce the problem... Gilles Caulier 2013/10/21 Albert Astals Cid : > El Dilluns, 21 d'oc

Re: Dependency to unreleased versions

2013-10-21 Thread Gilles Caulier
optimization will miss in client applications. I will check under OSX and Windows today, but i'm sure that all will work perfectly... Gilles Caulier 2013/10/21 Gilles Caulier : > 2013/10/21 Albert Astals Cid : >> El Diumenge, 20 d'octubre de 2013, a les 22:53:22, Gilles Caulier

Re: Dependency to unreleased versions

2013-10-20 Thread Gilles Caulier
2013/10/21 Albert Astals Cid : > El Diumenge, 20 d'octubre de 2013, a les 22:53:22, Gilles Caulier va escriure: >> Soon will be few days. But it will be just a beta release, not a stable. >> >> I will try to find a way next week to check libraw < 0.16 with cmake >

Re: Dependency to unreleased versions

2013-10-20 Thread Gilles Caulier
Soon will be few days. But it will be just a beta release, not a stable. I will try to find a way next week to check libraw < 0.16 with cmake to solve this issue. Gilles Caulier 2013/10/20 Alexander Neundorf : > On Sunday 20 October 2013, Torgny Nyblom wrote: >> Hi, >> >&g

Re: Dependency to unreleased versions

2013-10-20 Thread Gilles Caulier
Hi, The first beta of libraw 0.16 will be done soon, accordingly with libraw team. 0.16 release will introduce whole compilation rules driven by cmake (completed by me). Best Gilles Caulier 2013/10/20 Torgny Nyblom : > Hi, > > What is the policy of depending on unreleased librarie

Re: Review Request 112991: Fix compilation rules of KDE-Workspace under OSX/Macports

2013-10-17 Thread Gilles Caulier
, not KDE/4.11 branch. I will checkout this code and adapt patch accordingly Gilles Caulier - Gilles Caulier On Sept. 29, 2013, 5:15 p.m., Gilles Caulier wrote: > > --- > This is an automatically generated e-mail. To reply, visi

Re: Review Request 112991: Fix compilation rules of KDE-Workspace under OSX/Macports

2013-10-14 Thread Gilles Caulier
? Let's me hear if you need info relevant. Thanks in advance. Gilles Caulier - Gilles Caulier On Sept. 29, 2013, 5:15 p.m., Gilles Caulier wrote: > > --- > This is an automatically generated e-mail. To reply,

Review Request 112991: Fix compilation rules of KDE-Workspace under OSX/Macports

2013-09-29 Thread Gilles Caulier
suitable GUI under OSX. See my Macports bug report for details : https://trac.macports.org/ticket/33780 Gilles Caulier This addresses bug https://trac.macports.org/ticket/33780. http://bugs.kde.org/show_bug.cgi?id=https://trac.macports.org/ticket/33780 Diffs - CMakeLists.txt c37ab8b

Re: What to do with KScanDialog

2013-08-31 Thread Gilles Caulier
I don't know exactly (i don't know KSCanDialog in fact, so i cannot compare). Ask to kare Sars who maintain this code. I can respond better than me... Gilles Caulier 2013/8/31 Àlex Fiestas : > On Saturday 31 August 2013 19:42:02 Gilles Caulier wrote: >> Hi, >> >>

Re: What to do with KScanDialog

2013-08-31 Thread Gilles Caulier
Hi, libksane in kdegraphics/libs is the right alternative, very well maintained : https://projects.kde.org/projects/kde/kdegraphics/libs/libksane It work under Linux and OSX using libsane. Under Windows it use Twain interface. Best Gilles Caulier 2013/8/31 Àlex Fiestas : > KScanDialog

Re: Plans for SVN infrastructure shutdown

2013-02-08 Thread Gilles Caulier
right Ben, I used wrong url... It work now... Gilles Caulier 2013/2/8 Ben Cooksley > On Fri, Feb 8, 2013 at 10:30 PM, Gilles Caulier > wrote: > > It must be a right access failure i think > > Hi Gilles, > > > > > I process private repository using my acco

Re: Plans for SVN infrastructure shutdown

2013-02-07 Thread Gilles Caulier
Thanks Gilles 2013/2/7 Ivan Čukić > > > > You should migrate those to repositories under your scratch namespace > > > on git.kde.org. > > > > Hi Ben, > > > > My scratch namespace ? I'm not sure to understand... > > > http://community.kde.org/Sysadmin/GitKdeOrgManual#Personal_scratch_repositori

Re: Plans for SVN infrastructure shutdown

2013-02-07 Thread Gilles Caulier
2013/2/7 Ben Cooksley > On Fri, Feb 8, 2013 at 1:38 AM, Gilles Caulier > wrote: > > Hi all, > > Hi Gilles, > > > > > What's about user home dir hosted in SVN repository which must be moved > > somewhere is GIT. > > > > Typically, mi

Re: Plans for SVN infrastructure shutdown

2013-02-07 Thread Gilles Caulier
Hi all, What's about user home dir hosted in SVN repository which must be moved somewhere is GIT. Typically, mine is here : http://websvn.kde.org/branches/work/~cgilles/ Best Gilles Caulier 2013/2/7 Marco Martin > On Wednesday 02 January 2013, Nicolás Alvarez wrote: > > The

Re: How Can I change wallpaper from CLI?

2012-09-05 Thread Gilles Caulier
and usefull feature... For details look here : http://community.kde.org/Digikam/SoK2012/WallpaperPlugin https://bugs.kde.org/show_bug.cgi?id=254932 https://bugs.kde.org/show_bug.cgi?id=217950 https://git.reviewboard.kde.org/r/105319/ Best Gilles Caulier 2012/9/5 Nicolás Alvarez : > 2012/

Re: Color Managing KDE

2012-02-22 Thread Gilles Caulier
based implementation in digiKam and port all again to another library as Oyranos ??? Which CM sub-system is used by Gnome Desktop ? They uses Oyranos too ? Gilles Caulier 2012/2/22 Christoph Feck : > On Wednesday 22 February 2012 11:46:53 Richard Hughes wrote: >> GNOME has been a color mana

Re: moving libkface and libkmap from kdereview to extragear/libs.

2011-07-13 Thread Gilles Caulier
2011/7/12 İsmail Dönmez > Hi; > > 2011/7/12 Alexander Neundorf > >> On Tuesday 12 July 2011, Gilles Caulier wrote: >> > 2011/7/12 Alex Merry >> > >> > > On 12/07/11 08:06, Gilles Caulier wrote: >> > >> It's fine for me to

Re: moving libkface and libkmap from kdereview to extragear/libs.

2011-07-12 Thread Gilles Caulier
2011/7/12 Alex Merry > On 12/07/11 08:06, Gilles Caulier wrote: > >> It's fine for me to change libkmap to libkgeomap. >> >> What's about libkface, which is a KDE libface interface to perform facial >> detection on image and later (under dev

Re: moving libkface and libkmap from kdereview to extragear/libs.

2011-07-12 Thread Gilles Caulier
ion. http://libface.sourceforge.net/file/Home.html I would like to solve this problem quickly, because digiKam 2.0.0 will be released at end of July and the way to checkout these dependencies must be clean. Gilles Caulier 2011/7/11 Allen Winter There is a libkimap in kdepimlibs. I could see people confusing li

Re: moving libkface and libkmap from kdereview to extragear/libs.

2011-07-11 Thread Gilles Caulier
Too generic. Ah. I don't know this information. Do you remember the thread about ? it's in mailing list or in IRC ? Gilles 2011/7/11 Albert Astals Cid > A Monday, July 11, 2011, Gilles Caulier va escriure: > > Hi all, > > > > It's possible to move libkfac

moving libkface and libkmap from kdereview to extragear/libs.

2011-07-11 Thread Gilles Caulier
These libs have been reviewed for a long time now. There is no reason to lets this code into kdereview... Or i miss something ? Best Gilles Caulier

moving libkface and libkmap from kdereview to extragear/libs.

2011-07-11 Thread Gilles Caulier
These libs have been reviewed for a long time now. There is no reason to lets this code into kdereview... Or i miss something ? Best Gilles Caulier

Re: Projects in KDE Review for more than two weeks

2011-05-12 Thread Gilles Caulier
o you use git export/import feature ? If yes, it sound a complex task to do, to simply move code around global git KDE repository. Can you post here the command line to use, just to learn this stuff. Thanks in advance... Gilles Caulier 2011/5/12 Ben Cooksley : > Hi all, > > The following

Re: Introducing libmediawiki

2011-03-26 Thread Gilles Caulier
review for libkmediawiki. So i wait it: https://bugs.kde.org/show_bug.cgi?id=269220 Best Gilles Caulier 2011/3/26 Albert Astals Cid : > A Dissabte, 19 de març de 2011, Alexandre Mendes va escriure: >> Hello, >> >> We worked on a library, "libmediawiki", to interface the Med