Merge lp://qastaging/~samuel-thibault/compiz/ezoom-minmax into lp://qastaging/compiz/0.9.13
Proposed by
Samuel thibault
Status: | Needs review |
---|---|
Proposed branch: | lp://qastaging/~samuel-thibault/compiz/ezoom-minmax |
Merge into: | lp://qastaging/compiz/0.9.13 |
Diff against target: |
359 lines (+80/-80) 2 files modified
plugins/ezoom/ezoom.xml.in (+61/-61) plugins/ezoom/src/ezoom.cpp (+19/-19) |
To merge this branch: | bzr merge lp://qastaging/~samuel-thibault/compiz/ezoom-minmax |
Related bugs: |
Reviewer | Review Type | Date Requested | Status |
---|---|---|---|
Alberts Muktupāvels | Needs Information | ||
Compiz Maintainers | Pending | ||
Review via email:
|
Commit message
Inverse minimum_zoom and autoscale_min into maximum_zoom and autoscale_max
The options themselves were saying: "A value of 0.5 equals 2x zoom", i.e. the value is counterintuitive, and it is much more user-friendly to inverse the values presented to the user.
To post a comment you must log in.
Unmerged revisions
- 4145. By Samuel thibault
-
Inverse meaning of specific zoom level values
- 4144. By ksamak
-
Inverse minimum_zoom and autoscale_min into maximum_zoom and autoscale_max
The options themselves were saying: "A value of 0.5 equals 2x zoom", i.e. the
value is counterintuitive, and it is much more user-friendly to inverse the
values presented to the user.
Will not this break existing settings?