D22102: Implement apply-on-double-click for all grid view KCM delegates

2021-04-30 Thread Nathaniel Graham
ngraham abandoned this revision.

REPOSITORY
  R296 KDeclarative

REVISION DETAIL
  https://phabricator.kde.org/D22102

To: ngraham, #plasma, #vdg, mart, broulik
Cc: ndavis, anthonyfieroni, pino, davidedmundson, filipf, mglb, 
kde-frameworks-devel, LeGast00n, cblack, michaelh, ngraham, bruns


D22102: Implement apply-on-double-click for all grid view KCM delegates

2019-07-05 Thread Nathaniel Graham
ngraham added a comment.


  In D22102#488774 , @mglb wrote:
  
  > In D22102#487806 , @ngraham 
wrote:
  >
  > > use its hidden Alt accelerator.
  >
  >
  > Looks like already working solution for the problem. Whats wrong with alt 
accelerator?
  
  
  If your hand is already on the mouse or touchpad because you just clicked on 
something to select it, you need to move that hand to the keyboard, or move 
your other hand there. It's slower than just double-clicking on it.

REPOSITORY
  R296 KDeclarative

REVISION DETAIL
  https://phabricator.kde.org/D22102

To: ngraham, #plasma, #vdg, mart, broulik
Cc: ndavis, anthonyfieroni, pino, davidedmundson, filipf, mglb, 
kde-frameworks-devel, LeGast00n, michaelh, ngraham, bruns


D22102: Implement apply-on-double-click for all grid view KCM delegates

2019-07-01 Thread David Edmundson
davidedmundson added a comment.


  > Exposing the options through a simple command line interface would be 
another option.
  
  At the risk of getting offtopic, it's the reason I started the KConfigWatcher 
class. The intention being for "kwriteconfig" to be used generically and then 
anything that needs to update will be automagic.

REPOSITORY
  R296 KDeclarative

REVISION DETAIL
  https://phabricator.kde.org/D22102

To: ngraham, #plasma, #vdg, mart, broulik
Cc: ndavis, anthonyfieroni, pino, davidedmundson, filipf, mglb, 
kde-frameworks-devel, LeGast00n, michaelh, ngraham, bruns


D22102: Implement apply-on-double-click for all grid view KCM delegates

2019-06-30 Thread Mariusz Glebocki
mglb added a comment.


  In D22102#487806 , @ngraham wrote:
  
  >
  
  
  use its hidden Alt accelerator.
  
  Seems like already working solution for the problem. Whats wrong with alt 
accelerator?

REPOSITORY
  R296 KDeclarative

REVISION DETAIL
  https://phabricator.kde.org/D22102

To: ngraham, #plasma, #vdg, mart, broulik
Cc: ndavis, anthonyfieroni, pino, davidedmundson, filipf, mglb, 
kde-frameworks-devel, LeGast00n, michaelh, ngraham, bruns


D22102: Implement apply-on-double-click for all grid view KCM delegates

2019-06-30 Thread Nathaniel Graham
ngraham added a comment.


  I don't really know what else to say. The current workflow is annoying and 
slow for me and I want to improve it. Maybe this isn't the best way, but it's 
rather frustrating to come up against a wall of opposition doubting whether 
it's a problem at all, or if it is, whether it's worth fixing.

REPOSITORY
  R296 KDeclarative

REVISION DETAIL
  https://phabricator.kde.org/D22102

To: ngraham, #plasma, #vdg, mart, broulik
Cc: ndavis, anthonyfieroni, pino, davidedmundson, filipf, mglb, 
kde-frameworks-devel, LeGast00n, michaelh, ngraham, bruns


D22102: Implement apply-on-double-click for all grid view KCM delegates

2019-06-30 Thread Noah Davis
ndavis added a comment.


  In D22102#487806 , @ngraham wrote:
  
  > Maybe I should move back and examine the rationale for the proposal.
  >
  > Right now, I find it *extremely* annoying, slow, and frustrating to test 
