[digikam] [Bug 454739] Find New Items is stuck at 0%

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

--- Comment #15 from caulier.gil...@gmail.com ---
Git commit 5b2543fa4d6d5d872cedf7b3b12b4142912c6fdb by Gilles Caulier.
Committed on 27/11/2022 at 16:50.
Pushed by cgilles into branch 'qt5-maintenance'.

re-enable FlowView plugin
Related: bug 453971

M  +0-1core/libs/dplugins/setup/dpluginloader_p.cpp

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

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

[digikam] [Bug 454739] Find New Items is stuck at 0%

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

--- Comment #14 from caulier.gil...@gmail.com ---
Git commit ffd179f90f4c4b1294828021626554796bee010f by Gilles Caulier.
Committed on 27/11/2022 at 16:46.
Pushed by cgilles into branch 'qt5-maintenance'.

add patch for digiKam debug space support in FlowView Plugin
Related: bug 453971

M  +2-2project/bundles/3rdparty/ext_flowview/CMakeLists.txt
A  +155  -0project/bundles/3rdparty/ext_flowview/fix-c++-qdebug.patch
D  +0-12   project/bundles/3rdparty/ext_flowview/fix-c++-rules.patch

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

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

[digikam] [Bug 454739] Find New Items is stuck at 0%

2022-11-27 Thread Maik Qualmann
https://bugs.kde.org/show_bug.cgi?id=454739

--- Comment #13 from Maik Qualmann  ---
Here the log handler is installed:

https://github.com/cathaysia/digikamflowplugin/blob/master/src/plugflow.cpp#L79

What is this for at this point?

https://github.com/cathaysia/digikamflowplugin/blob/master/src/plugflow.cpp#L97

Maik

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

[digikam] [Bug 454739] Find New Items is stuck at 0%

2022-11-27 Thread Maik Qualmann
https://bugs.kde.org/show_bug.cgi?id=454739

--- Comment #12 from Maik Qualmann  ---
When the plugin is loaded, this log handler takes over and debug messages from
digiKam are no longer printed.

https://github.com/cathaysia/digikamflowplugin/blob/master/src/plugflow.cpp#L26

Maik

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

[digikam] [Bug 454739] Find New Items is stuck at 0%

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

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

   What|Removed |Added

 CC||caulier.gil...@gmail.com

--- Comment #11 from caulier.gil...@gmail.com ---
To Maik, comment #7 : where is located the own Qt debug handler in plugin
source code.

I cannot find it in main git module and sub-module used by the project.

https://github.com/cathaysia/digikamflowplugin
https://github.com/cathaysia/QtFlowLayout

Gilles

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

[digikam] [Bug 454739] Find New Items is stuck at 0%

2022-06-18 Thread Maik Qualmann
https://bugs.kde.org/show_bug.cgi?id=454739

Maik Qualmann  changed:

   What|Removed |Added

 Status|REPORTED|RESOLVED
   Version Fixed In||8.0.0
  Latest Commit||https://invent.kde.org/grap
   ||hics/digikam/commit/b323c6d
   ||ba8133023863f7a6a4a305e6494
   ||c8aa9e
 Resolution|--- |FIXED

--- Comment #10 from Maik Qualmann  ---
Git commit b323c6dba8133023863f7a6a4a305e6494c8aa9e by Maik Qualmann.
Committed on 18/06/2022 at 20:14.
Pushed by mqualmann into branch 'master'.

use a simple folder counter progress for the partial scan
Connects only to the required signals from the ScanController.
FIXED-IN: 8.0.0

M  +2-1NEWS
M  +29   -24   core/utilities/maintenance/newitemsfinder.cpp
M  +4-0core/utilities/maintenance/newitemsfinder.h

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

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

[digikam] [Bug 454739] Find New Items is stuck at 0%

2022-06-04 Thread Maik Qualmann
https://bugs.kde.org/show_bug.cgi?id=454739

--- Comment #9 from Maik Qualmann  ---
C:\Program Files\digiKam\plugins\digikam\generic\Generic_PicFlowView_Plugin.dll

The path is correct, you looked under this path:

C:\Program Files\digiKam\plugins\generic\

