# Generated by Makefile. Do not edit.

2012-09-19  Charles Kerr  <charles.kerr@canonical.com>

	12.10.1

2012-09-12  Charles Kerr  <charles.kerr@canonical.com>

	In libindicator, remove the cloak/decloak code in IndicatorObject to address Bug #1045372.
	
	In indicator-loader, support hiding & re-showing IndicatorObjectEntries by caching their menuitems and using gtk_widget_hide / gtk_widget_show.
	
	In tests/test-loader and tests/dummy-indicator-visible.c, support hiding & re-showing IndicatorObjectEntries by caching their parent widgetry instead of using gtk_widget_destroy().. Fixes: https://bugs.launchpad.net/bugs/1045372. Approved by Lars Uebernickel, jenkins.

2012-09-11  Charles Kerr  <charles.kerr@canonical.com>

	In tests/test-loader and tests/dummy-indicator-visible.c, support hiding & re-showing IndicatorObjectEntries by caching their parent widgetry instead of using gtk_widget_destroy()

2012-09-11  Charles Kerr  <charles.kerr@canonical.com>

	No newline at end of file

2012-09-11  Charles Kerr  <charles.kerr@canonical.com>

	remove the cloak/decloak widget logic

2012-07-11  Charles Kerr  <charles.kerr@canonical.com>

	bump version to 12.10.0

2012-06-19  Lars Uebernickel  <lars.uebernickel@canonical.com>

	merge lp:~charlesk/libindicator/fix-test-sources

2012-06-18  Charles Kerr  <charles.kerr@canonical.com>

	fix copy-and-paste error in specifying the tests' source files

2012-06-18  Charles Kerr  <charles.kerr@canonical.com>

	merge lp:~evgeni/libindicator/multiarch-same-devheaders so that we don't include build-time filenames in comments of the enum header files.

2012-06-10  Evgeni Golov  <evgeni@debian.org>

	don't include build-time filenames in comments of the enum header files
	
	If we do, the header files may be different on each build.
	This is especially harmful when building multiple times for multiple
	architectures and expecting the files to be identical.

2012-04-23  Charles Kerr  <charles.kerr@canonical.com>

	merge lp:~charlesk/libindicator/cxx to constify the constructors for indicator_service_manager

2012-04-22  Charles Kerr  <charles.kerr@canonical.com>

	indiator_service_manager_new*()'s name arguments were gchar*, make them const gchar*

2012-04-11  Charles Kerr  <charles.kerr@canonical.com>

	0.5.0

2012-04-11  Charles Kerr  <charles.kerr@canonical.com>

	merge lp:~charlesk/libindicator/lp-946408 to safeguard against invalid images being passed to indicator_image_helper_update()

2012-04-11  Charles Kerr  <charles.kerr@canonical.com>

	in indicator_image_helper_update(), test the image argument with GTK_IS_IMAGE before using it.

2012-04-04  Ted Gould  <ted@gould.cx>

	0.4.95

2012-04-03  Charles Kerr  <charles.kerr@canonical.com>

	merge lp:~allanlesage/libindicator/TDD to remove a dependency on gcovr, move gcov targets to their own makefile, and clean up .gcno files.

2012-03-27  Allan LeSage  <allanlesage@gmail.com>

	Removed gcovr dependency, moved coverage targets to own makefile, cleaning up *.gcno.

2012-04-03  Charles Kerr  <charles.kerr@canonical.com>

	merge lp:~charlesk/libindicator/lp-948391 to fix spelling/grammar errors in an error message.

2012-04-02  Charles Kerr  <charles.kerr@canonical.com>

	Fix spelling/grammar errors in an error message.

2012-04-02  Charles Kerr  <charles.kerr@canonical.com>

	When using g_variant_get("&s...", &string), the string must not be free'd.

2012-04-01  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	Setting again the variables as const

2012-04-01  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	Indicator Service Manager: we don't have to free values if got with &s from variant
	
	See http://is.gd/EyhAhP