new themes, colors, icons, wallpapers, etc. The workflow is to click on the 
delegate, and then click on the Apply button in the corner of the window, or 
use its hidden Alt accelerator. If I want to see 5 items, I do this five times. 
If I want to look through 20 items, I do this 20 times. Every time I do this, I 
get frustrated and feel like it should be doable in a faster way.
  >
  > This proposal is one way to resolve the issue. I don't personally see a 
problem with the hidden double-click accelerator (obviously, or else I wouldn't 
have submitted the patch :) ), but if people don't like this approach, I hope 
we can have a conversation about alternative approaches to resolve the 
underlying issue of the test-multiple-items-in-a-grid-view-KCM workflow being 
quite slow. I can think of a few:
  >
  > - Move to the instant apply paradigm
  > - Add Preview buttons to all delegates that "virtually" apply the item to 
everything visible on screen
  > - Do the above, but on hover or selection, with a visible message that says 
"this is just a preview", click Apply to apply these settings"
  > - Probably way more
  
  
  Exposing the options through a simple command line interface would be another 
option.

REPOSITORY
  R296 KDeclarative

REVISION DETAIL
  https://phabricator.kde.org/D22102

To: ngraham, #plasma, #vdg, mart, broulik
Cc: ndavis, anthonyfieroni, pino, davidedmundson, filipf, mglb, 
kde-frameworks-devel, LeGast00n, michaelh, ngraham, bruns


D22102: Implement apply-on-double-click for all grid view KCM delegates

2019-06-30 Thread Pino Toscano
pino added a comment.


  In D22102#488447 , @ngraham wrote:
  
  > In D22102#488388 , @pino wrote:
  >
  > > While I can understand that clicking can be "annoying", OTOH I consider 
all the KCMs you mentioned as "mostly once" configuration items: you generally 
configure the color/wallpaper/icons/etc when you start using Plasma, and then 
you almost never go back to change these configurations again. Maybe my 
perspective is limited, however I do not see e.g. an icon KCM used more than 
once per month (even stretching things a bit), so using them often is not a 
"common case".
  > >  Sure, I agree that 20 clicks for trying a wallpaper might be "slow", 
although most probably you have configured it within 10 minutes...
  >
  >
  > Sure, if your mental model of the Appearance configuration KCMs is "set it 
once and forget about it forever", then having a slightly slow workflow isn't a 
problem.
  
  
  I said something else than what you wrote above:
  
  - "mostly once", not "once and never forever"
  - even when you change, it might is not so often
  
  > Right now these KCMs are not catering very well to people with these 
workflows.
  
  I do not think it is worth to provide interface to adapt also to people with 
less common workflows without making it too messy.
  There are many applications that do not perfor greatly for less common (or 
even rare workflows) -- I do not see it problematic, as long as these workflows 
are still doable. After all, we are talking about one click for a wallpaper 
change (the same in any situation), not something else in addition to what is 
required already.
  
  > The people who use this configurability at all are probably likely to 
adjust the settings quite a bit and on a semi-regular basis.
  
  likely is [citation required].
  
  Again, how big is the demand for this?

REPOSITORY
  R296 KDeclarative

REVISION DETAIL
  https://phabricator.kde.org/D22102

To: ngraham, #plasma, #vdg, mart, broulik
Cc: anthonyfieroni, pino, davidedmundson, filipf, mglb, kde-frameworks-devel, 
LeGast00n, michaelh, ngraham, bruns


D22102: Implement apply-on-double-click for all grid view KCM delegates

2019-06-30 Thread Nathaniel Graham
ngraham added a comment.


  In D22102#488388 , @pino wrote:
  
  > While I can understand that clicking can be "annoying", OTOH I consider all 
the KCMs you mentioned as "mostly once" configuration items: you generally 
configure the color/wallpaper/icons/etc when you start using Plasma, and then 
you almost never go back to change these configurations again. Maybe my 
perspective is limited, however I do not see e.g. an icon KCM used more than 
once per month (even stretching things a bit), so using them often is not a 
"common case".
  >  Sure, I agree that 20 clicks for trying a wallpaper might be "slow", 
