lp://staging/~osomon/unity-2d/natty-panel-backport-oneiric-changes
- Get this branch:
- bzr branch lp://staging/~osomon/unity-2d/natty-panel-backport-oneiric-changes
Branch merges
- unity-2d-team: Pending requested
-
Diff: 476 lines (+77/-42)30 files modifiedlibunity-2d-private/src/panelapplet.cpp (+21/-3)
libunity-2d-private/src/panelapplet.h (+9/-1)
libunity-2d-private/src/panelappletproviderinterface.h (+1/-1)
panel/app/panelmanager.cpp (+2/-2)
panel/app/panelmanager.h (+2/-0)
panel/applets/appindicator/appindicatorapplet.cpp (+2/-1)
panel/applets/appindicator/appindicatorapplet.h (+1/-1)
panel/applets/appindicator/plugin.cpp (+2/-2)
panel/applets/appindicator/plugin.h (+1/-1)
panel/applets/appname/appnameapplet.cpp (+3/-2)
panel/applets/appname/appnameapplet.h (+1/-1)
panel/applets/appname/plugin.cpp (+2/-2)
panel/applets/appname/plugin.h (+1/-1)
panel/applets/homebutton/homebuttonapplet.cpp (+3/-2)
panel/applets/homebutton/homebuttonapplet.h (+1/-1)
panel/applets/homebutton/plugin.cpp (+2/-2)
panel/applets/homebutton/plugin.h (+1/-1)
panel/applets/indicator/indicatorapplet.cpp (+2/-1)
panel/applets/indicator/indicatorapplet.h (+1/-1)
panel/applets/indicator/plugin.cpp (+2/-2)
panel/applets/indicator/plugin.h (+1/-1)
panel/applets/legacytray/legacytrayapplet.cpp (+3/-2)
panel/applets/legacytray/legacytrayapplet.h (+1/-1)
panel/applets/legacytray/plugin.cpp (+2/-2)
panel/applets/legacytray/plugin.h (+1/-1)
panel/applets/separator/plugin.cpp (+2/-2)
panel/applets/separator/plugin.h (+1/-1)
panel/applets/separator/separatorapplet.cpp (+3/-2)
panel/applets/separator/separatorapplet.h (+1/-1)
panel/tests/homebuttonapplettest.cpp (+2/-1)
Branch information
Recent revisions
- 690. By Olivier Tilloy
-
Undo the previous revision.
After discussion (see https://code.launchpad .net/~osomon/ unity-2d/ natty-panel- notify- loaded/ +merge/ 74223), this has been identified as not necessary. - 689. By Olivier Tilloy
-
Add a "ready()" signal to the panel, emitted when it has loaded all its applets and has been shown and positioned.
Applets can connect to this signal to e.g. delay costly operations that would slow down the panel startup if executed in the applet’s constructor. - 688. By Olivier Tilloy
-
Backport a change from the oneiric branch (4.0): pass the panel as a parameter to the constructors of the applets.
This allows applets to refer to their parent panel. - 686. By Florian Boucault
-
[dash] New TextCustom.fontSize property that takes a textual description of the
size (e.g. 'small', 'medium', etc.) thus ensuring font size consistency accross
the user interface.
Fixed font sizes to match the latest designs. - 685. By Florian Boucault
-
[dash] Removed 'hover' state everywhere but in search results and home screen shortctus.
In these 2 places the style was adapted to look better and also closer to Unity's.
HomeButton now expands its label when focused. - 683. By Florian Boucault
-
[dash] When 'Filter results' pane is opened, rows should contain 4 results, not 3.
Branch metadata
- Branch format:
- Branch format 7
- Repository format:
- Bazaar repository format 2a (needs bzr 1.16 or later)
- Stacked on:
- lp://staging/unity-2d