2012-03-29  Charles Kerr  <charles.kerr@canonical.com>

	merge lp:~charlesk/libindicator/fix-disthook to fix auto-generation of AUTHORS and Changelog by looking for 'missing' in the directory where we told AC_CONFIG_AUX_DIR to put it.

2012-03-29  Charles Kerr  <charles.kerr@canonical.com>

	look for 'missing' in ac_aux_dir rather than top_srcdir.

2012-03-28  Charles Kerr  <charles.kerr@canonical.com>

	0.4.94

2012-03-26  Charles Kerr  <charles.kerr@canonical.com>

	merge lp:~htorque/libindicator/fix-small-leak to fix a GError memory leak reported in lp bug #965459

2012-03-26  Hernando Torque  <sirius@sonnenkinder.org>

	Free GError.

2012-03-16  Charles Kerr  <charles.kerr@canonical.com>

	fix minor memory leak when the proxy name changes

2012-03-07  Ted Gould  <ted@gould.cx>

	0.4.93

2012-03-05  Charles Kerr  <charles.kerr@canonical.com>

	merge lp:~ted/libindicator/lp719457 for Bug #719457

2012-03-02  Ted Gould  <ted@gould.cx>

	Attaching bug

2012-03-02  Ted Gould  <ted@gould.cx>

	Copying the name before using it to remove as it seems that the unwatch can cause the name to be free'd in some cases.  Odd, but valgrind can find it

2012-03-02  Ted Gould  <ted@gould.cx>

	Support new FD.o Desktop Actions

2012-02-27  Ted Gould  <ted@gould.cx>

	Get the right group in exec too! 

2012-02-27  Ted Gould  <ted@gould.cx>

	Handling the different group names when getting the name as well

2012-02-27  Ted Gould  <ted@gould.cx>

	Update test desktop file

2012-02-27  Ted Gould  <ted@gould.cx>

	Creating a warning for the legacy support

2012-02-27  Ted Gould  <ted@gould.cx>

	Adding a value for whether it should use the TargetEnvironment, I'm removing the warning because we don't care to fix old stuff anymore

2012-02-27  Ted Gould  <ted@gould.cx>

	Use the appropriate list of nicks and groups to find our data now

2012-02-27  Ted Gould  <ted@gould.cx>

	Figure out what kind of actions we have

2012-02-27  Ted Gould  <ted@gould.cx>

	Adding a state variable to track what kind of actions we have

2012-02-27  Ted Gould  <ted@gould.cx>

	Attaching bug

2012-02-27  Ted Gould  <ted@gould.cx>

	Changing our defines around to make sure to mark things the way that we think about them.

2012-02-29  Charles Kerr  <charles.kerr@canonical.com>

	lp:~charlesk/libindicator/fix-939061

2012-02-29  Charles Kerr  <charles.kerr@canonical.com>

	silence Coverity warning "PW.BRANCH_PAST_INITIALIZATION - CID 10615" reported in Bug #939061 
	
	Coverity is unhappy that the local variable "priv" is uninitialized if one of the goto branches is followed in this function. Since we only use priv once, a fairly clean way of sidestepping this warning is removing the local variable "priv" and instead using INDICATOR_OBJECT_GET_PRIVATE()'s return pointer directly.

2012-02-29  Charles Kerr  <charles.kerr@canonical.com>

	tweak: use g_clear_object() instead of if-not-null-g_object_unref()

2012-02-23  Ted Gould  <ted@gould.cx>

	0.4.92

2012-02-22  Ted Gould  <ted@gould.cx>

	Remove unenforcable consts

2012-02-22  Ted Gould  <ted@gould.cx>

	Attaching bug

2012-02-22  Ted Gould  <ted@gould.cx>

	Removing unenforcable consts

2012-02-14  Ted Gould  <ted@gould.cx>

	Adjusting timeout so it'll build on the buildds too

2012-02-14  Ted Gould  <ted@gould.cx>

	Explicitly listing gmodule as a library we're using

2012-02-14  Ted Gould  <ted@gould.cx>

	Explicity add gmodule in the list of required libraries

2012-02-14  Ted Gould  <ted@gould.cx>

	0.4.91

