Re: Review Request 121361: DeviceAutomounter Settings ui texts are misleading, if not plain wrong.

2015-02-15 Thread Frank Schütte


 On Dez. 8, 2014, 2:15 nachm., Sebastian Kügler wrote:
  The patch just fixes two occurrences of confusion, but leaves others. (See 
  inline for one example.)
  
  It should probably be an approach that fixes the confusion once and for 
  all. With the naming wrong in the code, bugs are bound to creep in again at 
  a later point.

No, as I mentioned before, I am not able to propose an updated patch.


 On Dez. 8, 2014, 2:15 nachm., Sebastian Kügler wrote:
  solid-device-automounter/kcm/DeviceAutomounterKCM.ui, line 45
  https://git.reviewboard.kde.org/r/121361/diff/1/?file=331961#file331961line45
 
  Well, with this change, the whatsthis and I suppose the function of 
  this checkbox does the exact opposite of its name.
  
  automountUnknownDevices now means only automount know devices.
 
 Thomas Lübking wrote:
 automountUnknownDevices is now labeled Automatically mount unknown 
 devices and hinted all attached devices will be automatically mounted[, 
 otherwise only remembered devices will be]
 
 
 
 Sounds correct to me, but the automount GUI sucks.
 
 You've to enable automounting to get a list of four items:
 - known only
 - all (does that invoke the known only rule?) on login
 - on plugin
 - an override list
 
 What you indeed have is on plugin and on login, multiplied by the 
 seen only rule.
 And then there's an override list, with a lot of unchecked devices what 
 seems to suggest the above rules doesn't actually apply to most things.
 
 What there should be are two checkboxes:
 [ ] Automount removable media when attached
 [ ] Automount removable media when logging in
 
 each of them activating a Device override group which allows to 
 controlthe override list as well as a third checkbox
 
 [ ] Do not automount media that has not been mounted before
 
 And the following override list probably needs to be some sort of 
 tristate - defaulting to no override, what could be done by a leading 
 checkbox column which activates the override for this device itfp.
 
 Christoph Feck wrote:
 Frank, are you able to propose an updated patch with the above comments 
 addressed?

What you suggest seems right to me. Your naming is fine with me. Does is now 
labeled mean, this string is fixed and already in the code, so my patch is 
useless and I should close this review request ?

For the rest I am not able to modify the GUI.
Can I find out, in what version the corrected strings will appear?


- Frank


---
This is an automatically generated e-mail. To reply, visit:
https://git.reviewboard.kde.org/r/121361/#review71555
---


On Dez. 5, 2014, 7:06 nachm., Frank Schütte wrote:
 
 ---
 This is an automatically generated e-mail. To reply, visit:
 https://git.reviewboard.kde.org/r/121361/
 ---
 
 (Updated Dez. 5, 2014, 7:06 nachm.)
 
 
 Review request for kdelibs, Solid, Christoph Feck, and Helio Castro.
 
 
 Bugs: 243046 and 261376
 http://bugs.kde.org/show_bug.cgi?id=243046
 http://bugs.kde.org/show_bug.cgi?id=261376
 
 
 Repository: kde-runtime
 
 
 Description
 ---
 
 automounterrc has four settings:
 [General]
 AutomountEnabled=true
 AutomountOnLogin=false
 AutomountOnPlugin=false
 AutomountUnknownDevices=true
 
 The ui text for AutomountUnknownDevices says the opposite of its 
 functionality. This is repaired by the patch. Login/Plugin enable/disable 
 overrides. I tried to clarify this a little bit.
 
 
 Diffs
 -
 
   solid-device-automounter/kcm/DeviceAutomounterKCM.ui 3827e95 
 
 Diff: https://git.reviewboard.kde.org/r/121361/diff/
 
 
 Testing
 ---
 
 
 Thanks,
 
 Frank Schütte
 




Re: Review Request 121361: DeviceAutomounter Settings ui texts are misleading, if not plain wrong.

