# Generated by Makefile. Do not edit.

2012-08-21  Charles Kerr  <charles.kerr@canonical.com>

	12.10.1

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

	merge lp:~charlesk/libindicate/lp-1026722 to fix bug #1026722's memory leaks

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

	copyediting: fix misspelled comment

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

	copyediting: fix misspelled function name

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

	in listener's proxy_signal_cb()'s IndicatorModified handler, don't leak the variant's property string

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

	in listener's proxy_signal_cb()'s IndicatorRemoved handler, don't leak the variant's type string

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

	in listener's proxy_signal_cb()'s IndicatorAdded handler, don't leak the variant's type string

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

	In indicate_server_finalize(), fix a memory leak by being sure to free the icon_theme string

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

	IndicateIndicator's set_property() method should sink floating values

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

	omit unnecessary NULL tests before calling g_free()

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

	in indicate_indicator_finalize(), destroy the internal hashtable

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

	merge lp:~charlesk/libindicate/lp-1028184 to bug #1028184's memory leaks

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

	copyediting: fix a misspelled comment

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

	copyediting: fix misspelled function name

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

	in listener.c's proxy_signal_cb() IndicatorModified handler, don't leak the property string

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

	in listener.c's proxy_signal_cb() IndicatorRemoved handler, don't leak the type string

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

	in listener.c's proxy_signal_cb() IndicatorAdded handler, don't leak the type string

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

	bump version to 12.10.0

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

	fix glib #include error -- gmessages.h can't be included directly.

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

	merge lp:~evgeni/libindicate/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/libindicate/lp-986890 to make IndicateServer's dispose() method call its superclass' dispose().

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

	indicate_server_dispose() needs to call its superclass' dispose() method.

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

	merge lp:~allanlesage/libindicate/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-03-21  Ted Gould  <ted@gould.cx>

	0.6.92

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

	merge lp:~charlesk/libindicate/lp-957611 to fix a PW.BRANCH_PAST_INITIALIZATION warning reported by Coverity in lp bug #957611

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

	fix pre-existing GVariant leak that my patch didn't fix. reported by larsu

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

	remove a goto to silence a PW.BRANCH_PAST_INITIALIZATION warning reported by Coverity in LP Bug #957611

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

	merge lp:~charlesk/libindicate/lp-957970 to fix a leak in IndicateIndicator's get_properties() method

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

	plug a minor leak in IndicateIndicator's get_properties() method.

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

	0.6.91

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

	Fix autogen to build docs right

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

	patch from Allan and Charles to fix the build error reported by Coverity in bug #931759

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

	0.6.90

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

	Adding in a code coverage targe

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

	Charles' two-char change passes --enable-gcov through to configure

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

	Temporary changes for charles' debugging review.

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

	Changing API version to 0.7

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

	Add ability to set an icon them for the server

2012-01-18  Robert Carr  <racarr@canonical.com>


	Add test for icon theme properties

2012-01-18  Robert Carr  <racarr@canonical.com>


	server: Server side implementation of icontheme property

2012-01-18  Robert Carr  <racarr@canonical.com>


	listener: Add getter for icon theme property

2012-01-18  Robert Carr  <racarr@canonical.com>


	Add icontheme property to indicate interface

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

	Fix memleak on property failures

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

	Plug leak in get_property_cb
	
	It would leak memory whenever an error occurs.

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

	Tracking the path as well for multiple server usecases

2011-12-01  Robert Carr  <racarr@canonical.com>

	Implement server test based off the path setting code

2011-12-01  Robert Carr  <racarr@canonical.com>

	indicate_listener_server_get_indicators: Fix const correct warning in searchitem assignment

2011-12-01  Robert Carr  <racarr@canonical.com>

	Again we need to compare by DBus path as well as name

2011-12-01  Robert Carr  <racarr@canonical.com>

	listener.c: In todo_idle we have to give our search item a path. This prevents a breakdown when the same DBus name exports two indicate servers at seperate paths

2011-12-01  Robert Carr  <racarr@canonical.com>

	Implement indicate_listener_server_get_dbuspath

2011-12-01  Robert Carr  <racarr@canonical.com>

	When comparing two proxy_t we have to check their DBus name and DBus path

2011-11-30  Robert Carr  <racarr@canonical.com>

	Implement indicate_server_get_path

2011-11-30  Robert Carr  <racarr@canonical.com>

	Implement path property on server to enable exporting server objects at paths besides /com/canonical/indicate

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

	Configure flag to disable tests

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

	Make building tests optional

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

	Putting the GTK3 include files in a different directory

2012-01-05  György Balló  <ballogy@freestart.hu>

	Separate libindicate and libindicate-gtk include directories

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

	Use different directory for headers of gtk3 library

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

	0.6.1

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

	Should be 'yes' as well

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

	'have_python' is correct here

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

	0.6.0

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

	Make docs optional

2011-09-19  Pim Vullers  <p.vullers@cs.ru.nl>

	Update to 0.5.92

2011-09-19  Dennis Schridde  <devurandom@gmx.net>

	Making it so that doc building is configurable.

2011-09-19  Dennis Schridde  <devurandom@gmx.net>

	Making the Python version adjustable

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

	Make Python build optional

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

	Add a conditional for python

2011-09-19  Pim Vullers  <p.vullers@cs.ru.nl>

	Update patch to libindicate 0.5.90

2011-09-19  Dennis Schridde  <devurandom@gmx.net>

	Making it so that the Python compile is optional

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

	Make examples not build by default

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

	Update from trunk

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

	Making the examples build on check

2011-09-19  Dennis Schridde  <devurandom@gmx.net>

	Making it so the examples don't compile by default

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

	Bad merge

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

	Fixes a few mem leaks in the code.  Merging under the updated trivial merge CA rules

2011-01-21  Chow Loong Jin  <hyperair@ubuntu.com>

	Memory leaks fixes

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

	Make mono build optional

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

	make building mono extension optional, so we can build on archs that do not have mono

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

	Removing the assembly fom all

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

	Adding the ASSEMBLY building to be included with make check

2011-09-03  Dennis Schridde  <devurandom@gmx.net>

	Make mono-example not compile with all

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

	Fixing out of tree builds

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

	Changing to build dir

2011-09-02  Dennis Schridde  <devurandom@gmx.net>

	Fix out of source builds

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

	Fix introspection build

2011-09-02  Dennis Schridde  <devurandom@gmx.net>

	Make aclocal use the local macros on autoreconf

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

	Make libindicate-gtk optional

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

	Making the message work with xauto

2011-09-02  Dennis Schridde  <devurandom@gmx.net>

	Making libindicate-gtk optional

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

	0.5.91

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

	Adding functions to get the servers and indicators

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

	Adding a function to get the servers as well.

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

	Needs to be in the header file as well.

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

	Adding a function to get the list of indicators

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

	Fixes to Python bindings

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

	Fixing to use right symbols in python bindings

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

	Using the right libindicate-gtk version in building the Python bindings

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

	Making sure to grab these from the srcdir

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

	Fix PC file paths

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

	fixed paths in the pc files

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

	0.5.90

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

	Fixing comments so that the gir scanner will pick them up

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

	Using some of the C files for their documentation

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

	Bumping library revision numbers 

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

	Bumping the libindicate numbers to 0.6 as well

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

	Adding in GTK3 support and moving the GTK namespace

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

	Put good description in both

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

	Fix the scanner/compiler args so that everything gets the right header files.

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

	Fixing the pc file to include the right libs

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

	Fixing GTK check version

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

	Using the right version of the lib in the examples

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

	Building a new version of the API with GTK2/3 versions

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

	APIs are a changin'

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

	Making the 'indicator gtk' namespace

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

	Adding annotations and ensuring they all get picked up

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

	Checking for and using GTK+ 3 if we want it.

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

	More VAPI fixes

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

	Make sure Indicate-0.5.metadata is in the builddir when generating vapi

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

	Added Indicate-0.5.metadata to EXTRA_DIST

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

	Fix VAPI file generation

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

	Fixes for GIR scanning and vapi generation

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

	0.5.0

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

	Fixing error codes

2011-03-30  Chris Coulson  <chrisccoulson@ubuntu.com>

	Ensure that we use valid error names on the bus

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

	0.4.93

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

	Requiring dbusmenu 0.3.97

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

	Change to the new dbusmenu gir files

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

	0.4.92

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

	Switch to using the standard dbus property processing

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

	Attaching bug

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

	This is a dead code path, might get used later, but people can find it in Bazaar

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

	Extra protection of our variant unrefs

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

	Not using the cache at all

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

	Removing the force of avoiding the cache

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

	Oops, return should be '(v)' instead of 'v'

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

	Some test code.

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

	Unbox the variant

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

	Support calling back to the object if there isn't a cached property locally.

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

	Watching the dbus signals for name owner change

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

	Adding a subscription to the dbus signal saying something is going off the bus.

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

	Protect the tuple builder in a few cases to avoid segfaults.

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

	With zero entry arrays, we need to do things different.

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

	Protecting our new_tuple functions

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

	Fix an annoying segfault.

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

	Checking for NULL before ref'ing

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

	0.4.91

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

	Changing all of the directories to be the 0.5 directory

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

	0.4.90

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

	Switching everything around to a common number

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

	Oops, missed one.

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

	Bumping all the versions from 0.4 to 0.5

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

	Grabbing gdbus port

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

	Moving the PC files

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

	Canonical.com conversion

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

	canonical.com takeover

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

	Getting GDBus

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

	Landing the GDBus Branch

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

	Updating to current trunk

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

	Changing signature to match the XML

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

	Ignoring the signals we know about, but aren't using right there.

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

	Tuples protect us from evil

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

	Packing and unpacking the values into variant boxes

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

	Change the check of the type to use the g_variant function for it.

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

	Filling up a big case statement on properties.

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

	Stealling ALL the code isntead of just a little.

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

	Wrong interface for the signal

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

	Need some tuple wrappers

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

	Ensuring that if we set to show, but we fail because of a lack of a connection, when we get that connection we complete the work.

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

	Porting to the 'new' API

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

	Ken's fix for the mono bindings

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

	blacklist indicate_listener_get_property_variant from the mono bindings

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

	Forgot a brace

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

	Adding a wrapper to check to see if our object is on the bus before signalling on it.

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

	Making sure to emit the signals on dbus as well as locally.

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

	Updating versions of GIRs and VAPIs

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

	Restealling this function from the glib library.

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

	Adding in the XML files to the build

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

	Porting over 'support' for GetIndicatorServers

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

	Fixing the calling of interests

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

	Fixing getting properties from the proxy, which is mostly handled for us now.

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

	Make sure to unravel the tuple

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

	Fixing the calls to the variant indicator display functions

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

	Switching around the code to get data to be GVariant based

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

	The new signal order

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

	Fixing the getting of the indicator list of ids

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

	Fixing some callbacks to make these functions sing! 

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

	Fixing the returns on the split functions.

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

	Fixing around the callbacks with the proxies and such.

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

	Fixing some compile errors that snuck in.

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

	Getting the proper XML data

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

	So, it turns out, like, we really need all those marshallers.

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

	Every language (even though they have important whitespace) requires all your commas.

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

	Removing the proxy from the callbacks

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

	Switching around setting the max indicators

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

	Changing the way that we build the proxy to use a callback and be async

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

	Error handling is a good thing.

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

	Switching around getting the bus to be asyncronous but the we also needed variables and a dispose function.  Kinda got out of hand.

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

	Removing an interface we don't need to explicitly use anymore.

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

	Changing the types and removing final headers.

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

	Change our headers and get our interface all parsed up and pretty

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

	Dropping building the client and the server header files.

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

	Bad introspection.m4?  Huh?  Okay, fixed now.

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

	Versions to 0.4

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

	Changing the requirement on dbusmenu-glib

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

	Dropping requirement for dbus-glib

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

	Changing the internal structure of the indicators to be gvariants instead of gvalues

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

	Changing all the prototypes and getting this thing to compile! 

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

	Unpacking the variants and doing the method invocation stuff

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

	Replacing the get_sender functions to use the invocation

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

	Switching around returning errors to return them on the invocation.

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

	Register all our error codes with dbus

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

	Changing all the method prototypes and building up the method table.

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

	Moving dbus_name_change folks handling to be based on the proxy itself change.  Could be cleaned up some more.

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

	Changing the object registration over to registering with GDBus

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

	Typo

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

	Removing creating the connection in show and using the global creation with handling the async stuff.

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

	Bring in the XML interface.

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

	Switching the menu path parameter to being a string

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

	Switching to using the dbus vtable and interface_info

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

	Starting to port folks

2010-12-10  Ted Gould  <ted@gould.cx>

	Fleshing out setting up the connection and signals so that we have a robust system.

2010-12-09  Ted Gould  <ted@gould.cx>

	Switching the creation of the connection over to gdbus style.

2010-12-09  Ted Gould  <ted@gould.cx>

	Generate C from the XML files

2010-12-08  Ted Gould  <ted@gould.cx>

	Switch the introspection files being used

2010-12-08  Ted Gould  <ted@gould.cx>

	GIR Fixes

2010-12-08  Ken VanDine  <ken.vandine@canonical.com>

	Patch from Ubuntu to fix building with new g-ir-scanner

2010-12-08  Ted Gould  <ted@gould.cx>

	Changing the dbusmenu-glib version

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

	Ensure that an interest signal is always sent.

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

	Adding a note in the server docs.

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

	Adding in our little interst timer

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

	Adding a comment about why there isn't code there.  It's actually a negative comment.

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

	Removing the timer if someone shows any interest.

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

	Adding an interest timer private variable.

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

	Fixing Python version hardcoding