2012-02-13  Lars Uebernickel  <lars.uebernickel@canonical.com>

	indicator_object_set_visible: only emit entry-{added,removed} when visibility actually changed
	
	Emitting those signals is semantically incorrect. It also confused
	indicator-loader and the panel, because they are not checking whether an entry
	is already present in their entry-added handlers. This led to gtk warnings
	("widget already has a parent") and strange effects, such as the same menu
	being added multiple times into the panel.
	
	This patch also makes indicator_object_dispose use indicator_object_set_visible
	(it was already doing something similar).

2012-02-13  Lars Uebernickel  <lars.uebernickel@canonical.com>

	indicator_object_dispose: remove unneeded list of entries

2012-02-13  Lars Uebernickel  <lars.uebernickel@canonical.com>

	indicator_object_dispose: use _set_visible instead of reimplementing it

2012-02-13  Lars Uebernickel  <lars.uebernickel@canonical.com>

	indicator_object_set_visible: no need to check for ENTRY_INIT

2012-02-12  Lars Uebernickel  <lars.uebernickel@canonical.com>

	indicator_object_set_visible: only emit entry-{added,removed} when visibility actually changed
	
	Emitting those signals is semantically incorrect.  It also confused
	indicator-loader and the panel, because they are not checking whether an entry
	is already present in their entry-added handlers.  This led to gtk warnings
	("widget already has a parent") and strange effects, such as the same menu
	being added multiple times into the panel.

2012-02-10  Ted Gould  <ted@gould.cx>

	Free groupname after usage

2012-02-09  Daniel d'Andrada  <daniel.dandrada@canonical.com>

	Plug memory leak in parse_keyfile function.

2012-02-03  Ted Gould  <ted@gould.cx>

	Be more agressive in ensureing the parent_object value is available everywhere.

2012-02-03  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	tests, DummyIndicatorSignaler: free the allocated memory.

2012-01-25  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	Test loader: check also for parent changes

2012-01-25  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	Tests: update dummy signaler to work with real IndicatorObjectEntry
	
	This fixes a crash due to the parent/unparent.

2012-01-25  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	IndicatorObject: update object parent in any case.

2012-01-25  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	Added better parent_object tests.

2012-01-25  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	Indicator-Object: update the parent_object value only if the entry is valid.

2012-01-25  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	IndicatorObject: correctly initialize the parent object.

2012-01-24  Ted Gould  <ted@gould.cx>

	0.4.90

2012-01-23  Ted Gould  <ted@gould.cx>

	Bumping the ABI version

2012-01-23  Ted Gould  <ted@gould.cx>

	Add visibility concept to the default indicator object

2012-01-23  Charles Kerr  <charles.kerr@canonical.com>

	"bzr merge lp:indicator" + conflict resolution in tests suite

2012-01-23  Charles Kerr  <charles.kerr@canonical.com>

	another iteration of the indicator-object visibility support patch, 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

2012-01-20  Charles Kerr  <charles.kerr@canonical.com>

	fix bugs in IndicatorObject's visibility support.

2012-01-13  Charles Kerr  <charles.kerr@canonical.com>

	Better implementation.
	
	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.

2012-01-12  Charles Kerr  <charles.kerr@canonical.com>

	initial revision for GSettings/GtkMenu visibility support

2012-01-23  Ted Gould  <ted@gould.cx>

	Put the parent pointer in the entry struct to make it easier for the implementers of the panel side

2012-01-19  Ted Gould  <ted@gould.cx>

	Checking to ensure the parent_object pointer gets set

2012-01-19  Ted Gould  <ted@gould.cx>

	Adding a warning for entries that do not set their parent_object

2012-01-19  Ted Gould  <ted@gould.cx>

	Set the parent_object on the default entry

2012-01-19  Ted Gould  <ted@gould.cx>

	Adding a parent object pointer to the entry

2012-01-19  Ted Gould  <ted@gould.cx>

	Adding a window ID function to pass the window ID

2012-01-16  Ted Gould  <ted@gould.cx>

	Moving the function into the tester to making linking simpler

