# Generated by Makefile. Do not edit.

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

	add gtest-dbus-helper.h to test_service_SOURCES s.t. it gets bundled in the tarball

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

	12.10.2

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

	merge lp:~charlesk/indicator-session/lp-1044015 to add disposition highlighting to the session indicator's icon

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

	add a11y case for attention needed, but username display disabled

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

	revise indicator_session_update_a11y_from_disposition() to be easier to internationalize

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

	have the a11y text follow the SystemMenu spec

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

	add a disposition handler to indicator-session

2012-08-30  Alberto Mardegan  <alberto.mardegan@canonical.com>

	Add the "Online Accounts" item to the session menu.
	
	This item, beside opening the Online Accounts applet of the GNOME Control Center, also acts as an indicator, by turning red when some accounts need to be re-authenticated.. Approved by Charles Kerr, Matthew Paul Thomas, jenkins.

2012-08-23  Alberto Mardegan  <alberto.mardegan@canonical.com>

	Show Online Accounts only when needed

2012-08-21  Alberto Mardegan  <alberto.mardegan@canonical.com>

	Fix build

2012-08-21  Alberto Mardegan  <alberto.mardegan@canonical.com>

	Class rename
	
	Rename the class from Webcredentials to OnlineAccounts, for improved
	consistency.

2012-08-21  Alberto Mardegan  <alberto.mardegan@canonical.com>

	Add Online Accounts item to session menu.

2012-08-21  Alberto Mardegan  <alberto.mardegan@canonical.com>

	Apply old webcredentials patch to trunk

2012-03-07  Alberto Mardegan  <alberto.mardegan@canonical.com>

	Add Web Accounts menu item
	
	Also, listen for the webcredentials service signals, to know when to set the
	alert disposition on the menu item.

2012-03-07  Alberto Mardegan  <alberto.mardegan@canonical.com>

	Fix a build error: include locale.h

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

	merge lp:~charlesk/indicator-session/add-dbus-test-harness to get the unit tests building correctly.

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

	add a local implementation of indicator-service-test.h

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

	merge lp:~charlesk/indicator-session/lp-1027952 to remove the Restart button from the shutdown dialog

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

	in gtk-logout-helper's 'switch off' dialog, don't show a 'restart' button anymore

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

	12.10.1

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

	merge lp:~charlesk/indicator-session/lp-1024395 to fix user menu icon sizes.

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

	in the session menu, make the user menuitems the same height as the other menuitems.

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

	use gtk_image_*_from_icon_name() instead of indicator_image_helper*()

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

	merge lp:~charlesk/indicator-session/lp-1023533 to raise configure.ac's glib requirement to match the API level needed in the source code

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

	bump glib requirement to 2.33

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

	Separate testing-strings utility into its own Makefile for re-use.. Approved by Allan LeSage.

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

	extract the strings test into their own Makefile so that we can share it among other indicators

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

	bumping version to 12.10.0

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

	fix #include in test-service

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

	only fire change events when a user property that we care about changes.

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

	if tests aren't explicitly requested, don't fail the build if dbus-test-runner isn't installed

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

	update POTFILE list

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

	Don't trigger unnecessary change events in the user proxy.

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

	copyediting

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

	copyediting

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

	Remove the etched border effect for user icons.
	
	They looked good before, but look cluttered with the new reduced icon size, and lessening clutter was the reason for shrinking the icons in the first place.

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

	reduce the user icon size from 32 to 24 pixels as per mpt's request.

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

	don't cache the DisplayManager seat proxy.

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

	in gtk-logout-helper, rename 'Shut Down' to 'Switch Off' to match the session indicator's text

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

	add a g_debug message to say which command is being invoked by g_spawn_command_line_async()

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

	Restore the ellipsis to the 'System Settings' label as per mpt's suggestion.
	
	Further reading: <https://bugzilla.gnome.org/show_bug.cgi?id=169447>

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

	copyediting

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

	copyediting

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

	the default value for show-real-name-on-panel should be 'false'

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

	Use "g_str_has_prefix(str,foo)" instead of "strlen(str)>N && !memcmp(str,foo,N)"

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

	action_func_spawn_async() doesn't need a varargs argument anymore.

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

	in build_user_menuitems(), don't leak the users GList even if user switching isn't allowed

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

	SessionMenuMgr shouldn't leak its user_menuitems GSList

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

	take a ref on the session_dbus passed into SessionMenuMgr's constructor.

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

	SessionMenuMgr should own its toplevel menuitem.

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

	clearing house: the remainder of bugfixes & readability changes

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

	copyediting: remove a lot of trailing spaces

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

	copyediting: remove trailing spaces; fix tab damage

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

	handle fringe case where GetRealUserName is called before the username's been set -- send an empty string rather than NULL s.t. the client doens't get an '[Invalid UTF-8]' string

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

	a step in merging the two menus: consolidate & clean up the code in session-menu-mgr

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

	a step in merging the two menus: merge the DeviceMenuMgr and UserMenuMgr classes into a single SessionMenuMgr class

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

	right-align the 'currently logged in' checkmark as per mpt's 12.10 spec

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

	a step in merging the two menus: initial merge of the two menus

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

	bind the IndicatorObjectEntry's label's visibility to the the setting in show-real-name-on-panel

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

	remove the use-username-in-switch-item property; it's no longer spec'ed

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

	a step in merging the two menus: in indicator-session, use one IndicatorObjectEntry instead of two

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

	a step in merging the two menus: remove the 'should show user menu' flag

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

	in copy_proxy_properties(), ensure that the 'changed-properties' variant that we emit isn't NULL

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

	use g_clear_object()

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

	in user_widget_property_update(), remove a g_message() that shouldn't've been committed

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

	in user_widget_init(), remove unused variable 'padding'

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

	in user-widget.c, remove unused function user_widget_button_release_event()

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

	Don't use all the new users that we get told about.
	
	The issue is fringe cases where we get notified about a user we don't want to show, such as lightdm showing up after we've switched to the greeter. Instead, let's ask org.freedesktop.Accounts for a fresh list of users so that it can apply its internal filters to the user list.

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

	fix a spurious call to g_error_free() in indicator_session_init()

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

	Have the menuitem respond to changes in the AccountsUser's ICON property

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

	Have the user widget respond to changes in the LOGGED_IN and ICON properties

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

	use GDBus in users-service-dbus.c... major rewrite here.

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

	properly respond to changes in the menuitem's USER_ITEM_PROP_LOGGED_IN property

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

	use gdbus-codegen for the UPower dbus interaction

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

	start grouping Admin, Account-Switching, and Session items as per the 12.10 spec

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

	Add the 'About This Computer' and 'Ubuntu Help' menuitems as per the 12.10 spec

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

	remove the attached devices menuitem; it's no longer in the spec

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

	fix tab damage in device-menu-mgr.c

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

	remove unnecessary prototypes

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

	extract methods to reduce duplicate code in handling dbus notifications that can_suspend, allow_suspend, can_hibernate, or allow_hibernate flags have changed

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

	bugfix: in machine_sleep_with_context(), don't call the proxy method if we don't have a proxy

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

	constify the machine_sleep_with_context() API

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

	make lock_menuitem an instance variable rather than a global one so that its pointer values won't persist between test sessions.  Woot, last global\!

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

	make suspend_call and hibernate_call instance variables rather than global ones so that their pointer values won't persist between test sessions

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

	make can_hibernate, allow_hibernate, can_suspend, and allow_suspend instance variables rather than global ones so that their pointer values won't persist between test sessions

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

	reduce the scope of another formerly global variable: system_settings_menuitem

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

	make up_main_proxy and up_prop_proxy instance variables rather than global ones so that their pointer values won't persist between test sessions

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

	make logout_mi and shutdown_mi local variables rather than global ones so that their pointer values won't persist between test sessions

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

	make hibernate_mi and suspend_mi instance variables rather than global ones so that their pointer values won't persist between test sessions

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

	make keybindings_settings an instance variasble rather than a global one, so that it will get disposed properly and not persist between test sessions

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

	make lockdown_settings an instance variable rather than a global one, so that it will get disposed properly and not persist between test sessions

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

	bugfix: we were listening to screensaver shortcut settings changes from the wrong GSettings.

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

	In device-menu-mgr.c, lockdown_changed() only exists as a pass-thru for having LOCKDOWN_KEY_USER and LOCKDOWN_KEY_SCREENSAVER changes force a menu rebuild, so eliminate the middleman and connect those property changes directly to the menu rebuild

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

	remove duplicate code when updating the lock menuitem's keybindings

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

	In device-menu-mgr, remove unused context from show_system_settings_with_context()

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

	remove now-unused file accounts-service-user.xml

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

	remove our udev dependency now that we no longer use it to look at devices

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

	remove the software updates menuitem; it's no longer in the spec

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

	remove the startup applications menuitem; it's no longer in the spec

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

	remove the display menuitem; it's no longer in the spec

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

	remove the webcam menuitem; it's no longer in the spec

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

	remove the scanner menuitem; it's no longer in the spec

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

	remove the printer settings menuitem; it's no longer in the spec

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

	In user_menu_mgr_rebuild_items(), simplify the logic behind the visiblity rules

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

	bugfix: even if a UserMenuMgr was in greeter mode, it would rebuild itself in "full" mode after users on the system were added or removed.

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

	user_count is a one-time use variable, so reduce its scope from being a UserMenuMgr field to a temporary var in user_menu_mgr_rebuild_items()

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

	fix signature for compare_users_by_username()

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

	simplify is_this_guest_session()

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

	extract method: create_user_menuitem()

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

	Remove the seemingly-pointless MINIMUM_USERS constant

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

	In user-menu-mgr.c, make the static variable 'settings' a field of UserMenuMgr so that it doesn't persist between test sessions

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

	In user-menu-mgr.c, make the static variable 'switch_menuitem' a local s.t. it's not preserved between test sessions

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

	Remove unused function check_new_session() from user-menu-mgr.c

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

	In user_menu_mgr_rebuild_items(), reduce the scope of some temporary variables

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

	In user-widget.c, remove the GTK2-specific code.

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

	Add gcda/gcno to CLEANFILES s.t. 'make clean' will cover them

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

	merge lp:~charlesk/indicator-session/nogtk2 to raise the minimum gtk version to 3

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

	remove gtk2 support

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

	merge lp:~charlesk/indicator-session/gtest to add Google Test + libdbustest

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

	use ted's suggestions for using xorg-gtest and to remove the service-test-runner.sh script

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

	Switch to using the xorg-gtest main so that we're running under a dummy Xserver

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

	Change the service path to be a define instead of passed on the command line

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

	sync with the other indicatorsGTest automake rules

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

	fix tyop

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

	only require GTest and libdbustest if we're building the unit tests

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

	add scaffolding for indicator-session-service Google Testing with libdbustest

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

	0.3.96

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

	merge lp:~ted/indicator-session/no-system-desktop-files to remove the desktop files so they don't appear in the dash.

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

	Attaching bug

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

	Dropping the desktop files from translations

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

	Dropping the desktop files from the build

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

	merge lp:~allanlesage/indicator-session/TDD to add gcov to the build for coverage statitistics

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

	Advised changes to fix implicit declarations.

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

	Merged from trunk.

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

	Added gcov coverage tooling.

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

	0.3.95

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

	Merge lp:~charlesk/indicator-session/lp-957342 to fix a pair of indicator-session memory leaks.

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

	fix memory leak updating the username label -- gtk_label_set_text() takes a const char*, we don't need to g_strdup() the string before passing it in

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

	plug two more memory leaks. g_variant_get("s") makes a newly-allocated duplicated string, g_variant_get("&s") returns the internal const string.

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

	plug two leaked strings in keybinding_changed()

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

	to pull a const string from g_variant_get(), use a format string "&s", not "s"

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

	0.3.94

