lp://staging/~hikiko/unity/unity.ts
- Get this branch:
- bzr branch lp://staging/~hikiko/unity/unity.ts
Branch merges
Related bugs
Related blueprints
Branch information
Recent revisions
- 4193. By Marco Trevisan (Treviño)
-
Unity: add systemd units for the shell and related services, mark unity7 a requirement for ubuntu-session
At it's core this MR is about making unity7 work with the systemd user sessions.
It required a larger change than expected, so some descriptions :-)It moves the prestart scripts from Upstart into a shared shell script so that both
systemd and Upstart can use the same code.Added a signal wrapper for Systemd, today we are sending both signals as both
will be running for the time being. In the future the Upstart signals should be
droppable.For lock screen we created a target for when the lock screen is enabled.
We put the panel job in there, but other jobs can add themselves by
putting a symbolic link into the "unity-screen- locked. target. wants"
directory to their jobs if they want. - 4191. By Marco Trevisan (Treviño)
-
CMake: move data and setting files in proper folder, define shared libdir variables
Approved by: Andrea Azzarone
- 4190. By Marco Trevisan (Treviño)
-
WindowButton: properly partially unmaximize a window when middle/left clicking in the restore button (LP: #1616136)
Approved by: Andrea Azzarone
- 4189. By Marco Trevisan (Treviño)
-
PanelService: don't allow to deactivate menus if they've been opened too shortly
This could be caused by some random events while doing fast scrubbing.
Approved by: Andrea Azzarone
- 4188. By Marco Trevisan (Treviño)
-
PanelView: scale gradient refinement properly
Approved by: Andrea Azzarone
- 4187. By Marco Trevisan (Treviño)
-
MenuManager: add support for mouse trackers with triangle algorithm support
It allows to register pointer trackers with menu entries selection by using the triangle
technique which prevents menus items from being opened on quick menu scrubbingThen use use menu::Manager pointer tracker for entries activation in PanelView, LockScreenPanel and DecorationsMenu
Layout (LP: #1618405) Approved by: Andrea Azzarone
Branch metadata
- Branch format:
- Branch format 7
- Repository format:
- Bazaar repository format 2a (needs bzr 1.16 or later)
- Stacked on:
- lp://staging/unity