2015-02-15 Thread Frank Schütte


 On Dez. 8, 2014, 2:15 nachm., Sebastian Kügler wrote:
  solid-device-automounter/kcm/DeviceAutomounterKCM.ui, line 45
  https://git.reviewboard.kde.org/r/121361/diff/1/?file=331961#file331961line45
 
  Well, with this change, the whatsthis and I suppose the function of 
  this checkbox does the exact opposite of its name.
  
  automountUnknownDevices now means only automount know devices.
 
 Thomas Lübking wrote:
 automountUnknownDevices is now labeled Automatically mount unknown 
 devices and hinted all attached devices will be automatically mounted[, 
 otherwise only remembered devices will be]
 
 
 
 Sounds correct to me, but the automount GUI sucks.
 
 You've to enable automounting to get a list of four items:
 - known only
 - all (does that invoke the known only rule?) on login
 - on plugin
 - an override list
 
 What you indeed have is on plugin and on login, multiplied by the 
 seen only rule.
 And then there's an override list, with a lot of unchecked devices what 
 seems to suggest the above rules doesn't actually apply to most things.
 
 What there should be are two checkboxes:
 [ ] Automount removable media when attached
 [ ] Automount removable media when logging in
 
 each of them activating a Device override group which allows to 
 controlthe override list as well as a third checkbox
 
 [ ] Do not automount media that has not been mounted before
 
 And the following override list probably needs to be some sort of 
 tristate - defaulting to no override, what could be done by a leading 
 checkbox column which activates the override for this device itfp.
 
 Christoph Feck wrote:
 Frank, are you able to propose an updated patch with the above comments 
 addressed?
 
 Frank Schütte wrote:
 What you suggest seems right to me. Your naming is fine with me. Does is 
 now labeled mean, this string is fixed and already in the code, so my patch 
 is useless and I should close this review request ?
 
 For the rest I am not able to modify the GUI.
 Can I find out, in what version the corrected strings will appear?

Christoph,
sorry I am not able to propose an updated patch. I was just able to fix the 
strings.


- Frank


---
This is an automatically generated e-mail. To reply, visit:
https://git.reviewboard.kde.org/r/121361/#review71555
---


On Dez. 5, 2014, 7:06 nachm., Frank Schütte wrote:
 
 ---
 This is an automatically generated e-mail. To reply, visit:
 https://git.reviewboard.kde.org/r/121361/
 ---
 
 (Updated Dez. 5, 2014, 7:06 nachm.)
 
 
 Review request for kdelibs, Solid, Christoph Feck, and Helio Castro.
 
 
 Bugs: 243046 and 261376
 http://bugs.kde.org/show_bug.cgi?id=243046
 http://bugs.kde.org/show_bug.cgi?id=261376
 
 
 Repository: kde-runtime
 
 
 Description
 ---
 
 automounterrc has four settings:
 [General]
 AutomountEnabled=true
 AutomountOnLogin=false
 AutomountOnPlugin=false
 AutomountUnknownDevices=true
 
 The ui text for AutomountUnknownDevices says the opposite of its 
 functionality. This is repaired by the patch. Login/Plugin enable/disable 
 overrides. I tried to clarify this a little bit.
 
 
 Diffs
 -
 
   solid-device-automounter/kcm/DeviceAutomounterKCM.ui 3827e95 
 
 Diff: https://git.reviewboard.kde.org/r/121361/diff/
 
 
 Testing
 ---
 
 
 Thanks,
 
 Frank Schütte
 




Re: Review Request 121361: DeviceAutomounter Settings ui texts are misleading, if not plain wrong.