although most probably you have configured it within 10 minutes...
  
  
  Sure, if your mental model of the Appearance configuration KCMs is "set it 
once and forget about it forever", then having a slightly slow workflow isn't a 
problem. But if your workflow is different, then it is a problem. Some people 
like trying out new things and change the appearance settings regularly. Some 
people like to manually change their wallpapers every few days. Some people are 
Plasma developers and need to test patches with multiple color schemes/widget 
themes/wallpapers/etc on a regular basis. Etc.
  
  Right now these KCMs are not catering very well to people with these 
workflows. These people may not be the common case, but the common case is a 
person who never looks in these KCMs at all because they are satisfied with the 
defaults. The people who use this configurability at all are probably likely to 
adjust the settings quite a bit and on a semi-regular basis.

REPOSITORY
  R296 KDeclarative

REVISION DETAIL
  https://phabricator.kde.org/D22102

To: ngraham, #plasma, #vdg, mart, broulik
Cc: anthonyfieroni, pino, davidedmundson, filipf, mglb, kde-frameworks-devel, 
LeGast00n, michaelh, ngraham, bruns


D22102: Implement apply-on-double-click for all grid view KCM delegates

2019-06-30 Thread Anthony Fieroni
anthonyfieroni added a comment.


  Alternatively you can add message widget that explore double click 
functionality, when double click is applied it can change its message that save 
is applied. But rater OK/Apply became a bit pointless.

REPOSITORY
  R296 KDeclarative

REVISION DETAIL
  https://phabricator.kde.org/D22102

To: ngraham, #plasma, #vdg, mart, broulik
Cc: anthonyfieroni, pino, davidedmundson, filipf, mglb, kde-frameworks-devel, 
LeGast00n, michaelh, ngraham, bruns


D22102: Implement apply-on-double-click for all grid view KCM delegates

2019-06-30 Thread Pino Toscano
pino added a comment.


  In D22102#487806 , @ngraham wrote:
  
  > Right now, I find it *extremely* annoying, slow, and frustrating to test 
new themes, colors, icons, wallpapers, etc. The workflow is to click on the 
delegate, and then click on the Apply button in the corner of the window, or 
use its hidden Alt accelerator. If I want to see 5 items, I do this five times. 
If I want to look through 20 items, I do this 20 times. Every time I do this, I 
get frustrated and feel like it should be doable in a faster way.
  
  
  While I can understand that clicking can be "annoying", OTOH I consider all 
the KCMs you mentioned as "mostly once" configuration items: you generally 
configure the color/wallpaper/icons/etc when you start using Plasma, and then 
you almost never go back to change these configurations again. Maybe my 
perspective is limited, however I do not see e.g. an icon KCM used more than 
once per month (even stretching things a bit), so using them often is not a 
"common case".
  Sure, I agree that 20 clicks for trying a wallpaper might be "slow", although 
most probably you have configured it within 10 minutes...
  
  > This proposal is one way to resolve the issue. I don't personally see a 
problem with the hidden double-click accelerator (obviously, or else I wouldn't 
have submitted the patch :) ),
  
  As I wrote already, this is problematic on its own:
  
  - the general paradigm is OK/Apply/Cancel, so having "pieces" of the 
instant-apply one mixed in (with not even the possibility to disable it) IMHO 
adds more confusion than anything else; I can imagine an user thinking "here I 
can double click to apply instantly" "hmm but here not"
  - corollary of the above: IMHO choosing *one* paradigm and following it is 
the coherent way of doing things; switching to instant-apply (which I don't 
agree with) would require a massive amount of work
  - mis-clicking, even mis-double-clicking happens, and if the user does that, 
they cannot go back to the previous setting, as the action was the equivalent 
of pressing the Apply button
  
  Also, the original proposal mentioned that this would not need explicit 
