[plasmashell] [Bug 486568] Desktop wallpaper previews are shuffling infinitely in System Settings Wallpaper KCM when user selects Wallpaper type: Slideshow and Order: Date modified (newest first)

2024-06-07 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=486568

Nate Graham  changed:

   What|Removed |Added

   Version Fixed In|6.1 |6.1.0

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

[plasmashell] [Bug 486568] Desktop wallpaper previews are shuffling infinitely in System Settings Wallpaper KCM when user selects Wallpaper type: Slideshow and Order: Date modified (newest first)

2024-05-04 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=486568

Nate Graham  changed:

   What|Removed |Added

 CC||notm...@gmail.com,
   ||qydwhotm...@gmail.com
  Component|kcm_wallpaper   |Image Wallpaper
Product|systemsettings  |plasmashell
   Target Milestone|--- |1.0

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

[plasmashell] [Bug 486568] Desktop wallpaper previews are shuffling infinitely in System Settings Wallpaper KCM when user selects Wallpaper type: Slideshow and Order: Date modified (newest first)

2024-05-29 Thread Fushan Wen
https://bugs.kde.org/show_bug.cgi?id=486568

--- Comment #3 from Fushan Wen  ---
Can reproduce, looks like a QtBug.

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

[plasmashell] [Bug 486568] Desktop wallpaper previews are shuffling infinitely in System Settings Wallpaper KCM when user selects Wallpaper type: Slideshow and Order: Date modified (newest first)

2024-05-29 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=486568

Bug Janitor Service  changed:

   What|Removed |Added

 Status|CONFIRMED   |ASSIGNED

--- Comment #4 from Bug Janitor Service  ---
A possibly relevant merge request was started @
https://invent.kde.org/plasma/plasma-workspace/-/merge_requests/4371

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

[plasmashell] [Bug 486568] Desktop wallpaper previews are shuffling infinitely in System Settings Wallpaper KCM when user selects Wallpaper type: Slideshow and Order: Date modified (newest first)

2024-05-29 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=486568

--- Comment #5 from Bug Janitor Service  ---
A possibly relevant merge request was started @
https://invent.kde.org/plasma/plasma-workspace/-/merge_requests/4371

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

[plasmashell] [Bug 486568] Desktop wallpaper previews are shuffling infinitely in System Settings Wallpaper KCM when user selects Wallpaper type: Slideshow and Order: Date modified (newest first)

2024-05-30 Thread Fushan Wen
https://bugs.kde.org/show_bug.cgi?id=486568

Fushan Wen  changed:

   What|Removed |Added

 Resolution|--- |FIXED
   Version Fixed In||6.1
  Latest Commit||https://invent.kde.org/plas
   ||ma/plasma-workspace/-/commi
   ||t/8d9b34a713b4509cd085d63bb
   ||60047464e5fa1fd
 Status|ASSIGNED|RESOLVED

--- Comment #6 from Fushan Wen  ---
Git commit 8d9b34a713b4509cd085d63bb60047464e5fa1fd by Fushan Wen.
Committed on 30/05/2024 at 08:13.
Pushed by fusionfuture into branch 'master'.

wallpapers/image: avoid using equal in model index comparison

Equal can confuse the sort filter model when 3 items have the same date.
For reversed order Qt swaps the left index and the right index internally,
so let's follow the best practice.
FIXED-IN: 6.1

M  +1-1wallpapers/image/plugin/slidefiltermodel.cpp

https://invent.kde.org/plasma/plasma-workspace/-/commit/8d9b34a713b4509cd085d63bb60047464e5fa1fd

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

[plasmashell] [Bug 486568] Desktop wallpaper previews are shuffling infinitely in System Settings Wallpaper KCM when user selects Wallpaper type: Slideshow and Order: Date modified (newest first)

2024-05-30 Thread Fushan Wen
https://bugs.kde.org/show_bug.cgi?id=486568

Fushan Wen  changed:

   What|Removed |Added

  Latest Commit|https://invent.kde.org/plas |https://invent.kde.org/plas
   |ma/plasma-workspace/-/commi |ma/plasma-workspace/-/commi
   |t/8d9b34a713b4509cd085d63bb |t/66222d167d4d6e97b2f1940bd
   |60047464e5fa1fd |6a316759f355247

--- Comment #7 from Fushan Wen  ---
Git commit 66222d167d4d6e97b2f1940bd6a316759f355247 by Fushan Wen.
Committed on 30/05/2024 at 08:14.
Pushed by fusionfuture into branch 'Plasma/6.1'.

wallpapers/image: avoid using equal in model index comparison

Equal can confuse the sort filter model when 3 items have the same date.
For reversed order Qt swaps the left index and the right index internally,
so let's follow the best practice.
FIXED-IN: 6.1


(cherry picked from commit 8d9b34a713b4509cd085d63bb60047464e5fa1fd)

Co-authored-by: Fushan Wen 

M  +1-1wallpapers/image/plugin/slidefiltermodel.cpp

https://invent.kde.org/plasma/plasma-workspace/-/commit/66222d167d4d6e97b2f1940bd6a316759f355247

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