[digikam] [Bug 416704] Port digiKam to Qt6 and KF6 API.

2022-03-15 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=416704

--- Comment #163 from caulier.gil...@gmail.com ---
Git commit bc524b1ff13320b05f6dc20bf26685fc0b9f96c1 by Gilles Caulier.
Committed on 15/03/2022 at 10:45.
Pushed by cgilles into branch 'master'.

Qt6 port ==> now whole digiKam must be ported to pure Qt6 API.
2 parts still in pending list later when KF6 API will be available: Marble and
libksane
These code relevant of this API will be not a problem so far...

M  +0-1Mainpage.dox
D  +0-27   TODO.Qt6
M  +0-7core/app/DigikamGuiTarget.cmake
M  +0-10   core/cmake/rules/RulesQtFramework.cmake
M  +7-3core/libs/dplugins/core/dplugindimg.cpp
M  +0-15   core/tests/CMakeLists.txt
M  +0-4core/tests/geolocation/geoiface/CMakeLists.txt
M  +0-4core/utilities/geolocation/geoiface/CMakeLists.txt

https://invent.kde.org/graphics/digikam/commit/bc524b1ff13320b05f6dc20bf26685fc0b9f96c1

-- 
You are receiving this mail because:
You are watching all bug changes.

[digikam] [Bug 416704] Port digiKam to Qt6 and KF6 API.

2022-02-12 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=416704

caulier.gil...@gmail.com changed:

   What|Removed |Added

   Version Fixed In||8.0.0
 Status|REOPENED|RESOLVED
 Resolution|--- |FIXED

--- Comment #162 from caulier.gil...@gmail.com ---
qt5-maintenance branch have been created, based on master code to release the
next 7.6, 7.7, 7.8 series.

git master was merged with gsoc21-qt6-port branch and is now the code used for
next 8.0.0 release.

I close this file now.

-- 
You are receiving this mail because:
You are watching all bug changes.

[digikam] [Bug 416704] Port digiKam to Qt6 and KF6 API.

2022-02-12 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=416704

--- Comment #161 from caulier.gil...@gmail.com ---
Git commit 2e41759b67f9e3c4c4511ef531f1b6e51b24f612 by Gilles Caulier.
Committed on 12/02/2022 at 14:08.
Pushed by cgilles into branch 'dev'.

add notes about master and qt5-maintenance branches to deal with git codes

M  +9-1content/download/git.md

https://invent.kde.org/websites/digikam-org/commit/2e41759b67f9e3c4c4511ef531f1b6e51b24f612

diff --git a/content/download/git.md b/content/download/git.md
index 54501d401..61b209f79 100644
--- a/content/download/git.md
+++ b/content/download/git.md

-- 
You are receiving this mail because:
You are watching all bug changes.

[digikam] [Bug 416704] Port digiKam to Qt6 and KF6 API.

2022-02-12 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=416704

--- Comment #160 from caulier.gil...@gmail.com ---
Git commit d6a3095afab097482fd5e3fa1560855164b416be by Gilles Caulier.
Committed on 12/02/2022 at 13:50.
Pushed by cgilles into branch 'gsoc21-qt6-port'.

Qt6 port++

M  +22   -8project/bundles/appimage/04-build-appimage.sh

https://invent.kde.org/graphics/digikam/commit/d6a3095afab097482fd5e3fa1560855164b416be

-- 
You are receiving this mail because:
You are watching all bug changes.

[digikam] [Bug 416704] Port digiKam to Qt6 and KF6 API.

2022-02-11 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=416704

--- Comment #159 from caulier.gil...@gmail.com ---
Git commit 8d9b949457b2e83523ad311283adf84c5a555f68 by Gilles Caulier.
Committed on 12/02/2022 at 06:28.
Pushed by cgilles into branch 'gsoc21-qt6-port'.

Bump Qt6 port as 8.0.0-git version

M  +3-3CMakeLists.txt

https://invent.kde.org/graphics/digikam/commit/8d9b949457b2e83523ad311283adf84c5a555f68

-- 
You are receiving this mail because:
You are watching all bug changes.

[digikam] [Bug 416704] Port digiKam to Qt6 and KF6 API.

2022-02-11 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=416704

--- Comment #158 from caulier.gil...@gmail.com ---
Git commit bf6269cd7e7e87d4743c64cde8fb7a5db35d2728 by Gilles Caulier.
Committed on 11/02/2022 at 22:39.
Pushed by cgilles into branch 'gsoc21-qt6-port'.

more missing install var to set.

M  +4-0core/CMakeLists.txt

https://invent.kde.org/graphics/digikam/commit/bf6269cd7e7e87d4743c64cde8fb7a5db35d2728

-- 
You are receiving this mail because:
You are watching all bug changes.

[digikam] [Bug 416704] Port digiKam to Qt6 and KF6 API.

2022-02-11 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=416704

--- Comment #157 from caulier.gil...@gmail.com ---
Git commit 5809dc3d9e22ca0d3b9614e4f72c19d0df72ef40 by Gilles Caulier.
Committed on 11/02/2022 at 22:33.
Pushed by cgilles into branch 'gsoc21-qt6-port'.

Hack to setup install variable not set with KF6

M  +18   -7core/CMakeLists.txt
M  +0-1project/bundles/3rdparty/ext_kf6_frameworks/CMakeLists.txt
M  +1-1   
project/bundles/3rdparty/ext_kf6_frameworks/kdesrc-buildrc.cmake.in

https://invent.kde.org/graphics/digikam/commit/5809dc3d9e22ca0d3b9614e4f72c19d0df72ef40

-- 
You are receiving this mail because:
You are watching all bug changes.

[digikam] [Bug 416704] Port digiKam to Qt6 and KF6 API.

2022-02-11 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=416704

--- Comment #156 from caulier.gil...@gmail.com ---
Git commit e3f50883ed43b66a365d507ea4276f961fbe74fe by Gilles Caulier.
Committed on 11/02/2022 at 14:39.
Pushed by cgilles into branch 'gsoc21-qt6-port'.

Qt6 port : All Unit-tests compile now.
...
[100%] Automatic MOC for target IOJobsTest
[100%] Built target facesenginedemo_gui_autogen
[100%] Built target convert_format_cli_autogen
[100%] Built target renamecustomizer_utest
[100%] Built target IOJobsTest_autogen
[100%] Built target cameranamehelper_utest
[100%] Built target albummodel_utest
[100%] Built target advancedrename_utest
[100%] Built target checkdatabaseswitch_cli
[100%] Built target checkdatabaseinit_cli
[100%] Built target databasefields_utest
[100%] Built target databasetags_utest
[100%] Built target align_gui
[100%] Built target preprocess_gui
Consolidate compiler generated dependencies of target face_rec_cli
[100%] Built target detect_gui
[100%] Built target benchmark_dnndetection_gui
[100%] Built target recognize_cli
[100%] Building CXX object
core/tests/facesengine/recognition/CMakeFiles/face_rec_cli.dir/face_rec_cli.cpp.o
[100%] Built target benchmark_recognition_cli
[100%] Built target recognition_gui
[100%] Built target traindb_cli
[100%] Built target facesenginedemo_gui
[100%] Built target IOJobsTest
[100%] Built target convert_format_cli
[100%] Linking CXX executable face_rec_cli
[100%] Built target face_rec_cli
...
TODO : check if libksane based code and Marble based code compile with Qt6.
Both still unavailable for the moment.

M  +3-3core/tests/facesengine/recognition/face_rec_cli.cpp
M  +11   -4core/tests/metadataengine/exiftool/exiftoolmulticore_cli.cpp

https://invent.kde.org/graphics/digikam/commit/e3f50883ed43b66a365d507ea4276f961fbe74fe

-- 
You are receiving this mail because:
You are watching all bug changes.

[digikam] [Bug 416704] Port digiKam to Qt6 and KF6 API.

2022-02-11 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=416704

--- Comment #155 from caulier.gil...@gmail.com ---
Git commit 26b09df3f3cde4415acee1644ca332c4352ac103 by Gilles Caulier.
Committed on 11/02/2022 at 10:15.
Pushed by cgilles into branch 'gsoc21-qt6-port'.

Qt6 port++ : enable unit-test compilations

M  +2-2bootstrap.qt6
M  +1-1core/tests/facesengine/demo/CMakeLists.txt
M  +3-3core/tests/fileio/CMakeLists.txt
M  +6-2core/tests/imgqsort/CMakeLists.txt
M  +6-1core/tests/metadataengine/CMakeLists.txt
M  +3-3core/tests/metadataengine/focuspoint/CMakeLists.txt

https://invent.kde.org/graphics/digikam/commit/26b09df3f3cde4415acee1644ca332c4352ac103

-- 
You are receiving this mail because:
You are watching all bug changes.

[digikam] [Bug 416704] Port digiKam to Qt6 and KF6 API.

2022-02-11 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=416704

--- Comment #154 from caulier.gil...@gmail.com ---
Git commit 330ca49c5adad22fb2b0a4b4b1aca069742ac6a3 by Gilles Caulier.
Committed on 11/02/2022 at 09:58.
Pushed by cgilles into branch 'gsoc21-qt6-port'.

\+/ DONE
All plugins now compile fine with Qt6
As we said in France : Champagne to all!!!

[ 84%] Built target core_setupcommon_obj
[ 84%] Automatic MOC for target core_dmetadata_obj
[ 87%] Built target core_imageeditor_obj
[ 87%] Built target core_dmetadata_obj_autogen
[ 96%] Built target core_dmetadata_obj
Consolidate compiler generated dependencies of target digikamcore
[ 96%] Building CXX object
core/app/CMakeFiles/digikamcore.dir/utils/digikam_version.cpp.o
[ 96%] Linking CXX shared library libdigikamcore.so
[ 96%] Built target digikamcore
[ 96%] Automatic MOC for target Generic_ExpoBlending_Plugin
[ 96%] Built target Generic_ExpoBlending_Plugin_autogen
Consolidate compiler generated dependencies of target
Generic_ExpoBlending_Plugin
[ 96%] Building CXX object
core/dplugins/generic/tools/expoblending/CMakeFiles/Generic_ExpoBlending_Plugin.dir/manager/expoblendingthread.cpp.o
[ 96%] Linking CXX shared module Generic_ExpoBlending_Plugin.so
[100%] Built target Generic_ExpoBlending_Plugin

M  +17   -13  
core/dplugins/generic/tools/expoblending/manager/expoblendingthread.cpp
M  +1-1   
core/dplugins/generic/tools/expoblending/manager/expoblendingthread.h

https://invent.kde.org/graphics/digikam/commit/330ca49c5adad22fb2b0a4b4b1aca069742ac6a3

-- 
You are receiving this mail because:
You are watching all bug changes.

[digikam] [Bug 416704] Port digiKam to Qt6 and KF6 API.

2022-02-11 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=416704

--- Comment #153 from caulier.gil...@gmail.com ---
Git commit 88c092d71cb2a22e956d91cab2eee3bf3c84c013 by Gilles Caulier.
Committed on 11/02/2022 at 09:45.
Pushed by cgilles into branch 'gsoc21-qt6-port'.

Qt6 port++

M  +10   -1core/dplugins/generic/webservices/twitter/CMakeLists.txt

https://invent.kde.org/graphics/digikam/commit/88c092d71cb2a22e956d91cab2eee3bf3c84c013

-- 
You are receiving this mail because:
You are watching all bug changes.

[digikam] [Bug 416704] Port digiKam to Qt6 and KF6 API.

2022-02-11 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=416704

--- Comment #152 from caulier.gil...@gmail.com ---
Git commit a9a17fbd60a0c8317ac9ca1cf8d91477032c97af by Gilles Caulier.
Committed on 11/02/2022 at 09:40.
Pushed by cgilles into branch 'gsoc21-qt6-port'.

