aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* 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 .
| * Releasing 12.10.3daily13.01.11-0ubuntu1, based on r122Automatic PS uploader2013-01-111-2/+8
|/
* Add introspection and vala support. Fixes: ↵Robert Ancell2013-01-0413-40/+366
|\ | | | | | | | | | | https://bugs.launchpad.net/bugs/582985. Approved by Mathieu Trudel-Lapierre.
| * Update packing for introspection/vapiRobert Ancell2012-12-153-0/+15
| |
| * Add introspection dependenciesRobert Ancell2012-12-151-0/+5
| |
| * Add introspection and Vala support to IDORobert Ancell2012-12-1410-40/+346
| |
* | Testing with cyphermox--removing the special Xvfb auto_test override appears ↵Allan LeSage2012-12-183-5/+7
|\ \ | |/ |/| | | | | | | to resolve flaky tests under Jenkins. Approved by Mathieu Trudel-Lapierre.
| * Update changelog.Allan LeSage2012-12-171-1/+7
| |
| * Remove Xvfb from debian/control.Allan LeSage2012-12-171-1/+0
| |
| * Remove auto_test override.Allan LeSage2012-12-171-3/+0
|/
* Run tests through xfvb-run.Mathieu Trudel-Lapierre2012-12-053-0/+5
|\ | | | | | | Approved by PS Jenkins bot, Didier Roche.
| * - Add xvfb to Build-Depends.Mathieu Trudel-Lapierre2012-12-053-0/+5
|/ | | | - Override dh_auto_test to run them through xvfb-run.
* Bootstrapping ido.Didier Roche2012-11-261-0/+4
|\ | | | | | | Approved by Mathieu Trudel-Lapierre.
| * add bootstrap commentDidier Roche2012-11-261-0/+4
|/
* Inline packaging.Mathieu Trudel-Lapierre2012-11-2610-0/+492
|\ | | | | | | Approved by Didier Roche, PS Jenkins bot.
| * Reactivate tests, they don't fail.Mathieu Trudel-Lapierre2012-11-262-5/+0
| |
| * Drop the override for dh_makeshlibs.Mathieu Trudel-Lapierre2012-11-262-4/+1
| |
| * Temporarily disable tests via overriding dh_auto_test; they fail toMathieu Trudel-Lapierre2012-11-192-0/+6
| | | | | | | | properly start X in a schroot.
| * Add Vcs-Bzr, Vcs-Browser fields with a notice to uploaders.Mathieu Trudel-Lapierre2012-11-192-0/+6
| |
| * - Reorganize Build-Depends: move libxorg-gtest-dev up to be consistent withMathieu Trudel-Lapierre2012-11-192-1/+5
| | | | | | | | | | other indicator stack packages. - List libgtest-dev explicitly in Build-Depends.
| * Add gnome-common to Build-Depends.Mathieu Trudel-Lapierre2012-11-192-0/+2
| |
| * Override dh_autoreconf to call autogen.sh and not run configure...Mathieu Trudel-Lapierre2012-11-192-0/+4
| |
| * * debian/rules:Mathieu Trudel-Lapierre2012-11-192-1/+6
| | | | | | | | | | - Add and export DPKG_GENSYMBOLS_CHECK_LEVEL instead of passing -c4 to dh_makeshlibs.
| * * debian/control:Mathieu Trudel-Lapierre2012-11-192-4/+12
| | | | | | | | | | - Update to match style with other indicator stack packages: use trailing commas at the end of dependency lists.
| * Specify that bzr-builddeb should use split mode to build the packageMathieu Trudel-Lapierre2012-11-191-0/+2
| |
| * Manually import debian/ from ido 12.10.2-0ubuntu1.Mathieu Trudel-Lapierre2012-11-199-0/+463
|/
* one-liner to add 'check-news' to our AM_INIT_AUTOMAKE invocationCharles Kerr2012-11-081-1/+1
|
* 12.10.2Charles Kerr2012-09-202-1/+4
|
* the calendar widget shouldn't eat the ESC key.. Fixes: ↵Charles Kerr2012-09-201-1/+2
|\ | | | | | | https://bugs.launchpad.net/bugs/964005. Approved by Lars Uebernickel, jenkins.