documentation. This is very bad, as the user faces some hidden behaviour on 
their configuration modules, and they have no way to know that this is actually 
wanted unless they "google it". I do not think our users need to be left in the 
dark about features.
  
  > but if people don't like this approach, I hope we can have a conversation 
about alternative approaches to resolve the underlying issue of the 
test-multiple-items-in-a-grid-view-KCM workflow being quite slow.
  
  Surely I do not want to undermine your own PoV, however how is this a issue 
even? Do we have user reports that point out that this complicates the workflow 
so much?
  From what I can see, the original D18571: Add "apply on double-click" feature 
to most other recent ported KCMs  was done 
by Nate Graham, based on the RFE #398303 requested by Nate Graham, with only a 
later #403384 requested by a single user.
  
  > I can think of a few:
  > 
  > - Move to the instant apply paradigm
  
  -1
  
  > - Add Preview buttons to all delegates that "virtually" apply the item to 
everything visible on screen
  
  What would this Preview button do?
  
  > - Do the above, but on hover or selection, with a visible message that says 
"this is just a preview", click Apply to apply these settings"
  > - Probably way more
  
  Or probably leave things as they are.

REPOSITORY
  R296 KDeclarative

REVISION DETAIL
  https://phabricator.kde.org/D22102

To: ngraham, #plasma, #vdg, mart, broulik
Cc: pino, davidedmundson, filipf, mglb, kde-frameworks-devel, LeGast00n, 
michaelh, ngraham, bruns


D22102: Implement apply-on-double-click for all grid view KCM delegates

2019-06-28 Thread Nathaniel Graham
ngraham added a comment.


  Maybe I should move back and examine the rationale for the proposal.
  
  Right now, I find it *extremely* annoying, slow, and frustrating to test new 
themes, colors, icons, wallpapers, etc. The workflow is to click on the 
delegate, and then click on the Apply button in the corner of the window, or 
use its hidden Alt accelerator. If I want to see 5 items, I do this five times. 
If I want to look through 20 items, I do this 20 times. Every time I do this, I 
get frustrated and feel like it should be doable in a faster way.
  
  This proposal is one way to resolve the issue. I don't personally see a 
problem with the hidden double-click accelerator (obviously, or else I wouldn't 
have submitted the patch :) ), but if people don't like this approach, I hope 
we can have a conversation about alternative approaches to resolve the 
underlying issue of the test-multiple-items-in-a-grid-view-KCM workflow being 
quite slow. I can think of a few:
  
  - Move to the instant apply paradigm
  - Add Preview buttons to all delegates that "virtually" apply the item to 
everything visible on screen
  - Do the above, but on hover or selection, with a visible message that says 
"this is just a preview", click Apply to apply these settings"
  - Probably way more

REPOSITORY
  R296 KDeclarative

REVISION DETAIL
  https://phabricator.kde.org/D22102

To: ngraham, #plasma, #vdg, mart, broulik
Cc: pino, davidedmundson, filipf, mglb, kde-frameworks-devel, LeGast00n, 
michaelh, ngraham, bruns


D22102: Implement apply-on-double-click for all grid view KCM delegates

2019-06-26 Thread Pino Toscano
pino added a comment.


  In D22102#486968 , @davidedmundson 
wrote:
  
  > From the old review:
  >
  > pino:
  >
  >   -1 for this:
  >  
  >   hidden feature
  >   it does not make sense when the general paradigm is OK/Apply/Cancel, 
so we are teaching users that options are applied only when OK/Apply is pressed 
(and thus they are left free to play with options as they fit)
  >   if an user accidentally double-clicks, then the options are saved a) 
against the user choice b) with no feedback at all
  >
  
  
  Indeed, thanks for quoting arguments that were (purposefully?) ignored...

REPOSITORY
  R296 KDeclarative

REVISION DETAIL
  https://phabricator.kde.org/D22102

