Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | idoplaybackmenuitem: remove redundant 'else' | Lars Uebernickel | 2013-06-19 | 1 | -2/+4 |
| | |||||
* | idoplaybackmenuitem: warn before crashing in g_str_equal | Lars Uebernickel | 2013-06-19 | 1 | -0/+4 |
| | |||||
* | ido_playback_menu_item_get_button_at_pos: add ascii blueprint | Lars Uebernickel | 2013-06-19 | 1 | -0/+8 |
| | |||||
* | ido_media_player_menu_item_state_changed: declare constant variables as const | Lars Uebernickel | 2013-06-19 | 1 | -4/+4 |
| | |||||
* | idomediaplayermenuitem: allow non-local album art | Lars Uebernickel | 2013-06-19 | 1 | -27/+75 |
| | |||||
* | idomediaplayermenuitem: make album art size a #define | Lars Uebernickel | 2013-06-19 | 1 | -1/+3 |
| | |||||
* | debian: add new symbols | Lars Uebernickel | 2013-06-19 | 1 | -0/+4 |
| | |||||
* | idoplaybackmenuitem.c: mark internal functions as static | Lars Uebernickel | 2013-06-19 | 1 | -6/+3 |
| | |||||
* | Merge trunk | Lars Uebernickel | 2013-06-19 | 11 | -23/+1367 |
|\ | |||||
| * | Releasing 13.10.0daily13.06.19-0ubuntu1 to ubuntu. | Automatic PS uploader | 2013-06-19 | 2 | -30/+56 |
| |\ | | | | | | | | | | Approved by PS Jenkins bot. | ||||
| | * | Releasing 13.10.0daily13.06.19-0ubuntu1, based on r132 | Automatic PS uploader | 2013-06-19 | 1 | -2/+22 |
| | | | |||||
| | * | Update symbols | Automatic PS uploader | 2013-06-19 | 2 | -30/+36 |
| |/ | |||||
| * | Better handling of IdoMenuItem construction from GMenuItems, better public ↵ | Charles Kerr | 2013-06-17 | 2 | -22/+135 |
| |\ | | | | | | | | | | | | | | | | API documentation. Approved by PS Jenkins bot, Ted Gould. | ||||
| | * | copyediting: fix copy/paste errors in the documentation | Charles Kerr | 2013-06-17 | 1 | -4/+4 |
| | | | |||||
| | * | in IdoAppointmentMenuItem's update_timestamp_label(), clear the label text ↵ | Charles Kerr | 2013-06-17 | 1 | -5/+8 |
| | | | | | | | | | | | | if either the time or format properties are unset | ||||
| | * | add documentation for the public API calls | Charles Kerr | 2013-06-17 | 2 | -4/+69 |
| | | | |||||
| | * | when building location and appointment menuitems from a GMenu, grab all the ↵ | Charles Kerr | 2013-06-17 | 2 | -17/+60 |
| | | | | | | | | | | | | parameters and then pass them to object_new() as a block to avoid them getting set twice -- once with the constructor's default values, and then once afterwards | ||||
| | * | in idoappointmentmenuitem.c, fix startup issue arising from updating the ↵ | Charles Kerr | 2013-06-17 | 1 | -4/+6 |
| |/ | | | | | | | timestamp label when the strftime format string hasn't been initialized yet. | ||||
| * | adds the ido widgets needed for indicator-datetime. | Charles Kerr | 2013-06-15 | 10 | -16/+1221 |
| |\ | | | | | | | | | | | | | | | | http://bazaar.launchpad.net/~charlesk/indicator-datetime/gmenuify/view/head:/README documents the actions & menuitems. Approved by Ted Gould, PS Jenkins bot. | ||||
| | * | in debian/libido3-0.1-0.symbols, that should be '0replaceme'... | Charles Kerr | 2013-06-15 | 1 | -14/+14 |
| | | | |||||
| | * | add the new calendar, appointment, location symbols to debian/ | Charles Kerr | 2013-06-14 | 1 | -10/+24 |
| | | | |||||
| | * | fix time_t issue in idocalendarmenuitem's gmenu code | Charles Kerr | 2013-06-14 | 1 | -5/+5 |
| | | | |||||
| | * | bump version from 13.10.0 to 13.10.1 | Charles Kerr | 2013-06-14 | 1 | -1/+1 |
| | | | |||||
| | * | in idolocationmenuitem, assume seconds are shown in the timestamp when the ↵ | Charles Kerr | 2013-06-14 | 1 | -3/+3 |
| | | | | | | | | | | | | time format string includes '%s', '%S', '%T', '%X', or '%c' | ||||
| | * | add ted's name to idoappointmentmenuitem.c for create_color_icon_pixbuf() | Charles Kerr | 2013-06-14 | 1 | -0/+1 |
| | | | |||||
| | * | remove g_message that leaked into last commit | Charles Kerr | 2013-06-14 | 2 | -4/+2 |
| | | | |||||
| | * | add calendar, location, and appointment menuitems to the IDO factory | Charles Kerr | 2013-06-14 | 2 | -1/+17 |
| | | | |||||
| | * | add ido_calendar_menu_item_new_from_model() | Charles Kerr | 2013-06-14 | 2 | -4/+180 |
| | | | |||||
| | * | add location menuitem | Charles Kerr | 2013-06-14 | 2 | -0/+507 |
| | | | |||||
| | * | add appointment menuitem | Charles Kerr | 2013-06-14 | 2 | -0/+493 |
| |/ | |||||
* | | IdoPlaybackMenuItem: listen to state changes of the 'play' action | Lars Uebernickel | 2013-06-17 | 1 | -1/+74 |
| | | | | | | | | | | So that the play button can be updated. | ||||
* | | Add IdoPlaybackMenuItem | Lars Uebernickel | 2013-06-17 | 4 | -2/+1641 |
| | | | | | | | | | | | | | | A menu item that can control playback of a media player. Adapted from transport-widget.c formerly found in lp:indicator-sound. | ||||
* | | Add IdoMediaPlayerMenuItem | Lars Uebernickel | 2013-06-12 | 4 | -2/+376 |
|/ | | | | | | | | A menu item that shows a media player application and metadata about the currently running song. Adapted from metadata-widget.c formerly found in lp:indicator-sound. | ||||
* | Depend on valac instead of valac-0.16 for easier transitions | Jeremy Bicha | 2013-06-08 | 1 | -4/+3 |
|\ | | | | | | | | | | | | | Have libido3-0.1-dev depend on gir1.2-ido3-0.1 Drop unnecessary gir build-depends. Approved by PS Jenkins bot, Ted Gould. | ||||
| * | Depend on valac instead of valac-0.16 for easier transitions | Jeremy Bicha | 2013-06-07 | 1 | -4/+3 |
|/ | | | | | | Have libido3-0.1-dev depend on gir1.2-ido3-0.1 Drop unnecessary gir build-depends | ||||
* | Add support for creating scale menu items from a menu model. | Lars Uebernickel | 2013-06-07 | 6 | -17/+181 |
|\ | | | | | | | Approved by PS Jenkins bot, Ted Gould. | ||||
| * | Merge trunk | Lars Uebernickel | 2013-06-07 | 1 | -2/+7 |
| |\ | |/ |/| | |||||
* | | Releasing 13.10.0daily13.06.07-0ubuntu1 to ubuntu. | Automatic PS uploader | 2013-06-07 | 2 | -16/+21 |
|\ \ | | | | | | | | | | Approved by PS Jenkins bot. | ||||
| * | | Releasing 13.10.0daily13.06.07-0ubuntu1, based on r127 | Automatic PS uploader | 2013-06-07 | 1 | -2/+3 |
| | | | |||||
| * | | Update symbols | Automatic PS uploader | 2013-06-07 | 2 | -14/+18 |
|/ / | |||||
| * | idoscalemenuitem: look "{min,max}-icon" on the GMenuItem | Lars Uebernickel | 2013-06-07 | 1 | -9/+9 |
| | | | | | | | | | | 'primary' and 'secondary' might be confusing. | ||||
| * | debian: add new symbols | Lars Uebernickel | 2013-05-31 | 1 | -0/+2 |
| | | |||||
| * | Add support for creating scale menu items from a menu model | Lars Uebernickel | 2013-05-31 | 3 | -0/+134 |
| | | |||||
| * | Add ido_action_helper_change_state | Lars Uebernickel | 2013-05-31 | 2 | -0/+28 |
| | | |||||
| * | idoscalemenuitem: make the scale expand and fill in the menu item | Lars Uebernickel | 2013-05-31 | 1 | -3/+3 |
|/ | |||||
* | Put a framework in place to move custom menu items from the indicator ↵ | Charles Kerr | 2013-05-31 | 13 | -10/+1158 |
|\ | | | | | | | | | | | | | | | | | | | | | | | packages into ido. It depends on a vendor-patch to gtk (see bug #1183505), because gtk+ does not yet have an API for inserting arbitrary menu items into menus created with gtk_menu_new_from_model(). IdoMenuItemFactory implements the GtkMenuItemFactory interface, which is used by (the patched) gtk+ to create menu items that have an "x-canonical-type" attribute. IdoActionHelper contains some common functionality that all menu items need (watching the action group for action additions and removals, as well es enabled and state changes). It can be used to glue a menu item widget to an action in IdoMenuItemFactory. This changeset also adds the first widget: IdoUserMenuItem (merged from lp:~charlesk/ido/add-idousermenuitem). Please follow this example when adding additional widgets. Approved by PS Jenkins bot, Ted Gould. | ||||
| * | debian: add new symbols | Lars Uebernickel | 2013-05-31 | 1 | -0/+14 |
| | | |||||
| * | Bump glib and gtk dependencies | Lars Uebernickel | 2013-05-31 | 2 | -5/+5 |
| | | |||||
| * | ido_user_menu_item_new_from_model: fix docstring | Lars Uebernickel | 2013-05-31 | 1 | -2/+4 |
| | | |||||
| * | Move crate_user_menu_item into idousermenuitem.c | Lars Uebernickel | 2013-05-27 | 3 | -98/+102 |
| | | | | | | | | | | | | We expect to have quite a few custom widgets. Having them all in idomenuitemfactory.c would clutter that file up too much. |