lp://qastaging/hud/devel
- Get this branch:
- bzr branch lp://qastaging/hud/devel
Branch merges
Branch information
Recent revisions
- 387. By Pete Woods
-
Add safety valve for DBusMenuCollector that also reports the offending application Fixes: 1280372
- 385. By Pete Woods
-
Call only "safe" write method from UNIX signal handler
See http://
pubs.opengroup. org/onlinepubs/ 000095399/ functions/ xsh_chap02_ 04.html# tag_02_ 04_01 Fixes: 1296602 - 382. By Charles Kerr
-
Simplify the implementation of QtGActionGroup.
This started off with the intent of removing the overhead of g_action_
group_list_ actions( ) in QtGActionGroup: :Action( ), but then I found QtGActionGroup: :Action( ) was only called in the object's constructor and destructor, so it made more sense to remove the function altogether. Summary of changes:
* Plugged GVariant leak in QtGActionGroup:
:TriggerAction( ) * Plugged char* leak in QtGMenuUtils:
:makeStringList QVariant * ActionGroup ctor calls g_action_
group_list_ actions( ) once instead of n+1 times * ActionGroup dtor calls g_action_
group_list_ actions( ) once instead of n times * Removed unused public method Size()
* Removed newly-unused public method Action()
* Removed newly-unused field m_size Fixes: 1296746
Branch metadata
- Branch format:
- Branch format 7
- Repository format:
- Bazaar repository format 2a (needs bzr 1.16 or later)
- Stacked on:
- lp://qastaging/hud/14.04