lp:~3v1n0/unity/lim-everywhere
- Get this branch:
- bzr branch lp:~3v1n0/unity/lim-everywhere
Branch merges
- Stephen M. Webb (community): Approve on 2015-02-20
- Andrea Azzarone: Approve on 2015-02-09
- PS Jenkins bot: Approve (continuous-integration) on 2015-02-04
-
Diff: 5330 lines (+1370/-785)70 files modifiedUnityCore/AppmenuIndicator.cpp (+52/-12)
UnityCore/AppmenuIndicator.h (+4/-3)
UnityCore/CMakeLists.txt (+1/-0)
UnityCore/DBusIndicators.cpp (+52/-40)
UnityCore/GLibDBusServer.cpp (+3/-2)
UnityCore/GLibSource.h (+2/-2)
UnityCore/Indicator.cpp (+15/-30)
UnityCore/Indicator.h (+3/-4)
UnityCore/IndicatorEntry.cpp (+15/-5)
UnityCore/IndicatorEntry.h (+4/-1)
UnityCore/Indicators.cpp (+2/-1)
UnityCore/pch/unitycore_pch.hh (+1/-0)
com.canonical.Unity.gschema.xml (+7/-1)
dash/DashView.h (+1/-1)
dash/ScopeView.h (+2/-1)
debian/control (+1/-1)
decorations/DecoratedWindow.cpp (+13/-9)
decorations/DecorationsManager.cpp (+12/-15)
decorations/DecorationsMenuDropdown.cpp (+4/-3)
decorations/DecorationsMenuEntry.cpp (+12/-2)
decorations/DecorationsMenuEntry.h (+2/-1)
decorations/DecorationsMenuLayout.cpp (+25/-3)
decorations/DecorationsPriv.h (+3/-1)
decorations/DecorationsSlidingLayout.cpp (+1/-1)
decorations/DecorationsWidgets.cpp (+4/-9)
launcher/LauncherEntryRemoteModel.h (+2/-2)
lockscreen/LockScreenPanel.cpp (+1/-1)
panel/PanelIndicatorEntryDropdownView.cpp (+6/-1)
panel/PanelIndicatorEntryDropdownView.h (+1/-0)
panel/PanelIndicatorEntryView.cpp (+7/-5)
panel/PanelIndicatorEntryView.h (+2/-3)
panel/PanelIndicatorsView.cpp (+43/-13)
panel/PanelIndicatorsView.h (+6/-4)
panel/PanelMenuView.cpp (+140/-112)
panel/PanelMenuView.h (+8/-4)
panel/PanelView.cpp (+3/-3)
plugins/unityshell/src/unityshell.cpp (+34/-44)
plugins/unityshell/src/unityshell.h (+2/-1)
services/panel-main.c (+20/-20)
services/panel-service-private.h (+22/-3)
services/panel-service.c (+148/-60)
services/panel-service.h (+0/-8)
shortcuts/ShortcutModel.h (+3/-3)
tests/autopilot/unity/emulators/panel.py (+4/-0)
tests/autopilot/unity/tests/__init__.py (+12/-13)
tests/autopilot/unity/tests/test_dash.py (+2/-2)
tests/autopilot/unity/tests/test_hud.py (+2/-2)
tests/autopilot/unity/tests/test_panel.py (+258/-211)
tests/autopilot/unity/tests/test_wm_keybindings.py (+1/-6)
tests/mock-application.h (+2/-2)
tests/test_dbus_indicators.cpp (+3/-4)
tests/test_indicator.cpp (+18/-21)
tests/test_indicator_appmenu.cpp (+182/-21)
tests/test_indicator_entry.cpp (+17/-14)
tests/test_indicators.cpp (+11/-11)
tests/test_panel_menu_view.cpp (+19/-3)
tests/test_panel_service.cpp (+6/-2)
tests/test_service_panel.cpp (+18/-15)
unity-shared/IconLoader.cpp (+2/-2)
unity-shared/MenuManager.cpp (+64/-9)
unity-shared/NuxObjectPtrHash.h (+36/-0)
unity-shared/PlacesVScrollBar.cpp (+1/-1)
unity-shared/PluginAdapter.cpp (+11/-2)
unity-shared/PluginAdapter.h (+2/-2)
unity-shared/PreviewStyle.cpp (+1/-1)
unity-shared/StandaloneWindowManager.cpp (+1/-0)
unity-shared/UBusWrapper.cpp (+3/-4)
unity-shared/UBusWrapper.h (+2/-2)
unity-shared/UnitySettings.cpp (+2/-0)
unity-shared/UnitySettings.h (+1/-0)
Related bugs
| Bug #1309778: LIM only on focused window => no advantage over global menu | Medium | Fix Released |
|
Related blueprints
Branch information
Recent revisions
- 3984. By Marco Trevisan (Treviño) on 2015-02-19
-
Autopilot, test{dash,hud}: fix tests to adapt to new HUD/Dash behaviors with fullscreen windows
- 3983. By Marco Trevisan (Treviño) on 2015-02-19
-
Autopilot, test_wm_
keybindings: fix tests to make them not dependent on apps They just work with indicators anyway
- 3982. By Marco Trevisan (Treviño) on 2015-02-19
-
Autopilot, test_panel: add specific LIM tests on PanelLimTests
- 3981. By Marco Trevisan (Treviño) on 2015-02-19
-
Autopilot, test_panel: fix some unstable tests on LIMs
- 3980. By Marco Trevisan (Treviño) on 2015-02-19
-
PanelMenuView: force redraw title in case we changed the focused state
This is way better than we used to do...
- 3979. By Marco Trevisan (Treviño) on 2015-02-19
-
PanelMenuView: use HasVisibleMenus() instead of !entries_.empty() as there always will be a drop-down entry
- 3978. By Marco Trevisan (Treviño) on 2015-02-19
-
Autopilot, test_panel: pass window to ensure_window_state
- 3977. By Marco Trevisan (Treviño) on 2015-02-18
-
PanelWindowButt
onsActionsTests : just inherit from PanelTestsBase Otherwise tests will repeat
- 3976. By Marco Trevisan (Treviño) on 2015-02-18
-
Autopilot, tests: use Gio.Settings and Variant to set gsettings values
- 3975. By Marco Trevisan (Treviño) on 2015-02-18
-
Autopilot, test_panel: repeat window buttons actions when panel is unfocused
Branch metadata
- Branch format:
- Branch format 7
- Repository format:
- Bazaar repository format 2a (needs bzr 1.16 or later)
- Stacked on:
- lp:unity

