| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
| |
A menu item showing messaging menu sources.
|
|
|
|
|
|
| |
A menu item representing an application. It can show whether the application is
running or not (based on action state).
|
| |
|
|
|
|
| |
https://wiki.ubuntu.com/Power#Phone
|
| |
|
|\ |
|
| | |
|
| |
| |
| |
| |
| |
| |
| | |
A menu item that can control playback of a media player.
Adapted from transport-widget.c formerly found in lp:indicator-sound.
|
|/
|
|
|
|
|
|
| |
A menu item that shows a media player application and metadata about the
currently running song.
Adapted from metadata-widget.c formerly found in lp:indicator-sound.
|
| |
|
|
|
|
|
|
| |
We expect to have quite a few custom widgets. Having them all in
idomenuitemfactory.c would clutter that file up too much.
|
| |
|
|
|
|
|
|
| |
Only used by the indicator-session/ng branch right now. Doesn't create guest
menu items yet.
|
|
It's implementing the GtkMenuItemFactory extension point (only available in
Ubuntu's version of gtk+). It doesn't create any menu items yet.
The extension point must be registered before calling gtk_menu_new_from_model()
with a menu model that references any of the custom menu items ido will
provide. Registering means the type must exist in the type system. This patch
adds an ido_init() which does that. Consumers of libido are required to call
this function from now on.
|