2012-03-12  Conor Curran  <conor.curran@canonical.com>

	mvo's fix for the apt menuitem

2012-03-08  Michael Vogt  <michael.vogt@ubuntu.com>

	src/apt-watcher.c: remove no longer needed code, this RestartRequired is a bit misleading as it about that the PK daemon got restarted not about system or session

2012-03-08  Michael Vogt  <michael.vogt@ubuntu.com>

	src/apt-watcher.c: check the pk_results_get_require_restart_worst() in get_updates() too

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

	0.3.93

2012-03-06  Sebastien Bacher  <seb128@ubuntu.com>

	enforce locking that's still needed and will not be solved this cycle

2012-02-27  Sebastien Bacher  <seb128@ubuntu.com>

	Revert r239, there are still issues, to sort next cycle

2012-03-06  Conor Curran  <conor.curran@canonical.com>

	merge the icon change fix

2012-03-06  Conor Curran  <conor.curran@canonical.com>

	make sure to change the icon on the panel when we get a restart signal from package kit

2012-03-06  Conor Curran  <conor.curran@canonical.com>

	make sure to listen to the correct signal

2012-03-06  Conor Curran  <conor.curran@canonical.com>

	listen for the right signal

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

	0.3.92

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

	Make GUDev optional for arch's that can't support it

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

	Don't include the header or the variable if we're not using GUDev

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

	Move the variables into the list straight up as they'll be NULL if undefined

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

	Making sure to distribute the files even if we don't use them to build.

2012-02-23  Evgeni Golov  <evgeni@debian.org>

	make gudev dep optional
	
	Debian has arches w/o udev (hurd-*, kfreebsd-*). These cannot build
	indicator-session currently because libgudev-1.0-dev is missing there.
	Make the gudev dep optional and thus make indicator-session buildable on
	non-Linux arches again.

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

	Set the accessible descriptions with the icons

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

	If we change the icon to show reboot we need to tell that to the a11y string as well

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

	Add default accessible descriptions to the entries

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

	Attaching bug

2012-02-14  Conor Curran  <conor.curran@canonical.com>

	merge roberts lock fix

2012-02-10  Robert Ancell  <robert.ancell@canonical.com>

	Don't lock the session when switching to another one - something else (ConsoleKit?) already does this and locks it regardless of if the setting has been configured.
	By explicitly doing the lock it means we can't override it inside GNOME screensaver to switch to the greeter instead, so this patch removes the code.

2012-02-08  Conor Curran  <conor.curran@canonical.com>

	prep for release 0.3.91

2012-02-08  Conor Curran  <conor.curran@canonical.com>

	merge in the pk api port branch and remove the apt transaction stuff

2012-02-08  Conor Curran  <conor.curran@canonical.com>

	merge request comments acted upon

2012-02-08  Conor Curran  <conor.curran@canonical.com>

	properly fix conflict and make sure to not check for updates 1 minute after starting the service or Pitti will kill me :)

2012-02-08  Conor Curran  <conor.curran@canonical.com>

	correct conflict

2012-02-08  Conor Curran  <conor.curran@canonical.com>

	get rid of the transaction as we don't need to worry about updates installing state

2012-02-08  Conor Curran  <conor.curran@canonical.com>

	pk kit compat layer seems to be sane

2012-02-07  Conor Curran  <conor.curran@canonical.com>

	no need to hold on to a reference to a pkclient instance

2012-02-07  Conor Curran  <conor.curran@canonical.com>

	apt watcher updates

2012-02-07  Conor Curran  <conor.curran@canonical.com>

	fetching available packages

2012-02-06  Conor Curran  <conor.curran@canonical.com>

	query for updates half complete

2012-02-06  Conor Curran  <conor.curran@canonical.com>

	we need to talk to dbus to listen for signals from package kit, the lib doesnt wrap the signals ...

2012-02-06  Conor Curran  <conor.curran@canonical.com>

	pkclient in place

2012-02-06  Conor Curran  <conor.curran@canonical.com>

	handle gtk3 box constructor changes

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

	0.3.90

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

	Screensaver code cleanup

2012-01-30  Marc Deslauriers  <marc.deslauriers@canonical.com>

	Remove dead GSS throttling code. Let gnome-settings-daemon
	handle locking the screen when UPower requests it.

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

	Fix ordering of items on request

2011-10-26  Dmitry Shachnev  <mitya57@gmail.com>

	Swap return values of indicator_session_get_location

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

	Removing GOA support

2012-02-02  Alberto Mardegan  <alberto.mardegan@canonical.com>

	Remove "Online accounts" from user menu
	
	The "Online accounts" feature is going to be removed from the control panel in Precise.

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

	Fix GTK3 Box Deprecation

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

	If we have GTK3 use the new gtk_box_new() function not the deprecated one

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

	Adding flags into the build to make sure we know if we're GTK3 or not

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

	Updating to dbusmenu 0.5.90

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

	Modifying includes to not include libdbusmenu-gtk3 stuff

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

	Updating required dbusmenu 0.5.90

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

	Making the gtk logout helper and apt optional build time choices

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

	Make APT support optional

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

	Make GTK Logout Helper optional

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

	Add name hints to the indicators

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

	Export the indicators name hints
	
	Using the PACKAGE config.h variable both for the users and devices entries.

2011-10-28  Conor Curran  <conor.curran@canonical.com>

	bump version for release

2011-10-28  Conor Curran  <conor.curran@canonical.com>

	fix the invalid utf8 bug and update ignore file

2011-10-25  Conor Curran  <conor.curran@canonical.com>

	update the ignore file with the new translations

2011-10-25  Conor Curran  <conor.curran@canonical.com>

	tidy up

