Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Trivial documentation fix | Javier Jardón | 2011-06-16 | 1 | -1/+1 |
| | | | | | The property name is 'icon-desc', not 'icon-description' | ||||
* | Set gtk_status_icon using icon_name instead of gicon | Ted Gould | 2011-03-23 | 1 | -11/+3 |
| | |||||
* | sink ref to passed-in menu in set_menu() to avoid leaks | Michael Terry | 2011-03-14 | 1 | -1/+1 |
| | |||||
* | Dropping the client_menu_changed function as dbusmenu should do this for us. | Ted Gould | 2011-03-08 | 1 | -21/+2 |
| | |||||
* | Fixing the pkgconfig file | Ted Gould | 2011-03-02 | 1 | -1/+1 |
|\ | |||||
| * | Set the includedir for appindicator3-0.1 to ${includedir}/libappindicator-0.1 | Ken VanDine | 2011-02-28 | 1 | -1/+1 |
| | | |||||
* | | disconnect from icon theme on dispose | Michael Terry | 2011-02-25 | 1 | -0/+2 |
|/ | |||||
* | Add the ability to set accessible descriptions for the icon and attention icon. | Ted Gould | 2011-02-24 | 3 | -26/+200 |
|\ | |||||
| * | Matching prototypes to C file | Ted Gould | 2011-02-23 | 1 | -2/+2 |
| | | |||||
| * | Reconfigure properties to match. | Ted Gould | 2011-02-23 | 1 | -46/+62 |
| | | |||||
| * | Fixing up the get functions | Ted Gould | 2011-02-23 | 1 | -17/+33 |
| | | |||||
| * | Fixing up the set functions so we get some descriptions. | Ted Gould | 2011-02-23 | 1 | -27/+69 |
| | | |||||
| * | Switch around API so it makes sense for what we want to do. | Ted Gould | 2011-02-23 | 1 | -13/+18 |
| | | |||||
| * | Dropping the new accessible description signal | Ted Gould | 2011-02-23 | 2 | -27/+0 |
| | | |||||
| * | Drop signaling the accessible description changed on it's own. | Ted Gould | 2011-02-23 | 1 | -62/+1 |
| | | |||||
| * | Change the name of the accessible description and add the attention one. | Ted Gould | 2011-02-23 | 1 | -1/+9 |
| | | |||||
| * | Changing the signal to match what was discussed with the KDE folks | Ted Gould | 2011-02-23 | 1 | -4/+2 |
| | | |||||
| * | Merge from trunk | Luke Yelavich | 2011-02-14 | 4 | -6/+10 |
| |\ | |||||
| * \ | Merge from trunk | Luke Yelavich | 2011-02-11 | 6 | -28/+20 |
| |\ \ | |||||
| * | | | accessible_name -> accessible_desc | Luke Yelavich | 2011-02-08 | 3 | -74/+74 |
| | | | | |||||
| * | | | Merge from trunk | Luke Yelavich | 2011-02-04 | 4 | -6/+101 |
| |\ \ \ | |||||
| * | | | | Add accessible_name support | Luke Yelavich | 2011-02-04 | 3 | -1/+177 |
| | | | | | |||||
* | | | | | don't unregister on dbus until after we hide appindicator | Michael Terry | 2011-02-11 | 1 | -5/+5 |
| |_|_|/ |/| | | | |||||
* | | | | Changing the install path of the headers for libappindicator GTK3 version so ↵ | Ted Gould | 2011-02-10 | 2 | -3/+6 |
| | | | | | | | | | | | | | | | | it's parrallel installable | ||||
* | | | | Adjusting the name of the different namespace with GTK 3 | Ted Gould | 2011-02-10 | 1 | -1/+1 |
| | | | | |||||
* | | | | Fixing scroll documentation | Ted Gould | 2011-02-10 | 1 | -1/+1 |
| | | | | |||||
* | | | | Making sure to pick up both metadata files in dist. | Ted Gould | 2011-02-10 | 1 | -1/+2 |
| |_|/ |/| | | |||||
* | | | Being more specific about the types of the signal | Ted Gould | 2011-02-10 | 2 | -1/+3 |
| | | | |||||
* | | | Merge against new trunk | Marco Trevisan (Treviño) | 2011-02-04 | 4 | -6/+100 |
|\ \ \ | | |/ | |/| | |||||
| * | | Merge against new trunk | Marco Trevisan (Treviño) | 2011-02-03 | 3 | -374/+24 |
| |\| | |||||
| * | | Using the SNI method "Scroll" instead of XAyatanaScrollAction | Marco Trevisan (Treviño) | 2011-01-29 | 2 | -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-27 | 1 | -0/+1 |
| | | | |||||
| * | | app-indicator: remove old debug code. | Marco Trevisan (Treviño) | 2011-01-27 | 1 | -5/+0 |
| | | | |||||
| * | | app-indicator: listen for XAyatanaScrollAction and emit "scroll-event" signal | Marco Trevisan (Treviño) | 2011-01-27 | 4 | -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 | ||||
* | | | Include gir metadata file in built_sources | Marco Trevisan (Treviño) | 2011-02-04 | 3 | -1/+10 |
| | | | | | | | | | | | | Now make distcheck will work ;) | ||||
* | | | Adding vala bindings and example | Marco Trevisan (Treviño) | 2011-02-03 | 2 | -25/+6 |
| |/ |/| | | | | | | | | | | | 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. | ||||
* | | Switching to use the dbusmenu parser | Ted Gould | 2011-01-27 | 1 | -372/+22 |
|\ \ | |||||
| * | | Removing the parser that was here. | Ted Gould | 2011-01-25 | 1 | -354/+0 |
| | | | |||||
| * | | Rework the setup_dbusmenu function to use the dbusmenu parser. | Ted Gould | 2011-01-25 | 1 | -18/+22 |
| |/ | |||||
* | | GTK3 fixes | Ken VanDine | 2011-01-25 | 1 | -1/+1 |
| | | |||||
* | | Fixed includedir, we don't ship separate headers for the gtk3 build | Ken VanDine | 2011-01-25 | 1 | -1/+1 |
|/ | |||||
* | Canonical.com conversion | Ken VanDine | 2011-01-13 | 1 | -3/+3 |
| | |||||
* | merged | Ken VanDine | 2011-01-13 | 2 | -10/+10 |
|\ | | | | | | | | | | | * avoid nulls when crafting variants * use notdir in case make gives us full paths | ||||
| * | aw shucks, do the required properties too, defensively | Michael Terry | 2011-01-13 | 1 | -4/+4 |
| | | |||||
| * | avoid nulls when crafting variants | Michael Terry | 2011-01-13 | 1 | -4/+4 |
| | | |||||
| * | use notdir in case make gives us full paths | Michael Terry | 2011-01-13 | 1 | -2/+2 |
| | | |||||
* | | Fix the pkgconfig name for dbusmenu-glib-0.4 | Ken VanDine | 2011-01-12 | 2 | -2/+2 |
|/ | |||||
* | Wrong directory for the GTK 3 header. Fixed. | Ted Gould | 2010-12-08 | 1 | -4/+0 |
| | |||||
* | Adding in some '_' so that the symbols don't get exported in the library. | Ted Gould | 2010-12-08 | 4 | -7/+7 |
| | |||||
* | Making sure we have more ref's on our callbacks. | Ted Gould | 2010-12-08 | 1 | -2/+11 |
| |