2012-01-16  Ted Gould  <ted@gould.cx>

	Adding a test to look to make sure the fallback works

2012-01-14  Ted Gould  <ted@gould.cx>

	Add a function to swap out the window entry handler

2012-01-14  Ted Gould  <ted@gould.cx>

	Getting the header in dist

2012-01-14  Ted Gould  <ted@gould.cx>

	Adding a test functioin for the entry func demmy indicator

2012-01-14  Ted Gould  <ted@gould.cx>

	Mark the entry functions as called

2012-01-13  Ted Gould  <ted@gould.cx>

	Setting up entry functions

2012-01-13  Ted Gould  <ted@gould.cx>

	Adding some public values to know if functions were called

2012-01-13  Ted Gould  <ted@gould.cx>

	Moving things into a shared header

2012-01-13  Ted Gould  <ted@gould.cx>

	Build a new dummy indicator

2012-01-13  Ted Gould  <ted@gould.cx>

	Clearing the entry function pointers

2012-01-13  Ted Gould  <ted@gould.cx>

	Handling the activate_window function and going up the stack

2012-01-13  Ted Gould  <ted@gould.cx>

	Documenting what this stuff does

2012-01-13  Ted Gould  <ted@gould.cx>

	Adding an activate window function, that can also be virtual! 

2012-01-13  Ted Gould  <ted@gould.cx>

	Adding test coverage checking

2011-12-06  Allan LeSage  <allanlesage@gmail.com>

	Added coverage reporting via gcov config and targets.

2012-01-13  Ted Gould  <ted@gould.cx>

	Ignoring all the stuff we build

2012-01-13  Ted Gould  <ted@gould.cx>

	Putting the GTK3 headers in a different directory

2011-11-20  György Balló  <ballogy@freestart.hu>

	Use different directory for headers of gtk3 library

2012-01-13  Ted Gould  <ted@gould.cx>

	Adding ability to disable tests

2011-11-20  György Balló  <ballogy@freestart.hu>

	Make building tests optional

2011-09-28  Ted Gould  <ted@gould.cx>

	0.4.1

2011-09-20  Ted Gould  <ted@gould.cx>

	Make sure our menus don't get proxied

2011-09-19  Ted Gould  <ted@gould.cx>

	0.4.0

2011-09-16  Ted Gould  <ted@gould.cx>

	Add in libm

2011-09-03  Evgeni Golov  <evgeni@debian.org>

	find and link libm
	
	otherwise it will ftbfs with --as-needed because
	libindicator/indicator-image-helper.c uses round() but does not link to libm

2011-08-11  Ted Gould  <ted@gould.cx>

	0.3.93

2011-08-10  Ted Gould  <ted@gould.cx>

	Check a reload of the icon theme if needed

2011-08-02  Aurelien Gateau  <aurelien.gateau@canonical.com>

	Ask GTK to rescan the icon theme if the wanted icon cannot be found.
	
	This is necessary at least with sni-qt, which generates icon on the fly in a
	custom theme dir.

2011-07-29  Ted Gould  <ted@gould.cx>

	Don't make a new include directory based on GTK version

2011-07-21  Ted Gould  <ted@gould.cx>

	Making sure the lib builds before the tests or tools

2011-07-21  Ted Gould  <ted@gould.cx>

	0.3.92

2011-07-21  Ted Gould  <ted@gould.cx>

	Adding in secondary activate support

2011-07-21  Ted Gould  <ted@gould.cx>

	Dropping the x and y paramaters from the secondary activate signal

2011-07-09  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	Added support for secondary activate signal: i.e. middle-click
	
	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).

2011-07-08  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	Merging with trunk

2011-07-14  Ted Gould  <ted@gould.cx>

	0.3.91

2011-07-14  Ted Gould  <ted@gould.cx>

	Fixing the libindicator test suite

2011-07-11  Ted Gould  <ted@gould.cx>

	Cleaning up removal of watchers as the string was getting free'd before it 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

2011-07-11  Ted Gould  <ted@gould.cx>

	Define the bus well known type in the session.conf file

