Merge lp://staging/~woodrow-shen/unity-greeter/fix-hidpi-support into lp://staging/unity-greeter
Status: | Rejected |
---|---|
Rejected by: | Robert Ancell |
Proposed branch: | lp://staging/~woodrow-shen/unity-greeter/fix-hidpi-support |
Merge into: | lp://staging/unity-greeter |
Diff against target: |
617 lines (+171/-38) (has conflicts) 13 files modified
NEWS (+8/-0) configure.ac (+4/-0) debian/changelog (+11/-0) src/cairo-utils.vala (+27/-0) src/dash-box.vala (+8/-4) src/dash-button.vala (+3/-1) src/dash-entry.vala (+8/-3) src/greeter-list.vala (+13/-8) src/list-stack.vala (+2/-1) src/main-window.vala (+4/-1) src/menubar.vala (+14/-2) src/prompt-box.vala (+26/-9) src/shutdown-dialog.vala (+43/-9) Text conflict in NEWS Text conflict in configure.ac Text conflict in debian/changelog |
To merge this branch: | bzr merge lp://staging/~woodrow-shen/unity-greeter/fix-hidpi-support |
Related bugs: |
Reviewer | Review Type | Date Requested | Status |
---|---|---|---|
Robert Ancell | Pending | ||
Review via email: mp+242046@code.staging.launchpad.net |
Commit message
This patch try to fix the problem that unity-greeter can't scale on a hidpi display.
Currenly the icons on menubar still don't work, and sometimes menuitem may unchanged
unexpectedly.
Description of the change
The fix can scale menubar, prompt-box, and shutdown-dialog box according to gnome hidpi rules from https:/
Unmerged revisions
- 1209. By Woodrow Shen
-
Fix the correct space number without tab.
- 1208. By Woodrow Shen
-
Fix the some code style.
- 1207. By Woodrow Shen
-
Use get_hidpi_scale function to replace hard-code.
- 1206. By Woodrow Shen
-
This patch try to fix the problem that unity-greeter can't scale on a hidpi display.
Currenly the icons on menubar still don't work, and sometimes menuitem may unchanged
unexpectedly. - 1205. By Robert Ancell
-
Releasing 14.04.10
- 1204. By Robert Ancell
-
Require user to acknowledge messages after last prompt
This branch shows merge conflicts - should this have been proposed to lp:unity-greeter/14.04?