aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* idobasicmenuitem: check return value of gtk_icon_info_get_filename() for NULLLars Uebernickel2014-03-281-6/+12
|
* idobasicmenuitem: add symbol for _new_from_model()Lars Uebernickel2014-03-271-0/+1
|
* idobasicmenuitem: support non-square iconsLars Uebernickel2014-03-271-1/+13
|
* Expose IdoBasicMenuItem as com.canonical.indicator.basicLars Uebernickel2014-03-273-0/+65
|
* idobasicmenuitem: put progress menu item into its own fileLars Uebernickel2014-03-266-92/+132
|
* Releasing 13.10.0+14.04.20140324-0ubuntu1CI bot2014-03-241-0/+11
|
* idoplaybackmenuitem: set active flag when player is launchingLars Uebernickel2014-03-241-11/+18
|\ | | | | | | The active flag is used to signal the theme that the spinner should animate. Using that flag is a bit weird, but it's consistent with GtkSpinner and thus doesn't require special handling in the theme. Fixes: 1231796
| * idoplaybackmenuitem: set active flag when player is launchingLars Uebernickel2014-03-241-9/+18
| | | | | | | | | | | | | | The active flag is used to signal the theme that the spinner should animate. Using that flag is a bit weird, but it's consistent with GtkSpinner and thus doesn't require special handling in the theme.
| * idoplaybackmenuitem: don't add .menu css class on the menu itemLars Uebernickel2014-03-241-2/+0
| | | | | | | | | | It's a menu item, not a menu.
* | Releasing 13.10.0+14.04.20140321-0ubuntu1CI bot2014-03-211-0/+9
| |
* | idoapplicationmenuitem: request correct size for empty iconsLars Uebernickel2014-03-211-0/+4
|\ \ | |/ |/| | | Empty icons request more space than GTK_ICON_SIZE_MENU, which makes menu items unnecessarily high.
| * idoapplicationmenuitem: request correct size for empty iconsLars Uebernickel2014-03-201-0/+4
|/ | | | | | Empty icons request more space than GTK_ICON_SIZE_MENU, which makes menu items unnecessarily high.
* Releasing 13.10.0+14.04.20140313-0ubuntu1CI bot2014-03-131-0/+8
|
* idoscalemenuitem: use the scale's actual size allocation for events Fixes: ↵Lars Uebernickel2014-03-131-111/+34
|\ | | | | | | 1069762
| * Put some space between scale and min/max buttonsLars Uebernickel2014-03-121-1/+1
| |
| * Remove toggle-size-allocate handlerLars Uebernickel2014-03-121-15/+0
| | | | | | | | | | | | The variable it set isn't used anymore. Scale menu items don't ever have a toggle mark.
| * idoscalemenuitem: use the scale's actual size allocation for eventsLars Uebernickel2014-03-121-95/+33
|/ | | | | | | | | Instead of calculating it ourselves in size_allocate, which used deprecated style functions to find out about paddings and got it wrong in some cases. Also, clicking anywhere to the left or right of the scale now activates the min and max buttons, respectively.
* Releasing 13.10.0+14.04.20140213-0ubuntu1CI bot2014-02-131-0/+14
|
* Update the Standards-Version Sebastien Bacher2014-02-131-1/+1
|\
| * Update the Standards-VersionSebastien Bacher2014-02-131-1/+1
|/
* Sync changes uploaded to the archive back to trunkKen VanDine2014-01-072-2/+7
|\ | | | | | | | | | | . Approved by Ted Gould, PS Jenkins bot.
| * Build with -Wno-error=deprecated-declarations.Ken VanDine2014-01-072-2/+7
|/
* Allow gcov 1.10Ted Gould2013-12-191-1/+1
|\
| * Allow gcov 1.10Ted Gould2013-12-181-1/+1
| |
* | No error for deprecationsTed Gould2013-12-191-1/+2
|\ \ | |/ |/|
| * No error for deprecationsTed Gould2013-12-181-1/+2
|/
* IdoScaleMenuItem: intercept left and right keys. Fixes: ↵Lars Uebernickel2013-11-281-2/+72
|\ | | | | | | | | | | https://bugs.launchpad.net/bugs/1242550. Approved by Sebastien Bacher, PS Jenkins bot, Charles Kerr.
| * IdoScaleMenuItem: allow changing value with left/right and +/- keysLars Uebernickel2013-11-281-2/+72
|/|
| * Also allow using + and - keys to change the sliderLars Uebernickel2013-10-241-0/+4
| |
| * IdoScaleMenuItem: intercept left and right keysLars Uebernickel2013-10-211-0/+78
| |
* | Releasing 13.10.0+14.04.20131127-0ubuntu1 (revision 162 from lp:ido).Automatic PS uploader2013-11-271-0/+11
|\ \ | | | | | | | | | Approved by PS Jenkins bot.
| * | Releasing 13.10.0+14.04.20131127-0ubuntu1, based on r162Automatic PS uploader2013-11-271-0/+11
|/ /
* | idoactionhelper: remove potentially stray idle source when finalizing.Lars Uebernickel2013-11-271-1/+6
|\ \ | | | | | | | | | Approved by Sebastien Bacher, PS Jenkins bot.
| * | idoactionhelper: remove potentially stray idle source when finalizingLars Uebernickel2013-11-271-1/+6
|/ /
* | Releasing 13.10.0+14.04.20131126-0ubuntu1 (revision 160 from lp:ido).Automatic PS uploader2013-11-261-0/+12
|\ \ | | | | | | | | | Approved by PS Jenkins bot.
| * | Releasing 13.10.0+14.04.20131126-0ubuntu1, based on r160Automatic PS uploader2013-11-261-0/+12
|/ /
* | ido_calendar_menu_item_new_from_model: initialize local variables with NULLLars Uebernickel2013-11-261-2/+2
|\ \ | | | | | | | | | | | | | | | Both of these variables will be passed to g_free() without checking whether g_menu_item_get_attribute() failed. Fixes: https://bugs.launchpad.net/bugs/1255076. Approved by PS Jenkins bot, Sebastien Bacher.
| * | ido_calendar_menu_item_new_from_model: initialize local variables with NULLLars Uebernickel2013-11-261-2/+2
|/ / | | | | | | | | | | Both of these variables will be passed to g_free() without checking whether g_menu_item_get_attribute() failed.
* | Releasing 13.10.0+14.04.20131106-0ubuntu1 (revision 158 from lp:ido).Automatic PS uploader2013-11-061-0/+11
|\ \ | | | | | | | | | Approved by PS Jenkins bot.
| * | Releasing 13.10.0+14.04.20131106-0ubuntu1, based on r158Automatic PS uploader2013-11-061-0/+11
|/ /
* | ido_user_menu_item: remove superfluous unrefLars Uebernickel2013-11-061-1/+0
|\ \ | | | | | | | | | | | | | | | The return value of g_file_icon_get_file() is transfer-none. Fixes: https://bugs.launchpad.net/bugs/1248446. Approved by PS Jenkins bot, Sebastien Bacher.
| * | 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
| | |