Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Handle the title changing at runtime | Ted Gould | 2012-03-02 | 1 | -0/+4 |
| | |||||
* | Attaching bug | Ted Gould | 2012-03-02 | 0 | -0/+0 |
| | |||||
* | Sets the title of the status icon to the title of the appindicator and the ↵ | Ted Gould | 2012-03-02 | 1 | -1/+2 |
| | | | | name to the ID | ||||
* | Fixing some of the properties in the mono bindings0.4.90 | Ted Gould | 2012-02-03 | 1 | -0/+4 |
| | |||||
* | 0.4.90 | Ted Gould | 2012-02-03 | 1 | -1/+1 |
| | |||||
* | Updating to Dbusmenu 0.5.90 | Ted Gould | 2012-02-03 | 1 | -1/+1 |
|\ | |||||
| * | Changing dbusmenu-gtk required version | Ted Gould | 2012-01-31 | 1 | -1/+1 |
|/ | |||||
* | Add the ability to set and export the title of the app indicator | Ted Gould | 2012-01-30 | 7 | -6/+124 |
|\ | |||||
| * | Attaching bug | Ted Gould | 2012-01-30 | 0 | -0/+0 |
| | | |||||
| * | Fix type in comment | Ted Gould | 2012-01-30 | 1 | -1/+1 |
| | | |||||
| * | Adding the get/set function to the docs | Ted Gould | 2012-01-28 | 1 | -0/+2 |
| | | |||||
| * | Handling getting the title property | Ted Gould | 2012-01-28 | 1 | -0/+4 |
| | | |||||
| * | Making get_title work | Ted Gould | 2012-01-28 | 1 | -1/+1 |
| | | |||||
| * | Only signal to dbus if we're connected | Ted Gould | 2012-01-28 | 1 | -1/+1 |
| | | |||||
| * | Adding a test to track setting of the title | Ted Gould | 2012-01-28 | 1 | -0/+2 |
| | | |||||
| * | Setting the titles in the examples | Ted Gould | 2012-01-28 | 2 | -0/+2 |
| | | |||||
| * | Make the set function call the property set function | Ted Gould | 2012-01-28 | 1 | -0/+3 |
| | | |||||
| * | Support the title property over dbus and emitting the dbus signal when it ↵ | Ted Gould | 2012-01-28 | 1 | -1/+16 |
| | | | | | | | | changes | ||||
| * | Adding the 'Title' property and 'NewTitle' signal to the DBus interface ↵ | Ted Gould | 2012-01-28 | 1 | -0/+3 |
| | | | | | | | | description | ||||
| * | Adding the title property | Ted Gould | 2012-01-28 | 1 | -6/+41 |
| | | |||||
| * | Adding a title entry to the private structure | Ted Gould | 2012-01-28 | 1 | -0/+7 |
| | | |||||
| * | Adding get/set title functions | Ted Gould | 2012-01-28 | 2 | -0/+45 |
| | | |||||
| * | Update to trunk | Ted Gould | 2012-01-27 | 5 | -8/+57 |
| |\ | |/ |/| | |||||
* | | Making tests optional | Ted Gould | 2012-01-27 | 3 | -6/+55 |
|\ \ | |||||
| * | | Make building mono tests optional. Check for mono-nunit if nunit is not ↵ | György Balló | 2011-11-23 | 2 | -5/+42 |
| | | | | | | | | | | | | available | ||||
| * | | Make building tests optional | György Balló | 2011-11-22 | 2 | -1/+13 |
| |/ | |||||
* | | Fixing pkgconfig file for GTK3 | Ted Gould | 2012-01-27 | 1 | -1/+1 |
|\ \ | |||||
| * | | Use the standard location for mono bindings | György Balló | 2011-11-22 | 2 | -2/+2 |
| | | | |||||
| * | | Do not link pyglib explicitly | György Balló | 2011-11-22 | 1 | -1/+1 |
| | | | |||||
| * | | Fix header files location for GTK3 | György Balló | 2011-11-22 | 1 | -1/+1 |
| |/ | |||||
* | | Removing unneeded python dep | Ted Gould | 2012-01-27 | 1 | -1/+1 |
|\ \ | |/ |/| | |||||
| * | Don't specify pyglib-2.0-python2.6 in LDFLAGS, it isn't needed and only ↵ | Ken VanDine | 2012-01-26 | 1 | -1/+1 |
|/| | | | | | | | works with python2.6 | ||||
| * | Don't specify pyglib-2.0-python2.6 in LDFLAGS, it isn't needed and only ↵ | Ken VanDine | 2012-01-24 | 1 | -1/+1 |
|/ | | | | works with python2.6 | ||||
* | Work with fallbacks and theme paths | Ted Gould | 2011-09-30 | 1 | -7/+39 |
|\ | |||||
| * | src/app-indicator.c: hide first in passive mode and add comment about it | Michael Vogt | 2011-09-30 | 1 | -1/+2 |
| | | |||||
| * | src/app-indicator.c: do not add the same icon_theme_path again, gtk3 ↵ | Michael Vogt | 2011-09-30 | 1 | -1/+16 |
| | | | | | | | | apparently does not check this | ||||
| * | simplify | Michael Vogt | 2011-09-30 | 1 | -8/+2 |
| | | |||||
| * | src/app-indicator.c: honor icon_theme_path in the fallback | Michael Vogt | 2011-09-30 | 1 | -3/+15 |
| | | |||||
| * | unbreak attention_icon | Michael Vogt | 2011-09-30 | 1 | -7/+16 |
| | | |||||
| * | src/app-indicator.c: when using the fallback icon, first check if there is a ↵ | Michael Vogt | 2011-09-30 | 1 | -6/+7 |
|/ | | | | "-panel" version of the icon available and if not fallback to the indicator one | ||||
* | 0.4.10.4.1 | Ted Gould | 2011-09-28 | 1 | -1/+1 |
| | |||||
* | Fix deps | Ted Gould | 2011-09-28 | 1 | -1/+1 |
|\ | |||||
| * | Fix dep as well | Ted Gould | 2011-09-28 | 1 | -1/+1 |
| | | |||||
* | | Fix prefix on custom vala | Ted Gould | 2011-09-28 | 1 | -1/+1 |
|\| | |||||
| * | Switching out the prefix for a fixed name | Ted Gould | 2011-09-28 | 1 | -1/+1 |
|/ | |||||
* | 0.4.00.4.0 | Ted Gould | 2011-09-28 | 1 | -1/+1 |
| | |||||
* | Bring along custom and grab from srcdir | Ted Gould | 2011-09-28 | 1 | -1/+4 |
| | |||||
* | Fixing Vala bindings | Ted Gould | 2011-09-23 | 4 | -2/+35 |
|\ | |||||
| * | Fix type_check_function for vala bindings | Michal Hruby | 2011-09-23 | 4 | -2/+35 |
|/ | |||||
* | 0.3.910.3.91 | Ted Gould | 2011-08-11 | 1 | -1/+1 |
| |