2011-07-12  Ted Gould  <ted@gould.cx>

	Adding an env variable to put a service in replace mode

2011-07-12  Ted Gould  <ted@gould.cx>

	Watching when we do name switches

2011-07-12  Ted Gould  <ted@gould.cx>

	Adding in the shutdown function

2011-07-12  Ted Gould  <ted@gould.cx>

	In replace mode we need to ask the other guy to shutdown and still wait for the name a bit.

2011-07-12  Ted Gould  <ted@gould.cx>

	Adding in a property for being in replace mode

2011-07-11  Ted Gould  <ted@gould.cx>

	Add the PC file instead of replace it

2011-07-11  Ted Gould  <ted@gould.cx>

	Handle NULL entries without crashing

2011-07-07  Ted Gould  <ted@gould.cx>

	Installing the debugging env entries in shared directory instead of the executable one.

2011-07-07  Ken VanDine  <ken.vandine@canonical.com>

	Make xsessiondir = $(pkgdatadir)

2011-07-07  Ted Gould  <ted@gould.cx>

	Fixing doc string

2011-07-07  Ken VanDine  <ken.vandine@canonical.com>

	Changed to help message for --with-gtk to reflect the new default

2011-07-07  Ted Gould  <ted@gould.cx>

	Anotating the get entires function properly.

2011-07-08  Robert Ancell  <robert.ancell@canonical.com>

	Annotate the return value of indicator_object_get_entries so that the type in the list is known, also fix typo in docstring

2011-07-07  Ted Gould  <ted@gould.cx>

	Making the box function conditional on GTK version

2011-07-07  Ted Gould  <ted@gould.cx>

	Handling the right box for the right version of GTK

2011-07-06  Ted Gould  <ted@gould.cx>

	0.3.90

2011-07-06  Ted Gould  <ted@gould.cx>

	Cleaning up the built pc file

2011-07-06  Ted Gould  <ted@gould.cx>

	Switch to using gtk_box_new()

2011-07-06  Ted Gould  <ted@gould.cx>

	Making some test XFAIL and attaching to bugs

2011-07-06  Ted Gould  <ted@gould.cx>

	Adding headers to tests

2011-07-06  Ted Gould  <ted@gould.cx>

	Adding license info to [ch] files

2011-07-06  Ted Gould  <ted@gould.cx>

	Changing the API and ABI versioning slightly

2011-07-05  Ted Gould  <ted@gould.cx>

	Setting default GTK version to 3

2011-07-05  Ted Gould  <ted@gould.cx>

	Changing the pkgconfig file version to include the API version

2011-07-05  Ted Gould  <ted@gould.cx>

	Making the API and ABI versions variables

2011-07-05  Ted Gould  <ted@gould.cx>

	Adding another level of .in for the pc files.

2011-07-06  Ted Gould  <ted@gould.cx>

	Adding in the name hint for the indicators

2011-07-05  Ted Gould  <ted@gould.cx>

	Clearing our local name_hint and ensuring we fill it if a function is provided.

2011-07-05  Ted Gould  <ted@gould.cx>

	Adding a get name hint function as well.

2011-07-05  Ted Gould  <ted@gould.cx>

	Adding the naming hint to the entry structure

2011-07-05  Ted Gould  <ted@gould.cx>

	Switching to single scrolling event.

2011-07-02  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	Merging "scroll" and "scroll-entry" into the "entry-scrolled" signal
	
	API change to merge the duplication of signals, as defined in
	the blueprint desktop-dx-o-indicators-review

2011-06-16  Ted Gould  <ted@gould.cx>

	Updating autotools

2011-06-15  Javier Jardón  <javier.jardon@codethink.co.uk>

	configure.ac: Generate xz tarballs with pax format by default

2011-06-15  Javier Jardón  <javier.jardon@codethink.co.uk>

	Update autotools configuration
	
	Do not use deprecated macros
	Use new libtool syntax

2011-03-23  Ted Gould  <ted@gould.cx>

	0.3.22