You forgot the "digikam" behind plugins.

Maik

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

[digikam] [Bug 454739] Find New Items is stuck at 0%

2022-06-04 Thread Steve Franks
https://bugs.kde.org/show_bug.cgi?id=454739

--- Comment #8 from Steve Franks  ---
>
> My laptop does not have C:\Program
> Files\digiKam\plugins\digikam\generic\Generic_PicFlowView_Plugin.dll
>
 The only file in that folder is qtuiotouchplugin.dll
Steve

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

[digikam] [Bug 454739] Find New Items is stuck at 0%

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

--- Comment #7 from Maik Qualmann  ---
Git commit a4f8e09ce3b0080c16a0bdcca0ff29923ff46682 by Maik Qualmann.
Committed on 02/06/2022 at 20:47.
Pushed by mqualmann into branch 'qt5-maintenance'.

ignore Flow View plugin in DPlugin Loader
The plugin breaks digiKam's debug handling
by installing its own Qt debug handler.
The external author must change this.
Related: bug 453971

M  +1-0core/libs/dplugins/setup/dpluginloader_p.cpp

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

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

[digikam] [Bug 454739] Find New Items is stuck at 0%

2022-06-02 Thread Steve Franks
https://bugs.kde.org/show_bug.cgi?id=454739

--- Comment #6 from Steve Franks  ---
I allowed digikam to run for about 10 minutes, but nothing new was added to
the debugview output.
I circumvented the problem by restoring the database files from Tuesday.
When I have time I will restore the database from today and delete
Generic_PicFlowView_Plugin.dll.
I will let you know what happens.
Regards
Steve

On Thu, 2 Jun 2022 at 12:53, Maik Qualmann  wrote:

> https://bugs.kde.org/show_bug.cgi?id=454739
>
> --- Comment #4 from Maik Qualmann  ---
> The reason for the interruption of the debug output is the
> Generic_PicFlowView_Plugin.dll.
> Please delete the file and create a new debug output.
>
> C:\Program
> Files\digiKam\plugins\digikam\generic\Generic_PicFlowView_Plugin.dll
>
> Maik
>
> --
> You are receiving this mail because:
> You reported the bug.

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

[digikam] [Bug 454739] Find New Items is stuck at 0%

2022-06-02 Thread Steve Franks
https://bugs.kde.org/show_bug.cgi?id=454739

--- Comment #5 from Steve Franks  ---
It appears to close, but when I alt+tab it appears briefly.
Steve

On Thu, 2 Jun 2022 at 12:28, Maik Qualmann  wrote:

> https://bugs.kde.org/show_bug.cgi?id=454739
>
> --- Comment #2 from Maik Qualmann  ---
> Do I understand correctly that the maintenance dialog does not close when
> you
> press OK?
>
> Maik
>
> --
> You are receiving this mail because:
> You reported the bug.

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

[digikam] [Bug 454739] Find New Items is stuck at 0%

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

--- Comment #4 from Maik Qualmann  ---
The reason for the interruption of the debug output is the
Generic_PicFlowView_Plugin.dll.
Please delete the file and create a new debug output.

C:\Program Files\digiKam\plugins\digikam\generic\Generic_PicFlowView_Plugin.dll

Maik

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

[digikam] [Bug 454739] Find New Items is stuck at 0%

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

--- Comment #3 from Maik Qualmann  ---
We have a similar problem here, but it is also not to be reproduced: Bug 453971

Maik

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

[digikam] [Bug 454739] Find New Items is stuck at 0%

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

--- Comment #2 from Maik Qualmann  ---
Do I understand correctly that the maintenance dialog does not close when you
press OK?

Maik

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

[digikam] [Bug 454739] Find New Items is stuck at 0%

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

Maik Qualmann  changed:

   What|Removed |Added

 CC||metzping...@gmail.com

--- Comment #1 from Maik Qualmann  ---
The log doesn't show any problems at first, unfortunately it's not complete at
the moment. Nothing is recorded after a certain number of debug outputs. The
cause is currently unknown. So we can't see possible error messages at the
moment. I don't see anything suspicious other than McAfee.

Maik

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