Merge lp:~mc-return/compiz/compiz.merge-fix1070233-fix1070297-fix1070301-Resizeinfo into lp:compiz/0.9.9
| Status: | Rejected |
|---|---|
| Rejected by: | Daniel van Vugt on 2012-10-31 |
| Proposed branch: | lp:~mc-return/compiz/compiz.merge-fix1070233-fix1070297-fix1070301-Resizeinfo |
| Merge into: | lp:compiz/0.9.9 |
| Diff against target: |
152 lines (+40/-24) 2 files modified
plugins/resizeinfo/resizeinfo.xml.in (+19/-9) plugins/resizeinfo/src/resizeinfo.cpp (+21/-15) |
| To merge this branch: | bzr merge lp:~mc-return/compiz/compiz.merge-fix1070233-fix1070297-fix1070301-Resizeinfo |
| Related bugs: |
| Reviewer | Review Type | Date Requested | Status |
|---|---|---|---|
| Daniel van Vugt | 2012-10-23 | Resubmit on 2012-10-31 | |
| MC Return | Resubmit on 2012-10-24 | ||
|
Review via email:
|
|||
Commit Message
* Fixed options to change Gradient Color 2 and Gradient Color 3 having no effect and enabled possibility for a gradient background.
* Changed width and height of the popup, so large windows with big numbers will still be displayed elegantly.
* Changed variable types of the variables "height" and "width" from int to unsigned short.
* Show Resize Info for all windows is now enabled by default, as the other option breaks the whole functionality of this plugin.
* Added option to change the color of the background's outline with black as default.
* Proper nouns now all start with uppercase letter.
* Better tooltips and other minor text and wording fixes.
(Fixes: LP #1070233, LP #1070297, Workaround for: LP #1070301)
Description of the Change
This video shows Resize Info after the linked branch was merged:
https:/
Please note:
* The color settings for the gradient background are no longer ignored and correctly applied now.
* CCSM now shows the possibility to change the outline color of the background and it has been changed.
| MC Return (mc-return) wrote : | # |
> What part of this fixes bug 1070301? (which I can't reproduce)
Line 20 of the preview diff only 'workarounds' it ;)
...by setting the default to true, as the default setting==false does not show the popup at all here.
Hmm, strange you cannot reproduce it as I am running Quantal and Compiz/Unity trunk here.
| MC Return (mc-return) wrote : | # |
Daniel, you are of course right that nothing does really fix bug 1070301 here, it just workarounds it by default, so I have removed the linking to bug 1070301 from this merge request.
I hope it is no problem that I did not rename the branch.
| Daniel van Vugt (vanvugt) wrote : | # |
Please separate the fixes for the two bugs and propose them separately. Please also avoid changing dimensions of existing features like RESIZE_
Unmerged revisions
- 3444. By MC Return on 2012-10-23
-
Changed width and height of the popup, so large windows will still be displayed elegantly
Changed variable types of the variables height and width from int to unsigned short - 3443. By MC Return on 2012-10-23
-
Black Outline Color is now default
- 3442. By MC Return on 2012-10-23
-
Added the possibility to change the color of the outline as well
- 3441. By MC Return on 2012-10-23
-
Fixes for resizeinfo.xml.in:
Show Resize Info for all windows is now enabled by default as the other option breaks the whole functionality of this plugin
Proper nouns now start all with uppercase letter
Better tooltips


What part of this fixes bug 1070301? (which I can't reproduce)