2015-02-04 Thread Christoph Feck


 On Dec. 8, 2014, 2:15 p.m., Sebastian Kügler wrote:
  solid-device-automounter/kcm/DeviceAutomounterKCM.ui, line 45
  https://git.reviewboard.kde.org/r/121361/diff/1/?file=331961#file331961line45
 
  Well, with this change, the whatsthis and I suppose the function of 
  this checkbox does the exact opposite of its name.
  
  automountUnknownDevices now means only automount know devices.
 
 Thomas Lübking wrote:
 automountUnknownDevices is now labeled Automatically mount unknown 
 devices and hinted all attached devices will be automatically mounted[, 
 otherwise only remembered devices will be]
 
 
 
 Sounds correct to me, but the automount GUI sucks.
 
 You've to enable automounting to get a list of four items:
 - known only
 - all (does that invoke the known only rule?) on login
 - on plugin
 - an override list
 
 What you indeed have is on plugin and on login, multiplied by the 
 seen only rule.
 And then there's an override list, with a lot of unchecked devices what 
 seems to suggest the above rules doesn't actually apply to most things.
 
 What there should be are two checkboxes:
 [ ] Automount removable media when attached
 [ ] Automount removable media when logging in
 
 each of them activating a Device override group which allows to 
 controlthe override list as well as a third checkbox
 
 [ ] Do not automount media that has not been mounted before
 
 And the following override list probably needs to be some sort of 
 tristate - defaulting to no override, what could be done by a leading 
 checkbox column which activates the override for this device itfp.

Frank, are you able to propose an updated patch with the above comments 
addressed?


- Christoph


---
This is an automatically generated e-mail. To reply, visit:
https://git.reviewboard.kde.org/r/121361/#review71555
---


On Dec. 5, 2014, 7:06 p.m., Frank Schütte wrote:
 
 ---
 This is an automatically generated e-mail. To reply, visit:
 https://git.reviewboard.kde.org/r/121361/
 ---
 
 (Updated Dec. 5, 2014, 7:06 p.m.)
 
 
 Review request for kdelibs, Solid, Christoph Feck, and Helio Castro.
 
 
 Bugs: 243046 and 261376
 http://bugs.kde.org/show_bug.cgi?id=243046
 http://bugs.kde.org/show_bug.cgi?id=261376
 
 
 Repository: kde-runtime
 
 
 Description
 ---
 
 automounterrc has four settings:
 [General]
 AutomountEnabled=true
 AutomountOnLogin=false
 AutomountOnPlugin=false
 AutomountUnknownDevices=true
 
 The ui text for AutomountUnknownDevices says the opposite of its 
 functionality. This is repaired by the patch. Login/Plugin enable/disable 
 overrides. I tried to clarify this a little bit.
 
 
 Diffs
 -
 
   solid-device-automounter/kcm/DeviceAutomounterKCM.ui 3827e95 
 
 Diff: https://git.reviewboard.kde.org/r/121361/diff/
 
 
 Testing
 ---
 
 
 Thanks,
 
 Frank Schütte
 




Re: Review Request 121361: DeviceAutomounter Settings ui texts are misleading, if not plain wrong.

2014-12-08 Thread Sebastian Kügler

---
This is an automatically generated e-mail. To reply, visit:
https://git.reviewboard.kde.org/r/121361/#review71555
---


The patch just fixes two occurrences of confusion, but leaves others. (See 
inline for one example.)

It should probably be an approach that fixes the confusion once and for all. 
With the naming wrong in the code, bugs are bound to creep in again at a later 
point.


solid-device-automounter/kcm/DeviceAutomounterKCM.ui
https://git.reviewboard.kde.org/r/121361/#comment49907

Well, with this change, the whatsthis and I suppose the function of this 
checkbox does the exact opposite of its name.

automountUnknownDevices now means only automount know devices.


- Sebastian Kügler


