Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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. | ||||
| * | idousermenuitem: center user avatars and adjust spacing | Lars Uebernickel | 2013-09-30 | 1 | -3/+2 |
| | | |||||
* | | Releasing 13.10.0+13.10.20130930-0ubuntu1 (revision 149 from lp:ido). | Automatic PS uploader | 2013-09-30 | 1 | -0/+18 |
|\ \ | |/ |/| | | | Approved by PS Jenkins bot. | ||||
| * | Releasing 13.10.0+13.10.20130930-0ubuntu1, based on r149 | Automatic PS uploader | 2013-09-30 | 1 | -0/+18 |
|/ | |||||
* | idoscalemenuitem: don't update the action state when the action state changes | Lars Uebernickel | 2013-09-25 | 1 | -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 changes | Lars Uebernickel | 2013-09-25 | 1 | -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 uploader | 2013-09-20 | 1 | -0/+10 |
|\ | | | | | | | Approved by PS Jenkins bot. | ||||
| * | Releasing 13.10.0+13.10.20130920-0ubuntu1, based on r147 | Automatic PS uploader | 2013-09-20 | 1 | -0/+10 |
|/ | |||||
* | Reverse slider movement when scrolling by default. Fixes: ↵ | Lars Uebernickel | 2013-09-16 | 1 | -1/+4 |
|\ | | | | | | | | | | | https://bugs.launchpad.net/bugs/1225330. Approved by Ted Gould, PS Jenkins bot. | ||||
| * | Revert slider movement when scrolling by default | Lars Uebernickel | 2013-09-15 | 1 | -1/+4 |
|/ | |||||
* | Releasing 13.10.0+13.10.20130814-0ubuntu1 (revision 145 from lp:ido). | Automatic PS uploader | 2013-08-14 | 2 | -10/+26 |
|\ | | | | | | | Approved by PS Jenkins bot. | ||||
| * | Releasing 13.10.0+13.10.20130814-0ubuntu1, based on r145 | Automatic PS uploader | 2013-08-14 | 1 | -2/+12 |
| | | |||||
| * | Update symbols | Automatic PS uploader | 2013-08-14 | 2 | -10/+16 |
|/ | |||||
* | Add widgets for messaging menu. | Lars Uebernickel | 2013-08-13 | 11 | -2/+1044 |
|\ | | | | | | | Approved by PS Jenkins bot, Ted Gould. | ||||
| * | Library functions taking GVariant params need to ref_sink() and unref() ↵ | Ted Gould | 2013-08-13 | 1 | -0/+4 |
| | | | | | | | | always. (reason #24 to not like GVariant) | ||||
| * | Adding new symbols | Ted Gould | 2013-08-13 | 1 | -0/+10 |
| | | |||||
| * | Add IdoSourceMenuItem | Lars Uebernickel | 2013-08-13 | 8 | -2/+793 |
| | | | | | | | | | | A menu item showing messaging menu sources. | ||||
| * | Add IdoApplicationMenuItem | Lars Uebernickel | 2013-08-13 | 4 | -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 uploader | 2013-07-31 | 2 | -13/+27 |
|\ | | | | | | | Approved by PS Jenkins bot. | ||||
| * | Releasing 13.10.0+13.10.20130731-0ubuntu1, based on r143 | Automatic PS uploader | 2013-07-31 | 1 | -2/+10 |
| | | |||||
| * | Update symbols | Automatic PS uploader | 2013-07-31 | 2 | -13/+19 |
|/ | |||||
* | Support x-canonical-type: "com.canonical.indicator.progress" and ↵ | Charles Kerr | 2013-07-30 | 14 | -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 Kerr | 2013-07-25 | 1 | -2/+0 |
| | | | | | | | | ido_location_menu_item_set_name | ||||
| * | implement IdoLocationMenuItem as a subclass of IdoTimeStampMenuItem | Charles Kerr | 2013-07-25 | 3 | -91/+34 |
| | | |||||
| * | add support for com.canonical.indicator.alarm menuitems. | Charles Kerr | 2013-07-25 | 5 | -6/+157 |
| | | |||||
| * | implement IdoAppointmentMenuItem as a specialization of IdoTimeStampMenuItem | Charles Kerr | 2013-07-25 | 2 | -327/+16 |
| | | |||||
| * | add IdoTimeStampMenuItem, a base class for appointments, locations, and alarms | Charles Kerr | 2013-07-25 | 3 | -0/+330 |
| | | |||||
| * | subclass IdoAppointmentMenuItem from IdoBasicMenuItem | Charles Kerr | 2013-07-25 | 2 | -69/+9 |
| | | |||||
| * | add a 6px margin between the icon and primary text iff the icon is visible | Charles Kerr | 2013-07-25 | 1 | -0/+6 |
| | | |||||
| * | subclass IdoLocationMenuItem from IdoBasicMenuItem | Charles Kerr | 2013-07-25 | 3 | -86/+13 |
| | |