[plasmashell] [Bug 403703] Slideshow - display the list of images that will be shown

2019-03-09 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=403703

Nate Graham  changed:

   What|Removed |Added

 Status|CONFIRMED   |RESOLVED
  Latest Commit||https://commits.kde.org/pla
   ||sma-workspace/2003b267d4bcc
   ||6d0d2bee585d9da0c0abde6e85d
 Resolution|--- |FIXED
   Version Fixed In||5.16.0

--- Comment #11 from Nate Graham  ---
Git commit 2003b267d4bcc6d0d2bee585d9da0c0abde6e85d by Nate Graham, on behalf
of David Redondo.
Committed on 09/03/2019 at 16:05.
Pushed by ngraham into branch 'master'.

Image Wallpaper Slideshow - display the list of images that will be shown

Summary:
This shows all the pictures inside the folders added to the Folders list. I
also tried to make single pictures excludable via a checkbox on the thumbnail.
This is the first time for me programming with QT/QML/Singals-Slots and I tried
to use as much existing code as possible. The thumbnail view is the same as for
single images and I simply subclassed the listmodel. However even if I tried to
do everything like the code for slidePaths it doesn't work correctly. The
checking/unchecking of images only applies on restart of plasmashell. Maybe
it's a single mistake that is easily spotted by a more experienced programmer
otherwise if the thumbnail view is accepted I can also revert all the checkbox
stuff.
FIXED-IN: 5.16.0

{F6595564}

Reviewers: #vdg, ngraham, davidedmundson

Reviewed By: #vdg, ngraham, davidedmundson

Subscribers: filipf, mart, alexde, davidedmundson, ngraham, plasma-devel

Tags: #plasma

Differential Revision: https://phabricator.kde.org/D18809

M  +1-0wallpapers/image/CMakeLists.txt
M  +5-3wallpapers/image/backgroundlistmodel.h
M  +43   -3wallpapers/image/image.cpp
M  +6-1wallpapers/image/image.h
M  +5-5wallpapers/image/imagepackage/contents/ui/WallpaperDelegate.qml
M  +65   -30   wallpapers/image/imagepackage/contents/ui/config.qml
A  +44   -0wallpapers/image/slidemodel.cpp [License: UNKNOWN]  *
A  +19   -0wallpapers/image/slidemodel.h [License: UNKNOWN]  *

The files marked with a * at the end have a non valid license. Please read:
https://community.kde.org/Policies/Licensing_Policy and use the headers which
are listed at that page.


https://commits.kde.org/plasma-workspace/2003b267d4bcc6d0d2bee585d9da0c0abde6e85d

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

[plasmashell] [Bug 403703] Slideshow - display the list of images that will be shown

2019-02-23 Thread Patrick Silva
https://bugs.kde.org/show_bug.cgi?id=403703

Patrick Silva  changed:

   What|Removed |Added

 CC||bugsefor...@gmx.com

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

[plasmashell] [Bug 403703] Slideshow - display the list of images that will be shown

2019-01-28 Thread Filip F.
https://bugs.kde.org/show_bug.cgi?id=403703

