aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* debian/rules: Not building libappindicator3-dev until we've got the GTK3Ted Gould2011-02-102-1/+9
| | | | build all put together.
* debian/libappindicator-dev.install, debian/libappindicator3-dev.install:Ted Gould2011-02-103-3/+5
| | | | switching the file name of the vapi files.
* New upstream release (0.2.95)Ted Gould2011-02-1030-77/+426
|\ | | | | | | ∘ Fixing build for GTK2/3 dual build
| * Import upstream version 0.2.95Ted Gould2011-02-1029-75/+422
| |\
| | * 0.2.950.2.95Ted Gould2011-02-101-2/+2
| | |
| | * Fix the build so we can distcheck with GTK 2 and 3Ted Gould2011-02-109-17/+56
| | |\
| | | * Blocking the menu proxy from our testTed Gould2011-02-101-0/+1
| | | |
| | | * Changing the build so that it uses the right version of the vala files and ↵Ted Gould2011-02-101-4/+26
| | | | | | | | | | | | | | | | removes the predefined header location
| | | * Changing the install path of the headers for libappindicator GTK3 version so ↵Ted Gould2011-02-102-3/+6
| | | | | | | | | | | | | | | | it's parrallel installable
| | | * Adjusting the name of the different namespace with GTK 3Ted Gould2011-02-101-1/+1
| | | |
| | | * Ensure that we're building with the right libraryTed Gould2011-02-101-1/+9
| | | |
| | | * Cleanup what we createTed Gould2011-02-101-1/+5
| | | |
| | | * gtk-doc wants a deprecated section nowTed Gould2011-02-101-0/+4
| | | |
| | | * Removing the multiple modules as we shouldn't need themTed Gould2011-02-101-5/+0
| | | |
| | | * Fixing scroll documentationTed Gould2011-02-102-1/+2
| | | |
| | | * Making sure to pick up both metadata files in dist.Ted Gould2011-02-101-1/+2
| | |/
* | | * New upstream release (0.2.93)Ted Gould2011-02-109-21/+203
|\| | | | | | | | | | | | | | * New upstream release (0.2.94) ∘ Include vala example files as well
| * | Import upstream version 0.2.94Ted Gould2011-02-108-18/+198
| |\|
| | * 0.2.940.2.94Ted Gould2011-02-101-2/+2
| | |
| | * Make sure to pull the vala source file along with us.Ted Gould2011-02-101-1/+5
| | |
* | | Syncing with upstream much betterTed Gould2011-02-1024-8044/+3717
|\ \ \
| * \ \ Removing all the non packaging stuffTed Gould2011-02-1020-0/+1032
| |\ \ \ | |/ / / |/| / / | |/ /
* | | Getting closer to the tarballTed Gould2011-02-1010-50/+20
| | |
* | | 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
| | | | |