Merge lp://staging/~azzar1/unity/geo-const into lp://staging/unity
Proposed by
Andrea Azzarone
Status: | Work in progress |
---|---|
Proposed branch: | lp://staging/~azzar1/unity/geo-const |
Merge into: | lp://staging/unity |
Diff against target: |
1021 lines (+125/-126) 41 files modified
plugins/unityshell/src/AbstractLauncherIcon.h (+1/-1) plugins/unityshell/src/BackgroundEffectHelper.cpp (+4/-4) plugins/unityshell/src/BackgroundEffectHelper.h (+3/-3) plugins/unityshell/src/DashController.cpp (+1/-1) plugins/unityshell/src/DashSettings.cpp (+1/-1) plugins/unityshell/src/DashView.cpp (+1/-1) plugins/unityshell/src/FilterBar.cpp (+19/-16) plugins/unityshell/src/HudButton.cpp (+1/-1) plugins/unityshell/src/HudController.cpp (+2/-2) plugins/unityshell/src/HudIcon.cpp (+3/-2) plugins/unityshell/src/HudView.cpp (+1/-1) plugins/unityshell/src/IMTextEntry.cpp (+1/-1) plugins/unityshell/src/IconTexture.cpp (+1/-1) plugins/unityshell/src/Launcher.cpp (+8/-10) plugins/unityshell/src/LauncherDragWindow.cpp (+2/-2) plugins/unityshell/src/LauncherIcon.cpp (+3/-3) plugins/unityshell/src/LauncherIcon.h (+1/-1) plugins/unityshell/src/LayoutSystem.cpp (+3/-3) plugins/unityshell/src/LineSeparator.cpp (+1/-1) plugins/unityshell/src/MockLauncherIcon.h (+1/-1) plugins/unityshell/src/OverlayRenderer.cpp (+13/-14) plugins/unityshell/src/OverlayRenderer.h (+3/-3) plugins/unityshell/src/PanelController.cpp (+2/-2) plugins/unityshell/src/PlacesSimpleTile.cpp (+1/-1) plugins/unityshell/src/PlacesTile.cpp (+15/-16) plugins/unityshell/src/PlacesVScrollBar.cpp (+3/-3) plugins/unityshell/src/QuicklistMenuItemCheckmark.cpp (+1/-1) plugins/unityshell/src/QuicklistMenuItemLabel.cpp (+1/-1) plugins/unityshell/src/QuicklistMenuItemRadio.cpp (+1/-1) plugins/unityshell/src/QuicklistMenuItemSeparator.cpp (+1/-1) plugins/unityshell/src/ResultView.cpp (+1/-1) plugins/unityshell/src/ResultViewGrid.cpp (+1/-2) plugins/unityshell/src/SearchBarSpinner.cpp (+2/-2) plugins/unityshell/src/ShortcutView.cpp (+1/-1) plugins/unityshell/src/StaticCairoText.cpp (+1/-1) plugins/unityshell/src/SwitcherController.cpp (+1/-1) plugins/unityshell/src/SwitcherController.h (+1/-1) plugins/unityshell/src/SwitcherView.cpp (+6/-6) plugins/unityshell/src/UnityWindowView.cpp (+3/-3) plugins/unityshell/src/WindowButtons.cpp (+2/-2) plugins/unityshell/src/unityshell.cpp (+7/-7) |
To merge this branch: | bzr merge lp://staging/~azzar1/unity/geo-const |
Related bugs: |
Reviewer | Review Type | Date Requested | Status |
---|---|---|---|
Unity Team | Pending | ||
Review via email: mp+93683@code.staging.launchpad.net |
Description of the change
Use nux::Geometry const& or nux::Geometry geo(...) instead of nux::Geometry geo = ...
Fix filters separator redrawing too.
To post a comment you must log in.
Unmerged revisions
- 1983. By Andrea Azzarone
-
Use nux::Geometry const& whenever possible. Fix filter separator redrawing.