aboutsummaryrefslogtreecommitdiff
path: root/libindicator
Commit message (Collapse)AuthorAgeFilesLines
* Import upstream version 0.4.90Ted Gould2012-01-247-38/+398
|\
| * Bumping the ABI versionTed Gould2012-01-231-1/+1
| |
| * Add visibility concept to the default indicator objectTed Gould2012-01-233-31/+338
| |\
| | * "bzr merge lp:indicator" + conflict resolution in tests suiteCharles Kerr2012-01-234-2/+41
| | |\
| | * | another iteration of the indicator-object visibility support patch, ↵Charles Kerr2012-01-232-168/+84
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
| | * | fix bugs in IndicatorObject's visibility support.Charles Kerr2012-01-201-138/+161
| | | |
| | * | Better implementation.Charles Kerr2012-01-132-119/+227
| | | | | | | | | | | | | | | | | | | | 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 supportCharles Kerr2012-01-123-12/+272
| | | |
| * | | Set the parent_object on the default entryTed Gould2012-01-191-0/+1
| | | |
| * | | Adding a parent object pointer to the entryTed Gould2012-01-191-0/+2
| | |/ | |/|
| * | Adding a window ID function to pass the window IDTed Gould2012-01-192-0/+37
| |\ \
| | * | Clearing the entry function pointersTed Gould2012-01-131-0/+4
| | | |
| | * | Handling the activate_window function and going up the stackTed Gould2012-01-131-0/+7
| | | |
| | * | Documenting what this stuff doesTed Gould2012-01-131-0/+16
| | | |
| | * | Adding an activate window function, that can also be virtual! Ted Gould2012-01-132-0/+10
| | | |
| * | | Adding test coverage checkingTed Gould2012-01-131-0/+2
| |\ \ \ | | |/ / | |/| |
| | * | Added coverage reporting via gcov config and targets.Allan LeSage2011-12-061-0/+2
| | |/
| * / Use different directory for headers of gtk3 libraryGyörgy Balló2011-11-202-2/+2
| |/
* | Import upstream version 0.4.0Ted Gould2011-09-191-0/+1
|\|
* | Import upstream version 0.3.93Ted Gould2011-08-113-2/+7
|\|
| * 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
| |
* | Import upstream version 0.3.92Ted Gould2011-07-212-3/+23
|\|
| * 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).
* | | Import upstream version 0.3.91Ted Gould2011-07-146-19/+72
|\| |
| * | 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
* | Import upstream version 0.3.90Ted Gould2011-07-079-103/+72
|\|
| * 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
* | Import upstream version 0.3.22Ted 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
| |