- 28 Aug, 2017 1 commit
-
-
Nicolas Lécureuil authored
-
- 27 Aug, 2017 2 commits
-
-
Gilles Caulier authored
-
Gilles Caulier authored
-
- 26 Aug, 2017 2 commits
-
-
Maik Qualmann authored
BUGS: 384049 FIXED-IN: 5.7.0
-
Maik Qualmann authored
-
- 25 Aug, 2017 1 commit
-
-
Maik Qualmann authored
BUGS: 383707 FIXED-IN: 5.7.0
-
- 24 Aug, 2017 1 commit
-
-
Gilles Caulier authored
-
- 23 Aug, 2017 9 commits
-
-
Maik Qualmann authored
CCBUGS: 379420
-
Gilles Caulier authored
-
Gilles Caulier authored
-
Gilles Caulier authored
-
Gilles Caulier authored
-
Gilles Caulier authored
As Geolocation Editor is now avaialble everywhere, this tool can be used in AlbumView, LightTable, ImageEditor, and Showfoto.
-
Gilles Caulier authored
-
Gilles Caulier authored
-
Gilles Caulier authored
-
- 22 Aug, 2017 1 commit
-
-
Gilles Caulier authored
-
- 21 Aug, 2017 2 commits
-
-
Gilles Caulier authored
-
Gilles Caulier authored
add new method to check if GPS info are available
-
- 19 Aug, 2017 3 commits
-
-
Simon Frei authored
This is not a unit test, it opens a UI dialog and thus fails by timeout in the CI testing.
-
Script Kiddy authored
In case of conflict in i18n, keep the version of the branch "ours" To resolve a particular conflict, "git checkout --ours path/to/file.desktop"
-
Script Kiddy authored
-
- 18 Aug, 2017 6 commits
-
-
Gilles Caulier authored
-
Gilles Caulier authored
-
Gilles Caulier authored
-
Gilles Caulier authored
-
Gilles Caulier authored
-
Gilles Caulier authored
-
- 17 Aug, 2017 6 commits
-
-
Gilles Caulier authored
-
Maik Qualmann authored
-
Maik Qualmann authored
-
Gilles Caulier authored
-
Script Kiddy authored
In case of conflict in i18n, keep the version of the branch "ours" To resolve a particular conflict, "git checkout --ours path/to/file.desktop"
-
Script Kiddy authored
-
- 16 Aug, 2017 3 commits
-
-
Maik Qualmann authored
-
Maik Qualmann authored
-
Gilles Caulier authored
-
- 15 Aug, 2017 3 commits
-
-
Gilles Caulier authored
The tag region in database is not expected when rotate the image. The reason : function FaceGroup::aboutToSetInfo(const ImageInfo& info) in https://cgit.kde.org/digikam.git/tree/utilities/facemanagement/facegroup.cpp#n359 invoked applyItemGeometryChanges() after transformation. Before FaceGroup::aboutToSetInfo(const ImageInfo& info), the new coordination of tag region has been written into database. However, in applyItemGeometryChanges(), the tag region coordination of tag region will be change again in database which caused a wrong coordination. A new FaceGroup::aboutToSetInfoAfterRotate(const ImageInfo& info) is now used instead of FaceGroup::aboutToSetInfo(const ImageInfo& info) which will not invoke applyItemGeometryChanges(). Then the coordination of tag region in database is true after image transformation. BUGS: 376681 BUGS: 326538 BUGS: 381378
-
Simon Frei authored
-
Gilles Caulier authored
-