Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | implement IdoLocationMenuItem as a subclass of IdoTimeStampMenuItem | Charles Kerr | 2013-07-25 | 3 | -91/+34 |
| | |||||
* | add support for com.canonical.indicator.alarm menuitems. | Charles Kerr | 2013-07-25 | 4 | -0/+156 |
| | |||||
* | implement IdoAppointmentMenuItem as a specialization of IdoTimeStampMenuItem | Charles Kerr | 2013-07-25 | 2 | -327/+16 |
| | |||||
* | add IdoTimeStampMenuItem, a base class for appointments, locations, and alarms | Charles Kerr | 2013-07-25 | 2 | -0/+325 |
| | |||||
* | subclass IdoAppointmentMenuItem from IdoBasicMenuItem | Charles Kerr | 2013-07-25 | 2 | -69/+9 |
| | |||||
* | add a 6px margin between the icon and primary text iff the icon is visible | Charles Kerr | 2013-07-25 | 1 | -0/+6 |
| | |||||
* | subclass IdoLocationMenuItem from IdoBasicMenuItem | Charles Kerr | 2013-07-25 | 2 | -85/+12 |
| | |||||
* | add make the type macro for IdoBasicMenuItem follow the standard naming scheme | Charles Kerr | 2013-07-25 | 2 | -6/+6 |
| | |||||
* | don't hardcode making com.canonical.indicator.progress insensitive; its ↵ | Charles Kerr | 2013-07-24 | 1 | -8/+1 |
| | | | | sensitivity should follow its action's sensitivity. | ||||
* | add a menuitem that renders com.canonical.indicator.progress as laid out in ↵ | Charles Kerr | 2013-07-24 | 4 | -0/+475 |
| | | | | https://wiki.ubuntu.com/Power#Phone | ||||
* | Fix broken comments for the introspection scanner. | Ted Gould | 2013-07-03 | 4 | -4/+4 |
|\ | | | | | | | Approved by Charles Kerr, PS Jenkins bot. | ||||
| * | Fixing some small introspection errors | Ted Gould | 2013-07-02 | 4 | -4/+4 |
| | | |||||
* | | fix IdoLocationMenuItem label alignment issue reported by ted. | Charles Kerr | 2013-07-02 | 1 | -6/+19 |
|\ \ | |/ |/| | | | Approved by PS Jenkins bot, Ted Gould. | ||||
| * | in idolocationmenuitem, fix slight alignment issue in the city label | Charles Kerr | 2013-07-02 | 1 | -6/+19 |
| | | |||||
* | | in ido_user_menu_item_set_icon(), remove a g_warning iff icon is NULL | Charles Kerr | 2013-07-01 | 1 | -1/+2 |
| | | |||||
* | | don't load the icon twice | Charles Kerr | 2013-07-01 | 1 | -54/+107 |
| | | |||||
* | | if a user's avatar icon file doesn't exist or isn't readable, fall back to ↵ | Charles Kerr | 2013-07-01 | 1 | -1/+49 |
|/ | | | | the default avatar | ||||
* | fix a copy-paste bug in the last commit's GuestMenuItem code | Charles Kerr | 2013-06-27 | 1 | -1/+1 |
| | |||||
* | silence console warnings when a NULL filename is passed into ↵ | Charles Kerr | 2013-06-23 | 1 | -2/+2 |
| | | | | ido_user_menu_item_set_icon_from_filename() | ||||
* | add ido_guest_menu_item_new_for_model() | Charles Kerr | 2013-06-23 | 3 | -60/+128 |
| | |||||
* | add an 'icon' property to idousermenuitem | Charles Kerr | 2013-06-23 | 2 | -64/+76 |
|\ | |||||
| * | add missing G_BEGIN_DECLS call | Charles Kerr | 2012-11-06 | 1 | -0/+2 |
| | | |||||
* | | ido_playback_menu_item_parent_key_press_event: be more explicit | Lars Uebernickel | 2013-06-19 | 1 | -1/+1 |
| | | |||||
* | | idoplaybackmenuitem: remove redundant 'else' | Lars Uebernickel | 2013-06-19 | 1 | -2/+4 |
| | | |||||
* | | idoplaybackmenuitem: warn before crashing in g_str_equal | Lars Uebernickel | 2013-06-19 | 1 | -0/+4 |
| | | |||||
* | | ido_playback_menu_item_get_button_at_pos: add ascii blueprint | Lars Uebernickel | 2013-06-19 | 1 | -0/+8 |
| | | |||||
* | | ido_media_player_menu_item_state_changed: declare constant variables as const | Lars Uebernickel | 2013-06-19 | 1 | -4/+4 |
| | | |||||
* | | idomediaplayermenuitem: allow non-local album art | Lars Uebernickel | 2013-06-19 | 1 | -27/+75 |
| | | |||||
* | | 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 |
| | |