aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* idousermenuitem: center user avatars and adjust spacingLars Uebernickel2013-09-301-3/+2
* idoscalemenuitem: don't update the action state when the action state changesLars Uebernickel2013-09-251-9/+59
* Revert slider movement when scrolling by defaultLars Uebernickel2013-09-151-1/+4
* Library functions taking GVariant params need to ref_sink() and unref() alway...Ted Gould2013-08-131-0/+4
* Add IdoSourceMenuItemLars Uebernickel2013-08-138-2/+793
* Add IdoApplicationMenuItemLars Uebernickel2013-08-134-2/+239
* implement IdoLocationMenuItem as a subclass of IdoTimeStampMenuItemCharles Kerr2013-07-253-91/+34
* add support for com.canonical.indicator.alarm menuitems.Charles Kerr2013-07-254-0/+156
* implement IdoAppointmentMenuItem as a specialization of IdoTimeStampMenuItemCharles Kerr2013-07-252-327/+16
* add IdoTimeStampMenuItem, a base class for appointments, locations, and alarmsCharles Kerr2013-07-252-0/+325
* subclass IdoAppointmentMenuItem from IdoBasicMenuItemCharles Kerr2013-07-252-69/+9
* add a 6px margin between the icon and primary text iff the icon is visibleCharles Kerr2013-07-251-0/+6
* subclass IdoLocationMenuItem from IdoBasicMenuItemCharles Kerr2013-07-252-85/+12
* add make the type macro for IdoBasicMenuItem follow the standard naming schemeCharles Kerr2013-07-252-6/+6
* don't hardcode making com.canonical.indicator.progress insensitive; its sensi...Charles Kerr2013-07-241-8/+1
* add a menuitem that renders com.canonical.indicator.progress as laid out in h...Charles Kerr2013-07-244-0/+475
* Fix broken comments for the introspection scanner.Ted Gould2013-07-034-4/+4
|\
| * Fixing some small introspection errorsTed Gould2013-07-024-4/+4
* | fix IdoLocationMenuItem label alignment issue reported by ted.Charles Kerr2013-07-021-6/+19
|\ \ | |/ |/|
| * in idolocationmenuitem, fix slight alignment issue in the city labelCharles Kerr2013-07-021-6/+19
* | in ido_user_menu_item_set_icon(), remove a g_warning iff icon is NULLCharles Kerr2013-07-011-1/+2
* | don't load the icon twiceCharles Kerr2013-07-011-54/+107
* | if a user's avatar icon file doesn't exist or isn't readable, fall back to th...Charles Kerr2013-07-011-1/+49
|/
* fix a copy-paste bug in the last commit's GuestMenuItem codeCharles Kerr2013-06-271-1/+1
* silence console warnings when a NULL filename is passed into ido_user_menu_it...Charles Kerr2013-06-231-2/+2
* add ido_guest_menu_item_new_for_model()Charles Kerr2013-06-233-60/+128
* add an 'icon' property to idousermenuitemCharles Kerr2013-06-232-64/+76
|\
| * add missing G_BEGIN_DECLS callCharles Kerr2012-11-061-0/+2
* | ido_playback_menu_item_parent_key_press_event: be more explicitLars Uebernickel2013-06-191-1/+1
* | idoplaybackmenuitem: remove redundant 'else'Lars Uebernickel2013-06-191-2/+4
* | idoplaybackmenuitem: warn before crashing in g_str_equalLars Uebernickel2013-06-191-0/+4
* | ido_playback_menu_item_get_button_at_pos: add ascii blueprintLars Uebernickel2013-06-191-0/+8
* | ido_media_player_menu_item_state_changed: declare constant variables as constLars Uebernickel2013-06-191-4/+4
* | idomediaplayermenuitem: allow non-local album artLars Uebernickel2013-06-191-27/+75
* | idomediaplayermenuitem: make album art size a #defineLars Uebernickel2013-06-191-1/+3
* | idoplaybackmenuitem.c: mark internal functions as staticLars Uebernickel2013-06-191-6/+3
* | Merge trunkLars Uebernickel2013-06-198-6/+1310
|\ \
| * | copyediting: fix copy/paste errors in the documentationCharles Kerr2013-06-171-4/+4
| * | in IdoAppointmentMenuItem's update_timestamp_label(), clear the label text if...Charles Kerr2013-06-171-5/+8
| * | add documentation for the public API callsCharles Kerr2013-06-172-4/+69
| * | when building location and appointment menuitems from a GMenu, grab all the p...Charles Kerr2013-06-172-17/+60
| * | in idoappointmentmenuitem.c, fix startup issue arising from updating the time...Charles Kerr2013-06-171-4/+6
| * | fix time_t issue in idocalendarmenuitem's gmenu codeCharles Kerr2013-06-141-5/+5
| * | in idolocationmenuitem, assume seconds are shown in the timestamp when the ti...Charles Kerr2013-06-141-3/+3
| * | add ted's name to idoappointmentmenuitem.c for create_color_icon_pixbuf()Charles Kerr2013-06-141-0/+1
| * | remove g_message that leaked into last commitCharles Kerr2013-06-142-4/+2
| * | add calendar, location, and appointment menuitems to the IDO factoryCharles Kerr2013-06-142-1/+17
| * | add ido_calendar_menu_item_new_from_model()Charles Kerr2013-06-142-4/+180
| * | add location menuitemCharles Kerr2013-06-142-0/+507
| * | add appointment menuitemCharles Kerr2013-06-142-0/+493