aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* add the new calendar, appointment, location symbols to debian/Charles Kerr2013-06-141-10/+24
|
* fix time_t issue in idocalendarmenuitem's gmenu codeCharles Kerr2013-06-141-5/+5
|
* bump version from 13.10.0 to 13.10.1Charles Kerr2013-06-141-1/+1
|
* in idolocationmenuitem, assume seconds are shown in the timestamp when the ↵Charles Kerr2013-06-141-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 Kerr2013-06-141-0/+1
|
* remove g_message that leaked into last commitCharles Kerr2013-06-142-4/+2
|
* add calendar, location, and appointment menuitems to the IDO factoryCharles Kerr2013-06-142-1/+17
|
* add ido_calendar_menu_item_new_from_model()Charles Kerr2013-06-142-4/+180
|
* add location menuitemCharles Kerr2013-06-142-0/+507
|
* add appointment menuitemCharles Kerr2013-06-142-0/+493
|
* Depend on valac instead of valac-0.16 for easier transitionsJeremy Bicha2013-06-081-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 transitionsJeremy Bicha2013-06-071-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 Uebernickel2013-06-076-17/+181
|\ | | | | | | Approved by PS Jenkins bot, Ted Gould.
| * Merge trunkLars Uebernickel2013-06-071-2/+7
| |\ | |/ |/|
* | Releasing 13.10.0daily13.06.07-0ubuntu1 to ubuntu.Automatic PS uploader2013-06-072-16/+21
|\ \ | | | | | | | | | Approved by PS Jenkins bot.
| * | Releasing 13.10.0daily13.06.07-0ubuntu1, based on r127Automatic PS uploader2013-06-071-2/+3
| | |
| * | Update symbolsAutomatic PS uploader2013-06-072-14/+18
|/ /
| * idoscalemenuitem: look "{min,max}-icon" on the GMenuItemLars Uebernickel2013-06-071-9/+9
| | | | | | | | | | 'primary' and 'secondary' might be confusing.
| * debian: add new symbolsLars Uebernickel2013-05-311-0/+2
| |
| * Add support for creating scale menu items from a menu modelLars Uebernickel2013-05-313-0/+134
| |
| * Add ido_action_helper_change_stateLars Uebernickel2013-05-312-0/+28
| |
| * idoscalemenuitem: make the scale expand and fill in the menu itemLars Uebernickel2013-05-311-3/+3
|/
* Put a framework in place to move custom menu items from the indicator ↵Charles Kerr2013-05-3113-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 symbolsLars Uebernickel2013-05-311-0/+14
| |
| * Bump glib and gtk dependenciesLars Uebernickel2013-05-312-5/+5
| |
| * ido_user_menu_item_new_from_model: fix docstringLars Uebernickel2013-05-311-2/+4
| |
| * Move crate_user_menu_item into idousermenuitem.cLars Uebernickel2013-05-273-98/+102
| | | | | | | | | | | | We expect to have quite a few custom widgets. Having them all in idomenuitemfactory.c would clutter that file up too much.
| * IdoActionHelper: document signals and propertiesLars Uebernickel2013-05-271-0/+39
| |
| * debian/changelog: bump versionLars Uebernickel2013-05-271-0/+6
| |
| * GtkMenuItemFactory -> UbuntuMenuItemFactoryLars Uebernickel2013-05-241-8/+9
| |
| * Bumb version to 13.10Lars Uebernickel2013-05-231-2/+2
| |
| * Create IdoUserMenuItems for indicator.user-menu-itemLars Uebernickel2013-05-231-1/+105
| | | | | | | | | | | | Only used by the indicator-session/ng branch right now. Doesn't create guest menu items yet.
| * Merge IdoUserMenuItem branchLars Uebernickel2013-05-224-2/+470
| |\ | | | | | | | | | | | | | | | This branch contains IdoUserMenuItem, a menu item that is used by indicator-session to display an individual user in the user switcher.
| | * rename idousermenuitem's "icon" property as "icon-filename" for a little ↵Charles Kerr2013-03-273-22/+24
| | | | | | | | | | | | more clarity.
| | * in ido_user_menu_item_primitive_draw_cb_gtk_3(), remove deprecated use of ↵Charles Kerr2013-03-261-5/+10
| | | | | | | | | | | | gtk_widget_get_style(), gtk_widget_get_state()
| | * add idousermenuitem to the examplesCharles Kerr2013-03-261-1/+44
| | |
| | * add properties to IdoUserMenuItem and remove its dependencies on ↵Charles Kerr2013-03-262-122/+194
| | | | | | | | | | | | DbusmenuMenuitem
| | * rename user-widget.[ch] to idousermenuitem.[ch]. Not building yet, next step ↵Charles Kerr2013-03-264-78/+77
| | | | | | | | | | | | is to decouple from dbusmenu.
| | * add user-widget.[ch] from indicator-session's trunkCharles Kerr2013-03-262-0/+347
| |/ |/|
| * Add IdoActionHelperLars Uebernickel2013-05-223-2/+412
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This class contains some functionality that all menu items that are bound to an action need. It listens for action additions and removals, changes in enabled state, and state changes. It is _not_ intended to be used by specific menu items, but rather as the glue in IdoMenuItemFactory, to bind a widget to an action. An alternative way to reach the same goal is to have an IdoMenuItem base class which contains the common functionality. This would have required touching all existing menu items (slider, user menu item, media player items) and would have added more complexity to them. It is similar in spirit to GtkActionHelper (a private class in gtk), but very different in API and implementation.
| * Add IdoMenuItemFactoryLars Uebernickel2013-05-224-2/+102
|/ | | | | | | | | | | | It's implementing the GtkMenuItemFactory extension point (only available in Ubuntu's version of gtk+). It doesn't create any menu items yet. The extension point must be registered before calling gtk_menu_new_from_model() with a menu model that references any of the custom menu items ido will provide. Registering means the type must exist in the type system. This patch adds an ido_init() which does that. Consumers of libido are required to call this function from now on.
* Releasing 12.10.3daily13.03.01-0ubuntu1 to ubuntu.Automatic PS uploader2013-03-011-2/+8
|\ | | | | | | Approved by PS Jenkins bot.
| * Releasing 12.10.3daily13.03.01-0ubuntu1, based on r125Automatic PS uploader2013-03-011-2/+8
|/
* Fix linking against X11 and Xi which xorg-gtest now seems to require. I'll ↵Mathieu Trudel-Lapierre2013-02-272-1/+4
|\ | | | | | | | | | | fix xorg-gtest directly too (in progress), but this is to avoid blocking builds and daily release. Fixes: https://bugs.launchpad.net/bugs/1126353. Approved by Didier Roche.
| * Explicitly link against X11 and Xi while xorg-gtest doesn't.Mathieu Trudel-Lapierre2013-02-272-1/+4
|/
* Fix building against gtest/xorg-gtest. Fixes: ↵Mathieu Trudel-Lapierre2013-02-065-69/+13
|\ | | | | | | | | | | https://bugs.launchpad.net/bugs/1112775. Approved by Charles Kerr, PS Jenkins bot.
| * Guard against CID:12651, division by zero of FPS value due to its use for ↵Mathieu Trudel-Lapierre2013-02-061-2/+2
| | | | | | | | timing timeline updates.
| * Shut up coverity about CID:12650.Mathieu Trudel-Lapierre2013-02-061-1/+2
| |
| * Avoid FTBFS due to conflicting paths to gtest source, or because the ↵Mathieu Trudel-Lapierre2013-02-054-66/+9
|/ | | | relevant gtest files aren't found -- always use the xorg-gtest gtest source, and adjust path accordingly.
* Releasing 12.10.3daily13.01.11-0ubuntu1 to ubuntu.Automatic PS uploader2013-01-111-2/+8
|\ | | | | | | Approved by .