Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | idomediaplayermenuitem: make album art size a #define | Lars Uebernickel | 2013-06-19 | 1 | -1/+3 |
| | |||||
* | idoplaybackmenuitem.c: mark internal functions as static | Lars Uebernickel | 2013-06-19 | 1 | -6/+3 |
| | |||||
* | Merge trunk | Lars Uebernickel | 2013-06-19 | 8 | -6/+1310 |
|\ | |||||
| * | copyediting: fix copy/paste errors in the documentation | Charles Kerr | 2013-06-17 | 1 | -4/+4 |
| | | |||||
| * | in IdoAppointmentMenuItem's update_timestamp_label(), clear the label text ↵ | Charles Kerr | 2013-06-17 | 1 | -5/+8 |
| | | | | | | | | if either the time or format properties are unset | ||||
| * | add documentation for the public API calls | Charles Kerr | 2013-06-17 | 2 | -4/+69 |
| | | |||||
| * | when building location and appointment menuitems from a GMenu, grab all the ↵ | Charles Kerr | 2013-06-17 | 2 | -17/+60 |
| | | | | | | | | parameters and then pass them to object_new() as a block to avoid them getting set twice -- once with the constructor's default values, and then once afterwards | ||||
| * | in idoappointmentmenuitem.c, fix startup issue arising from updating the ↵ | Charles Kerr | 2013-06-17 | 1 | -4/+6 |
| | | | | | | | | timestamp label when the strftime format string hasn't been initialized yet. | ||||
| * | fix time_t issue in idocalendarmenuitem's gmenu code | Charles Kerr | 2013-06-14 | 1 | -5/+5 |
| | | |||||
| * | in idolocationmenuitem, assume seconds are shown in the timestamp when the ↵ | Charles Kerr | 2013-06-14 | 1 | -3/+3 |
| | | | | | | | | time format string includes '%s', '%S', '%T', '%X', or '%c' | ||||
| * | add ted's name to idoappointmentmenuitem.c for create_color_icon_pixbuf() | Charles Kerr | 2013-06-14 | 1 | -0/+1 |
| | | |||||
| * | remove g_message that leaked into last commit | Charles Kerr | 2013-06-14 | 2 | -4/+2 |
| | | |||||
| * | add calendar, location, and appointment menuitems to the IDO factory | Charles Kerr | 2013-06-14 | 2 | -1/+17 |
| | | |||||
| * | add ido_calendar_menu_item_new_from_model() | Charles Kerr | 2013-06-14 | 2 | -4/+180 |
| | | |||||
| * | add location menuitem | Charles Kerr | 2013-06-14 | 2 | -0/+507 |
| | | |||||
| * | add appointment menuitem | Charles Kerr | 2013-06-14 | 2 | -0/+493 |
| | | |||||
* | | IdoPlaybackMenuItem: listen to state changes of the 'play' action | Lars Uebernickel | 2013-06-17 | 1 | -1/+74 |
| | | | | | | | | | | So that the play button can be updated. | ||||
* | | Add IdoPlaybackMenuItem | Lars Uebernickel | 2013-06-17 | 4 | -2/+1641 |
| | | | | | | | | | | | | | | 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 | 4 | -2/+376 |
|/ | | | | | | | | 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. | ||||
* | idoscalemenuitem: look "{min,max}-icon" on the GMenuItem | Lars Uebernickel | 2013-06-07 | 1 | -9/+9 |
| | | | | | 'primary' and 'secondary' might be confusing. | ||||
* | Add support for creating scale menu items from a menu model | Lars Uebernickel | 2013-05-31 | 3 | -0/+134 |
| | |||||
* | Add ido_action_helper_change_state | Lars Uebernickel | 2013-05-31 | 2 | -0/+28 |
| | |||||
* | idoscalemenuitem: make the scale expand and fill in the menu item | Lars Uebernickel | 2013-05-31 | 1 | -3/+3 |
| | |||||
* | ido_user_menu_item_new_from_model: fix docstring | Lars Uebernickel | 2013-05-31 | 1 | -2/+4 |
| | |||||
* | Move crate_user_menu_item into idousermenuitem.c | Lars Uebernickel | 2013-05-27 | 3 | -98/+102 |
| | | | | | | We expect to have quite a few custom widgets. Having them all in idomenuitemfactory.c would clutter that file up too much. | ||||
* | IdoActionHelper: document signals and properties | Lars Uebernickel | 2013-05-27 | 1 | -0/+39 |
| | |||||
* | 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. | ||||
* | Merge IdoUserMenuItem branch | Lars Uebernickel | 2013-05-22 | 3 | -1/+426 |
|\ | | | | | | | | | | | This branch contains IdoUserMenuItem, a menu item that is used by indicator-session to display an individual user in the user switcher. | ||||
| * | rename idousermenuitem's "icon" property as "icon-filename" for a little ↵ | Charles Kerr | 2013-03-27 | 2 | -18/+20 |
| | | | | | | | | more clarity. | ||||
| * | in ido_user_menu_item_primitive_draw_cb_gtk_3(), remove deprecated use of ↵ | Charles Kerr | 2013-03-26 | 1 | -5/+10 |
| | | | | | | | | gtk_widget_get_style(), gtk_widget_get_state() | ||||
| * | add properties to IdoUserMenuItem and remove its dependencies on ↵ | Charles Kerr | 2013-03-26 | 2 | -122/+194 |
| | | | | | | | | DbusmenuMenuitem | ||||
| * | rename user-widget.[ch] to idousermenuitem.[ch]. Not building yet, next step ↵ | Charles Kerr | 2013-03-26 | 4 | -78/+77 |
| | | | | | | | | is to decouple from dbusmenu. | ||||
| * | add user-widget.[ch] from indicator-session's trunk | Charles Kerr | 2013-03-26 | 2 | -0/+347 |
| | | |||||
* | | Add IdoActionHelper | Lars Uebernickel | 2013-05-22 | 3 | -2/+412 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This class contains some functionality that all menu items that are bound to an action need. It listens for action additions and removals, changes in enabled state, and state changes. It is _not_ intended to be used by specific menu items, but rather as the glue in IdoMenuItemFactory, to bind a widget to an action. An alternative way to reach the same goal is to have an IdoMenuItem base class which contains the common functionality. This would have required touching all existing menu items (slider, user menu item, media player items) and would have added more complexity to them. It is similar in spirit to GtkActionHelper (a private class in gtk), but very different in API and implementation. | ||||
* | | Add IdoMenuItemFactory | Lars Uebernickel | 2013-05-22 | 4 | -2/+102 |
|/ | | | | | | | | | | | | 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. | ||||
* | Guard against CID:12651, division by zero of FPS value due to its use for ↵ | Mathieu Trudel-Lapierre | 2013-02-06 | 1 | -2/+2 |
| | | | | timing timeline updates. | ||||
* | Shut up coverity about CID:12650. | Mathieu Trudel-Lapierre | 2013-02-06 | 1 | -1/+2 |
| | |||||
* | Add introspection and Vala support to IDO | Robert Ancell | 2012-12-14 | 9 | -40/+337 |
| | |||||
* | the calendar widget shouldn't eat the ESC key. | Charles Kerr | 2012-09-19 | 1 | -1/+2 |
| | |||||
* | Merge lp:~larsu/ido/remove-slider-hack-953757 | Lars Uebernickel | 2012-08-27 | 2 | -20/+2 |
|\ | | | | | | | | | Removes slider hacks. | ||||
| * | ido-range: chain up constructed() to base class | Lars Uebernickel | 2012-03-16 | 1 | -0/+2 |
| | | |||||
| * | Remove slider mouse button hack | Lars Uebernickel | 2012-03-16 | 1 | -20/+0 |
| | | | | | | | | | | This should be a global setting for all sliders and fixed in gtk. | ||||
* | | remove the gtk2 conditional compiles for IdoMessageDialog | Charles Kerr | 2012-08-22 | 1 | -8/+0 |
| | | |||||
* | | remove the gtk2 conditional compiles for IdoCalendarMenuItem | Charles Kerr | 2012-08-22 | 1 | -28/+0 |
| | | |||||
* | | remove the gtk2 conditional compiles for IdoEntryMenuItem | Charles Kerr | 2012-08-22 | 1 | -24/+0 |
| | | |||||
* | | sync with lp:ido | Charles Kerr | 2012-08-22 | 3 | -1/+181 |
|\ \ | |||||
| * \ | merge lp:~ken-vandine/ido/link-libm to AC_CHECK_LIBM to get -lm now that gtk ↵ | Charles Kerr | 2012-08-21 | 1 | -1/+1 |
| |\ \ | | | | | | | | | | | | | doesn't include that in it's .pc file | ||||
| | * | | Use AC_CHECK_LIBM to get -lm now that gtk doesn't include that in it's .pc file | Ken VanDine | 2012-07-24 | 1 | -1/+1 |
| | | | | |||||
| * | | | revert the event delegation for now, it's not necessary for FF | Charles Kerr | 2012-08-21 | 1 | -51/+0 |
| | | | |