2010-12-15  Martin Pitt  <martin@piware.de>

	Don't hardcode linking with Python 2.6.
	
	Drop hardcoded Python 2.6 libraries, detect the proper version at configure
	time instead.
	
	Bug: https://launchpad.net/bugs/690555

2010-09-27  Ted Gould  <ted@gould.cx>

	Making the prototypes explicit for Vala 0.10

2010-09-21  Ted Gould  <ted@gould.cx>

	Autogening AUTHORS and ChangeLog

2010-09-15  Ted Gould  <ted@gould.cx>

	0.4.4

2010-09-15  Ted Gould  <ted@gould.cx>

	Setting the AssemblyVersion to something very specific

2010-09-14  Ted Gould  <ted@gould.cx>

	Set AssemblyVersion to 0.4.1

2010-09-09  Ted Gould  <ted@gould.cx>

	0.4.3

2010-09-09  Ted Gould  <ted@gould.cx>

	Adjust path to match installed directories.

2010-09-09  Ted Gould  <ted@gould.cx>

	Adjusting pkg config directories to match where things are installed.

2010-09-09  Ted Gould  <ted@gould.cx>

	0.4.2

2010-09-03  Ted Gould  <ted@gould.cx>

	Clean up proxy on dispose

2010-09-03  Ted Gould  <ted@gould.cx>

	Making sure to unref the proxy on dispose

2010-06-04  Ted Gould  <ted@gould.cx>

	0.4.1

2010-06-04  Ted Gould  <ted@gould.cx>

	Fixes for the annotations for GIR/VAPI builds

2010-06-04  Ted Gould  <ted@gould.cx>

	Annotate the slots for getting property groups and the list of properties.

2010-06-04  Ted Gould  <ted@gould.cx>

	Annotating the get_indicator_list slot

2010-06-04  Ted Gould  <ted@gould.cx>

	Moving documentation to the header for g-ir-scanner

2010-06-04  Ted Gould  <ted@gould.cx>

	Including header for the DBus objects

2010-06-04  Ted Gould  <ted@gould.cx>

	Changing annotations so they'll get picked up by g-ir-scanner

2010-06-03  Ted Gould  <ted@gould.cx>

	0.4.0

2010-06-02  Ted Gould  <ted@gould.cx>

	Fixes to assembly directories

2010-06-02  Ken VanDine  <ken.vandine@canonical.com>

	Fix the path to the assembly in the pc file

2010-06-02  Ken VanDine  <ken.vandine@canonical.com>

	Fixed assemblydir

2010-06-02  Ted Gould  <ted@gould.cx>

	Ignoring some generated files

2010-06-02  Ted Gould  <ted@gould.cx>

	Merging in Mono and Python bindings.

2010-06-02  Ken VanDine  <ken.vandine@canonical.com>

	linker fixes for package FTBFS

2010-06-02  Ken VanDine  <ken.vandine@canonical.com>

	Don't include a useless Makefile

2010-06-02  Ken VanDine  <ken.vandine@canonical.com>

	handle building the python bindings in a package

2010-06-02  Ken VanDine  <ken.vandine@canonical.com>

	* Added python bindings
	* Fixed enum generation for libindicate

2010-06-02  Ken VanDine  <ken.vandine@canonical.com>

	don't disable introspection

2010-06-02  Ken VanDine  <ken.vandine@canonical.com>

	Added mono bindings for libindicate and libindicate-gtk

2010-05-21  Ted Gould  <ted@gould.cx>

	Adding in some c includes

2010-05-21  Ted Gould  <ted@gould.cx>

	Typo in directory.  Cut-and-paste error.

2010-05-20  Ted Gould  <ted@gould.cx>

	Fixing the VAPI generation to use the proper DBusmenu files.

2010-05-20  Ted Gould  <ted@gould.cx>

	Using the new file name for Dbusmenu Glib and including the appropriate headers.

2010-05-04  Ted Gould  <ted@gould.cx>

	Building VAPI files now too! 

2010-05-03  Ted Gould  <ted@gould.cx>

	Building the GTK VAPI file

2010-05-03  Ted Gould  <ted@gould.cx>

	Generate the VAPI file for libindicate

2010-05-03  Ted Gould  <ted@gould.cx>

	Look for vapigen

2010-05-03  Ted Gould  <ted@gould.cx>

	Dummy commit

2010-03-11  Ted Gould  <ted@gould.cx>

	0.3.6

2010-03-11  Ted Gould  <ted@gould.cx>

	Fixing builds of GIR files.

2010-03-11  Ted Gould  <ted@gould.cx>

	Switching the library to use to libindicate-gtk.

2010-03-09  Ted Gould  <ted@gould.cx>

	Switching over to CFLAGS

2010-03-09  Ted Gould  <ted@gould.cx>

	Switching from using pkgconfig for the compiler flags to using the CFLAGS already here.

2010-03-04  Ted Gould  <ted@gould.cx>

	0.3.5

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

	Fixing library depends for the GObject Introspection

2010-02-28  Ted Gould  <ted@gould.cx>

	Remove the unneeded GdkPixbuf

2010-02-28  Ted Gould  <ted@gould.cx>

	Add the dbusmenu gir file to the compile

2010-02-25  Ted Gould  <ted@gould.cx>

	0.3.4

2010-02-18  Ted Gould  <ted@gould.cx>

	Telling object paths that null is '/' and handling it on the listener side.

2010-02-18  Ted Gould  <ted@gould.cx>

	All of the start with a /, duh

2010-02-18  Ted Gould  <ted@gould.cx>

	Handle '/' as a null string that we should ignore

2010-02-18  Ted Gould  <ted@gould.cx>

	Changing to default to '/'

2010-02-18  Ted Gould  <ted@gould.cx>

	ensureing that the boxed value gets set no matter what

2010-02-18  Ted Gould  <ted@gould.cx>

	0.3.3

2010-02-18  Ted Gould  <ted@gould.cx>

	Ignoring return from the server

2010-02-18  Ted Gould  <ted@gould.cx>

	Adding a small menu for testing.

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

	Printing debug messages when the menuitems are clicked on

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

	Set a menu in the im-client

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

	Adding the ability to get properties as values on the listener side and improving the property error messages when one can't be found.

2010-02-16  Aurelien Gateau  <aurelien.gateau@canonical.com>

	Set GError when a property cannot be found

2010-02-15  Aurelien Gateau  <aurelien.gateau@canonical.com>

	Revert r366: "Call the callback, even if there is an error"

2010-02-15  Aurelien Gateau  <aurelien.gateau@canonical.com>

	Call the callback, even if there is an error

2010-02-15  Aurelien Gateau  <aurelien.gateau@canonical.com>

	Added a way to retrieve a property value as a GValue

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

	include autogen.sh in EXTRA_DIST to make packagers happy

2010-02-11  Ted Gould  <ted@gould.cx>

	0.3.2

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

	Removing the connection filters and handling removal of the proxy better on disconnection.

2010-02-10  Aurelien Gateau  <aurelien.gateau@canonical.com>

	Better fix for crash in double free on proxyt

2010-02-10  Aurelien Gateau  <aurelien.gateau@canonical.com>

	More dbus filter fixes

2010-02-10  Aurelien Gateau  <aurelien.gateau@canonical.com>

	Do not free proxy twice, remove dbus filter when done

2010-02-09  Ted Gould  <ted@gould.cx>

	React to the proxies being removed.

2010-02-08  Ted Gould  <ted@gould.cx>

	Pulling out a handler for the proxy getting smashed

2010-02-08  Ted Gould  <ted@gould.cx>

	Do not free todo as it's in an array.  I thought I fixed this once.

2010-02-05  Ted Gould  <ted@gould.cx>

	0.3.1

2010-02-05  Ted Gould  <ted@gould.cx>

	Merging the python enablement branch.  Fixing the server display signal and the enum headers.  Making sure they're shipping.

2010-02-05  Ted Gould  <ted@gould.cx>

	Changing the prototype for the server_display signal to include the timestamp.

2010-02-05  Ted Gould  <ted@gould.cx>

	Dropping the quote

2010-02-05  Ted Gould  <ted@gould.cx>

	Fixing escaping I don't need

2010-02-05  Ted Gould  <ted@gould.cx>

	Making it so that we install the enum header

2010-02-04  Ted Gould  <ted@gould.cx>

	Increase dbusmenu version to 0.2.2

2010-02-04  Ted Gould  <ted@gould.cx>

	Adding dbusmenu-glib to pkgconfig

2010-02-04  Ted Gould  <ted@gould.cx>

	Adding in dbusmenu-glib to the package config file.

2010-02-04  Ted Gould  <ted@gould.cx>

	0.3.0

2010-02-04  Ted Gould  <ted@gould.cx>

	Fixing a crash where we're double freeing an array entry.

2010-02-04  Ted Gould  <ted@gould.cx>

	Shouldn't be freeing the array entry

2010-02-04  Ted Gould  <ted@gould.cx>

	Adding in some consts

2010-02-04  Ted Gould  <ted@gould.cx>

	Adding in warnings and errors

2010-02-04  Ted Gould  <ted@gould.cx>

	Oddly ended up merging this.

2010-02-04  Ted Gould  <ted@gould.cx>

	Switching the bus traffic to have variants as the properties.

2010-02-04  Ted Gould  <ted@gould.cx>

	Using a properties XML file instead of using it locally.

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

	Actually switching to use the generated interface.

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

	Changing the function name.

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

	Changing the path to the new file name.

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

	Make sure to distribute all the DBus specs.

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

	Switching over the interface name for the listener

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

	Changing to new interface name.

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

	Dropping the header files that we don't need.

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

	Changing the DBus specs to being a build run instead of long code themselves

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

	Using an interface for the dbus properties interface.

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

	Upping to ayatana namespace

2010-02-04  Ted Gould  <ted@gould.cx>

	Add timestamp to the activate signal sent to clients.

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

	Merging in the ayatana name change.

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

	Changing the show to user dbus interface and the internal function.

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

	Changing the listener_display functions to use the timestamp

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

	Changing the user_display functions to use a timestamp

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

	Timestamp in the show

2010-02-04  Ted Gould  <ted@gould.cx>

	Switching the enum and marshaling builds to be more maintainable.

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

	Switching to using the Makefile.am.enum

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

	Switching to the single list of marshallers.

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

	Marshal list

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

	Switching over to using a single marshalling.

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

	Grabbing the make scripts for enums and marshalling by ebassi

2010-02-04  Ted Gould  <ted@gould.cx>

	Make sure to not unref connections.

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

	Don't unref the session bus as it might loose it for everyone.

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

	Starting with some discovery and love.

2010-02-04  Ted Gould  <ted@gould.cx>

	Removing unused enum values

2010-02-04  Ted Gould  <ted@gould.cx>

	Switching the namespace over to ayatana.org

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

	Registering the object before setting up the filters.

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

	Adding the test scripts to the ignore list

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

	Changing the default path

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

	Fixing the path, which should be a path not an interface.

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

	More WARNINGs are good.

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

	Fixing the icon property get function.

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

	Using the header file for the interface names.

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

	Using the header define for the interface.

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

	Converting function names to the new interface.

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

	Getting dbus-shared.h into the build.

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

	Putting the interface names into a shared header file.

2010-02-02  Ted Gould  <ted@gould.cx>

	Switching interface files.

2010-02-02  Ted Gould  <ted@gould.cx>

	Getting some discovery-and-love

2010-02-04  Ted Gould  <ted@gould.cx>

	Changing the way that new servers are discovered on the bus.

2010-02-02  Ted Gould  <ted@gould.cx>

	Sync to trunk

2010-02-02  Ted Gould  <ted@gould.cx>

	Setting the server proxy variable AFTER actually building the proxy.

2010-02-02  Ted Gould  <ted@gould.cx>

	Using the path throughout.

2010-02-02  Ted Gould  <ted@gould.cx>

	Changing to the right interface name

2010-02-02  Ted Gould  <ted@gould.cx>

	Oops, can't spell

2010-02-02  Ted Gould  <ted@gould.cx>

	Registering the listener object when it's all setup

2010-02-02  Ted Gould  <ted@gould.cx>

	Making us a dbus object and emitting the report request.

2010-02-02  Ted Gould  <ted@gould.cx>

	Adding the proxy_t to the list of proxies.

2010-02-02  Ted Gould  <ted@gould.cx>

	Changing the interface to be 'indicator' which is really wrong, but it's kinda easier not to change it right now.

2010-02-02  Ted Gould  <ted@gould.cx>

	Custom filters looking for a new listener coming on the bus.

2010-02-02  Ted Gould  <ted@gould.cx>

	Handling the type setting appropriately, and signalling if it's a new getting of the type.

2010-02-02  Ted Gould  <ted@gould.cx>

	Duplicate checking.

2010-02-02  Ted Gould  <ted@gould.cx>

	Switching out how the todo list is removed and free'd

2010-02-02  Ted Gould  <ted@gould.cx>

	Switching the proxy building to being a _owner function and handling the error for that.  Had to reshuffle some things to clean up the exit functions.

2010-02-02  Ted Gould  <ted@gould.cx>

	Removing the proxies_possible list and making proxies_working into just proxies.  We're no longer doing a two state thing here.

2010-02-02  Ted Gould  <ted@gould.cx>

	Merging the todo_idle and proxy_add functions as the distinction is no longer useful.