Qt6 port++

M  +7-6core/dplugins/generic/webservices/flickr/flickrtalker.cpp

https://invent.kde.org/graphics/digikam/commit/a9a17fbd60a0c8317ac9ca1cf8d91477032c97af

-- 
You are receiving this mail because:
You are watching all bug changes.

[digikam] [Bug 416704] Port digiKam to Qt6 and KF6 API.

2022-02-11 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=416704

--- Comment #151 from caulier.gil...@gmail.com ---
Maik,

Important remarks :

- Qt6::QMultimap do not inerit from QMap anymore. This want mean that we need
QMultimap and all iterator ported where it's need. API has also changed or
moved in QMap in favor of QMultimap. Here of course regression tests will
necessary to see if nothing is broken.

- There are plenty of warnings now in the console while compiling, and few are
really informative. This concern also Qt5 code (that we have ignored until
now). Typically, fixing Qt6 port warnings must be reported to Qt5.

- One most important point is the code to merge in master : Where and when ? I
recommend to not do it faster, as i'm sure this port as introduced plenty of
bug, but... I would like to see summer student working with this branch (Qt6
and Qt5 compatible).

- I don't yet check if this code still compile with Qt5. I'm sure that minimal
version of Qt5 is now 5.14.0 at least, but...

- I suggest to release digiKam 7.6.0 with current master branch (in few
days/weeks) and later merge back Qt6 port to master.

- Qt6 port must be released as 8.0.0 ?

Gilles

-- 
You are receiving this mail because:
You are watching all bug changes.

[digikam] [Bug 416704] Port digiKam to Qt6 and KF6 API.

2022-02-11 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=416704

--- Comment #150 from caulier.gil...@gmail.com ---
Git commit dac36cd1a9fe3040120c2e4b1a64983acc2d0fbd by Gilles Caulier.
Committed on 11/02/2022 at 09:11.
Pushed by cgilles into branch 'gsoc21-qt6-port'.

Install KF6::filemetadata and check if Baloo wrap code compile under Qt6

M  +1-1bootstrap.qt6
M  +5-1project/bundles/3rdparty/ext_kf6_frameworks/CMakeLists.txt
R  +10   -10  
project/bundles/3rdparty/ext_kf6_frameworks/kdesrc-buildrc.cmake.in [from:
project/bundles/3rdparty/ext_kf6_frameworks/kdesrc-buildrc - 074% similarity]
M  +1-0project/bundles/appimage/01-build-host.sh
M  +1-0project/bundles/appimage/02-build-extralibs.sh

https://invent.kde.org/graphics/digikam/commit/dac36cd1a9fe3040120c2e4b1a64983acc2d0fbd

-- 
You are receiving this mail because:
You are watching all bug changes.

[digikam] [Bug 416704] Port digiKam to Qt6 and KF6 API.

2022-02-10 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=416704

--- Comment #149 from caulier.gil...@gmail.com ---
Git commit 273229de47a4724ae51ce3c2268ac96c1b637b4b by Gilles Caulier.
Committed on 11/02/2022 at 07:07.
Pushed by cgilles into branch 'gsoc21-qt6-port'.

Qt6 port++

M  +1-1core/dplugins/generic/webservices/inaturalist/inatwindow.cpp
M  +2-2core/dplugins/generic/webservices/mediawiki/mediawikiwidget.cpp
M  +4-2core/dplugins/generic/webservices/piwigo/piwigologindlg.h
M  +1-2core/dplugins/generic/webservices/piwigo/piwigotalker.h
M  +1-2core/dplugins/generic/webservices/piwigo/piwigowindow.h

https://invent.kde.org/graphics/digikam/commit/273229de47a4724ae51ce3c2268ac96c1b637b4b

-- 
You are receiving this mail because:
You are watching all bug changes.

[digikam] [Bug 416704] Port digiKam to Qt6 and KF6 API.

2022-02-10 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=416704

--- Comment #148 from caulier.gil...@gmail.com ---
It still 3 plugins which d o not compile yet :

- expoblending (QtConcurrent::run problems with volatile args)
- flickr (O2 API port required)
- twitter  (O2 API port required)

Gilles

-- 
You are receiving this mail because:
You are watching all bug changes.

[digikam] [Bug 416704] Port digiKam to Qt6 and KF6 API.

2022-02-10 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=416704

--- Comment #147 from caulier.gil...@gmail.com ---
Git commit 55cdf0399ed6bf12e4f2aad19725824143b0a429 by Gilles Caulier.
Committed on 11/02/2022 at 07:04.
Pushed by cgilles into branch 'gsoc21-qt6-port'.

Qt6 port++

M  +2-2core/dplugins/generic/webservices/smugmug/smugwindow.cpp

https://invent.kde.org/graphics/digikam/commit/55cdf0399ed6bf12e4f2aad19725824143b0a429

-- 
You are receiving this mail because:
You are watching all bug changes.

[digikam] [Bug 416704] Port digiKam to Qt6 and KF6 API.

2022-02-10 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=416704

--- Comment #146 from caulier.gil...@gmail.com ---
Git commit 2931793921419694fdab6aea7b17e26c0fe1c8da by Gilles Caulier.
Committed on 11/02/2022 at 06:34.
Pushed by cgilles into branch 'gsoc21-qt6-port'.

Qt6 port++

M  +20   -3core/CMakeLists.txt
M  +1-1core/dplugins/generic/tools/jalbum/CMakeLists.txt
M  +1-0core/dplugins/generic/tools/mediaserver/CMakeLists.txt
M  +5-2   
core/dplugins/generic/tools/mediaserver/server/dmediaservermngr.cpp
M  +7-4core/dplugins/generic/tools/mjpegstream/mjpegserver_p.cpp
M  +6-3core/dplugins/generic/tools/mjpegstream/mjpegservermngr.cpp
M  +4-0core/dplugins/generic/tools/panorama/wizard/panopreviewpage.cpp
M  +7-2core/dplugins/generic/tools/panorama/wizard/panopreviewpage.h
M  +5-1core/dplugins/generic/view/glviewer/CMakeLists.txt
M  +8-1core/dplugins/generic/view/presentation/CMakeLists.txt

https://invent.kde.org/graphics/digikam/commit/2931793921419694fdab6aea7b17e26c0fe1c8da

-- 
You are receiving this mail because:
You are watching all bug changes.

[digikam] [Bug 416704] Port digiKam to Qt6 and KF6 API.

2022-02-10 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=416704

--- Comment #145 from caulier.gil...@gmail.com ---
Git commit 6e810fff68a976b0dd3abc7fdd1033cb7ee0a358 by Gilles Caulier.
Committed on 10/02/2022 at 21:12.
Pushed by cgilles into branch 'gsoc21-qt6-port'.

Qt6 port++

M  +1-1core/dplugins/generic/tools/calendar/wizard/calwidget.cpp
M  +1-1core/dplugins/generic/tools/dngconverter/dngconvertertask.cpp
M  +7-1   
core/dplugins/generic/tools/htmlgallery/generator/gallerytheme.cpp
M  +1-1   
core/dplugins/generic/tools/htmlgallery/wizard/htmlimagesettingspage.cpp

https://invent.kde.org/graphics/digikam/commit/6e810fff68a976b0dd3abc7fdd1033cb7ee0a358

-- 
You are receiving this mail because:
You are watching all bug changes.

[digikam] [Bug 416704] Port digiKam to Qt6 and KF6 API.

2022-02-10 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=416704

--- Comment #144 from caulier.gil...@gmail.com ---
Git commit 7975f583e632af5214462dbd3d5e16b67e193d91 by Gilles Caulier.
Committed on 10/02/2022 at 20:46.
Pushed by cgilles into branch 'gsoc21-qt6-port'.

All RawImport plugins compile fine now

M  +1-1core/dplugins/rawimport/darktable/CMakeLists.txt
M  +1-1core/dplugins/rawimport/native/CMakeLists.txt
M  +1-1core/dplugins/rawimport/rawtherapee/CMakeLists.txt
M  +1-1core/dplugins/rawimport/ufraw/CMakeLists.txt

https://invent.kde.org/graphics/digikam/commit/7975f583e632af5214462dbd3d5e16b67e193d91

-- 
You are receiving this mail because:
You are watching all bug changes.

[digikam] [Bug 416704] Port digiKam to Qt6 and KF6 API.

2022-02-10 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=416704

--- Comment #143 from caulier.gil...@gmail.com ---
Git commit 82977b863c072db1235446e47f62737b6ef261d0 by Gilles Caulier.
Committed on 10/02/2022 at 20:43.
Pushed by cgilles into branch 'gsoc21-qt6-port'.

All Image eDitor plugins compile fine now

M  +4-4core/dplugins/editor/transform/freerotation/freerotationtool.cpp

https://invent.kde.org/graphics/digikam/commit/82977b863c072db1235446e47f62737b6ef261d0

-- 
You are receiving this mail because:
You are watching all bug changes.

[digikam] [Bug 416704] Port digiKam to Qt6 and KF6 API.

2022-02-10 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=416704

--- Comment #142 from caulier.gil...@gmail.com ---
Git commit 8f402337969833ecb4a43802d3c55b8bf5901779 by Gilles Caulier.
Committed on 10/02/2022 at 20:32.
Pushed by cgilles into branch 'gsoc21-qt6-port'.

All BQM and DImg plugins compile fine

M  +1-1core/dplugins/bqm/convert/converttodng/CMakeLists.txt
M  +1-1core/dplugins/bqm/convert/converttoheif/CMakeLists.txt
M  +1-1core/dplugins/bqm/convert/converttojp2/CMakeLists.txt
M  +1-1core/dplugins/bqm/convert/converttojpeg/CMakeLists.txt
M  +1-1core/dplugins/bqm/convert/converttopgf/CMakeLists.txt
M  +1-1core/dplugins/bqm/convert/converttopng/CMakeLists.txt
M  +2-2core/dplugins/bqm/convert/converttotiff/CMakeLists.txt

https://invent.kde.org/graphics/digikam/commit/8f402337969833ecb4a43802d3c55b8bf5901779

-- 
You are receiving this mail because:
You are watching all bug changes.

[digikam] [Bug 416704] Port digiKam to Qt6 and KF6 API.

2022-02-10 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=416704

--- Comment #141 from caulier.gil...@gmail.com ---
Showfoto starts: https://i.imgur.com/zXYJOla.png

digiKam crash after first run, due to application data files not properly
installed on the system.
Plenty of stuff are broken. The real port will start after to complete all
plugins and the test collection codes.

Gilles

-- 
You are receiving this mail because:
You are watching all bug changes.

[digikam] [Bug 416704] Port digiKam to Qt6 and KF6 API.

2022-02-10 Thread Maik Qualmann
https://bugs.kde.org/show_bug.cgi?id=416704

--- Comment #140 from Maik Qualmann  ---
It actually looks correct to me, we'll test it. Is this compiled Qt6 digiKam
version ready to run?

Maik

-- 
You are receiving this mail because:
You are watching all bug changes.

[digikam] [Bug 416704] Port digiKam to Qt6 and KF6 API.

2022-02-10 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=416704

--- Comment #139 from caulier.gil...@gmail.com ---
Maik,
Please double check my patches from Comment 61 and 62...
Gilles

-- 
You are receiving this mail because:
You are watching all bug changes.

[digikam] [Bug 416704] Port digiKam to Qt6 and KF6 API.

2022-02-10 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=416704

--- Comment #138 from caulier.gil...@gmail.com ---
Git commit 925c2761c706182860630aecc00797a639e4c134 by Gilles Caulier.
Committed on 10/02/2022 at 18:25.
Pushed by cgilles into branch 'gsoc21-qt6-port'.

Now Showfoto Qt6 based is here :

