Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | mono bindings: updated API and example | Marco Trevisan (Treviño) | 2011-07-20 | 2 | -6/+7 |
| | |||||
* | app-indicator: Move from "secondary-activate" signal to secondary_activate ↵ | Marco Trevisan (Treviño) | 2011-07-20 | 2 | -45/+131 |
| | | | | | | | | | | | | | | | | target To avoid appindicators writers to use the "secondary-activate" event to perform actions that can't be done via a menu item we added a new API: - app_indicator_set_secondary_activate_target - app_indicator_get_secondary_activate_target With it, an appindicator writer can simply define a new GtkWidget that will be activated when a secondary activation will occur. The GtkWidget must be a sensitive and visible inner child of the appindicator MenuItem. | ||||
* | Call the right signal on middle-click over the tray icon! | Marco Trevisan (Treviño) | 2011-07-19 | 1 | -1/+1 |
| | |||||
* | app-indicator: added middle click support for wrapper tray | Marco Trevisan (Treviño) | 2011-07-18 | 1 | -1/+29 |
| | | | | | When a trayicon is used, the middle click over the icon is considered as a secondary activation. | ||||
* | examples: add secondary-activate signal usage to Vala and C | Marco Trevisan (Treviño) | 2011-07-18 | 2 | -1/+20 |
| | |||||
* | Vala bindings example: added secondary_activate | Marco Trevisan (Treviño) | 2011-07-18 | 1 | -0/+8 |
| | |||||
* | mono bindings: added SecondaryActivate support. | Marco Trevisan (Treviño) | 2011-07-18 | 2 | -0/+6 |
| | | | | Updated the example too. | ||||
* | Add signal "secondary-activate" and emit it when needed | Marco Trevisan (Treviño) | 2011-07-18 | 4 | -12/+46 |
| | | | | | | | | When a libappindicator app get the "SecondaryActivate" dbus method call, the library redirects it to the app emitting the "secondary-activate" signal. This should be conform to the StatusNotifierItem specifications. | ||||
* | Merge with Upstream | Marco Trevisan (Treviño) | 2011-07-09 | 4 | -5/+7 |
|\ | |||||
| * | 0.3.900.3.90 | Ted Gould | 2011-07-07 | 1 | -1/+1 |
| | | |||||
| * | Removing -Werror for the Vala compiler | Ted Gould | 2011-07-07 | 2 | -2/+3 |
| | | |||||
| * | Free allocated name | Ted Gould | 2011-07-07 | 1 | -0/+1 |
| |\ | |||||
| | * | Free name if we get it | Ted Gould | 2011-06-16 | 1 | -0/+1 |
| |/ |/| | |||||
| * | Migrate to libindicator 0.4 | Ted Gould | 2011-07-07 | 1 | -2/+2 |
|/ | |||||
* | Doc fix | Ted Gould | 2011-06-16 | 1 | -1/+1 |
|\ | |||||
| * | Trivial documentation fix | Javier Jardón | 2011-06-16 | 1 | -1/+1 |
| | | | | | | | | | | The property name is 'icon-desc', not 'icon-description' | ||||
* | | Autotools fixes | Ted Gould | 2011-06-16 | 2 | -26/+21 |
|\ \ | |/ |/| | |||||
| * | configure.ac: Generate xz tarballs with pax format by default | Javier Jardón | 2011-06-15 | 1 | -1/+1 |
| | | |||||
| * | Update autotools configuration | Javier Jardón | 2011-06-15 | 2 | -26/+21 |
|/ | | | | | | | Do not use deprecated macros Use new libtool syntax Remove unneeded code | ||||
* | 0.3.00.3.0 | Ted Gould | 2011-03-23 | 1 | -2/+2 |
| | |||||
* | Use icon-name instead of GIcon in the fallback GtkStatusIcon | Ted Gould | 2011-03-23 | 1 | -11/+3 |
|\ | |||||
| * | Set gtk_status_icon using icon_name instead of gicon | Ted Gould | 2011-03-23 | 1 | -11/+3 |
|/ | |||||
* | 0.2.990.2.99 | Ted Gould | 2011-03-16 | 1 | -2/+2 |
| | |||||
* | Doing a ref_sink() like we should have been doing! | Ted Gould | 2011-03-14 | 1 | -1/+1 |
|\ | |||||
| * | sink ref to passed-in menu in set_menu() to avoid leaks | Michael Terry | 2011-03-14 | 1 | -1/+1 |
|/ | |||||
* | 0.2.980.2.98 | Ted Gould | 2011-03-10 | 1 | -2/+2 |
| | |||||
* | Adding a TargetEnvironment to the desktop file | Ted Gould | 2011-03-10 | 1 | -3/+4 |
| | |||||
* | Don't watch signals we shouldn't need to. | Ted Gould | 2011-03-09 | 1 | -21/+2 |
|\ | |||||
| * | Attaching bug number | Ted Gould | 2011-03-08 | 0 | -0/+0 |
| | | |||||
| * | Dropping the client_menu_changed function as dbusmenu should do this for us. | Ted Gould | 2011-03-08 | 1 | -21/+2 |
|/ | |||||
* | 0.2.970.2.97 | Ted Gould | 2011-03-03 | 1 | -2/+2 |
| | |||||
* | Adding additional functions into Python bindings | Ted Gould | 2011-03-02 | 1 | -40/+52 |
|\ | |||||
| * | Updated appindicator.defs (fixes LP: #724917) | Артём Попов | 2011-02-26 | 1 | -40/+52 |
| | | |||||
* | | 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 |
| |/ | |||||
* | | Drop theme signal handler when shutting down. | Ted Gould | 2011-03-02 | 1 | -0/+2 |
|\ \ | |/ |/| | |||||
| * | disconnect from icon theme on dispose | Michael Terry | 2011-02-25 | 1 | -0/+2 |
|/ | |||||
* | 0.2.960.2.96 | Ted Gould | 2011-02-24 | 1 | -2/+2 |
| | |||||
* | Add the ability to set accessible descriptions for the icon and attention icon. | Ted Gould | 2011-02-24 | 9 | -29/+271 |
|\ | |||||
| * | Cleaning up even more! | Ted Gould | 2011-02-23 | 1 | -0/+5 |
| | | |||||
| * | Switching to proper properties | Ted Gould | 2011-02-23 | 1 | -1/+2 |
| | | |||||
| * | Matching prototypes to C file | Ted Gould | 2011-02-23 | 1 | -2/+2 |
| | | |||||
| * | Fixing the sections list | Ted Gould | 2011-02-23 | 1 | -3/+4 |
| | | |||||
| * | Dropping the accessible description tests. I don't have time to rewrite ↵ | Ted Gould | 2011-02-23 | 1 | -110/+0 |
| | | | | | | | | them now. They should be redone though. | ||||
| * | Switching to the new style of setting the a11y label | Ted Gould | 2011-02-23 | 2 | -32/+39 |
| | | |||||
| * | 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 |
| | |