2010-02-01  Ted Gould  <ted@gould.cx>

	More comments.

2010-02-01  Ted Gould  <ted@gould.cx>

	Comments, more are needed.

2010-02-01  Ted Gould  <ted@gould.cx>

	Connecting in the filter function to adding things on our idle todo list.

2010-02-01  Ted Gould  <ted@gould.cx>

	Dropping libxml

2010-02-01  Ted Gould  <ted@gould.cx>

	Setting up the custom dbus filter for ShowServer signals.

2010-01-31  Ted Gould  <ted@gould.cx>

	Removing dbus proxies.  They're no longer needed for the name changing events.

2010-01-31  Ted Gould  <ted@gould.cx>

	Dropping the introspect code and making it so that the todo idle just finds the type directly.

2010-01-31  Ted Gould  <ted@gould.cx>

	Adding in the signal for the servers-report signal.

2010-01-31  Ted Gould  <ted@gould.cx>

	Adding in a signal to say when a new listener is on the bus.

2010-02-04  Ted Gould  <ted@gould.cx>

	Changing the bus to have the properties be variants

2010-02-04  Ted Gould  <ted@gould.cx>

	Fixing the prototype to have a value here

2010-01-31  Ted Gould  <ted@gould.cx>

	Switching the functions that send the data over dbus to using what ever value is stored in the hash table.

2010-01-28  Ted Gould  <ted@gould.cx>

	Getting some set functions to set the variants internally.

2010-01-28  Ted Gould  <ted@gould.cx>

	Internally storing as values and fixing the value functions to know that.

2010-01-26  Ted Gould  <ted@gould.cx>

	Some basic GValue based functions.  Need to flip this around so it's the core.

2010-01-25  Ted Gould  <ted@gould.cx>

	Forgot to init the value.  Whew, what chaos that caused!  All better now.

2010-01-25  Ted Gould  <ted@gould.cx>

	Switching to watch when an indicator gets added, then request the properties.

2010-01-25  Ted Gould  <ted@gould.cx>

	Setting a few properties on the indicator

2010-01-25  Ted Gould  <ted@gould.cx>

	Cloning the simple test to make our simple properties test.

2010-01-25  Ted Gould  <ted@gould.cx>

	Sending strings still, but wrapping them in variants appropriately.

2010-01-25  Ted Gould  <ted@gould.cx>

	Changing the listener to decode a variant sent on the bus.

2010-01-25  Ted Gould  <ted@gould.cx>

	Changing the interface file to be varient based.

2010-02-02  Ted Gould  <ted@gould.cx>

	Adding dbusmenu-glib to the GTK deps as well.

2010-02-02  Ted Gould  <ted@gould.cx>

	Adding support for a property providing a menu path.

2010-01-31  Ted Gould  <ted@gould.cx>

	Handling the object path type.

2010-01-31  Ted Gould  <ted@gould.cx>

	Switching to a boxed type.

2010-01-31  Ted Gould  <ted@gould.cx>

	Making the client more chatty

2010-01-31  Ted Gould  <ted@gould.cx>

	Putting on the brakes.

2010-01-31  Ted Gould  <ted@gould.cx>

	Making sure that we grab the dbusmenu property as a string

2010-01-31  Ted Gould  <ted@gould.cx>

	Setting a basic menu server.

2010-01-31  Ted Gould  <ted@gould.cx>

	Adding in a get_server function to access the value in the private structure.

2010-01-31  Ted Gould  <ted@gould.cx>

	Adding in a simple test for menu support.

2010-01-31  Ted Gould  <ted@gould.cx>

	Providing a listener function to get the menu off of a server.

2010-01-31  Ted Gould  <ted@gould.cx>

	Instead of using a static string we can just use the property of the server for this.  It's likely to always be the same value, but let's be flexible.

2010-01-31  Ted Gould  <ted@gould.cx>

	Providing a function to set the menu to use.

2010-01-31  Ted Gould  <ted@gould.cx>

	Adding a getter for the object path, and added the variable for the dbusmenu into the private structure.  This required a dispose function that didn't exist.  It's there now as well.

2010-01-31  Ted Gould  <ted@gould.cx>

	Adding a dependency on dbusmenu-glib

2010-01-31  Ted Gould  <ted@gould.cx>

	Removing the check for the prop ids at the top and using the case statement with the standard warning.

2010-01-31  Ted Gould  <ted@gould.cx>

	Adding the property for the menu.

2010-01-31  Ted Gould  <ted@gould.cx>

	Adding the menu property.

2009-12-10  Ted Gould  <ted@gould.cx>

	Fix the build for when there is no previous build.  Switching the tests to build their shell scripts on the fly.

2009-12-10  Ted Gould  <ted@gould.cx>

	Distcleaning the tests.

2009-12-10  Ted Gould  <ted@gould.cx>

	Removing bustle stuff as it seems to break.  Not needed yet.

2009-12-10  Ted Gould  <ted@gould.cx>

	Switching to using a local gtk-doc.make file that doesn't require a build for dist

2009-12-10  Ted Gould  <ted@gould.cx>

	Removing the test scripts from the dist stuff.

2009-12-10  Ted Gould  <ted@gould.cx>

	Fixing the test program names.

2009-12-10  Ted Gould  <ted@gould.cx>

	Moving the test scripts into the makefile

2009-12-10  Ted Gould  <ted@gould.cx>

	Switching the test programs from libexec to check

2009-11-04  Aurélien Gâteau  <aurelien.gateau@canonical.com>

	Unreference and remove signals from dbus proxies and bus correctly.

2009-11-04  Aurelien Gateau  <aurelien.gateau@canonical.com>

	unref proxies and buses

2009-11-04  Aurelien Gateau  <aurelien.gateau@canonical.com>

	Don't forget to disconnect from DBus
	
	Fix LP #462049

2009-11-04  Ted Gould  <ted@canonical.com>

	Applying a system-ectomy.  Removing the system bus from the listener.

2009-11-04  Ted Gould  <ted@canonical.com>

	Removing the checking of the system bus everywhere.

2009-10-11  Ted Gould  <ted@canonical.com>

	Merging in the update to the new happy GObject introspection stuff.

2009-10-11  Ted Gould  <ted@canonical.com>

	Ignoring tarballs

2009-10-11  Ted Gould  <ted@canonical.com>

	Ignoring the gobject stuff

2009-10-11  Ted Gould  <ted@canonical.com>

	Fixing the typelib builds.

2009-10-11  Ted Gould  <ted@canonical.com>

	Building through the Makefiles

2009-10-11  Ted Gould  <ted@canonical.com>

	Using the auto-magic configure macro for us.  We need a introspect-ize.

2009-10-01  Ted Gould  <ted@canonical.com>

	0.2.3

2009-09-30  Ted Gould  <ted@canonical.com>

	Adding a define for the server type for message servers.

2009-09-28  Ted Gould  <ted@canonical.com>

	Adding a define for the 'type' of messages

2009-09-17  Ted Gould  <ted@canonical.com>

	Making a 0.2.2

2009-09-17  Ted Gould  <ted@canonical.com>

	Memleak patch from agateau

2009-09-17  Aurelien Gateau  <aurelien.gateau@canonical.com>

	Fixed small leak, thanks to valgrind.

2009-09-17  Ted Gould  <ted@canonical.com>

	Upping all the numbers appropriately.

2009-09-17  Ted Gould  <ted@canonical.com>

	Patch to fix set_property so that it can be used with UINTs as well (which one of the properties is).

2009-09-17  Aurelien Gateau  <aurelien.gateau@canonical.com>

	Allow UINT for properties.

2009-09-14  Ted Gould  <ted@canonical.com>

	Some helper functions to make it easier to work with libindicate.  Also implementing one of the functions that was only prototyped.

2009-09-14  Ted Gould  <ted@canonical.com>

	Adding some comment, boy the comments suck in this file.

2009-09-14  Ted Gould  <ted@canonical.com>

	Adding a couple of functions to get ints and booleans to match the functions on the other side of the bus.

2009-09-14  Ted Gould  <ted@canonical.com>

	Making true and false into defines

2009-09-14  Ted Gould  <ted@canonical.com>

	A couple of helper functions for setting values as int's or bool's.

2009-09-14  Ted Gould  <ted@canonical.com>

	Adding in the actual function for indicate_server_set_count.

2009-09-14  Ted Gould  <ted@canonical.com>

	Branch fixing the listen-and-print signals to be correct.

2009-09-09  Ted Gould  <ted@canonical.com>

	Updating the signal prototypes.

2009-09-14  Ted Gould  <ted@canonical.com>

	Branch fixing the property value checking.

2009-09-11  Ted Gould  <ted@canonical.com>

	Extending check to allow for the COUNT property as well as the others.

2009-09-09  Ted Gould  <ted@canonical.com>

	Adding in the v2 bug.

2009-09-09  Ted Gould  <ted@canonical.com>

	Some functions that were missing in the v2 branch.  And some bug fixes.  This is getting good.

2009-09-08  Ted Gould  <ted@canonical.com>

	Merging in a bugfix branch that removes some type stuff when getting the indicator list and changes the name of the signals so that the listener can handle both at the same time.  Some little fixes as well.

2009-09-08  Ted Gould  <ted@canonical.com>

	Making it so that the listener can support the old and the new signals without anyone really noticing.

2009-09-08  Ted Gould  <ted@canonical.com>

	Okay, this is slightly evil.  But basically we're changing the string, which makes dbus-glib happy because it's slightly evil.  #defines for the win.

2009-09-08  Ted Gould  <ted@canonical.com>

	Changing the name of the signals as dbus-glib doesn't allow for signals with different prototypes to have the same names.  So in the end to support the old and new API it would be very difficult with all the different options.  This seems like the easiest.

2009-09-08  Ted Gould  <ted@canonical.com>

	Changing the g_new's to g_new0's so our bugs are easier to find.

2009-09-08  Ted Gould  <ted@canonical.com>

	Changing the g_new's to g_new0's so our bugs are easier to find.

2009-09-08  Ted Gould  <ted@canonical.com>

	Two bugs.  One not creating the structure setting it to zero.  The second not setting a value in the struct.

2009-09-08  Ted Gould  <ted@canonical.com>

	Debug messages on the DBus signals.

2009-09-08  Ted Gould  <ted@canonical.com>

	Removing the type check from getting the indicator list on current servers.

2009-09-08  Ted Gould  <ted@canonical.com>

	Some comments and more parameter checking.

2009-09-08  Ted Gould  <ted@canonical.com>

	More comments as inspecting the function

2009-09-08  Ted Gould  <ted@canonical.com>

	Adding some comments as reviewing function.

2009-09-08  Ted Gould  <ted@canonical.com>

	Pulling in extra funcs

2009-09-05  Ted Gould  <ted@canonical.com>

	Ah, I knew I messed this up.  I litterally lost sleep over this mess up.

2009-09-04  Ted Gould  <ted@canonical.com>

	Fleshing out the callback and making it call forward.

2009-09-04  Ted Gould  <ted@canonical.com>

	Setting up a handler for the dbus signal for the count changing.

2009-09-04  Ted Gould  <ted@canonical.com>

	Adding in a signal for count changing.

2009-09-04  Ted Gould  <ted@canonical.com>

	Adding in a get count function.

2009-09-04  Ted Gould  <ted@canonical.com>

	Merging in the update to the version 2 of the API.

2009-09-04  Ted Gould  <ted@canonical.com>

	Adding back in the indicator-messages header to store value for the values we're using to signal the messaging menu.

2009-09-03  Ted Gould  <ted@canonical.com>

	Error found in dbusmenu, but we just stole this code, so we should fix it here too ;)

2009-09-03  Ted Gould  <ted@canonical.com>

	Who would be stupid enough to use all these casts and not the macros provided. 'bzr blame'  Oh, it was me.

2009-09-03  Ted Gould  <ted@canonical.com>

	Setting version to 0.2.0

2009-09-03  Ted Gould  <ted@canonical.com>

	Moving the package config files back to the normal names.  I don't see any reason to change them.  It seems a little silly.

2009-09-03  Ted Gould  <ted@canonical.com>

	Merging in tests for the v2 features.

2009-09-03  Ted Gould  <ted@canonical.com>

	Some headers needed for distcheck.

2009-09-03  Ted Gould  <ted@canonical.com>

	Code to make it so that every other one gets signaled and we expect that on the other side.

2009-09-03  Ted Gould  <ted@canonical.com>

	Forgot this script.

2009-09-03  Ted Gould  <ted@canonical.com>

	Setting up a new test.

2009-09-03  Ted Gould  <ted@canonical.com>

	Typo

2009-09-03  Ted Gould  <ted@canonical.com>

	Lowering the timeout a bit.

2009-09-03  Ted Gould  <ted@canonical.com>

	Ah, an infinite loop.

2009-09-03  Ted Gould  <ted@canonical.com>

	Fleshing these out some, but we're failing...

2009-09-03  Ted Gould  <ted@canonical.com>

	Adding in a test for displaying indicators, now just a copy.

2009-09-02  Ted Gould  <ted@canonical.com>

	Adjusting for API change.

2009-09-02  Ted Gould  <ted@canonical.com>

	Merging in messages-v2 update

2009-09-02  Ted Gould  <ted@canonical.com>

	Putting a little warning in there for people updating the tests.

2009-09-02  Ted Gould  <ted@canonical.com>

	Lengthing time client side.

2009-09-02  Ted Gould  <ted@canonical.com>

	Adding a bunch of repeats in now.  Fun.

