Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | Put some space between scale and min/max buttons | Lars Uebernickel | 2014-03-12 | 1 | -1/+1 | |
| | | ||||||
| * | Remove toggle-size-allocate handler | Lars Uebernickel | 2014-03-12 | 1 | -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 events | Lars Uebernickel | 2014-03-12 | 1 | -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-0ubuntu1 | CI bot | 2014-02-13 | 1 | -0/+14 | |
| | ||||||
* | Update the Standards-Version | Sebastien Bacher | 2014-02-13 | 1 | -1/+1 | |
|\ | ||||||
| * | Update the Standards-Version | Sebastien Bacher | 2014-02-13 | 1 | -1/+1 | |
|/ | ||||||
* | Sync changes uploaded to the archive back to trunk | Ken VanDine | 2014-01-07 | 2 | -2/+7 | |
|\ | | | | | | | | | | | . Approved by Ted Gould, PS Jenkins bot. | |||||
| * | Build with -Wno-error=deprecated-declarations. | Ken VanDine | 2014-01-07 | 2 | -2/+7 | |
|/ | ||||||
* | Allow gcov 1.10 | Ted Gould | 2013-12-19 | 1 | -1/+1 | |
|\ | ||||||
| * | Allow gcov 1.10 | Ted Gould | 2013-12-18 | 1 | -1/+1 | |
| | | ||||||
* | | No error for deprecations | Ted Gould | 2013-12-19 | 1 | -1/+2 | |
|\ \ | |/ |/| | ||||||
| * | No error for deprecations | Ted Gould | 2013-12-18 | 1 | -1/+2 | |
|/ | ||||||
* | IdoScaleMenuItem: intercept left and right keys. Fixes: ↵ | Lars Uebernickel | 2013-11-28 | 1 | -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 +/- keys | Lars Uebernickel | 2013-11-28 | 1 | -2/+72 | |
|/| | ||||||
| * | Also allow using + and - keys to change the slider | Lars Uebernickel | 2013-10-24 | 1 | -0/+4 | |
| | | ||||||
| * | IdoScaleMenuItem: intercept left and right keys | Lars Uebernickel | 2013-10-21 | 1 | -0/+78 | |
| | | ||||||
* | | Releasing 13.10.0+14.04.20131127-0ubuntu1 (revision 162 from lp:ido). | Automatic PS uploader | 2013-11-27 | 1 | -0/+11 | |
|\ \ | | | | | | | | | | Approved by PS Jenkins bot. | |||||
| * | | Releasing 13.10.0+14.04.20131127-0ubuntu1, based on r162 | Automatic PS uploader | 2013-11-27 | 1 | -0/+11 | |
|/ / | ||||||
* | | idoactionhelper: remove potentially stray idle source when finalizing. | Lars Uebernickel | 2013-11-27 | 1 | -1/+6 | |
|\ \ | | | | | | | | | | Approved by Sebastien Bacher, PS Jenkins bot. | |||||
| * | | idoactionhelper: remove potentially stray idle source when finalizing | Lars Uebernickel | 2013-11-27 | 1 | -1/+6 | |
|/ / | ||||||
* | | Releasing 13.10.0+14.04.20131126-0ubuntu1 (revision 160 from lp:ido). | Automatic PS uploader | 2013-11-26 | 1 | -0/+12 | |
|\ \ | | | | | | | | | | Approved by PS Jenkins bot. | |||||
| * | | Releasing 13.10.0+14.04.20131126-0ubuntu1, based on r160 | Automatic PS uploader | 2013-11-26 | 1 | -0/+12 | |
|/ / | ||||||
* | | ido_calendar_menu_item_new_from_model: initialize local variables with NULL | Lars Uebernickel | 2013-11-26 | 1 | -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 NULL | Lars Uebernickel | 2013-11-26 | 1 | -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 uploader | 2013-11-06 | 1 | -0/+11 | |
|\ \ | | | | | | | | | | Approved by PS Jenkins bot. | |||||
| * | | Releasing 13.10.0+14.04.20131106-0ubuntu1, based on r158 | Automatic PS uploader | 2013-11-06 | 1 | -0/+11 | |
|/ / | ||||||
* | | ido_user_menu_item: remove superfluous unref | Lars Uebernickel | 2013-11-06 | 1 | -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 unref | Lars Uebernickel | 2013-11-06 | 1 | -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 uploader | 2013-11-05 | 2 | -3/+26 | |
|\ \ | | | | | | | | | | Approved by PS Jenkins bot. | |||||
| * | | Releasing 13.10.0+14.04.20131105.1-0ubuntu1, based on r156 | Automatic PS uploader | 2013-11-05 | 1 | -2/+19 | |
| | | | ||||||
| * | | Update symbols | Automatic PS uploader | 2013-11-05 | 2 | -3/+9 | |
|/ / | ||||||
* | | idoscalemenuitem: disconnect signal from parent | Lars Uebernickel | 2013-10-31 | 1 | -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 parent | Lars Uebernickel | 2013-10-31 | 1 | -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 avatars | Lars Uebernickel | 2013-10-28 | 1 | -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 height | Lars Uebernickel | 2013-10-28 | 1 | -2/+3 | |
| | | | ||||||
| * | | ido_user_menu_item_set_icon_from_file_icon: free file | Lars Uebernickel | 2013-10-28 | 1 | -0/+1 | |
| | | | ||||||
| * | | Don't export ido_user_menu_item_set_icon_from_file_icon() | Lars Uebernickel | 2013-10-27 | 1 | -1/+1 | |
| | | | ||||||
| * | | IdoUserMenuItem: only allow file icons as avatars | Lars Uebernickel | 2013-10-26 | 1 | -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 Uebernickel | 2013-10-22 | 5 | -5/+158 | |
|\ \ | |/ |/| | | | Approved by Charles Kerr, PS Jenkins bot. | |||||
| * | Unref serialized_icon | Lars Uebernickel | 2013-10-22 | 1 | -0/+2 | |
| | | ||||||
| * | Don't call gtk_image_clear() on a NULL widget | Lars Uebernickel | 2013-10-22 | 1 | -1/+1 | |
| | | ||||||
| * | debian: add new ido symbols | Lars Uebernickel | 2013-10-22 | 1 | -0/+3 | |
| | | ||||||
| * | examples: use new IdoSwitchMenuItem API | Lars Uebernickel | 2013-10-22 | 1 | -4/+1 | |
| | | ||||||
| * | Make IdoSwitchMenuItem accessible from gtk_menu_new_from_model | Lars Uebernickel | 2013-10-22 | 3 | -0/+68 | |
| | | ||||||
| * | IdoSwitchMenuItem: deprecate get_content_area and add set_{label,icon} | Lars Uebernickel | 2013-10-22 | 2 | -1/+84 | |
|/ | ||||||
* | Releasing 13.10.0+13.10.20131011-0ubuntu1 (revision 152 from lp:ido). | Automatic PS uploader | 2013-10-11 | 1 | -0/+11 | |
|\ | | | | | | | Approved by PS Jenkins bot. | |||||
| * | Releasing 13.10.0+13.10.20131011-0ubuntu1, based on r152 | Automatic PS uploader | 2013-10-11 | 1 | -0/+11 | |
|/ | ||||||
* | idoscalemenuitem: request a minimum width of 200px. | Lars Uebernickel | 2013-10-10 | 1 | -0/+2 | |
|\ | | | | | | | Approved by Charles Kerr, PS Jenkins bot. | |||||
| * | idoscalemenuitem: request a minimum width of 200px | Lars Uebernickel | 2013-10-10 | 1 | -0/+2 | |
|/ | | | | | Same as IdoPlaybackMenuItem. | |||||
* | idousermenuitem: center avatar and adjust spacing. | Lars Uebernickel | 2013-09-30 | 1 | -3/+2 | |
|\ | | | | | | | Approved by Sebastien Bacher, PS Jenkins bot. |