aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Import upstream version 0.4.91Ted Gould2012-03-0945-694/+1198
|\
| * 0.4.910.4.91Ted Gould2012-03-091-1/+1
| |
| * Update to new actions format in libindicatorTed Gould2012-03-092-9/+8
| |
| * Include an index for 0.5Ted Gould2012-03-091-0/+4
| |
| * Merge lp:~ted/libappindicator/lp885080 to add a title and name on the status ↵Charles Kerr2012-03-071-1/+9
| |\ | | | | | | | | | icon in fallback mode for bug #885080
| | * Protecting from NULL titles, which apparently status_icon can't take :-/Ted Gould2012-03-021-2/+5
| | |
| | * Handle the title changing at runtimeTed Gould2012-03-021-0/+4
| | |
| | * Attaching bugTed Gould2012-03-020-0/+0
| | |
| | * Sets the title of the status icon to the title of the appindicator and the ↵Ted Gould2012-03-021-1/+2
| | | | | | | | | | | | name to the ID
| * | Making the Mono and Python bindings build directory independentTed Gould2012-03-066-22/+23
| |\ \
| | * | generate app-indicator.sources.xml (for mono bindings) and ↵Charles Kerr2012-03-066-22/+23
| |/ / | | | | | | | | | appindicator.override (for python bindings) at configure time so that they can take into account top_builddir vs top_srcdir differences.
| * | Look for files and don't use those as icon names in the fallbackTed Gould2012-03-061-42/+40
| |\ \
| | * | Removing unneeded NULL checkTed Gould2012-03-061-3/+1
| | | |
| | * | Attaching bugTed Gould2012-03-020-0/+0
| | | |
| | * | Rework the icon setting function so that it can handle images that are file ↵Ted Gould2012-03-021-42/+42
| | |/ | | | | | | | | | paths by checking to see if the files exist
| * | Improve docs on title functionsTed Gould2012-03-061-0/+6
| |\ \ | | |/ | |/|
| | * Set "Since: 0.5" in the inline documentation for the new Sebastien Bacher2012-02-291-0/+6
| |/ | | | | | | | | set_title and get_title functions
* | Import upstream version 0.4.90Ted Gould2012-02-0349-279/+1268
|\|
| * Fixing some of the properties in the mono bindings0.4.90Ted Gould2012-02-031-0/+4
| |
| * 0.4.90Ted Gould2012-02-031-1/+1
| |
| * Updating to Dbusmenu 0.5.90Ted Gould2012-02-031-1/+1
| |\
| | * Changing dbusmenu-gtk required versionTed Gould2012-01-311-1/+1
| |/
| * Add the ability to set and export the title of the app indicatorTed Gould2012-01-307-6/+124
| |\
| | * Attaching bugTed Gould2012-01-300-0/+0
| | |
| | * Fix type in commentTed Gould2012-01-301-1/+1
| | |
| | * Adding the get/set function to the docsTed Gould2012-01-281-0/+2
| | |
| | * Handling getting the title propertyTed Gould2012-01-281-0/+4
| | |
| | * Making get_title workTed Gould2012-01-281-1/+1
| | |
| | * Only signal to dbus if we're connectedTed Gould2012-01-281-1/+1
| | |
| | * Adding a test to track setting of the titleTed Gould2012-01-281-0/+2
| | |
| | * Setting the titles in the examplesTed Gould2012-01-282-0/+2
| | |
| | * Make the set function call the property set functionTed Gould2012-01-281-0/+3
| | |
| | * Support the title property over dbus and emitting the dbus signal when it ↵Ted Gould2012-01-281-1/+16
| | | | | | | | | | | | changes
| | * Adding the 'Title' property and 'NewTitle' signal to the DBus interface ↵Ted Gould2012-01-281-0/+3
| | | | | | | | | | | | description
| | * Adding the title propertyTed Gould2012-01-281-6/+41
| | |
| | * Adding a title entry to the private structureTed Gould2012-01-281-0/+7
| | |
| | * Adding get/set title functionsTed Gould2012-01-282-0/+45
| | |
| | * Update to trunkTed Gould2012-01-275-8/+57
| | |\ | | |/ | |/|
| * | Making tests optionalTed Gould2012-01-273-6/+55
| |\ \
| | * | Make building mono tests optional. Check for mono-nunit if nunit is not ↵György Balló2011-11-232-5/+42
| | | | | | | | | | | | | | | | available
| | * | Make building tests optionalGyörgy Balló2011-11-222-1/+13
| | |/
| * | Fixing pkgconfig file for GTK3Ted Gould2012-01-271-1/+1
| |\ \
| | * | Use the standard location for mono bindingsGyörgy Balló2011-11-222-2/+2
| | | |
| | * | Do not link pyglib explicitlyGyörgy Balló2011-11-221-1/+1
| | | |
| | * | Fix header files location for GTK3György Balló2011-11-221-1/+1
| | |/
| * | Removing unneeded python depTed Gould2012-01-271-1/+1
| |\ \ | | |/ | |/|
| | * Don't specify pyglib-2.0-python2.6 in LDFLAGS, it isn't needed and only ↵Ken VanDine2012-01-261-1/+1
| |/| | | | | | | | | | works with python2.6
| | * Don't specify pyglib-2.0-python2.6 in LDFLAGS, it isn't needed and only ↵Ken VanDine2012-01-241-1/+1
| |/ | | | | | | works with python2.6
| * Work with fallbacks and theme pathsTed Gould2011-09-301-7/+39
| |\
| | * src/app-indicator.c: hide first in passive mode and add comment about itMichael Vogt2011-09-301-1/+2
| | |