lp:~unity-team/unity/x-sru3
Created by
Marco Trevisan (Treviño)
and last modified
- Get this branch:
- bzr branch lp:~unity-team/unity/x-sru3
Members of
Unity Team
can upload to this branch. Log in for directions.
Branch merges
Propose for merging
- Andrea Azzarone (community): Approve
-
Diff: 1128 lines (+505/-85)35 files modifiedCMakeLists.txt (+6/-0)
debian/changelog (+35/-0)
debian/control (+1/-0)
debian/libunity-core-6.0-9.install (+1/-1)
debian/unity-services.install (+1/-1)
debian/unity.install (+1/-0)
decorations/CMakeLists.txt (+1/-0)
decorations/DecoratedWindow.cpp (+101/-5)
decorations/DecoratedWindow.h (+1/-0)
decorations/DecorationsManager.cpp (+1/-1)
decorations/DecorationsPriv.h (+8/-0)
decorations/DecorationsShape.cpp (+107/-0)
decorations/DecorationsShape.h (+54/-0)
launcher/DeviceNotificationDisplay.h (+1/-1)
launcher/DeviceNotificationDisplayImp.cpp (+4/-26)
launcher/DeviceNotificationDisplayImp.h (+1/-1)
launcher/FileManagerLauncherIcon.cpp (+4/-2)
launcher/TrashLauncherIcon.cpp (+21/-17)
launcher/VolumeLauncherIcon.cpp (+1/-1)
lockscreen/LockScreenAcceleratorController.cpp (+12/-2)
plugins/unityshell/src/unityshell.cpp (+2/-1)
plugins/unityshell/unityshell.xml.in (+2/-0)
tests/test_mock_devices.h (+1/-1)
tests/test_unity_window_view.cpp (+6/-0)
tests/test_volume_launcher_icon.cpp (+2/-2)
tools/CMakeLists.txt (+22/-0)
tools/unity.cmake (+6/-0)
tools/unity_active_plugins_safety_check.cpp (+83/-0)
unity-shared/CompizUtils.cpp (+3/-4)
unity-shared/CompizUtils.h (+2/-1)
unity-shared/PluginAdapter.cpp (+1/-1)
unity-shared/TextInput.cpp (+4/-15)
unity-shared/TextInput.h (+0/-1)
unity-shared/UnityWindowView.cpp (+6/-1)
unity7.conf.in (+3/-0)
Related bugs
Related blueprints
Branch information
Recent revisions
- 4125. By Marco Trevisan (Treviño)
-
DecoratedWindow: split shadow quads computation based on shaped window state
And reset textures on change
- 4123. By Marco Trevisan (Treviño)
-
DecoratedWindow: avoid deferencing an invalid shadow texture ptr, and split functions
- 4122. By Marco Trevisan (Treviño)
-
UnityWindowView: don't try to deference close_button_ if its' null
It could happen when manually triggering a signal
- 4121. By Marco Trevisan (Treviño)
-
DecoratedWindow: Cleanup shadows for shaped windows, reduce recomputation
- 4119. By Marco Trevisan (Treviño)
-
LockScreenAccel
eratorControlle r: ensure callbacks are valid before calling them - 4118. By Marco Trevisan (Treviño)
-
Add tools to enforce unityshell plugin for the current profile and add "move" and "resize" plugins as requirements.
- 4117. By Andrea Azzarone
-
Use the standard notification-
device- eject in the "device eject" notification. This allows us to scale it properly on high-dpi setups.
Branch metadata
- Branch format:
- Branch format 7
- Repository format:
- Bazaar repository format 2a (needs bzr 1.16 or later)
- Stacked on:
- lp:unity