[digikam] [Bug 400777] Group images by timelapse / burst [patch]

2018-11-09 Thread Maik Qualmann
https://bugs.kde.org/show_bug.cgi?id=400777

Maik Qualmann  changed:

   What|Removed |Added

 Resolution|--- |FIXED
   Version Fixed In||6.0.0
  Latest Commit||https://commits.kde.org/dig
   ||ikam/333f2ff6a6e5c411f67547
   ||b5ef1905567f2594bc
 Status|REPORTED|RESOLVED

--- Comment #6 from Maik Qualmann  ---
Git commit 333f2ff6a6e5c411f67547b5ef1905567f2594bc by Maik Qualmann.
Committed on 09/11/2018 at 19:08.
Pushed by mqualmann into branch 'master'.

apply patch #116191 from Krzysztof Kapusta to group images by timelapse / burst
FIXED-IN: 6.0.0

M  +3-1NEWS
M  +105  -0core/app/items/imageviewutilities.cpp
M  +1-0core/app/items/imageviewutilities.h
M  +4-0core/app/utils/contextmenuhelper.cpp
M  +1-0core/app/utils/contextmenuhelper.h
M  +11   -0core/app/views/digikamview.cpp
M  +1-0core/app/views/digikamview.h

https://commits.kde.org/digikam/333f2ff6a6e5c411f67547b5ef1905567f2594bc

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

[digikam] [Bug 400777] Group images by timelapse / burst [patch]

2018-11-08 Thread Krzysztof Kapusta
https://bugs.kde.org/show_bug.cgi?id=400777

Krzysztof Kapusta  changed:

   What|Removed |Added

 Attachment #116190|0   |1
is obsolete||

--- Comment #5 from Krzysztof Kapusta  ---
Created attachment 116191
  --> https://bugs.kde.org/attachment.cgi?id=116191=edit
Removed dependency on QStringView from patch

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

[digikam] [Bug 400777] Group images by timelapse / burst [patch]

2018-11-08 Thread Krzysztof Kapusta
https://bugs.kde.org/show_bug.cgi?id=400777

Krzysztof Kapusta  changed:

   What|Removed |Added

 Attachment #116159|0   |1
is obsolete||

--- Comment #4 from Krzysztof Kapusta  ---
Created attachment 116190
  --> https://bugs.kde.org/attachment.cgi?id=116190=edit
Removed dependency on QStringView from patch

Removed dependency on QStringView from patch. It actually looks even better
now.

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

[digikam] [Bug 400777] Group images by timelapse / burst [patch]

2018-11-08 Thread Maik Qualmann
https://bugs.kde.org/show_bug.cgi?id=400777

--- Comment #3 from Maik Qualmann  ---
Your patch uses the QStringView class that exists only since Qt-5.10. DigiKam
minimum Qt version is currently set to Qt-5.6.0. I think it will take some time
before we can set the minimum QT version 5.10. It would be best if the patch
would do without QStringView. Otherwise, the patch works fine.

Maik

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

[digikam] [Bug 400777] Group images by timelapse / burst [patch]

2018-11-07 Thread Krzysztof Kapusta
https://bugs.kde.org/show_bug.cgi?id=400777

Krzysztof Kapusta  changed:

   What|Removed |Added

 Attachment #116139|0   |1
is obsolete||

--- Comment #2 from Krzysztof Kapusta  ---
Created attachment 116159
  --> https://bugs.kde.org/attachment.cgi?id=116159=edit
Updated patch to newest master

Updated patch to newest master. Thanks Maik for pointing out my mistake :)

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

[digikam] [Bug 400777] Group images by timelapse / burst [patch]

2018-11-06 Thread Maik Qualmann
https://bugs.kde.org/show_bug.cgi?id=400777

Maik Qualmann  changed:

   What|Removed |Added

 CC||metzping...@gmail.com
Summary|[patch] Group images by |Group images by timelapse /
   |timelapse / burst   |burst [patch]

--- Comment #1 from Maik Qualmann  ---
Can you please update the patch to compile with the digiKam git/master version?
We've made some recent changes, for example, ImageInfo() is now ItemInfo().

Maik

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