To: ngraham, #plasma, #vdg, mart, broulik
Cc: pino, davidedmundson, filipf, mglb, kde-frameworks-devel, LeGast00n, 
michaelh, ngraham, bruns


D22102: Implement apply-on-double-click for all grid view KCM delegates

2019-06-26 Thread David Edmundson
davidedmundson added a comment.


  From the old review:
  
  pino:
  
-1 for this:

hidden feature
it does not make sense when the general paradigm is OK/Apply/Cancel, so 
we are teaching users that options are applied only when OK/Apply is pressed 
(and thus they are left free to play with options as they fit)
if an user accidentally double-clicks, then the options are saved a) 
against the user choice b) with no feedback at all
  
  marco:
  
>also, as the principle of the feature i agree with Pino
  
  We've never used double click in our UIs, it seems extremely odd to bring it 
in as an action now.

REPOSITORY
  R296 KDeclarative

REVISION DETAIL
  https://phabricator.kde.org/D22102

To: ngraham, #plasma, #vdg, mart, broulik
Cc: davidedmundson, filipf, mglb, kde-frameworks-devel, LeGast00n, michaelh, 
ngraham, bruns


D22102: Implement apply-on-double-click for all grid view KCM delegates

2019-06-26 Thread Filip Fila
filipf added a comment.


  Generally +1, but let's disable it for destructive kcms.

REPOSITORY
  R296 KDeclarative

REVISION DETAIL
  https://phabricator.kde.org/D22102

To: ngraham, #plasma, #vdg, mart, broulik
Cc: filipf, mglb, kde-frameworks-devel, LeGast00n, michaelh, ngraham, bruns


D22102: Implement apply-on-double-click for all grid view KCM delegates

2019-06-26 Thread Mariusz Glebocki
mglb added a comment.


  > Look-and-feel
  
  User accidentally doubleclicks item and all their look-related settings are 
gone. Has to configure everything again.
  
  > Splash Screen
  
  User accidentally doubleclicks item, nothing visible happens, gets suprised 
on next login.
  
  Since the feature is "secret" and unintuitive (as the apply button suggests 
"click what you want, except action buttons"), this probably can't be even 
called "accidental doubleclick".

REPOSITORY
  R296 KDeclarative

REVISION DETAIL
  https://phabricator.kde.org/D22102

To: ngraham, #plasma, #vdg, mart, broulik
Cc: mglb, kde-frameworks-devel, LeGast00n, michaelh, ngraham, bruns


D22102: Implement apply-on-double-click for all grid view KCM delegates

2019-06-26 Thread Nathaniel Graham
ngraham created this revision.
ngraham added reviewers: Plasma, VDG, mart, broulik.
Herald added a project: Frameworks.
Herald added a subscriber: kde-frameworks-devel.
ngraham requested review of this revision.

REVISION SUMMARY
  This is a better-implemented alternative to D18571 
.
  
  The colors KCM currently has a feature whereby you can double-click on the 
delegates
  to selct and apply a color scheme. I find myself using it all the time and 
it's very
  convenient. This patch implements it universally for all `GridViewKCM` 
components.
  
  FEATURE: 398303
  FIXED-IN: 5.60

TEST PLAN
  Double-click on the items in the Icons, Plasma Theme, Cursors, Splash Screen, 
and 
  Look-And-Feel KCMs. The new setting is instantly applied. For the LNF KCM, 
this
  also means the "Use desktop layout from theme" checkbox gets applied 
instantly as
  well if the user had checked it. This doesn't seem to be a problem because 
it's
  unchecked by default, and if the user checked it, that's a sign they wanted 
to do it.

REPOSITORY
  R296 KDeclarative

BRANCH
  apply-on-double-click (branched from master)

REVISION DETAIL
  https://phabricator.kde.org/D22102

AFFECTED FILES
  src/qmlcontrols/kcmcontrols/qml/GridDelegate.qml

To: ngraham, #plasma, #vdg, mart, broulik
Cc: kde-frameworks-devel, LeGast00n, michaelh, ngraham, bruns