[digikam] [Bug 360528] Digikam looks for digikamimageplugins in different directory than they were installed to

2016-08-13 Thread via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=360528

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

   What|Removed |Added

  Latest Commit||http://commits.kde.org/digi
   ||kam/fd9d85af744ed7895de1f3e
   ||f46790d5bf8424576
 CC||caulier.gil...@gmail.com
 Resolution|INVALID |FIXED
   Version Fixed In||5.2.0

--- Comment #9 from caulier.gil...@gmail.com ---
Git commit fd9d85af744ed7895de1f3ef46790d5bf8424576 by Gilles Caulier.
Committed on 13/08/2016 at 17:29.
Pushed by cgilles into branch 'master'.

Final stage about editor tools.
Delete Image Editor Plugins interface. This will speedup initialization of
digiKam and Showfoto,
and remove a run-time dependencies with plugin files to load/unload on memory,
which is problem atic with non KDE desktop, MacOS and Windows.

M  +1-0NEWS
M  +0-1app/CMakeLists.txt
M  +0-6app/main/digikamapp.cpp
M  +0-25   showfoto/main/showfoto.cpp
M  +0-2showfoto/main/showfoto_p.h
M  +1-10   utilities/imageeditor/CMakeLists.txt
M  +2-95   utilities/imageeditor/editor/editorwindow.cpp
M  +0-7utilities/imageeditor/editor/editorwindow.h
M  +0-5utilities/imageeditor/editor/editorwindow_p.h
R  +0-0utilities/imageeditor/editor/imageiface.cpp [from:
utilities/imageeditor/plugin/imageiface.cpp - 100% similarity]
R  +0-0utilities/imageeditor/editor/imageiface.h [from:
utilities/imageeditor/plugin/imageiface.h - 100% similarity]
M  +0-9utilities/imageeditor/main/imagewindow.cpp
D  +0-57   utilities/imageeditor/plugin/digikamimageplugin.desktop
D  +0-94   utilities/imageeditor/plugin/imageplugin.cpp
D  +0-79   utilities/imageeditor/plugin/imageplugin.h
D  +0-247  utilities/imageeditor/plugin/imagepluginloader.cpp
D  +0-74   utilities/imageeditor/plugin/imagepluginloader.h

http://commits.kde.org/digikam/fd9d85af744ed7895de1f3ef46790d5bf8424576

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


[digikam] [Bug 360528] Digikam looks for digikamimageplugins in different directory than they were installed to

2016-08-13 Thread via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=360528

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

   What|Removed |Added

  Component|setup   |ImageEditor

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


[digikam] [Bug 360528] Digikam looks for digikamimageplugins in different directory than they were installed to

2016-03-14 Thread Simon via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=360528

Simon  changed:

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
 Resolution|--- |INVALID

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


[digikam] [Bug 360528] Digikam looks for digikamimageplugins in different directory than they were installed to

2016-03-14 Thread Simon via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=360528

--- Comment #8 from Simon  ---
This is embarrassing, sorry for wasting your time and thanks for your 
patience:
I used git://anongit.kde.org/digikam instead of using the 
software-compilation repo. Using the software-repo this problem 
disappears (and would have never come up in the first place).
This "bug" can be closed.

On 14/03/16 22:42, Maik Qualmann via KDE Bugzilla wrote:
> https://bugs.kde.org/show_bug.cgi?id=360528
>
> --- Comment #7 from Maik Qualmann  ---
> Please look here:
> https://www.digikam.org/download?q=download/GIT
>
> Maik
>

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


[digikam] [Bug 360528] Digikam looks for digikamimageplugins in different directory than they were installed to

2016-03-14 Thread Maik Qualmann via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=360528

--- Comment #7 from Maik Qualmann  ---
Please look here:
https://www.digikam.org/download?q=download/GIT

Maik

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


[digikam] [Bug 360528] Digikam looks for digikamimageplugins in different directory than they were installed to

2016-03-14 Thread Simon via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=360528

