aboutsummaryrefslogtreecommitdiff
path: root/libindicator
Commit message (Collapse)AuthorAgeFilesLines
* Ask GTK to rescan the icon theme if the wanted icon cannot be found.Aurelien Gateau2011-08-021-0/+5
| | | | | | This is necessary at least with sni-qt, which generates icon on the fly in a custom theme dir.
* Don't make a new include directory based on GTK versionTed Gould2011-07-291-1/+1
|
* Adding in secondary activate supportTed Gould2011-07-212-3/+23
|\
| * Dropping the x and y paramaters from the secondary activate signalTed Gould2011-07-213-7/+3
| |
| * Added support for secondary activate signal: i.e. middle-clickMarco Trevisan (Treviño)2011-07-093-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 suiteTed Gould2011-07-141-11/+9
|\ \
| * | Cleaning up removal of watchers as the string was getting free'd before it ↵Ted Gould2011-07-111-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 switchesTed Gould2011-07-121-2/+20
| | |
* | | Adding in the shutdown functionTed Gould2011-07-122-0/+3
| | |
* | | In replace mode we need to ask the other guy to shutdown and still wait for ↵Ted Gould2011-07-121-2/+27
| | | | | | | | | | | | the name a bit.
* | | Adding in a property for being in replace modeTed Gould2011-07-121-0/+8
|/ /
* | Add the PC file instead of replace itTed Gould2011-07-111-1/+1
| |
* | Annotate the return value of indicator_object_get_entries so that the type ↵Robert Ancell2011-07-081-3/+3
|/ | | | in the list is known, also fix typo in docstring
* Cleaning up the built pc fileTed Gould2011-07-061-0/+2
|
* Changing the API and ABI versioning slightlyTed Gould2011-07-063-9/+18
|\
| * Changing the pkgconfig file version to include the API versionTed Gould2011-07-053-3/+3
| |
| * Making the API and ABI versions variablesTed Gould2011-07-053-7/+13
| |
| * Adding another level of .in for the pc files.Ted Gould2011-07-053-2/+5
| |
* | Clearing our local name_hint and ensuring we fill it if a function is provided.Ted Gould2011-07-051-0/+5
| |
* | Adding a get name hint function as well.Ted Gould2011-07-051-0/+3
| |
* | Adding the naming hint to the entry structureTed Gould2011-07-051-0/+3
|/
* Merging "scroll" and "scroll-entry" into the "entry-scrolled" signalMarco Trevisan (Treviño)2011-07-023-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 functionTed Gould2011-03-222-0/+31
|
* Adding an environments variable and make a lifecycle for it.Ted Gould2011-03-221-3/+19
|
* Getting some stub functions inTed Gould2011-03-222-2/+36
|
* Making the environments a list of stringsTed Gould2011-03-221-0/+3
|
* Make sure not to use TargetEnvironment on the desktop groupTed Gould2011-03-161-6/+8
|
* Removing warning that there are no shortcuts, that's a valid thing to have.Ted Gould2011-03-021-1/+0
|
* Adding a target environment key and checking for that over others.Ted Gould2011-03-021-0/+26
|
* Returning reserveds as we're breaking ABI anywayTed Gould2011-02-161-1/+12
|
* Bumping the major version of the lib and the indicator directoryTed Gould2011-02-163-3/+3
|
* * accessible_name -> accessible_desc to better reflect the use of the content.Luke Yelavich2011-02-082-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 prototypeLuke Yelavich2011-02-011-2/+2
|
* Merge from trunkLuke Yelavich2011-02-013-4/+28
|\
| * Removed typo in code.Marco Trevisan (Treviño)2011-01-271-1/+1
| | | | | | | | Pasted a more SCROLL value :P
| * Added support for "signal-entry" signalMarco Trevisan (Treviño)2011-01-273-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 structureLuke Yelavich2011-01-182-0/+15
|/
* use actual DBus NameOwnerChanged interface rather than GDBus's higher level ↵Michael Terry2011-01-131-9/+34
| | | | signal because that one only works for well-known names
* fix basename issue when make is given full pathMichael Terry2011-01-131-2/+2
|
* Adding a signal for the menu being closed.Ted Gould2011-01-102-0/+26
|\
| * Fixing doc stringsTed Gould2011-01-101-2/+2
| |
| * Adding a virtual function for closing the menu and a wrapper for it.Ted Gould2011-01-092-0/+26
| |
* | Using the GCancellable to detect if we're already creating a proxy so that ↵Ted Gould2011-01-091-6/+21
| | | | | | | | we don't do it twice.
* | Using variant_unref instead of object_unref as it's a variantTed Gould2011-01-091-1/+1
| |
* | Making getting the proxy and watching cancellable so that we don't get weird ↵Ted Gould2011-01-091-2/+31
| | | | | | | | crashes.
* | Adding in the ability to cancel the connection on short lived objects.Ted Gould2011-01-091-2/+18
| |
* | Syncing up to trunkTed Gould2011-01-075-4/+57
|\|
| * fixed the includedirKen VanDine2011-01-061-1/+1
| |
| * Fixing build source path and build a GTK3 loaderTed Gould2011-01-061-2/+2
| |\
| | * Use abs_srcdir to find template filesKen VanDine2010-11-241-2/+2
| | |