2009-09-02  Ted Gould  <ted@canonical.com>

	Adding in a test to repeat values and ensure the client doesn't care.

2009-09-02  Ted Gould  <ted@canonical.com>

	Setting some globals and getting the times right.  Oh, and making sure the first value is actually a change.

2009-09-02  Ted Gould  <ted@canonical.com>

	Ignoring our new binaries.

2009-09-02  Ted Gould  <ted@canonical.com>

	Fleshing out the server and having it start setting indicator maxiumi

2009-09-02  Ted Gould  <ted@canonical.com>

	Converting from an interest watcher to a max indicators watcher.

2009-09-02  Ted Gould  <ted@canonical.com>

	Right escaping, oops

2009-09-02  Ted Gould  <ted@canonical.com>

	Mostly copying, but starting to build the max_indicators test.

2009-09-01  Ted Gould  <ted@canonical.com>

	Merging in the v2 API

2009-09-02  Ted Gould  <ted@canonical.com>

	Adding bug lp:418657

2009-09-02  Ted Gould  <ted@canonical.com>

	Adding bug lp:418661

2009-09-01  Ted Gould  <ted@canonical.com>

	Adding a _set_ in the function names for consistency with the rest of the API.

2009-09-01  Ted Gould  <ted@canonical.com>

	affects vs. effects.  Code review comment by Aurelien.

2009-09-01  Ted Gould  <ted@canonical.com>

	Fixing bad grammar in comment.  From code review by Aurelien.

2009-09-01  Ted Gould  <ted@canonical.com>

	Adding LP:367974

2009-08-31  Ted Gould  <ted@canonical.com>

	Extending the indicator_displayed function so that it's now tracking which indicator is displayed by which sender.

2009-08-31  Ted Gould  <ted@canonical.com>

	Whitespace fixes.

2009-08-31  Ted Gould  <ted@canonical.com>

	Dealing with the changing to an async based method call so that we can get the sender.  Not doing anything with it, but we have it now.

2009-08-31  Ted Gould  <ted@canonical.com>

	Changing the prototype for the indicator displayed so that we can get the sender out.

2009-08-31  Ted Gould  <ted@canonical.com>

	Setting up some functions so that when a folk leaves the bus we can remove all of the displayed indicators that were set by it if it was the only displaying that indicator.

2009-08-31  Ted Gould  <ted@canonical.com>

	Some more comments.  This code is getting better in that regard.  Listener needs it badly.

2009-08-31  Ted Gould  <ted@canonical.com>

	Some documentation

2009-08-31  Ted Gould  <ted@canonical.com>

	Removing the signal for indicator not shown.  It was a silly idea which is much better handled through the display signal coming from the listener directly.

2009-08-31  Ted Gould  <ted@canonical.com>

	Whitespace fixes.

2009-08-31  Ted Gould  <ted@canonical.com>

	Adding some comments about folks

2009-08-31  Ted Gould  <ted@canonical.com>

	Adding a hash table to folk so that we can track who's displayed which indicators.

2009-08-31  Ted Gould  <ted@mini-emma>

	Adding in a warning to say that if we're displaying an indicator but said we wouldn't, that's lying.

2009-08-31  Ted Gould  <ted@mini-emma>

	Adding in a function on the listener side to make it so that we can signal the server when a specific item is shown.

2009-08-31  Ted Gould  <ted@mini-emma>

	Adding in signals and functions to control a displayed variabe inside the indicator.  It is supposed to represent whether the indicator is visible to users.

2009-08-31  Ted Gould  <ted@mini-emma>

	Adding in a function to look at the id and if it's valid tell the indicator itself that it's been displayed

2009-08-31  Ted Gould  <ted@mini-emma>

	Adding in a handler for all the dbus fun.  Now we can signal that an indicator is display, though it'll return an error.

2009-08-31  Ted Gould  <ted@mini-emma>

	Removing the _emit functions from the documentation

2009-08-31  Ted Gould  <ted@mini-emma>

	Switching the gir stuff to be 0.2 as well.  Also adding a build dep on the Makefile.

2009-08-31  Ted Gould  <ted@mini-emma>

	Now spending some time worrying about what happens when things die.  This is the depressing undertaker part of dealing with the max indicators stuff.  We have to destory, but also gague what impact that this has on everyone else and make sure that we can report that back.

2009-08-31  Ted Gould  <ted@mini-emma>

	Fleshing out getting and setting max numbers of indicators.

2009-08-31  Ted Gould  <ted@mini-emma>

	Realizing that it makes more sense to piggyback on the folks system instead of reinventing things.

2009-08-31  Ted Gould  <ted@mini-emma>

	Whitespace cleanup

2009-08-31  Ted Gould  <ted@mini-emma>

	Adding in some private variables to start handling the max number of indicators.

2009-08-31  Ted Gould  <ted@mini-emma>

	Adding in two internal functions to set and get the max number of indicators.

2009-08-31  Ted Gould  <ted@mini-emma>

	Adding some more static to the ignore file.

2009-08-31  Ted Gould  <ted@mini-emma>

	Some whitespace fixes.

2009-08-28  Ted Gould  <ted@canonical.com>

	Removed the emit functions but added in some defines to make it a little easier to get the IDs of the signals for subclasses that wish to emit them.

2009-08-28  Ted Gould  <ted@canonical.com>

	Adding functions for dealing with setting the max number of indicators on the listener side of things.

2009-08-28  Ted Gould  <ted@canonical.com>

	Bumping up the library version as now we're going for a little crazy.

2009-08-28  Ted Gould  <ted@canonical.com>

	Changing the name of the pkg-config files to make things all happy happy

2009-08-28  Ted Gould  <ted@canonical.com>

	Changing the include directory.

2009-08-28  Ted Gould  <ted@canonical.com>

	Removing functions that are no longer in the section.

2009-08-28  Ted Gould  <ted@canonical.com>

	Fixing the parent documentation.

2009-08-28  Ted Gould  <ted@canonical.com>

	Fixing server.h documentation.

2009-08-28  Ted Gould  <ted@canonical.com>

	Removing the indicator messages section.

2009-08-28  Ted Gould  <ted@canonical.com>

	Typo

2009-08-28  Ted Gould  <ted@canonical.com>

	Putting all the BUILT_SOURCES into the clean command.

2009-08-28  Ted Gould  <ted@canonical.com>

	Removing IndicatorMessage from the docs.

2009-08-28  Ted Gould  <ted@canonical.com>

	Removing the type functions from the API

2009-08-28  Ted Gould  <ted@canonical.com>

	Adding some casts for dealing with libxml

2009-08-28  Ted Gould  <ted@canonical.com>

	Adding more warnings and making them errors

2009-08-28  Ted Gould  <ted@canonical.com>

	Removing types from the signals and from the data model.

2009-08-28  Ted Gould  <ted@canonical.com>

	Removing 'type' from the indicator added and removed signals.

2009-08-28  Ted Gould  <ted@canonical.com>

	Adding some buffer into the class structure for future use.

2009-08-28  Ted Gould  <ted@canonical.com>

	Removing strong types in the indicators.

2009-08-28  Ted Gould  <ted@canonical.com>

	Removing indicator-messages from the examples code.

2009-08-28  Ted Gould  <ted@canonical.com>

	Dropping the indicator messages object.

2009-08-28  Ted Gould  <ted@canonical.com>

	Ignoring everyone.

2009-08-28  Ted Gould  <ted@canonical.com>

	Making this universally a UINT

2009-08-28  Ted Gould  <ted@canonical.com>

	Copy edit.

2009-08-28  Ted Gould  <ted@canonical.com>

	Adding a signal for when the count on the server changes.  Goes to DBus as well as anyone else who cares.

2009-08-28  Ted Gould  <ted@canonical.com>

	Adding a count private variable and tying it into the count property.

2009-08-28  Ted Gould  <ted@canonical.com>

	Awe, fuck it.  We're going to have to bump the lib version anyway.

2009-08-26  Ted Gould  <ted@canonical.com>

	Adding in the count property

2009-08-26  Ted Gould  <ted@canonical.com>

	

2009-08-26  Ted Gould  <ted@canonical.com>

	Adding in the public function to get the max number of indicators.

2009-08-26  Ted Gould  <ted@canonical.com>

	Adding various changes to the API, mostly adding in signals.  Which takes a lot of code.  Compiles again.

2009-08-19  Ted Gould  <ted@canonical.com>

	Using AM 1.11 silent mode

2009-08-18  Ted Gould  <ted@canonical.com>

	Cutting the non-libindicate stuff out

2009-08-08  Ted Gould  <ted@canonical.com>

	Adding an icons directory to the .pc file

2009-08-07  Ted Gould  <ted@canonical.com>

	Merging in the branch making two applets.

2009-08-07  Ted Gould  <ted@canonical.com>

	Changing the Bonobo server description file name to match that of FUSA.

2009-08-07  Ted Gould  <ted@canonical.com>

	Oops, we need more identity.

2009-08-07  Ted Gould  <ted@canonical.com>

	Switching the name to the proper server file.

2009-08-07  Ted Gould  <ted@canonical.com>

	Loading only the SUS plugin.

2009-08-07  Ted Gould  <ted@canonical.com>

	Blocking out SUS from standard applet.

2009-08-07  Ted Gould  <ted@canonical.com>

	Fixing the generation rules for the bonobo server files.

2009-08-07  Ted Gould  <ted@canonical.com>

	Ignoring more files.

2009-08-07  Ted Gould  <ted@canonical.com>

	Switching the name to actually be correct.

2009-08-07  Ted Gould  <ted@canonical.com>

	Changing the name of the directory to -sus which makes more sense

2009-08-07  Ted Gould  <ted@canonical.com>

	New executable name

2009-08-07  Ted Gould  <ted@canonical.com>

	Renaming the server file

2009-08-07  Ted Gould  <ted@canonical.com>

	Adjusting the namespace.  Just to make things fun like that.

2009-08-07  Ted Gould  <ted@canonical.com>

	Making the schema translatable

2009-08-07  Ted Gould  <ted@canonical.com>

	Adding a new server to connect with our new applet.  Still needs changes as it's just a copy.

2009-08-07  Ted Gould  <ted@canonical.com>

	Adding a new build target for our new applet

2009-08-07  Ted Gould  <ted@canonical.com>

	Adding the new src to the build system

2009-08-07  Ted Gould  <ted@canonical.com>

	New src entry

2009-08-06  Ted Gould  <ted@canonical.com>

	Aurelien's patch to add a set_server function to indicators.

2009-08-06  Aurelien Gateau  <aurelien.gateau@canonical.com>

	Updated documentation

2009-08-05  Aurelien Gateau  <aurelien.gateau@canonical.com>

	Introduce indicate_indicator_set_server() so that server can be defined for
	message indicators too.

2009-08-05  Ted Gould  <ted@canonical.com>

	Maintaining the count independent of the entires.

2009-08-04  Ted Gould  <ted@canonical.com>

	Update the pc file from the GTK split out.

2009-08-04  Ted Gould  <ted@canonical.com>

	Merging in the splitout of a GTK version of the lib

2009-08-04  Ted Gould  <ted@canonical.com>

	Adding libindicate a build include

2009-08-04  Ted Gould  <ted@canonical.com>

	Removing some more noise

2009-08-04  Ted Gould  <ted@canonical.com>

	Ignoring the tarball

2009-08-04  Ted Gould  <ted@canonical.com>

	Ignoring the right file

2009-08-04  Ted Gould  <ted@canonical.com>

	Making seperate versioning for libindicate-gtk

2009-08-04  Ted Gould  <ted@canonical.com>

	Bumping the version as we removed a function.

2009-08-04  Ted Gould  <ted@canonical.com>

	A bunch of distcheck fixes to clean things up

2009-08-03  Ted Gould  <ted@canonical.com>

	Some odd change

2009-08-03  Ted Gould  <ted@canonical.com>

	Last libgtk-pixbuf header

2009-08-03  Ted Gould  <ted@canonical.com>

	Removing GTK dependencies from the libindicate stuff

2009-08-03  Ted Gould  <ted@canonical.com>

	Fixing these guys to include the -gtk library where needed

2009-08-03  Ted Gould  <ted@canonical.com>

	Some ignore files for fun

2009-08-03  Ted Gould  <ted@canonical.com>

	Oops, forgot the listener stuff

2009-08-03  Ted Gould  <ted@canonical.com>

	Moving the listener code and some indicator code into libindicate-gtk

2009-08-03  Ted Gould  <ted@canonical.com>

	Okay, now it is the offending function in it.

2009-08-03  Ted Gould  <ted@canonical.com>

	Creating a default little GTK library to move the GTK stuff in

2009-08-03  Ted Gould  <ted@canonical.com>

	Adding a function to set the server of the indicator upon creation.  indicate_indicator_new_with_server()

2009-08-03  Ted Gould  <ted@canonical.com>

	Merging in changes to the destroy and removing a warning.

2009-07-27  Aurelien Gateau  <aurelien.gateau@canonical.com>

	Removed warning: it's annoying in unittests.

2009-07-27  Aurelien Gateau  <aurelien.gateau@canonical.com>

	Destroy dbus proxies in listener finalize.
	
	Makes it possible to destroy a listener and recreate one without calling the
	old instance callbacks (useful for unit-tests).

2009-08-03  Ted Gould  <ted@canonical.com>

	Ignoring built files

2009-07-21  Ted Gould  <ted@canonical.com>

	Fixing the other signal marshallers

2009-07-21  Ted Gould  <ted@canonical.com>

	Using the server marshaller

