From bfb369853a99a19dc5b3d549c8fa8f151eddffd0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicolas=20L=C3=A9cureuil?= Date: Mon, 8 Aug 2016 01:43:25 +0200 Subject: [PATCH] New version 5.1.0 --- ChangeLog | 1247 ++++++++++++++++++++++++++++++++++++++++++++ project/NEWS.5.1.0 | 360 +++++++++++++ 2 files changed, 1607 insertions(+) create mode 100644 project/NEWS.5.1.0 diff --git a/ChangeLog b/ChangeLog index 9b99678d92..e4105eb900 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,1250 @@ +5.1.0 2016-08-08 + +2016-08-07 Gilles Caulier + + * TODO: polish + +2016-08-07 Gilles Caulier + + * NEWS: polish + +2016-08-07 Maik Qualmann + + * app/views/tableview/tableview_columnfactory.h, + libs/album/albummanager.cpp, libs/album/albummanager.h, + libs/database/coredb/coredbcopymanager.h, + libs/dmetadata/metaengine.h, libs/tags/tagsmanager/tagsmanager.cpp: + add/polish QString reference #2 + +2016-08-07 Maik Qualmann + + * libs/album/albumlabelstreeview.cpp, + libs/database/dbjobs/dbjobsthread.cpp, + libs/database/engine/dbengineconfigloader.cpp, + libs/database/engine/dbengineparameters.cpp, + libs/database/engine/dbengineparameters.h, + libs/database/item/imagelisterreceiver.h, + libs/database/item/imageposition.cpp, + libs/database/item/imageposition.h, + libs/database/tags/tagscache.cpp, libs/dtrash/dtrash.cpp, + libs/dtrash/dtrash.h, libs/imageproperties/disjointmetadata.cpp, + libs/iojobs/iojob.cpp, libs/jpegutils/jpegutils.cpp, + libs/notificationmanager/dnotificationpopup.cpp, + libs/widgets/common/dfontproperties.cpp, + libs/widgets/mainview/sidebar.cpp, + utilities/geolocation/geoiface/geoiface_common.cpp, + utilities/geolocation/geoiface/geoiface_common.h, + utilities/importui/backend/cameracontroller.cpp, + utilities/searchwindow/searchfields.cpp: add/polish QString + reference + +2016-08-07 Maik Qualmann + + * app/filters/filtersidebarwidget.cpp, app/main/digikamapp.cpp, + app/views/leftsidebarwidgets.cpp, + app/views/tableview/tableview_column_geo.cpp, + libs/database/collection/collectionmanager.cpp, + libs/imageproperties/imagepropertiesgpstab.cpp, + libs/imageproperties/imagepropertiessidebar.cpp, + libs/imageproperties/imagepropertiessidebarcamgui.cpp, + libs/models/albummodel.cpp, libs/template/templatepanel.cpp, + libs/template/templateviewer.cpp, + libs/widgets/itemview/itemviewimagedelegate.cpp, + libs/widgets/mainview/dxmlguiwindow.cpp, + showfoto/thumbbar/itemviewshowfotodelegate.cpp, + tests/geolocation/geoiface/demo/mainwindow.cpp, + utilities/geolocation/editor/dialog/geolocationedit.cpp, + utilities/geolocation/geoiface/mapwidget.cpp, + utilities/importui/items/itemviewimportdelegate.cpp, + utilities/importui/main/importui.cpp, + utilities/metadataedit/iptc/iptceditwidget.cpp, + utilities/setup/collections/setupcollectionview.cpp: fix icons + CCBUGS: 364793 + +2016-08-06 Maik Qualmann + + * NEWS, data/database/dbconfig.xml.cmake.in: add changes from Ian + Dall to fix MySQL schema upgrade from V7 to V8 BUGS: 366445 + FIXED-IN: 5.1.0 + +2016-08-06 Gilles Caulier + + * NEWS: update + +2016-08-06 Gilles Caulier + + * utilities/maintenance/maintenancedlg.cpp, + utilities/maintenance/maintenancemngr.cpp: Due to some limitation in + Exiv2 with multithreads/multi-core CPU (even with last Exiv2 0.25), + limit metatdate synchronizer maintenenace tool to one CPU for the + moment. CCBUGS: 329091 + +2016-08-06 Swati Lodha + + * data/database/mysql-global.conf, + libs/database/utils/dbsettingswidget.cpp: Change MySQL configuration + file + +2016-08-06 Swati Lodha + + * NEWS: Add news + +2016-08-06 Gilles Caulier + + * utilities/assistants/firstrun/welcomepage.cpp: Be more precise + about places where old settings files are installed for MacOS, + Windows and Linux. CCBUGS: 364258 + +2016-08-05 Maik Qualmann + + * utilities/assistants/firstrun/welcomepage.cpp: apply patch #100439 + from Simon to add information about configuration transition to + welcome screen CCBUGS: 364258 + +2016-08-04 Maik Qualmann + + * NEWS: update + +2016-08-04 Maik Qualmann + + * libs/jpegutils/jpegutils.cpp: move temp sidecar file to image if + rotate image CCBUGS: 366391 + +2016-08-04 Gilles Caulier + + * NEWS: update + +2016-08-04 Gilles Caulier + + * NEWS: update + +2016-08-04 Gilles Caulier + + * NEWS: update + +2016-08-03 Maik Qualmann + + * app/utils/contextmenuhelper.cpp: add shortcuts to context menu + CCBUGS: 287081 + +2016-08-03 Gilles Caulier + + * NEWS: update + +2016-08-02 Maik Qualmann + + * NEWS, libs/imageproperties/imagedescedittab.cpp, + libs/tags/addtagslineedit.cpp: fix double tagging action BUGS: + 366316 FIXED-IN: 5.1.0 + +2016-07-31 Gilles Caulier + + * NEWS: update + +2016-07-31 Maik Qualmann + + * libs/album/albumwatch.cpp: use for path compare startsWith() + +2016-07-31 Maik Qualmann + + * NEWS, libs/album/albummanager.cpp, libs/album/albummanager.h, + libs/album/albumwatch.cpp, libs/album/albumwatch.h, + libs/database/utils/dio.cpp: workaround for locked albums under + Windows BUGS: 365596 FIXED-IN: 5.1.0 + +2016-07-30 Maik Qualmann + + * libs/dimg/filters/lens/lensfuniface.cpp: fix loading lensfun + database under Windows + +2016-07-30 Yuri Chornoivan + + * libs/database/server/databaseserver.cpp: Add missing spaces + +2016-07-30 Maik Qualmann + + * libs/database/server/databaseserver.cpp: add debug CCBUGS: 366219 + +2016-07-30 Maik Qualmann + + * libs/database/server/databaseserver.cpp: create initCmdArgs if + really necessary CCBUGS: 366219 + +2016-07-29 Maik Qualmann + + * NEWS, libs/database/server/databaseserver.cpp, + libs/database/server/databaseserver.h: apply patch #100378 from + Simon to refactor internal database server code and fix database + initializing BUGS: 366219 FIXED-IN: 5.1.0 + +2016-07-29 Gilles Caulier + + * libs/rawengine/libraw/internal/defines.h, + libs/rawengine/libraw/libraw/libraw_datastream.h, + libs/rawengine/libraw/src/libraw_cxx.cpp: libraw 0.18 beta compile + fine now under MXE + +2016-07-28 Gilles Caulier + + * libs/dngwriter/CMakeLists.txt, {libs/dngwriter/tests => + tests/dngwriter}/CMakeLists.txt, {libs/dngwriter/tests => + tests/dngwriter}/dnginfo.cpp, {libs/dngwriter/tests => + tests/dngwriter}/raw2dng.cpp: move dngwriter test codes to + core/tests/dngwriter This code is now compiled only when test rules + are defined with cmake configuration + +2016-07-28 Gilles Caulier + + * libs/CMakeLists.txt, libs/dngwriter/CMakeLists.txt, + libs/rawengine/libraw/CMakeLists.txt, + tests/rawengine/CMakeLists.txt: fix compilation and linking problems + between rawengine and dng sdk + +2016-07-28 Gilles Caulier + + * NEWS: update + +2016-07-29 Swati Lodha + + * libs/database/coredb/coredb.cpp, + libs/database/item/imagelister.cpp: Fix bug #339607 BUGS: 339607 + FIXED-IN: 5.1.0 + +2016-07-28 Maik Qualmann + + * libs/rawengine/libraw/libraw/libraw_types.h: fix compilation for + Jenkins + +2016-07-28 Maik Qualmann + + * : commit 73fdbef171e72ebaa5f3ec8b9309533534c303ec Author: Maik + Qualmann Date: Thu Jul 28 21:11:47 2016 + +0200 + +2016-07-28 Gilles Caulier + + * NEWS: polish + +2016-07-28 Gilles Caulier + + * NEWS, libs/rawengine/libraw/CMakeLists.txt, + libs/rawengine/libraw/COPYRIGHT, + libs/rawengine/libraw/Changelog.txt, + libs/rawengine/libraw/crlf2lf.sh, + libs/rawengine/libraw/internal/dcraw_common.cpp, + libs/rawengine/libraw/internal/dcraw_fileio.cpp, + libs/rawengine/libraw/internal/defines.h, + libs/rawengine/libraw/internal/demosaic_packs.cpp, + libs/rawengine/libraw/internal/libraw_bytebuffer.h, + libs/rawengine/libraw/internal/libraw_internal_funcs.h, + libs/rawengine/libraw/internal/libraw_x3f.cpp, + libs/rawengine/libraw/internal/var_defines.h, + libs/rawengine/libraw/internal/wf_filtering.cpp, + libs/rawengine/libraw/libraw/libraw.h, + libs/rawengine/libraw/libraw/libraw_alloc.h, + libs/rawengine/libraw/libraw/libraw_const.h, + libs/rawengine/libraw/libraw/libraw_datastream.h, + libs/rawengine/libraw/libraw/libraw_internal.h, + libs/rawengine/libraw/libraw/libraw_types.h, + libs/rawengine/libraw/libraw/libraw_version.h, + libs/rawengine/libraw/samples/4channels.cpp, + libs/rawengine/libraw/samples/dcraw_emu.cpp, + libs/rawengine/libraw/samples/dcraw_half.c, + libs/rawengine/libraw/samples/half_mt.c, + libs/rawengine/libraw/samples/half_mt_win32.c, + libs/rawengine/libraw/samples/mem_image.cpp, + libs/rawengine/libraw/samples/multirender_test.cpp, + libs/rawengine/libraw/samples/postprocessing_benchmark.cpp, + libs/rawengine/libraw/samples/raw-identify.cpp, + libs/rawengine/libraw/samples/simple_dcraw.cpp, + libs/rawengine/libraw/samples/unprocessed_raw.cpp, + libs/rawengine/libraw/src/libraw_c_api.cpp, + libs/rawengine/libraw/src/libraw_cxx.cpp, + libs/rawengine/libraw/src/libraw_datastream.cpp, + tests/rawengine/CMakeLists.txt: Update internal Libraw to 0.18.0 + beta (July 2016). Move Libraw samples compilation rules to core/tests/rawengine. + Theses samples files are now only generated if test code are + compiled through right CMake option. Use DNG SDK source code to compile Libraw in goal to: - Decode DNG analog color balances - Decode DNG channel black/white level - 8-bit encoded DNG files - Deflate compressed DNG support with zlib New features: - Support for Black and White Jpeg previews - Better intepolation of low-sensitivity pixels on Sigma Quattro + files New RAW cameras supported: - BlackMagic Micro Cinema Camera, URSA Mini - Canon 80D, 1300D, 1DX MkII - Fujifilm X-Pro2 (uncompressed RAW only), X70, X-E2S - HTC One A9 and M9 - Leica M (Typ 262) and X-U (Typ 113) - Nikon D5 - Olympus Pen F, SH-3 - Panasonic DMC-GX80/85, DMC-TZ80/81/85/ZS60, DMC-TZ100/101/ZS100 - PhaseOne IQ150, IQ180 IR, IQ3 (all models) - Samsung Galaxy S7 (SM-G935F) - Sony ILCA-68, ILCE-6300, RX1R II, RX10 III - YUNEEC CGO4 CCBUGS: 257737 CCBUGS: 347010 CCBUGS: 328321 CCBUGS: 366095 + +2016-07-28 Gilles Caulier + + * : commit 3d55f35fc7d5a5b0c1591857c24ecda7a474b789 Author: Gilles + Caulier Date: Thu Jul 28 10:44:45 2016 + +0200 + +2016-07-27 Maik Qualmann + + * libs/widgets/mainview/thumbbardock.cpp, + utilities/imageeditor/editor/editorwindow.cpp, + utilities/lighttable/lighttablewindow.cpp: fix key shortcuts + warnings from KActionCollection + +2016-07-27 Gilles Caulier + + * README: polish + +2016-07-27 Gilles Caulier + + * README: update + +2016-07-27 Gilles Caulier + + * NEWS: update + +2016-07-26 Gilles Caulier + + * libs/widgets/mainview/dxmlguiwindow.cpp: under OSX, the menu bar + visibility is controled by desktop window manager, when we switch + application in full screen mode or not. In all other cases, menu bar + is always visible. So this action as no effect and can be hidden as + well. + +2016-07-26 Gilles Caulier + + * libs/widgets/mainview/dxmlguiwindow.cpp: disable debug code plus + polish + +2016-07-26 Gilles Caulier + + * NEWS, libs/database/utils/dbsettingswidget.cpp, + utilities/assistants/firstrun/metadatapage.cpp, + utilities/assistants/firstrun/startscanpage.cpp: apply patch #100310 + to fix typos BUGS: 366124 FIXED-IN: 5.1.0 + +2016-07-26 Yuri Chornoivan + + * utilities/setup/setupmisc.cpp: Fix minor typos + +2016-07-26 Gilles Caulier + + * libs/database/dbjobs/dbjob.cpp, + libs/database/dbjobs/dbjobsthread.cpp: polish + +2016-07-26 Gilles Caulier + + * libs/database/coredb/coredbaccess.cpp, + libs/database/coredb/coredbaccess.h: polish + +2016-07-25 Maik Qualmann + + * data/colorschemes/digikamgray.colors: add color scheme DigiKamGray + +2016-07-25 Gilles Caulier + + * NEWS: update + +2016-07-25 Gilles Caulier + + * utilities/queuemanager/main/queuemgrwindowui.rc: sound like ID + need to be increased here + +2016-07-25 Gilles Caulier + + * NEWS: update + +2016-07-25 Gilles Caulier + + * data/colorschemes/graycard.colors, + data/colorschemes/sunsetcolor.colors, + libs/widgets/mainview/thememanager.cpp: Fix foreground text color to + be more readable in digiKam corlor scheme with Fusion widgets style + under OSX and Windows Do not populate color schemes from desktop + where we will not have any control of readability. CCBUGS: 365262 + BUGS: 365411 FIXED-IN: 5.1.0 + +2016-07-24 Maik Qualmann + + * libs/dmetadata/metaengine.cpp, libs/dmetadata/metaengine_p.cpp: + write sidecar file in the same folder as image also over symlink + BUGS: 366036 FIXED-IN: 5.1.0 + +2016-07-24 Gilles Caulier + + * NEWS: update + +2016-07-24 Gilles Caulier + + * : commit 6f4044ca14169beb9e0c94bc102e0074f09b9224 Author: Gilles + Caulier Date: Sun Jul 24 20:31:34 2016 + +0200 + +2016-07-24 Maik Qualmann + + * app/main/main.cpp: apply Patch from Burkhard Lueck to remove + double setApplicationDomain() call CCBUGS: 366010 + +2016-07-24 Gilles Caulier + + * libs/widgets/mainview/dxmlguiwindow.cpp, + showfoto/setup/showfotosetupmisc.cpp: create d->settings in private + container + +2016-07-24 Maik Qualmann + + * NEWS, app/main/digikamui.rc, + imageplugins/color/digikamimageplugin_color_ui.rc, + imageplugins/decorate/digikamimageplugin_decorate_ui.rc, + imageplugins/enhance/digikamimageplugin_enhance_ui.rc, + imageplugins/filters/digikamimageplugin_fxfilters_ui.rc, + imageplugins/transform/digikamimageplugin_transform_ui.rc, + showfoto/main/showfotoui.rc, + utilities/imageeditor/main/digikamimagewindowui.rc, + utilities/importui/main/importui.rc, + utilities/lighttable/lighttablewindowui.rc, + utilities/queuemanager/main/queuemgrwindowui.rc: fix untranslated + menu items BUGS: 366010 FIXED-IN: 5.1.0 + +2016-07-24 Gilles Caulier + + * app/main/digikamapp.cpp, libs/widgets/mainview/dxmlguiwindow.cpp, + libs/widgets/mainview/dxmlguiwindow.h, showfoto/main/showfoto.cpp, + utilities/imageeditor/main/imagewindow.cpp, + utilities/importui/main/importui.cpp, + utilities/lighttable/lighttablewindow.cpp, + utilities/queuemanager/main/queuemgrwindow.cpp: new method to + cleanup unwanted actions from action collection + +2016-07-24 Gilles Caulier + + * NEWS: update + +2016-07-24 Gilles Caulier + + * utilities/setup/setup.cpp: the place of collections is not the + place to store database. BUGS: 269337 FIXED-IN: 5.1.0 + +2016-07-24 Maik Qualmann + + * app/main/digikamapp.cpp, app/views/digikamview.cpp, + libs/database/item/imagecopyright.cpp, + libs/database/item/imagegps.cpp, tests/multithreading/main.cpp, + utilities/assistants/expoblending/blendingdlg/bracketstack.cpp, + utilities/assistants/panorama/manager/cpfindbinary.cpp, + utilities/geolocation/editor/dialog/geolocationedit.cpp, + utilities/imageeditor/main/imagewindow.cpp, + utilities/lighttable/lighttablethumbbar.cpp, + utilities/queuemanager/views/queuelist.cpp: use const reference + +2016-07-24 Maik Qualmann + + * NEWS, + utilities/queuemanager/basetools/metadata/assigntemplate.cpp, + utilities/queuemanager/basetools/metadata/removemetadata.cpp: if + metadata tools are used alone in BQM, no image data is now changed + BUGS: 341112 FIXED-IN: 5.1.0 + +2016-07-23 Maik Qualmann + + * NEWS, utilities/queuemanager/manager/task.cpp: prevent locked + database, and new file info in BQM is up to date BUGS: 365907 + FIXED-IN: 5.1.0 + +2016-07-23 Swati Lodha + + * NEWS: Add news + +2016-07-22 Maik Qualmann + + * libs/widgets/mainview/dxmlguiwindow.cpp, + libs/widgets/mainview/dxmlguiwindow.h: optimization the workaround + of KXmlGuiWindow bug + +2016-07-21 Maik Qualmann + + * libs/widgets/mainview/dxmlguiwindow.cpp: initialize + showStatusBarAction + +2016-07-21 Maik Qualmann + + * libs/widgets/mainview/dxmlguiwindow.cpp: polish debug + +2016-07-21 Maik Qualmann + + * libs/widgets/mainview/dxmlguiwindow.cpp: fix visibility of menu + bar and status bar after fullscreen CCBUGS: 365409 + +2016-07-21 Maik Qualmann + + * NEWS, app/main/digikamapp.cpp, + libs/widgets/mainview/dxmlguiwindow.cpp, + libs/widgets/mainview/dxmlguiwindow.h, + utilities/imageeditor/editor/editorwindow.cpp, + utilities/importui/main/importui.cpp, + utilities/lighttable/lighttablewindow.cpp, + utilities/queuemanager/main/queuemgrwindow.cpp: workaround for the + strange behavior or bug of KXmlGuiWindow under Windows - options_show_menubar triggerd the action options_show_statusbar - options_show_statusbar not visible in the Gui BUGS: 365409 BUGS: + 365929 FIXED-IN: 5.1.0 + +2016-07-21 Gilles Caulier + + * NEWS: update + +2016-07-21 Gilles Caulier + + * NEWS: update + +2016-07-20 Gilles Caulier + + * : commit 100d206f011c039398db1aea7e16388dc4dabbd1 Author: Gilles + Caulier Date: Wed Jul 20 05:14:38 2016 + -0400 + +2016-07-20 Gilles Caulier + + * NEWS: update + +2016-07-19 Gilles Caulier + + * libs/fileactionmanager/metadatastatusbar.cpp, + libs/iojobs/iojob.cpp, utilities/setup/metadata/setupmetadata.cpp: + syncronization => synchronization REVIEW: 128479 + +2016-07-19 Maik Qualmann + + * libs/widgets/mainview/dxmlguiwindow.cpp: first step to fix menu + bar under Windows or MacOS CCBUGS: 365409 CCBUGS: 364883 + +2016-07-19 Gilles Caulier + + * NEWS: update + +2016-07-19 Gilles Caulier + + * app/main/digikamapp.cpp, libs/settings/applicationsettings.cpp, + libs/settings/applicationsettings.h, + libs/settings/applicationsettings_miscs.cpp, + libs/settings/applicationsettings_p.cpp, + libs/settings/applicationsettings_p.h, + utilities/setup/setupmisc.cpp: restore older scan for new items at + startup option CCBUGS: 281959 CCBUGS: 320359 + +2016-07-19 Gilles Caulier + + * libs/settings/applicationsettings.cpp: sidebar : always show all + tab titles by default + +2016-07-19 Gilles Caulier + + * libs/album/albumtreeview.cpp: disable context menu for trash + album. We will need to customize it later. + +2016-07-19 Gilles Caulier + + * libs/progressmanager/progressview.cpp: Force to show progress view + when a new process is add in queue. Close progress after 5 secons. + This permit to inform user that something is started in background. + +2016-07-19 Gilles Caulier + + * libs/progressmanager/progressmanager.cpp, + libs/progressmanager/progressview.cpp: polish + +2016-07-19 Gilles Caulier + + * libs/progressmanager/statusbarprogresswidget.cpp: polish + +2016-07-19 Gilles Caulier + + * libs/progressmanager/progressview.cpp: polish + +2016-07-19 Gilles Caulier + + * libs/progressmanager/progressmanager.cpp: no need a dialog here. A + message on the console is enough + +2016-07-19 Gilles Caulier + + * app/dragdrop/tagdragdrop.cpp: add comment in source code about + Mysql tags ID properties update + +2016-07-19 Gilles Caulier + + * app/dragdrop/tagdragdrop.cpp: polish + +2016-07-19 Gilles Caulier + + * NEWS: update + +2016-07-19 Swati Lodha + + * NEWS: Add news + +2016-07-18 Swati Lodha + + * app/dragdrop/tagdragdrop.cpp: Fix error + +2016-07-18 Gilles Caulier + + * app/views/welcomepageview.cpp: update + +2016-07-18 Gilles Caulier + + * NEWS: update + +2016-07-18 Gilles Caulier + + * app/views/welcomepageview.cpp: no context menu in welcome page + view + +2016-07-18 Gilles Caulier + + * NEWS: update + +2016-07-18 Gilles Caulier + + * app/main/digikamapp.cpp, libs/database/utils/scancontroller.cpp, + libs/database/utils/scancontroller.h, + utilities/maintenance/maintenancetool.h: Improve digiKam startup + time : ------------------------------ - remove splashscreen from ScanController. Always use a progress + dialog instead in all cases. - We will always require a progress dialog at first init to scan + albums. All details are given in dialog about which album is + scanned and how many items still in the queue to process. - The splashscreen always arrive after the progress dialog. Splash + show final stage to init GUI - When GUI is displayed, always start a delayed find new item + process through progress manager. This is done in background. + Progress info is given in progress manager as well. While scan for + new item is running in a separated thread, user can start to work + with GUI, even if all items are not yet catalogued in database. BUGS: 320359 BUGS: 281959 FIXED-IN: 5.1.0 + +2016-07-18 Gilles Caulier + + * libs/facesengine/recognition-opencv-lbph/facerec_borrowed.h: fix + clang warnings + +2016-07-18 Gilles Caulier + + * libs/facesengine/opencv3-face/eigen_faces.cpp, + libs/facesengine/opencv3-face/fisher_faces.cpp, + libs/facesengine/opencv3-face/predict_collector.hpp: fix OPenCV + warnings with clang + +2016-07-18 Gilles Caulier + + * libs/facesengine/opencv3-face/lbph_faces.cpp: fix opencv warnings + with Clang + +2016-07-18 Gilles Caulier + + * libs/facesengine/opencv3-face/facerec.cpp: fix OpenCV warnings + with clang + +2016-07-18 Gilles Caulier + + * utilities/presentation/audio/presentationaudiowidget.cpp: fix + clang warning. again, it's a bug not show by GCC. Why ? + +2016-07-18 Gilles Caulier + + * : commit a17f1bfb6466b978896fea1f154effeb7fdbcecc Author: Gilles + Caulier Date: Mon Jul 18 10:17:26 2016 + +0200 + +2016-07-18 Swati Lodha + + * : commit 6e41c23f5a56841bd4823099c85f254b6e61811e Author: Swati + Lodha Date: Mon Jul 18 13:40:34 2016 + +0530 + +2016-07-18 Gilles Caulier + + * + utilities/geolocation/editor/correlator/track_correlator_thread.cpp + , utilities/geolocation/editor/correlator/track_correlator_thread.h: + fix clang warnings + +2016-07-17 Maik Qualmann + + * libs/database/coredb/coredb.cpp: fix compile and warning + +2016-07-18 Swati Lodha + + * : commit 6d5bfddfd9a53ef4806845b6094661d8b331f3df Author: Swati + Lodha Date: Mon Jul 18 00:51:12 2016 + +0530 + +2016-07-17 Gilles Caulier + + * libs/database/coredb/coredb.cpp: fix warning + +2016-07-17 Gilles Caulier + + * libs/widgets/common/dsplashscreen.cpp: Restore broken splashscreen + animation while database process at startup. CCBUGS: 320359 CCBUGS: + 281959 + +2016-07-17 Gilles Caulier + + * AUTHORS: new Showfoto 5.1.0 splashscreen from Attila Marxer + CCMAIL: attila.marxer@excessive.li + +2016-07-17 Gilles Caulier + + * data/about/main.html: update about background image data + +2016-07-17 Gilles Caulier + + * AUTHORS: update digiKam 5.1.0 spalsh-screen and about background + image from Christian Pietzsch CCMAIL: christian.pietzsch@gmail.com + +2016-07-17 Gilles Caulier + + * : commit 887baa701652dd3f58b56fb3db00db1dd9998a3f Author: Gilles + Caulier Date: Sun Jul 17 05:23:10 2016 + -0400 + +2016-07-17 Swati Lodha + + * NEWS: Add news + +2016-07-17 Swati Lodha + + * app/dragdrop/tagdragdrop.cpp, libs/database/coredb/coredb.cpp, + libs/database/coredb/coredb.h, + libs/database/coredb/coredbchangesets.h: Set fields in Tag table now + updates BUG:338050 CCBUG:338050 FIXED-IN:5.1.0 + +2016-07-16 Gilles Caulier + + * NEWS: update + +2016-07-16 Gilles Caulier + + * NEWS: update + +2016-07-16 Gilles Caulier + + * NEWS: update + +2016-07-16 Gilles Caulier + + * NEWS: update + +2016-07-16 Swati Lodha + + * data/database/dbconfig.xml.cmake.in, + libs/database/tags/facetags.cpp, libs/database/tags/tagscache.cpp: + Remove _digikam_root_tag_ from tag tree-view + +2016-07-15 Gilles Caulier + + * NEWS: update + +2016-07-15 Gilles Caulier + + * NEWS: update + +2016-07-15 Gilles Caulier + + * NEWS: update + +2016-07-15 Gilles Caulier + + * NEWS: update + +2016-07-15 Gilles Caulier + + * NEWS: update + +2016-07-15 Gilles Caulier + + * NEWS: update + +2016-07-15 Gilles Caulier + + * NEWS: update + +2016-07-15 Gilles Caulier + + * NEWS: update + +2016-07-15 Gilles Caulier + + * NEWS: update + +2016-07-15 Gilles Caulier + + * NEWS: update + +2016-07-15 Gilles Caulier + + * NEWS: update + +2016-07-15 Gilles Caulier + + * NEWS: update + +2016-07-15 Gilles Caulier + + * NEWS: update + +2016-07-15 Gilles Caulier + + * NEWS: update + +2016-07-15 Gilles Caulier + + * NEWS: update + +2016-07-15 Gilles Caulier + + * NEWS: update + +2016-07-15 Gilles Caulier + + * NEWS: update + +2016-07-15 Gilles Caulier + + * NEWS: update + +2016-07-15 Gilles Caulier + + * NEWS: update + +2016-07-15 Gilles Caulier + + * NEWS: update + +2016-07-15 Gilles Caulier + + * NEWS: update + +2016-07-15 Gilles Caulier + + * NEWS: update + +2016-07-15 Gilles Caulier + + * NEWS: update + +2016-07-15 Gilles Caulier + + * NEWS: update + +2016-07-15 Gilles Caulier + + * NEWS: update + +2016-07-14 Maik Qualmann + + * utilities/imageeditor/core/fileoperation.cpp: polish + +2016-07-14 Maik Qualmann + + * utilities/imageeditor/core/fileoperation.cpp: optimization + FileOperation::runFiles() CCBUGS: 365375 + +2016-07-14 Gilles Caulier + + * NEWS: update + +2016-07-14 Gilles Caulier + + * NEWS: update + +2016-07-14 Gilles Caulier + + * NEWS: update + +2016-07-14 Gilles Caulier + + * NEWS: update + +2016-07-14 Gilles Caulier + + * NEWS: update + +2016-07-14 Gilles Caulier + + * NEWS: update + +2016-07-14 Gilles Caulier + + * NEWS: update + +2016-07-14 Gilles Caulier + + * : commit ba8f04eadb69d35ebb05d57c313f51b2693c5a4a Author: Gilles + Caulier Date: Thu Jul 14 11:22:10 2016 + +0200 + +2016-07-14 Maik Qualmann + + * data/facesengine/opencv3/haarcascade_mcs_lefteye.xml, + data/facesengine/opencv3/haarcascade_mcs_mouth.xml, + data/facesengine/opencv3/haarcascade_mcs_nose.xml, + data/facesengine/opencv3/haarcascade_mcs_righteye.xml: update + haarcascade files to current version + +2016-07-14 Gilles Caulier + + * NEWS: update + +2016-07-14 Gilles Caulier + + * : commit ee0e75fca85f2b127b98c713fa00ff03d4186578 Author: Gilles + Caulier Date: Thu Jul 14 07:59:58 2016 + +0200 + +2016-07-14 Maik Qualmann + + * libs/facesengine/recognition-opencv-lbph/facerec_borrowed.cpp: for + current face module 3.1.0 is no longer needed + +2016-07-13 Gilles Caulier + + * NEWS: update + +2016-07-14 Swati Lodha + + * NEWS: Add news + +2016-07-13 Maik Qualmann + + * CMakeLists.txt: set minimum openCV3 version to 3.1.0 CCBUGS: + 365202 + +2016-07-13 Maik Qualmann + + * libs/facesengine/CMakeLists.txt, + libs/facesengine/opencv3-face/eigen_faces.cpp, + libs/facesengine/opencv3-face/face.hpp, + libs/facesengine/opencv3-face/face_basic.hpp, + libs/facesengine/opencv3-face/facerec.cpp, + libs/facesengine/opencv3-face/facerec.hpp, + libs/facesengine/opencv3-face/fisher_faces.cpp, + libs/facesengine/opencv3-face/lbph_faces.cpp, + libs/facesengine/opencv3-face/precomp.hpp, + libs/facesengine/opencv3-face/predict_collector.cpp, + libs/facesengine/opencv3-face/predict_collector.hpp, + libs/facesengine/recognition-opencv-lbph/facerec_borrowed.cpp, + libs/facesengine/recognition-opencv-lbph/facerec_borrowed.h: apply + patch #100038 to update openCV3 face modul to the current version + CCBUGS: 365202 + +2016-07-13 Maik Qualmann + + * libs/facesengine/facedetector.cpp: apply patch #99986 to check for + a valid QImage CCBUGS: 365202 + +2016-07-13 Maik Qualmann + + * libs/facesengine/detection/opencvfacedetector.cpp: apply patch + #99970 to add mutex to prevent non re-entrency in OpenCV API CCBUGS: + 365202 + +2016-07-12 Maik Qualmann + + * NEWS, utilities/slideshow/slideosd.cpp, + utilities/slideshow/slideshow.cpp: fix navigation in slideshow + toolbar under Windows and polish BUGS: 365410 FIXED-IN: 5.1.0 + +2016-07-12 Swati Lodha + + * NEWS: Add news + +2016-07-11 Maik Qualmann + + * NEWS: update + +2016-07-11 Maik Qualmann + + * utilities/imageeditor/core/fileoperation.cpp, + utilities/imageeditor/core/fileoperation.h: fix string parsing from + KService.exec() entry BUGS: 365375 FIXED-IN: 5.1.0 + +2016-07-11 Gilles Caulier + + * NEWS: update + +2016-07-10 Gilles Caulier + + * NEWS: update + +2016-07-10 Gilles Caulier + + * NEWS: update + +2016-07-10 Gilles Caulier + + * NEWS: update + +2016-07-10 Gilles Caulier + + * NEWS: update + +2016-07-10 Gilles Caulier + + * NEWS: update + +2016-07-09 Gilles Caulier + + * NEWS: update + +2016-07-09 Swati Lodha + + * data/database/dbconfig.xml.cmake.in: Add referential integrity for + 5.0.0 v8 DB + +2016-07-09 Gilles Caulier + + * NEWS: update + +2016-07-09 Gilles Caulier + + * NEWS: update + +2016-07-09 Gilles Caulier + + * NEWS: update + +2016-07-09 Gilles Caulier + + * NEWS: update + +2016-07-09 Gilles Caulier + + * NEWS: update + +2016-07-09 Gilles Caulier + + * NEWS: update + +2016-07-09 Gilles Caulier + + * NEWS: update + +2016-07-09 Gilles Caulier + + * NEWS: update + +2016-07-09 Gilles Caulier + + * NEWS: update + +2016-07-09 Gilles Caulier + + * NEWS: update + +2016-07-09 Gilles Caulier + + * NEWS: update + +2016-07-09 Gilles Caulier + + * NEWS: update + +2016-07-09 Gilles Caulier + + * NEWS: update + +2016-07-09 Gilles Caulier + + * NEWS: update + +2016-07-09 Gilles Caulier + + * NEWS: update + +2016-07-09 Gilles Caulier + + * NEWS: update + +2016-07-09 Gilles Caulier + + * NEWS: update + +2016-07-09 Gilles Caulier + + * NEWS: update + +2016-07-09 Gilles Caulier + + * NEWS: update + +2016-07-09 Gilles Caulier + + * NEWS: update + +2016-07-09 Gilles Caulier + + * NEWS: update + +2016-07-09 Gilles Caulier + + * NEWS: update + +2016-07-09 Gilles Caulier + + * NEWS: update + +2016-07-09 Swati Lodha + + * NEWS: Add news + +2016-07-08 Gilles Caulier + + * NEWS: update + +2016-07-08 Maik Qualmann + + * NEWS, libs/threadimageio/thumbnailloadthread.cpp: stopping + thumbnails tasks to prevent a crash at end BUGS: 365229 FIXED-IN: + 5.1.0 + +2016-07-08 Gilles Caulier + + * NEWS: update + +2016-07-08 Gilles Caulier + + * NEWS: update + +2016-07-08 Gilles Caulier + + * NEWS: update + +2016-07-07 Gilles Caulier + + * NEWS: update + +2016-07-07 Gilles Caulier + + * NEWS: update + +2016-07-07 Gilles Caulier + + * NEWS: update + +2016-07-07 Gilles Caulier + + * NEWS: update + +2016-07-07 Gilles Caulier + + * NEWS: update + +2016-07-07 Gilles Caulier + + * NEWS: update + +2016-07-07 Gilles Caulier + + * NEWS: update + +2016-07-07 Gilles Caulier + + * NEWS: update + +2016-07-07 Gilles Caulier + + * NEWS: update + +2016-07-07 Gilles Caulier + + * NEWS: update + +2016-07-07 Gilles Caulier + + * NEWS: update + +2016-07-07 Gilles Caulier + + * NEWS: update + +2016-07-07 Gilles Caulier + + * NEWS: update + +2016-07-07 Gilles Caulier + + * NEWS: update + +2016-07-07 Gilles Caulier + + * NEWS: update + +2016-07-07 Gilles Caulier + + * NEWS: update + +2016-07-07 Gilles Caulier + + * NEWS: update + +2016-07-07 Gilles Caulier + + * NEWS: update + +2016-07-07 Gilles Caulier + + * NEWS: update + +2016-07-07 Gilles Caulier + + * NEWS: update + +2016-07-07 Gilles Caulier + + * NEWS: update + +2016-07-07 Gilles Caulier + + * NEWS: update + +2016-07-07 Gilles Caulier + + * NEWS: update + +2016-07-07 Gilles Caulier + + * NEWS: update + +2016-07-07 Gilles Caulier + + * NEWS: update + +2016-07-07 Gilles Caulier + + * NEWS: update + +2016-07-07 Gilles Caulier + + * NEWS: update + +2016-07-06 Maik Qualmann + + * NEWS: update + +2016-07-06 Maik Qualmann + + * libs/dimg/filters/lens/lensfuniface.cpp: use default value for + object distance when not available CCBUGS: 303848 + +2016-07-06 Gilles Caulier + + * NEWS: update + +2016-07-06 Gilles Caulier + + * NEWS: update + +2016-07-04 Gilles Caulier + + * NEWS: update + +2016-07-04 Gilles Caulier + + * CMakeLists.txt: bump version ID + +2016-07-04 Gilles Caulier + + * NEWS: archive NEWS for 5.0.0 start 5.1.0 + +2016-07-03 Nicolas Lécureuil + + * ChangeLog, project/NEWS.5.0.0: Update Changelog and NEWS file + 5.0.0 2016-07-03 2016-07-03 Gilles Caulier diff --git a/project/NEWS.5.1.0 b/project/NEWS.5.1.0 new file mode 100644 index 0000000000..c09a455ddd --- /dev/null +++ b/project/NEWS.5.1.0 @@ -0,0 +1,360 @@ +***************************************************************************************************** +digiKam 5.1.0 - Release date: 2016-08-07 + +NEW FEATURES: + +General : Fix broken Windows 64bits installer due to mix with 32 bits dlls. +General : Internal Libraw updated to 0.18.0 beta (201604). New lead cameras supported: + Canon 80D, 1300D, 1DX MkII + Fujifilm X-Pro2, X70, X-E2S + HTC One A9 and M9 + Leica M and X-U + Nikon D5 + Olympus Pen F, SH-3 + Panasonic DMC-GX80/85, DMC-TZ80/81/85/ZS60, DMC-TZ100/101/ZS100 + PhaseOne IQ150, IQ180 IR, IQ3 + Samsung Galaxy S7 + Sony ILCA-68, ILCE-6300, RX1R II, RX10 III + +Database: Consolidation of Mysql database backend. +Database: Startup up time improved. Scan for new items is always differed after that main gui is displayed. +Database: New option "Scan for new item at startup" option to optimize database initialization time. + +BUGFIXES FROM KDE BUGZILLA (https://www.digikam.org/changelog): + +001 ==> 289680 - ICCProfile wastes a lot of memory (high memory footprint on startup). +002 ==> 308063 - Sort images by file names is not always correct. +003 ==> 358539 - Can't use tags for real filtering: tag1 OR tag2 OR tag3 => all in query result = "at least one of tags 1-2-3". +004 ==> 360954 - No spell checking when entering Tags. +005 ==> 303848 - BQM LensCorrection tool : doesn't work when 'use metadata' option is turned on. +006 ==> 364206 - Crash when moving images outside digiKam. +007 ==> 355212 - Crash While editing and playback. +008 ==> 313523 - While move images from one folder to other there is an error report and the image is delete. +009 ==> 215558 - Leaving the "THEME" area caused fatel error sig 11 sigsegv Then it crashed. +010 ==> 218765 - Drag digiKam photo to thunderbird 3.0 email attachment section. +011 ==> 227123 - digiKam crashes when deleting pictures from camera. +012 ==> 195448 - Random system hangs when handling RAW images in digiKam. +013 ==> 211009 - digiKam batch raw converter. +014 ==> 213916 - digiKam crashed when building the collection. +015 ==> 218987 - After several days idle, digiKam crashed during closing. +016 ==> 214874 - Picture download from cf-card. +017 ==> 215021 - Crash importing photos from SD card into digiKam. +018 ==> 215648 - When I try to import the pictures from Memory Card to My compiture digiKam crashed. +019 ==> 215854 - Download pictures to hd in digiKam. +020 ==> 217532 - Crash while using Download Photos with Digikam link from Device Notifier. +021 ==> 362108 - Crash when moving images to newly created album. +022 ==> 354074 - Can't load most of pictures without further error messages or additional informations. +023 ==> 361317 - digiKam crash when using face recognition. +024 ==> 343015 - When crop an raw image there appears a black bam on the right. +025 ==> 352955 - digiKam crashes when I start the geolocation. +026 ==> 359817 - digiKam crashed while scanning faces. +027 ==> 336979 - digiKam crash during facial recognition when closed before finished. +028 ==> 337898 - Pictures imported from camera are not available in folder. +029 ==> 345106 - Crash while saving. +030 ==> 327961 - digiKam crash at video playing. +031 ==> 307183 - Advanced Slideshow turns completely white (Open GL Transitions enabled). +032 ==> 279969 - digiKam crash after closing the extended slideshow. +033 ==> 348229 - Crash if I try to show slideshow in second VGA display. +034 ==> 348484 - Extreme long saving times for settings. +035 ==> 330133 - Crash during workflow in exporting jpeg from raw cr2. +036 ==> 315137 - Wired color conversion with multi exposure photos. +037 ==> 255137 - Some exif metadata are lost when converting CR2 to DNG. +038 ==> 235683 - Metadata invalid when converting CRW +039 ==> 245582 - When you try to save the blended image it will some times say can not save jpg such and such. +040 ==> 262165 - Error message when saving image in exposure blending dialogue. +041 ==> 365079 - digiKam 5.0 beta 7 crashes while showing the splash image. +042 ==> 266778 - Unable to save blended image - Incompatible pixel type. +043 ==> 180750 - MetadataEdit : no warning when file is read-only. +044 ==> 224583 - MetadataEdit writes invalid EXIF data to image. +045 ==> 201960 - Slideshow will not play mp3. +046 ==> 269339 - Advanced Slideshow greyed out. +047 ==> 170141 - Printer can't print when six collumns in the calendar. +048 ==> 140982 - Slideshow is blurry/pixelated if opengl transitions are enabled. +049 ==> 238598 - Advanced Slideshow Dialog too big for screen. +050 ==> 299356 - Some pictures not editable in Image Editor as menu bar is not showing. +051 ==> 365125 - Win64 version cannot start. +052 ==> 365229 - Crash during close of Digikam5. +053 ==> 302794 - Saving configuration takes 4-5 minutes. +054 ==> 329976 - SCAN : digiKam does not update database after picture renaming. +055 ==> 304959 - Advanced slideshow. +056 ==> 299828 - Changing folder on digiKam. +057 ==> 304733 - Crash after import new folder from USB-stick or after closing digiKam. +058 ==> 212457 - Crash after performing batch operation on JPG images. +059 ==> 313500 - Crash during modify of a picture. +060 ==> 285808 - Crash at startup (probably related to scan corrupted NEF images). +061 ==> 300808 - Crash while importing pictures. +062 ==> 313966 - Crash when applying geolocation. +063 ==> 217631 - Crashed when I tried to upload from camera. First time user. +064 ==> 290966 - digiKam crashes after loading AVI file from Canon IXUS 75. +065 ==> 307690 - digiKam crashed adding files to collection. +066 ==> 240318 - digiKam crashes on mov. +067 ==> 298547 - digikam crashes, if pics of collections are changed externally. +068 ==> 223177 - digiKam crashes when selecting a picture immediately after showing slideshow. +069 ==> 300463 - digiKam crashing after opening, possibly related to prior GIMP crash. +070 ==> 234746 - digiKam crashes while looking a film in HD format .avi. +071 ==> 333508 - Crash in Digikam::DigikamApp::slotRebuildAlbumThumbnails. +072 ==> 328239 - Image scanning. +073 ==> 329507 - Rename attemps leads digiKam to crash. +074 ==> 282188 - Crash digiKam when I crop image and "save as"... +075 ==> 297835 - digiKam crashes when starting. +076 ==> 324956 - Opening digiKam on Ubuntu 13.04 system. +077 ==> 234307 - Segfault trying to delete an image. +078 ==> 335937 - Crash on start-up due to user resource limitations set in PAM configuration. +079 ==> 305054 - Crash digiKam when selecting newly imported albums. +080 ==> 262843 - digiKam crashes at opening openSuse 11.2. +081 ==> 314235 - Crash on startup. +082 ==> 330534 - Just crashed when updating database. +083 ==> 279438 - Crash when hovering over image. +084 ==> 311745 - Crash on importing. +085 ==> 215500 - Crash one camera download commences. +086 ==> 332762 - Crash when update. +087 ==> 324930 - Crashed updating thumbnails (fast). +088 ==> 257084 - digiKam crashed during renaming all images in album. +089 ==> 272348 - digiKam crashed when tagging multiple pictures. +090 ==> 232429 - Crash while tagging 800+ raw files. +091 ==> 286961 - digiKam crashed during disk scaning (importing album). +092 ==> 283355 - digiKam crashed while tagging an image with shortcut keys. +093 ==> 246660 - digiKam crashes when changed from a picture to a wmv movie. +094 ==> 278936 - digiKam crashes when I was tagging images. +095 ==> 333937 - digiKam crashes when watching videos. +096 ==> 264072 - digiKam crashes while searching for duplicates. +097 ==> 330959 - digiKam crashing when play video. +098 ==> 336275 - digiKam crashes upon simple operations. +099 ==> 308827 - digiKam showed error after closing. +100 ==> 274863 - digiKam crashes on close of application. +101 ==> 217588 - digiKam crashes on exit. +102 ==> 297320 - digiKam crashed after I had imported photos from my camera. I shut off the camera and it crashed. +103 ==> 343161 - Diaporama not in full screen. +104 ==> 234850 - Enter edit mode, crop jpeg photo, go to Save As, select directory, change type to TIFF, program crashes. +105 ==> 195610 - Memory leak in image editor. +106 ==> 304603 - digiKam crashed after adding a lot of pictures. +107 ==> 306431 - digiKam crashes when indexing pictures on hard drive. +108 ==> 254879 - Crash upon import of Collection. +109 ==> 365319 - Immediate crash at program start. +110 ==> 365135 - digiKam 5 fails to build with DIGIKAMSC_COMPILE_DOC=on. +111 ==> 243373 - Image corruption after crash. +112 ==> 284261 - digiKam hangs on startup. +113 ==> 241193 - digiKam crashes when quitting. +114 ==> 304288 - Crash at shutdown. +115 ==> 306163 - digiKam crash. +116 ==> 308268 - digiKam crashes during startup. +117 ==> 362595 - It crashes on startup. +118 ==> 209416 - digiKam slows during slide show, then crashes. +119 ==> 291053 - ccmake claims qt compiled without -fvisibility=hidden. +120 ==> 301026 - When working simultaneously in different branches, closing of one leads to wrong error message. +121 ==> 344259 - Extend queues to work with any operation on multiple images from multiple albums. +122 ==> 365375 - Open with... ignores parameters of Exec line in Desktop Entry. +123 ==> 365302 - Deleted tag still present in database. +124 ==> 365410 - Fullscreen only shows one image - no way to navigate. +125 ==> 303546 - MYSQL : re-read metadata from images is very slow. +126 ==> 365202 - External MySQL database faces update segfault [patch]. +127 ==> 351111 - Segmentation fault crash. +128 ==> 330342 - digiKam crash with faces recognition. +129 ==> 326586 - When validating a face marker digikam crash. +130 ==> 326742 - Scanning for faces crashes. +131 ==> 324774 - Adding tag or deleting tag in "unknown" folder causes crash. +132 ==> 326585 - digiKam crash when rotate a picture, then enlarge face marker and confirm change. +133 ==> 309027 - Face detection. +134 ==> 320812 - digiKam crashed on cancelling face scan. +135 ==> 312440 - Facial Detection. +136 ==> 295097 - digiKam crash. +137 ==> 301611 - digiKam crashes during facial scan. +138 ==> 268263 - Crash when identyfing faces from Unknown People group. +139 ==> 279033 - Crash while scanning faces and assigning tags to unknown faces. +140 ==> 340613 - Hanging indefinitely when clicking in the name field of a face. +141 ==> 279327 - "Click to reject" with several photos selected => Crash. +142 ==> 339319 - digiKam crashes at startup. +143 ==> 306821 - When finishing digiKam, program crashes. +144 ==> 360534 - digiKam crashes every time I try to start Editor. +145 ==> 338516 - digiKam crash when image are downloaded from camera. +146 ==> 318242 - Deleting a tag crashes digiKam. +147 ==> 274179 - Crash after start of image thumbprinting. +148 ==> 275578 - Error while to init digiKam under ubuntu natty i386. +149 ==> 268255 - Crash when opening album. +150 ==> 273374 - digiKam crashes when trying to write metadata to all images. +151 ==> 220769 - Crashes during scanning albums. +152 ==> 308712 - Geolocation window corrupts XMP files. +153 ==> 171515 - Shutter Speed Value is not displayed correctly when greater than 1s. +154 ==> 235458 - Metadata parsing of multiple hierarchical subjects fails. +155 ==> 196228 - EXIF Information reported as Unavailable. +156 ==> 188323 - EXIF photograph information is lost after image transformations. +157 ==> 245887 - Howto build digikam under 64bit. +158 ==> 203081 - Can't open Images hosted under NTFS. +159 ==> 297964 - FTBFS on armel and armhf due to not maintaining proper distinctions between double and qreal. +160 ==> 203593 - Initial workflow, selecting images to delete. +161 ==> 332969 - EXCEPTION_ACCESS_VIOLATION while going through raw pictures. +162 ==> 346321 - Crash when I add new Key words and confirm the completed Keyword by Pressing "Enter". +163 ==> 262646 - I can NOT copy pics _from_ DK _to_ some directory - DK-integration questioned? +164 ==> 361336 - Moving thumb to other album does not delete original after copy (drag + drop). +165 ==> 182534 - digiKam does not remember its location with session management. +166 ==> 287471 - Abums context doesn't refresh after moving files. +167 ==> 299957 - Shift-selecting images in the album GUI exhibits glitches. +168 ==> 299524 - Applying settings to multiple selected files makes changes to the wrong files. +169 ==> 291309 - Album content not updated when deleting next album. +170 ==> 319892 - Cnnot delete selected files in album view. +171 ==> 346433 - There are no thumb previews anymore - worst case scenario. +172 ==> 156187 - Show album name and comments even when empty. +173 ==> 141940 - Image selection bugs (multiple and single selections). +174 ==> 195891 - Failed when using "Date-based sub-albums". +175 ==> 152615 - Changing viewport of Album when opening panels. +176 ==> 239938 - Tags view doesn't show all images with that tag. +177 ==> 241799 - digiKam: marked images makes scrolling slow. +178 ==> 162809 - Bad names chosen in rename dialog at copy operations when duplicate files are found. +179 ==> 245678 - Pick correct date from selected pictures when creating a new album. +180 ==> 238527 - Russian tags wrong after batch recompression. +181 ==> 333555 - digiKam crashed while exporting photos. +182 ==> 328577 - Crash when edition with auto adjust in batch manager. +183 ==> 365631 - Right tabs not visible (only geolocation). +184 ==> 251060 - digiKam crash in Color Management. +185 ==> 187751 - Raw developer gives strange colours when using camera profiles. +186 ==> 269627 - Mismatch between Before and After. +187 ==> 255553 - Batch Color Space Converter Doesn't Work On 16bit TIF Files. +188 ==> 345201 - Progress disappears in export. +189 ==> 146964 - Sort order by date sometimes wrong, if pictures have exactly the same timestamp. +190 ==> 262075 - Thumbnail size slider label is not transparent. +191 ==> 267679 - digiKam shows no photos. +192 ==> 351603 - Splash screen hangs and disappears when loading network albums. +193 ==> 300307 - digiKam processing time very long. +194 ==> 282749 - Signaal Segmentation fault (11) on exit/close/quit digiKam. +195 ==> 231849 - digikam wakes up 107 times per second (powertop). +196 ==> 272522 - digiKam cannot compile from source code. +197 ==> 221245 - Opening a picture with showfoto does not show any of the other pictures in the folder. +198 ==> 113330 - Remote control support (lirc). +199 ==> 311771 - Bad symbolic link / symlink / soft link handling. +200 ==> 308699 - Geotagged image does not show in preview window. +201 ==> 150009 - Large print is sent to printer but is taking hours to print - when opening with gimp->print then no problems. +202 ==> 334160 - Wrong colors when importing CR2 with custom camera profile. +203 ==> 324644 - FILEIO : cannot save file when an image is open in ADOBE colour space and transferring to sRGB colour space. +204 ==> 272347 - digiKam image editor does not flash the menu on GNOME 3 desktop. +205 ==> 313390 - RAW images cannot be decoded if selected from within the image editor. +206 ==> 318599 - Edited files RAW to JPG have wrong EOF. +207 ==> 191722 - Too aggressive caching in image editor. +208 ==> 211678 - Moving the slider in the editor causes starting the edit process. +209 ==> 195332 - digiKam raw import leaves blank instead of showing picture. +210 ==> 248942 - Memory leak when using digikam Editor for Brightness/Contrast/Gamma. +211 ==> 255335 - Image Editor gives option to Move selected file to trash but doesn't do anything. +212 ==> 220626 - Cannot copy nor save images to NAS (DNS-323). +213 ==> 166417 - Cannot display GeoTiff images. +214 ==> 241728 - Aspect ratio crop image view. +215 ==> 152400 - Wish: Simple virtual resize and crop tool. +216 ==> 243915 - digiKam uses all memory and hangs when importing a directory from the hard drive with a large image. +217 ==> 268920 - Crash at opening digiKam for photos from Device Notifier. +218 ==> 300838 - AMD64 digiKam segfault on import. +219 ==> 333095 - digiKam crashes when importing large numbers of additional pics. +220 ==> 247295 - digiKam crashed while trying to copy photos from mobile-phone. +221 ==> 332482 - Crash on right click on import from nikon. +222 ==> 253506 - Crashes at downloading from mass storage. +223 ==> 268831 - Interrupted-restarted import results in empty file. +224 ==> 298429 - Import from N900 crashes when thumbnails is about to show. +225 ==> 303170 - Auto-rotate should be loss-less while importing. +226 ==> 153716 - digiKam does not work with Olympus C-170 CAMEDIA camera.* +227 ==> 149635 - digiKam - Camera - Kodak C310 - Shows images but cannot delete/transfer. +228 ==> 198233 - Cannot connect to Kodak CX7300 with digiKam. +229 ==> 263560 - Seagate CompactFlash Photo Hard drive shows no pictures when import is attempted. +230 ==> 116904 - Connection to camera lost after download + delete of pictures. +231 ==> 162592 - Communication error with digital camera. +232 ==> 167284 - Auto rotate causes zero file sizes when using network shares (CIFS). +233 ==> 152417 - digiKam recognise Rollei dr5 automatically but does't connect it. +234 ==> 219655 - Can't import photos from memory cards. +235 ==> 155825 - Failed to connect Kodak C340. +236 ==> 155602 - I have to re detect each time my canon S3IS. +237 ==> 165829 - Failed photos during download are not consistent with actual file. +238 ==> 310308 - digiKam crashes on import from connected Camera (detected cam and manually selected cam). +239 ==> 221887 - digiKam leaves behind a cifsxxxx file for each image imported from a camera on CIFS mounted volume. +240 ==> 186574 - Directly download and preview shot. +241 ==> 359853 - Crash on mainterance with big album. +242 ==> 332437 - digikam crashed when I use the "mantainance". +243 ==> 349452 - Maintenance, all albums, all keywords, review previews: process is very slowly, hangs forever, does not finish. +244 ==> 252822 - Repaint error of the toolbar in preview mode while showing a movie. +245 ==> 309847 - Caching of next image stopped working. +246 ==> 321755 - Fit to window after rescaling does not work properly. +247 ==> 197396 - the screen becomes blank as soon as you click on a picture or select view from the menu. the thumbnail is visible but picture is not. +248 ==> 254483 - Fresh installed digiKam crashes when building fingerprints. +249 ==> 209000 - More options when converting raws. +250 ==> 295523 - Canon Powershot S100 RAW improperly treated. +251 ==> 279255 - White balance method "camera" does not use the camera's values. +252 ==> 225660 - digiKam - Advanced Search - wrong results. +253 ==> 180035 - Allow to search within past saved searches. +254 ==> 316607 - Crash while updating fingerprints. +255 ==> 332375 - Duplicates search. +256 ==> 322828 - digiKam stop to work. +257 ==> 327354 - Crashes when rebuilding Finger-Prints. +258 ==> 190114 - Usability sort images using exif informations (e.g. focal). +259 ==> 182128 - Duplicates search results don't refresh unless search re-run. +260 ==> 161922 - Calendar view/digikam date does not update when exif dates changed externally. +261 ==> 190044 - Calendar uses (sometimes ?) 'last access' date instead of exif date. +262 ==> 228139 - Showfoto "open folder" crashes on NFS share. +263 ==> 314547 - ShowFoto: _XIOError in QSplashScreen::finish. +264 ==> 344631 - Crash when closing digikam. +265 ==> 296594 - After I do a BW conversion on color photo, and then "Save As", the image save progress stays at zero. +266 ==> 357427 - Showfoto just works in partial execution. +267 ==> 345944 - Crash when saving. +268 ==> 256361 - SlideShow use low resolution previews instead of full resolution images. +269 ==> 170611 - Slideshow: ordering by exif date not correct. +270 ==> 359880 - Crash when I try to send several files into trash from the main window (table view). +271 ==> 284175 - digiKam crash closing application. +272 ==> 266593 - Wrong thumbnails with new camera. +273 ==> 261717 - Album previews loosen. +274 ==> 259774 - Thumbnail slider is 0 at startup. +275 ==> 262601 - digiKam crashes on close. +276 ==> 275009 - digiKam crashes after building up thumbnails. +277 ==> 302663 - Thumbnails are often shown empty. +278 ==> 221114 - Wwhite stripes shown for some thumbnails in the album view. +279 ==> 320253 - Crash on thumb generation, large tiff's. +280 ==> 208266 - Crash when attributing stars. +281 ==> 160193 - Thumbnail labels too long/redundant/cut off. +282 ==> 311454 - Icon property shows completely wrong image data. +283 ==> 218435 - digiKam segfaults when running 'Rebuild All Thumbnails' after 200 photos. +284 ==> 283681 - After re-activating several collections, a huge number of raw pics cannot be opened. +285 ==> 296934 - Crash while adding tags. +286 ==> 215412 - digiKam crashed while assigning keywords. +287 ==> 272828 - Tagging images while tags are currently being written to images causes digikam to hang. +288 ==> 234112 - digiKam crashes intermittently when doing lots of picture edits/tagging. +289 ==> 260653 - Toggle "Tags already assigned" makes digikam crash. +290 ==> 246743 - digiKam hate my image (file truncated to 0 byte after tagging). +291 ==> 357810 - digiKam suddenly stops when searching in tags-search mode. +292 ==> 144176 - In right-click popup, large amounts of tags run off the screen and cannot be accesed. +293 ==> 249300 - Loss of IPTC tag "Country Name" importing pictures. +294 ==> 159855 - BUG - while appling tag changes. +295 ==> 270158 - Tag assigned to wrong photo. +296 ==> 158865 - Adding tags: redundant menu opening necessary. +297 ==> 149554 - Incorrect sorting among tags for non-english characters. +298 ==> 159919 - Tags hierarchy and parent/son auto-selection. +299 ==> 144179 - Tag hierarchy or popups is difficult to follow/understand. +300 ==> 309598 - "Recent Tags" menu show existing tags added and shouldn't be. +301 ==> 269341 - After removing Album, related tags still reside in taglist. +302 ==> 361438 - Dragging thumbnail to Tag produces wrong offer to tag. +303 ==> 284287 - THUMBBAR : after item deletion, scroll to the new current image. +304 ==> 343683 - Cropping may cause artifacts at image border. +305 ==> 365734 - digiKam crashes when clicking on the Table button, new installation. +306 ==> 338050 - MYSQL : nested set fields not updating when moving tag within hierarchy [patch]. +307 ==> 281959 - SCAN : digiKam unresponsive for >1min after startup. +308 ==> 320359 - SCAN : digiKam should show which directories are scanned during start-up when adding collections after database deletion. +309 ==> 283323 - MYSQL : a new label "_Digikam_root_tag_" is created every time. +310 ==> 285683 - Already imported pictures not recognized after daylight savings time. +311 ==> 365876 - Adjust date/time menu entry missing (digikam 5). +312 ==> 237878 - SCHEMA : add foreign keys support. +313 ==> 364883 - Full screen view Mac-OSX menu at top is missing and digikam menu is doubled. +314 ==> 365409 - Toolbar + menubar disappeared. +315 ==> 365929 - Ctrl+M doesn't show/hide menu bar, only status bar. +316 ==> 345045 - MYSQL : images not displayed in album. +317 ==> 365907 - digikam timestamp not updated after use of Adjust Time. +318 ==> 341112 - BQM Metadata Tool : removing Metadata from Batch Queue Manager modifies files. +319 ==> 269337 - SETUP : use idle folder icon if collection is missing. +320 ==> 366010 - Main menu bar is not translated (localized). +321 ==> 365262 - GUI Theme Colors hard to see: always use Fusion widget style under OSX and Windows. +322 ==> 365411 - Tooltips unreadable. +323 ==> 365973 - digiKam and program hung for a while then crashed. +324 ==> 366124 - Corrected spelling in first run widgets [patch]. +325 ==> 325655 - MIGRATION : after MySQL to Sqlite database conversion, random tags are assigned to new images. +326 ==> 339607 - MYSQL : Images not show if corresponding ImageInformation entry does not exist in database [patch]. +327 ==> 366219 - Setting up internal mysql database fails [patch]. +328 ==> 365596 - Deleting Albums and renaming not possible. +329 ==> 345649 - Assigning "Rejected" label using Alt+1 shortcut leaves focus on menu. +330 ==> 366316 - Adding tag results in duplicate tag error. +331 ==> 366348 - WISH: Saving metadata to video files. +332 ==> 287081 - F2 renames image, not Album in Thumbnails mode. +333 ==> 366361 - createReadWriteLock and createMetadataProcessor should not be pure virtual. +334 ==> 366109 - Slideshow freezes on first image (Windows). +335 ==> 366391 - Rotating an image seems to forget to reset the orientation flag. +336 ==> 366445 - MySQL Schema upgrade from V7 to V8 fails [patch]. -- GitLab