On Dec. 5, 2014, 7:06 p.m., Frank Schütte wrote:
 
 ---
 This is an automatically generated e-mail. To reply, visit:
 https://git.reviewboard.kde.org/r/121361/
 ---
 
 (Updated Dec. 5, 2014, 7:06 p.m.)
 
 
 Review request for kdelibs, Solid, Christoph Feck, and Helio Castro.
 
 
 Bugs: 243046 and 261376
 http://bugs.kde.org/show_bug.cgi?id=243046
 http://bugs.kde.org/show_bug.cgi?id=261376
 
 
 Repository: kde-runtime
 
 
 Description
 ---
 
 automounterrc has four settings:
 [General]
 AutomountEnabled=true
 AutomountOnLogin=false
 AutomountOnPlugin=false
 AutomountUnknownDevices=true
 
 The ui text for AutomountUnknownDevices says the opposite of its 
 functionality. This is repaired by the patch. Login/Plugin enable/disable 
 overrides. I tried to clarify this a little bit.
 
 
 Diffs
 -
 
   solid-device-automounter/kcm/DeviceAutomounterKCM.ui 3827e95 
 
 Diff: https://git.reviewboard.kde.org/r/121361/diff/
 
 
 Testing
 ---
 
 
 Thanks,
 
 Frank Schütte
 




Re: Review Request 121361: DeviceAutomounter Settings ui texts are misleading, if not plain wrong.

2014-12-08 Thread Thomas Lübking


 On Dez. 8, 2014, 2:15 nachm., Sebastian Kügler wrote:
  solid-device-automounter/kcm/DeviceAutomounterKCM.ui, line 45
  https://git.reviewboard.kde.org/r/121361/diff/1/?file=331961#file331961line45
 
  Well, with this change, the whatsthis and I suppose the function of 
  this checkbox does the exact opposite of its name.
  
  automountUnknownDevices now means only automount know devices.

automountUnknownDevices is now labeled Automatically mount unknown devices 
and hinted all attached devices will be automatically mounted[, otherwise 
only remembered devices will be]


Sounds correct to me, but the automount GUI sucks.

You've to enable automounting to get a list of four items:
- known only
- all (does that invoke the known only rule?) on login
- on plugin
- an override list

What you indeed have is on plugin and on login, multiplied by the seen 
only rule.
And then there's an override list, with a lot of unchecked devices what seems 
to suggest the above rules doesn't actually apply to most things.

What there should be are two checkboxes:
[ ] Automount removable media when attached
[ ] Automount removable media when logging in

each of them activating a Device override group which allows to controlthe 
override list as well as a third checkbox

[ ] Do not automount media that has not been mounted before

And the following override list probably needs to be some sort of tristate - 
defaulting to no override, what could be done by a leading checkbox column 
which activates the override for this device itfp.


- Thomas


---
This is an automatically generated e-mail. To reply, visit:
https://git.reviewboard.kde.org/r/121361/#review71555
---


On Dez. 5, 2014, 7:06 nachm., Frank Schütte wrote:
 
 ---
 This is an automatically generated e-mail. To reply, visit:
 https://git.reviewboard.kde.org/r/121361/
 ---
 
 (Updated Dez. 5, 2014, 7:06 nachm.)
 
 
 Review request for kdelibs, Solid, Christoph Feck, and Helio Castro.
 
 
 Bugs: 243046 and 261376
 http://bugs.kde.org/show_bug.cgi?id=243046
 http://bugs.kde.org/show_bug.cgi?id=261376
 
 
 Repository: kde-runtime
 
 
 Description
 ---
 
 automounterrc has four settings:
 [General]
 AutomountEnabled=true
 AutomountOnLogin=false
 AutomountOnPlugin=false
 AutomountUnknownDevices=true
 
 The ui text for AutomountUnknownDevices says the opposite of its 
 functionality. This is repaired by the patch. Login/Plugin enable/disable 
 overrides. I tried to clarify this a little bit.
 
 
 Diffs
 -
 
   solid-device-automounter/kcm/DeviceAutomounterKCM.ui 3827e95 
 
 Diff: https://git.reviewboard.kde.org/r/121361/diff/
 
 
 Testing
 ---
 
 
 Thanks,
 
 Frank Schütte