aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
...
* | IdoSwitchMenuItem: deprecate get_content_area and add set_{label,icon}Lars Uebernickel2013-10-222-1/+84
|/
* idoscalemenuitem: request a minimum width of 200pxLars Uebernickel2013-10-101-0/+2
| | | | | Same as IdoPlaybackMenuItem.
* 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
| | | | | | | | | | | | | GtkRange has the same weird semantics for its "value-changed" signal that the check menu items have: it is emitted not only on user interaction, but also when gtk_range_set_value() is called. The handler to "value-changed" updates the action. gtk_range_set_value() is called when the action notifies about a state change. Loop, meet loop. This patch works around that by adding a "value-changed" to IdoScaleMenuItem that is only emitted when the user changes the slider's value.
* Revert slider movement when scrolling by defaultLars Uebernickel2013-09-151-1/+4
|
* Library functions taking GVariant params need to ref_sink() and unref() ↵Ted Gould2013-08-131-0/+4
| | | | always. (reason #24 to not like GVariant)
* Add IdoSourceMenuItemLars Uebernickel2013-08-138-2/+793
| | | | | A menu item showing messaging menu sources.
* Add IdoApplicationMenuItemLars Uebernickel2013-08-134-2/+239
| | | | | | A menu item representing an application. It can show whether the application is running or not (based on action state).
* 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 ↵Charles Kerr2013-07-241-8/+1
| | | | sensitivity should follow its action's sensitivity.
* add a menuitem that renders com.canonical.indicator.progress as laid out in ↵Charles Kerr2013-07-244-0/+475
| | | | https://wiki.ubuntu.com/Power#Phone
* Fix broken comments for the introspection scanner.Ted Gould2013-07-034-4/+4
|\ | | | | | | Approved by Charles Kerr, PS Jenkins bot.
| * Fixing some small introspection errorsTed Gould2013-07-024-4/+4
| |
* | fix IdoLocationMenuItem label alignment issue reported by ted.Charles Kerr2013-07-021-6/+19
|\ \ | |/ |/| | | Approved by PS Jenkins bot, Ted Gould.
| * 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 ↵Charles Kerr2013-07-011-1/+49
|/ | | | the default avatar
* 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 ↵Charles Kerr2013-06-231-2/+2
| | | | ido_user_menu_item_set_icon_from_filename()
* 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 ↵Charles Kerr2013-06-171-5/+8
| | | | | | | | | | | | if either the time or format properties are unset
| * | add documentation for the public API callsCharles Kerr2013-06-172-4/+69
| | |
| * | when building location and appointment menuitems from a GMenu, grab all the ↵Charles Kerr2013-06-172-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 Kerr2013-06-171-4/+6
| | | | | | | | | | | | timestamp label when the strftime format string hasn't been initialized yet.
| * | 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 ↵Charles Kerr2013-06-141-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 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
| | |