Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | 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 | |
| | | ||||||
| * | add make the type macro for IdoBasicMenuItem follow the standard naming scheme | Charles Kerr | 2013-07-25 | 2 | -6/+6 | |
| | | ||||||
| * | don't hardcode making com.canonical.indicator.progress insensitive; its ↵ | Charles Kerr | 2013-07-24 | 1 | -8/+1 | |
| | | | | | | | | sensitivity should follow its action's sensitivity. | |||||
| * | add public API symbols to debian/ | Charles Kerr | 2013-07-24 | 1 | -0/+7 | |
| | | ||||||
| * | add a menuitem that renders com.canonical.indicator.progress as laid out in ↵ | Charles Kerr | 2013-07-24 | 4 | -0/+475 | |
|/ | | | | https://wiki.ubuntu.com/Power#Phone | |||||
* | Releasing 13.10.0+13.10.20130703.1-0ubuntu1 to ubuntu. | Automatic PS uploader | 2013-07-03 | 1 | -0/+13 | |
|\ | | | | | | | Approved by PS Jenkins bot. | |||||
| * | Releasing 13.10.0+13.10.20130703.1-0ubuntu1, based on r141 | Automatic PS uploader | 2013-07-03 | 1 | -0/+13 | |
|/ | ||||||
* | Fix broken comments for the introspection scanner. | Ted Gould | 2013-07-03 | 4 | -4/+4 | |
|\ | | | | | | | Approved by Charles Kerr, PS Jenkins bot. | |||||
| * | Fixing some small introspection errors | Ted Gould | 2013-07-02 | 4 | -4/+4 | |
| | | ||||||
* | | fix IdoLocationMenuItem label alignment issue reported by ted. | Charles Kerr | 2013-07-02 | 2 | -63/+78 | |
|\ \ | |/ |/| | | | Approved by PS Jenkins bot, Ted Gould. | |||||
| * | revert the UBUNTU_MENUPROXY line since will's reverting the gtk menu proxy ↵ | Charles Kerr | 2013-07-02 | 1 | -1/+1 | |
| | | | | | | | | to support it as before | |||||
| * | add test cases of IdoLocationMenuItem to the 'menus' example app | Charles Kerr | 2013-07-02 | 1 | -58/+60 | |
| | | ||||||
| * | in idolocationmenuitem, fix slight alignment issue in the city label | Charles Kerr | 2013-07-02 | 1 | -6/+19 | |
| | |