aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* 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
| | |
| * | 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
|/