Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Adding in secondary activate support | Ted Gould | 2011-07-21 | 2 | -3/+23 |
|\ | |||||
| * | Dropping the x and y paramaters from the secondary activate signal | Ted Gould | 2011-07-21 | 3 | -7/+3 |
| | | |||||
| * | Added support for secondary activate signal: i.e. middle-click | Marco Trevisan (Treviño) | 2011-07-09 | 3 | -3/+27 |
| | | | | | | | | | | | | | | | | 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). | ||||
* | | Fixing the libindicator test suite | Ted Gould | 2011-07-14 | 1 | -11/+9 |
|\ \ | |||||
| * | | Cleaning up removal of watchers as the string was getting free'd before it ↵ | Ted Gould | 2011-07-11 | 1 | -11/+9 |
| | | | | | | | | | | | | could get used to remove the entry from the hashtable. Now using a destroy function as that is possible with GDBus but wasn't with dbus-glib | ||||
* | | | Watching when we do name switches | Ted Gould | 2011-07-12 | 1 | -2/+20 |
| | | | |||||
* | | | Adding in the shutdown function | Ted Gould | 2011-07-12 | 2 | -0/+3 |
| | | | |||||
* | | | In replace mode we need to ask the other guy to shutdown and still wait for ↵ | Ted Gould | 2011-07-12 | 1 | -2/+27 |
| | | | | | | | | | | | | the name a bit. | ||||
* | | | Adding in a property for being in replace mode | Ted Gould | 2011-07-12 | 1 | -0/+8 |
|/ / | |||||
* | | Add the PC file instead of replace it | Ted Gould | 2011-07-11 | 1 | -1/+1 |
| | | |||||
* | | Annotate the return value of indicator_object_get_entries so that the type ↵ | Robert Ancell | 2011-07-08 | 1 | -3/+3 |
|/ | | | | in the list is known, also fix typo in docstring | ||||
* | Cleaning up the built pc file | Ted Gould | 2011-07-06 | 1 | -0/+2 |
| | |||||
* | Changing the API and ABI versioning slightly | Ted Gould | 2011-07-06 | 3 | -9/+18 |
|\ | |||||
| * | Changing the pkgconfig file version to include the API version | Ted Gould | 2011-07-05 | 3 | -3/+3 |
| | | |||||
| * | Making the API and ABI versions variables | Ted Gould | 2011-07-05 | 3 | -7/+13 |
| | | |||||
| * | Adding another level of .in for the pc files. | Ted Gould | 2011-07-05 | 3 | -2/+5 |
| | | |||||
* | | Clearing our local name_hint and ensuring we fill it if a function is provided. | Ted Gould | 2011-07-05 | 1 | -0/+5 |
| | | |||||
* | | 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 | 3 | -30/+8 |
| | | | | | 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 | 2 | -0/+31 |
| | |||||
* | Adding an environments variable and make a lifecycle for it. | Ted Gould | 2011-03-22 | 1 | -3/+19 |
| | |||||
* | Getting some stub functions in | Ted Gould | 2011-03-22 | 2 | -2/+36 |
| | |||||
* | Making the environments a list of strings | Ted Gould | 2011-03-22 | 1 | -0/+3 |
| | |||||
* | Make sure not to use TargetEnvironment on the desktop group | Ted Gould | 2011-03-16 | 1 | -6/+8 |
| | |||||
* | Removing warning that there are no shortcuts, that's a valid thing to have. | Ted Gould | 2011-03-02 | 1 | -1/+0 |
| | |||||
* | Adding a target environment key and checking for that over others. | Ted Gould | 2011-03-02 | 1 | -0/+26 |
| | |||||
* | Returning reserveds as we're breaking ABI anyway | Ted Gould | 2011-02-16 | 1 | -1/+12 |
| | |||||
* | Bumping the major version of the lib and the indicator directory | Ted Gould | 2011-02-16 | 3 | -3/+3 |
| | |||||
* | * accessible_name -> accessible_desc to better reflect the use of the content. | Luke Yelavich | 2011-02-08 | 2 | -11/+35 |
| | | | | | | * 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 | 3 | -4/+28 |
|\ | |||||
| * | 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 | 3 | -5/+29 |
| | | | | | | | | | | | | | | | | 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 | 2 | -0/+15 |
|/ | |||||
* | use actual DBus NameOwnerChanged interface rather than GDBus's higher level ↵ | Michael Terry | 2011-01-13 | 1 | -9/+34 |
| | | | | signal because that one only works for well-known names | ||||
* | fix basename issue when make is given full path | Michael Terry | 2011-01-13 | 1 | -2/+2 |
| | |||||
* | Adding a signal for the menu being closed. | Ted Gould | 2011-01-10 | 2 | -0/+26 |
|\ | |||||
| * | Fixing doc strings | Ted Gould | 2011-01-10 | 1 | -2/+2 |
| | | |||||
| * | Adding a virtual function for closing the menu and a wrapper for it. | Ted Gould | 2011-01-09 | 2 | -0/+26 |
| | | |||||
* | | Using the GCancellable to detect if we're already creating a proxy so that ↵ | Ted Gould | 2011-01-09 | 1 | -6/+21 |
| | | | | | | | | we don't do it twice. | ||||
* | | Using variant_unref instead of object_unref as it's a variant | Ted Gould | 2011-01-09 | 1 | -1/+1 |
| | | |||||
* | | Making getting the proxy and watching cancellable so that we don't get weird ↵ | Ted Gould | 2011-01-09 | 1 | -2/+31 |
| | | | | | | | | crashes. | ||||
* | | Adding in the ability to cancel the connection on short lived objects. | Ted Gould | 2011-01-09 | 1 | -2/+18 |
| | | |||||
* | | Syncing up to trunk | Ted Gould | 2011-01-07 | 5 | -4/+57 |
|\| | |||||
| * | fixed the includedir | Ken VanDine | 2011-01-06 | 1 | -1/+1 |
| | | |||||
| * | Fixing build source path and build a GTK3 loader | Ted Gould | 2011-01-06 | 1 | -2/+2 |
| |\ | |||||
| | * | Use abs_srcdir to find template files | Ken VanDine | 2010-11-24 | 1 | -2/+2 |
| | | | |||||
| * | | Adding an important field to relate to when to show the indicator. | Ted Gould | 2011-01-06 | 4 | -1/+54 |
| |\ \ | | |/ | |/| | |||||
| | * | Adding a function to check whether we should show the indicator with priority. | Ted Gould | 2011-01-04 | 2 | -0/+25 |
| | | |