2011-03-23  Ted Gould  <ted@gould.cx>

	Adding API to know what the environment the indicator is in

2011-03-22  Ted Gould  <ted@gould.cx>

	Adding a nice little checking function

2011-03-22  Ted Gould  <ted@gould.cx>

	Adding an environments variable and make a lifecycle for it.

2011-03-22  Ted Gould  <ted@gould.cx>

	Getting some stub functions in

2011-03-22  Ted Gould  <ted@gould.cx>

	Making the environments a list of strings

2011-03-16  Ted Gould  <ted@gould.cx>

	0.3.21

2011-03-16  Ted Gould  <ted@gould.cx>

	Fix checking for target environment on the desktop group

2011-03-16  Ted Gould  <ted@gould.cx>

	Make sure not to use TargetEnvironment on the desktop group

2011-03-03  Ted Gould  <ted@gould.cx>

	0.3.20

2011-03-03  Ted Gould  <ted@gould.cx>

	Use the TargetEnvironment key

2011-03-02  Ted Gould  <ted@gould.cx>

	Removing warning that there are no shortcuts, that's a valid thing to have.

2011-03-02  Ted Gould  <ted@gould.cx>

	Adding a target environment key and checking for that over others.

2011-02-17  Ted Gould  <ted@gould.cx>

	0.3.19

2011-02-16  Ted Gould  <ted@gould.cx>

	Returning reserveds as we're breaking ABI anyway

2011-02-16  Ted Gould  <ted@gould.cx>

	Bumping the major version of the lib and the indicator directory

2011-02-16  Ted Gould  <ted@gould.cx>

	Merging support for having an accessible description

2011-02-08  Luke Yelavich  <luke.yelavich@canonical.com>

	accessible_name -> accessible_desc in tests as well

2011-02-08  Luke Yelavich  <luke.yelavich@canonical.com>

	* accessible_name -> accessible_desc to better reflect the use of the content.
	* Add accessible-desc-update signal so that indicators can tell
	indicator-applet/unity that the accessible description has changed

2011-02-01  Luke Yelavich  <luke.yelavich@canonical.com>

	use const gchar for variable and prototype

2011-02-01  Luke Yelavich  <luke.yelavich@canonical.com>

	Merge from trunk

2011-01-18  Luke Yelavich  <luke.yelavich@canonical.com>

	Add accessible_name variable in indicator entry structure

2011-02-16  Ted Gould  <ted@gould.cx>

	Fixing makefile to include all the necissary files in dist

2011-02-15  Ted Gould  <ted@gould.cx>

	Adding the service.in files as well

2011-02-15  Sebastien Bacher  <seb128@ubuntu.com>

	Add session.conf.in to dist

2011-01-27  Ted Gould  <ted@gould.cx>

	0.3.18

2011-01-27  Ted Gould  <ted@gould.cx>

	Adding a signal for scrolling that includes the entry

2011-01-27  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	Removed typo in code.
	
	Pasted a more SCROLL value :P

2011-01-27  Marco Trevisan (Treviño)  <mail@3v1n0.net>

	Added support for "signal-entry" signal
	
	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...

2011-01-14  Ted Gould  <ted@gould.cx>

	0.3.17

2011-01-13  Ted Gould  <ted@gould.cx>

	Use dbus name watches instead of g-owner-change signal for watching for restarts.

2011-01-13  Michael Terry  <mike@mterry.name>

	use actual DBus NameOwnerChanged interface rather than GDBus's higher level signal because that one only works for well-known names

2011-01-13  Michael Terry  <mike@mterry.name>

	fix basename issue when make is given full path

2011-01-13  Ted Gould  <ted@gould.cx>

	0.3.16

2011-01-10  Ted Gould  <ted@gould.cx>

	Adding a signal for the menu being closed.

2011-01-10  Ted Gould  <ted@gould.cx>

	Fixing doc strings

2011-01-09  Ted Gould  <ted@gould.cx>

	Adding a virtual function for closing the menu and a wrapper for it.

2011-01-10  Ted Gould  <ted@gould.cx>

	Porting to GDBus

