aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* New upstream release.Ted Gould2011-02-1038-144/+10768
|\ | | | | | | | | ∘ Fix Vala bindings ∘ Add support for scroll events
| * Import upstream version 0.2.93Ted Gould2011-02-1048-181/+2780
| |\
| | * 0.2.930.2.93Ted Gould2011-02-101-2/+2
| | |
| | * Ignoring new Vala stuffTed Gould2011-02-101-0/+7
| | |
| | * Being more specific about the types of the signalTed Gould2011-02-102-1/+3
| | |
| | * Fixing Vala bindingsTed Gould2011-02-1012-30/+352
| | |\
| | | * Ensuring we don't run the app as part of the test, just build it so this ↵Ted Gould2011-02-101-3/+2
| | | |\ | | | | | | | | | | | | | | | will work in automation.
| | | | * Changing the build to be the check instead of running it as we might not be ↵Ted Gould2011-02-031-3/+2
| | | | | | | | | | | | | | | | | | | | interactive.
| | | * | example makefile code cleanupMarco Trevisan (Treviño)2011-02-051-2/+1
| | | | |
| | | * | examples, vala: check for valacMarco Trevisan (Treviño)2011-02-051-0/+4
| | | | |
| | | * | examples, added scroll-event demo.Marco Trevisan (Treviño)2011-02-042-0/+14
| | | | |
| | | * | Merge against new trunkMarco Trevisan (Treviño)2011-02-045-6/+102
| | | |\ \ | | | |/ / | | |/| |
| | * | | Support the Scroll method for scroll whell support.Ted Gould2011-02-035-6/+102
| | |\ \ \
| | | * \ \ Merge against new trunkMarco Trevisan (Treviño)2011-02-039-389/+61
| | | |\ \ \ | | | |/ / / | | |/| | |
| | | * | | Using the SNI method "Scroll" instead of XAyatanaScrollActionMarco Trevisan (Treviño)2011-01-292-5/+18
| | | | | | | | | | | | | | | | | | | | | | | | The indicator signal will use anyway the same syntax.
| | | * | | app-indicator: don't use two AppIndicator slots, reset one.Marco Trevisan (Treviño)2011-01-271-0/+1
| | | | | |
| | | * | | app-indicator: remove old debug code.Marco Trevisan (Treviño)2011-01-271-5/+0
| | | | | |
| | | * | | Updated mono bindingsMarco Trevisan (Treviño)2011-01-271-0/+2
| | | | | |
| | | * | | app-indicator: listen for XAyatanaScrollAction and emit "scroll-event" signalMarco Trevisan (Treviño)2011-01-274-7/+92
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | libappindicator now when it gets a dbus call from indicator-application (via the method XAyatanaScrollAction) about the incoming scroll event, sends a "scroll-event" signal to the appindicator application using this library. This works both in indicator and fallback (systray mode). This commit includes a fix for bug #707591
| | | | * | Vala simple client, compile workaround improved.Marco Trevisan (Treviño)2011-02-041-1/+1
| | | | | |
| | | | * | simple-client-vala: indentation fixesMarco Trevisan (Treviño)2011-02-041-3/+3
| | | | | |
| | | | * | Examples, added simple-client-valaMarco Trevisan (Treviño)2011-02-042-1/+190
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | A rewrite of the simple-client.c version in Vala as example. Added a workaround for compiling it.
| | | | * | Always check if vapigen is available when building VAPIMarco Trevisan (Treviño)2011-02-042-2/+5
| | | | | |
| | | | * | Vala bindings: add metadata as build dependencies, support for gtk3Marco Trevisan (Treviño)2011-02-042-4/+7
| | | | | |
| | | | * | Include gir metadata file in built_sourcesMarco Trevisan (Treviño)2011-02-043-1/+10
| | | | | | | | | | | | | | | | | | | | | | | | Now make distcheck will work ;)
| | | | * | vala bindings makefile: just use deps file for dependenciesMarco Trevisan (Treviño)2011-02-031-2/+1
| | | | |/
| | | | * Vala example, changed copyright yearMarco Trevisan (Treviño)2011-02-031-1/+1
| | | | |
| | | | * Vala example: indentation fixesMarco Trevisan (Treviño)2011-02-031-26/+26
| | | | |
| | | | * Vala example: adding copyright message.Marco Trevisan (Treviño)2011-02-031-0/+19
| | | | |
| | | | * Adding vala bindings and exampleMarco Trevisan (Treviño)2011-02-037-27/+111
| | | |/ | | |/| | | | | | | | | | | | | | | | | | | | | Adding proper support for vala bindings, fixing the include path Now they are built in the bindings subfolder and they include a *.deps file. and I've also added a small example.
* | | | Merge from U.DesktopTed Gould2011-02-109-54/+157
|\ \ \ \
| * | | | releasing version 0.2.92-0ubuntu20.2.92-0ubuntu2Ken VanDine2011-02-081-1/+1
| | | | |
| * | | | * debian/control, debian/rulesKen VanDine2011-02-089-54/+157
| |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Include new binaries for gtk3 builds * debian/libappindicator1.symbols, debian/libappindicator3-1.symbols - Added symbol files for libappindicator1 and libappdindicator3-1
| | * | | | debian/libappindicator1.symbols, debian/libappindicator3-1.symbolsKen VanDine2011-02-081-0/+1
| | | | | |
| | * | | | Manually run dh_makeshlibs for libappindicator1 and libappindicator3-1Ken VanDine2011-02-081-6/+2
| | | | | |
| | * | | | fixup the clean targetKen VanDine2011-02-082-11/+14
| | | | | |
| | * | | | more gtk3 build fixesKen VanDine2011-02-082-6/+10
| | | | | |
| | * | | | gtk3 packaging fixes, still wipKen VanDine2011-02-082-89/+60
| | | | | |
| | * | | | * debian/control, debian/rulesKen VanDine2011-02-089-29/+157
| |/ / / / | | | | | | | | | | | | | | | | | | | | - Include new binaries for gtk3 builds - Added symbol files for libappindicator1 and libappdindicator3-1
* | | | | Merge from U.DesktopTed Gould2011-02-0338-11825/+8167
|\ \ \ \ \
| * \ \ \ \ Merging in the upstream packaging branchTed Gould2011-02-030-0/+0
| |\ \ \ \ \ | |/ / / / / |/| / / / / | |/ / / /
* | | | | releasing version 0.2.92-0ubuntu1~ppa1Ted Gould2011-01-271-2/+2
| | | | |
* | | | | New upstream release.Ted Gould2011-01-2737-8622/+8564
|\ \ \ \ \ | | |/ / / | |/| | |
| * | | | Import upstream version 0.2.92Ted Gould2011-01-2744-9005/+8619
| |\ \ \ \ | | | |/ / | | |/| |
* | | | | releasing version 0.2.91.1-0ubuntu2~ppa1Ted Gould2011-01-271-2/+2
| | | | |
* | | | | * Upstream MergeTed Gould2011-01-279-386/+66
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | * Fixes to build system to build with GTK3 * Use the dbusmenu parser
| * \ \ \ \ Sync to trunkTed Gould2011-01-277-14/+36
| |\ \ \ \ \
| * | | | | | releasing version 0.2.91.1-0ubuntu2~ted1Ted Gould2011-01-251-2/+2
| | | | | | |
| * | | | | | * Upstream MergeTed Gould2011-01-252-372/+29
|/| | | | | | | | | | | | | | | | | | | | | | | | | | | * Use the dbusmenu parser
* | | | | | | Updates from Ubuntu DesktopTed Gould2011-01-2521-114/+758
|\ \ \ \ \ \ \