--- Comment #6 from Simon  ---
I did remove the build directory and then ran
cmake -DCMAKE_INSTALL_PREFIX=/usr/ -DBUILD_TESTING=OFF 
-DCMAKE_BUILD_TYPE=debug -DENABLE_INTERNALMYSQL=ON 
-DENABLE_MYSQLSUPPORT=ON -DENABLE_AKONADICONTACTSUPPORT=OFF ..
again, as there is no bootstrap script in the master branch (digikam5).

On 14/03/16 22:25, Maik Qualmann via KDE Bugzilla wrote:
> https://bugs.kde.org/show_bug.cgi?id=360528
>
> --- Comment #5 from Maik Qualmann  ---
> Do you have remove the build directory and run the bootstrap.linux script
> again?
>
> Maik
>

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


[digikam] [Bug 360528] Digikam looks for digikamimageplugins in different directory than they were installed to

2016-03-14 Thread Maik Qualmann via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=360528

--- Comment #5 from Maik Qualmann  ---
Do you have remove the build directory and run the bootstrap.linux script
again?

Maik

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


[digikam] [Bug 360528] Digikam looks for digikamimageplugins in different directory than they were installed to

2016-03-14 Thread Simon via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=360528

--- Comment #4 from Simon  ---
That gave the same result. You are right about the Qt installation. I 
only installed the packages that were necessary for cmake to run without 
errors. Therefore I was missing the qtpaths binary file for qt5, I only 
had a wrapper binary by qtchooser. Installing qttools5-dev-tools 
provides the necessary file and now the output is correct:

(stretch-digikam5)simon@simon-x220-deb:/usr$ qtpaths --plugin-dir
/usr/lib/x86_64-linux-gnu/qt5/plugins

I uninstalled, recompiled and installed digikam but the plugin files are 
stilled installed in lib/x86_64-linux-gnu/plugins/.

On 14/03/16 20:36, Maik Qualmann via KDE Bugzilla wrote:
> https://bugs.kde.org/show_bug.cgi?id=360528
>
> --- Comment #3 from Maik Qualmann  ---
> Then should "qtpaths --writable-path HomeLocation" also do not work? DigiKam
> uses QStandardPaths to find folders and datas. This has to work, otherwise
> digiKam will not work properly. I think something is wrong with your Qt
> installation.
>
> Maik
>

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


[digikam] [Bug 360528] Digikam looks for digikamimageplugins in different directory than they were installed to

2016-03-14 Thread Maik Qualmann via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=360528

--- Comment #3 from Maik Qualmann  ---
Then should "qtpaths --writable-path HomeLocation" also do not work? DigiKam
uses QStandardPaths to find folders and datas. This has to work, otherwise
digiKam will not work properly. I think something is wrong with your Qt
installation.

Maik

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


[digikam] [Bug 360528] Digikam looks for digikamimageplugins in different directory than they were installed to

2016-03-14 Thread Simon via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=360528

--- Comment #2 from Simon  ---
This results in
qtpaths: could not find a Qt installation of ''

On 14/03/16 19:48, Maik Qualmann via KDE Bugzilla wrote:
> https://bugs.kde.org/show_bug.cgi?id=360528
>
> Maik Qualmann  changed:
>
> What|Removed |Added
> 
>   CC||metzping...@gmail.com
>
> --- Comment #1 from Maik Qualmann  ---
> Digikam uses "qtpaths --plugin-dir" to find the plugin directory. Which
> directory is displayed with "qtpaths --plugin-dir"?
>
> Maik
>

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


[digikam] [Bug 360528] Digikam looks for digikamimageplugins in different directory than they were installed to

2016-03-14 Thread Maik Qualmann via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=360528

Maik Qualmann  changed:

   What|Removed |Added

 CC||metzping...@gmail.com

--- Comment #1 from Maik Qualmann  ---
Digikam uses "qtpaths --plugin-dir" to find the plugin directory. Which
directory is displayed with "qtpaths --plugin-dir"?

Maik

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