aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* releasing version 0.3.91-0ubuntu10.3.91-0ubuntu1Sebastien Bacher2011-08-111-2/+2
|
* * debian/rules:Sebastien Bacher2011-08-112-0/+6
| | | | | | - update the translations template after build, dh_translations doesn't work for builds out of the source directory
* * New upstream release.Sebastien Bacher2011-08-1133-778/+1281
|\ | | | | | | | | | | * Secondary activate support * Better GIR file annotations
| * releasing version 0.3.91-0ubuntu1~ppa1Ted Gould2011-08-111-2/+2
| |
| * * New upstream release.Ted Gould2011-08-1133-778/+1281
| |\ | | | | | | | | | | | | * Secondary activate support * Better GIR file annotations
| | * Import upstream version 0.3.91Ted Gould2011-08-1132-778/+1273
| | |\
| | | * 0.3.910.3.91Ted Gould2011-08-111-1/+1
| | | |
| | | * Fix comments to work with g-ir-scannerTed Gould2011-07-223-480/+478
| | | |\
| | | | * Fixed comments to correctly work with g-ir-scannerMarco Trevisan (Treviño)2011-07-203-481/+479
| | | | | | | | | | | | | | | | | | | | | | | | | No more missing transfer warning (and relative missing bindings for some getting functions).
| | | * | Adding in support for the secondary activate (middle click)Ted Gould2011-07-229-61/+235
| | | |\ \
| | | | * | Adding the secondary target functions to the documentationTed Gould2011-07-221-0/+2
| | | | | |
| | | | * | Watching for the 'XAyatanaSecondaryActivate' method as wellTed Gould2011-07-222-1/+5
| | | | | |
| | | | * | Always clear the sec_activate_targetTed Gould2011-07-221-8/+8
| | | | |/
| | | | * examples: use the set_secondary_activate_target APIMarco Trevisan (Treviño)2011-07-202-70/+63
| | | | |
| | | | * vala: updated example to use the new APIMarco Trevisan (Treviño)2011-07-201-10/+3
| | | | |
| | | | * mono bindings: updated API and exampleMarco Trevisan (Treviño)2011-07-202-6/+7
| | | | |
| | | | * app-indicator: Move from "secondary-activate" signal to secondary_activate ↵Marco Trevisan (Treviño)2011-07-202-45/+131
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | target To avoid appindicators writers to use the "secondary-activate" event to perform actions that can't be done via a menu item we added a new API: - app_indicator_set_secondary_activate_target - app_indicator_get_secondary_activate_target With it, an appindicator writer can simply define a new GtkWidget that will be activated when a secondary activation will occur. The GtkWidget must be a sensitive and visible inner child of the appindicator MenuItem.
| | | | * Call the right signal on middle-click over the tray icon!Marco Trevisan (Treviño)2011-07-191-1/+1
| | | | |
| | | | * app-indicator: added middle click support for wrapper trayMarco Trevisan (Treviño)2011-07-181-1/+29
| | | | | | | | | | | | | | | | | | | | | | | | | When a trayicon is used, the middle click over the icon is considered as a secondary activation.
| | | | * examples: add secondary-activate signal usage to Vala and CMarco Trevisan (Treviño)2011-07-182-1/+20
| | | | |
| | | | * Vala bindings example: added secondary_activateMarco Trevisan (Treviño)2011-07-181-0/+8
| | | | |
| | | | * mono bindings: added SecondaryActivate support.Marco Trevisan (Treviño)2011-07-182-0/+6
| | | | | | | | | | | | | | | | | | | | Updated the example too.
| | | | * Add signal "secondary-activate" and emit it when neededMarco Trevisan (Treviño)2011-07-184-12/+46
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | When a libappindicator app get the "SecondaryActivate" dbus method call, the library redirects it to the app emitting the "secondary-activate" signal. This should be conform to the StatusNotifierItem specifications.
| | | | * Merge with UpstreamMarco Trevisan (Treviño)2011-07-094-5/+7
| | | | |\ | | | | |/ | | | |/|
| * | | | Sync to U. DesktopTed Gould2011-08-112-4/+7
| |\ \ \ \ | |/ / / / |/| | | |
* | | | | releasing version 0.3.90-0ubuntu10.3.90-0ubuntu1Sebastien Bacher2011-07-0841-9609/+9130
|\| | | |
| * | | | releasing version 0.3.90-0ubuntu1~ppa1Ted Gould2011-07-071-3/+3
| | | | |
| * | | | * New upstream release.Ted Gould2011-07-0740-9607/+9125
| |\| | | | | | | | | | | | | | | | | | | | | | | * Fix a memory leak (LP: #) * Port to libindicator 0.4
| | * | | Import upstream version 0.3.90Ted Gould2011-07-0739-9607/+9117
| | |\| |
| | | * | 0.3.900.3.90Ted Gould2011-07-071-1/+1
| | | | |
| | | * | Removing -Werror for the Vala compilerTed Gould2011-07-072-2/+3
| | | | |
| | | * | Free allocated nameTed Gould2011-07-071-0/+1
| | | |\ \
| | | | * | Free name if we get itTed Gould2011-06-161-0/+1
| | | | |/
| | | * / Migrate to libindicator 0.4Ted Gould2011-07-071-2/+2
| | | |/
| | | * Doc fixTed Gould2011-06-161-1/+1
| | | |\
| | | | * Trivial documentation fixJavier Jardón2011-06-161-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | The property name is 'icon-desc', not 'icon-description'
| | | * | Autotools fixesTed Gould2011-06-162-26/+21
| | | |\ \ | | | | |/ | | | |/|
| | | | * configure.ac: Generate xz tarballs with pax format by defaultJavier Jardón2011-06-151-1/+1
| | | | |
| | | | * Update autotools configurationJavier Jardón2011-06-152-26/+21
| | | |/ | | | | | | | | | | | | | | | | | | | | | | | | Do not use deprecated macros Use new libtool syntax Remove unneeded code
| * | | Sync to U. DesktopTed Gould2011-07-053-8/+22
| |\ \ \ | |/ / / |/| | |
* | | | No change rebuild to depend on libdbusmenu-gtk4 (instead of -gtk3)0.3.0-0ubuntu3Michael Terry2011-07-051-0/+7
| | | | | | | | | | | | | | | | LP: #803667
* | | | releasing version 0.3.0-0ubuntu20.3.0-0ubuntu2Colin Watson2011-06-211-2/+2
| | | |
* | | | Remove unused libmono-dev build-dependency (for Mono 2.10 transition).Colin Watson2011-06-212-1/+1
| | | |
* | | | Call dh_python2 from binary-fixup rather than binary-predeb, so thatColin Watson2011-06-212-5/+12
| | | | | | | | | | | | | | | | generated maintainer script snippets actually end up in the package.
* | | | releasing version 0.3.0-0ubuntu10.3.0-0ubuntu1Ken VanDine2011-03-237-25/+36
|\| | |
| * | | releasing version 0.3.0-0ubuntu1~ppa1Ted Gould2011-03-231-2/+2
| | | |
| * | | * New upstream release.Ted Gould2011-03-237-25/+36
| |\| | | | | | | | | | | | | | * Don't use GIcon with GtkStatusIcon (LP: #708118)
| | * | Import upstream version 0.3.0Ted Gould2011-03-236-25/+29
| | |\|
| | | * 0.3.00.3.0Ted Gould2011-03-231-2/+2
| | | |
| | | * Use icon-name instead of GIcon in the fallback GtkStatusIconTed Gould2011-03-231-11/+3
| | | |\