[Digikam-devel] [digikam] [Bug 123455] Add support of Image Editor actions through DBUS

via KDE Bugzilla bugzilla_noreply at kde.org
Thu Jun 16 14:47:09 BST 2016


https://bugs.kde.org/show_bug.cgi?id=123455

caulier.gilles at gmail.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         Resolution|---                         |FIXED
             Status|UNCONFIRMED                 |RESOLVED
      Latest Commit|                            |http://commits.kde.org/digi
                   |                            |kam/57ebc2ab3a9266d266b522a
                   |                            |93fe11f06a44f1792
   Version Fixed In|                            |5.0.0

--- Comment #7 from caulier.gilles at gmail.com ---
Git commit 57ebc2ab3a9266d266b522a93fe11f06a44f1792 by Gilles Caulier.
Committed on 16/06/2016 at 13:41.
Pushed by cgilles into branch 'master'.

make DBUS dependency optional.
It's typically used for Linux Desktop, not OSX and Windows.
The database core implementation based on DBUS was only used with olde KIOSalve
which are now removed.
So typically, this code can be removed later, when Internal server will be
rewritten without to use DBUS.
Currently, if DBUS is disabled, Internal Server is not available.
CCMAIL: swatilodha27 at gmail.com
FIXED-IN: 5.0.0

M  +15   -1    CMakeLists.txt
M  +1    -0    NEWS
M  +15   -4    app/CMakeLists.txt
M  +9    -1    app/main/digikamapp.cpp
M  +18   -4    app/main/main.cpp
M  +6    -0    app/utils/componentsinfo.cpp
M  +4    -1    app/utils/digikam_config.h.cmake.in
M  +4    -1    libs/album/CMakeLists.txt
M  +27   -4    libs/database/CMakeLists.txt
M  +8    -0    libs/database/collection/collectionscannerhints.cpp
M  +16   -1    libs/database/collection/collectionscannerhints.h
M  +30   -0    libs/database/coredb/coredbchangesets.cpp
M  +24   -3    libs/database/coredb/coredbchangesets.h
M  +6    -0    libs/database/coredb/coredbfields.h
M  +70   -24   libs/database/coredb/coredbwatch.cpp
M  +10   -0    libs/database/coredb/coredbwatch.h
M  +4    -1    libs/fileactionmanager/CMakeLists.txt
M  +4    -1    libs/filters/CMakeLists.txt
M  +4    -1    libs/imageproperties/CMakeLists.txt
M  +4    -1    libs/models/CMakeLists.txt
M  +4    -1    libs/notificationmanager/CMakeLists.txt
M  +6    -3    libs/notificationmanager/dnotificationwrapper.cpp
M  +4    -1    libs/threadimageio/CMakeLists.txt
M  +16   -4    tests/database/CMakeLists.txt
M  +8    -2    tests/timestampupdate/CMakeLists.txt
M  +4    -1    utilities/facemanagement/CMakeLists.txt
M  +4    -1    utilities/fuzzysearch/CMakeLists.txt
M  +4    -1    utilities/geolocation/mapsearches/CMakeLists.txt
M  +5    -2    utilities/searchwindow/CMakeLists.txt
M  +4    -0    utilities/slideshow/CMakeLists.txt
M  +11   -4    utilities/slideshow/slideshow.cpp

http://commits.kde.org/digikam/57ebc2ab3a9266d266b522a93fe11f06a44f1792

-- 
You are receiving this mail because:
You are the assignee for the bug.



More information about the Digikam-devel mailing list