2009-07-21  Ted Gould  <ted@canonical.com>

	Creating the server marshallers that we need

2009-07-21  Ted Gould  <ted@canonical.com>

	Oops, we shouldn't have a prototype for a function that doesn't exist.  Thanks to Aurilien.

2009-07-03  Ted Gould  <ted@canonical.com>

	Configure change to cleanup output

2009-07-03  Ted Gould  <ted@canonical.com>

	A little like mentioned on the GNOME Wiki, but doesn't work until I have a higher version of automake.  Doesn't seem to cause problems though.

2009-06-08  Ted Gould  <ted@canonical.com>

	Patch from Mark Trompell to make suffix checking better.

2009-05-05  Ted Gould  <ted@canonical.com>

	Merging in the documentation branch.

2009-04-30  Ted Gould  <ted@canonical.com>

	Never understand this file really.

2009-04-30  Ted Gould  <ted@canonical.com>

	Fixing function listing

2009-04-30  Ted Gould  <ted@canonical.com>

	Fixing typo

2009-04-30  Ted Gould  <ted@canonical.com>

	Fixing some documentation bugs.

2009-04-30  Ted Gould  <ted@canonical.com>

	Documenting most of the public visible functions

2009-04-30  Ted Gould  <ted@canonical.com>

	Adding in arguments for the signals

2009-04-30  Ted Gould  <ted@canonical.com>

	Adding in arguments on the signal docs.

2009-04-30  Ted Gould  <ted@canonical.com>

	Woot, signal documentation works now.

2009-04-30  Ted Gould  <ted@canonical.com>

	Basic signals docs.

2009-04-30  Ted Gould  <ted@canonical.com>

	Server section documentation.

2009-04-30  Ted Gould  <ted@canonical.com>

	Comments for the class, who put all those functions on there...

2009-04-30  Ted Gould  <ted@canonical.com>

	Adding in message documentation and cleaning up some mistakes as I see them.

2009-04-30  Ted Gould  <ted@canonical.com>

	Never understand this file

2009-04-30  Ted Gould  <ted@canonical.com>

	Doing a better job about defining out the documentation gets
	created and looks.  Much cleaner.

2009-04-30  Ted Gould  <ted@canonical.com>

	Breaking out into sections.

2009-04-30  Ted Gould  <ted@canonical.com>

	Section information

2009-04-30  Ted Gould  <ted@canonical.com>

	Adding to the unused side of things.

2009-04-30  Ted Gould  <ted@canonical.com>

	Removing the big defines that aren't useful and the boilerplate get_type functions.

2009-04-30  Ted Gould  <ted@canonical.com>

	Reformatting to make gtk-doc happy.

2009-04-30  Ted Gould  <ted@canonical.com>

	Making it more like English and less like a pointer table.

2009-04-30  Ted Gould  <ted@canonical.com>

	Adding in IndicateIndicatorClass documentation.

2009-04-30  Ted Gould  <ted@canonical.com>

	What is the server

2009-04-30  Ted Gould  <ted@canonical.com>

	Typo

2009-04-30  Ted Gould  <ted@canonical.com>

	Getting most of the indicator documentation in the pool.

2009-04-30  Ted Gould  <ted@canonical.com>

	Turns out that gtk-doc can't have the name of the function on the same line as the start of the comment.  How stupid.

2009-04-30  Ted Gould  <ted@canonical.com>

	Removing symbols that shouldn't be in the docs anyway.

2009-04-30  Ted Gould  <ted@canonical.com>

	Ignoring the dbus and glib-marshaller generated header files.

2009-04-30  Ted Gould  <ted@canonical.com>

	Dispaly typo

2009-04-30  Ted Gould  <ted@canonical.com>

	First pass at trying to create some function documentation for Indicator

2009-04-29  Ted Gould  <ted@canonical.com>

	Patch from Niel Patel to close the directory after opening it.

2009-04-29  Ted Gould  <ted@canonical.com>

	Patch from Niel Patel to close the directory after opening it.

2009-04-27  Ted Gould  <ted@canonical.com>

	How important a simple backslash is :) 

2009-04-27  Ted Gould  <ted@canonical.com>

	Merging in the testing branch to get some tests for this guy

2009-04-27  Ted Gould  <ted@canonical.com>

	Switching to system dbus-test-runner

2009-04-20  Ted Gould  <ted@canonical.com>

	Adding a test to build a bunch of indicators

2009-04-20  Ted Gould  <ted@canonical.com>

	Adding in multiple servers connecting in to declare interest test

2009-04-20  Ted Gould  <ted@canonical.com>

	Expanding range of interest test and not checking to see if we got none, we shouldn't get it.

2009-04-20  Ted Gould  <ted@canonical.com>

	Gaurding against setting bad interests

2009-04-20  Ted Gould  <ted@canonical.com>

	Adding an interests test

2009-04-20  Ted Gould  <ted@canonical.com>

	Woot, now we do distcheck too

2009-04-20  Ted Gould  <ted@canonical.com>

	Distcheck fixes

2009-04-20  Ted Gould  <ted@canonical.com>

	Adding in a simple test

2009-04-20  Ted Gould  <ted@canonical.com>

	Build infrastructure for first test

2009-04-20  Ted Gould  <ted@canonical.com>

	Moving tests to examples

2009-04-22  Ted Gould  <ted@canonical.com>

	Get the submenu set right.

2009-04-22  Ted Gould  <ted@canonical.com>

	Slipping in the hbox

2009-04-22  Ted Gould  <ted@canonical.com>

	Oops, cut and paste error, pulling up the wrong symbols

2009-04-22  Ted Gould  <ted@canonical.com>

	Turning versions into a function and adding a name symbol.  Not yet used though.

2009-04-22  Ted Gould  <ted@canonical.com>

	Wow, the genius of making a symbol you want to export static is simply amazing.  It's truly a wonder of nature that I can tie my shoes in the morning.

2009-04-22  Ted Gould  <ted@canonical.com>

	Oops, not what I wanted.  These should have been prototypes not global variables.  Takes a second to think about it, but yeah, that's what they were.

2009-04-22  Ted Gould  <ted@canonical.com>

	Forgot a + on gtk

2009-04-21  Ted Gould  <ted@canonical.com>

	Changing to an icon and a lable and building our own item

2009-04-21  Ted Gould  <ted@canonical.com>

	Putting in and checking version information to ensure we all agree about the header version

2009-04-21  Ted Gould  <ted@canonical.com>

	Fixing and using the new indicator header.  This will help to connect things together and make them actually work in a reasonably type safe way.

2009-04-21  Ted Gould  <ted@canonical.com>

	Moving the indicators directory to match libindicator

2009-04-21  Ted Gould  <ted@canonical.com>

	Setting the indicators directory manually

2009-04-21  Ted Gould  <ted@canonical.com>

	Creating an indicator lib to make sure we can attach all these things together.

2009-04-20  Ted Gould  <ted@canonical.com>

	Chaning the include so that it works for make distcheck

2009-04-13  Ted Gould  <ted@canonical.com>

	Adding in support for finding out if people are interesting on the bus using introspection instead of sending a random function call to them and seeing what happens.

2009-04-13  Ted Gould  <ted@canonical.com>

	Commenting out some debug messages

2009-04-13  Ted Gould  <ted@canonical.com>

	Less debug

2009-04-13  Ted Gould  <ted@canonical.com>

	Ah, a typo.  Bother.

2009-04-13  Ted Gould  <ted@canonical.com>

	Okay, connected into that other there code... let's see what happens.

2009-04-13  Ted Gould  <ted@canonical.com>

	Fleshing out some

2009-04-13  Ted Gould  <ted@canonical.com>

	Whoa, it like builds and stuff

2009-04-12  Ted Gould  <ted@canonical.com>

	Updating from trunk

2009-04-12  Ted Gould  <ted@canonical.com>

	Proto-pseudo-code for the introspection functions that are going to be needed

2009-04-10  Ted Gould  <ted@canonical.com>

	Adding in libxml linking

2009-04-13  Ted Gould  <ted@canonical.com>

	Fixes to the finalize functions.

2009-04-13  Ted Gould  <ted@canonical.com>

	Making into a 6

2009-04-13  Ted Gould  <ted@canonical.com>

	Adding a bug number

2009-04-13  Ted Gould  <ted@canonical.com>

	Adding in call to the parent class' finalize function as well, this should free all the way up to the top.

2009-04-12  Ted Gould  <ted@canonical.com>

	Some slight code cleanups to remove warnings

2009-04-11  Ted Gould  <ted@canonical.com>

	Fixing some pedantic little bugs to try and figure out what's causing 359018

2009-04-10  Ted Gould  <ted@canonical.com>

	Dummy to put bug number in.

2009-04-10  Ted Gould  <ted@canonical.com>

	Create the virtual function for checking interest.

2009-04-10  Ted Gould  <ted@canonical.com>

	Merging in Eitan's gtype-ify of the enums and the IndicateListener... objects.

2009-04-10  Eitan Isaacson  <eitan@ascender.com>

	gtypify IndicateListenerIndicator

2009-04-10  Eitan Isaacson  <eitan@ascender.com>

	changed IndicateListenerServer to a gtyped pointer instead of a gboxed.

2009-04-08  Eitan Isaacson  <eitan@ascender.com>

	Changed marshallers to GBoxed for IndicatorListenerServer.
	Make copy/free functions empty for now.

2009-04-08  Eitan Isaacson  <eitan@ascender.com>

	GBoxed IndicateListenerServer

2009-04-08  Eitan Isaacson  <eitan@ascender.com>

	gtypified the interests enum.

2009-04-10  Ted Gould  <ted@canonical.com>

	Marking the dev branch as such.

2009-04-07  Ted Gould  <ted@canonical.com>

	Added in an 'icon-name' to make the about dialog have a proper icon.

2009-04-07  Ted Gould  <ted@canonical.com>

	Clearing another warning.  Shame gdk doesn't do this one for us.

2009-04-07  Ted Gould  <ted@canonical.com>

	Patch from Eitan Isaacson to correct prototype.  Had to be adjusted slightly as the prototypes had moved.

2009-04-07  Ted Gould  <ted@canonical.com>

	Ignoring our new test

2009-04-07  Ted Gould  <ted@canonical.com>

	Patch from Eitan Isaacson to remove a ref/unref infinite loop that effectively made it so that we kept our objects forever.  While we love them, at some point we need to say goodbye.

2009-04-07  Ted Gould  <ted@canonical.com>

	Making it so that we don't register the object twice.  This is really
	a work around, but it's atleast fixes the crasher.  Which sucked.  We
	need to work with the dbus folks to make this better.

2009-04-07  Ted Gould  <ted@canonical.com>

	Adding show hide server test from Eitan on bug 351537

2009-04-07  Ted Gould  <ted@canonical.com>

	I finally understood what seb128 told me about the version numbering.
	I feel so stupid for not understanding before :)

2009-04-07  Ted Gould  <ted@canonical.com>

	Hiding some debugging messages.

2009-04-07  Ted Gould  <ted@canonical.com>

	Simplifying error message

2009-04-06  Ted Gould  <ted@canonical.com>

	* Some debug messages
	* Making the comparison of interests detect changings properly
	* Correctly use g_list_remove in several cases making for long lists
	* Using g_list_prepend instead of append because it's faster.
	* Checking whether we've got proxies before destroying them.

2009-04-03  Ted Gould  <ted@canonical.com>

	Moving private interests out of the public header file.

2009-04-03  Ted Gould  <ted@canonical.com>

	Not quite sure how these got added, but I'm not going to
	fight it.

2009-04-03  Ted Gould  <ted@canonical.com>

	Trying to get to a sane state.  I apparently don't know as much
	about library versioning as I thought I did.

2009-04-03  Ted Gould  <ted@canonical.com>

	Hiding all of the functions that part of the DBus interface in that
	now they're all prefixed with '_' so that they don't get exported
	as part of the library symbols.  This should simplify everything a
	little bit for implementors.

2009-04-03  Ted Gould  <ted@canonical.com>

	Getting rid of everything starting with 'd'.  This gets rid of the dbus stuff that isn't set up to be static, which is silly.

2009-04-03  Ted Gould  <ted@canonical.com>

	Hiding the marshsallers from the libraries in the symbols by adding a _ in front of them.

2009-04-03  Ted Gould  <ted@canonical.com>

	Cleaning up the exported symbols, make sure that 'get_type_cb' isn't exported

2009-04-03  Ted Gould  <ted@canonical.com>

	Getting to version 0.2.0

2009-04-03  Ted Gould  <ted@canonical.com>

	Trying to have more style information included so that we can get rid of the focus line.

2009-04-03  Ted Gould  <ted@canonical.com>

	Adding interests on new servers saying that we're displaying the indicators and in the server.

2009-04-03  Ted Gould  <ted@canonical.com>

	Fleshing out the functions in the listener to set interests.

2009-04-02  Ted Gould  <ted@canonical.com>

	Putting in some protection from crazy values

2009-04-02  Ted Gould  <ted@canonical.com>

	Hiding debug

2009-04-02  Ted Gould  <ted@canonical.com>

	Adding a bunch of debugging messages and fixing the lifecycle for the folk pointer.  Lots'o'fun.  But things seem to be working.

2009-04-02  Ted Gould  <ted@canonical.com>

	Filling in the dbus owner changing code.  Now we should catch those.

2009-04-02  Ted Gould  <ted@canonical.com>

	Adding printouts for interest changes.

