aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* ido_user_menu_item: remove superfluous unrefLars Uebernickel2013-11-061-1/+0
| | | | | The return value of g_file_icon_get_file() is transer-none.
* Releasing 13.10.0+14.04.20131105.1-0ubuntu1 (revision 156 from lp:ido).Automatic PS uploader2013-11-052-3/+26
|\ | | | | | | Approved by PS Jenkins bot.
| * 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
|\ | | | | | | | | | | This fixes a crash: the widget installed a handler for the parent's hide signal, but was destroyed before the parent without disconnecting the signal. Fixes: https://bugs.launchpad.net/bugs/1246536. Approved by Charles Kerr, PS Jenkins bot.
| * idoscalemenuitem: disconnect signal from parentLars Uebernickel2013-10-311-20/+13
|/ | | | | | | | | This fixes a crash: the widget installed a handler for the parent's hide signal, but was destroyed before the parent without disconnecting the signal. This patch also moves the connection into GktWidget.parent_set instead of connecting to the notify signal.
* IdoUserMenuItem: only allow file icons as avatarsLars Uebernickel2013-10-281-105/+55
|\ | | | | | | | | | | | | | | In practice, all avatars are file icons. This restriction allowed for quite some cleanup, as we don't need to worry about symbolic icons and themes aymore. Note: this patch removes the warning when the user avatar image was not found. This is a common enough case that the warning just clutters up logs. Approved by Charles Kerr, PS Jenkins bot.
| * 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
| | | | | | | | | | | | | | | | | | In practice, all avatars are file icons. This restriction allowed for quite some cleanup, as we don't need to worry about symbolic icons and themes aymore. Note: this patch removes the warning when the user avatar image was not found. This is a common enough case that the warning just clutters up logs.
* | Make IdoSwitchMenuItem accessible from gtk_menu_new_from_model.Lars Uebernickel2013-10-225-5/+158
|\ \ | |/ |/| | | Approved by Charles Kerr, PS Jenkins bot.
| * 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
|\ | | | | | | Approved by PS Jenkins bot.
| * 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
|\ | | | | | | Approved by Charles Kerr, PS Jenkins bot.
| * idoscalemenuitem: request a minimum width of 200pxLars Uebernickel2013-10-101-0/+2
|/ | | | | Same as IdoPlaybackMenuItem.
* idousermenuitem: center avatar and adjust spacing.Lars Uebernickel2013-09-301-3/+2
|\ | | | | | | Approved by Sebastien Bacher, PS Jenkins bot.
| * 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
|\ \ | |/ |/| | | Approved by PS Jenkins bot.
| * 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
|\ | | | | | | | | | | | | | | | | | | | | 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. . Fixes: https://bugs.launchpad.net/bugs/1229076. Approved by Ted Gould, PS Jenkins bot.
| * 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.
* Releasing 13.10.0+13.10.20130920-0ubuntu1 (revision 147 from lp:ido).Automatic PS uploader2013-09-201-0/+10
|\ | | | | | | Approved by PS Jenkins bot.
| * 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: ↵Lars Uebernickel2013-09-161-1/+4
|\ | | | | | | | | | | https://bugs.launchpad.net/bugs/1225330. Approved by Ted Gould, PS Jenkins bot.
| * 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
|\ | | | | | | Approved by PS Jenkins bot.
| * 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
|\ | | | | | | Approved by PS Jenkins bot, Ted Gould.
| * Library functions taking GVariant params need to ref_sink() and unref() ↵Ted Gould2013-08-131-0/+4
| | | | | | | | always. (reason #24 to not like GVariant)
| * Adding new symbolsTed Gould2013-08-131-0/+10
| |
| * 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).
* Releasing 13.10.0+13.10.20130731-0ubuntu1 (revision 143 from lp:ido).Automatic PS uploader2013-07-312-13/+27
|\ | | | | | | Approved by PS Jenkins bot.
| * 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 ↵Charles Kerr2013-07-3014-562/+1021
|\ | | | | | | | | | | "com.canonical.indicator.alarm". Approved by Ted Gould, PS Jenkins bot.
| * sync two removed API functions: ido_location_menu_item_set_format, ↵Charles Kerr2013-07-251-2/+0
| | | | | | | | ido_location_menu_item_set_name
| * 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
| |