Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Expose IdoBasicMenuItem as com.canonical.indicator.basic | Lars Uebernickel | 2014-03-27 | 1 | -0/+3 |
| | |||||
* | idobasicmenuitem: put progress menu item into its own file | Lars Uebernickel | 2014-03-26 | 1 | -0/+1 |
| | |||||
* | Make IdoSwitchMenuItem accessible from gtk_menu_new_from_model | Lars Uebernickel | 2013-10-22 | 1 | -0/+4 |
| | |||||
* | Add IdoSourceMenuItem | Lars Uebernickel | 2013-08-13 | 1 | -0/+4 |
| | | | | | A menu item showing messaging menu sources. | ||||
* | Add IdoApplicationMenuItem | Lars Uebernickel | 2013-08-13 | 1 | -0/+4 |
| | | | | | | A menu item representing an application. It can show whether the application is running or not (based on action state). | ||||
* | add support for com.canonical.indicator.alarm menuitems. | Charles Kerr | 2013-07-25 | 1 | -0/+4 |
| | |||||
* | add a menuitem that renders com.canonical.indicator.progress as laid out in ↵ | Charles Kerr | 2013-07-24 | 1 | -0/+4 |
| | | | | https://wiki.ubuntu.com/Power#Phone | ||||
* | add ido_guest_menu_item_new_for_model() | Charles Kerr | 2013-06-23 | 1 | -0/+3 |
| | |||||
* | Merge trunk | Lars Uebernickel | 2013-06-19 | 1 | -1/+13 |
|\ | |||||
| * | add calendar, location, and appointment menuitems to the IDO factory | Charles Kerr | 2013-06-14 | 1 | -1/+13 |
| | | |||||
* | | Add IdoPlaybackMenuItem | Lars Uebernickel | 2013-06-17 | 1 | -0/+4 |
| | | | | | | | | | | | | | | A menu item that can control playback of a media player. Adapted from transport-widget.c formerly found in lp:indicator-sound. | ||||
* | | Add IdoMediaPlayerMenuItem | Lars Uebernickel | 2013-06-12 | 1 | -0/+4 |
|/ | | | | | | | | 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. | ||||
* | Add support for creating scale menu items from a menu model | Lars Uebernickel | 2013-05-31 | 1 | -0/+4 |
| | |||||
* | Move crate_user_menu_item into idousermenuitem.c | Lars Uebernickel | 2013-05-27 | 1 | -98/+1 |
| | | | | | | We expect to have quite a few custom widgets. Having them all in idomenuitemfactory.c would clutter that file up too much. | ||||
* | GtkMenuItemFactory -> UbuntuMenuItemFactory | Lars Uebernickel | 2013-05-24 | 1 | -8/+9 |
| | |||||
* | Create IdoUserMenuItems for indicator.user-menu-item | Lars Uebernickel | 2013-05-23 | 1 | -1/+105 |
| | | | | | | Only used by the indicator-session/ng branch right now. Doesn't create guest menu items yet. | ||||
* | Add IdoMenuItemFactory | Lars Uebernickel | 2013-05-22 | 1 | -0/+60 |
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. |