2009-04-02  Ted Gould  <ted@canonical.com>

	Connecting in the DBus messaging that we need.

2009-04-02  Ted Gould  <ted@canonical.com>

	Fleshing out the interest setting and removing functions.

2009-04-02  Ted Gould  <ted@canonical.com>

	Updating unused file

2009-04-02  Ted Gould  <ted@canonical.com>

	Adding in folks support.

2009-04-02  Ted Gould  <ted@canonical.com>

	Adding the interest removed and interest added signals in.

2009-04-02  Ted Gould  <ted@canonical.com>

	Woot!  Now we have some real functions to call!

2009-04-02  Ted Gould  <ted@canonical.com>

	I can't believe I messed up this one.  Luckily it doesn't seem to have
	caused any bugs.  Man.

2009-04-02  Ted Gould  <ted@canonical.com>

	Switching around the show_interest and remove_interest functions so that
	they are now asyncronous.  Not that being asynchronous is important but
	more that now they get the Method Invocation interface that we can use
	to find out the sender of the message.  Changed various APIs as a result
	of this, and moved the DBus functions to be internal.

2009-04-01  Ted Gould  <ted@canonical.com>

	Adding new functions show_interest and remove_interest into the API.  Now to fill in the backend.

2009-04-01  Ted Gould  <ted@canonical.com>

	Adding a remove and show interest

2009-04-01  Ted Gould  <ted@canonical.com>

	Change the API so it's more like we're keeping a list of what, and who are interested in.  This'll make it easier for us to manage all the DBus nastyness.

2009-04-01  Ted Gould  <ted@canonical.com>

	Adding stuff to ignore, much better

2009-04-01  Ted Gould  <ted@canonical.com>

	Misspelling

2009-04-01  Ted Gould  <ted@canonical.com>

	Getting some interests in the game.

2009-04-01  Ted Gould  <ted@canonical.com>

	Switch to searching on the connection, which is really what we care about and the proxy is a poor sustitute for.

2009-04-01  Ted Gould  <ted@canonical.com>

	First pass at the pretty meag-change to make it so that we can detect people on the system vs. the session bus.  Basically reworking a bunch of structures.  Fun.

2009-03-27  Ted Gould  <ted@canonical.com>

	Patch from Gabor Kelemen to make the license and 'No Indicators' message translatable.

2009-03-27  Ted Gould  <ted@canonical.com>

	Removing the translatable marking for 'Indicator Applet Factory'

2009-03-27  Ted Gould  <ted@canonical.com>

	Bad truth in the hide function.

2009-03-26  Ted Gould  <ted@canonical.com>

	Adding another bug that gets fixed with Eitan's merge.

2009-03-26  Ted Gould  <ted@canonical.com>

	Comment for label

2009-03-26  Ted Gould  <ted@canonical.com>

	Switching the case for 'No Indicators' to make it a label to still support right click through.

2009-03-26  Ted Gould  <ted@canonical.com>

	Changing license in about box to make sense.

2009-03-26  Ted Gould  <ted@canonical.com>

	ATK name for Eitan

2009-03-26  Ted Gould  <ted@canonical.com>

	Getting gtkdoc stuff to be a little happier

2009-03-26  Ted Gould  <ted@canonical.com>

	Bumping version

2009-03-26  Ted Gould  <ted@canonical.com>

	Merging in Eitan's changes to make the applet a GNOME Program

2009-03-26  Eitan Isaacson  <eitan@ascender.com>

	Add gnome_program_init with LIBGNOMEUI_MODULE.

2009-03-18  Ted Gould  <ted@canonical.com>

	Changing version number

2009-03-17  Ted Gould  <ted@canonical.com>

	Seems that we still get errors without it being there, I'm not sure why, but making it so that we can explicitly disable the gobject-introspection.  That should work for now.

2009-03-17  Ted Gould  <ted@canonical.com>

	Making it so that the GIR stuff autodetects and only builds if available.

2009-03-12  Ted Gould  <ted@canonical.com>

	Fixes for distcheck

2009-03-12  Ted Gould  <ted@canonical.com>

	Changing version number

2009-03-12  Ted Gould  <ted@canonical.com>

	Stealing the 'fast-user-switch-applet' name to get better theming

2009-03-12  Ted Gould  <ted@canonical.com>

	Fixing the popup to have the about

2009-03-12  Ted Gould  <ted@canonical.com>

	Right click menu is working, but without an about

2009-03-09  Ted Gould  <ted@canonical.com>

	Fix doubling of prototypes, patch from Eitan

2009-03-09  Ted Gould  <ted@canonical.com>

	Putting the example executables in libexec and the source code in doc/examples

2009-02-25  Ted Gould  <ted@canonical.com>

	Linking in the build interfaces, needed a temporary function to get linking right

2009-02-25  Ted Gould  <ted@canonical.com>

	Forgot to put these in built sources

2009-02-25  Ted Gould  <ted@canonical.com>

	true is TRUE

2009-02-25  Ted Gould  <ted@canonical.com>

	Adding build instructions for the listener interface

2009-02-25  Ted Gould  <ted@canonical.com>

	Merging in changes to put back in the GObject introspection and to have better build characteristics.

2009-02-25  Ted Gould  <ted@canonical.com>

	Typo

2009-02-25  Ted Gould  <ted@canonical.com>

	releasing version 0.1.1-0ubuntu3~ppa2

2009-02-25  Ted Gould  <ted@canonical.com>

	Adding back in the GIR files and some distclean improvements to get back to NULL.

2009-02-25  Ted Gould  <ted@canonical.com>

	releasing version 0.1.1-0ubuntu3~ppa1

2009-02-18  Ted Gould  <ted@canonical.com>

	releasing version 0.1-0ubuntu3~ppa1

2009-02-18  Ted Gould  <ted@canonical.com>

	Merging in icon changes

2009-02-17  Ted Gould  <ted@canonical.com>

	Cherry picking r137 from the ubuntu-core-dev packaging branch that has licensing fixes

2009-02-17  Martin Pitt  <martin.pitt@canonical.com>

	debian/copyright: Fix leftover word "either" from the license
	description.

2009-02-17  Ted Gould  <ted@canonical.com>

	Cherry picking r136 from the ubuntu-core-dev packaging branch that cleans up the licensing, descriptions, and adds additional info

2009-02-17  Martin Pitt  <martin.pitt@canonical.com>

	debian/control: Update package descriptions; the messaging part is
	provided by indicator-messages.

2009-02-17  Martin Pitt  <martin.pitt@canonical.com>

	debian/control: Fix Vcs-Bzr.

2009-02-17  Martin Pitt  <martin.pitt@canonical.com>

	releasing version 0.1-0ubuntu1

2009-02-17  Martin Pitt  <martin.pitt@canonical.com>

	configure.ac: Add missing gio-2.0 pkgconfig check (from DX team
	PPA packaging branch), and autoreconf to pick up the change.