[ 94%] Automatic MOC for target showfoto
[ 94%] Built target showfoto_autogen
Consolidate compiler generated dependencies of target showfoto
[ 94%] Building CXX object
core/showfoto/CMakeFiles/showfoto.dir/stackview/showfotostackviewfavorites.cpp.o
[ 94%] Building CXX object
core/showfoto/CMakeFiles/showfoto.dir/stackview/showfotostackviewfavoriteitem.cpp.o
[ 94%] Building CXX object
core/showfoto/CMakeFiles/showfoto.dir/main/showfotosettings.cpp.o
[ 94%] Building CXX object
core/showfoto/CMakeFiles/showfoto.dir/main/showfotoinfoiface.cpp.o
[ 94%] Building CXX object
core/showfoto/CMakeFiles/showfoto.dir/main/showfoto.cpp.o
[ 94%] Building CXX object
core/showfoto/CMakeFiles/showfoto.dir/main/showfoto_open.cpp.o
[ 94%] Building CXX object
core/showfoto/CMakeFiles/showfoto.dir/main/showfoto_iofiles.cpp.o
[ 94%] Building CXX object
core/showfoto/CMakeFiles/showfoto.dir/main/showfoto_setup.cpp.o
[ 94%] Building CXX object
core/showfoto/CMakeFiles/showfoto.dir/main/showfoto_config.cpp.o
[ 97%] Building CXX object
core/showfoto/CMakeFiles/showfoto.dir/main/showfoto_import.cpp.o
[ 97%] Building CXX object
core/showfoto/CMakeFiles/showfoto.dir/main/showfoto_thumbbar.cpp.o
[ 97%] Building CXX object
core/showfoto/CMakeFiles/showfoto.dir/main/main.cpp.o
[ 97%] Linking CXX executable showfoto
[100%] Built target showfoto
[root@localhost showfoto]#

M  +1-1core/showfoto/folderview/showfotofolderviewbookmarkdlg.cpp
M  +6-0core/showfoto/stackview/showfotostackviewfavorites.cpp
M  +1-0core/showfoto/stackview/showfotostackviewlist.cpp

https://invent.kde.org/graphics/digikam/commit/925c2761c706182860630aecc00797a639e4c134

-- 
You are receiving this mail because:
You are watching all bug changes.

[digikam] [Bug 416704] Port digiKam to Qt6 and KF6 API.

2022-02-10 Thread Maik Qualmann
https://bugs.kde.org/show_bug.cgi?id=416704

--- Comment #137 from Maik Qualmann  ---
Wow, what an extensive and great work. ((:-))

Best

Maik

-- 
You are receiving this mail because:
You are watching all bug changes.

[digikam] [Bug 416704] Port digiKam to Qt6 and KF6 API.

2022-02-10 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=416704

--- Comment #136 from caulier.gil...@gmail.com ---
Et voila. digiKam binary Qt6 based compile and link now :

/home/gilles/Documents/7.x/core/app/main/main.cpp:112:44: warning:
‘Qt::AA_DisableHighDpiScaling’ is deprecated: High-DPI scaling is always
enabled. This attribute no longer has any effect. [-Wdeprecated-declarations]
  112 | QCoreApplication::setAttribute(Qt::AA_DisableHighDpiScaling);
  |^~~~
In file included from /usr/include/QtCore/qbytearray.h:45,
 from /usr/include/QtCore/qstringview.h:58,
 from /usr/include/QtCore/qchar.h:666,
 from /usr/include/QtCore/qstring.h:50,
 from /usr/include/QtCore/qdir.h:43,
 from /usr/include/QtCore/QDir:1,
 from /home/gilles/Documents/7.x/core/app/main/main.cpp:29:
/usr/include/QtCore/qnamespace.h:476:9: note: declared here
  476 | AA_DisableHighDpiScaling Q_DECL_ENUMERATOR_DEPRECATED_X(
  | ^~~~
[100%] Linking CXX executable digikam
[100%] Built target digikam

[root@localhost app]# 

It still all dplugins and showfoto to complete the job...

Gilles

-- 
You are receiving this mail because:
You are watching all bug changes.

[digikam] [Bug 416704] Port digiKam to Qt6 and KF6 API.

2022-02-10 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=416704

--- Comment #135 from caulier.gil...@gmail.com ---
Git commit 91c5eeb942132e2ae0a6aef980f8658b48cbb24a by Gilles Caulier.
Committed on 10/02/2022 at 17:39.
Pushed by cgilles into branch 'gsoc21-qt6-port'.

Qt6 port++

M  +2-2core/app/views/sidebar/albumfolderviewsidebarwidget.cpp
M  +2-2core/app/views/sidebar/datefolderviewsidebarwidget.cpp
M  +2-2core/app/views/sidebar/fuzzysearchsidebarwidget.cpp
M  +2-2core/app/views/sidebar/gpssearchsidebarwidget.cpp
M  +2-2core/app/views/sidebar/labelssidebarwidget.cpp
M  +2-2core/app/views/sidebar/peoplesidebarwidget.cpp
M  +2-2core/app/views/sidebar/searchsidebarwidget.cpp
M  +1-1core/app/views/sidebar/sidebarwidget.cpp
M  +2-2core/app/views/sidebar/tagviewsidebarwidget.cpp
M  +2-2core/app/views/sidebar/timelinesidebarwidget.cpp

https://invent.kde.org/graphics/digikam/commit/91c5eeb942132e2ae0a6aef980f8658b48cbb24a

-- 
You are receiving this mail because:
You are watching all bug changes.

[digikam] [Bug 416704] Port digiKam to Qt6 and KF6 API.

2022-02-10 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=416704

--- Comment #134 from caulier.gil...@gmail.com ---
Git commit a7d86e77f4755f6a2cb58114fd325362972a891b by Gilles Caulier.
Committed on 10/02/2022 at 17:11.
Pushed by cgilles into branch 'gsoc21-qt6-port'.

Qt6 port++

M  +13   -10   core/app/items/utils/itemviewutilities.cpp

https://invent.kde.org/graphics/digikam/commit/a7d86e77f4755f6a2cb58114fd325362972a891b

-- 
You are receiving this mail because:
You are watching all bug changes.

[digikam] [Bug 416704] Port digiKam to Qt6 and KF6 API.

2022-02-10 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=416704

--- Comment #133 from caulier.gil...@gmail.com ---
Git commit ffe65e381e8e1c1851146492a6b6b3b569f11dab by Gilles Caulier.
Committed on 10/02/2022 at 17:03.
Pushed by cgilles into branch 'gsoc21-qt6-port'.

Qt6 port++

M  +1-0core/app/filters/filtersidebarwidget.cpp

https://invent.kde.org/graphics/digikam/commit/ffe65e381e8e1c1851146492a6b6b3b569f11dab

-- 
You are receiving this mail because:
You are watching all bug changes.

[digikam] [Bug 416704] Port digiKam to Qt6 and KF6 API.

2022-02-10 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=416704

--- Comment #132 from caulier.gil...@gmail.com ---
Git commit 6b068684878666e4580a87d3869216da049bf862 by Gilles Caulier.
Committed on 10/02/2022 at 17:02.
Pushed by cgilles into branch 'gsoc21-qt6-port'.

Qt6 port++

M  +1-0core/app/dragdrop/ddragobjects.cpp

https://invent.kde.org/graphics/digikam/commit/6b068684878666e4580a87d3869216da049bf862

-- 
You are receiving this mail because:
You are watching all bug changes.

[digikam] [Bug 416704] Port digiKam to Qt6 and KF6 API.

2022-02-10 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=416704

--- Comment #131 from caulier.gil...@gmail.com ---
Git commit dc8b03097580138e1bba7a3eacb96b01d54d4555 by Gilles Caulier.
Committed on 10/02/2022 at 17:00.
Pushed by cgilles into branch 'gsoc21-qt6-port'.

Qt6 port++

M  +8-4core/app/date/ddatepicker.cpp

https://invent.kde.org/graphics/digikam/commit/dc8b03097580138e1bba7a3eacb96b01d54d4555

-- 
You are receiving this mail because:
You are watching all bug changes.

[digikam] [Bug 416704] Port digiKam to Qt6 and KF6 API.

2022-02-10 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=416704

--- Comment #130 from caulier.gil...@gmail.com ---
Git commit 2e2e6bc610405192f450f469d3382803bf2c76a0 by Gilles Caulier.
Committed on 10/02/2022 at 16:57.
Pushed by cgilles into branch 'gsoc21-qt6-port'.

Qt6 port++

M  +4-4core/app/main/digikamapp_setup.cpp

https://invent.kde.org/graphics/digikam/commit/2e2e6bc610405192f450f469d3382803bf2c76a0

-- 
You are receiving this mail because:
You are watching all bug changes.

[digikam] [Bug 416704] Port digiKam to Qt6 and KF6 API.

2022-02-10 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=416704

--- Comment #129 from caulier.gil...@gmail.com ---
Git commit 3fd3b8c571fd6d848f8efb9110b0470f45b010d6 by Gilles Caulier.
Committed on 10/02/2022 at 16:52.
Pushed by cgilles into branch 'gsoc21-qt6-port'.

Qt6 port++

M  +1-0core/app/main/digikamapp_p.h

https://invent.kde.org/graphics/digikam/commit/3fd3b8c571fd6d848f8efb9110b0470f45b010d6

-- 
You are receiving this mail because:
You are watching all bug changes.

[digikam] [Bug 416704] Port digiKam to Qt6 and KF6 API.

2022-02-10 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=416704

--- Comment #128 from caulier.gil...@gmail.com ---
Git commit e9dd2ca95b6b52330f8583d2e17d976900f04141 by Gilles Caulier.
Committed on 10/02/2022 at 16:51.
Pushed by cgilles into branch 'gsoc21-qt6-port'.

Now digikamdatabase Qt6 based link properly:
...
[ 53%] Built target digikamcore_autogen
Consolidate compiler generated dependencies of target digikamcore
[ 53%] Building CXX object
core/app/CMakeFiles/digikamcore.dir/utils/digikam_version.cpp.o
[ 53%] Linking CXX shared library libdigikamcore.so
[ 53%] Built target digikamcore
[ 53%] Automatic MOC for target digikamdatabase
[ 53%] Built target digikamdatabase_autogen
[ 53%] Linking CXX shared library libdigikamdatabase.so
[ 53%] Built target digikamdatabase
[ 53%] Automatic MOC for target gui_digikam_obj
[ 53%] Built target gui_digikam_obj_autogen
Consolidate compiler generated dependencies of target gui_digikam_obj
[ 53%] Building CXX object
core/app/CMakeFiles/gui_digikam_obj.dir/main/digikamapp_solid.cpp.o
...

M  +2-2core/libs/database/item/lister/itemlisterrecord.h

https://invent.kde.org/graphics/digikam/commit/e9dd2ca95b6b52330f8583d2e17d976900f04141

-- 
You are receiving this mail because:
You are watching all bug changes.

[digikam] [Bug 416704] Port digiKam to Qt6 and KF6 API.

2022-02-10 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=416704

--- Comment #127 from caulier.gil...@gmail.com ---
Git commit 682bec7428657f659f36f01353339228f952fb40 by Gilles Caulier.
Committed on 10/02/2022 at 16:29.
Pushed by cgilles into branch 'gsoc21-qt6-port'.

Qt6 port++

M  +1-0core/libs/database/item/lister/itemlisterrecord.h

https://invent.kde.org/graphics/digikam/commit/682bec7428657f659f36f01353339228f952fb40

-- 
You are receiving this mail because:
You are watching all bug changes.

[digikam] [Bug 416704] Port digiKam to Qt6 and KF6 API.

2022-02-10 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=416704

--- Comment #126 from caulier.gil...@gmail.com ---
Git commit 13dcf417470f0a5920d29b973ecdd0cd85a19f04 by Gilles Caulier.
Committed on 10/02/2022 at 16:09.
Pushed by cgilles into branch 'gsoc21-qt6-port'.

Now libdigikam core based on Qt6 compile and link:
...
[ 52%] Built target gui_searchwindow_obj
[ 52%] Automatic MOC for target gui_facemanagement_obj
[ 52%] Built target gui_facemanagement_obj_autogen
[ 53%] Built target gui_facemanagement_obj
[ 53%] Automatic MOC for target gui_focuspointmanagement_obj
[ 53%] Built target gui_focuspointmanagement_obj_autogen
[ 53%] Built target gui_focuspointmanagement_obj
[ 53%] Automatic MOC for target digikamcore
[ 53%] Built target digikamcore_autogen
Consolidate compiler generated dependencies of target digikamcore
[ 53%] Building CXX object
core/app/CMakeFiles/digikamcore.dir/utils/digikam_version.cpp.o
[ 53%] Linking CXX shared library libdigikamcore.so
[ 53%] Built target digikamcore
[ 53%] Automatic MOC for target digikamdatabase
[ 53%] Built target digikamdatabase_autogen
...

M  +2-1core/libs/dplugins/webservices/CMakeLists.txt

https://invent.kde.org/graphics/digikam/commit/13dcf417470f0a5920d29b973ecdd0cd85a19f04

-- 
You are receiving this mail because:
You are watching all bug changes.

[digikam] [Bug 416704] Port digiKam to Qt6 and KF6 API.

2022-02-10 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=416704

--- Comment #125 from caulier.gil...@gmail.com ---
Git commit 8a29e4e0418e68118485cec7d092096c6ee36c50 by Gilles Caulier.
Committed on 10/02/2022 at 15:57.
Pushed by cgilles into branch 'gsoc21-qt6-port'.

Qt6 port++

M  +1-0core/libs/dplugins/webservices/CMakeLists.txt

https://invent.kde.org/graphics/digikam/commit/8a29e4e0418e68118485cec7d092096c6ee36c50

-- 
You are receiving this mail because:
You are watching all bug changes.

[digikam] [Bug 416704] Port digiKam to Qt6 and KF6 API.

2022-02-10 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=416704

--- Comment #124 from caulier.gil...@gmail.com ---
Git commit 37fc7f473b7fc19838454e777ef597d718aace04 by Gilles Caulier.
Committed on 10/02/2022 at 14:24.
Pushed by cgilles into branch 'gsoc21-qt6-port'.

Qt6 port++

M  +2-1core/utilities/import/main/importui.cpp

https://invent.kde.org/graphics/digikam/commit/37fc7f473b7fc19838454e777ef597d718aace04

-- 
You are receiving this mail because:
You are watching all bug changes.

[digikam] [Bug 416704] Port digiKam to Qt6 and KF6 API.

2022-02-10 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=416704

--- Comment #123 from caulier.gil...@gmail.com ---
Git commit 3ef29c9af134920c6eb0222a2404aed1174b624b by Gilles Caulier.
Committed on 10/02/2022 at 14:21.
Pushed by cgilles into branch 'gsoc21-qt6-port'.

Qt6 port++

M  +1-1core/utilities/import/main/importui.cpp

https://invent.kde.org/graphics/digikam/commit/3ef29c9af134920c6eb0222a2404aed1174b624b

-- 
You are receiving this mail because:
You are watching all bug changes.

[digikam] [Bug 416704] Port digiKam to Qt6 and KF6 API.

2022-02-10 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=416704

--- Comment #122 from caulier.gil...@gmail.com ---
Git commit f59fb2523e9a891cc74ed8b1e4d0543acfb096e7 by Gilles Caulier.
Committed on 10/02/2022 at 14:20.
Pushed by cgilles into branch 'gsoc21-qt6-port'.

Qt6 port++

M  +1-1core/utilities/import/main/importui.cpp
M  +2-0core/utilities/import/main/importui_p.h

https://invent.kde.org/graphics/digikam/commit/f59fb2523e9a891cc74ed8b1e4d0543acfb096e7

-- 
You are receiving this mail because:
You are watching all bug changes.

[digikam] [Bug 416704] Port digiKam to Qt6 and KF6 API.

2022-02-10 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=416704

--- Comment #121 from caulier.gil...@gmail.com ---
Git commit ed194c3fda11d5fcb0c9b0af13cf6cf1fd7b7d0e by Gilles Caulier.
Committed on 10/02/2022 at 14:10.
Pushed by cgilles into branch 'gsoc21-qt6-port'.

Qt6 port++

M  +13   -2core/utilities/import/widgets/importcontextmenu.cpp

https://invent.kde.org/graphics/digikam/commit/ed194c3fda11d5fcb0c9b0af13cf6cf1fd7b7d0e

-- 
You are receiving this mail because:
You are watching all bug changes.

[digikam] [Bug 416704] Port digiKam to Qt6 and KF6 API.

2022-02-10 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=416704

--- Comment #120 from caulier.gil...@gmail.com ---
Git commit b995afc3ba73052611bbf9d347360a1270c828a6 by Gilles Caulier.
Committed on 10/02/2022 at 14:02.
Pushed by cgilles into branch 'gsoc21-qt6-port'.

Qt6 port++

M  +1-1core/utilities/imageeditor/main/imagewindow.cpp
M  +2-0core/utilities/imageeditor/widgets/imageguidewidget.cpp

https://invent.kde.org/graphics/digikam/commit/b995afc3ba73052611bbf9d347360a1270c828a6

-- 
You are receiving this mail because:
You are watching all bug changes.

[digikam] [Bug 416704] Port digiKam to Qt6 and KF6 API.

2022-02-10 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=416704

--- Comment #119 from caulier.gil...@gmail.com ---
Git commit 7d75638b1309705f2bf3a29f2ee040b3f1099d92 by Gilles Caulier.
Committed on 10/02/2022 at 13:59.
Pushed by cgilles into branch 'gsoc21-qt6-port'.

Qt6 port++

M  +1-2core/utilities/imageeditor/widgets/previewtoolbar.h

https://invent.kde.org/graphics/digikam/commit/7d75638b1309705f2bf3a29f2ee040b3f1099d92

-- 
You are receiving this mail because:
You are watching all bug changes.

[digikam] [Bug 416704] Port digiKam to Qt6 and KF6 API.

2022-02-10 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=416704

--- Comment #118 from caulier.gil...@gmail.com ---
Git commit b18ab4e7fc70f056c8713d003abaabab82138edd by Gilles Caulier.
Committed on 10/02/2022 at 13:57.
Pushed by cgilles into branch 'gsoc21-qt6-port'.

Qt6 port++

M  +1-0core/utilities/imageeditor/widgets/previewtoolbar.cpp

https://invent.kde.org/graphics/digikam/commit/b18ab4e7fc70f056c8713d003abaabab82138edd

-- 
You are receiving this mail because:
You are watching all bug changes.

[digikam] [Bug 416704] Port digiKam to Qt6 and KF6 API.

2022-02-10 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=416704

--- Comment #117 from caulier.gil...@gmail.com ---
Git commit 8907f3562c02382588f8dd30a35cf820f2d9350b by Gilles Caulier.
Committed on 10/02/2022 at 13:55.
Pushed by cgilles into branch 'gsoc21-qt6-port'.

Qt6 port++

M  +5-5core/utilities/imageeditor/editor/editorwindow.cpp

https://invent.kde.org/graphics/digikam/commit/8907f3562c02382588f8dd30a35cf820f2d9350b

-- 
You are receiving this mail because:
You are watching all bug changes.

[digikam] [Bug 416704] Port digiKam to Qt6 and KF6 API.

2022-02-10 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=416704

--- Comment #116 from caulier.gil...@gmail.com ---
Git commit 2f273268c4fe909dd29a5abf66705a24b1482a95 by Gilles Caulier.
Committed on 10/02/2022 at 13:52.
Pushed by cgilles into branch 'gsoc21-qt6-port'.

Qt6 port++

M  +5-5core/utilities/imageeditor/editor/editorwindow.cpp

https://invent.kde.org/graphics/digikam/commit/2f273268c4fe909dd29a5abf66705a24b1482a95

-- 
You are receiving this mail because:
You are watching all bug changes.

[digikam] [Bug 416704] Port digiKam to Qt6 and KF6 API.

2022-02-10 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=416704

--- Comment #115 from caulier.gil...@gmail.com ---
Git commit fe31ab33d04433bad5859fa664f0a25a1042ccb9 by Gilles Caulier.
Committed on 10/02/2022 at 13:47.
Pushed by cgilles into branch 'gsoc21-qt6-port'.

Qt6 port++

M  +5-1core/utilities/imageeditor/widgets/imageguidewidget.cpp
M  +7-1core/utilities/imageeditor/widgets/imageguidewidget.h

https://invent.kde.org/graphics/digikam/commit/fe31ab33d04433bad5859fa664f0a25a1042ccb9

-- 
You are receiving this mail because:
You are watching all bug changes.

[digikam] [Bug 416704] Port digiKam to Qt6 and KF6 API.

2022-02-10 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=416704

--- Comment #114 from caulier.gil...@gmail.com ---
Git commit 8dd9f0f5a1a739c0708ad90fc2f7dd56f8efc584 by Gilles Caulier.
Committed on 10/02/2022 at 13:39.
Pushed by cgilles into branch 'gsoc21-qt6-port'.

Qt6 port++

M  +1-1core/utilities/queuemanager/views/assignedlist.cpp

https://invent.kde.org/graphics/digikam/commit/8dd9f0f5a1a739c0708ad90fc2f7dd56f8efc584

-- 
You are receiving this mail because:
You are watching all bug changes.

[digikam] [Bug 416704] Port digiKam to Qt6 and KF6 API.

2022-02-10 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=416704

--- Comment #113 from caulier.gil...@gmail.com ---
Git commit c931489cc0e4dbcd059e6b2012543423f9e433a2 by Gilles Caulier.
Committed on 10/02/2022 at 13:34.
Pushed by cgilles into branch 'gsoc21-qt6-port'.

Qt6 port++

M  +5-1core/showfoto/folderview/showfotofolderviewbookmarklist.cpp
M  +6-1core/showfoto/folderview/showfotofolderviewbookmarklist.h
M  +5-1core/showfoto/stackview/showfotostackviewfavoritelist.cpp
M  +6-1core/showfoto/stackview/showfotostackviewfavoritelist.h
M  +5-1core/tests/geolocation/geoiface/demo/mytreewidget.cpp
M  +8-4core/tests/geolocation/geoiface/demo/mytreewidget.h
M  +4-0core/utilities/queuemanager/views/assignedlist.cpp
M  +11   -7core/utilities/queuemanager/views/assignedlist.h
M  +5-1core/utilities/queuemanager/views/queuelist.cpp
M  +5-1core/utilities/queuemanager/views/queuelist.h
M  +5-1core/utilities/queuemanager/views/toolslistview.cpp
M  +5-1core/utilities/queuemanager/views/toolslistview.h
M  +5-1core/utilities/queuemanager/views/workflowlist.cpp
M  +5-1core/utilities/queuemanager/views/workflowlist.h

https://invent.kde.org/graphics/digikam/commit/c931489cc0e4dbcd059e6b2012543423f9e433a2

-- 
You are receiving this mail because:
You are watching all bug changes.

[digikam] [Bug 416704] Port digiKam to Qt6 and KF6 API.

2022-02-10 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=416704

--- Comment #112 from caulier.gil...@gmail.com ---
Git commit 332aba42c3c2fcc35def0bf3ca8d7d8b08446e50 by Gilles Caulier.
Committed on 10/02/2022 at 13:06.
Pushed by cgilles into branch 'gsoc21-qt6-port'.

Qt6 port++

M  +5-5core/utilities/maintenance/databasetask.h
M  +2-5core/utilities/maintenance/dbcleaner.h
M  +2-2core/utilities/maintenance/facesdetector.h
M  +1-1core/utilities/maintenance/fingerprintsgenerator.h
M  +2-2core/utilities/maintenance/iteminfojob.h
M  +5-1core/utilities/maintenance/maintenancedata.h
M  +0-1core/utilities/maintenance/maintenancesettings.cpp
M  +5-1core/utilities/maintenance/maintenancethread.h
M  +1-3core/utilities/maintenance/metadatasynchronizer.h
M  +1-0core/utilities/maintenance/newitemsfinder.h

https://invent.kde.org/graphics/digikam/commit/332aba42c3c2fcc35def0bf3ca8d7d8b08446e50

-- 
You are receiving this mail because:
You are watching all bug changes.

[digikam] [Bug 416704] Port digiKam to Qt6 and KF6 API.

2022-02-10 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=416704

--- Comment #111 from caulier.gil...@gmail.com ---
Git commit fdc7c0fa8c795d3a02313a646ec759f5d2703f7c by Gilles Caulier.
Committed on 10/02/2022 at 12:56.
Pushed by cgilles into branch 'gsoc21-qt6-port'.

Qt6 port++

M  +2-2core/utilities/fuzzysearch/findduplicatesalbum.h
M  +1-2core/utilities/fuzzysearch/findduplicatesalbumitem.h
M  +5-4core/utilities/fuzzysearch/findduplicatesview.h
M  +2-4core/utilities/fuzzysearch/fuzzysearchview.h

https://invent.kde.org/graphics/digikam/commit/fdc7c0fa8c795d3a02313a646ec759f5d2703f7c

-- 
You are receiving this mail because:
You are watching all bug changes.

[digikam] [Bug 416704] Port digiKam to Qt6 and KF6 API.

2022-02-10 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=416704

--- Comment #110 from caulier.gil...@gmail.com ---
Git commit 8774ef3088636b5e51bf5c6d40d1a09daef28a9a by Gilles Caulier.
Committed on 10/02/2022 at 12:48.
Pushed by cgilles into branch 'gsoc21-qt6-port'.

Qt6 port++

M  +2-3core/utilities/lighttable/lighttablewindow_setup.cpp

https://invent.kde.org/graphics/digikam/commit/8774ef3088636b5e51bf5c6d40d1a09daef28a9a

-- 
You are receiving this mail because:
You are watching all bug changes.

[digikam] [Bug 416704] Port digiKam to Qt6 and KF6 API.

2022-02-10 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=416704

--- Comment #109 from caulier.gil...@gmail.com ---
Git commit 203918465cc145c3949e16d14438221a344759fb by Gilles Caulier.
Committed on 10/02/2022 at 12:28.
Pushed by cgilles into branch 'gsoc21-qt6-port'.

Qt6 port++

M  +1-1core/utilities/lighttable/lighttablewindow_setup.cpp

https://invent.kde.org/graphics/digikam/commit/203918465cc145c3949e16d14438221a344759fb

-- 
You are receiving this mail because:
You are watching all bug changes.

[digikam] [Bug 416704] Port digiKam to Qt6 and KF6 API.

2022-02-10 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=416704

--- Comment #108 from caulier.gil...@gmail.com ---
Git commit c2e98fd57388960bc0eb96577899afc4ab3ce9f3 by Gilles Caulier.
Committed on 10/02/2022 at 12:25.
Pushed by cgilles into branch 'gsoc21-qt6-port'.

Qt6 port++

M  +2-2core/utilities/lighttable/lighttablewindow_setup.cpp

https://invent.kde.org/graphics/digikam/commit/c2e98fd57388960bc0eb96577899afc4ab3ce9f3

-- 
You are receiving this mail because:
You are watching all bug changes.

[digikam] [Bug 416704] Port digiKam to Qt6 and KF6 API.

2022-02-10 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=416704

--- Comment #107 from caulier.gil...@gmail.com ---
Git commit 951fb0380312919a869efe789488fb216854de1e by Gilles Caulier.
Committed on 10/02/2022 at 12:24.
Pushed by cgilles into branch 'gsoc21-qt6-port'.

Qt6 port++

M  +2-2core/utilities/lighttable/lighttablewindow_setup.cpp

https://invent.kde.org/graphics/digikam/commit/951fb0380312919a869efe789488fb216854de1e

-- 
You are receiving this mail because:
You are watching all bug changes.

[digikam] [Bug 416704] Port digiKam to Qt6 and KF6 API.

2022-02-10 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=416704

--- Comment #106 from caulier.gil...@gmail.com ---
Git commit 1d23a64468599cfbcc8cb47ce6e5f17ecdf7f281 by Gilles Caulier.
Committed on 10/02/2022 at 12:21.
Pushed by cgilles into branch 'gsoc21-qt6-port'.

Qt6 port++: fix keyboard modifier separator from + to |

M  +1-1core/app/items/utils/contextmenuhelper_tags.cpp
M  +1-1core/app/main/digikamapp_camera.cpp
M  +34   -34   core/app/main/digikamapp_setup.cpp
M  +1-1core/app/views/sidebar/albumfolderviewsidebarwidget.cpp
M  +1-1core/app/views/sidebar/datefolderviewsidebarwidget.cpp
M  +1-1core/app/views/sidebar/fuzzysearchsidebarwidget.cpp
M  +1-1core/app/views/sidebar/gpssearchsidebarwidget.cpp
M  +1-1core/app/views/sidebar/labelssidebarwidget.cpp
M  +1-1core/app/views/sidebar/peoplesidebarwidget.cpp
M  +1-1core/app/views/sidebar/searchsidebarwidget.cpp
M  +1-1core/app/views/sidebar/tagviewsidebarwidget.cpp
M  +1-1core/app/views/sidebar/timelinesidebarwidget.cpp
M  +1-1   
core/dplugins/editor/colors/adjustcurves/adjustcurvestoolplugin.cpp
M  +1-1   
core/dplugins/editor/colors/adjustlevels/adjustlevelstoolplugin.cpp
M  +1-1   
core/dplugins/editor/colors/autocorrection/autocorrectiontoolplugin.cpp
M  +1-1   
core/dplugins/editor/colors/channelmixer/channelmixertoolplugin.cpp
M  +1-1core/dplugins/editor/colors/colorbalance/cbtoolplugin.cpp
M  +1-1core/dplugins/editor/colors/film/filmtoolplugin.cpp
M  +1-1core/dplugins/editor/colors/hsl/hsltoolplugin.cpp
M  +1-1core/dplugins/editor/colors/invert/inverttoolplugin.cpp
M  +1-1   
core/dplugins/editor/colors/whitebalance/whitebalancetoolplugin.cpp
M  +1-1   
core/dplugins/editor/decorate/inserttext/inserttexttoolplugin.cpp
M  +1-1core/dplugins/editor/file/print/printplugin.cpp
M  +1-1core/dplugins/editor/transform/autocrop/autocroptoolplugin.cpp
M  +3-3   
core/dplugins/editor/transform/freerotation/freerotationtoolplugin.cpp
M  +1-1   
core/dplugins/generic/metadata/geolocationedit/geolocationeditplugin.cpp
M  +1-1   
core/dplugins/generic/metadata/metadataedit/metadataeditplugin.cpp
M  +1-1core/dplugins/generic/metadata/timeadjust/timeadjustplugin.cpp
M  +1-1core/dplugins/generic/tools/htmlgallery/htmlgalleryplugin.cpp
M  +1-1core/dplugins/generic/view/presentation/presentationplugin.cpp
M  +2-2core/dplugins/generic/view/slideshow/slideshowplugin.cpp
M  +1-1core/dplugins/generic/webservices/box/boxplugin.cpp
M  +1-1core/dplugins/generic/webservices/dropbox/dbplugin.cpp
M  +1-1core/dplugins/generic/webservices/facebook/fbplugin.cpp
M  +1-1core/dplugins/generic/webservices/filecopy/fcplugin.cpp
M  +2-2core/dplugins/generic/webservices/filetransfer/ftplugin.cpp
M  +1-1core/dplugins/generic/webservices/flickr/flickrplugin.cpp
M  +3-3core/dplugins/generic/webservices/google/gsplugin.cpp
M  +1-1   
core/dplugins/generic/webservices/imageshack/imageshackplugin.cpp
M  +1-1core/dplugins/generic/webservices/inaturalist/inatplugin.cpp
M  +1-1core/dplugins/generic/webservices/onedrive/odplugin.cpp
M  +1-1core/dplugins/generic/webservices/pinterest/pplugin.cpp
M  +1-1core/dplugins/generic/webservices/rajce/rajceplugin.cpp
M  +2-2core/dplugins/generic/webservices/smugmug/smugplugin.cpp
M  +1-1core/dplugins/generic/webservices/yandexfotki/yfplugin.cpp
M  +1-1core/showfoto/main/showfoto_setup.cpp
M  +19   -19   core/utilities/imageeditor/editor/editorwindow.cpp
M  +4-4core/utilities/imageeditor/main/imagewindow_setup.cpp
M  +14   -14   core/utilities/import/main/importui.cpp
M  +23   -23   core/utilities/lighttable/lighttablewindow_setup.cpp
M  +5-5core/utilities/queuemanager/main/queuemgrwindow.cpp

https://invent.kde.org/graphics/digikam/commit/1d23a64468599cfbcc8cb47ce6e5f17ecdf7f281

-- 
You are receiving this mail because:
You are watching all bug changes.

[digikam] [Bug 416704] Port digiKam to Qt6 and KF6 API.

2022-02-10 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=416704

--- Comment #105 from caulier.gil...@gmail.com ---
Git commit 0d85a90fca264a2c82774a661acb9eafeed7ab55 by Gilles Caulier.
Committed on 10/02/2022 at 12:17.
Pushed by cgilles into branch 'gsoc21-qt6-port'.

Qt6 port++

M  +4-0core/app/views/preview/itempreviewview.cpp
M  +7-1core/app/views/preview/itempreviewview.h
M  +5-1core/libs/dplugins/widgets/dpreviewimage.cpp
M  +6-1core/libs/dplugins/widgets/dpreviewimage.h
M  +4-0core/utilities/import/views/importpreviewview.cpp
M  +6-1core/utilities/import/views/importpreviewview.h
M  +4-0core/utilities/import/widgets/freespacewidget.cpp
M  +6-1core/utilities/import/widgets/freespacewidget.h

https://invent.kde.org/graphics/digikam/commit/0d85a90fca264a2c82774a661acb9eafeed7ab55

-- 
You are receiving this mail because:
You are watching all bug changes.

[digikam] [Bug 416704] Port digiKam to Qt6 and KF6 API.

2022-02-10 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=416704

--- Comment #104 from caulier.gil...@gmail.com ---
Git commit 3a466d5f28b1b22019939dcad9f735318408b33f by Gilles Caulier.
Committed on 10/02/2022 at 12:10.
Pushed by cgilles into branch 'gsoc21-qt6-port'.

Qt6 port++

M  +1-1core/app/views/preview/itempreviewview.cpp
M  +1-1core/app/views/preview/itempreviewview.h

https://invent.kde.org/graphics/digikam/commit/3a466d5f28b1b22019939dcad9f735318408b33f

-- 
You are receiving this mail because:
You are watching all bug changes.

[digikam] [Bug 416704] Port digiKam to Qt6 and KF6 API.

2022-02-10 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=416704

--- Comment #103 from caulier.gil...@gmail.com ---
Git commit 8256ecba87e60326792a5ef0706c6b5123a1d77a by Gilles Caulier.
Committed on 10/02/2022 at 12:01.
Pushed by cgilles into branch 'gsoc21-qt6-port'.

Qt6 port++

M  +2-3core/utilities/import/backend/dkcamera.h
M  +1-0core/utilities/setup/camera/setupcamera.h

https://invent.kde.org/graphics/digikam/commit/8256ecba87e60326792a5ef0706c6b5123a1d77a

-- 
You are receiving this mail because:
You are watching all bug changes.

[digikam] [Bug 416704] Port digiKam to Qt6 and KF6 API.

2022-02-10 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=416704

--- Comment #102 from caulier.gil...@gmail.com ---
Git commit bf2a0596a8d9148030131ea2c9289cfcdddc49cd by Gilles Caulier.
Committed on 10/02/2022 at 11:58.
Pushed by cgilles into branch 'gsoc21-qt6-port'.

Qt6 port++

M  +1-3core/utilities/setup/collections/dwitemdelegatepool.cpp

https://invent.kde.org/graphics/digikam/commit/bf2a0596a8d9148030131ea2c9289cfcdddc49cd

-- 
You are receiving this mail because:
You are watching all bug changes.

[digikam] [Bug 416704] Port digiKam to Qt6 and KF6 API.

2022-02-10 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=416704

--- Comment #101 from caulier.gil...@gmail.com ---
Git commit 88aaf05bcbe03bec47dd19052e4dc0eb4c3650bd by Gilles Caulier.
Committed on 10/02/2022 at 11:51.
Pushed by cgilles into branch 'gsoc21-qt6-port'.

Qt6 port++

M  +36   -6core/utilities/setup/collections/dwitemdelegatepool.cpp

https://invent.kde.org/graphics/digikam/commit/88aaf05bcbe03bec47dd19052e4dc0eb4c3650bd

-- 
You are receiving this mail because:
You are watching all bug changes.

[digikam] [Bug 416704] Port digiKam to Qt6 and KF6 API.

2022-02-10 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=416704

--- Comment #100 from caulier.gil...@gmail.com ---
Git commit d85c4584a3030660e239b53924d0f0bef3a5a168 by Gilles Caulier.
Committed on 10/02/2022 at 10:59.
Pushed by cgilles into branch 'gsoc21-qt6-port'.

Qt6 port++

M  +0-4core/utilities/setup/setuputils.cpp
M  +4-2core/utilities/setup/setuputils.h

https://invent.kde.org/graphics/digikam/commit/d85c4584a3030660e239b53924d0f0bef3a5a168

-- 
You are receiving this mail because:
You are watching all bug changes.

[digikam] [Bug 416704] Port digiKam to Qt6 and KF6 API.

2022-02-10 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=416704

--- Comment #99 from caulier.gil...@gmail.com ---
Git commit 8e94b1cbf8574cae84cb4cbe6a1401e5f25d25f8 by Gilles Caulier.
Committed on 10/02/2022 at 10:45.
Pushed by cgilles into branch 'gsoc21-qt6-port'.

Qt6 port++

M  +9-1core/utilities/firstrun/CMakeLists.txt

https://invent.kde.org/graphics/digikam/commit/8e94b1cbf8574cae84cb4cbe6a1401e5f25d25f8

-- 
You are receiving this mail because:
You are watching all bug changes.

[digikam] [Bug 416704] Port digiKam to Qt6 and KF6 API.

2022-02-10 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=416704

--- Comment #98 from caulier.gil...@gmail.com ---
Git commit 8322c1e3f3e394905ad868413acbf2bbc457a876 by Gilles Caulier.
Committed on 10/02/2022 at 10:43.
Pushed by cgilles into branch 'gsoc21-qt6-port'.

Qt6 port++: migrate from KDE4 page wil only avaialble for Qt5 version not Qt6

M  +21   -1core/utilities/firstrun/firstrundlg.cpp

https://invent.kde.org/graphics/digikam/commit/8322c1e3f3e394905ad868413acbf2bbc457a876

-- 
You are receiving this mail because:
You are watching all bug changes.

[digikam] [Bug 416704] Port digiKam to Qt6 and KF6 API.

2022-02-10 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=416704

--- Comment #97 from caulier.gil...@gmail.com ---
Git commit d1f8d599632b0212344a80cdba8d8ec4c7f23411 by Gilles Caulier.
Committed on 10/02/2022 at 10:14.
Pushed by cgilles into branch 'gsoc21-qt6-port'.

Qt6 port++

M  +2-2core/utilities/advancedrename/common/parser.cpp

https://invent.kde.org/graphics/digikam/commit/d1f8d599632b0212344a80cdba8d8ec4c7f23411

-- 
You are receiving this mail because:
You are watching all bug changes.

[digikam] [Bug 416704] Port digiKam to Qt6 and KF6 API.

2022-02-10 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=416704

--- Comment #96 from caulier.gil...@gmail.com ---
Git commit b3f245f9f0629ef37ec688399c5cf2a7e7ca3e90 by Gilles Caulier.
Committed on 10/02/2022 at 10:08.
Pushed by cgilles into branch 'gsoc21-qt6-port'.

Qt6 port++

M  +1-1core/utilities/advancedrename/common/parser.cpp

https://invent.kde.org/graphics/digikam/commit/b3f245f9f0629ef37ec688399c5cf2a7e7ca3e90

-- 
You are receiving this mail because:
You are watching all bug changes.

[digikam] [Bug 416704] Port digiKam to Qt6 and KF6 API.

2022-02-10 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=416704

--- Comment #95 from caulier.gil...@gmail.com ---
Git commit 5f499cf95fff084046c6f8c281c3a5f922cdb564 by Gilles Caulier.
Committed on 10/02/2022 at 10:05.
Pushed by cgilles into branch 'gsoc21-qt6-port'.

Qt6 port++

M  +7-2core/utilities/advancedrename/advancedrenamewidget.cpp

https://invent.kde.org/graphics/digikam/commit/5f499cf95fff084046c6f8c281c3a5f922cdb564

-- 
You are receiving this mail because:
You are watching all bug changes.

[digikam] [Bug 416704] Port digiKam to Qt6 and KF6 API.

2022-02-10 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=416704

--- Comment #94 from caulier.gil...@gmail.com ---
Git commit e91a5d9f2bd4773c359f514b8f8ea48f970b3f84 by Gilles Caulier.
Committed on 10/02/2022 at 10:05.
Pushed by cgilles into branch 'gsoc21-qt6-port'.

Qt6 port++

M  +1-0core/utilities/advancedrename/advancedrenamedialog.cpp

https://invent.kde.org/graphics/digikam/commit/e91a5d9f2bd4773c359f514b8f8ea48f970b3f84

-- 
You are receiving this mail because:
You are watching all bug changes.

[digikam] [Bug 416704] Port digiKam to Qt6 and KF6 API.

2022-02-10 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=416704

--- Comment #93 from caulier.gil...@gmail.com ---
Git commit d104647b478419c57a2529a1fd520e04e4013d97 by Gilles Caulier.
Committed on 10/02/2022 at 09:45.
Pushed by cgilles into branch 'gsoc21-qt6-port'.

Qt6 port++

M  +1-0core/libs/tags/manager/models/tagmngrlistmodel.cpp

https://invent.kde.org/graphics/digikam/commit/d104647b478419c57a2529a1fd520e04e4013d97

-- 
You are receiving this mail because:
You are watching all bug changes.

[digikam] [Bug 416704] Port digiKam to Qt6 and KF6 API.

2022-02-10 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=416704

--- Comment #92 from caulier.gil...@gmail.com ---
Git commit d188607196e4c4917b8aa3d83e2e7a6e3cc6842c by Gilles Caulier.
Committed on 10/02/2022 at 09:44.
Pushed by cgilles into branch 'gsoc21-qt6-port'.

Qt6 port++

M  +4-1core/dplugins/editor/transform/freerotation/freerotationtool.cpp
M  +6-4core/libs/tags/manager/tagpropwidget.cpp
M  +5-4core/libs/tags/manager/tagsmanager.cpp
M  +6-2core/utilities/advancedrename/advancedrenamewidget.cpp
M  +6-2core/utilities/imageeditor/editor/editortoolsettings.cpp
M  +6-3core/utilities/setup/metadata/namespaceeditdlg.cpp

https://invent.kde.org/graphics/digikam/commit/d188607196e4c4917b8aa3d83e2e7a6e3cc6842c

-- 
You are receiving this mail because:
You are watching all bug changes.

[digikam] [Bug 416704] Port digiKam to Qt6 and KF6 API.

2022-02-10 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=416704

--- Comment #91 from caulier.gil...@gmail.com ---
Git commit fea3bdf3d85aedb413daf665fd17fc5ff02ec717 by Gilles Caulier.
Committed on 10/02/2022 at 09:37.
Pushed by cgilles into branch 'gsoc21-qt6-port'.

Qt6 port++

M  +12   -6core/libs/tags/widgets/tageditdlg.cpp

https://invent.kde.org/graphics/digikam/commit/fea3bdf3d85aedb413daf665fd17fc5ff02ec717

-- 
You are receiving this mail because:
You are watching all bug changes.

[digikam] [Bug 416704] Port digiKam to Qt6 and KF6 API.

2022-02-10 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=416704

--- Comment #90 from caulier.gil...@gmail.com ---
Git commit dcfb426749402c168eccbb2858eca16b96c9e7f4 by Gilles Caulier.
Committed on 10/02/2022 at 09:32.
Pushed by cgilles into branch 'gsoc21-qt6-port'.

Qt6 port++

M  +3-2core/libs/tags/widgets/tagspopupmenu.cpp

https://invent.kde.org/graphics/digikam/commit/dcfb426749402c168eccbb2858eca16b96c9e7f4

-- 
You are receiving this mail because:
You are watching all bug changes.

[digikam] [Bug 416704] Port digiKam to Qt6 and KF6 API.

2022-02-10 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=416704

--- Comment #89 from caulier.gil...@gmail.com ---
Git commit 0091193fe723f0064d1ce72f1ab496d4a1605baf by Gilles Caulier.
Committed on 10/02/2022 at 09:24.
Pushed by cgilles into branch 'gsoc21-qt6-port'.

Qt6 port++

M  +1-0core/libs/album/engine/album.h
M  +0-1core/libs/album/engine/albumpointer.h

https://invent.kde.org/graphics/digikam/commit/0091193fe723f0064d1ce72f1ab496d4a1605baf

-- 
You are receiving this mail because:
You are watching all bug changes.

[digikam] [Bug 416704] Port digiKam to Qt6 and KF6 API.

2022-02-10 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=416704

--- Comment #88 from caulier.gil...@gmail.com ---
Git commit 0744e7ff51b186164703f163fd56806268256dbd by Gilles Caulier.
Committed on 10/02/2022 at 09:09.
Pushed by cgilles into branch 'gsoc21-qt6-port'.

Qt6 port++

M  +2-1core/libs/album/treeview/abstractalbumtreeview.cpp
M  +2-1core/libs/album/treeview/albumselectiontreeview.cpp

https://invent.kde.org/graphics/digikam/commit/0744e7ff51b186164703f163fd56806268256dbd

-- 
You are receiving this mail because:
You are watching all bug changes.

[digikam] [Bug 416704] Port digiKam to Qt6 and KF6 API.

2022-02-10 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=416704

--- Comment #87 from caulier.gil...@gmail.com ---
Git commit 4128407429d2b37096ca826a721c5001dd5f3f82 by Gilles Caulier.
Committed on 10/02/2022 at 09:05.
Pushed by cgilles into branch 'gsoc21-qt6-port'.

Qt6 port++

M  +1-0core/libs/tags/engine/tagmodificationhelper.h
M  +5-0core/libs/tags/manager/tagmngrtreeview.h
M  +5-0core/libs/tags/widgets/tagcheckview.h
M  +2-0core/libs/tags/widgets/tagfolderview.h

https://invent.kde.org/graphics/digikam/commit/4128407429d2b37096ca826a721c5001dd5f3f82

-- 
You are receiving this mail because:
You are watching all bug changes.

[digikam] [Bug 416704] Port digiKam to Qt6 and KF6 API.

2022-02-10 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=416704

--- Comment #86 from caulier.gil...@gmail.com ---
Git commit 3c4540a8ebdfb30146678ca3909ebac7691d12ee by Gilles Caulier.
Committed on 10/02/2022 at 09:00.
Pushed by cgilles into branch 'gsoc21-qt6-port'.

Qt6 port++

M  +1-2core/libs/album/engine/albumhistory.h

https://invent.kde.org/graphics/digikam/commit/3c4540a8ebdfb30146678ca3909ebac7691d12ee

-- 
You are receiving this mail because:
You are watching all bug changes.

[digikam] [Bug 416704] Port digiKam to Qt6 and KF6 API.

2022-02-10 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=416704

--- Comment #85 from caulier.gil...@gmail.com ---
Git commit 41523f521d4660580e353cb4895cbcef3977135b by Gilles Caulier.
Committed on 10/02/2022 at 08:45.
Pushed by cgilles into branch 'gsoc21-qt6-port'.

Qt6 port++: update internal O2 library to last code from github with Qt6
support

A  +4-0core/libs/dplugins/webservices/o2/.gitignore
A  +38   -0   
core/libs/dplugins/webservices/o2/cmake/modules/FindQt5Keychain.cmake
A  +39   -0   
core/libs/dplugins/webservices/o2/cmake/modules/FindQtKeychain.cmake
A  +6-0core/libs/dplugins/webservices/o2/examples/.gitignore
A  +73   -0core/libs/dplugins/webservices/o2/examples/sialis/.gitignore
A  +13   -0core/libs/dplugins/webservices/o2/examples/sialis/deployment.pri
A  +18   -0core/libs/dplugins/webservices/o2/o2-config.h.cmake
A  +10   -0core/libs/dplugins/webservices/o2/o2.pc.cmake
A  +51   -0core/libs/dplugins/webservices/o2/o2.pro
A  +41   -0core/libs/dplugins/webservices/o2/src/o0jsonresponse.cpp  *
A  +11   -0core/libs/dplugins/webservices/o2/src/o0jsonresponse.h  *
A  +1-0core/libs/dplugins/webservices/o2/src/o2.pri
A  +15   -0core/libs/dplugins/webservices/o2/src/o2googledevice.cpp  *
A  +16   -0core/libs/dplugins/webservices/o2/src/o2googledevice.h  *
A  +14   -0core/libs/dplugins/webservices/o2/src/o2outlook.cpp  *
A  +17   -0core/libs/dplugins/webservices/o2/src/o2outlook.h  *
A  +117  -0core/libs/dplugins/webservices/o2/src/o2pollserver.cpp  *
A  +49   -0core/libs/dplugins/webservices/o2/src/o2pollserver.h  *
A  +96   -0core/libs/dplugins/webservices/o2/src/src.pri

The files marked with a * at the end have a non valid license. Please read:
https://community.kde.org/Policies/Licensing_Policy and use the headers which
are listed at that page.


https://invent.kde.org/graphics/digikam/commit/41523f521d4660580e353cb4895cbcef3977135b

-- 
You are receiving this mail because:
You are watching all bug changes.

[digikam] [Bug 416704] Port digiKam to Qt6 and KF6 API.

2022-02-10 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=416704

--- Comment #84 from caulier.gil...@gmail.com ---
Git commit 5bb639557bf21b43b7b65f2577bcfa3148aa1168 by Gilles Caulier.
Committed on 10/02/2022 at 08:44.
Pushed by cgilles into branch 'gsoc21-qt6-port'.

Qt6 port++: update internal O2 library to last code from github with Qt6
support

M  +48   -0core/libs/dplugins/webservices/o2/CMakeLists.txt
M  +12   -12   core/libs/dplugins/webservices/o2/LICENSE
M  +122  -87   core/libs/dplugins/webservices/o2/README.md
M  +4-4   
core/libs/dplugins/webservices/o2/examples/facebookexternalinterceptordemo/webenginepage.cpp
M  +3-3   
core/libs/dplugins/webservices/o2/examples/facebookexternalinterceptordemo/webenginepage.h
M  +9-9   
core/libs/dplugins/webservices/o2/examples/facebookexternalinterceptordemo/webwindow.cpp
M  +5-5   
core/libs/dplugins/webservices/o2/examples/facebookexternalinterceptordemo/webwindow.h
M  +1-1   
core/libs/dplugins/webservices/o2/examples/msgraphexternalinterceptordemo/msgraphdemo.cpp
M  +4-4   
core/libs/dplugins/webservices/o2/examples/msgraphexternalinterceptordemo/webenginepage.cpp
M  +3-3   
core/libs/dplugins/webservices/o2/examples/msgraphexternalinterceptordemo/webenginepage.h
M  +9-9   
core/libs/dplugins/webservices/o2/examples/msgraphexternalinterceptordemo/webwindow.cpp
M  +5-5   
core/libs/dplugins/webservices/o2/examples/msgraphexternalinterceptordemo/webwindow.h
M  +9-1core/libs/dplugins/webservices/o2/examples/sialis/README.md
M  +8-7core/libs/dplugins/webservices/o2/examples/sialis/main.qml
M  +1-1   
core/libs/dplugins/webservices/o2/examples/twitterdemo/tweeter.cpp
M  +2-2core/libs/dplugins/webservices/o2/o2_manifest.txt
M  +10   -4core/libs/dplugins/webservices/o2/src/CMakeLists.txt
M  +15   -1core/libs/dplugins/webservices/o2/src/o0baseauth.cpp
M  +12   -2core/libs/dplugins/webservices/o2/src/o0baseauth.h
M  +14   -2core/libs/dplugins/webservices/o2/src/o0export.h
M  +10   -0core/libs/dplugins/webservices/o2/src/o0globals.h
M  +3-3core/libs/dplugins/webservices/o2/src/o0keychainstore.cpp
M  +1-1core/libs/dplugins/webservices/o2/src/o0keychainstore.h
M  +2-0core/libs/dplugins/webservices/o2/src/o0requestparameter.h
M  +11   -11   core/libs/dplugins/webservices/o2/src/o0simplecrypt.h
M  +37   -7core/libs/dplugins/webservices/o2/src/o1.cpp
M  +1-1core/libs/dplugins/webservices/o2/src/o1.h
M  +0-0core/libs/dplugins/webservices/o2/src/o1freshbooks.h
M  +4-0core/libs/dplugins/webservices/o2/src/o1requestor.cpp
M  +2-2core/libs/dplugins/webservices/o2/src/o1smugmug.h
M  +3-3core/libs/dplugins/webservices/o2/src/o1twitter.h
M  +186  -47   core/libs/dplugins/webservices/o2/src/o2.cpp
M  +17   -2core/libs/dplugins/webservices/o2/src/o2.h
M  +4-0core/libs/dplugins/webservices/o2/src/o2facebook.cpp
M  +4-0core/libs/dplugins/webservices/o2/src/o2reply.cpp
M  +1-1core/libs/dplugins/webservices/o2/src/o2reply.h
M  +1-1core/libs/dplugins/webservices/o2/src/o2replyserver.cpp
M  +54   -1core/libs/dplugins/webservices/o2/src/o2requestor.cpp
M  +14   -4core/libs/dplugins/webservices/o2/src/o2requestor.h
M  +12   -3core/libs/dplugins/webservices/o2/src/o2simplecrypt.cpp
M  +5-1core/libs/dplugins/webservices/o2/src/o2skydrive.cpp
M  +4-1core/libs/dplugins/webservices/o2/src/o2uber.cpp
M  +8-0core/libs/dplugins/webservices/o2/src/oxtwitter.cpp

https://invent.kde.org/graphics/digikam/commit/5bb639557bf21b43b7b65f2577bcfa3148aa1168

-- 
You are receiving this mail because:
You are watching all bug changes.

[digikam] [Bug 416704] Port digiKam to Qt6 and KF6 API.

2022-02-10 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=416704

--- Comment #83 from caulier.gil...@gmail.com ---
Git commit 5923b5c6d3b063fd9872c64f7f619919a1928d77 by Gilles Caulier.
Committed on 10/02/2022 at 08:27.
Pushed by cgilles into branch 'gsoc21-qt6-port'.

Qt6 port++

M  +1-1core/libs/dplugins/widgets/dpreviewimage.h
M  +1-1core/utilities/import/widgets/freespacewidget.h

https://invent.kde.org/graphics/digikam/commit/5923b5c6d3b063fd9872c64f7f619919a1928d77

-- 
You are receiving this mail because:
You are watching all bug changes.

[digikam] [Bug 416704] Port digiKam to Qt6 and KF6 API.

2022-02-10 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=416704

--- Comment #82 from caulier.gil...@gmail.com ---
Git commit 812a06c094a39859f375e8fc3c065f1f0937f072 by Gilles Caulier.
Committed on 10/02/2022 at 08:20.
Pushed by cgilles into branch 'gsoc21-qt6-port'.

Qt6 port++

M  +1-1core/libs/album/treeview/abstractalbumtreeview.cpp
M  +1-1core/libs/filters/ratingfilter.cpp
M  +1-1core/libs/video/player/mediaplayerview.cpp
M  +1-1core/libs/video/player/slidevideo.cpp

https://invent.kde.org/graphics/digikam/commit/812a06c094a39859f375e8fc3c065f1f0937f072

-- 
You are receiving this mail because:
You are watching all bug changes.

[digikam] [Bug 416704] Port digiKam to Qt6 and KF6 API.

2022-02-10 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=416704

--- Comment #81 from caulier.gil...@gmail.com ---
Git commit 0effed0394c9f87800343f6de233aa122dfe634b by Gilles Caulier.
Committed on 10/02/2022 at 08:20.
Pushed by cgilles into branch 'gsoc21-qt6-port'.

Qt6 port++

M  +1-0core/libs/dialogs/webbrowserdlg.cpp

https://invent.kde.org/graphics/digikam/commit/0effed0394c9f87800343f6de233aa122dfe634b

-- 
You are receiving this mail because:
You are watching all bug changes.

[digikam] [Bug 416704] Port digiKam to Qt6 and KF6 API.

2022-02-10 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=416704

--- Comment #80 from caulier.gil...@gmail.com ---
Git commit 1aaf40cf4311f18efb3eae532353aa9bfc4b4ee3 by Gilles Caulier.
Committed on 10/02/2022 at 08:16.
Pushed by cgilles into branch 'gsoc21-qt6-port'.

Qt6 port++

M  +22   -1core/libs/dialogs/webbrowserdlg.cpp

https://invent.kde.org/graphics/digikam/commit/1aaf40cf4311f18efb3eae532353aa9bfc4b4ee3

-- 
You are receiving this mail because:
You are watching all bug changes.

[digikam] [Bug 416704] Port digiKam to Qt6 and KF6 API.

2022-02-10 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=416704

--- Comment #79 from caulier.gil...@gmail.com ---
Git commit 12d1bc36be2e0fac134ab03e4799c46e38dba5ea by Gilles Caulier.
Committed on 10/02/2022 at 07:59.
Pushed by cgilles into branch 'gsoc21-qt6-port'.

Qt6 port++

M  +4-1core/libs/dialogs/libsinfodlg.cpp

https://invent.kde.org/graphics/digikam/commit/12d1bc36be2e0fac134ab03e4799c46e38dba5ea

-- 
You are receiving this mail because:
You are watching all bug changes.

[digikam] [Bug 416704] Port digiKam to Qt6 and KF6 API.

2022-02-09 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=416704

--- Comment #78 from caulier.gil...@gmail.com ---
Git commit e72e93f6e31ce066cbda442b5d2d78a6aef4ad9d by Gilles Caulier.
Committed on 10/02/2022 at 07:58.
Pushed by cgilles into branch 'gsoc21-qt6-port'.

Qt6 port++

M  +4-6bootstrap.qt6
M  +2-2core/CMakeLists.txt

https://invent.kde.org/graphics/digikam/commit/e72e93f6e31ce066cbda442b5d2d78a6aef4ad9d

-- 
You are receiving this mail because:
You are watching all bug changes.

[digikam] [Bug 416704] Port digiKam to Qt6 and KF6 API.

2022-02-09 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=416704

--- Comment #77 from caulier.gil...@gmail.com ---
Git commit 5706933d943209b9c3eda928f91b35fa9ac553ce by Gilles Caulier.
Committed on 10/02/2022 at 07:43.
Pushed by cgilles into branch 'gsoc21-qt6-port'.

Qt6 port++

M  +2-1core/libs/dialogs/dprogressdlg.cpp
M  +2-1core/libs/onlineversion/onlineversiondlg.cpp
M  +2-1core/utilities/maintenance/maintenancedlg.cpp

https://invent.kde.org/graphics/digikam/commit/5706933d943209b9c3eda928f91b35fa9ac553ce

-- 
You are receiving this mail because:
You are watching all bug changes.

[digikam] [Bug 416704] Port digiKam to Qt6 and KF6 API.

2022-02-09 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=416704

--- Comment #76 from caulier.gil...@gmail.com ---
Git commit b520f0e2b41cf4ee7699dce241db0982ce9c5ef9 by Gilles Caulier.
Committed on 10/02/2022 at 07:43.
Pushed by cgilles into branch 'gsoc21-qt6-port'.

Qt6 port++

M  +1-1core/libs/onlineversion/onlineversiondlg.cpp

https://invent.kde.org/graphics/digikam/commit/b520f0e2b41cf4ee7699dce241db0982ce9c5ef9

-- 
You are receiving this mail because:
You are watching all bug changes.

[digikam] [Bug 416704] Port digiKam to Qt6 and KF6 API.

2022-02-09 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=416704

--- Comment #75 from caulier.gil...@gmail.com ---
Git commit 32181691badf9233722d899249e37aba0554d2c1 by Gilles Caulier.
Committed on 10/02/2022 at 07:34.
Pushed by cgilles into branch 'gsoc21-qt6-port'.

Qt6 port++

M  +5-0core/libs/models/itemalbummodel.h

https://invent.kde.org/graphics/digikam/commit/32181691badf9233722d899249e37aba0554d2c1

-- 
You are receiving this mail because:
You are watching all bug changes.

[digikam] [Bug 416704] Port digiKam to Qt6 and KF6 API.

2022-02-09 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=416704

--- Comment #74 from caulier.gil...@gmail.com ---
Git commit 6b15bba15f90f8d8586916a1246e3ed14ba876a7 by Gilles Caulier.
Committed on 10/02/2022 at 06:11.
Pushed by cgilles into branch 'gsoc21-qt6-port'.

Qt6 port++

M  +4-1core/libs/notificationmanager/dnotificationpopup.cpp

https://invent.kde.org/graphics/digikam/commit/6b15bba15f90f8d8586916a1246e3ed14ba876a7

-- 
You are receiving this mail because:
You are watching all bug changes.

[digikam] [Bug 416704] Port digiKam to Qt6 and KF6 API.

2022-02-09 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=416704

--- Comment #73 from caulier.gil...@gmail.com ---
Git commit 0e9b3986d5ba2fdfc7951720bac4bfd52c72beb5 by Gilles Caulier.
Committed on 10/02/2022 at 05:59.
Pushed by cgilles into branch 'gsoc21-qt6-port'.

Qt6 port++

M  +1-2core/libs/widgets/combo/squeezedcombobox.cpp
M  +1-1core/libs/widgets/layout/dexpanderbox.cpp
M  +6-0core/libs/widgets/layout/sidebar.cpp
M  +1-2core/libs/widgets/range/dsliderspinbox.cpp

https://invent.kde.org/graphics/digikam/commit/0e9b3986d5ba2fdfc7951720bac4bfd52c72beb5

-- 
You are receiving this mail because:
You are watching all bug changes.

[digikam] [Bug 416704] Port digiKam to Qt6 and KF6 API.

2022-02-09 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=416704

--- Comment #72 from caulier.gil...@gmail.com ---
Git commit 1074f20e3e750b4fa71d98dc8202f480d060f403 by Gilles Caulier.
Committed on 10/02/2022 at 02:22.
Pushed by cgilles into branch 'gsoc21-qt6-port'.

Qt6 port++

M  +5-1core/libs/widgets/colors/dcolorchoosermode.cpp
M  +1-1core/libs/widgets/colors/dcolorselector.cpp
M  +2-1core/libs/widgets/fonts/dfontproperties.cpp
M  +0-1core/libs/widgets/fonts/dfontproperties.h
M  +1-0core/libs/widgets/metadata/exiftool/exiftoolwidget.cpp

https://invent.kde.org/graphics/digikam/commit/1074f20e3e750b4fa71d98dc8202f480d060f403

-- 
You are receiving this mail because:
You are watching all bug changes.

[digikam] [Bug 416704] Port digiKam to Qt6 and KF6 API.

2022-02-09 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=416704

--- Comment #71 from caulier.gil...@gmail.com ---
Git commit 8efb433def867f4e365f6e022b1a428c0e33f7aa by Gilles Caulier.
Committed on 10/02/2022 at 02:01.
Pushed by cgilles into branch 'gsoc21-qt6-port'.

Qt6 port++

M  +1-1core/app/utils/digikam_globals_bundles.cpp
M  +4-2core/libs/properties/history/versionstreeview.cpp
M  +11   -1core/libs/threadimageio/engine/dservicemenu_linux.cpp
M  +4-4core/libs/widgets/graphicsview/graphicsdimgview.cpp
M  +2-2core/libs/widgets/graphicsview/paniconwidget.cpp
M  +5-2core/libs/widgets/itemview/actioncategorizedview.cpp
M  +17   -10   core/libs/widgets/itemview/dcategorizedview.cpp
M  +2-2core/libs/widgets/itemview/ditemtooltip.cpp
M  +8-4core/libs/widgets/itemview/itemviewcategorized.cpp
M  +4-0core/libs/widgets/itemview/itemviewhoverbutton.cpp
M  +8-3core/libs/widgets/itemview/itemviewhoverbutton.h
M  +1-1core/libs/widgets/mainview/dcursortracker.cpp
M  +6-6core/libs/widgets/mainview/dxmlguiwindow_actions.cpp

https://invent.kde.org/graphics/digikam/commit/8efb433def867f4e365f6e022b1a428c0e33f7aa

-- 
You are receiving this mail because:
You are watching all bug changes.

[digikam] [Bug 416704] Port digiKam to Qt6 and KF6 API.

2022-02-09 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=416704

--- Comment #70 from caulier.gil...@gmail.com ---
Git commit 7d865ccf270223be5ea6e08ef7a8cde95025c1a3 by Gilles Caulier.
Committed on 09/02/2022 at 20:51.
Pushed by cgilles into branch 'gsoc21-qt6-port'.

Qt6 port++

M  +2-4core/libs/threadimageio/engine/dservicemenu_linux.cpp

https://invent.kde.org/graphics/digikam/commit/7d865ccf270223be5ea6e08ef7a8cde95025c1a3

-- 
You are receiving this mail because:
You are watching all bug changes.

[digikam] [Bug 416704] Port digiKam to Qt6 and KF6 API.

2022-02-09 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=416704

--- Comment #69 from caulier.gil...@gmail.com ---
Git commit f560d90d8cf431c7d2739d9d78ab9e48c664fd1c by Gilles Caulier.
Committed on 09/02/2022 at 19:58.
Pushed by cgilles into branch 'gsoc21-qt6-port'.

Qt6 port++

M  +0-1core/dplugins/generic/tools/calendar/wizard/calmonthwidget.cpp
M  +0-1   
core/dplugins/generic/view/presentation/common/presentationloader.cpp
M  +0-1core/dplugins/generic/view/presentation/opengl/kbimageloader.cpp
M  +0-1   
core/dplugins/generic/view/presentation/opengl/presentationgl.cpp
M  +0-1core/libs/threadimageio/thumb/thumbnailtask.cpp
M  +0-1core/utilities/import/backend/umscamera.cpp

https://invent.kde.org/graphics/digikam/commit/f560d90d8cf431c7d2739d9d78ab9e48c664fd1c

-- 
You are receiving this mail because:
You are watching all bug changes.

[digikam] [Bug 416704] Port digiKam to Qt6 and KF6 API.

2022-02-09 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=416704

--- Comment #68 from caulier.gil...@gmail.com ---
Git commit 0e76d9da53efd8b1542bc2da953f306df1de4101 by Gilles Caulier.
Committed on 09/02/2022 at 19:58.
Pushed by cgilles into branch 'gsoc21-qt6-port'.

Qt6 port++

M  +0-1core/libs/threadimageio/preview/previewtask.cpp

https://invent.kde.org/graphics/digikam/commit/0e76d9da53efd8b1542bc2da953f306df1de4101

-- 
You are receiving this mail because:
You are watching all bug changes.

[digikam] [Bug 416704] Port digiKam to Qt6 and KF6 API.

2022-02-09 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=416704

--- Comment #67 from caulier.gil...@gmail.com ---
Git commit e03c243e00f35a274f5d2a62eb6a99d6478069a5 by Gilles Caulier.
Committed on 09/02/2022 at 19:52.
Pushed by cgilles into branch 'gsoc21-qt6-port'.

Qt6 port++

M  +1-1core/libs/facesengine/facedb/facedb_identity.cpp

https://invent.kde.org/graphics/digikam/commit/e03c243e00f35a274f5d2a62eb6a99d6478069a5

-- 
You are receiving this mail because:
You are watching all bug changes.

[digikam] [Bug 416704] Port digiKam to Qt6 and KF6 API.

2022-02-09 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=416704

--- Comment #66 from caulier.gil...@gmail.com ---
Git commit c90df8ccc790b872e584a14522774a3a12bd3393 by Gilles Caulier.
Committed on 09/02/2022 at 19:45.
Pushed by cgilles into branch 'gsoc21-qt6-port'.

Qt6 port++

M  +3-3   
core/libs/facesengine/recognition/facialrecognition_wrapper_identity.cpp

https://invent.kde.org/graphics/digikam/commit/c90df8ccc790b872e584a14522774a3a12bd3393

-- 
You are receiving this mail because:
You are watching all bug changes.

[digikam] [Bug 416704] Port digiKam to Qt6 and KF6 API.

2022-02-09 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=416704

--- Comment #65 from caulier.gil...@gmail.com ---
Git commit 928f01e0a119bbfc539728dc215f5cbd67f8d6cb by Gilles Caulier.
Committed on 09/02/2022 at 18:19.
Pushed by cgilles into branch 'gsoc21-qt6-port'.

Qt6 port++

M  +1-1core/libs/database/haar/haariface.cpp

https://invent.kde.org/graphics/digikam/commit/928f01e0a119bbfc539728dc215f5cbd67f8d6cb

-- 
You are receiving this mail because:
You are watching all bug changes.

[digikam] [Bug 416704] Port digiKam to Qt6 and KF6 API.

2022-02-09 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=416704

--- Comment #64 from caulier.gil...@gmail.com ---
Git commit 3aaf901c77ddb24ba27749ec25346fe5d23f05b4 by Gilles Caulier.
Committed on 09/02/2022 at 17:58.
Pushed by cgilles into branch 'gsoc21-qt6-port'.

Qt6 port++

M  +3-3core/libs/database/models/itemmodel.cpp

https://invent.kde.org/graphics/digikam/commit/3aaf901c77ddb24ba27749ec25346fe5d23f05b4

-- 
You are receiving this mail because:
You are watching all bug changes.

  1   2   >