2011-01-09  Ted Gould  <ted@gould.cx>

	Using the GCancellable to detect if we're already creating a proxy so that we don't do it twice.

2011-01-09  Ted Gould  <ted@gould.cx>

	Using variant_unref instead of object_unref as it's a variant

2011-01-09  Ted Gould  <ted@gould.cx>

	Making getting the proxy and watching cancellable so that we don't get weird crashes.

2011-01-09  Ted Gould  <ted@gould.cx>

	Adding in the ability to cancel the connection on short lived objects.

2011-01-07  Ted Gould  <ted@gould.cx>

	Removing a test that is broken at a lower level

2011-01-07  Ted Gould  <ted@gould.cx>

	Getting test suite build fixes

2011-01-07  Ted Gould  <ted@gould.cx>

	Syncing up to trunk

2011-01-07  Ted Gould  <ted@gould.cx>

	Switching to the session bus

2011-01-07  Ted Gould  <ted@gould.cx>

	Out of order parameters.

2011-01-07  Ted Gould  <ted@gould.cx>

	Adding in creating the interface info from the XML files

2011-01-07  Ted Gould  <ted@gould.cx>

	Replacing the service proxy with a brand new GDBus one

2011-01-07  Ted Gould  <ted@gould.cx>

	Ignoring the new files

2011-01-07  Ted Gould  <ted@gould.cx>

	Removing the bus and dbus_proxy variables as we won't need them anymore.

2011-01-07  Ted Gould  <ted@gould.cx>

	Switching around headers to the new world order

2011-01-07  Ted Gould  <ted@gould.cx>

	Instead of setting up a proxy to watch the watcher we're setting up a bus name watch on each one.

2011-01-07  Ted Gould  <ted@gould.cx>

	Little clean-ups the compiler found now that it's more happy.

2011-01-07  Ted Gould  <ted@gould.cx>

	Switch over to getting the GDBus bus instead of the dbus-glib one

2011-01-07  Ted Gould  <ted@gould.cx>

	Removing unused prototypes

2011-01-07  Ted Gould  <ted@gould.cx>

	Fleshing out the bus_method_call functions and tying them into the traditional start points from dbus.

2011-01-07  Ted Gould  <ted@gould.cx>

	Switching the way that we get a name on dbus and removing the dbus_proxy which was used for this previously.

2011-01-07  Ted Gould  <ted@gould.cx>

	Setting up the VTable

2011-01-07  Ted Gould  <ted@gould.cx>

	Switching the registration of the object over.

2011-01-07  Ted Gould  <ted@gould.cx>

	Parsing the XML file for the interface description on class init

2011-01-07  Ted Gould  <ted@gould.cx>

	Removing the dbus-glib headers

2011-01-07  Ted Gould  <ted@gould.cx>

	Changing the way the dbus xml is handled.

2011-01-06  Ted Gould  <ted@gould.cx>

	Removing dbus-glib from the build

2011-01-09  Ted Gould  <ted@gould.cx>

	Making the test suite compile again

2011-01-07  Ted Gould  <ted@gould.cx>

	Disabling the launch test temporarily as it seems broken in GLib

2011-01-07  Ted Gould  <ted@gould.cx>

	Fixing the linking of the tests to the right libs

2011-01-06  Ted Gould  <ted@gould.cx>

	Fixing the GTK3 include path.

2011-01-06  Ken VanDine  <ken.vandine@canonical.com>

	fixed the includedir

2011-01-06  Ted Gould  <ted@gould.cx>

	Fixing build source path and build a GTK3 loader

2010-11-24  Ken VanDine  <ken.vandine@canonical.com>

	Use abs_srcdir to find template files

2010-11-24  Ken VanDine  <ken.vandine@canonical.com>

	Build indicator-loader3 

2011-01-06  Ted Gould  <ted@gould.cx>

	Adding an important field to relate to when to show the indicator.

2011-01-04  Ted Gould  <ted@gould.cx>

	Adding a function to check whether we should show the indicator with priority.

2011-01-04  Ted Gould  <ted@gould.cx>
[--snip--]
