Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | indicator-ng: try to restart the service when it crashes | Lars Uebernickel | 2013-02-06 | 1 | -0/+1 |
| | | | | | | | This uses a (slightly) awkward heuristic: when the well-known name vanishes from the session bus, it only restarts the service when it didn't explicitly hide the indicator before. | ||||
* | Removing unenforcable consts | Ted Gould | 2012-02-22 | 1 | -2/+2 |
| | |||||
* | Add visibility concept to the default indicator object | Ted Gould | 2012-01-23 | 1 | -0/+13 |
|\ | |||||
| * | "bzr merge lp:indicator" + conflict resolution in tests suite | Charles Kerr | 2012-01-23 | 1 | -0/+2 |
| |\ | |||||
| * | | another iteration of the indicator-object visibility support patch, ↵ | Charles Kerr | 2012-01-23 | 1 | -3/+9 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | incorporating ideas from discussion with ted - some functions were public when they should have been private - the hide/show handler is now a virtual function & is documented in indicator-object.h - added unit tests - the GSettings monitor has been removed | ||||
| * | | Better implementation. | Charles Kerr | 2012-01-13 | 1 | -1/+5 |
| | | | | | | | | | | | | | | | This version handles the bootstrapping conditions better, and also refs+detaches the GtkMenu for safekeeping between removed->added events s.t. it can keep being reused. | ||||
| * | | initial revision for GSettings/GtkMenu visibility support | Charles Kerr | 2012-01-12 | 1 | -0/+3 |
| | | | |||||
* | | | Adding a parent object pointer to the entry | Ted Gould | 2012-01-19 | 1 | -0/+2 |
| |/ |/| | |||||
* | | Adding an activate window function, that can also be virtual! | Ted Gould | 2012-01-13 | 1 | -0/+2 |
|/ | |||||
* | Dropping the x and y paramaters from the secondary activate signal | Ted Gould | 2011-07-21 | 1 | -1/+1 |
| | |||||
* | Added support for secondary activate signal: i.e. middle-click | Marco Trevisan (Treviño) | 2011-07-09 | 1 | -1/+4 |
| | | | | | | | | Secondary activate signal is designed to be used for a secondary kind of activation, for example using middle-click. It exports both the event time and the mouse position (this is mostly needed to follow the Status Notifier specifications). | ||||
* | Adding a get name hint function as well. | Ted Gould | 2011-07-05 | 1 | -0/+3 |
| | |||||
* | Adding the naming hint to the entry structure | Ted Gould | 2011-07-05 | 1 | -0/+3 |
| | |||||
* | Merging "scroll" and "scroll-entry" into the "entry-scrolled" signal | Marco Trevisan (Treviño) | 2011-07-02 | 1 | -6/+4 |
| | | | | | API change to merge the duplication of signals, as defined in the blueprint desktop-dx-o-indicators-review | ||||
* | Adding a nice little checking function | Ted Gould | 2011-03-22 | 1 | -0/+1 |
| | |||||
* | Getting some stub functions in | Ted Gould | 2011-03-22 | 1 | -2/+2 |
| | |||||
* | Making the environments a list of strings | Ted Gould | 2011-03-22 | 1 | -0/+3 |
| | |||||
* | Returning reserveds as we're breaking ABI anyway | Ted Gould | 2011-02-16 | 1 | -1/+12 |
| | |||||
* | * accessible_name -> accessible_desc to better reflect the use of the content. | Luke Yelavich | 2011-02-08 | 1 | -5/+10 |
| | | | | | | * Add accessible-desc-update signal so that indicators can tell indicator-applet/unity that the accessible description has changed | ||||
* | use const gchar for variable and prototype | Luke Yelavich | 2011-02-01 | 1 | -2/+2 |
| | |||||
* | Merge from trunk | Luke Yelavich | 2011-02-01 | 1 | -1/+3 |
|\ | |||||
| * | Removed typo in code. | Marco Trevisan (Treviño) | 2011-01-27 | 1 | -1/+1 |
| | | | | | | | | Pasted a more SCROLL value :P | ||||
| * | Added support for "signal-entry" signal | Marco Trevisan (Treviño) | 2011-01-27 | 1 | -2/+4 |
| | | | | | | | | | | | | | | | | libindicator support the new "scroll-entry" signal (which get called using the target entry as parameter too) I think that maybe we could simply rewrite the "scroll" signal, but I kept it there for compatibility reasons; however, actually just the indicator-sound should be fixed in case of switch... | ||||
* | | Add accessible_name variable in indicator entry structure | Luke Yelavich | 2011-01-18 | 1 | -0/+5 |
|/ | |||||
* | Adding a virtual function for closing the menu and a wrapper for it. | Ted Gould | 2011-01-09 | 1 | -0/+5 |
| | |||||
* | Adding a function to check whether we should show the indicator with priority. | Ted Gould | 2011-01-04 | 1 | -0/+1 |
| | |||||
* | Making it a real signal now | Ted Gould | 2011-01-04 | 1 | -0/+2 |
| | |||||
* | Adding a show now state to indicate priority. | Ted Gould | 2011-01-04 | 1 | -0/+6 |
| | |||||
* | Breaking the ABI and adding a subclassable function. | Ted Gould | 2010-09-16 | 1 | -1/+9 |
| | |||||
* | Adding a function to push activate back down. | Ted Gould | 2010-09-16 | 1 | -0/+1 |
| | |||||
* | Forgot the signal name | Ted Gould | 2010-09-14 | 1 | -0/+2 |
| | |||||
* | Adding slot for the menu show signal | Ted Gould | 2010-09-14 | 1 | -7/+6 |
| | |||||
* | Use IndicatorScrollDirection instead of gboolean in ↵ | Cody Russell | 2010-03-16 | 1 | -1/+1 |
| | | | | IndicatorObjectClass->scroll function pointer. | ||||
* | Define IndicatorScrollDirection enum for scroll signal parameter. | Cody Russell | 2010-03-16 | 1 | -2/+9 |
| | |||||
* | Add 'scroll' signal. | Cody Russell | 2010-03-15 | 1 | -5/+7 |
| | |||||
* | API changes required to have locations for the entries. | Ted Gould | 2010-01-15 | 1 | -4/+9 |
| | |||||
* | Using the proper define for the type. | Ted Gould | 2009-11-04 | 1 | -2/+2 |
| | |||||
* | Adding in some ID helpers. | Ted Gould | 2009-11-03 | 1 | -2/+4 |
| | |||||
* | Adding in some signals to make for some more fun. | Ted Gould | 2009-11-03 | 1 | -0/+3 |
| | |||||
* | Typo | Ted Gould | 2009-11-03 | 1 | -1/+1 |
| | |||||
* | Whew, blew up the interface and built it back again. | Ted Gould | 2009-11-03 | 1 | -8/+8 |
| | |||||
* | Redefining the interface. Now this object should get subclassed by folks. | Ted Gould | 2009-11-03 | 1 | -7/+64 |
| | |||||
* | Comments in the copyright statements updated. | Ted Gould | 2009-11-03 | 1 | -1/+2 |
| | |||||
* | Oh, legal headers. Fun, fun. | Ted Gould | 2009-10-28 | 1 | -0/+22 |
| | |||||
* | Adding some accessor functions for the various GTK objects. | Ted Gould | 2009-10-08 | 1 | -0/+4 |
| | |||||
* | Adding a function to create an object from a file | Ted Gould | 2009-10-08 | 1 | -0/+1 |
| | |||||
* | Building a base object. | Ted Gould | 2009-10-06 | 1 | -0/+33 |