2009-02-17  Martin Pitt  <martin.pitt@canonical.com>

	Repack orig.tar.gz with a copy of the LGPL 3, libindicate/* is
	under that license.

2009-02-17  Martin Pitt  <martin.pitt@canonical.com>

	debian/copyright: Properly describe licenses.

2009-02-17  Ted Gould  <ted@canonical.com>

	Cherry picking r130 from the ubuntu-core-dev packaging branch that cleans up the changelog, adds better descriptions and updates the entries in the control file.

2009-02-17  Martin Pitt  <martin.pitt@canonical.com>

	debian/control: Add Homepage:, Vcs-Bzr:, and proper package
	descriptions.

2009-02-17  Martin Pitt  <martin.pitt@canonical.com>

	flush changelog for ubuntu packaging branch

2009-02-25  Ted Gould  <ted@canonical.com>

	Adding in the listeners interface

2009-02-22  Ted Gould  <ted@canonical.com>

	An interface to get the list of servers from another listener

2009-02-22  Ted Gould  <ted@canonical.com>

	Adding information on how the server was added, but not really using
	it for anything yet.  I'm not sure that we can -- bother.

2009-02-18  Ted Gould  <ted@canonical.com>

	Releasing 0.1.1 with build fixes and icons.

2009-02-18  Ted Gould  <ted@canonical.com>

	Changing the icon to be our fancy new one.

2009-02-18  Ted Gould  <ted@canonical.com>

	Adding in the autotools stuff for installing an icon.

2009-02-18  Ted Gould  <ted@canonical.com>

	Ken's very cool Indicator Applet plugin.

2009-02-17  Ted Gould  <ted@canonical.com>

	Configure changes to include gio

2009-02-17  Ted Gould  <ted@canonical.com>

	Mostly build related changes coming from the upstream branch.

2009-02-15  Ted Gould  <ted@canonical.com>

	releasing version 0.1~ppa41

2009-02-15  Ted Gould  <ted@canonical.com>

	* Putting on a handle
	* Adding in a background function from panel-lib

2009-02-15  Ted Gould  <ted@canonical.com>

	releasing version 0.1~ppa40

2009-02-15  Ted Gould  <ted@canonical.com>

	Merging in from the 'upstream' branch.  Changes include the addition
	of a server signal for the NULL indicator.  And a warning fix for
	icons.

2009-02-13  Ted Gould  <ted@canonical.com>

	releasing version 0.1~ppa39

2009-02-13  Ted Gould  <ted@canonical.com>

	Fixing a bug in the listener where properties weren't available on running servers.

2009-02-12  Ted Gould  <ted@canonical.com>

	releasing version 0.1~ppa38

2009-02-12  Ted Gould  <ted@canonical.com>

	Adding in GIO to the list of linked modules.

2009-02-12  Ted Gould  <ted@canonical.com>

	releasing version 0.1~ppa37

2009-02-12  Ted Gould  <ted@canonical.com>

	Making time and icons happy and work well.  Also adding lots of fun tests for them.

2009-02-17  Ted Gould  <ted@canonical.com>

	This is a generated file.  Shouldn't be in VCS.

2009-02-17  Ted Gould  <ted@canonical.com>

	Adding the license info

2009-02-17  Ted Gould  <ted@canonical.com>

	Adding the LGPL licenses and making sure they get into the tarball.

2009-02-16  Ted Gould  <ted@canonical.com>

	Trying to add in some extra files that seem useful for building, gtk-doc still fails.

2009-02-16  Ted Gould  <ted@canonical.com>

	Oops, should get the screw up right...

2009-02-16  Ted Gould  <ted@canonical.com>

	Adding a couple of files to the distribution to pass distcheck

2009-02-15  Ted Gould  <ted@canonical.com>

	This function seems to set up the widget correctly with the background.  It's undocumented, but most other applets seem to do it.

2009-02-15  Ted Gould  <ted@canonical.com>

	Putting a little handle on the indicators.  Works for GNOME Panel.

2009-02-15  Ted Gould  <ted@canonical.com>

	Removing the debian directory.  Going to start using this as my upstream
	branch and the other as the packaging branch.

2009-02-15  Ted Gould  <ted@canonical.com>

	Adding a handler for the new server display signal, and then make the
	messages more clear between the two.

2009-02-15  Ted Gould  <ted@canonical.com>

	Adding a new signal in that handles the ID of zero, or null, comming
	back from a listener and uses that to show the server.  Or atleast
	signal it to figure out how to do that.  Also cleaning up the signals
	a little to use defines.

2009-02-15  Ted Gould  <ted@canonical.com>

	Adding a check for NULL string in the icon parsing code.  This will
	stop a bunch of warnings coming from everything else.

2009-02-13  Ted Gould  <ted@canonical.com>

	Ah, declared a variable in an if so that it didn't get out of scope.  Like it should have.  Bah.

2009-02-13  Ted Gould  <ted@canonical.com>

	Adding in a set of functions to get the properties off of a server

2009-02-12  Ted Gould  <ted@canonical.com>

	Forgot to set the timer back to something reasonable!

2009-02-12  Ted Gould  <ted@canonical.com>

	Adding in support for icons, specifically passing them back and forth on the bus

2009-02-12  Ted Gould  <ted@canonical.com>

	Changing from using a memory stream to using a buffer, the memory stream one seems to be broken.

2009-02-12  Ted Gould  <ted@canonical.com>

	Adding in the function to take a pixbuf, turn it into a png, base64 encode it and then send it across the wire.

2009-02-12  Ted Gould  <ted@canonical.com>

	Changing the icon data to be base64 encoded, should have done that originally, how silly.

2009-02-12  Ted Gould  <ted@canonical.com>

	Seems like a better name

2009-02-12  Ted Gould  <ted@canonical.com>

	Fixing some prototypes to fix warnings and errors we haven't yet encountered.  Also setting the type so that our switch statement actually works.

2009-02-12  Ted Gould  <ted@canonical.com>

	Adding in some debug messages and making the signal use the original key to broadcast itself.

2009-02-12  Ted Gould  <ted@canonical.com>

	Added in a way to print the values of properties while they change.  More later, but a start.

2009-02-12  Ted Gould  <ted@canonical.com>

	Seeing what happens if I turn on "sign always" in Bazaar.

2009-02-12  Ted Gould  <ted@canonical.com>

	Adding in the code for handling icons and time

2009-02-12  Ted Gould  <ted@canonical.com>

	Rebuilding the way that priorities get done so that we can handle a time and icon version of the functions so that apps don't have to worry about those details.

2009-02-12  Ted Gould  <ted@canonical.com>

	Setting the properties property and picking up Empathy's desktop file

2009-02-12  Ted Gould  <ted@canonical.com>

	Adding in a timer function to change the time every three minutes or
	so in order to test modifying times.

2009-02-12  Ted Gould  <ted@canonical.com>

	Using the time property function

2009-02-12  Ted Gould  <ted@canonical.com>

	Adding in a time property function

2009-02-11  Ted Gould  <ted@canonical.com>

	Merging from trunk

2009-02-11  Ted Gould  <ted@canonical.com>

	releasing version 0.1~ppa36

2009-02-11  Ted Gould  <ted@canonical.com>

	Merging in the changes to make it so that properties work right, get
	handled properly by the listener and have convience functions.  Also
	lots of little important cleanups.

2009-02-11  Ted Gould  <ted@canonical.com>

	Putting license information everywhere.

2009-02-11  Ted Gould  <ted@canonical.com>

	Cleaning up some debug messages that aren't as useful anymore

2009-02-11  Ted Gould  <ted@canonical.com>

	Switching to ref_default

2009-02-11  Ted Gould  <ted@canonical.com>

	Fixing the deallocation to check the right parameters.

2009-02-11  Ted Gould  <ted@canonical.com>

	Turning off some debugging, reformatting, and putting the connection into the proxy_t structure

2009-02-11  Ted Gould  <ted@canonical.com>

	Basically things are working as the proxyts are now findable.

2009-02-11  Ted Gould  <ted@canonical.com>

	Fixing the call, checking both lists of proxies, and adding some debug info.

2009-02-11  Ted Gould  <ted@canonical.com>

	Removing an annoying warning

2009-02-11  Ted Gould  <ted@canonical.com>

	Adding a check for type in the middle of the state machine for building a server.

2009-02-11  Ted Gould  <ted@canonical.com>

	Adding in a ref-default function so that we can keep one listener
	around for fun and profit.

2009-02-11  Ted Gould  <ted@canonical.com>

	Getting all the legal stuff in.

2009-02-11  Ted Gould  <ted@canonical.com>

	Adding in an author

2009-02-11  Ted Gould  <ted@canonical.com>

	Adding GPL to the tests

2009-02-11  Ted Gould  <ted@canonical.com>

	Adding the GPL to this file

2009-02-11  Ted Gould  <ted@canonical.com>

	Putting the debian copyright info in

2009-02-11  Ted Gould  <ted@canonical.com>

	Adding a license to the top of all these files.  LGPL 2/3

2009-02-10  Ted Gould  <ted@canonical.com>

	Adding to the convience functions for setting the desktop file
	and the type of the server.

2009-02-10  Ted Gould  <ted@canonical.com>

	Building a way to get properties.  Seems like this should be in the DBus
	libs, but anyway.  Here is the code that compiles and claims that it'll
	do it.  More code than I would have liked.

2009-02-10  Ted Gould  <ted@canonical.com>

	Avoiding a conflict with GObject's get_type function.

2009-02-10  Ted Gould  <ted@canonical.com>

	Adding in real functions to match the prototypes.

2009-02-10  Ted Gould  <ted@canonical.com>

	Adding in functions to match the prototypes.

2009-02-10  Ted Gould  <ted@canonical.com>

	Adding in a set_type function and fixing the prototype for set_desktop

2009-02-10  Ted Gould  <ted@canonical.com>

	Changing type to message.im for testing, now it's different than the messages.

2009-02-10  Ted Gould  <ted@canonical.com>

	Adding an API for getting the type and desktop files

2009-02-10  Ted Gould  <ted@canonical.com>

	Including type information in the creation and destruction of servers

2009-02-09  Ted Gould  <ted@canonical.com>

	Merge from trunk

2009-02-09  Ted Gould  <ted@canonical.com>

	releasing version 0.1~ppa35

2009-02-09  Ted Gould  <ted@canonical.com>

	Only emitting a changed signal on properties changed when the indicator is visible

2009-02-09  Ted Gould  <ted@canonical.com>

	Some formatting, reusing the private variable, making it so that hide sends the type and only sending a message of finalize if we're still visible.

2009-02-09  Ted Gould  <ted@canonical.com>

	Server hide function from Niel

2009-02-09  Neil Jagdish Patel  <neil.patel@canonical.com>

	Add the indicate_server_hide function

2009-02-07  Ted Gould  <ted@canonical.com>

	Sending the type with the signal in the listener, adding it into the tests.

2009-02-06  Ted Gould  <ted@canonical.com>

	releasing version 0.1~ppa34

2009-02-06  Ted Gould  <ted@canonical.com>

	Making the listener handle the case where we're using the new show/hide structure.

2009-02-06  Ted Gould  <ted@canonical.com>

	releasing version 0.1~ppa33

2009-02-06  Ted Gould  <ted@canonical.com>

	releasing version 0.1~ppa32

2009-02-06  Ted Gould  <ted@canonical.com>

	releasing version 0.1~ppa31

2009-02-06  Ted Gould  <ted@canonical.com>

	releasing version 0.1~ppa30

2009-02-06  Ted Gould  <ted@canonical.com>

	Removing GObject introspection for now

2009-02-06  Ted Gould  <ted@canonical.com>

	releasing version 0.1~ppa29

2009-02-05  Ted Gould  <ted@canonical.com>

	releasing version 0.1~ppa28

2009-02-07  Ted Gould  <ted@canonical.com>

	Changing the signals for show/hide to send the type correctly.

2009-02-07  Ted Gould  <ted@canonical.com>

	Setting the type of the server

2009-02-06  Ted Gould  <ted@canonical.com>

	Ah, stupid little wrong function

2009-02-06  Ted Gould  <ted@canonical.com>

	Tracking the type of the server in the proxyt structure

2009-02-06  Ted Gould  <ted@canonical.com>

	Changing the prototypes to start using the server added stuff

2009-02-05  Ted Gould  <ted@canonical.com>

	Merging in the trunk changes

2009-02-05  Ted Gould  <ted@canonical.com>

	releasing version 0.1~ppa27

2009-02-04  Ted Gould  <ted@canonical.com>

	typo

2009-02-04  Ted Gould  <ted@canonical.com>

	releasing version 0.1~ppa26

2009-02-04  Ted Gould  <ted@canonical.com>

	Merge in documentation and icons

2009-02-04  Neil Jagdish Patel  <neil.patel@canonical.com>

	Set the widget name on the applet rather than the menubar, to make sure
	it's picked up globally.

2009-02-04  Ted Gould  <ted@canonical.com>

	Adding a conflicts and a replaces to get rid of errors.

2009-02-04  Ted Gould  <ted@canonical.com>

	ppa23

2009-02-05  Ted Gould  <ted@canonical.com>

	Adding properties for doing type and desktop

2009-02-05  Ted Gould  <ted@canonical.com>

	Changing the DBUS API slightly.  Now there is no 'get_desktop' function as desktop is a property.  Added a property for type so that we can understand what kind of application this is.  And finally adding show/hide signals on the server as they were already on the listener.

2009-02-05  Ted Gould  <ted@canonical.com>

	releasing version 0.1~ppa23

2009-02-05  Ted Gould  <ted@canonical.com>

	Adding in the API function to take and icon and display it.  Just the prototype.

2009-02-04  Ted Gould  <ted@canonical.com>

	Removing the icons from the larger applet

2009-02-04  Ted Gould  <ted@canonical.com>

	Polish it up

2009-02-04  Ted Gould  <ted@canonical.com>

	Making it so that there is no more boarder on the menu bar

2009-02-04  Neil Jagdish Patel  <neil.patel@canonical.com>

	indicator-applet (0.1~ppa22) intrepid; urgency=low
	
	* Add support for a transparent panel applet
	
	-- Neil J. Patel <neil.patel@canonical.com>  Wed, 04 Feb 2009 12:44:56 +0100

2009-02-04  Neil Jagdish Patel  <neil.patel@canonical.com>

	Fix coding style

2009-02-03  Neil Jagdish Patel  <neil.patel@canonical.com>

	Enable support for a "transparent" panel applet, which reacts to the gnome-
	panel theme changes

2009-02-03  Ted Gould  <ted@canonical.com>

	Getting gtk-doc working

2009-02-03  Ted Gould  <ted@canonical.com>

	Getting everything together to try and build docs

2009-02-03  Ted Gould  <ted@canonical.com>

	Getting the dirs right

2009-02-03  Ted Gould  <ted@canonical.com>

	Getting SUBDIRS right

2009-02-03  Ted Gould  <ted@canonical.com>

	I think this will add gtk docs

2009-02-03  Ted Gould  <ted@canonical.com>

	Putting in the makefiles for the docs and the reference docs

2009-02-03  Ted Gould  <ted@canonical.com>

	Adding in checks for GTK Doc

2009-02-03  Ted Gould  <ted@canonical.com>

	Merge from trunk

2009-02-03  Ted Gould  <ted@canonical.com>

	* Adding in package fixes from seb128
	* Removing scrollkeeper
	* Changing libindicate to libindicate0
	* Removing .la file
	* Removing targets for files in libindcate-dev.install
	* Removing pkg-create-dbgsym
	* Adding a build depend on pkg-create-dbgsym

2009-02-03  Neil Jagdish Patel  <neil.patel@canonical.com>

	Allow sub-classes of server to emit signals using three new public functions

2009-02-02  Ted Gould  <ted@canonical.com>

	Bump for PPA

2009-02-02  Ted Gould  <ted@canonical.com>

	Should have been for Intrepid

2009-01-30  Ted Gould  <ted@canonical.com>

	Adding interface for listener sending back a display
	request.

2009-01-30  Ted Gould  <ted@canonical.com>

	Listener interface for signalling an indicator

2009-01-30  Ted Gould  <ted@canonical.com>

	Adding a print message for when the indicator is signaled

2009-01-30  Ted Gould  <ted@canonical.com>

	Adding an interface to call back to an indicator and display it.

2009-01-29  Ted Gould  <ted@canonical.com>

	Guess I should merge trunk back in at some point.

2009-01-29  Ted Gould  <ted@canonical.com>

	* Fixing the handling of named DBus connections
	* Moving most of the data in the objects to private sections
	* Making the signal names defines for easier usage
	* Having property changes actually work now.

2009-01-22  Ted Gould  <ted@canonical.com>

	Forgot to run autogen.sh before last package :(

2009-01-21  Ted Gould  <ted@canonical.com>

	Update API slightly and some fixes.

2009-01-21  Ted Gould  <ted@canonical.com>

	Adding in a message indicator and a small test to use it.

2009-01-21  Ted Gould  <ted@canonical.com>

	Adding in listener_get_property

2009-01-29  Ted Gould  <ted@canonical.com>

	Changing the include directory from 1.0 to 0.1 which gives us more room to screw up

2009-01-29  Ted Gould  <ted@canonical.com>

	Wow, I didn't realize we weren't handling properties at all correctly.  Fixed now.  Whew.

2009-01-29  Ted Gould  <ted@canonical.com>

	Adding a set property after the show to cause a signal

2009-01-29  Ted Gould  <ted@canonical.com>

	Have the server pass along the property modified signal

2009-01-29  Ted Gould  <ted@canonical.com>

	Adding a property modified signal to the indicator object

2009-01-29  Ted Gould  <ted@canonical.com>

	Making all of the server values move into a private section like all the others.  Generally a good thing and good clean up

2009-01-29  Ted Gould  <ted@canonical.com>

	Making the indicator properties private, they should be.  Also cleans
	up some deps.

2009-01-29  Ted Gould  <ted@canonical.com>

	Removing the gobject-introspection-repository from the list of build
	depends as we needed it for the dbus stuff, that we're no longer using.

2009-01-29  Ted Gould  <ted@canonical.com>

	Removing DBus from the gobject introspection

2009-01-29  Ted Gould  <ted@canonical.com>

	Oops, forgot the header there

2009-01-29  Ted Gould  <ted@canonical.com>

	Okay, moving all of the variables from the listener class into a private object.  This is to make the GObject introspection not need dbus, and thus we can reduce our build deps significantly.

2009-01-29  Ted Gould  <ted@canonical.com>

	Use the new fangled defines to make things cleaner

2009-01-29  Ted Gould  <ted@canonical.com>

	Getting some helper defines for some of the hacks that'll probably change in the future

2009-01-29  Ted Gould  <ted@canonical.com>

	Using the defines for the signal names

2009-01-29  Ted Gould  <ted@canonical.com>

	Making the signals use #defines to make everything a little more
	predictable.  I hate this part of GObject signals.

2009-01-29  Ted Gould  <ted@canonical.com>

	Adding a variable to make the compiler happier

2009-01-26  Ted Gould  <ted@canonical.com>

	Changed to only listen to reference names instead of descriptive
	ones.  Hopefully this'll fix a crash.

2009-01-21  Ted Gould  <ted@canonical.com>

	Adding in the im-client test and fixing a couple of bugs it found

2009-01-21  Ted Gould  <ted@canonical.com>

	Adding in a type for indicators that are messages

2009-01-21  Ted Gould  <ted@canonical.com>

	Generated source files

2009-01-21  Ted Gould  <ted@canonical.com>

	Adding in a get_property function

2009-01-19  Ted Gould  <ted@canonical.com>

	Wrong indicate include directory in package config files

2009-01-19  Ted Gould  <ted@canonical.com>

	Wrong indicate include directory in package config files

2009-01-16  Ted Gould  <ted@canonical.com>

	Moving the gir file to the right package

2009-01-16  Ted Gould  <ted@canonical.com>

	Removing the gir file from the applet so that it's only
	with the library so that we can install all of them.

2009-01-16  Ted Gould  <ted@canonical.com>

	Adding the GObject Introspection files into the build and the
	packaging.

2009-01-16  Ted Gould  <ted@canonical.com>

	Shell script integrated into the autotools system

2009-01-16  Ted Gould  <ted@canonical.com>

	Bringing GObject Introspection into the build and making it so that
	it gets installed with the library.

2009-01-16  Ted Gould  <ted@canonical.com>

	Build fix

2009-01-16  Ted Gould  <ted@canonical.com>

	Adding in libtool to build deps

2009-01-16  Ted Gould  <ted@canonical.com>

	Getting the debian package built up so that it can have a seperate library binary package.

2009-01-16  Ted Gould  <ted@canonical.com>

	Building the listener object that listens to all of the folks on DBus and turns that into a usable interface for indicator display folks.  A lot of code to make things simple :)

2009-01-14  Ted Gould  <ted@canonical.com>

	Okay, I think this is the end of server and indicator minus all
	the bugs that I expect to find :)

2009-01-14  Ted Gould  <ted@canonical.com>

	Merging in code from yesterday.  Got many of the functions working with
	real IDs and making lists.  The basis for all the properties stuff is there
	but it still needs a touch of fleshing out.  Also a new test for debugging.

2009-01-16  Ted Gould  <ted@canonical.com>

	Changing the build targets, now I understand the difference between 'any' and 'all'

2009-01-16  Ted Gould  <ted@canonical.com>

	Making it so the lib only uses glib (which it does)

2009-01-16  Ted Gould  <ted@canonical.com>

	Adding in the libindicate lib.

2009-01-16  Ted Gould  <ted@canonical.com>

	Moving the tests so that they can guarantee to build after the library
	builds as otherwise they end up getting built first.

2009-01-16  Ted Gould  <ted@canonical.com>

	Adding in a return that was missing (though it's useless)

2009-01-16  Ted Gould  <ted@canonical.com>

	Handling the case that we're destroying an entry because the bus told us to.  Properly signalling all of the removals

2009-01-15  Ted Gould  <ted@canonical.com>

	Fixing the printing and the saving of indicators.

2009-01-15  Ted Gould  <ted@canonical.com>

	Changing the test to do the printing by itself instead of using the debug messages in the class itself

2009-01-15  Ted Gould  <ted@canonical.com>

	Getting the signals in shape

2009-01-15  Ted Gould  <ted@canonical.com>

	Okay, adding the other signals in and keeping track of the indicators
	that are hanging around.  Now, to connect to things external.

2009-01-15  Ted Gould  <ted@canonical.com>

	Get the type of the list of indicators that we got, and then set the up to register

2009-01-15  Ted Gould  <ted@canonical.com>

	Now correctly calling the get indicators function to get the indicators on already created objects.

2009-01-15  Ted Gould  <ted@canonical.com>

	Adding in a marshaller for the DBus signals that we need

2009-01-15  Ted Gould  <ted@canonical.com>

	Now doing some DBus listening and getting some of the initial configuration built up.

2009-01-15  Ted Gould  <ted@canonical.com>

	Changing to the dbus interface and changing to build teh client and server interfaces

2009-01-15  Ted Gould  <ted@canonical.com>

	Amazing how a little string can make such a huge difference.

2009-01-15  Ted Gould  <ted@canonical.com>

	Adding in a basic listening test

2009-01-15  Ted Gould  <ted@canonical.com>

	Adding a new function

2009-01-15  Ted Gould  <ted@canonical.com>

	Starting to flesh out the listener a little bit, should get a list of names on teh bus at this point

2009-01-15  Ted Gould  <ted@canonical.com>

	Adding in the base object for the listener.

2009-01-15  Ted Gould  <ted@canonical.com>

	Cut-and-paste error

2009-01-14  Ted Gould  <ted@canonical.com>

	Cleaning up prototypes and type warnings.

2009-01-14  Ted Gould  <ted@canonical.com>

	Who the hell would design an API that passes in arrays of strings differently
	than it passes them out.  What an insane idea.  Oh yeah, properties work.

2009-01-14  Ted Gould  <ted@canonical.com>

	Chaning the property list parameters to be pointer arrays.

2009-01-13  Ted Gould  <ted@canonical.com>

	Making the indicator lookup it's own function and trying it out in another function to get a property.

2009-01-13  Ted Gould  <ted@canonical.com>

	Adding in some properties to the mix

2009-01-13  Ted Gould  <ted@canonical.com>

	Adding in a display function and a list by type.

2009-01-13  Ted Gould  <ted@canonical.com>

	Man, a lot of work for messing up one explaination point.

2009-01-13  Ted Gould  <ted@canonical.com>

	Making it so that the indicators all have unique IDs

2009-01-13  Ted Gould  <ted@canonical.com>

	Forgot to actually add the test

2009-01-13  Ted Gould  <ted@canonical.com>

	Ah, we weren't checking if we were visible.  Now things are better.

2009-01-13  Ted Gould  <ted@canonical.com>

	Return to crashing beauty

2009-01-13  Ted Gould  <ted@canonical.com>

	Add a test to create a lot of indicators.

2009-01-13  Ted Gould  <ted@canonical.com>

	Merging in Robert's changes.

2009-01-13  Robert Carr  <racarr@ender>

	Add script to build GObject-introspection GIR, and boilerplate 
	JavaScript test.

2009-01-13  Robert Carr  <racarr@ender>

	Use G_BEGIN/END_DECLS, and put the GOBject *_get_type functions in the 
	header file (needed by introspection, but also the normal GLib style).

2009-01-13  Robert Carr  <racarr@ender>

	Merge Ted's changes. I should have used bzr bind.

2009-01-13  Robert Carr  <racarr@ender>

	Add pkgconfig file.

2009-01-12  Ted Gould  <ted@canonical.com>

	Fleshing out more functions, we can now return a list of ids.  Need to test with more.

2009-01-12  Ted Gould  <ted@canonical.com>

	Whoo Hoo, we can count

2009-01-12  Ted Gould  <ted@canonical.com>

	Fleshing out the whole show and hide thing.  We should also be signalling when indicators are added or removed from the server.

2009-01-12  Ted Gould  <ted@canonical.com>

	Clean up the signal handlers and fixing the call in the test function.  Now we're to the point of showing the way I think things should be.

2009-01-12  Ted Gould  <ted@canonical.com>

	Basic show hide support in the indicator

2009-01-12  Ted Gould  <ted@canonical.com>

	Changing to showing the inicator and make it so that we dont' crash right now.

2009-01-12  Ted Gould  <ted@canonical.com>

	Adding in the base functions with pointers and fun stuff like that

2009-01-11  Ted Gould  <ted@canonical.com>

	Adding in signals so that we can talk to the app over DBus.  Nice.

2009-01-09  Ted Gould  <ted@canonical.com>

	Adding in a show to help debugging

2009-01-09  Ted Gould  <ted@canonical.com>

	Adding in an indicator to the test and fixing a typo

2009-01-09  Ted Gould  <ted@canonical.com>

	Connecting indicators and servers.  They create themselves easily.

2009-01-09  Ted Gould  <ted@canonical.com>

	Setting up the singleton nature of the server, and allow setting it.

2009-01-09  Ted Gould  <ted@canonical.com>

	Fleshing out the server some in adding function and prototypes.

2009-01-08  Ted Gould  <ted@canonical.com>

	Adding in build support for the indicate and crash test.  Will make future ones easier.

2009-01-08  Ted Gould  <ted@canonical.com>

	Adding in a simple program to crash after 15 seconds.  Now we can add indicators to it.

2009-01-08  Ted Gould  <ted@canonical.com>

	Building a pretty good set of virtual functions and getting them tied together, with errors too.

2009-01-08  Ted Gould  <ted@canonical.com>

	Basic GObject stuff

2009-01-07  Ted Gould  <ted@canonical.com>

	Setting up version of the libraries.

2009-01-07  Ted Gould  <ted@canonical.com>

	Fixing stuff so that everything links all together

2009-01-07  Ted Gould  <ted@canonical.com>

	Adding in a built sources tag to build the header file properly

2009-01-07  Ted Gould  <ted@canonical.com>

	Fixing linking and libraries and includes oh my

2009-01-07  Ted Gould  <ted@canonical.com>

	Dummy starting file

2009-01-07  Ted Gould  <ted@canonical.com>

	Adding libindicate to the build system

2009-01-07  Ted Gould  <ted@canonical.com>

	Make file starting out to build this thing

2009-01-07  Ted Gould  <ted@canonical.com>

	Basic server stuff

2009-01-07  Ted Gould  <ted@canonical.com>

	Fixing a bunch of typos, now it is a happy validating XML file.

2009-01-07  Ted Gould  <ted@canonical.com>

	First version of XML DBus interface

2009-01-07  Ted Gould  <ted@canonical.com>

	Dropping in more code to make these real GObjects and such

2008-12-20  Ted Gould  <ted@canonical.com>

	Stopping point

2008-12-04  Ted Gould  <ted@canonical.com>

	Moving the indicator directory cross-packages.

2008-12-04  Ted Gould  <ted@canonical.com>

	Put in the kickarse loader code.  Happy, happy.

2008-12-04  Ted Gould  <ted@canonical.com>

	Building in a module loader

2008-12-03  Ted Gould  <ted@canonical.com>

	Parse directories

2008-12-03  Ted Gould  <ted@canonical.com>

	Making the applet very light.

2008-12-03  Ted Gould  <ted@canonical.com>

	Okay, we're all doing everything perfect

2008-12-03  Ted Gould  <ted@canonical.com>

	Making the applet a lot more sparce.  Now we're going to load things dynamically.  Let them have their own problems.

2008-12-03  Ted Gould  <ted@canonical.com>

	Removing everything except messaging.

2008-12-02  Ted Gould  <ted@canonical.com>

	Adding in all of the icons into the mockups.

2008-11-25  Ted Gould  <ted@canonical.com>

	Adding in icons from Ken.

2008-11-24  Ted Gould  <ted@canonical.com>

	Adding in some filler menus to get some depth.

2008-11-24  Ted Gould  <ted@canonical.com>

	Adding in the infrastructure to have icons in the build.  Only a dummy icon for now, but it's there and ready for some friends.

2008-11-24  Ted Gould  <ted@canonical.com>

	Adding in additional files to catch translations

2008-11-24  Ted Gould  <ted@canonical.com>

	Removing the test menu item.

2008-11-24  Ted Gould  <ted@canonical.com>

	Adding in settings

2008-11-24  Ted Gould  <ted@canonical.com>

	Blocking the prelight

2008-11-24  Ted Gould  <ted@canonical.com>

	Making spacing and alignment better

2008-11-24  Ted Gould  <ted@canonical.com>

	Getting some batteries in there.

2008-11-24  Ted Gould  <ted@canonical.com>

	Basic power handler

2008-11-20  Ted Gould  <ted@canonical.com>

	First try at getting it not to hide on click.  Fail.

2008-11-20  Ted Gould  <ted@canonical.com>

	Whoa, getting that inherited type wrong really messes things up.

2008-11-20  Ted Gould  <ted@canonical.com>

	Clean compile, but something is broken in the _init function.  Not sure what.

2008-11-19  Ted Gould  <ted@canonical.com>

	Okay, blocked the prelight on the item, now how do I get my buttons out of event prison.

2008-11-19  Ted Gould  <ted@canonical.com>

	Getting all the widgets in the menu item.  Doesn't quite work right, but the widgets are there.

2008-11-19  Ted Gould  <ted@canonical.com>

	Adding in a menu item to start putting in a slider.

2008-11-18  Ted Gould  <ted@canonical.com>

	Adding a depend for dbus-glib

2008-11-18  Ted Gould  <ted@canonical.com>

	Version one of debian packaging.

2008-11-12  Ted Gould  <ted@canonical.com>

	Working on ideas for the prototype of the individual item stuff

2008-11-12  Ted Gould  <ted@canonical.com>

	Starting to build functions to handle the menu spec over DBus

2008-11-12  Ted Gould  <ted@canonical.com>

	Okay, audio is an icon now.

2008-11-12  Ted Gould  <ted@canonical.com>

	Connecting in all the different applets, now they can do their own thing.

2008-11-12  Ted Gould  <ted@canonical.com>

	Adding the basis for all the different indicators that we want to include

2008-11-12  Ted Gould  <ted@canonical.com>

	Switching from a label and an hbox to a menubar

2008-11-12  Ted Gould  <ted@canonical.com>

	Ah, forgot to show the applet itself.

2008-11-12  Ted Gould  <ted@canonical.com>

	Putting a label in the widget

2008-11-12  Ted Gould  <ted@canonical.com>

	Adding in more documentation on the seperation between user interaction
	and the system services.

2008-11-10  Ted Gould  <ted@canonical.com>

	A diagram about how intermediate daemons are going to provide status to the panel.

2008-11-10  Ted Gould  <ted@canonical.com>

	Getting some text that I'd written on the target API in the repo.

2008-11-10  Ted Gould  <ted@canonical.com>

	Indicator prototypes

2008-10-30  Ted Gould  <ted@canonical.com>

	Ignoring some stuff

2008-10-30  Ted Gould  <ted@canonical.com>

	Setting up the data directories and getting everything to translate nicely

2008-10-29  Ted Gould  <ted@canonical.com>

	Adding in the linking and some basic prototypes.

2008-10-29  Ted Gould  <ted@canonical.com>

	Getting the build things together so that it starts building.  Yeah.

2008-10-29  Ted Gould  <ted@canonical.com>

	Basic build system, not quite working though

