aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
| | * | Adding another level of .in for the pc files.Ted Gould2011-07-054-4/+7
| | | |
| * | | Adding in the name hint for the indicatorsTed Gould2011-07-062-0/+11
| |\ \ \ | | |/ / | |/| |
| | * | 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
| |/ /
| * | Switching to single scrolling event.Ted Gould2011-07-053-30/+8
| |\|
| | * 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
| * Updating autotoolsTed Gould2011-06-162-23/+22
| |\
| | * configure.ac: Generate xz tarballs with pax format by defaultJavier Jardón2011-06-151-1/+1
| | |
| | * Update autotools configurationJavier Jardón2011-06-152-23/+22
| |/ | | | | | | | | | | Do not use deprecated macros Use new libtool syntax
* | Import upstream version 0.3.22Ted Gould2011-03-235-12/+120
|\|
| * 0.3.220.3.22Ted Gould2011-03-231-2/+2
| |
| * Adding API to know what the environment the indicator is inTed Gould2011-03-232-0/+84
| |\
| | * 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
| | |
* | | Import upstream version 0.3.21Ted Gould2011-03-164-18/+32
|\| |
| * | 0.3.210.3.21Ted Gould2011-03-161-2/+2
| |/
| * Fix checking for target environment on the desktop groupTed Gould2011-03-161-6/+8
| |\
| | * Make sure not to use TargetEnvironment on the desktop groupTed Gould2011-03-161-6/+8
| |/
* | Import upstream version 0.3.20Ted Gould2011-03-034-13/+54
|\|
| * 0.3.200.3.20Ted Gould2011-03-031-2/+2
| |
| * Use the TargetEnvironment keyTed Gould2011-03-031-1/+26
| |\
| | * 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
| |/
* | Import upstream version 0.3.19Ted Gould2011-02-1719-18/+197
|\|
| * 0.3.190.3.19Ted Gould2011-02-171-2/+2
| |
| * 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
| |
| * Merging support for having an accessible descriptionTed Gould2011-02-165-0/+59
| |\
| | * accessible_name -> accessible_desc in tests as wellLuke Yelavich2011-02-083-6/+6
| | |
| | * * 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-014-5/+5
| | |
| | * Merge from trunkLuke Yelavich2011-02-014-6/+30
| | |\
| | * | Add accessible_name variable in indicator entry structureLuke Yelavich2011-01-185-0/+35
| | | |
| * | | Fixing makefile to include all the necissary files in distTed Gould2011-02-161-1/+6
| |\ \ \ | | |_|/ | |/| |
| | * | Adding the service.in files as wellTed Gould2011-02-151-1/+4
| | | |
| | * | Add session.conf.in to distSebastien Bacher2011-02-151-1/+3
| |/ /
* | | Import upstream version 0.3.18Ted Gould2011-01-279-20/+116
|\| |
| * | 0.3.180.3.18Ted Gould2011-01-271-2/+2
| | |
| * | Adding a signal for scrolling that includes the entryTed Gould2011-01-273-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...
* | Import upstream version 0.3.17Ted Gould2011-01-146-25/+70
|\|
| * 0.3.170.3.17Ted Gould2011-01-141-2/+2
| |
| * Use dbus name watches instead of g-owner-change signal for watching for ↵Ted Gould2011-01-132-11/+36
| |\ | | | | | | | | | restarts.
| | * 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
| | |
* | | Import upstream version 0.3.16Ted Gould2011-01-1322-392/+876
|\| |