lp:~unity-api-team/hud/lp-1298656
Created by
Pete Woods
and last modified
- Get this branch:
- bzr branch lp:~unity-api-team/hud/lp-1298656
Members of
Unity API Team
can upload to this branch. Log in for directions.
Branch merges
Propose for merging
No branches
dependent on this one.
- Antti Kaijanmäki (community): Approve
- PS Jenkins bot (community): Approve (continuous-integration)
-
Diff: 1441 lines (+508/-209)14 files modifieddata/hud.conf.in (+0/-12)
debian/changelog (+27/-0)
libqtgmenu/QtGMenuImporter.cpp (+2/-2)
libqtgmenu/QtGMenuImporter.h (+2/-2)
libqtgmenu/internal/QtGActionGroup.cpp (+31/-31)
libqtgmenu/internal/QtGActionGroup.h (+7/-3)
libqtgmenu/internal/QtGMenuImporterPrivate.cpp (+21/-13)
libqtgmenu/internal/QtGMenuImporterPrivate.h (+4/-3)
libqtgmenu/internal/QtGMenuModel.cpp (+331/-99)
libqtgmenu/internal/QtGMenuModel.h (+20/-17)
service/DBusMenuCollector.cpp (+9/-17)
service/HudServiceImpl.cpp (+45/-5)
service/HudServiceImpl.h (+5/-1)
tests/unit/qtgmenu/TestQtGMenu.cpp (+4/-4)
Related bugs
Related blueprints
Branch information
Recent revisions
- 433. By Pete Woods
-
Legacy queries now time out after being "closed" by the user interface for a certain time
- 431. By Marcus Tomlinson
-
Not finding an action is acceptable as we need the action group to emit all of its action states when menus change. Hence, we often receive states for items not yet added.
- 430. By Marcus Tomlinson
-
When updating m_children upon addition of new items, start from the end and work backwards as not to overlap items as we shift them up.
- 427. By Marcus Tomlinson
-
Emit ActionEnabled and ActionParameterized regardless of value in EmitStates() (these methods are far quicker now so no need for the crude optimisation)
Branch metadata
- Branch format:
- Branch format 7
- Repository format:
- Bazaar repository format 2a (needs bzr 1.16 or later)
- Stacked on:
- lp:hud/14.04