--- Comment #10 from Filip F.  ---
(In reply to David Redondo from comment #9)
> I had in my mind some sort of icon on each image that you could click on to
> exclude an image but didn't include it in the mockup because I didn't find a
> suitable one (a vague idea was open/closed eye). As I wrote in the bug
> description flipwise suggested checkboxes (apparently like Windows 7 does)

Yes, something like this: http://cdn.nirmaltv.com/images/changewallpaper.png

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

[plasmashell] [Bug 403703] Slideshow - display the list of images that will be shown

2019-01-28 Thread David Redondo
https://bugs.kde.org/show_bug.cgi?id=403703

--- Comment #9 from David Redondo  ---
I had in my mind some sort of icon on each image that you could click on to
exclude an image but didn't include it in the mockup because I didn't find a
suitable one (a vague idea was open/closed eye). As I wrote in the bug
description flipwise suggested checkboxes (apparently like Windows 7 does)

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

[plasmashell] [Bug 403703] Slideshow - display the list of images that will be shown

2019-01-28 Thread David Edmundson
https://bugs.kde.org/show_bug.cgi?id=403703

--- Comment #8 from David Edmundson  ---
>I think the improvement is that the user sees what images are added to the 
>slideshow

So the problem was that in order to verify what was added you currently have to
sit through a million hours watching it cycle. I'm fully on board with that.

>Also if you have some pictures you would like in your slideshow and in the 
>same folder you have pictures you don't want to add you have to create a new 
>folder and move them around.

How would that change with the preview list?

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

[plasmashell] [Bug 403703] Slideshow - display the list of images that will be shown

2019-01-28 Thread David Redondo
https://bugs.kde.org/show_bug.cgi?id=403703

--- Comment #7 from David Redondo  ---
I think the improvement is that the user sees what images are added to the
slideshow. Right now you have to know which images are in which folders because
you are adding them blind.  Also if you have some pictures you would like in
your slideshow and in the same folder you have pictures you don't want to add
you have to create a new folder and move them around.
Apart from that I think the settings should be visually redesigned because they
don't look good in my opinion.

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

[plasmashell] [Bug 403703] Slideshow - display the list of images that will be shown

2019-01-28 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=403703

--- Comment #6 from Nate Graham  ---
I can answer that for my use cases at least. The problem is that there's no
clear way to see which wallpapers will be a part of the slideshow. You only see
a list of the folders that contain the wallpapers that will be a part of the
slideshow, not the actual wallpapers themselves. You need to remember which
images are in those folders.

That's why I think the right pane should show the union of all wallpapers in
all folders: then it would be answering the question of "which images will be
included in the slideshow?" If it only showed the images in the selected
folders, it wouldn't be answering that question anymore.

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

[plasmashell] [Bug 403703] Slideshow - display the list of images that will be shown

2019-01-28 Thread David Edmundson
https://bugs.kde.org/show_bug.cgi?id=403703

--- Comment #5 from David Edmundson  ---
>I'm not sure there's much value to showing per-folder wallpapers in the right 
>pane; that would get confusing.

It depends, one thing I'd like to do is back up to the question we should have
started with.

What problems does David Redondo have with configuring the slideshow wallpaper
right now that we're trying to solve?

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

[plasmashell] [Bug 403703] Slideshow - display the list of images that will be shown

2019-01-28 Thread Filip F.
https://bugs.kde.org/show_bug.cgi?id=403703

Filip F.  changed:

   What|Removed |Added

 CC||tyx...@gmail.com

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

[plasmashell] [Bug 403703] Slideshow - display the list of images that will be shown

2019-01-28 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=403703

Nate Graham  changed:

   What|Removed |Added

 Ever confirmed|0   |1
 Status|REPORTED|CONFIRMED
 CC||n...@kde.org

--- Comment #4 from Nate Graham  ---
I love it!

What makes sense to me is that the right pane shows all wallpapers from all
folders in the left pane, and the items in the left folder pane are not
selectable (just deletable). I'm not sure there's much value to showing
per-folder wallpapers in the right pane; that would get confusing.

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

[plasmashell] [Bug 403703] Slideshow - display the list of images that will be shown

2019-01-28 Thread David Redondo
https://bugs.kde.org/show_bug.cgi?id=403703

--- Comment #3 from David Redondo  ---
My idea was that it shows what's in the selected folder.
dermauch in the vdg room/telegram had the idead to have an option to show the
images from all folders

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

[plasmashell] [Bug 403703] Slideshow - display the list of images that will be shown

2019-01-28 Thread David Edmundson
https://bugs.kde.org/show_bug.cgi?id=403703

David Edmundson  changed:

   What|Removed |Added

Summary|Redesign slideshow settings |Slideshow - display the
   ||list of images that will be
   ||shown
   Severity|normal  |wishlist

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