aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * | ido_user_menu_item: remove superfluous unrefLars Uebernickel2013-11-061-1/+0
|/ /
* | Releasing 13.10.0+14.04.20131105.1-0ubuntu1 (revision 156 from lp:ido).Automatic PS uploader2013-11-052-3/+26
|\ \
| * | Releasing 13.10.0+14.04.20131105.1-0ubuntu1, based on r156Automatic PS uploader2013-11-051-2/+19
| * | Update symbolsAutomatic PS uploader2013-11-052-3/+9
|/ /
* | idoscalemenuitem: disconnect signal from parentLars Uebernickel2013-10-311-20/+13
|\ \
| * | idoscalemenuitem: disconnect signal from parentLars Uebernickel2013-10-311-20/+13
|/ /
* | IdoUserMenuItem: only allow file icons as avatarsLars Uebernickel2013-10-281-105/+55
|\ \
| * | ido_user_menu_item_set_icon_from_file_icon: don't initialize width and heightLars Uebernickel2013-10-281-2/+3
| * | ido_user_menu_item_set_icon_from_file_icon: free fileLars Uebernickel2013-10-281-0/+1
| * | Don't export ido_user_menu_item_set_icon_from_file_icon()Lars Uebernickel2013-10-271-1/+1
| * | IdoUserMenuItem: only allow file icons as avatarsLars Uebernickel2013-10-261-105/+53
| |/
* | Make IdoSwitchMenuItem accessible from gtk_menu_new_from_model.Lars Uebernickel2013-10-225-5/+158
|\ \ | |/ |/|
| * Unref serialized_iconLars Uebernickel2013-10-221-0/+2
| * Don't call gtk_image_clear() on a NULL widgetLars Uebernickel2013-10-221-1/+1
| * debian: add new ido symbolsLars Uebernickel2013-10-221-0/+3
| * examples: use new IdoSwitchMenuItem APILars Uebernickel2013-10-221-4/+1
| * Make IdoSwitchMenuItem accessible from gtk_menu_new_from_modelLars Uebernickel2013-10-223-0/+68
| * IdoSwitchMenuItem: deprecate get_content_area and add set_{label,icon}Lars Uebernickel2013-10-222-1/+84
|/
* Releasing 13.10.0+13.10.20131011-0ubuntu1 (revision 152 from lp:ido).Automatic PS uploader2013-10-111-0/+11
|\
| * Releasing 13.10.0+13.10.20131011-0ubuntu1, based on r152Automatic PS uploader2013-10-111-0/+11
|/
* idoscalemenuitem: request a minimum width of 200px.Lars Uebernickel2013-10-101-0/+2
|\
| * idoscalemenuitem: request a minimum width of 200pxLars Uebernickel2013-10-101-0/+2
|/
* idousermenuitem: center avatar and adjust spacing.Lars Uebernickel2013-09-301-3/+2
|\
| * idousermenuitem: center user avatars and adjust spacingLars Uebernickel2013-09-301-3/+2
* | Releasing 13.10.0+13.10.20130930-0ubuntu1 (revision 149 from lp:ido).Automatic PS uploader2013-09-301-0/+18
|\ \ | |/ |/|
| * Releasing 13.10.0+13.10.20130930-0ubuntu1, based on r149Automatic PS uploader2013-09-301-0/+18
|/
* idoscalemenuitem: don't update the action state when the action state changesLars Uebernickel2013-09-251-9/+59
|\
| * idoscalemenuitem: don't update the action state when the action state changesLars Uebernickel2013-09-251-9/+59
|/
* Releasing 13.10.0+13.10.20130920-0ubuntu1 (revision 147 from lp:ido).Automatic PS uploader2013-09-201-0/+10
|\
| * Releasing 13.10.0+13.10.20130920-0ubuntu1, based on r147Automatic PS uploader2013-09-201-0/+10
|/
* Reverse slider movement when scrolling by default. Fixes: https://bugs.launch...Lars Uebernickel2013-09-161-1/+4
|\
| * Revert slider movement when scrolling by defaultLars Uebernickel2013-09-151-1/+4
|/
* Releasing 13.10.0+13.10.20130814-0ubuntu1 (revision 145 from lp:ido).Automatic PS uploader2013-08-142-10/+26
|\
| * Releasing 13.10.0+13.10.20130814-0ubuntu1, based on r145Automatic PS uploader2013-08-141-2/+12
| * Update symbolsAutomatic PS uploader2013-08-142-10/+16
|/
* Add widgets for messaging menu.Lars Uebernickel2013-08-1311-2/+1044
|\
| * Library functions taking GVariant params need to ref_sink() and unref() alway...Ted Gould2013-08-131-0/+4
| * Adding new symbolsTed Gould2013-08-131-0/+10
| * Add IdoSourceMenuItemLars Uebernickel2013-08-138-2/+793
| * Add IdoApplicationMenuItemLars Uebernickel2013-08-134-2/+239
|/
* Releasing 13.10.0+13.10.20130731-0ubuntu1 (revision 143 from lp:ido).Automatic PS uploader2013-07-312-13/+27
|\
| * Releasing 13.10.0+13.10.20130731-0ubuntu1, based on r143Automatic PS uploader2013-07-311-2/+10
| * Update symbolsAutomatic PS uploader2013-07-312-13/+19
|/
* Support x-canonical-type: "com.canonical.indicator.progress" and "com.canonic...Charles Kerr2013-07-3014-562/+1021
|\
| * sync two removed API functions: ido_location_menu_item_set_format, ido_locati...Charles Kerr2013-07-251-2/+0
| * implement IdoLocationMenuItem as a subclass of IdoTimeStampMenuItemCharles Kerr2013-07-253-91/+34
| * add support for com.canonical.indicator.alarm menuitems.Charles Kerr2013-07-255-6/+157
| * implement IdoAppointmentMenuItem as a specialization of IdoTimeStampMenuItemCharles Kerr2013-07-252-327/+16
| * add IdoTimeStampMenuItem, a base class for appointments, locations, and alarmsCharles Kerr2013-07-253-0/+330
| * subclass IdoAppointmentMenuItem from IdoBasicMenuItemCharles Kerr2013-07-252-69/+9