[digikam] [Bug 426859] Idea: Move to trash from slideshow

2021-05-01 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=426859 --- Comment #15 from caulier.gil...@gmail.com --- Git commit 476caf2a9fdc504007569b5483cb6c354f6d5c22 by Gilles Caulier. Committed on 02/05/2021 at 04:03. Pushed by cgilles into branch 'master'. Apply patch #426859 from Phuoc Khanh Le about to add new o

[digikam] [Bug 426859] Idea: Move to trash from slideshow

2021-05-01 Thread Phuoc Khanh LE
https://bugs.kde.org/show_bug.cgi?id=426859 --- Comment #14 from Phuoc Khanh LE --- Created attachment 138055 --> https://bugs.kde.org/attachment.cgi?id=138055&action=edit Move image to trash in presentation Hi, This patch add same feature of removing image to trash in presentation. -- You

[digikam] [Bug 426859] Idea: Move to trash from slideshow

2021-04-28 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=426859 --- Comment #13 from caulier.gil...@gmail.com --- Hi Le, I tested your patch reviewed by Maik and it work perfectly with the Slideshow plugin. Can this patch can be adapted quickly to the Presentation plugin ? This will add the benefit to have the same

[digikam] [Bug 426859] Idea: Move to trash from slideshow

2021-04-24 Thread Maik Qualmann
https://bugs.kde.org/show_bug.cgi?id=426859 Maik Qualmann changed: What|Removed |Added Status|REPORTED|RESOLVED Latest Commit|

[digikam] [Bug 426859] Idea: Move to trash from slideshow

2021-04-23 Thread Maik Qualmann
https://bugs.kde.org/show_bug.cgi?id=426859 Maik Qualmann changed: What|Removed |Added Attachment #137771|0 |1 is obsolete|

[digikam] [Bug 426859] Idea: Move to trash from slideshow

2021-04-23 Thread Maik Qualmann
https://bugs.kde.org/show_bug.cgi?id=426859 Maik Qualmann changed: What|Removed |Added Attachment #137716|0 |1 is obsolete|

[digikam] [Bug 426859] Idea: Move to trash from slideshow

2021-04-23 Thread Maik Qualmann
https://bugs.kde.org/show_bug.cgi?id=426859 Maik Qualmann changed: What|Removed |Added Attachment #137192|0 |1 is obsolete|

[digikam] [Bug 426859] Idea: Move to trash from slideshow

2021-04-22 Thread Maik Qualmann
https://bugs.kde.org/show_bug.cgi?id=426859 --- Comment #11 from Maik Qualmann --- I can't test it until tonight, but the patch looks good now. Maik -- You are receiving this mail because: You are watching all bug changes.

[digikam] [Bug 426859] Idea: Move to trash from slideshow

2021-04-22 Thread Phuoc Khanh LE
https://bugs.kde.org/show_bug.cgi?id=426859 --- Comment #10 from Phuoc Khanh LE --- Created attachment 137792 --> https://bugs.kde.org/attachment.cgi?id=137792&action=edit remove dependency of digikamgui from plugin Hi, The plugin is now independent to digikamgui. I misunderstood this in the

[digikam] [Bug 426859] Idea: Move to trash from slideshow

2021-04-22 Thread Maik Qualmann
https://bugs.kde.org/show_bug.cgi?id=426859 --- Comment #9 from Maik Qualmann --- More correct, but you must not call DBInfoIface or DMetaInfoIface directly in the SlideShow plugin. The DInfoInterface is overloaded with the respective interface. The SlideShow plugin must not be dependent on digik

[digikam] [Bug 426859] Idea: Move to trash from slideshow

2021-04-21 Thread Phuoc Khanh LE
https://bugs.kde.org/show_bug.cgi?id=426859 --- Comment #8 from Phuoc Khanh LE --- Created attachment 137771 --> https://bugs.kde.org/attachment.cgi?id=137771&action=edit generic func deleteImage() in DInfoInterface Hi, Update for previous pack: + deleteImage() virtual in DInfoInterface, usin

[digikam] [Bug 426859] Idea: Move to trash from slideshow

2021-04-20 Thread Maik Qualmann
https://bugs.kde.org/show_bug.cgi?id=426859 --- Comment #7 from Maik Qualmann --- In the file delete function for Showfoto, if Qt-5.15 is available, we should use the new function QFile::moveToTrash() instead of deleting. This new feature in Qt-5.15 moves the file to the System Trash. Maik --

[digikam] [Bug 426859] Idea: Move to trash from slideshow

2021-04-20 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=426859 --- Comment #6 from caulier.gil...@gmail.com --- Hi Le, Unfortunately, the new patch do not the problem. The plugin still depend of digiKam database with DIO/DItemInfo class. You cannot use these classes in the plugin which is also available in Showfot

[digikam] [Bug 426859] Idea: Move to trash from slideshow

2021-04-19 Thread Phuoc Khanh LE
https://bugs.kde.org/show_bug.cgi?id=426859 --- Comment #5 from Phuoc Khanh LE --- Created attachment 137716 --> https://bugs.kde.org/attachment.cgi?id=137716&action=edit move image to trash (digiKam)/ delete image (not digikam) Hi Gilles, This patch solve the problem that you mentioned. The

[digikam] [Bug 426859] Idea: Move to trash from slideshow

2021-03-31 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=426859 --- Comment #4 from caulier.gil...@gmail.com --- Hi Le, You cannot use this code in the plugin : +ItemInfo info = ItemInfo::fromUrl(url); + +DIO::del(info, true); ItemInfo and DIO can only used from digiKam as they depends of database. The pl

[digikam] [Bug 426859] Idea: Move to trash from slideshow

2021-03-31 Thread Phuoc Khanh LE
https://bugs.kde.org/show_bug.cgi?id=426859 --- Comment #3 from Phuoc Khanh LE --- Created attachment 137192 --> https://bugs.kde.org/attachment.cgi?id=137192&action=edit Button for moving image to trash in slideshow Hi Gilles, This patch creates a button in slideshow. By clicking this button

[digikam] [Bug 426859] Idea: Move to trash from slideshow

2021-03-11 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=426859 caulier.gil...@gmail.com changed: What|Removed |Added CC||phuockhanhn...@gmail.com --- Comment

[digikam] [Bug 426859] Idea: Move to trash from slideshow

2020-09-22 Thread Maik Qualmann
https://bugs.kde.org/show_bug.cgi?id=426859 --- Comment #1 from Maik Qualmann --- A similar bug report is bug 280133 Maik -- You are receiving this mail because: You are watching all bug changes.

[digikam] [Bug 426859] Idea: Move to trash from slideshow

2020-09-22 Thread Maik Qualmann
https://bugs.kde.org/show_bug.cgi?id=426859 Maik Qualmann changed: What|Removed |Added Severity|normal |wishlist CC|

[digikam] [Bug 426859] Idea: Move to trash from slideshow

2020-09-22 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=426859 caulier.gil...@gmail.com changed: What|Removed |Added CC||caulier.gil...@gmail.com Com