2011-10-25  Conor Curran  <conor.curran@canonical.com>

	removed the redundant max users limit on the user menu

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

	0.3.7

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

	Fix variant handling

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

	Attach bug

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

	Don't unref the parameters as we don't make a ref to it

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

	Make sure to reference the variant, and unref the value we get

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

	Check to ensure we have settings, else default values.

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

	Okay, get all of them I guess

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

	Use a temporary variable to defeat G_DISABLE_CHECKS

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

	Error gracefully if we can't get our settings.

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

	Okay, fixing again.  Now right.

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

	Fixed improperly mapped gconf to gsettings keys, fixes crasher (LP: #858798)

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

	0.3.6

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

	Merging in translations from LP

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

	Fixing capitalization of input strings as well

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

	Updating to trunk

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

	Updating to current translations on Launchpad

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

	Removing an error and fixing the parameters.

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

	Make the dialog not abort and add invalids for the return to make sure it does less often

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

	Update the icon instead of recreating it.

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

	Switch changing restart to updating the image instead of recreating it.

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

	Switch to using the XDG_SEAT_PATH env. variable instead of using DBus

2011-09-21  Robert Ancell  <robert.ancell@canonical.com>

	Don't use depcrecated org.freedesktop.DisplayManager.GetSeatForCookie, use XDG_SEAT_PATH instead

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

	Adding categories to the desktop files

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

	Fixing key names

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

	Only grab reboot after a second delay

2011-09-16  Conor Curran  <conor.curran@canonical.com>

	removed startup rebootrequired query, it must have been returning true

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

	Fix title case

2011-09-16  Jeremy Bicha  <jbicha@ubuntu.com>

	Use Title Case for "Restart to Complete Updates"

2011-09-14  Conor Curran  <conor.curran@canonical.com>

	fixes for apt handling

2011-09-14  Conor Curran  <conor.curran@canonical.com>

	merge further apt handling fixes

2011-09-14  Conor Curran  <conor.curran@canonical.com>

	apt property changed reboot required listened for and now the whole apt interaction does not happen until after 60 secs

2011-09-08  Conor Curran  <conor.curran@canonical.com>

	bump for release

2011-09-08  Conor Curran  <conor.curran@canonical.com>

	various switches for the strings on the panel and on the switch item

2011-09-08  Conor Curran  <conor.curran@canonical.com>

	show/hide the name from the panel

2011-09-08  Conor Curran  <conor.curran@canonical.com>

	user correct string on switch item unless user actually wants to show username

2011-09-08  Conor Curran  <conor.curran@canonical.com>

	add the new gsettings entry for toggling the visibility of the real name on the panel

2011-09-08  Conor Curran  <conor.curran@canonical.com>

	debugs for mystery bug

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

	Lots of debug messages for the logout helper

2011-09-08  Conor Curran  <conor.curran@canonical.com>

	merge the display manager's has-guest-account work

2011-09-07  Conor Curran  <conor.curran@canonical.com>

	tidy up

2011-09-07  Conor Curran  <conor.curran@canonical.com>

	display manager HasGuestAccount now supported

2011-09-08  Conor Curran  <conor.curran@canonical.com>

	merge the apt handling fixes

2011-09-07  Conor Curran  <conor.curran@canonical.com>

	tidy up

2011-09-07  Conor Curran  <conor.curran@canonical.com>

	more hoop jumping for apt

2011-09-07  Conor Curran  <conor.curran@canonical.com>

	more hoop jumping for apt

2011-09-07  Conor Curran  <conor.curran@canonical.com>

	more revelations with regards the behaviour of the apt dbus 'api'

2011-09-06  Conor Curran  <conor.curran@canonical.com>

	refactor the apt state callback because the use case of real and simulation were proving far too disparate

2011-09-06  Conor Curran  <conor.curran@canonical.com>

	another bug found within the apt-menuitem

2011-09-07  Conor Curran  <conor.curran@canonical.com>

	merge null protection branch

2011-09-05  Conor Curran  <conor.curran@canonical.com>

	protect against a null pointer in the user-dbus-manager

2011-09-06  Conor Curran  <conor.curran@canonical.com>

	bump version for release

2011-09-06  Conor Curran  <conor.curran@canonical.com>

	added new gsettings entry to control visibility of the user menu

2011-09-06  Conor Curran  <conor.curran@canonical.com>

	updated the schema entry with the correct key

2011-09-06  Conor Curran  <conor.curran@canonical.com>

	updated the schema entry with the correct key

2011-09-06  Conor Curran  <conor.curran@canonical.com>

	change the actual key on the entry

2011-09-06  Conor Curran  <conor.curran@canonical.com>

	live cd user should now be turned off via new gsettings entry by casper

2011-09-06  Conor Curran  <conor.curran@canonical.com>

	added new field to gsettings to allow to hide the user menu

2011-09-05  Conor Curran  <conor.curran@canonical.com>

	old icon now used when in greeter mode

2011-09-02  Conor Curran  <conor.curran@canonical.com>

	make sure to flag restart state in greeter mode also with the right icon

2011-09-02  Conor Curran  <conor.curran@canonical.com>

	remove the greeter icon stuff

2011-09-02  Conor Curran  <conor.curran@canonical.com>

	bumped version in prep for release

2011-09-02  Conor Curran  <conor.curran@canonical.com>

	apt menuitem should now finally be working properly

2011-09-02  Conor Curran  <conor.curran@canonical.com>

	final apt menuitem bugs fixes

2011-09-01  Conor Curran  <conor.curran@canonical.com>

	ready for 0.3.4.1

2011-09-01  Conor Curran  <conor.curran@canonical.com>

	much easier of handling the greeter icon

2011-08-31  Conor Curran  <conor.curran@canonical.com>

	various apt handling fixes

2011-08-31  Conor Curran  <conor.curran@canonical.com>

	set the menuitem's disposition back to normal just in case

2011-08-31  Conor Curran  <conor.curran@canonical.com>

	tidy up

2011-08-31  Conor Curran  <conor.curran@canonical.com>

	make sure to bring up logout dialog from apt menuitem when restart is required

2011-08-31  Conor Curran  <conor.curran@canonical.com>

	tidy up

2011-08-31  Conor Curran  <conor.curran@canonical.com>

	restart signal actually being sent now properly

2011-08-31  Conor Curran  <conor.curran@canonical.com>

	apt race condition handled

2011-08-30  Conor Curran  <conor.curran@canonical.com>

	bump for release

2011-08-30  Conor Curran  <conor.curran@canonical.com>

	merge the guest fixes

2011-08-30  Conor Curran  <conor.curran@canonical.com>

	remove guest checking in generic user list, the guest user is never included in the user list returned therefore the check is pointless

2011-08-30  Conor Curran  <conor.curran@canonical.com>

	remove broken logic concerned with displaying the user menu

2011-08-30  Conor Curran  <conor.curran@canonical.com>

	fixed the guest session panel string

2011-08-30  Conor Curran  <conor.curran@canonical.com>

	bump for release

2011-08-30  Conor Curran  <conor.curran@canonical.com>

	protect against incorrect webcam detection

2011-08-26  Conor Curran  <conor.curran@canonical.com>

	merge in translation fix

2011-08-26  Conor Curran  <conor.curran@canonical.com>

	fixed the translation bug

2011-08-25  Conor Curran  <conor.curran@canonical.com>

	ted's str allocation fixes

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

	Change the function to assume nothing about the parameters and always allocate a string

2011-08-25  Conor Curran  <conor.curran@canonical.com>

	bump for next release

2011-08-25  Conor Curran  <conor.curran@canonical.com>

	fixes for the min users and label on panel for guest

2011-08-25  Conor Curran  <conor.curran@canonical.com>

	fix the min users bug plus guest label utf8 issue

2011-08-25  Conor Curran  <conor.curran@canonical.com>

	protection against dodgy vendor ids provided by udev

2011-08-25  Conor Curran  <conor.curran@canonical.com>

	bumped the dbusmenu version depends

2011-08-25  Conor Curran  <conor.curran@canonical.com>

	updated po files and bumped for beta release

2011-08-25  Conor Curran  <conor.curran@canonical.com>

	branded attached devices menuitem labels

2011-08-25  Conor Curran  <conor.curran@canonical.com>

	fixed the translations

2011-08-23  Conor Curran  <conor.curran@canonical.com>

	set the alert state on the apt item when reboot is required

2011-08-23  Conor Curran  <conor.curran@canonical.com>

	user menu now shown if guest session is possible also guest name has been set on the panel

2011-08-23  Conor Curran  <conor.curran@canonical.com>

	removed bluetooth item and labels on webcams and scanners are now manufacturer specific

2011-08-24  Conor Curran  <conor.curran@canonical.com>

	merged teds string fixes and tests

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

	Ignoring the test scripts

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

	Fixing those ASCII quotes

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

	Adding a test to look for various ASCII quotes

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

	Fix the message

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

	Add a test to test the space before an ellipsis at the end of a string

2011-08-24  Conor Curran  <conor.curran@canonical.com>

	merge the fixes for gtk2

2011-08-24  Conor Curran  <conor.curran@canonical.com>

	fix the dot alignment in the gtk2s user widget

2011-08-24  Conor Curran  <conor.curran@canonical.com>

	fix that broken trunk

2011-08-24  Conor Curran  <conor.curran@canonical.com>

	gtk2 user widget drawing fixed

2011-08-24  Conor Curran  <conor.curran@canonical.com>

	merged the desktop session files branch

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

	Adding the bin directory as well

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

	Making the desktop files actually install

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

	Adding a lock screen desktop file as well

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

	Fixing the TryExecs and the versions

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

	Adding logout and restart desktop files as well

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

	Adding a desktop file for shutting down

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

	Activate prototype

2011-08-23  Conor Curran  <conor.curran@canonical.com>

	merged user, gsettings and other stuff

2011-08-22  Conor Curran  <conor.curran@canonical.com>

	uncomment signal subscription that doesn't work

2011-08-22  Conor Curran  <conor.curran@canonical.com>

	changed around the sync users so as it can be used to refresh the user list on any given event

2011-08-22  Conor Curran  <conor.curran@canonical.com>

	merged the dynamic users work

2011-08-19  Conor Curran  <conor.curran@canonical.com>

	remove the debugs

2011-08-19  Conor Curran  <conor.curran@canonical.com>

	users now dynamically responsive to addition and deletion of users

2011-08-22  Conor Curran  <conor.curran@canonical.com>

	don't draw border on default icon

2011-08-22  Conor Curran  <conor.curran@canonical.com>

	tidy up

2011-08-22  Conor Curran  <conor.curran@canonical.com>

	user icon border now being drawn and gtk2 dot also taken care of

2011-08-22  Conor Curran  <conor.curran@canonical.com>

	user images now being loaded into the user menu

2011-08-22  Conor Curran  <conor.curran@canonical.com>

	used the set aside defines for icon names

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

	Add a user accounts item on the user menu

2011-08-21  Jeremy Bicha  <jbicha@ubuntu.com>

	Add User Accounts link to bottom of user menu

2011-08-22  Conor Curran  <conor.curran@canonical.com>

	ellipsis fixes

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

	Ignoring the test-ellipsis script

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

	Fix all the ellipsis

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

	Ensuring a pass is a pass

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

	Making a bit more generic by using GETTEXT_PACKAGE

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

	Making a check to see if there is ellipsis in the user visible strings

2011-08-22  Conor Curran  <conor.curran@canonical.com>

	gsettings port

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

	Using the right schema

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

	Fixing key names

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

	Don't have that yet

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

	Ignoring GSettings generated files and the pot file

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

	Adding GSettings Rule

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

	Setting up convert script and completing the GSettings transition including translations

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

	Adding GSettings schema and updating C files

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

	Changing to using the GSettings signals for change

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

	Changing name of ensure function

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

	Removing the 'gconf' string

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

	Fixing the comment

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

	Setting the notifications to use the g_settings changed signals

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

	Change name to settings helper

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

	ignore generated file

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

	Porting the keys for the device and user manager over to use gsettings

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

	Comment out notifications so that we can get this compiling again.

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

	Dropping gconf from build

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

	Fix getting of all the keys to be settings functions

2011-08-19  Conor Curran  <conor.curran@canonical.com>

	the beginnings of using gsettings in the gconf helper

2011-08-19  Conor Curran  <conor.curran@canonical.com>

	converted the old gconf schema to gsettings

2011-08-22  Conor Curran  <conor.curran@canonical.com>

	bumped for release

2011-08-18  Conor Curran  <conor.curran@canonical.com>

	Ellipses fixes

2011-08-18  Conor Curran  <conor.curran@canonical.com>

	merged the ellipsis strings fixes

2011-06-12  Gabor Kelemen  <kelemeng@gnome.hu>

	Use ellipsis character instead of full stops. Fixes LP: 621339

2011-08-18  Conor Curran  <conor.curran@canonical.com>

	merge in the big fix branch

2011-08-18  Conor Curran  <conor.curran@canonical.com>

	greeter mode uses to flag whether we are showing the user menu or not

2011-08-18  Conor Curran  <conor.curran@canonical.com>

	merged mterry's move over to gsettings

2011-08-17  Michael Terry  <michael.terry@canonical.com>

	don't start/lock the screensaver from the login screen

2011-08-18  Conor Curran  <conor.curran@canonical.com>

	ted's merge in for correctly checking active sessions plus UI now correct with regards active sessions and guest session is also in

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

	Debugging info and a protection

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

	After setting up the signals get the initial list of sessions

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

	Updated to DBus interface files currently in ConsoleKit and added the seat files as well

2011-08-17  Conor Curran  <conor.curran@canonical.com>

	added some trace to the add sessions for user method

2011-08-17  Conor Curran  <conor.curran@canonical.com>

	put guest item in place and fixed ticked icon on user menu

2011-08-18  Conor Curran  <conor.curran@canonical.com>

	updates item fix and restart awareness plus correct icons

2011-08-12  Conor Curran  <conor.curran@canonical.com>

	fixed the misguided software available flag

2011-08-10  Conor Curran  <conor.curran@canonical.com>

	bumped for new release

2011-08-10  Conor Curran  <conor.curran@canonical.com>

	restart fix

2011-08-10  Conor Curran  <conor.curran@canonical.com>

	add the restart to the shutdown dialog

2011-08-10  Conor Curran  <conor.curran@canonical.com>

	updated the ignores

2011-08-10  Conor Curran  <conor.curran@canonical.com>

	add the new greeter mode

2011-08-03  Michael Terry  <michael.terry@canonical.com>

	when used in a greeter, don't show settings links, the user switcher, or log out links

2011-08-10  Conor Curran  <conor.curran@canonical.com>

	printer support corrected

2011-08-02  Michael Terry  <michael.terry@canonical.com>

	use correct printers command

2011-08-10  Conor Curran  <conor.curran@canonical.com>

	merge the gudev work

2011-08-09  Conor Curran  <conor.curran@canonical.com>

	segfault found and fixed

2011-08-09  Conor Curran  <conor.curran@canonical.com>

	fixed memory leaks

2011-08-05  Conor Curran  <conor.curran@canonical.com>

	cater for scsi type 3 and 6 devices

2011-08-04  Conor Curran  <conor.curran@canonical.com>

	correct callbacks in place for scanners and webcams

2011-08-04  Conor Curran  <conor.curran@canonical.com>

	trace around this seg fault

2011-08-04  Conor Curran  <conor.curran@canonical.com>

	destroying hash tables in finalize

2011-08-04  Conor Curran  <conor.curran@canonical.com>

	stop leaking tonnes of glists

2011-08-04  Conor Curran  <conor.curran@canonical.com>

	duplicate key input error

2011-08-04  Conor Curran  <conor.curran@canonical.com>

	add scsi scanner detection support

2011-08-03  Conor Curran  <conor.curran@canonical.com>

	refactor of the udev mgr - working nicely

2011-08-03  Conor Curran  <conor.curran@canonical.com>

	webcams working nicely

2011-08-02  Conor Curran  <conor.curran@canonical.com>

	certain usb webcams sorted

2011-08-01  Conor Curran  <conor.curran@canonical.com>

	usb scanners in place

2011-08-01  Conor Curran  <conor.curran@canonical.com>

	usb scanner rules almost there

2011-07-29  Conor Curran  <conor.curran@canonical.com>

	half way through those usb scanner udev rules

2011-07-27  Conor Curran  <conor.curran@canonical.com>

	convenience method added to handle the insertion and startup detection of scanners

2011-07-27  Conor Curran  <conor.curran@canonical.com>

	refactor with a more generic utility function

2011-07-27  Conor Curran  <conor.curran@canonical.com>

	udev scanner detection working at startup

2011-07-26  Conor Curran  <conor.curran@canonical.com>

	pattern established as to how to handle these sane rules

2011-07-26  Conor Curran  <conor.curran@canonical.com>

	research trace for devices in udev

2011-07-26  Conor Curran  <conor.curran@canonical.com>

	fixed gudev segfault

2011-07-25  Conor Curran  <conor.curran@canonical.com>

	the beginnings of the udev work

2011-08-10  Conor Curran  <conor.curran@canonical.com>

	merged the lightdb dbus changes and the apt restartrequired awareness

2011-08-09  Conor Curran  <conor.curran@canonical.com>

	and the actual code

2011-08-05  Conor Curran  <conor.curran@canonical.com>

	watch for the restart flag and change the menuitem's title

2011-08-02  Michael Terry  <michael.terry@canonical.com>

	update to use LightDM's new interface

2011-07-28  Michael Terry  <michael.terry@canonical.com>

	update interface with LightDM

2011-07-22  Conor Curran  <conor.curran@canonical.com>

	uncomment the disconnect method

2011-07-22  Conor Curran  <conor.curran@canonical.com>

	moving to 0.3.0

2011-07-22  Conor Curran  <conor.curran@canonical.com>

	added new files to the po index

2011-07-22  Conor Curran  <conor.curran@canonical.com>

	bumped version in configure ac in prep for release

2011-07-22  Conor Curran  <conor.curran@canonical.com>

	apt item partially working

2011-07-22  Conor Curran  <conor.curran@canonical.com>

	apt progress now reflected dynamically in the menu

2011-07-22  Conor Curran  <conor.curran@canonical.com>

	transaction object now properly disposed of

2011-07-22  Conor Curran  <conor.curran@canonical.com>

	suspend plugged back in plus both it and hibernate menuitems should now be sensitive to changes coming from upower

2011-07-22  Conor Curran  <conor.curran@canonical.com>

	Device menu torn apart and put back together, apt communication up and going

2011-07-22  Conor Curran  <conor.curran@canonical.com>

	fixed issues

2011-07-21  Conor Curran  <conor.curran@canonical.com>

	apt transactions working nicely

2011-07-21  Conor Curran  <conor.curran@canonical.com>

	apt item now sensitive to updates available

2011-07-21  Conor Curran  <conor.curran@canonical.com>

	properties changed signal is being triggered

2011-07-21  Conor Curran  <conor.curran@canonical.com>

	transaction object in place

2011-07-21  Conor Curran  <conor.curran@canonical.com>

	trying to figure out if upgrades are needed in progress

2011-07-20  Conor Curran  <conor.curran@canonical.com>

	signals and methods from apt are working somewhat

2011-07-20  Conor Curran  <conor.curran@canonical.com>

	apt watcher now controlling menuitem with signals and methods in place

2011-07-19  Conor Curran  <conor.curran@canonical.com>

	apt watcher coming along nicely

2011-07-19  Conor Curran  <conor.curran@canonical.com>

	all items in place, now for the gudev backend

2011-07-19  Conor Curran  <conor.curran@canonical.com>

	settings dialog in place

2011-07-19  Conor Curran  <conor.curran@canonical.com>

	system added to device menu, more tidying as we go

2011-07-19  Conor Curran  <conor.curran@canonical.com>

	add the udev mgr files

2011-07-22  Conor Curran  <conor.curran@canonical.com>

	merged Neil's pointer fix

2011-07-21  Neil Jagdish Patel  <neil.patel@canonical.com>

	Always send the actual pointers to the entry not pointers to copies

2011-07-19  Conor Curran  <conor.curran@canonical.com>

	merged in the device menu split out

2011-07-18  Conor Curran  <conor.curran@canonical.com>

	device menu has been isolated

2011-07-18  Conor Curran  <conor.curran@canonical.com>

	session menu mgr in progress

2011-07-19  Conor Curran  <conor.curran@canonical.com>

	merged dialog behaviour fix

2011-07-08  Daniel van Vugt  <vanvugt@gmail.com>

	Keep Log Out / Restart / Shut Down dialogs on top (LP: #807357)

2011-07-18  Conor Curran  <conor.curran@canonical.com>

	user menu abstracted

2011-07-15  Conor Curran  <conor.curran@canonical.com>

	user menu nicely separated for now, next the session menu

2011-07-15  Conor Curran  <conor.curran@canonical.com>

	first step - it compiles

2011-07-15  Conor Curran  <conor.curran@canonical.com>

	please tidy up that user manager

2011-07-15  Conor Curran  <conor.curran@canonical.com>

	please tidy up that user manager

2011-07-18  Conor Curran  <conor.curran@canonical.com>

	merged Trevino's gtk2 compilation fix

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

	configure.ac: include the indicator dir in output

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

	Get support for gtk+2.0 back
	
	indicator-session can still be compiled with gtk, using the
	--with-gtk=2 configure flag (I've changed it to match the
	other indicators).

2011-07-14  Conor Curran  <conor.curran@canonical.com>

	bumped release version

2011-07-14  Conor Curran  <conor.curran@canonical.com>

	merge in the big menu reorg

2011-07-14  Conor Curran  <conor.curran@canonical.com>

	changed default return value of get location to 0

2011-07-14  Conor Curran  <conor.curran@canonical.com>

	ref sink instead of ref on the images and menus

2011-07-14  Conor Curran  <conor.curran@canonical.com>

	get location overridden and debugs tidied up

2011-07-14  Conor Curran  <conor.curran@canonical.com>

	dynamic user menu hiding on the way#

2011-07-13  Conor Curran  <conor.curran@canonical.com>

	user label fixed for now

2011-07-13  Conor Curran  <conor.curran@canonical.com>

	tidied up signals and methods for the session service so as the users real name should be available and not the icon, icon should not change on the panel

2011-07-12  Conor Curran  <conor.curran@canonical.com>

	correct icon on the user panel

2011-07-12  Conor Curran  <conor.curran@canonical.com>

	radio button for is-current-user handled

2011-07-12  Conor Curran  <conor.curran@canonical.com>

	the beginnings of the custom user item

2011-07-11  Conor Curran  <conor.curran@canonical.com>

	online accounts item added@

2011-07-11  Conor Curran  <conor.curran@canonical.com>

	user account items shown, items rearranged

2011-07-11  Conor Curran  <conor.curran@canonical.com>

	tidied user menu

2011-07-11  Conor Curran  <conor.curran@canonical.com>

	merged trunk to keep up with changes

2011-07-07  Conor Curran  <conor.curran@canonical.com>

	icon updates for the user menu panel

2011-07-07  Conor Curran  <conor.curran@canonical.com>

	user label is now updated dynamically

2011-07-07  Conor Curran  <conor.curran@canonical.com>

	added the username to the panel

2011-07-07  Conor Curran  <conor.curran@canonical.com>

	icon now being shown on the panel for devices

2011-07-07  Conor Curran  <conor.curran@canonical.com>

	merged ted's fixes

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

	Making sure that users has the same dbus name as session as there is one process.

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

	Remvoing unused result

2011-07-06  Conor Curran  <conor.curran@canonical.com>

	tidy up

2011-07-05  Conor Curran  <conor.curran@canonical.com>

	code tidied, menu splittage in progress

2011-07-05  Conor Curran  <conor.curran@canonical.com>

	split out the menus

2011-07-04  Conor Curran  <conor.curran@canonical.com>

	menus split somewhat

2011-07-02  Conor Curran  <conor.curran@canonical.com>

	compiling at least

2011-07-01  Conor Curran  <conor.curran@canonical.com>

	initial menu reshuffle in progress

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

	0.2.92

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

	Adding in accounts-service-user.xml as well to dist.  Not sure why this isn't caught by distcheck.

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

	0.2.91

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

	LightDM integration

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

	Integrate with LightDM

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

	Migrating to libindicator 0.4

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

	Removing unused result variable

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

	0.2.90

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

	GTK3 Support

2011-05-26  Michael Terry  <michael.terry@canonical.com>

	port to gtk3; allow building with gtk2

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

	Adding in support for switching to the classic session

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

	Eh, forgot the .in.in files

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

	Making the desktop translatable

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

	Disting the shell files

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

	Building and installing the files

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

	Connecting in the build system

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

	Getting the base files in.

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

	0.2.17

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

	Don't crash, especially for something so small

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

	Attaching bug

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

	It sucks that the icon wouldn't change, but eh, not worth aborting over.

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

	0.2.16

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

	Only warn when not getting the proxy, so we don't bring Unity down

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

	Removing a g_error so we don't bring the whole kit-and-kaboodle down.

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

	0.2.15

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

	Use the --no-lock parameter

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

	Add the --no-lock option to activate the session.

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

	Looking in a directory for extra launchers

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

	Embed the function so it's not one separator ever, but once per run

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

	Add some cleanup and some comments

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

	Sort the launchers

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

	Reducing the scope of some of our variables

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

	Closing the directory after we're done with it

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

	Putting the appinfo's into a list so that we can sort them

2011-03-10  Martin Pitt  <martin.pitt@ubuntu.com>

	Drop support for indicator-session-extra.desktop

2011-03-10  Martin Pitt  <martin.pitt@canonical.com>

	Add support for extra launcher dir
	
	Hardcoding a single extra launcher path is impractical for distributions, as
	multiple packages would collide on the name and wouldn't give any extra
	customization possibility for OEMs.
	
	Obsolete /usr/share/applications/indicator-session-extra.desktop and instead
	read /usr/share/indicators/session/applications/*.desktop
	
	https://launchpad.net/bugs/727823

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

	0.2.14

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

	Adding an accessible description

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

	Increasing the libindicator version

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

	Make the word session translatable

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

	Add accessible_desc support

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

	0.2.13

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

	Make message dialog internals un-selectable

2011-02-06  Matthew Rasmus  <tareth.ml@gmail.com>

	Fix for lp:597317

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

	0.2.12

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

	Fixing prototypes to match dbusmenu

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

	Fixing log domain and dist

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

	Adding in log domains for messages

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

	Oops, up to trunk we go.

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

	Removing the indicator-users service file as we don't build this anymore.

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

	Changing service files

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

	Generating Changelog and AUTHORS by make dist

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

	version bump, 0.2.11

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

	dbus interface rename, com.canonical

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

	Merged gdbus/dbusmenu 0.4 port from Michael Terry

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

	and cancel the cancel object

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

	also dispose of canel object

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

	port to gdbus and dbusmenu 0.4

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

	Don't look at an invalid message.

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

	Removing the error messages as it's not always initialized properly.

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

	0.2.10

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

	Fixing the lock screen functionality to match the new design.

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

	Linking to bug 599848

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

	Add and accel group to the indicator for the shortcut

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

	Putting the shortcut on the menuitem

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

	Set up the listener for the keybinding

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

	Getting keybinding defines

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

	Making it so that lock_screen always locks the screen

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

	Removing the ability to have the menu item say anything other than 'Lock Screen'

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

	Fixing captialization of the completion string.

2010-08-02  Cody Russell  <crussell@canonical.com>

	Bump version.

2010-08-02  Cody Russell  <crussell@canonical.com>

	Ellipsize

2010-07-31  vish  <vish@ubuntu.com>

	Changing 'Restart Required' to 'Restart To Complete Update'

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

	0.2.8

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

	Make restart and shutdown configurable with GConf

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

	Check to see if the shutdown and restart items should be shown on first run.

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

	Changing prototype to not have the same info twice.

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

	Filling out everything to check and update the shutdown/restart items

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

	Adding the restart and shutdown keys and functions to check them.

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

	Formatting

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

	Adding configuration options for the restart menuitem and the shutdown one.

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

	Not printing a message that is sometimes invalid.

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

	Seems that the message isn't always valid

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

	Passing the right object in the guest activate callback.

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

	Attaching bug

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

	Adding some protection.  We should always use protection.

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

	Actually pass the service in the callback

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

	Switching 'Sleep' to 'Suspend'

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

	Changing the menu item to 'Suspend'

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

	Use contexts correctly.

2010-03-29  Gabor Kelemen  <kelemeng@gnome.hu>

	Use contexts properly

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

	0.2.7

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

	Adding a switch for translations that don't have a useful 'Switch From'

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

	Adding in a check to see if the translator would like to fallback to not using the username.

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

	Properly scale avatars if they are too large.

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

	Flipping things around a little bit so that if we get an error, we'll still build the default icon.

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

	Scale the avatars to be ICON_SIZE_MENU

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

	String fix for some not backed out.

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

	Fixes bug 545578

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

	Missed the 'Switch Off' texts in the dialog.

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

	0.2.6

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

	Reverting from 'Switch Off' to 'Shut Down'

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

	Handle updating of sessions and mark the guest account when it has an open session.

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

	Linking to 436030

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

	Watch for the logged in property changing and hide or show the logged in widget depending on it.

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

	Some debugging an checking to ensure the menu item is not NULL

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

	Uhg, false sucks.

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

	Using defines to make sure the strings are right.

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

	Switching to getting locked proxies.  Just to have more error handling.

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

	Switching to the generated dbus interface

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

	Grabbing the session interface from consolekit

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

	Switching to using sesson proxies for the session we want to look at instead of our session

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

	Setting the logged in parameter on the guest item and tracking the session ID of the guest session.

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

	Setting the guest item once it gets built.

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

	Adding a guest_item for the guest menu item and a function to set it.

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

	When a session is added or removed we need to change the state of that user item.

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

	Setting the menuitem for the user.

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

	Adding a menuitem property to the user data structure.

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

	Switching both of these function to using the generated header file.

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

	Building a proxy to the local display factory

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

	Adding in the GDM local display DBus interface spec.

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

	Adding a way to activate the guest session through GDM

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

	Only lock screensaver if the screensaver is set to lock.

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

	Make sure to call to activate teh screensaver if we can't lock it.  Oh, and that takes a reply.

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

	Splitting out the params here.

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

	Forgot to make this static.

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

	Adding lock-helper.c in as it has translatable strings now.

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

	Adding in the mechanism to actually do the callback and change the label.

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

	Connecting in the update item.

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

	Adding a function for updating the logout menuitem.

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

	Instead of making the item disabled, change the text when we won't lock the screen.

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

	Sync up to trunk.

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

	Bad boolean

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

	Add in the key for locking the screen and making that part of will_lock

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

	Using an icon for users or a stock item if they don't have an icon.

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

	Linking to 436028

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

	Getting the horizontal padding for a nice spacing between widgets.

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

	Handling the file URIs

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

	Moving debug message

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

	Check to ensure the file exists.

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

	Nice debugging message.

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

	Using proper icon.

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

	Setting the user icon

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

	Building an icon based on teh icon props

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

	Some properties for putting icons on the user items.

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

	Changing the case of 'Switch From'

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

	Updating the PO files and removing the fuzzy on the case change.

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

	Updating to Ubuntu translations

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

	Fix capitalization of 'Switch From'

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

	Merging in the Ubuntu translations gotten as a tarball from Launchpad

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

	Adding in new languages.

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

	Adding in the Ubuntu Translator's translations

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

	Track whether we've setup GConf notification and unregister on update.

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

	Tracking the notifications, so that we can unregister them with new menus.

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

	When switching users try to lock the screen

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

	Switching the debug message to be more correct.

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

	Making a small little wrapper to check the lockdown key.

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

	Grabbing the screensaver gconf key branch

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

	Lock the screen in the various activate functions.

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

	If policy kit disables the suspend and hibernate don't show them.

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

	Checking the error to make sure we're getting back reasonable data or reporting the error.

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

	Use the upower allowed interface to check to see if PK is blocking suspend and hibernate

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

	Grabbing the upower definition file so that we can build a client for it.

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

	Adding properties for allowing the suspend and hibernate

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

	Grab the branch doing screensaver stuff.

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

	Adding a GConf key for showing the logout item.

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

	Add in checking whether the logout button is shown, and get it changing with the others.

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

	Update to handle the new key for showing the logout menu item.

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

	Adding in a new gconf key for showing the logout button.

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

	Watching for the screensaver lockdown GConf key.

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

	Switching the suspend/hibernate handling to a cached value.  And that way we can regen the menus without looking up the values.

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

	Only setup signals if we're building the proxy for the first time.

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

	Adding some comments to describe a long function.

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

	Handling the locking of the screen in the rebuild function.

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

	Removing the lock separator as we don't need it anymore.

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

	Changing the lockdown key to do all the switching instead of just the switch user item.

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

	Switching from hiding entries to just rebuilding the menus.

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

	Switching around the GConf notification setup to do an entire directory.

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

	Tracking the separator next to the lock item as well.

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

	Embarassing 4 letter word to forget.  Guess the compiler would add it back anyway though.

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

	Reacting to changes in the screensaver lockdown key.

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

	Changing the define name to have room for more locdown keys

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

	Updating to latest trunk

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

	Switching the names of the restart icons.

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

	Making sure that if we can't get the icon, we leave it alone.

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

	Switching to building with GIcon so that we don't have to add an icon, we can use fallbacks.

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

	Restart icon name.

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

	Merging in the panel restart icon branch

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

	Changing the emblem to system-restart-panel

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

	Allowing for a desktop file to be tacted on the end of the session menu.

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

	Looking for a desktop file, and if it exists, putting it as a final menu item.

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

	Adding in gio-unix for desktop file reading

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

	Use the libindicator image helper to get fallbacks and nicer icons.

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

	Using the libindicator helpers so we get things like fallbacks!  \o/

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

	Upping libindicator dep to 0.3.5

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

	The icon changed enough, we need to have the restart icon stuff.

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

	Make it so the panel icon can switch between two values based on whether the user needs to restart

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

	Merging to trunk to remove merge conflicts.

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

	Keeping the names the same for now, until we have artwork.

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

	Copyright headers

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

	Making our service come up a little earlier

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

	Protecting from a NULL object

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

	Setting the icon when the restart is touched.

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

	Moving the icon names into the shared header files

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

	Getting the icon, but only when we're connected.

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

	Setting the icon to something sensable

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

	Icon name changing signal for updating the image.

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

	Building us a proxy!  Now we are dangerous.

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

	Add shared names for the dbus interfaces.

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

	Creating our little dbus-object.

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

	Build us a signal

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

	providing a set_name function

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

	Setting up the object and giving it a name.

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

	Connecting and registering the dbus object.

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

	Setting up session dbus interface client server stuff.

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

	Adding in base objects

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

	Simple starter object for making the dbus interface.

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

	Use the library i18n libs to use the right translation domain.

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

	Setting up the indicator to use library translations so they'll be grabbed from the right domain.

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

	Putting the restart icon in the gutter by using a GtkImageMenuItem

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

	Changing the service to use the new menu item

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

	Adding in a handler and renderer for the restart required item

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

	A bunch of properties to make our new menu item type.

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

	Translation updates from OEM

2010-03-10  Kyle Nitzsche  <kyle.nitzsche@canonical.com>

	add LINGUAS with 31 languages and corresponding 31 po files, which adds 14 strings (10 fuzzy, 8 untransalted)

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

	Match the prototyp of the signal correctly.

2010-03-10  Cody Russell  <crussell@canonical.com>

	Use gint64, not UserData*, for the callback to user-added signal.

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

	0.2.5

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

	Setting the icon and changing the text on the restart menu if one is required by update.

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

	Some function comments.

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

	Adds a file watcher to see if we should change the menuitem to warn that a restart is recommended.

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

	Updating to new logout dialogs.

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

	LGPL not needed with dropping the logout-dialog.c file.

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

	Sync to trunk

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

	Copyright headers

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

	Slightly longer string for better wrapping.

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

	Setting the default button.

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

	String fixes and a comment.

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

	Checking to see if we need updates and allowing that on logout dialogs.

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

	Adding in different button strings if we need authentication.

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

	Filling in the code to check and see if we can restart or stop.

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

	Flattening the build tree.

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

	Updating merge to new enums.

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

	Merging in the consolekit branch to get the interface file.

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

	Skeleton for checking the different states.

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

	Removing the old ck-pk helpers.

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

	Flipping button order

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

	Putting the image in and cleaning up the props

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

	Provide the basis for the window

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

	Switching translatable file.

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

	Adding in all the strings.

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

	Changing to new enums and function prototypes.

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

	Adding some types of dialog and a new function.

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

	Place holder new object

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

	Removing the old logout dialog.  It's been through too much, better to start over.

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

	Changing strings to match distro wide sleep and switch off.

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

	Suspends to sleep

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

	Changing shutdowns to switch offs

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

	Removing the current user from the list.

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

	Switching things around a little bit.  Making sure we always go through the list to search for the guest account to see if it's logged in.  But, still not making menu entries.

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

	Restructuring callbacks to not need the count variable.

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

	Making it so that count is not a global and just calculated from the list.

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

	Making it so that users is not a global and just grabbed everytime and used.

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

	Check the UID to see if it's me

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

	Sorting based on real names and conflict naming.

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

	If we ARE a conflicted name then we need to fallback into displaying the user name.

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

	Creating a field for the user that has the real name in it, and a place for that to conflict.

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

	Sort by real name

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

	Removing errors on getting sessions from CK and some other cleanups.

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

	Switching to using the dbus client code.

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

	Stealing the consolekit manager interface out of consolekit

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

	Unreffing an allocated layout.

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

	Unreffing the layout that we allocated

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

	Stop forcing the decorations on.

2010-02-25  Cody Russell  <crussell@canonical.com>

	Don't set the gdk decorations.

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

	Fixing ConsoleKit fallback to wait on responses.

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

	can't really use async as we dont' have a mainloop here

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

	Switching to getting a reply

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

	0.2.4

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

	Falling back to ConsoleKit when we can't talk to Gnome Session

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

	Adding in shutdown and restart

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

	Adding a fallback for now gnome-session detected.

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

	Name changes for upower

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

	Changed names to patch current upower

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

	Fixing when we can't connect to GDM

2010-02-19  David Barth  <david.barth@canonical.com>

	prevent crash in g_error when gdm is not running

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

	0.2.3

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

	adding prototype for new user item

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

	Adding in user items

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

	Switching users over to user items

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

	Switching the guest over to a user item.

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

	Fleshing out the building of the user item

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

	Registering a handler for our new type

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

	Adding in some defines for our new menu type.

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

	Building the make files

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

	Adding a status directory and icons for accounts that are logged in

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

	Switching label to be 'switch from'

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

	Removing comment.

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

	Adding in the ability to monitor style changes and re-evaluate.

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

	Fixing a value

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

	Calculating font size with PANGO_SCALE getting involved

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

	Switching to using Pango to get the width

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

	Make sure to realize the offscreen window

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

	Get returns in better shape

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

	Switching the menu item that we're creating.

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

	Fleshing out the menu_switch function with a function that looks at the length of the label and sees if we need to ellipsize it or not.

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

	Setting up the type handler

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

	Building shared names for dbusmenu objects.

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

	Woot, a dbusmenu, much better.

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

	Refactoring so the menu is created in init.

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

	First pass, get the string.

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

	Switching from DevKit Power to upower

2010-02-17  Martin Pitt  <martin.pitt@canonical.com>

	Port from DeviceKit-power to upower

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

	Fix the order of items to the new design spec

2010-02-16  David Barth  <david.barth@canonical.com>

	add forgotten separator and re-order the user switch entry according to the spec

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

	included autogen.sh in EXTRA_DIST to make packagers happy

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

	0.2.2

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

	Enabling and fixing user switching.

2010-02-09  Cody Russell  <crussell@canonical.com>

	The reincarnation of user switching

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

	Removing GPM proxy as we're not using the setting.

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

	Removing the callback into the lock helper for GDM autologin settings change.

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

	Removing the gdm proxy creation and usage.

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

	Kill screensaver autobuild proxy

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

	Only get the screensaver proxy when needed.

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

	Only building the proxy when we try to do something with the proxy.

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

	Checking the lockdown key for user switching.

2010-02-08  Cody Russell  <crussell@canonical.com>

	Remove unnecessary cast

2010-02-08  Cody Russell  <crussell@canonical.com>

	Fixes

2010-02-08  Cody Russell  <crussell@canonical.com>

	Check switch_menuitem for NULL first

2010-02-08  Cody Russell  <crussell@canonical.com>

	Fix a typo

2010-02-08  Cody Russell  <crussell@canonical.com>

	Lockdown

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

	0.2.1

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

	Making the proxy track GNOME Screensaver

2010-02-04  Marc Deslauriers  <marc.deslauriers@canonical.com>

	- src/lock-helper.c: use dbus_g_proxy_new_for_name so when
	gnome-screensaver gets respawned by D-Bus, indicator-session will
	still be able to communicate with it. (LP: #484603)

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

	Updating to new dbusmenu interfaces.

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

	Changing more prototypes to match the new activate signal.

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

	Changing the lock_screen function to match the new activate prototype.

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

	0.2.0

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

	Clean up POTFILES.in

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

	Forgot to include user-service-dbus.h in the dist

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

	Removing the status bits and pieces (they're now in indicator-me) and merging users and session so that we only have one service and one menu.  Nice and simple.

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

	Adding in a separator

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

	Cleaning out user-service.c

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

	First pass at merging user-service in.

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

	Switching the session service to using a IndicatorService object.

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

	Trying to clean these two up for getting ready to merge.

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

	Killing the user service

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

	Simplifying the indicator so that it just gets a menu.  That's it! 

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

	Removing more of the icons.

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

	Removing status icons.

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

	Dropping the status service file.

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

	Brutal status rip out.

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

	Merging in changes needed for the new libdbusmenu.

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

	Settin' some bools

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

	Setting booleans and values oh my! 

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

	Setting the values with booleans and remove setting the type

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

	Need a newer dbusmenu

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

	Update to use libtelepathy instead of libempathy

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

	Added missing files to EXTRA_DIST

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

	Ported from libempathy to telepathy-glib

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

	Updating to libindicator 0.3.0 API.

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

	Porting over to the 0.3.0 API

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

	Upping to libindicator 0.3.0

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

	Listening for MC5 coming on and off the bus as EmpathyAccountManager was doing that for us before.

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

	Checking to see if there is an MC5 there when we start.

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

	Signaling a state change when disconnecting.

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

	Dealing with DBus's stupid views of NULL.  If I wanted it like that I'd use Python.  I have values, or not.  Simple as that.

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

	Debug message

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

	Checking the name we're getting and the name we're loosing.

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

	Adding a dbus proxy and setting up a signal handler for the namechange event which will start or stop the empathy account manager.

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

	Moving the building of the EmpathyAccountManager to it's own function.

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

	0.1.7

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

	Changing the icon so that if you are disconnected it is 'system-shutdown-panel' and making sure that we see it sometimes by not allocating the EmpathyAccountManager isn't allocated until status is set.

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

	Changing icon name again.  This is probably better WRT the icon naming spec.

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

	Changing the icon name in the code.

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

	Adding a new icon 'indicator-system-shutdown'

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

	Making it so that the manager only gets created if the status is set.

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

	Setting the default icon as well.

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

	Use the shutdown icon in the disconnected state.

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

	Better ignore

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

	Make it so that when locking the screen on suspend we ensure that the screen actually locks.  Also stop the screen saver starting on suspend and hibernate.

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

	Attaching Bug

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

	Oops, forgot to say who we were.

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

	Switching the sleep action to have a response so we can make sure to unthrottle the screensaver.

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

	Adding throttle and unthrottle functions

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

	Copyright headers

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

	Building a GSS proxy and setting up a signal to it.  Then when we lock, we drop to a mainloop and wait for the screensaver to activate.

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

	Linking into the lock screen helper.

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

	Setting up the callback

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

	Moving arround the lock screen code so that it's in a helper.

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

	Creating the lock helper files.

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

	Fixing the window icon for the logout and shutdown dialogs.

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

	Also setting the icon on property changed.

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

	Fix for async menu creation which caused it to be scrambled.

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

	Switching from positioning items to having a major resort function to reposition everything.  This should be a little overkill, but should work nicely with the new async startup.

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

	Changing string from 'New Session' to 'Switch User'

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

	Switching the string from 'New Session' to 'Switch User'

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

	0.1.6

2009-09-30  Cody Russell  <crussell@canonical.com>

	Setting the user list to always overflow as additional API is required in GDM to make it work well.

2009-09-29  Cody Russell  <crussell@canonical.com>

	Set MAXIMUM_USERS from 7 or 1

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

	Making the lock screen item insensitive for guest accounts.

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

	Checking to see if we're the guest user.  No locking the guest.

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

	Grabbing the lock insensitivity branch.

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

	Merging in a branch to make the lock item insensitive if autologin is configured in GDM.

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

	Making the locking menu item a global and make it sensitive based on whether there is autologin.

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

	Changing the start up of the services to be asynchronous.

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

	Commenting the changes.

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

	Oops, forgot to choose a service.

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

	Whew, okay now all startup is two phased, asyncronous and pulled into a set of common functions.

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

	Criticalizing the other services as well.

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

	Adding a check for null on the client in reorder and making it so that the inability to start a service is no longer an error.  Just a critical.

2009-09-25  David Barth  <david.barth@canonical.com>

	Merging in a branch to remove the close button on the logout confirmation dialogs.

2009-09-25  David Barth  <david.barth@canonical.com>

	remove superfluous window buttons

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

	Increasing to 0.1.5

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

	Adding a cast for one of the 64-bit pointers.  We shouldn't need that many users, and it would require lots of memory hacks to fit that in here.

2009-09-24  Cody Russell  <crussell@canonical.com>

	Merging in Cody's branch for fixing some user issues.

2009-09-24  Cody Russell  <crussell@canonical.com>

	Clear the menu

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

	Not checking with PK to see if we should show the dialog.  CK is broken.

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

	Disabing PK Check to whether the dialog shows

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

	Checking GDM to see whether we should lock on user switch.

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

	Updating to trunk

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

	Checking the gdm autologin setting to see if we should lock the screen on user switch or not.

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

	Merging lock on sleep branch

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

	Merging in all the user-service changes

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

	Merging in the lock on sleep branch.

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

	Ah, truth, you got me again!  Never will I trust you.

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

	Wrong string!  Oops.

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

	Setting up the signal handler to get changes to the value.

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

	Getting the basic grabbing of the proxy and getting the autologin value.

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

	Putting in the infrastructure to have GDM settings proxy

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

	Stealing the lock screen function from the user-service and making it so that we lock on sleep.

2009-09-24  Cody Russell  <crussell@canonical.com>

	Merge lp:~bratsche/indicator-session/users-service for bug #422052

2009-09-24  Cody Russell  <crussell@canonical.com>

	Don't check range twice here

2009-09-24  Cody Russell  <crussell@canonical.com>

	only add menuitems if the current seat can activate new sessions

2009-09-24  Cody Russell  <crussell@canonical.com>

	Remove user_changed and users_icons_changed from the class

2009-09-24  Cody Russell  <crussell@canonical.com>

	sort users

2009-09-24  Cody Russell  <crussell@canonical.com>

	cleanup

2009-09-24  Cody Russell  <crussell@canonical.com>

	don't load all the users unless needed

2009-09-23  Cody Russell  <crussell@canonical.com>

	expose users_service_dbus_can_activate_session()

2009-09-23  Cody Russell  <crussell@canonical.com>

	use g_strcmp0

2009-09-23  Cody Russell  <crussell@canonical.com>

	remove system proxy

2009-09-23  Cody Russell  <crussell@canonical.com>

	remove the server code

2009-09-23  Cody Russell  <crussell@canonical.com>

	remove session proxy fu

2009-09-23  Cody Russell  <crussell@canonical.com>

	remove unnecessary stuff

2009-09-23  Cody Russell  <crussell@canonical.com>

	don't need to dbus_g_object_type_install_info()

2009-09-23  Cody Russell  <crussell@canonical.com>

	modify count in user_added()/user_removed()

2009-09-23  Cody Russell  <crussell@canonical.com>

	add names

2009-09-23  Cody Russell  <crussell@canonical.com>

	cleanup

2009-09-23  Cody Russell  <crussell@canonical.com>

	add todo comment

2009-09-23  Cody Russell  <crussell@canonical.com>

	move stuff around

2009-09-23  Cody Russell  <crussell@canonical.com>

	merge up from trunk

2009-09-23  Cody Russell  <crussell@canonical.com>

	cleanups and more session fu

2009-09-23  Cody Russell  <crussell@canonical.com>

	session adding

2009-09-23  Cody Russell  <crussell@canonical.com>

	user activation wip

2009-09-23  Cody Russell  <crussell@canonical.com>

	ck fu

2009-09-22  Cody Russell  <crussell@canonical.com>

	some refactoring

2009-09-22  Cody Russell  <crussell@canonical.com>

	cleanup

2009-09-22  Cody Russell  <crussell@canonical.com>

	fix dbus fu

2009-09-22  Cody Russell  <crussell@canonical.com>

	register marshallers

2009-09-22  Cody Russell  <crussell@canonical.com>

	dbus fu updates

2009-09-10  Cody Russell  <crussell@canonical.com>

	fixes for adding/removing users

2009-09-10  Cody Russell  <crussell@canonical.com>

	fix link problem

2009-09-10  Cody Russell  <crussell@canonical.com>

	work in progress

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

	Merging in the MissionControl 5 branch to work with modern Empathy.

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

	Don't set the status so that we notice when it comes back to us.

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

	Bad string, should have been hidden.

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

	Comments are good.

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

	If the global status changes then we need to signal everyone else about it.

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

	Putting in the TP Connection enum map

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

	Connecting to change signal

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

	Turning over to Empathy Account Manager.

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

	Oh, got the header and it works too!  Nice.

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

	Adding in a libempathy dependency.

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

	Ignoring GConf schemas

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

	Linking in the MC5 provider

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

	Creating a status provider object for Mission Control 5 based on the Telepathy one.

2009-09-22  Martin Pitt  <martin.pitt@ubuntu.com>

	Patch from Martin to upgrade to the New PolicyKit API

2009-09-22  Martin Pitt  <martin.pitt@canonical.com>

	Port to polkit-1

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

	Making a 0.1.4

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

	Merging in the icon renaming fix branch

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

	Using the right icon name.

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

	Changing the icon names from online to available

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

	Merging in design team requested fixes for labels and menu item placement.

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

	Changing the menu item to be 'Set Status' instead of the current status.

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

	Attaching bug

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

	Moving lock screen from status to users service.

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

	Changing label per design

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

	Fixing shutdown text

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

	Branch to init i18n in the various services

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

	Adding bug in

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

	Adding locale stuff in here too!  Fun.

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

	Adding in gettext init stuff.

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

	Making a 0.1.3

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

	Merging in branch to remove some spaces in the menu labels.

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

	Removing the space on the elipsis

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

	Merging in the branch with icon fixes in it.

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

	Setting the window icon now that we have the right path

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

	Grabbing the icons from the indicator dir where we install them.

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

	Merging in a branch to detect IM clients coming on and off the bus.

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

	Trying to unblock LP

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

	Adding in a debug message for Telepathy proxy.

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

	Watching for Mission Control comming on the bus.

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

	Checking to see if we have the proxy already.

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

	Function to build the telepathy proxy.

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

	Checking the global status on whether the menu items should be sensitive or not.

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

	Watch dbus namechanges and see if Pidgin comes on the bus.

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

	Splitting out the building of the Pidgin proxy into it's own function.

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

	Adding disconnected to the telepathy handler.

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

	Adding disconnected to the pidgin handler.

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

	Adding in a disconnected status value and making it so that when it is the global status we should make the menu items to set status insensitive.

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

	Merging branch by c-korn which adds a watcher for the GConf changes.

2009-09-08  Christoph Korn  <c_korn@gmx.de>

	The menu now immediately is updated when the gconf-key about the
	logout/shutdown/restart confirmations is changed.

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

	Turning into 0.1.2

2009-09-08  Christoph Korn  <c_korn@gmx.de>

	Adding a GConf key to suppress confirmation dialogs

2009-09-02  Christoph Korn  <c_korn@gmx.de>

	Added files which were missing in the previous commit.

2009-09-02  Christoph Korn  <korn@ubuntu>

	These patches introduce a gconf key whether the logout/restart/shutdown confirmations
	should be shown or not.
	Also the menu items should be suffixed by '...' accordingly.
	However this only works after a restart.
	
	Bugs which get fixed are:
	https://bugs.launchpad.net/indicator-session/+bug/422025
	https://bugs.launchpad.net/ubuntu/+source/indicator-session/+bug/421693
	https://bugs.launchpad.net/ubuntu/+source/indicator-session/+bug/419472

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

	Removing the printing of the error messages as sometimes it doesn't exist.

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

	Apparently the DBus interface will put a bad string in messages in some cases.  We don't really need it, so let's not risk it.

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

	Bumping up number to 0.1.1 and fixing a couple depends.

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

	Merging in fixes related to the dbusmenu 0.1.1 release

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

	Set the type of the menuitem to be a image menuitem.

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

	Switching to using the defines for all of the properties.

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

	Switching to using the defines for the properties in the menus.

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

	Have a quick check to see if we have something to put there.  If not, no menu item.

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

	Needing dbusmenu 0.1.1

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

	Merging in a branch to use the new dbusmenu API and make it more stable overall.

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

	Updating to dbusmenu version 0.1.0

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

	Instead of populating the menu on added, populate it on realization.

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

	Bumping Dbusmenu version to 0.0.2

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

	Merging in the more status branch that implements basic status for Pidgin and Telepathy.

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

	Handling a missing session bus by displaying an error.

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

	Should be starting with the least available and getting more so, instead of the other way around.

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

	Didn't need that function.

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

	At start up if we've got a proxy, let's start everything and get an initial status.

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

	Support for setting status stollen from FUSA status manager (written by me) and signal handling

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

	Connecting the telepathy stuff into the overall status service

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

	Building up the proxy.  We need one, it's important.

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

	Adding the basic status enums and maps in.

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

	Using AM 1.11 silent mode

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

	Getting more of a basis for Telepathy stuff

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

	Some marshallers for the Telepathy status stuff.

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

	Initially querying the status so that when we start, we get the right value.

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

	Should update for local changes as well.

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

	Now we can set the value in Pidgin and have it come back over the wire

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

	Setting up a list of marshallers for the pidgin functionality

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

	Pushing in Pidgin code, doesn't compile.

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

	Merging in the rename from 'sus' to 'session'

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

	Ignoring new build files

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

	Changing the name from SUS to Session

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

	Merging in the branch getting the status icons working.

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

	Fixes from trunk

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

	Failed logic

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

	Oops, wrong signal name.  Now better.

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

	Cleaning up the debug message.

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

	Some debug messages

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

	Cleaning up icon code so that we save the current one incase someone askes.

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

	Shuffling around the DBus names so that everything is happier.

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

	Fixing the build system to build the DBus interface better.

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

	I suck

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

	API naming change

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

	connecting to the signal

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

	Setting the icon from the callback of asking the value

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

	Oh, now signals and callbacks, oh, my

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

	Fixing a few things with the dbus stuff and starting to listen to the extra information on the service.

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

	Fixing the local install of the icons

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

	Switching icons directory to the one provided by package config

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

	Showing the icon.  Silly.

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

	Making dbus names valid, which is a little silly.

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

	Changing the signal prototype to be strings instead of pointers.

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

	Changing the icons to be singular for now.

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

	Unused variable

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

	Adding in -Wall and -Werror to things

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

	Adding unistd.h header

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

	Setting up signal handlers for the signal changing.  We still ask everyone, they better cache a value :)

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

	Global status being used and thrown over d' bus

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

	Brining in the concept of global status

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

	Handling the signal better.  Now in the header file as well.

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

	Better displose to free the proxy and ensuring that statuc changes get noted.

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

	Fixes by the distro team found in their packaging of indicator-sus

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

	Merging in fixes from the distro team to make packaging actually good.

2009-08-11  Alexander Sack  <asac@ubuntu.com>

	(merge lp:~indicator-applet-developers/indicator-applet/sus-ubuntu)
	* Fixed Vcs-Bzr location, part of the  indicator-applet project
	* specify Vcs-Bzr-Browser

2009-08-11  Ken VanDine  <ken.vandine@canonical.com>

	specify Vcs-Bzr-Browser

2009-08-11  Ken VanDine  <ken.vandine@canonical.com>

	Fixed Vcs-Bzr location, part of the  indicator-applet project

2009-08-11  Alexander Sack  <asac@ubuntu.com>

	releasing version 0.1-0ubuntu1

2009-08-11  Ken VanDine  <ken.vandine@canonical.com>

	Depend on indicator-applet >= 0.2

2009-08-11  Ken VanDine  <ken.vandine@canonical.com>

	Changed conflicts for gdm to <= 2.27.4-0ubuntu9

2009-08-11  Ken VanDine  <ken.vandine@canonical.com>

	Added debian/watch 

2009-08-11  Ken VanDine  <ken.vandine@canonical.com>

	Cleaning up linitian

2009-08-11  Ken VanDine  <ken.vandine@canonical.com>

	* debian/control
	- Set Homepage and Vcs-Bzr

2009-08-11  Ken VanDine  <ken.vandine@canonical.com>

	* Include icons in the tarball
	* Added license files
	* Corrected the FSF address

2009-08-11  Ken VanDine  <ken.vandine@canonical.com>

	Bumped standards version

2009-08-11  Ken VanDine  <ken.vandine@canonical.com>

	Added copyright and license information

2009-08-11  Ken VanDine  <ken.vandine@canonical.com>

	Ken VanDine 2009-08-11 Added license files
	Ken VanDine 2009-08-11 Include the icons in dist
	Ken VanDine 2009-08-11 Set version 0.1
	Ken VanDine 2009-08-11 Correct the FSF address

2009-08-11  Ken VanDine  <ken.vandine@canonical.com>

	Added license files

2009-08-11  Ken VanDine  <ken.vandine@canonical.com>

	Include the icons in dist

2009-08-11  Ken VanDine  <ken.vandine@canonical.com>

	Set version 0.1

2009-08-11  Ken VanDine  <ken.vandine@canonical.com>

	Correct the FSF address

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

	releasing version 0.1~ppa6

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

	debian/control: Conflicting with gdm < 2.27.4-0ubuntu9 or
	lower to stop people from having problems with the PPA.

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

	releasing version 0.1~ppa5

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

	Legal headers on the source files.

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

	releasing version 0.1~ppa4

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

	Merging in status shuffle branch.

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

	releasing version 0.1~ppa4~statusshuffle2

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

	Better usage of the names.

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

	releasing version 0.1~ppa4~statusshuffle1

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

	Merging in status shuffle branch to package it.

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

	releasing version 0.1~ppa3

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

	Making sure merging will be easy in the future.

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

	Fleshing out significantly.  Inital rerelease.

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

	releasing version 0.1~ppa2~indicator9ubuntu9

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

	* Lock screen works
	* Pidgin proxy gets setup and doesn't crash

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

	releasing version 0.1~ppa2~indicator9ubuntu8

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

	Ah, forgot the service files.

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

	releasing version 0.1~ppa2~indicator9ubuntu7

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

	debian/control: Add binary dep on DeviceKit Power

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

	* Adding in devkit power support for suspend/hibernate
	* Changing namespace from com.ubuntu to org.ayatana

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

	releasing version 0.1~ppa2~indicator9ubuntu5

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

	debian/control: Adding a dep on polkit-gnome-dev

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

	releasing version 0.1~ppa2~indicator9ubuntu4

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

	Basically getting this session stuff working.  Well, all
	the stuff that kills data.

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

	releasing version 0.1~ppa2~indicator9ubuntu3

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

	Wrong function, building a path instead of a filename.  Err.

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

	releasing version 0.1~ppa2~indicator9ubuntu2

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

	Adding a helper for the logout window.  And setting things
	up to call it.

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

	releasing version 0.1~ppa2~indicator9ubuntu1

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

	Adding in lots of fun menu items.  This way the menu looks
	more complete than it really is :)

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

	releasing version 0.1~ppa2~indicator9

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

	Updating the users daemon to have usable generic functions
	but no dummy users.

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

	releasing version 0.1~ppa2~indicator8

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

	Going Karmic

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

	Ignoring build files

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

	releasing version 0.1~ppa2~indicator7

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

	* Switching to DbusmenuGtkClient instead of DbusmenuGtkMenu
	* Adding some dummy data to users.

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

	releasing version 0.1~ppa2~indicator6

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

	* Removing the .so versions
	* Using the new dbusmenu signals instead of the GtkContainer
	ones that don't really signal.

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

	releasing version 0.1~ppa2~indicator5

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

	Changing the signal names.

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

	releasing version 0.1~ppa2~indicator4

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

	Code to start merging in menus.

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

	releasing version 0.1~ppa2~indicator3

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

	debian/rules: Removing the .a/.la clutter in the install
	directory.

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

	Updating from branch, lazy loading the services.

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

	releasing version 0.1~ppa2~indicator2

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

	Updating the build to make proper service files

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

	releasing version 0.1~ppa2~indicator1

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

	Changing package name to indicator-sus

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

	debian/control: Adding build depends on libindicator-dev,
	libdbusmenu-glib-dev and libdbusmenu-gtk-dev

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

	Upstream from the indicator branch.

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

	Removing the packaging from trunk

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

	I forgot to put legal agreements on the top of all the C/H files.  Oops.

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

	Merging the branch for better status service.

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

	Put the user's real name in the menu item.

2009-08-07  Ted Gould  <ted@canonical.com>

	Getting an image built for offline

2009-08-07  Ted Gould  <ted@canonical.com>

	A whole bunch of icons that are from our previous FUSA patches

2009-08-07  Ted Gould  <ted@canonical.com>

	Clean it up.

2009-08-07  Ted Gould  <ted@canonical.com>

	Using the user name

2009-08-06  Ted Gould  <ted@canonical.com>

	Some dummy code to get a name

2009-08-06  Ted Gould  <ted@canonical.com>

	Now we have privates.

2009-08-06  Ted Gould  <ted@canonical.com>

	More and better prototypes

2009-08-06  Ted Gould  <ted@canonical.com>

	Getting a new object to remove an error.

2009-08-06  Ted Gould  <ted@canonical.com>

	Adding a couple of signals in here.

2009-08-06  Ted Gould  <ted@canonical.com>

	ayatana.org

2009-08-06  Ted Gould  <ted@canonical.com>

	Doing a registration and a connection to DBus

2009-08-06  Ted Gould  <ted@canonical.com>

	Something global to track all the DBus stuff.

2009-08-06  Ted Gould  <ted@canonical.com>

	Putting the user name in a menu label.

2009-08-06  Ted Gould  <ted@canonical.com>

	Status submenu

2009-07-26  Ted Gould  <ted@canonical.com>

	Merging in the branch to port everything to libindicator and fleshing thigns out.

2009-07-26  Ted Gould  <ted@canonical.com>

	Setting up the Pidgin proxy

2009-07-26  Ted Gould  <ted@canonical.com>

	A function to lock the saver

2009-07-26  Ted Gould  <ted@canonical.com>

	Debug message

2009-07-26  Ted Gould  <ted@canonical.com>

	Using GET_CLASS instead of CLASS.  Oops

2009-07-24  Ted Gould  <ted@canonical.com>

	Changing the names in the service files as well.

2009-07-24  Ted Gould  <ted@canonical.com>

	Adding a debug message

2009-07-24  Ted Gould  <ted@canonical.com>

	Changing to the ayatana.org namespace

2009-07-24  Ted Gould  <ted@canonical.com>

	Whitespace, who hoo, I'm earning karma for this

2009-07-24  Ted Gould  <ted@canonical.com>

	Setting the visiblity of the menu items based on whether DKP reports that we have the functionality.

2009-07-24  Ted Gould  <ted@canonical.com>

	Checking the suspend and hibernate properties

2009-07-24  Ted Gould  <ted@canonical.com>

	Setting up change, and issuing a response

2009-07-24  Ted Gould  <ted@canonical.com>

	TODO list

2009-07-24  Ted Gould  <ted@canonical.com>

	Comment update

2009-07-23  Ted Gould  <ted@canonical.com>

	Adding in the function to make the calls to DKP

2009-07-23  Ted Gould  <ted@canonical.com>

	Building the DKP proxies

2009-07-23  Ted Gould  <ted@canonical.com>

	Adding in some DKp defines.

2009-07-23  Ted Gould  <ted@canonical.com>

	Some comments are always good.

2009-07-23  Ted Gould  <ted@canonical.com>

	Adding in the action code from our previous patches to FUSA

2009-07-23  Ted Gould  <ted@canonical.com>

	Now check for the PK dialog and otherwise run ours.  If we get restart, restart

2009-07-23  Ted Gould  <ted@canonical.com>

	Getting all the parameters working so that we can set the dialog type

2009-07-23  Ted Gould  <ted@canonical.com>

	Basic command line parsing.  Not working 100% yet.

2009-07-22  Ted Gould  <ted@canonical.com>

	Damn it, wrong function

2009-07-22  Ted Gould  <ted@canonical.com>

	Executing the helper, but it needs to be the one in the libexec path.

2009-07-22  Ted Gould  <ted@canonical.com>

	Make a dialog pop up.  Not really the right one, but one.

2009-07-22  Ted Gould  <ted@canonical.com>

	Switching to having a single handler and then everyone calling it with a parameter.

2009-07-21  Ted Gould  <ted@canonical.com>

	ifdef protection

2009-07-21  Ted Gould  <ted@canonical.com>

	Whoo, hoo, it builds

2009-07-21  Ted Gould  <ted@canonical.com>

	Bringing in all the GTK includes and libraries

2009-07-21  Ted Gould  <ted@canonical.com>

	Building a little dialog.  Now it's kinda linked into the build system.

2009-07-21  Ted Gould  <ted@canonical.com>

	Adding in lock screen.  This is all the menu items now.

2009-07-21  Ted Gould  <ted@canonical.com>

	Adding menu items for session stuff

2009-07-20  Ted Gould  <ted@canonical.com>

	Expanding command line option to make it easier to read

2009-07-20  Ted Gould  <ted@canonical.com>

	Turning everythign into a check and a way to start a new fancy login session

2009-07-20  Ted Gould  <ted@canonical.com>

	Setting the menu item to activate the guest user session

2009-07-20  Ted Gould  <ted@canonical.com>

	Switching from dummy users to useful menuitems

2009-06-30  Ted Gould  <ted@canonical.com>

	Ignoring some autogenerated files.

2009-06-30  Ted Gould  <ted@canonical.com>

	Moving the server to after the items makes things work better, but I'm curious why it's failing.  This is more a test for dbusmenu though which'll have better debug.

2009-06-30  Ted Gould  <ted@canonical.com>

	Getting some menuitems

2009-06-30  Ted Gould  <ted@canonical.com>

	Some debugging info.

2009-06-30  Ted Gould  <ted@canonical.com>

	Showing the loading item.  Atleast that works now.

2009-06-30  Ted Gould  <ted@canonical.com>

	Bah, I hate pointers some days.

2009-06-30  Ted Gould  <ted@canonical.com>

	Trying to flesh out the add function some more, but this commit doesn't build as apparently switches have to have integers now.  This takes half of the fun out of C if you can't use crazy function pointers everywhere!  Where's the sport in readable code?

2009-06-30  Ted Gould  <ted@canonical.com>

	Switching over the status menu too.  Woot!

2009-06-30  Ted Gould  <ted@canonical.com>

	Adding in stuff for the users menu.  Getting better at this.

2009-06-30  Ted Gould  <ted@canonical.com>

	Working more on changing the style of how things work for clients.  This is the session based items.

2009-06-26  Ted Gould  <ted@canonical.com>

	Phase one switch to the client instead of the menu

2009-06-22  Ted Gould  <ted@canonical.com>

	Using the new dbusmenu signal for item added

2009-06-22  Ted Gould  <ted@canonical.com>

	Removing the .so* stuff

2009-06-19  Ted Gould  <ted@canonical.com>

	Showing the added menu and adding in a loading item.

2009-06-19  Ted Gould  <ted@canonical.com>

	Oh, the signal is 'add' not 'added'.  How I love to have random strings without checking, all the elegance of Python.

2009-06-19  Ted Gould  <ted@canonical.com>

	Fleshing out the insertion function.  Let's get some menus.

2009-06-19  Ted Gould  <ted@canonical.com>

	Bubbling up the position information to a final function to put things on the main menu.

2009-06-19  Ted Gould  <ted@canonical.com>

	Adding in separators

2009-06-19  Ted Gould  <ted@canonical.com>

	Splitting out the menu loading and process starting code to make it lazy and push it into the idle loop.  No blocking DBus on startup.

2009-06-16  Ted Gould  <ted@canonical.com>

	Building the service files more correctly.

2009-06-12  Ted Gould  <ted@canonical.com>

	Okay, we need functions as we want a list of icons.

2009-06-12  Ted Gould  <ted@canonical.com>

	A quickly little object to put itself on DBus.

2009-06-12  Ted Gould  <ted@canonical.com>

	Brining in the client side of the API

2009-06-12  Ted Gould  <ted@canonical.com>

	Actually the client is the indicator.  Silly to have one binary be both client and server, heh.

2009-06-12  Ted Gould  <ted@canonical.com>

	Adding a DBus interface for the status specific stuff

2009-06-12  Ted Gould  <ted@canonical.com>

	Some comments describing the intentions of the functions.

2009-06-12  Ted Gould  <ted@canonical.com>

	Putting in the status translation tables.

2009-06-11  Ted Gould  <ted@canonical.com>

	Adding in a proxy to start gettin' us some Pidgin

2009-06-11  Ted Gould  <ted@canonical.com>

	Oops, what a mess up. But this sure makes things unhappy.  Nasty to debug segfault.

2009-06-11  Ted Gould  <ted@canonical.com>

	Okay, let's use these providers.  We're 733t now.

2009-06-11  Ted Gould  <ted@canonical.com>

	Starting to connect things together.  Let's get some Pidgin in there.

2009-06-11  Ted Gould  <ted@canonical.com>

	Now we're setting the status provider functions of the StatusProvider interface.

2009-06-11  Ted Gould  <ted@canonical.com>

	Preliminary pidgin wrappers.

2009-06-11  Ted Gould  <ted@canonical.com>

	Adding in a good ol' signal handler and even emits this puppy.  Whew.

2009-06-11  Ted Gould  <ted@canonical.com>

	Some public funtions and now they can be subclassed

2009-06-11  Ted Gould  <ted@canonical.com>

	Don't need a private or dispose or finalize.  This class is more of an interface.

2009-06-11  Ted Gould  <ted@canonical.com>

	Moving the enum into the provider object and changing the name everywhere.

2009-06-11  Ted Gould  <ted@canonical.com>

	Providing the first hints at an API

2009-06-11  Ted Gould  <ted@canonical.com>

	Adding in the basic (generated) framework for the status provider object

2009-06-10  Ted Gould  <ted@canonical.com>

	Oops, forgot about invisible.  I guess that's kinda expected though, as it's invisible.

2009-06-10  Ted Gould  <ted@canonical.com>

	Connecting in a callback.

2009-06-10  Ted Gould  <ted@canonical.com>

	Building the menuitems

2009-06-10  Ted Gould  <ted@canonical.com>

	Using the defines and strings that were in our patches to FUSA.  I wrote the code, so it is like other things © Canonical so there is no issue there.  There is other code in FUSA that is not.

2009-06-10  Ted Gould  <ted@canonical.com>

	Making sure to clean up the generated service files.  Whew.  Pass distcheck.

2009-06-10  Ted Gould  <ted@canonical.com>

	Adding in the DBus services directory with localinstall support

2009-06-10  Ted Gould  <ted@canonical.com>

	Adding a configure flag so that indicators can be installed locally for distcheck purposes.

2009-06-09  Ted Gould  <ted@canonical.com>

	Copying that code into the other two services.  Now we're dbus-y.

2009-06-09  Ted Gould  <ted@canonical.com>

	Bringing up a dbusmenu item.

2009-06-09  Ted Gould  <ted@canonical.com>

	Adding more dependencies and cflags and stuff to make the builds of the services more complete

2009-06-09  Ted Gould  <ted@canonical.com>

	Oh, stealing the methods used in PolicyKit for building these.  I dislike calling sed directly, but the results are fantastic.

2009-06-09  Ted Gould  <ted@canonical.com>

	Adding in a bunch of service files.  We're hip now.

2009-06-09  Ted Gould  <ted@canonical.com>

	Now we're building services.  Snazy.

2009-06-08  Ted Gould  <ted@canonical.com>

	Renaming the C file as well.

2009-06-08  Ted Gould  <ted@canonical.com>

	Changing the name to get rid of FUSA, which doesn't really make sense anymore.

2009-06-08  Ted Gould  <ted@canonical.com>

	Making things into a set of three user-daemons.

2009-06-08  Ted Gould  <ted@canonical.com>

	Switching the pkgconfig based directory.

2009-06-08  Ted Gould  <ted@canonical.com>

	Changing the build stuff for ye ol' fusa indicator

2009-06-08  Ted Gould  <ted@canonical.com>

	Adding in new deps and a version bump

2009-06-08  Ted Gould  <ted@canonical.com>

	Merging from trunk.  Splitting out packaging and getting all the files.

2009-06-08  Ted Gould  <ted@canonical.com>

	Removing packaing from trunk

2009-06-08  Ted Gould  <ted@canonical.com>

	Heh, forgot to put that file in.

2008-12-04  Ted Gould  <ted@canonical.com>

	FUSA-fying it

2008-12-04  Ted Gould  <ted@canonical.com>

	Ignore stuff

2008-12-04  Ted Gould  <ted@canonical.com>

	Moving the directory

2008-12-04  Ted Gould  <ted@canonical.com>

	Starting Debian Packaging

2008-12-04  Ted Gould  <ted@canonical.com>

	Showing by default.

2008-12-04  Ted Gould  <ted@canonical.com>

	Making the directory the same as the applet.  Should have done that first, eh.

2008-12-04  Ted Gould  <ted@canonical.com>

	Ignoring

2008-12-04  Ted Gould  <ted@canonical.com>

	Actually getting this all to build reasonably.

2008-12-04  Ted Gould  <ted@canonical.com>

	Checkmark checkin