==================== 0.9.11 ====================

2008-09-12  Scott Reeves  <sreeves@novell.com>

	* po/POTFILES.in: Fix distcheck - remove deleted files

2008-09-07  Cosimo Cecchi  <cosimoc@gnome.org>

	* configure.in: require GLib 2.16.0.

2008-09-07  Cosimo Cecchi  <cosimoc@gnome.org>

	* main-menu/src/main-menu-ui.c: (main_menu_ui_new),
	(get_recently_used_store_filename),
	(setup_recently_used_throttle_timeout),
	(setup_recently_used_store_monitor),
	(update_recently_used_sections):
	Call update_recently_used_sections () in an idle when starting
	up the program (this was a regression from the GIO porting, as
	we were using this very same mechanism before).

2008-08-22  Cosimo Cecchi  <cosimoc@gnome.org>

	* nautilus-main-menu/main-menu.c:
	* nautilus-main-menu/nautilus-main-menu.c:
	Leftover from the GIO transition: fix includes in the nautilus
	extension.

2008-08-22  Cosimo Cecchi  <cosimoc@gnome.org>

	* configure.in:
	* main-menu/src/main-menu-ui.c: (main_menu_ui_new),
	(main_menu_ui_finalize), (create_rct_docs_section),
	(recently_used_store_monitor_changed_cb),
	(setup_recently_used_store_monitor), (item_to_recent_doc_tile),
	(doc_uri_to_item), (update_recently_used_sections),
	(volume_monitor_mount_cb):
	Port to GIO and drop gnome-vfs dependency (#527903).

2008-08-11  A. Walton  <awalton@gnome.org>

	reviewed by: Federico Mena Quintero
	* configure.in:
	Remove Eel dependency from libslab. Bug #524778.

2008-07-28  Cosimo Cecchi  <cosimoc@gnome.org>

	reviewed by Vincent Untz and Tambet Ingo.

	* main-menu/src/network-status-agent.c: (nm_get_device_info):
	Some more NetworkManager 0.7 API breakage.

2008-07-24  Cosimo Cecchi  <cosimoc@gnome.org>

	http://bugzilla.gnome.org/show_bug.cgi?id=544539	

	* main-menu/src/network-status-agent.c: (nm_get_device_info):
	Fix the build against NetworkManager 0.7 trunk.

2008-07-16  Scott Reeves  <sreeves@novell.com>
	* main-menu/src/main-menu-ui.c
	* libslab/directory-tile.c
	* libslab/bookmark-agent.c
	* libslab/directory-tile.h
	* libslab/document-tile.c:
	Patch from CRivera - Fix for BNC#390400 - make places use mime type handler.

2008-07-02  Magnus Boman  <captain.magnus@gmail.com>
	* main-menu/src/network-status-tile.c
	* main-menu/src/network-status-agent.c
	Add support for GSM and CDMA devices in the Network Status tile

2008-06-30  Scott Reeves  <sreeves@novell.com>
	* main-menu/src/main-menu-ui.c:
	Fix for BNC#393101 - check title for null

2008-06-25  Magnus Boman  <captain.magnus@gmail.com>

	https://bugzilla.novell.com/show_bug.cgi?id=262334 - When
	using wireless/ifup, g-m-m shows the connection as wired.

	* main-menu/src/network-status-agent.c (gtop_get_first_active_device_info):
	Make sure that we only use a device that has got an ip address.

2008-06-13  Federico Mena Quintero  <federico@novell.com>

	https://bugzilla.novell.com/show_bug.cgi?id=336735 - On
	multiscreen setups, the slab window may appear ona the wrong
	screen.

	* main-menu/src/main-menu-ui.c (present_slab_window): Set the
	screen of the slab_window to the same screen as the one for the
	applet widget.

2008-05-13  Scott Reeves  <sreeves@novell.com>
	* configure.in: post release bump to 0.9.11

==================== 0.9.10 ====================

2008-05-09  Magnus Boman  <captain.magnus@gmail.com>

        https://bugzilla.novell.com/show_bug.cgi?id=375639
        Display active ap instead of the first ap in the list.

        * main-menu/src/network-status-agent.c (nm_get_device_info):
        Make sure we show ssid from an active ap by using
        nm_device_802_11_wireless_get_active_access_point.

2008-05-13  Scott Reeves  <sreeves@novell.com>
	* main-menu/etc/applications.xbel:
	Fix for BNC#388785 - use banshee-1 as favorite.

2008-05-09  Magnus Boman  <captain.magnus@gmail.com>

        https://bugzilla.novell.com/show_bug.cgi?id=372206
        Add notification for NM state even if there's no active interface.

        * main-menu/src/network-status-agent.c (nm_get_first_active_device_info):
	Add state change notification callbacks for interfaces until we
	find an active device.

2008-05-13  Scott Reeves  <sreeves@novell.com>
	* main-menu/src/main-menu-ui.c
	* libslab/bookmark-agent.c
	* libslab/document-tile.c
	* libslab/document-tile.h:
	Show icon when thumbnail is blank - BNC#381617, BNC#373783

2008-05-13  Scott Reeves  <sreeves@novell.com>
	* main-menu/src/network-status-agent.c (nm_get_device_info):
	Finish the fix for NM API breakage. (remove old calls)

2008-05-12  Tambet Ingo  <tambet@gmail.com>

	* main-menu/src/network-status-agent.c (nm_get_device_info):
	Fix another NetworkManager API breakage.

2008-05-07  Magnus Boman  <captain.magnus@gmail.com>

	https://bugzilla.novell.com/show_bug.cgi?id=262334 -
	Show the correct status in the network status tile even if
	NetworkManager is not running.

	* main-menu/src/main-menu-ui.c (create_status_section): Remember
	our network_status widget in the MainMenuUIPrivate.
	(present_slab_window): Update the network tile.

	* main-menu/src/network-status-tile.c (network_tile_update_status):
	New function.

	* main-menu/src/network-status-agent.c (init_nm_connection):
	Handle the case where we obtained a NM client object, but NM is
	not running.

2008-04-11  Tambet Ingo  <tambet@gmail.com>

	Adapt the API changes of libnm-glib.

	See https://bugzilla.novell.com/show_bug.cgi?id=377019 for the
	request to update to this API.

	* main-menu/src/network-status-agent.c 
	(nm_get_first_active_device_info): nm_client_get_devices() now
	returns a 'const GPtrArray', update.
	(nm_get_device_info): The device properties returned from libnm-glib
	have been changed to constants, update.
	To allow notifications for all NMObject property changes, the
	"state-changed" signal is removed from NMDevice and replaced by a
	generic "notify::" signal.
	(nm_state_change_cb): Update the signature, ask for the state.

2008-04-10  Federico Mena Quintero  <federico@novell.com>

	* main-menu/src/network-status-agent.c
	(network_status_agent_dispose): NULL out the nm_client, since
	::dispose() can be called multiple times.

2008-04-04  Federico Mena Quintero  <federico@novell.com>

	* main-menu/src/main-menu-ui.c: Monitor the recent-files store on
	our own, and update the BookmarkAgents for recent-docs and
	recent-apps from a single GBookmarkFile.  This prevents each agent
	from loading the recent-files on its own.

	* main-menu/src/main-menu-ui.c: Don't load the recent-files store
	at startup, but do it in an idle.  This makes the applet start up
	more quickly, and then we can effectively use the idle time
	between the applet hitting the main loop initially and the user
	activating the Computer menu.

	* main-menu/src/main-menu-ui.c: Throttle updates to the
	recent-files store if it changes frequently, to avoid CPU churn
	when an app updates ~/.recently-used.xbel many times in rapid
	succession.

	* main-menu/src/main-menu.c (main_menu_applet_init): Preinit the
	global thumbnail factory here; it will get loaded in an idle
	handler after the applet hits the main loop.

2008-04-04  Magnus Boman  <captain.magnus@gmail.com>

	https://bugzilla.novell.com/show_bug.cgi?id=350662 - Improve
	startup time by loading tile tables only once.

	* main-menu/src/main-menu-ui.c (apply_lockdown_settings): Reload
	the recent-documents table here.
	(main_menu_ui_new): Don't call update_limits() here; it gets
	called already in apply_lockdown_settings().

	* main-menu/src/tile-table.c (tile_table_new): Don't reload the
	tile table immediately here.

2008-04-04  Scott Reeves  <sreeves@novell.com>

	* Update to NetworkManager 0.7 APIs.

2008-03-26  Scott Reeves  <sreeves@novell.com>
	* main-menu/etc/empty.ods
	* main-menu/etc/empty.ots
	* main-menu/etc/empty.ott
	* main-menu/etc/Makefile.am
	* libslab/bookmark-agent.c:
	Fix for BNC#366732 - use better template files.

2008-03-05  Scott Reeves  <sreeves@novell.com>
	* configure.in: post release bump to 0.9.10

==================== 0.9.9 ====================

2008-03-05  Scott Reeves  <sreeves@novell.com>
	* configure.in
	* libslab/Makefile.am
	* NEWS:
	Prep for release - version 0.9.9.
	Slight change in method for libtool versioning.

2008-02-08  Federico Mena Quintero  <federico@novell.com>

	* configure.in (libslab_major_version libslab_minor_version
	libslab_micro_version libslab_interface_age): New m4 defines so
	that we can have proper versioning with libtool.  This is copied
	from libgnomeui/configure.in.

2008-01-29  Scott Reeves  <sreeves@novell.com>
	* libslab/bookmark-agent.c:
	Fix BNC#349604 Labeled Bookmarks.
	Based on patch from Ivan Zlatev.

2008-01-25  Scott Reeves  <sreeves@novell.com>
	* configure.in
	* libslab/document-tile.c
	* libslab/libslab.pc.in:
	Patch from Andreas Hanke for BNC#258361 - dependencies
	Patch from JPR for BNC#236463 - better date info

2008-01-25  Scott Reeves  <sreeves@novell.com>
	* main-menu/src/main-menu-ui.c
	* main-menu/src/hard-drive-status-tile.c:
	Patch from Magnus Boman and Federico Mena Quintero for
	BNC#332418 and BNC#152846 (show correct free space and
	title for hard drive tile ).

2008-01-09  Scott Reeves  <sreeves@novell.com>
	* configure.in
	* po/LINGUAS:
	Patch from Christian Persch for bgo #394815

2007-12-21  Scott Reeves  <sreeves@novell.com>
	* configure.in:
	bump rev

2007-12-21  Scott Reeves  <sreeves@novell.com>
	* configure.in
	* main-menu/src/hard-drive-status-tile.c
	* main-menu/src/main-menu-ui.c
	* main-menu/src/network-status-agent.c
	* libslab/application-tile.c
	* libslab/slab-gnome-util.c
	* libslab/libslab-utils.c
	* libslab/directory-tile.c
	* libslab/bookmark-agent.c
	* libslab/document-tile.c:
	Merge in changes (rev 353-361) from openSUSE10.3 branch

2007-11-28  Scott Reeves  <sreeves@novell.com>
	* libslab/app-shell-startup.c
	* libslab/app-shell.c:
	Patch from Magnus Boman for double draw on show - BNC#283186

2007-11-05  Scott Reeves  <sreeves@novell.com>
	* main-menu/src/main-menu-ui.c:
	Don't show lock screen option when logged in as root - BNC136622

2007-10-14  Yannig Marchegay  <yannig@marchegay.org>

	* configure.in: Added 'oc' to ALL_LINGUAS.

2007-07-20  Raivis Dejus  <orvils@gmail.com>

        * configure.in: Added Latvian Translation.

2005-06-04  Jim Krehl  <jimmyk@novell.com>
	* libslab/libslab-utils.c
	* libslab/bookmark-agent.c:
	Applied modified patch from Darren Kenny to fix BGO #439398.  Checks
	for NULL values before freeing or printing.

2007-05-08  Scott Reeves  <sreeves@novell.com>
	* control-center/
	* main-menu/etc/gnome-*.desktop:
	Actually remove control-center dir.
	Add proper categories to .desktop files

2007-04-09  Scott Reeves  <sreeves@novell.com>
	* configure.in
	* main-menu/etc/system-items.xbel
	* libslab/Makefile.am
	* Makefile.am:
	Fix for BNC#255943
	   Remove CC from g-m-m since it's now shipped by g-c-c 

2007-03-29  Jim Krehl  <jimmyk@novell.com>
	* main-menu/src/main-menu-ui.c:
	Only make tiles for local files until remote files can be handled
	without blocking.

	* main-menu/src/main-menu-migration.c:
	Ensure local data exists before creating files.

	* main-menu/etc/applications.xbel
	* main-menu/etc/places.xbel
	* main-menu/etc/system-items.xbel:
	Include ranking info in the .xbel file.

	* libslab/bookmark-agent.c:
	Fix (instead of ignore) corrupted .xbel files.

2007-03-23  Jim Krehl  <jimmyk@novell.com>
	* libslab/app-resizer.c
	* libslab/search-context-picker.c
	* libslab/app-shell.c:
	Applied patch from Larry Ewing to fix some memory leaks, BNC #244456.

	* main-menu/etc/empty.ods
	* main-menu/etc/Makefile.am
	* libslab/bookmark-agent.c:
	Applied patch from Larry Ewing to create valid, empty .ods file, BNC
	#249188.

2007-03-18  Jim Krehl  <jimmyk@novell.com>
	* main-menu/src/main-menu-ui.c
	* libslab/libslab-utils.c
	* libslab/libslab-utils.h:
	Make the menu abide by /apps/panel/global/disable_{log_out,lock_screen}
	in gconf.

	* libslab/application-tile.c:
	Set the Upgrade/Uninstall action flags appropriately.

2007-03-16  Jim Krehl  <jimmyk@novell.com>
	* main-menu/src/main-menu-ui.c
	* main-menu/src/user-apps-tile-table.c
	* main-menu/src/user-apps-tile-table.h
	* main-menu/src/system-tile-table.c
	* main-menu/src/system-tile-table.h
	* main-menu/src/user-docs-tile-table.c
	* main-menu/src/user-docs-tile-table.h
	* main-menu/src/user-dirs-tile-table.c
	* main-menu/src/user-dirs-tile-table.h
	* main-menu/src/recent-apps-tile-table.c
	* main-menu/src/recent-apps-tile-table.h
	* main-menu/src/bookmark-tile-table.c
	* main-menu/src/bookmark-tile-table.h
	* main-menu/src/recent-docs-tile-table.c
	* main-menu/src/recent-docs-tile-table.h
	* main-menu/src/tile-table.c 
	* main-menu/src/tile-table.h:
	Simplified the TileTable object to make it more generic.  Stop loading
	tiles after the table limit has been reached, this is to prevent delays
	associated with large ~/.recently-used{,.xbel} files.  Made the
	TileTable more responsive to user changes, instead of waiting for those
	changes to be written to the file system.

	* main-menu/src/main-menu-migration.c
	* main-menu/etc/documents.xbel
	* libslab/application-tile.c
	* libslab/libslab-utils.c
	* libslab/libslab-utils.h
	* libslab/libslab-bookmarkfile.c
	* libslab/system-tile.c
	* libslab/libslab-bookmarkfile.h
	* libslab/eggbookmarkfile.c
	* libslab/eggbookmarkfile.h
	* libslab/bookmark-agent.c
	* libslab/bookmark-agent.h
	* libslab/document-tile.c
	* libslab/bookmark-agent-libslab.h:
	Created a BookmarkAgent class to manage various bookmark stores, i.e.
	XBEL stores, ~/.recently-used, and ~/.gtk-bookmarks.  Now all bookmark
	store manipulation is centralized and coordinated.  The rank of a
	bookmark is now independent of serialized order.  Now the bookmark
	group is used to store it's placement within a table.

2007-03-15  Scott Reeves  <sreeves@novell.com>
	* libslab/slab-section.c
	* libslab/app-shell.c:
	Fix for BNC#250415 - name some widgets to allow for custom theming

2007-03-08  Scott Reeves  <sreeves@novell.com>
	* main-menu/src/main-menu-ui.c
	* main-menu/src/bookmark-tile-table.c
	* libslab/application-tile.c
	* libslab/slab-gnome-util.c
	* libslab/nameplate-tile.c
	* libslab/slab-gnome-util.h
	* libslab/nameplate-tile.h
	* libslab/libslab-utils.c
	* libslab/directory-tile.c
	* libslab/document-tile.c
	* libslab/document-tile.h:
	Various memory leak and array bounds overwrite fixes.
	Check properly for g-m-m with version-2 changes

2007-02-28  Jim Krehl  <jimmyk@novell.com>
	* libslab/document-tile.c
	* libslab/directory-tile.c:
	Remove extra line separators in the context menu, BNC #240238.

	* main-menu/src/user-dirs-tile-table.c:
	Properly handle search bookmarks, BNC #246798.

2007-02-26  Jim Krehl  <jimmyk@novell.com>
	The commit merges in the "version-2" branch.  Many things have been
	updated/changed for this version ...

	* main-menu/src/bookmark-tile-table.c
	* main-menu/src/bookmark-tile-table.h
	* main-menu/src/main-menu.c
	* main-menu/src/main-menu-ui.c
	* main-menu/src/main-menu-ui.h
	* main-menu/src/recent-apps-tile-table.c
	* main-menu/src/recent-apps-tile-table.h
	* main-menu/src/recent-docs-tile-table.c
	* main-menu/src/recent-docs-tile-table.h
	* main-menu/src/system-tile-table.c
	* main-menu/src/system-tile-table.h
	* main-menu/src/tile-table.c
	* main-menu/src/tile-table.h
	* main-menu/src/user-apps-tile-table.c
	* main-menu/src/user-apps-tile-table.h
	* main-menu/src/user-dirs-tile-table.c
	* main-menu/src/user-dirs-tile-table.h
	* main-menu/src/user-docs-tile-table.c
	* main-menu/src/user-docs-tile-table.h:

	There are now 3 types of items shown in the main section of the menu:
	Applications, Documents, and Places.  Applications and Documents can be
	either "Favorite" or "Recent".  Places corresponds to the list of
	default places and user bookmarked places as in the FileChooser dialog.

	* main-menu/src/slab-window.glade:

	The main-menu is now defined by a glade file.

	* main-menu/etc/applications.xbel
	* main-menu/etc/documents.xbel
	* main-menu/etc/places.xbel
	* main-menu/etc/slab.schemas.in.in
	* main-menu/etc/system-items.xbel
	* main-menu/etc/gnome-screensaver-lock.desktop
	* main-menu/etc/gnome-session-kill.desktop
	* main-menu/src/main-menu-migration.h
	* main-menu/src/main-menu-migration.c:

	The lists of user bookmarked Applications and Documents, as well as the
	list of system items is now maintained in XBEL files in the user's data
	dir.  Because of the new storage scheme, migration needs to be done to
	preserve user prefs over upgrade.  The system area now only references
	.desktop files so for items like "Lock Screen" for which there is no
	.desktop file the main-menu provides one.

	* main-menu/src/main-menu-common.h
	* main-menu/src/main-menu-engine.c
	* main-menu/src/text-button.c
	* main-menu/src/text-button.h
	* main-menu/src/file-area-widget.c
	* main-menu/src/main-menu-conf.c
	* main-menu/src/file-area-widget.h
	* main-menu/src/main-menu-conf.h
	* main-menu/src/slab-window.c
	* main-menu/src/slab-window.h:

	These files are no longer pertinent.

	* nautilus-main-menu/nautilus-main-menu.c:

	Added a nautilus menu extension so that one can bookmark a document
	with nautilus.

	This update fixes/obsoletes a number of bugs:

	* BGO #378793 - g-s-m is no longer opened by the disk space tile.
	* BGO #382004 - PANEL_APPLET_EXPAND_MINOR added to panel applet flags.
	* BGO #394372 - Ellipses removed.
	* BGO #394377 - Recent/Favorite tables have been stacked to compact
	                them.
	* BGO #394384 - Places menu added.
	* BGO #394411 - "More <items> ..." button positioning tied to bottom.
	* BGO #394488 - Side panel rotation follows text rotation convention.
	* BGO #394750 - Properly handle multi-monitor screens.
	* BGO #394817 - Do not squash keyboard events on the panel button.

2007-02-22  Scott Reeves  <sreeves@novell.com>
	* libslab/slab-gnome-util.c
	* libslab/app-shell.c
	* libslab/app-resizer.c
	* libslab/application-tile.c:
	start of performance optimization work.
	valgrind work for memory leaks.
	Patch from Jens Granseuer for leaks - BGO 396110
	Fix leaks for BGO 395014 based on patch from Paolo Borelli

2007-02-21  Scott Reeves  <sreeves@novell.com>
	* libslab/app-resizer.c
	* libslab/app-shell.c
	* libslab/document-tile.c
	* main-menu/src/network-status-agent.c:
	valgrind work for memory leaks.
	Patch from Kjartan Maraas for compiler warnings and leak - BGO 400533
	A11y fix. Based on patch from Patrick Wade for BGO 399238

2007-02-15  Scott Reeves  <sreeves@novell.com>
	* main-menu/src/system-tile.c
	* main-menu/src/slab-window.c
	* control-center/src/control-center.c
	* libslab/application-tile.c
	* libslab/slab-gnome-util.c
	* libslab/slab-gnome-util.h
	* libslab/document-tile.c
	* libslab/shell-window.c
	* libslab/slab-section.c
	* libslab/app-shell.c:
	Use smaller icons in CC - Partial fix for BGO 405078
	Patch from Brandon Wright for overdrawn text - BGO 403856
	Fix memory leaks - BGO 402563 and BNC 229190
	Don't crash (on debug builds) when no menu file - BGO 407825
	Check for NULL gconf prefix - BGO 406255

2007-02-14  Rodney Dawes  <dobey@novell.com>

	* libslab/tile.c (tile_expose): Revert previous patch, as it doesn't
	actually seem to fix the text color, and causes #407481

	Fixes #407481
	Reopens #398079

2007-02-12  Rodney Dawes  <dobey@novell.com>

	* libslab/tile.c (tile_expose): Modify the fg color to use the
	SELECTED fg color, if the tile is in the SELECTED state

	Fixes #398079

2007-02-09  Jim Krehl  <jimmyk@novell.com>
	* main-menu/src/main-menu-ui.c:
	Connect to the proper AboutDialog signal to close, BNC #212495, BGO
	#389715.

2007-02-01  Scott Reeves  <sreeves@novell.com>
	* main-menu/etc/slab.schemas.in.in
	* libslab/application-tile.c
	* libslab/slab-gnome-util.h:
	Fix for BGO#402621 - use g_get_user_config_dir instead of a
	potentially missing gconf key.

2007-01-30  Scott Reeves  <sreeves@novell.com>
	* application-browser/src/application-browser.c
	* control-center/src/control-center.c
	* libslab/application-tile.c
	* libslab/application-tile.h
	* libslab/app-shell.c
	* libslab/app-shell.h:
	Fix for BNC#185957 - inconsistent GenericName display

2007-01-25  Scott Reeves  <sreeves@novell.com>
	* control-center/src/control-center.c: - stop CC common tasks from
	launching twic
	* main-menu/src/system-tile.c: - patch from Otavio Salvador for
	system-tile's launched twice.
	* libslab/application-tile.c: - When no GenericName is present then
	just show and center the Name

2007-01-19  Scott Reeves  <sreeves@novell.com>
	* control-center/src/control-center.c
	* libslab/app-shell.c:
	Check the exit arg when exiting via keyboard and context menu	

2007-01-18  Rodrigo Moya <rodrigo@gnome-db.org>

	* libslab/app-shell.c (main_delete_callback): return FALSE if we
	want the window destroyed.

2007-01-17  Rodrigo Moya <rodrigo@gnome-db.org>

	* libslab/app-shell.[ch] (appshelldata_new): added an argument to
	specify whether to exit the program when the shell window is closed.

	* application-browser/src/application-browser.c (main): pass FALSE,
	don't quit.

	* control-center/src/control-center.c (main): pass TRUE, quit when
	closed.
	(handle_static_action_clicked): check for the exit_on_close flag if
	the GConf key is set.

2007-01-12  Scott Reeves  <sreeves@novell.com>
	* libslab/libslab.pc.in:
	Clean up the .pc file

2007-01-12  Scott Reeves  <sreeves@novell.com>
	* ChangeLog
	* libslab/app-resizer.c
	* libslab/tile-action.c
	* libslab/shell-window.c
	* libslab/slab-section.c
	* libslab/app-shell-startup.c
	* libslab/app-shell.c:
	Patch from Jens Granseuer for http://bugzilla.gnome.org/show_bug.cgi?id=383029.
	http://bugzilla.gnome.org/show_bug.cgi?id=393708.

2007-01-11  Scott Reeves  <sreeves@novell.com>
	* libslab/app-shell.c:
	Original Patch from Denis Washington. Tweaked the category name after
	discussion on #control-center to indicate more clearly that this is
	not a permanent home for items. They should classify themselves into
	one of the existing top level categories.
	http://bugzilla.gnome.org/show_bug.cgi?id=384051.

2006-12-28  Adam Weinberger  <adamw@gnome.org>

	* configure.in: Added en_CA to ALL_LINGUAS.

2006-12-22  Scott Reeves  <sreeves@novell.com>
	* libslab/app-shell-startup.c:
	Fix for vncviewer and singleton.
	https://bugzilla.novell.com/show_bug.cgi?id=180062

2006-12-18  Thomas Wood  <thos@gnome.org>

	* libslab/app-shell.c:
	* libslab/shell-window.c:

	Use gtk+ to draw a border round the tile widget, rather than using a
	custom drawn seperator.

2006-12-15  JP Rosevear  <jpr@novell.com>

	* Makefile.am: optionally compile nautilus-main-menu dir

	* nautilus-main-menu/nautilus-main-menu.[hc], main-menu.c: add
	nautilus extension skeleton to add items to favorites

	* configure.in: add --enable-nautilus-extension option and
	appropriate checks

2006-12-13  Pema Geyleg  <pgeyleg@gmail.com>

	* configure.in: Added 'dz' in ALL_LINGUAS

2006-12-07  Scott Reeves  <sreeves@novell.com>
	* libslab/app-shell.c
	* libslab/shell-window.c
	* libslab/slab-section.c:
	Part of a patch from Thomas Wood <thos@gnome.org> to fix background color
	and bold section headings for a better default GNOME look.
	Still working on the layout part of the patch with design team...

2006-12-04  Rodrigo Moya <rodrigo@novell.com>

	* libslab/Makefile.am:
	* libslab/eggaccelerators.[ch]:
	* main-menu/src/Makefile.am: moved eggaccelerators.[ch] to the main
	menu source tree, where it is actually used.

2006-11-08  Rodrigo Moya <rodrigo@novell.com>

	* libslab/application-tile.c (verify_package_management_command):
	check strings before sending them to strchr().

2006-11-01  Rodney Dawes  <dobey@novell.com>

	* libslab/app-shell.c: If HAVE_CONFIG_H is defined then we should
	include config.h so we get GETTEXT_PACKAGE and stuff
	We need to include gi18n-lib.h here, as it's not being pulled in by
	other headers (we don't include the generic gnome.h)

	* libslab/tile.c (tile_clicked): We should simulate a mouse click here
	rather than a keyboard press, to avoid starting apps twice
	Also, add a call to gtk_button_released and free the tile_event

2006-11-01  Rodney Dawes  <dobey@novell.com>

	* libslab/document-tile.c (document_tile_new):
	Grab the accessible AtkObject and set up the name and description for
	the tile to use the basename and time_str

	* main-menu/src/file-area-widget.c (file_area_widget_new):
	Set up the mnemonic for the Show: label in the main menu
	Create the browser_link button with a mnemonic with a NULL label
	(update_browser_link): Set mnemonics for the All Documents/Apps text

	* main-menu/src/hard-drive-status-tile.c (hard_drive_status_tile_new):
	Set up the accessible name for the hard drive status tile
	Set up a mnemonic for the hard drive status tile
	(update_tile): Set up the accessible description for the status tile

	* main-menu/src/main-menu-ui.c (create_search_widget):
	Set a mnemonic in the Search label and hook it up to the entry
	(get_section_header_label): Enable mnemonic label text on the label

	* main-menu/src/network-status-tile.c (update_tile):
	Get the AtkObject for the widget and set up the name and description
	Set up a mnemonic for the status tile

	* main-menu/src/system-tile.c (system_tile_new_with_type):
	Reduce the create_header calls into one, and just set the text for
	the tile in the switch statement
	Set up mnemonics for the system tiles
	Set up accessible names for all the system tiles
	Always duplicate/free the uri, image_id, and header_txt strings
	Duplicate the image_id into the private structure
	(system_tile_finalize): Free the duplicate image_id
	Unref the desktop_item object
	(create_header): Enable mnemonic underlines in the label

2006-11-01  Rodrigo Moya <rodrigo@novell.com>

	* util/*:
	* libtile/*: moved all to libslab.

	* libslab/Makefile.am: added new files from libutil and libtile.

	* libslab/app-shell.c: no need to include gi18n.h, we are already getting
	GNOME's i18n headers.

2006-11-01  Rodney Dawes  <dobey@novell.com>

	* libtile/tile.c: Add an override method for the parent's clicked event
	and generate and send off a tile action event

2006-10-31  Rodney Dawes  <dobey@novell.com>

	* libtile/application-tile.c (application_tile_setup):
	Get the AtkObject from the widget and set up the name and description
	from those in the desktop file, if available

	* main-menu/src/slab-window.c (slab_window_init):
	Set the title of the pop-up to the translatable "Main Menu" so that
	ATs can figure out what window it is

2006-10-25  Scott Reeves  <sreeves@novell.com>
	* libslab/app-shell.c
	* libslab/libslab.pc.in
	* utils/Makefile.am:
	Fix for BNC 214705 - respect menu layout hints.
	Add missing headers/libs to -devel package

2006-10-23  Jim Krehl  <jimmyk@novell.com>
	* libtile/document-tile.c
	  libtile/document-tile.h
	  utils/recent-files.c
	  utils/recent-files.h
	  main-menu/src/file-area-widget.c
	  patch/gnome-desktop-recently-used-apps.patch
	  patch/gnome-panel-recently-used-apps.patch:
	Updated recent-files.[ch] to work with both the ~/.recently-used.xbel
	and the older ~/.recently-used file formats.

2006-10-17  Jim Krehl  <jimmyk@novell.com>
	* libtile/document-tile.c
	  main-menu/src/recent-files.c
	  main-menu/src/recent-files.h
	  patch/gnome-desktop-recently-used-apps.patch
	  patch/gnome-panel-recently-used-apps.patch:
	Merged ~/.recently-used-apps into ~/.recently-used to prepare for
	integration with GtkRecentManager.

2006-10-04  Jim Krehl  <jimmyk@novell.com>
	* libtile/application-tile.c
	  libtile/document-tile.c:
	Changed from wrapping lines to ellipsizing the headers of application
	and document tiles.  BNC #191536.

2006-10-02  Jim Krehl  <jimmyk@novell.com>
	* main-menu/src/file-area-widget.c:
	Added check for NULL haystack before calling strstr.  Fixes BNC
	#204707.

2006-10-02  Jim Krehl  <jimmyk@novell.com>
	* libtile/application-tile.c:
	Removed file monitors from the application tile, fix for BNC #186555.

	* main-menu/src/file-area-widget.c:
	Removing file monitors reverts the fix for BNC #142932.  Instead of
	monitoring the .desktop file to fix BCN #142932, the main-menu culls
	out non-existent files from the user_specified_apps list which
	maintains consistency without the expense of monitoring all .desktop
	files.

2006-09-29  Jovan Naumovski  <jovan@lugola.net>

	* configure.in: Added "mk" to ALL_LINGUAS.

2006-09-26  Scott Reeves  <sreeves@novell.com>
	* libtile/application-tile.c:
	Fix for BNC 207329 - context menu issues.

2006-09-26  Scott Reeves  <sreeves@novell.com>
	* application-browser/src/application-browser.c
	* control-center/src/control-center.c
	* libslab/app-shell-startup.c
	* libslab/app-shell-startup.h:
	Fix for BNC 204327 - CC and AB fail to launch

2006-09-15  Scott Reeves  <sreeves@novell.com>
	* *.c, *.h:
	clean up formatting issues
	fix memory leaks, initial performance work
	update po files.
	sync from internal svn

2006-09-13  David Lodge <dave@cirt.net>

	* configure.in: Added "en_GB" to ALL_LINGUAS.

2006-07-05  Rodney Dawes  <dobey@novell.com>

	* MAINTAINERS: Add this file with Jim & Scott listed as maintainers

2006-06-20  Jim Krehl  <jimmyk@novell.com>
	* Branch made to prepare source for public licensing.

2006-06-20  Scott Reeves  <sreeves@novell.com>
	* main-menu/src/document-tile.c:
	More fixing for 177414 - memory leaks

2006-06-18  Jim Krehl  <jimmyk@novell.com>
	* main-menu/src/document-tile.c:
	Make the main-menu respect the /apps/nautilus/preferences/enable_delete
	key, BNC #183636.

	Added functionality to remove entries from ~/.recently-used when a user
	deletes/trashes a document from the main-menu (BNC #181704) and
	rewrites ~/.recently-used when a user renames a file with the main-menu
	(BNC #183638).  Additionally, make the main-menu less naive about these
	operations if they fail (BNC #185170).

2006-06-16  Jim Krehl  <jimmyk@novell.com>
	* main-menu/src/main-menu-ui.c:
	Added a keyboard grab to the main menu, BNC #185462.

2006-06-16  Scott Reeves  <sreeves@novell.com>
	* libslab/src/app-shell.c
	  main-menu/src/hard-drive-status-tile.c
	  main-menu/src/network-status-tile.c
	  main-menu/src/network-status-agent.c
	  main-menu/src/network-status-info.c
	  main-menu/src/file-area-widget.c
	  main-menu/src/document-tile.c
	  main-menu/src/main-menu-conf.c
	  utils/themed-icon.c
	  libslab/src/application-tile.c
	  libslab/src/slab-gnome-util.c
	  libslab/src/tile-action.c
	  libslab/src/app-shell.h
	  libslab/src/tile.c:
	Fix for 177414 - memory leaks

2006-06-12  Scott Reeves  <sreeves@novell.com>
	* libslab/src/app-shell.c:
	Fix for 181665 - launch app even if in multiple categories

2006-06-09  Jim Krehl  <jimmyk@novell.com>
	* main-menu/src/document-tile.c:
	Switched the "Send To" trigger from using g_spawn_async with a full
	command line as one string to using the argv array.  This prevents the
	shell from having to parse potentially problematic strings, BNC
	#183045.

	Additionally, make the "Send To" menu option insensitive if the file is
	not local, BNC #183190.

2006-06-01  Scott Reeves  <sreeves@novell.com>
	* libslab/src/app-shell.c:
	Fix for 180305 - AB crash when new apps gconf key is zero

2006-05-31  Jim Krehl  <jimmyk@novell.com>
	* main-menu/src/document-tile.c:
	Cleaned up some memory issues for BNC #177862, BNC #177414, BNC
	#177756.  Also made sure that a DocumentTile always at least has a
	default icon, "gnome-fs-regular".

	* main-menu/src/main-menu.c
	  main-menu/src/network-status-tile.c:
	Incorporated a patch submitted by Zhe Su for BNC #179578.  The network
	information dialog uses a glade file from the NetworkManager package,
	this patch ensures that the localization is taken from the
	NetworkManager domain instead of the gnome-main-menu domain.

2006-05-26  Scott Reeves  <sreeves@novell.com>
	* main-menu/src/document-tile.c:
	Fix for 179208 - no mime-type causing main-menu crash

2006-05-25  Jim Krehl  <jimmyk@novell.com>
	* main-menu/src/file-area-widget.c
	  main-menu/src/document-tile.c
	  main-menu/src/tile-table.c
	  libslab/src/application-tile.c:
	Added a bunch of memory clean-up, BNC #177414.

2006-05-25  Jim Krehl  <jimmyk@novell.com>
	* main-menu/src/document-tile.c:
	Replaced egg_recent_item_get_mime_type with an explicit
	gnome_vfs_get_file_info with the
	GNOME_VFS_FILE_INFO_FORCE_FAST_MIME_TYPE flag set, to avoid blocking.

2006-05-25  Scott Reeves  <sreeves@novell.com>
	* main-menu/src/document-tile.c:
	Fix for 178541 - no default action causing main-menu crash

2006-05-24  Jim Krehl  <jimmyk@novell.com>
	* main-menu/src/recent-file.c:
	Revert back to svn version r584.  Also removed g_file_test call.
	Checking recent file validity in the main-menu has created a pile of
	bugs, BNC #177756, BNC #177862, BNC #177807, and BNC #151222.  The
	main-menu is now naive about files which while listed in
	~/.recently-used may not exist for a varierty of reasons, e.g. un- or
	stale mounted volumes.

	* sled/gnome-main-menu.spec:
	Added a conditional statement to %post to modify the default "Favorite
	Applications" list if the rpm is being installed on SLES or not, BNC
	#177399.

2006-05-22  Scott Reeves  <sreeves@novell.com>
	* main-menu/src/recent-file.c:
	Partial fix for #177807 - main menu crash - appears to be reentrancy
	issue with gnome_vfs_monitor_add callback

2006-05-18  Scott Reeves  <sreeves@novell.com>
	* control-center/etc/control-center.schemas.in:
	Fix for #175646 - translation problem

2006-05-18  Jim Krehl  <jimmyk@novell.com>
	* main-menu/src/main-menu-ui.c
	  main-menu/src/file-area-widget.c
	  main-menu/src/tile-table.c
	  main-menu/src/tile-table.h:
	Fixed null pointer deference behind BNC #176709.  Also fixed an related
	but unreported bug -- when dragging a launcher from outside the
	main-menu onto a "Favorite App" that launcher was not added to the
	Favorite Apps list.

2006-05-17  Jim Krehl  <jimmyk@novell.com>
	* main-menu/src/main-menu-ui.c
	  main-menu/src/file-area-widget.c
	  main-menu/src/file-area-widget.h
	  utils/gnome-utils.c
	  utils/gnome-utils.h:
	Added support for the /desktop/gnome/lockdown/disable_command_line key
	in the main-menu.  Any .desktop file with the TerminalEmulator category
	will not be display if this key is TRUE.  Also added support for the
	/apps/panel/global/disable_{lock_screen,log_out} keys.  BNC #172687.

	* main-menu/etc/slab.schemas.in.in:
	Changed defaults nautilus.desktop to nautilus-home.desktop, BNC
	#176381.

2006-05-16  Jim Krehl  <jimmyk@novell.com>
	* main-menu/src/tile-table.c
	  libslab/src/application-tile.c
	  main-menu/src/file-area-widget.c
	  main-menu/src/tile-table.c:
	Fix for BNC #142932.  Added file monitors to application tiles to turn
	themselves on and off if the underlying .desktop file {dis,re}appears.
	Added functionality to the TileTable widget in the main-menu to
	automatically handle this new application tile behavior.

2006-05-12  Scott Reeves  <sreeves@novell.com>
	* libslab/src/app-shell.c
	* libslab/src/app-shell.h:
	Fix for #155134 - search blocks typing
	#172687 - Sabayon profiles not functioning

2006-05-11  Rodrigo Moya <rodrigo@novell.com>
	* main-menu/src/main-menu-ui.c (main_menu_ui_new): install a handler
	to receive messages via X events.
	(slab_action_filter): the handler.
	Fix for #152992.

2006-05-09  Scott Reeves  <sreeves@novell.com>
	* main-menu/src/recent-files.c:
	Fix for 151222 - hang on stale nfs mount 

2006-05-08  Jim Krehl  <jimmyk@novell.com>
	* main-menu/src/network-status-tile.c:
	Fix for BNC #171114, Subheader label needs ellipsizing.

2006-05-03  Jim Krehl  <jimmyk@novell.com>
	* main-menu/src/file-area-widget.c:
	Fix for BNC #171100.

2006-05-03  Scott Reeves  <sreeves@novell.com>
	* libslab/src/shell-window.c
	* libslab/src/app-shell.c
	* libslab/src/app-shell.h:
	Fix for 171036 - initial sizing 

2006-05-03  Jim Krehl  <jimmyk@novell.com>
	* main-menu/src/file-area-widget.c
	  main-menu/src/document-tile.h
	  main-menu/src/tile-table.c
	  main-menu/src/tile-table.h:
	Fix for BNC #170704, BNC #171131.

2006-05-02  Jim Krehl  <jimmyk@novell.com>
	* main-menu/src/hard-drive-status-tile.c
	  main-menu/src/hard-drive-status-tile.h
	  main-menu/src/main-menu-ui.c
	  main-menu/src/file-area-widget.c
	  main-menu/src/document-tile.c
	  main-menu/src/Makefile.am:
	Fix for BNC #170356, BNC #158503.

2006-05-02  Scott Reeves  <sreeves@novell.com>
	* control-center/etc/control-center.schemas.in:
	Fix for 170702 - add yast to CC

2006-05-01  JP Rosevear  <jpr@novell.com>

	* main-menu/src/main-menu-ui.c (bonobo_menu_menu_about_cb): just
	call gtk_widget_show instead of gtk_widget_show_all which will
	display widgets that are unused
	Fix for BNC #168643

2006-04-26  Jim Krehl  <jimmyk@novell.com>
	* libslab/src/application-tile.c:
	Fix for BNC #158787.
	
2006-04-25  Scott Reeves  <sreeves@novell.com>
	* libslab/src/app-shell.c
	* libslab/src/app-resizer.c:
	Fix for 168630 - scrolling 

2006-04-21  Scott Reeves  <sreeves@novell.com>
	* libslab/src/app-shell.c
	* libslab/src/app-shell.h:
	Fix for 154484 - AB/CC window position

2006-04-19  Scott Reeves  <sreeves@novell.com>
	* libslab/src/app-resizer.c
	* libslab/src/app-resizer.h
	* libslab/src/shell-window.c
	* libslab/src/shell-window.h
	* libslab/src/slab-section.c
	* libslab/src/app-shell.c
	* libslab/src/app-shell.h:
	Fix for 146557 - font cropping
	Also scrolling when smaller than 1 column

2006-04-18  Jim Krehl  <jimmyk@novell.com>
	* main-menu/src/main-menu-ui.c:
	Fix for BNC #138730.

2006-04-14  Jim Krehl  <jimmyk@novell.com>
	* main-menu/src/main-menu-common.h
	  main-menu/src/main-menu-engine.c
	  main-menu/src/main-menu-ui.c
	  main-menu/src/file-area-widget.c
	  main-menu/src/main-menu-conf.c
	  main-menu/src/file-area-widget.h
	  main-menu/src/main-menu-conf.h
	  main-menu/src/tile-table.c
	  main-menu/src/tile-table.h
	  main-menu/src/Makefile.am
	  utils/gnome-utils.c
	  utils/gnome-utils.h
	  libslab/src/tile.c:
	Reorg for BNC #160191, BNC #146300.

2006-04-12  Scott Reeves  <sreeves@novell.com>
	* libslab/src/app-shell.c
	* libslab/src/app-shell.h
	* application-browser/src/application-browser.c
	* control-center/src/control-center.c
	* libslab/src/application-tile.c
	* libslab/src/application-tile.h:
	Fix for 164628 - icon size in CC

2006-04-10  Scott Reeves  <sreeves@novell.com>
	* libslab/src/slab-section.c
	* libslab/src/slab-section.h:
	Match the new group selection from Product Design

2006-04-07  Scott Reeves  <sreeves@novell.com>
	* libslab/src/nameplate-tile.c
	* libslab/src/shell-window.c:
	Fix for #158820 and conform with focus discussion with Product Design

2006-04-05  Scott Reeves  <sreeves@novell.com>
	* libslab/src/app-shell.c
	* libslab/src/app-shell.h:
	Fix for #136989 and #158253	

2006-04-04  Scott Reeves  <sreeves@novell.com>
	* libslab/src/app-shell.c:
	Handle invalid menu file and fix for AB crash #158586	

2006-04-04  Jim Krehl  <jimmyk@novell.com>
	* main-menu/src/network-status-agent.c:

	Fix for BNC #163264, possible fix for BNC #162466, BNC #162920.

2006-03-29  Michael Meeks  <michael.meeks@novell.com>

	* configure.in, libslab/src/Makefile,
	* libslab/src/libslab.pc: create / install
	libslab.pc.

2006-03-27  Scott Reeves  <sreeves@novell.com>
	* libslab/src/app-resizer.h
	* libslab/src/app-resizer.c
	* libslab/src/app-shell.c:
	Eliminate flicker when changing filter

2006-03-27  Jim Krehl  <jimmyk@novell.com>
	* main-menu/src/Makefile.am
	  main-menu/src/main-menu-ui.c
	  main-menu/src/network-status-tile.c
	  main-menu/src/network-status-agent.c
	  main-menu/src/network-status-agent.h
	  main-menu/src/network-status-info.c
	  main-menu/src/network-status-info.h:
	Fix network status, BNC #158173.

2006-03-24  Scott Reeves  <sreeves@novell.com>
	* libslab/src/tile.h
	* libslab/src/tile.c:
	Partial fix for 158820 - focus/enter highlight

2006-03-22  Scott Reeves  <sreeves@novell.com>
	* libslab/src/app-shell.c:
	Fix for 154490 - no match display

2006-03-20  Scott Reeves  <sreeves@novell.com>
	* libslab/src/app-shell.c:
	Fix for 129432.

2006-03-20  Dan Winship  <danw@novell.com>

	* main-menu/src/egg-recent-model.c: Don't try to start monitoring
	the file until it's been set. Same bug as 156801, just less
	visible here.

	* main-menu/src/main-menu-ui.c (show_main_window): Always call
	gtk_window_present_with_time, to forcibly request keyboard focus
	(which metacity doesn't otherwise give to DOCK-type windows).

2006-03-16  Scott Reeves  <sreeves@novell.com>
	* libslab/src/app-shell.c
	  libslab/src/app-shell.h
	  libslab/src/app-resizer.c
	  libslab/src/slab-section.c
	  libslab/src/slab-section.h
	  libslab/src/shell-window.c
	  libslab/src/shell-window.h:
	More work on theme.

2006-03-14  Dan Winship  <danw@novell.com>

	* main-menu/src/slab-window.c (slab_window_new): set the type_hint
	to DOCK so it won't be drawn underneath other panels in the area.
	157386.

2006-03-13  Scott Reeves  <sreeves@novell.com>
	* libslab/src/app-shell.c
	  libslab/src/app-shell.h
	  libslab/src/app-resizer.h
	  libslab/src/app-resizer.c
	  libslab/src/slab-section.c
	  libslab/src/slab-section.h
	  application-browser/src/application-browser.c:
	fix for 156846, 154780

2006-03-13  Jim Krehl  <jimmyk@novell.com>
	* main-menu/etc/slab.schemas.in:

	Fix for BNC #139617.

2006-03-10  Jim Krehl  <jimmyk@novell.com>
	* main-menu/src/main-menu-ui.c
	  main-menu/src/main-menu-conf.c
	  main-menu/src/main-menu-common.h
	  main-menu/src/main-menu-engine.c
	  main-menu/etc/slab.schemas.in:

	Changed gconf key name, BNC #157166.  Removed beagle-gui dependency.

2006-03-08  Jim Krehl  <jimmyk@novell.com>
	* main-menu/src/network-status-tile.c:

	Fixed network connection info dialog.

2006-03-07  Jim Krehl  <jimmyk@novell.com>
	* utils/gnome-utils.c
	  utils/themed-icon.c:

	Reload unloaded images, for BNC #148034.

2006-03-07  Dan Winship  <danw@novell.com>

	* main-menu/src/main-menu-ui.c: track the panel background. Part
	of 155345.

2006-03-03  Jim Krehl  <jimmyk@novell.com>
	* main-menu/src/main-menu-ui.c
	  main-menu/src/network-status-tile.c

	Change computer icon name to gnome default.  Update to new
	NetworkManager API.

2006-03-03  Scott Reeves  <sreeves@novell.com>
	* libslab/src/app-shell.c
	  libslab/src/app-shell.h
	  application-browser/src/application-browser.c
	  libslab/src/app-shell-startup.c:
	possible fix for 149735.
	change icon for AB
	remove exec matching

2006-03-03  Scott Reeves  <sreeves@novell.com>
	* libslab/src/app-shell.c:
	Fix for 154266.
	Handle gconf key on add/remove from startup

2006-03-02  Jim Krehl  <jimmyk@novell.com>
	* main-menu/src/main-menu-ui.c
	  main-menu/src/main-menu-conf.c
	  main-menu/src/main-menu-conf.h
	  main-menu/src/system-tile.c
	  main-menu/src/system-tile.h
	  main-menu/etc/slab.schemas.in
	  configure.in
	  utils/gnome-utils.c
	  utils/gnome-utils.h:

	Re-architected how the system area is specified in gconf and generated.
	Fix for BNC #154440.

2006-02-28  Scott Reeves  <sreeves@novell.com>
	* libslab/src/app-shell.c:
	Make AB/CC quit on Ctl-W.

2006-02-28  Jim Krehl  <jimmyk@novell.com>
	* main-menu/src/document-tile.c
	  main-menu/src/egg-recent-model.c
	  main-menu/src/egg-recent-model.h
	  main-menu/src/recent-files.c
	  main-menu/src/recent-files.h
	  main-menu/src/main-menu-engine.c
	  libslab/src/application-tile.c
	  libslab/src/recent-apps-db.c
	  libslab/src/recent-apps-db.h:

	Switched from using sqlite to using .recently-used-apps to store
	application launch times.  BNC #152405

2006-02-28  Rodney Dawes  <dobey@novell.com>

	* main-menu/src/network-status-tile.c (network_status_tile_new):
	(update_tile): Use the same icon names as nm-applet for status

2006-02-27  Scott Reeves  <sreeves@novell.com>
	* libslab/src/app-shell.c:
	Update NewApps removal strategy	

2006-02-22  Jim Krehl  <jimmyk@novell.com>
	* main-menu/etc/slab.schemas.in:
	Fix for BNC #152173.

	* libslab/src/app-shell.c:
	Fix for multiple launches on double click.

2006-02-14  Jim Krehl  <jimmyk@novell.com>
	* main-menu/src/network-status-tile.c,
	  main-menu/src/hard-drive-status.c,
	  main-menu/src/main-menu-ui.c:
	Fix for BNC #150012.  Fixes for 2006-02-17 walkthrough.


2006-02-15  Jim Krehl  <jimmyk@novell.com>
	* main-menu/src/network-status-tile.c:
	Fix for BNC #149031.

2006-02-14  Rodney Dawes  <dobey@novell.com>

	* main-menu/src/main-menu-ui.c (main_menu_ui_update_file_area):
	Don't call gtk_combo_box_set_active () here. Doing so causes a nasty
	infinite loop because we monitor the changed signal on GtkComboBox

2006-02-13  Scott Reeves  <sreeves@novell.com>
	* po/fr.po:
		French i18n file	

2006-02-09  Scott Reeves  <sreeves@novell.com>
	* libslab/src/app-shell.c:
		Fix for Bug146010 - x-screensaver
		Fix to create dir if newapps file does not exist.

2006-02-03  Jim Krehl  <jimmyk@novell.com>
	* main-menu/src/main-menu-ui.c
	  main-menu/src/network-status-tile.c
	  main-menu/src/hard-drive-status.c
	  main-menu/src/document-tile.c
	  main-menu/src/system-tile.c
	  main-menu/src/Makefile.am
	  configure.in
	  utils/gnome-utils.c
	  utils/Makefile.am
	  utils/gnome-utils.h
	  libslab/src/application-tile.c
	  Makefile.am:
	  	Partial reorg (moving toward no -devel package).  Fixes for:
		https://bugzilla.novell.com/show_bug.cgi?id=146041 and
		https://bugzilla.novell.com/show_bug.cgi?id=140803 and
		https://bugzilla.novell.com/show_bug.cgi?id=147237 (maybe).

2006-02-02  Jim Krehl  <jimmyk@novell.com>
	* main-menu/src/network-status-tile.c:
		NetworkManager API change.

	* main-menu/etc/slab.schemas.in:
		Replaced red-carpet.desktop with zen-installer.desktop.

	* libslab/src/application-tile.c:
		More fix for https://bugzilla.novell.com/show_bug.cgi?id=146557.

2006-01-30  Scott Reeves  <sreeves@novell.com>
	* libslab/src/application-tile.c:
		Fix for Bug146557

2006-01-30  Jim Krehl  <jimmyk@novell.com>
	* main-menu/src/network-status-tile.c:
	  	Fix for https://bugzilla.novell.com/show_bug.cgi?id=139617

2006-01-27  Scott Reeves  <sreeves@novell.com>
	* main-menu/src/system-tile.c
	  libslab/src/slab-gnome-util.c:
		Change help to ghelp. Fix bug with launching system tiles
		twice in main-menu

2006-01-25  Scott Reeves  <sreeves@novell.com>
	* libslab/src/app-shell.c
	  libslab/src/app-shell.h
	  libslab/src/tile-button.h
	  libslab/src/tile-button.c
	  libslab/src/tile-standard.h
	  libslab/src/tile-standard.c
	  control-center/src/control-center.c
	  application-browser/etc/application-browser.schemas.in:
		remove old tile files. partial move to the new "new apps"
		method. move control center actions to new tile.

2006-01-24  Dan Winship  <danw@novell.com>

	* main-menu/src/main-menu-ui.c (main_menu_ui_new,
	bind_search_key): add code to bind beagle-search's activation key
	(since the user won't be running beagle-search in tray mode in
	NLD.)

2006-01-24  Jim Krehl  <jimmyk@novell.com>
	* main-menu/src/main-menu-ui.c
	  main-menu/src/Makefile.am
	  configure.in
	  Makefile.am
	  po
	  po/Makefile.in.in
	  po/ChangeLog
	  po/POTFILES.in
	  po/en_IGID.po:
		Added translation support and a test translation for English
		Gibberish.

2006-01-20  Scott Reeves  <sreeves@novell.com>
	* libslab/src/app-shell.c
	  libslab/src/app-shell.h:
		Convert to new Tile. Add exec name matching in filter	

2006-01-19  Jim Krehl  <jimmyk@novell.com>
	* libslab/src/application-tile.c:
		Fix for https://bugzilla.novell.com/show_bug.cgi?id=143115.

2006-01-16  Jim Krehl  <jimmyk@novell.com>
	* main-menu/src/main-menu-ui.c
	  main-menu/src/hard-drive-status.c
	  main-menu/src/document-tile.c
	  main-menu/src/network-status.c
	  main-menu/src/hard-drive-status.h
	  main-menu/src/document-tile.h
	  main-menu/src/network-status.h
	  main-menu/src/system-tile.c
	  main-menu/src/system-tile.h
	  main-menu/etc/slab.schemas.in
	  libslab/src/application-tile.c
	  libslab/src/slab-gnome-util.c
	  libslab/src/tile.h
	  libslab/src/application-tile.h
	  libslab/src/slab-gnome-util.h
	  libslab/src/app-shell.c
	  libslab/src/tile.c:
	  	Added "Add to Startup Programs" action to ApplicationTiles.

	* main-menu/etc/slab.schemas.in:
	  	Changed package management commands to zen-*.

	* main-menu/src/main-menu-ui.c
	  main-menu-conf.c
	  main-menu-conf.h
	  slab.schemas.in:
	  	Added lock-down configuration

2006-01-13  Scott Reeves  <sreeves@novell.com>
	* libslab/src/app-shell.c:
		Fix for 142302 - scrolling

2006-01-13  Dan Winship  <danw@novell.com>

	* main-menu/etc/slab.schemas.in: Change search_command to
	"beagle-search"

2006-01-12  Jim Krehl  <jimmyk@novell.com>
	* main-menu/src/network-status.c:
		updated for new NM API.

	* libslab/src/application-tile.c
	  libslab/src/application-tile.h:
	  	added some accessors.

	* libslab/src/tile-application.c
	  libslab/src/tile-application.h:
		removed these, as all of the old tile stuff is now deprecated.
		tile-button and tile-standard remain until they can be removed
		from the application browser and control center.

	* libslab/src/app-shell.c
	  libslab/src/app-shell.h:
	  	updated the application tiles to the new tile API.

	* libslab/src/tile.c:
		facilitated keyboard activation of the context-menus.

2006-01-11  Scott Reeves  <sreeves@novell.com>
	* libslab/src/app-shell.c
	  libslab/src/app-shell.h
	  libslab/src/app-shell-startup.c
	  control-center/src/control-center.c
	  application-browser/src/application-browser.c:
		Fix to give window icon. Bug137004.
		Check for empty startup time

2006-01-09  Scott Reeves  <sreeves@novell.com>
	* libslab/src/tile-application.c
	  libslab/src/tile-button.c
	  libslab/src/tile-button.h
	  libslab/src/app-shell-startup.c
	  control-center/src/control-center.c
	  application-browser/src/application-browser.c:
		Fix for AB/CC not coming to the front on relaunch. Bug140027.
		Make the context menu popup in response to the keyboard signal

2006-01-06  Scott Reeves  <sreeves@novell.com>
	* libslab/src/app-shell.c:
		Fix for keyboard navigation not scrolling. Bug138033.

2005-12-22  Scott Reeves  <sreeves@novell.com>
	* application-browser/src/application-browser.c
	  control-center/src/control-center.c
	  libslab/src/slab-section.c
	  libslab/src/Makefile.am
	  libslab/src/app-shell.h
	  libslab/src/app-shell.c
	  libslab/src/app-shell-startup.h
	  libslab/src/app-shell-startup.c:
	  	Monitor for changes to desktop files and auto update the app
		browser. Clear and focus the filter when unhiding.	

2005-12-22  Jim Krehl  <jimmyk@novell.com>
	* main-menu/src/main-menu-ui.c
	  main-menu/src/document-tile.c
	  main-menu/src/document-tile.h
	  libslab/src/nameplate-tile.c:

	  	Added "Rename..." to document-tile context-menu.

	* main-menu/etc/GNOME_MainMenu.server.in:

		Renamed applet.

2005-12-21  Jim Krehl  <jimmyk@novell.com>
	* main-menu/src/main-menu-ui.c
	  main-menu/src/document-tile.c:

	  	Added "Move to Trash" context-menu item.

	* main-menu/src/hard-drive-status.c:

		Fix for https://bugzilla.novell.com/show_bug.cgi?id=133595.

2005-12-20  Jim Krehl  <jimmyk@novell.com>
	* main-menu/src/main-menu-ui.c
	  main-menu/src/document-tile.c
	  main-menu/src/document-tile.h
	  main-menu/etc/slab.schemas.in
	  libslab/src/slab-gnome-util.c
	  libslab/src/slab-gnome-util.h:

	  	Making recent docs tiles interactive.

2005-12-19  Jim Krehl  <jimmyk@novell.com>
	* main-menu/src/main-menu-ui.c
	  main-menu/src/main-menu-conf.c
	  main-menu/src/document-tile.c
	  main-menu/src/main-menu-conf.h
	  main-menu/src/recent-files.c
	  main-menu/src/recent-files.h
	  main-menu/src/main-menu-engine.c:

		Added recent docs tiles, though currently non-interactive.

2005-12-16  Scott Reeves  <sreeves@novell.com>
	* application-browser/src/application-browser.c
	  control-center/src/control-center.c:
	  	Call autostart complete - Bug 138023

2005-12-15  Scott Reeves  <sreeves@novell.com>
	* libslab/src/app-shell.h
	  libslab/src/app-shell.c
	  application-browser/src/application-browser.c
	  control-center/src/control-center.c:
		Add hide command line for autostart and make control center a
		singleton.

2005-12-09  Scott Reeves  <sreeves@novell.com>
	* libslab/src/app-shell.h
	  libslab/src/app-shell.c
	  application-browser/src/application-browser.c:
		Change to single click launch and singleton instance.

2005-12-01  Jim Krehl  <jimmyk@novell.com>
	* main-menu/src/main-menu-ui.c
	  main-menu/src/main-menu.c
	  main-menu/src/main-menu-engine.c:
		Finished refactoring to allow for switchable file views
		(Favorite Apps, Recent Apps, etc).

2005-12-09  Dan Winship  <danw@novell.com>

	* main-menu/etc/slab.schemas.in: Use "search" (holmes) rather than best

2005-12-08  Scott Reeves  <sreeves@novell.com>
	* libslab/src/tile-button.c
	  libslab/src/app-shell.c:
		Fix problem of context menu not updating after action add.

2005-12-01  Jim Krehl  <jimmyk@novell.com>
	* main-menu/src/main-menu-conf.c
	  main-menu/src/main-menu-conf.h
	  main-menu/src/main-menu.c
	  main-menu/src/Makefile.am
	  main-menu/etc/slab.schemas.in
	  configure.in
	  libslab/src/tile-application.c
	  libslab/src/slab-gnome-util.c
	  libslab/src/recent-apps-db.c
	  libslab/src/slab-gnome-util.h
	  libslab/src/recent-apps-db.h
	  libslab/src/slab-section.c
	  libslab/src/Makefile.am
	  libslab/src/slab-section.h:
	  	Merged in recent apps branch.

2005-12-01  Scott Reeves  <sreeves@novell.com>
	* main-menu/src/hard-drive-status.c
	  main-menu/src/main-menu.c
	  main-menu/src/network-status.c
	  libslab/src/app-shell.c
	  libslab/src/tile-application.c
	  libslab/src/tile-application.h
	  libslab/src/tile-button.c
	  libslab/src/tile-button.h:
		Add enum of actions. Change to customized close behavior.

2005-12-01  Jim Krehl  <jimmyk@novell.com>
	* main-menu/src/main-menu.c:
		Fix for PrintScreen bug
		(https://bugzilla.novell.com/show_bug.cgi?id=135951)

	* libslab/src/tile-button.c:
		Completely retarded oops.

2005-11-30  Jim Krehl  <jimmyk@novell.com>
	* libslab/src/tile-button.c:
		Fixed broken-icon reloading.

	* main-menu/src/main-menu.c
	  libslab/src/tile-application.c
	  libslab/src/slab-section.c:
	  	Fixed various compiler warnings.

2005-11-30  Scott Reeves  <sreeves@novell.com>
	* control-center/etc/control-center.schemas.in
	  control-center/src/control-center.c
	  application-browser/src/application-browser.c
	  application-browser/etc/application-browser.schemas.in
	  libslab/src/app-shell.c
	  libslab/src/app-shell.h:
		Rework gconf keys layout. Start of customized close behaivor.

2005-11-23  Scott Reeves  <sreeves@novell.com>
	* control-center/etc/control-center.schemas.in:
		Change gconf keys to use specific sub commands of YaST.
		Requires new gnome-desktop fix. 

2005-11-20  Jim Krehl  <jimmyk@novell.com>
	* libslab/src/tile-application.c
	  libslab/src/slab-gnome-util.c
	  libslab/src/slab-gnome-util.h:
		Implemented the Upgrade/Uninstall options for application tile
		context menus.  However, the tile will not be removed from the
		main-menu automatically until the main-menu is restarted.

	* libslab/src/tile-button.c:
		Attempts to reload broken icons.  This fix is for the bug that
		icons appear as broken if the startup timing of the gnome-panel
		does not jive with whatever system makes icons available.  This
		is handled in the expose event, but should probably be handled
		by a theme-change event instead.

2005-11-21  Scott Reeves  <sreeves@novell.com>
	* libslab/src/app-shell.c
	  application-browser/etc/application-browser.schemas.in:
	  	Handle errors on stat and ignore current directory in path
		Change gconf key for default number of new apps

2005-11-21  Jim Krehl  <jimmyk@novell.com>
	* main-menu/src/main-menu.c
	  main-menu/src/text-button.c
	  libslab/src/tile-button.c
	  libslab/src/double-click-detector.c
	  libslab/src/double-click-detector.h:
		Removed standalone debugging.  Updated double-click-detector
		with new API and using event times as reported by gdk.  Fixed a
		bug with button press handling.

2005-11-18  Scott Reeves  <sreeves@novell.com>
	* control-center/src/control-center.c
	  application-browser/src/application-browser.c
	  application-browser/etc/Makefile.am
	  libslab/src/slab-gnome-util.c
	  libslab/src/slab-gnome-util.h
	  libslab/src/app-shell.c
	  libslab/src/app-shell.h
	  main-menu/src/main-menu.c:
	  	Change main-menu to print warning when can't find search tool
		Add gconf keys for "New Applications" category
		Add new utility function for getting gconf int
		Initial version of code for new app category

2005-11-15  Jim Krehl  <jimmyk@novell.com>
	* main-menu/src/main-menu.c:
		redoing closing when clicking outside the slab, using pointer
		grabs instead of monitoring focus which was problematic for DnD
		re-ordering.

2005-11-14  Jim Krehl  <jimmyk@novell.com>
	* main-menu/src/main-menu.c
	  main-menu/etc/slab.schemas.in
	  libslab/src/slab-gnome-util.c
	  libslab/src/slab-gnome-util.h:
		implemented tile reordering (with DnD).  3 reordering
		strategies are implemented which are configurable with gconf
		key =
		/desktop/gnome/applications/main-menu/main_menu_reordering.
		the possible values are MAIN_MENU_REORDERING_SWAP,
		MAIN_MENU_REORDERING_PUSH and MAIN_MENU_REORDERING_PUSH_PULL.
		SWAP indicates that when a tile is dragged onto another tile
		they should simply swap position.  PUSH indicates that when a
		tile, A, is dragged onto another tile, B, a vacant spot is
		created in tile A's place.  tile B (and all tiles after B)
		shift down until the new vacant space is filled.  this
		operation wraps around in the case that tile A appears before
		tile B prior to the drag and drop operation.  PUSH_PULL is
		similar to PUSH except that when tiles are shifted they are
		either pushed into the vacant spaced or pulled from the other
		direction, depending on which strategy affects the least number
		of tiles.

2005-11-09  Jim Krehl  <jimmyk@novell.com>
	* configure.in
	  ChangeLog
	  Makefile.am
	  icons/:
		removed the icons package, should now depend on the tango-icons
		package.

2005-11-09  Dan Winship  <danw@novell.com>

	* libslab/src/search-entry.c: Simplify this a bunch by drawing the
	watermark on top of the text rather than underneath it; since it's
	translucent and the same color as the text, there's no difference
	visually. Also fixes a bug where the watermark was sometimes
	escaping into other widgets' backgrounds.

	* search/: kill

2005-11-07  Scott Reeves  <sreeves@novell.com>
	* control-center/src/control-center.c
	  main-menu/src/hard-drive-status.c
	  main-menu/src/main-menu.c
	  main-menu/src/network-status.c
	  libslab/src/tile-application.c
	  libslab/src/tile-button.c
	  libslab/src/tile-button.h
	  libslab/src/app-shell.c:
	  	Change the TileButtonActions to always have the tile set
		Add a new signal generated whenever a TileButtonAction is
		performed.
		Make the CC/AB left side actions close properly.

2005-11-07  Jim Krehl  <jimmyk@novell.com>
	* main-menu/src/hard-drive-status.c
	  main-menu/src/main-menu.c
	  main-menu/src/slab-window.c
	  main-menu/src/network-status.c
	  main-menu/src/text-button.c
	  libslab/src/tile-button.c
	  libslab/src/slab-section.c
	  libslab/src/slab-gnome-util.c
	  libslab/src/slab-gnome-util.h:
	  	Fixed a number of memory leaks and unnecessary abstraction.

	* main-menu/src/hard-drive-status.c:
		Fixed oops regarding the desc label.

	* main-menu/src/main-menu.c
	  main-menu/etc/slab.schemas.in
	  libslab/src/slab-gnome-util.c
	  libslab/src/slab-gnome-util.h:
	  	Added a "Lock Screen ..." system tile.

	* main-menu/src/main-menu.c:
		Changed tile spacing.

	* main-menu/etc/slab.schemas.in:
		Reordered system tiles.

	* libslab/src/tile-button.c:
		Do not steal focus from the search entry.

	* libslab/src/search-bar.c:
		Vertically align the entry and the button.

2005-11-04  Scott Reeves  <sreeves@novell.com>
	* control-center/etc/control-center.schemas.in
	  application-browser/src/application-browser.c
	  control-center/src/control-center.c:
	  	Add a gconf key for CC
		Make the AB and CC follow their respective  gconf key for urgent close

2005-11-04  Scott Reeves  <sreeves@novell.com>
	* control-center/etc/control-center.schemas.in:
		Update the schema fields and temp fallback to YaST until there
		are better desktop files for "Add User" and "Configure
		Network"

2005-11-03  Scott Reeves  <sreeves@novell.com>
	* control-center/src/control-center.c
	  control-center/etc/Makefile.am
	  libslab/src/slab-gnome-util.h
	  libslab/src/app-shell.c
	  libslab/src/app-shell.h:
		Add the CC gconf schema keys for the "Common Tasks"
		Read the tasks list from gconf
		Make the CC actually launch desktop files when tasks are
		activated.

2005-11-02  Dan Winship  <danw@novell.com>

	* libslab/src/search-entry.c (fix_watermark,
	nld_search_entry_size_allocate): draw the watermark on the right,
	not the left now (or actually, "on the side opposite where typing
	starts", since it obeys LTR/RTL now.)

	* libslab/src/app-shell.c (create_application_category_sections):
	Use g_markup_printf_escaped in case the category name has an "&"
	in it.

2005-10-31  Jim Krehl  <jimmyk@novell.com>
	* libslab/src/app-shell.c
	  libslab/src/tile-standard.c:
		Modified the "name_label" of the standard tile to be wrapped.
		This seems to require gtk_widget_set_size_request to be called
		on the action GtkLabel instance.  However, given that it's only
		after allocation that it is known if a label needs to be
		wrapped, it's necessary to insert the
		gtk_widget_set_size_request call before the allocation phase of
		the name_label.  This approach does not seem to work when the
		name_label widget is governed by a GtkSizeGroup.

		Also, changed "name-bold" to default to FALSE.

	* libslab/src/tile-application.c
	  main-menu/src/main-menu.c:
		Replaced gnome_desktop_item_get_string (...) with
		gnome_desktop_item_get_localestring (...) for translated
		desktop file strings.

		Added the ability to drag a tile onto the panel button to add
		it to the menu.

		Fix for https://bugzilla.novell.com/show_bug.cgi?id=131647

2005-10-28  Jim Krehl  <jimmyk@novell.com>
	* main-menu/src/main-menu.c:
		Re-added close when main-menu loses focus.

	* main-menu/etc/slab.schemas.in:
		Correctly points to the search desktop file.

	* main-menu/src/hard-drive-status.c
	  main-menu/src/main-menu.c
	  main-menu/src/network-status.c
	  libslab/src/tile-application.c
	  libslab/src/tile-button.c
	  libslab/src/tile-button.h:
		Added a "tile-activated" signal which is triggered by
		"single-click", "double-click" and executing a "primary"
		TileButtonAction.  Applications can listen for this signal if
		they want to do a particular action whenever a tile is
		activated, e.g. an application like ... i don't know ... the
		main-menu can close itself when a tile is clicked on or
		activated via its context menu.

2005-10-27  Scott Reeves  <sreeves@novell.com>
	* application-browser/src/application-browser.c 
	  control-center/src/control-center.c
	  libslab/src/app-resizer.c
	  libslab/src/app-resizer.h
	  libslab/src/app-shell.c:
	  	Make the GtkSizeGroups singletons across all categories so all
		tiles are same size, force maximum size, handle space in
		tables for app-resizer

2005-10-27  Jim Krehl  <jimmyk@novell.com>
	* libslab/src/tile-button.c:
		Fixed more icon loading bugs.

	* main-menu/src/text-button.[ch]
	  main-menu/src/main-menu.c:
		Cursor changes when on top of the "More Applications ..." link

2005-10-26  Jim Krehl  <jimmyk@novell.com>
	* libslab/src/tile-button.c:
		Tile no longer draws focus line, though not in the most ideal
		way, perhaps.  Tile emits "single-click" signal when keyboard
		activated.  Fixed icon loading bug.

	* main-menu/src/main-menu.c:
		Tiles in the "System" and "Status" sections are now managed by
		the same set of GtkSizeGroups.

	* configure.in
	  libslab/src/tile-standard.c:
		Added ellipsizing to the standard tile, including a new
		property named "description-ellipsize-mode".  Adds a dependency
		on Pango.  Font size is never "large" now.

	* libslab/src/slab-section.c
	  libslab/src/slab-section.h:
		Added const modifiers to the constructors' parameters and added
		the appropriate g_strdup calls.

	* libslab/src/app-resizer.c
	  libslab/src/app-shell.c:
		Removed hard-coded tile size and added GtkSizeGroups to line
		things up within categories.

2005-10-25  Scott Reeves  <sreeves@novell.com>
	* libslab/src/app-shell.c:
	   	Make the left pane size static after initial layout.	

2005-10-25  Scott Reeves  <sreeves@novell.com>
	* libslab/src/shell-window.c 
	  libslab/src/app-shell.c:
	  	Add spacing between pane division and category name
		Clear group selection when filter changed

2005-10-25  Jim Krehl  <jimmyk@novell.com>
	* main-menu/src/main-menu.c:
		De-modularized construction of the main-menu, for
		simplification and fixing many urgent closing bugs.
		Also adjusted tile padding.

	* main-menu/src/application-section.c
	  main-menu/src/hard-drive-status.c
	  main-menu/src/network-status.c
	  main-menu/src/tile-status.c
	  main-menu/src/tile-system.c
	  main-menu/src/tile-table.c
	  main-menu/src/tile-status.h
	  main-menu/src/tile-system.h
	  main-menu/src/Makefile.am:
		Completely removed the TileStatus and TileSystem sub-types and
		replaced them with TileStandard.

	* libslab/src/slab-gnome-util.h
	  main-menu/etc/slab.schemas.in:
		Added a new key for configuring the network.

	* libslab/src/tile-application.c
	  libslab/src/tile-application.h:
		Added a function to launch the application associated with the
		tile.

	* libslab/src/tile-button.c:
		Changed the focus behavior and rendering of the tiles.  When
		the mouse moves over a tile it enters the PRELIGHT state and
		grabs focus.  FIXME: The tile still draws the focus line on the
		widget, but it really shouldn't.

2005-10-25  Scott Reeves  <sreeves@novell.com>
	* application-browser/src/application-browser.c
	  control-center/src/control-center.c
	  libslab/src/tile-button.c
	  libslab/src/tile-button.h
	  libslab/src/app-shell.h
	  libslab/src/app-shell.c:
	  	Add a common method to activate a tile.
		Make the AB and CC close/not close on tile activate
		Removed redundant assign in tile-button.c

2005-10-24  Dan Winship  <danw@novell.com>

	* configure.in: 
	* Makefile.am: add search/

	* search/: C-based search tool using libbeagle. Work in progress.
	(Doesn't use tiles yet.)

	* libslab/src/search-bar.c (emit_search): if the timeout is set,
	clear it (so that you don't get a second "search" signal 1 second
	after hitting return, etc).
	(nld_search_bar_set_text): add an "activate" arg to say whether or
	not to emit the "search" signal.

2005-10-24  Dan Winship  <danw@novell.com>

	* libslab/src/search-bar.c: Mark the widget CAN_FOCUS. Focus the
	entry on a focus grab, even when the context picker is before it
	in the focus chain. Also, pack the search bar hbox into a vbox
	with expand TRUE and fill FALSE so that the menu and button won't
	grow taller if the search bar is packed into a container with some
	other larger widget.

	* libslab/src/search-entry.c: Regenerate a larger watermark pixmap
	if the entry is widened, so that you can't see that the image is
	being tiled.

2005-10-21  Jim Krehl  <jimmyk@novell.com>
	* libslab/src/normalized-grid.h
	  libslab/src/normalized-grid.c:
		Added a new container widget which contains a group of
		composite widgets and lays them out such that specified
		component widgets (i.e.  specific sub-widgets of each composite
		widget added to the NormalizedGrid) are all made a uniform
		size.  This is done so that TileButtons can be laid out in a
		GtkTable and have the icons and text labels within each
		TileButton line up with each other.


2005-10-20  Dan Winship  <danw@novell.com>

	* libslab/src/search-bar.c (nld_search_bar_clear): New method to
	clear the search bar (without emitting a "search" signal.)

	* main-menu/src/search-section.c (handle_search): Clear the search
	entry and hide the slab when search is activated (FIXME, a little
	kludgy).

	* main-menu/etc/slab.schemas.in: point to holmes instead of best
	for search

2005-10-20  Jim Krehl  <jimmyk@novell.com>
	* main-menu/src/application-section.c
	  main-menu/src/tile-table.c
	  main-menu/src/system-section.c
	  main-menu/src/tile-table.h:
		reorg tile-table

	* main-menu/etc/slab.schemas.in:
		pointing to the new control center desktop file instead of
		gnomecc.desktop

	* control-center/etc/control-center.desktop.in:
		added an Icon field

2005-10-20  Dan Winship  <danw@novell.com>

	* libslab/src/shell-window.h: s/GtkWindow/GtkFrame/

	* libslab/src/search-bar.h: fill in argument names in the "search"
	signal prototype, for gapi

2005-10-19  Dan Winship  <danw@novell.com>

	* libslab/src/search-context-picker.c: Context-picker popup menu
	for searches.

	* libslab/src/search-bar.c: Complete search bar widget, featuring
	an NldSearchEntry, an optional NldSearchContextPicker, an optional
	"Find Now" button, and an optional automatically-emit-"search"-
	after-the-user-stops-typing timeout. (The context picker
	interaction is not quite right at the moment, awaiting
	clarifications...)
	
	* libslab/src/app-shell.c (create_filter_section): Use a search
	bar (with no menu or button, but a 0-second autosearch timeout).

	* main-menu/src/search-section.c (create_search_section): Use a
	search bar with a "Find Now" button.

2005-10-19  Jim Krehl  <jimmyk@novell.com>

	* main-menu/src/main-menu.c:
		fixed positioning/raising bugs
		fixed panel orientation bugs
		added a bonobo context menu for the panel button

2005-10-18  JP Rosevear  <jpr@novell.com>

	* application-browser/src/application-browser.c
	(generate_categories): remove erroneous comment

	* libslab/src/Makefile.am: make sure search-entry-watermark.h is
	built and disted

2005-10-18  Jim Krehl  <jimmyk@novell.com>

	* main-menu/src/hard-drive-status.c
	  slab/configure.in:
		now using HAL to determine which devices are pertinent for the
		hard drive status.

2005-10-18  Dan Winship  <danw@novell.com>

	* libslab/src/search-entry.c: GtkEntry subclass that displays a
	magnifying glass watermark.

	* libslab/src/search-entry-watermark.svg: the watermark image

	* libslab/src/Makefile.am: add a rule to turn the svg file into a
	string in a header file so we don't have to load it off disk.

	* application-browser/src/application-browser.c
	(create_filter_section):
	* main-menu/src/search-section.c (create_search_section): Use
	NldSearchEntry.

2005-10-17  Dan Winship  <danw@novell.com>

	* libslab/src/tile-button.c: action-related changes to reduce
	duplicated code and make it easier to wrap for C#.
	(TileButtonAction): new type encapsulating all the information
	about a tile action. (In particular, to let the sidebar know when
	an action (like "Help") is disabled.)
	(tile_button_action_new, tile_button_action_new_full,
	tile_button_action_new_separator): Constructors for
	TileButtonActions.
	(tile_button_class_init): Add a "get_actions" signal, that tells
	the class to fill in the actions list (rather than always doing it
	at construct time even if it never gets used).
	(tile_button_get_actions): construct the actions list if needed,
	and return it.
	(tile_button_set_activate_on_click): New flag saying to use the
	main-menu behavior of activating the default action on
	single-click.
	(handle_button_event): Implement activate_on_click. On a
	right-click, use tile_button_get_actions() and
	build_context_menu()
	(build_context_menu): Build a context menu from the actions list.
	Automatically make the first action bold, and make actions with no
	callbacks be insensitive.
	(tile_button_get_context_menu, tile_button_set_context_menu):
	Gone; the context menu is now constructed automatically from the
	actions list when needed.

	* libslab/src/tile-application.c:
	* libslab/src/tile-status.c: 
	* libslab/src/tile-system.c: update for changed api

	* application-browser/src/application-browser.c
	(populate_actions_section, handle_action_clicked): Use
	tile_button_get_actions() and TileButtonAction. Desensitize
	disabled actions. (Note: this looks like crap against the left
	pane's background color, so this will need some design team love).

	* main-menu/src/hard-drive-status.c (create_hard_drive_status_widget): 
	* main-menu/src/network-status.c (create_network_status_tile):
	* main-menu/src/system-section.c (create_logout_tile): Remove
	"<b>" and "</b>" from the default action label, since they're added
	automatically now.

	* main-menu/src/tile-table.c (build_tiles): Use
	tile_button_set_activate_on_click().

2005-10-14  Jim Krehl  <jimmyk@novell.com>

	* main-menu/src/network-status.c:
		removed libgtop and iwlib dependency, now uses dbus and
		NetworkManager

2005-10-12  Jim Krehl  <jimmyk@novell.com>

	* main-menu/src/slab-window.c
	  libslab/src/tile-application.c:
		fixed dnd from the application browser to the
		main-menu

2005-10-11  Jim Krehl  <jimmyk@novell.com>

	* main-menu/src/application-section.c
	  main-menu/src/tile-table.c
	  main-menu/src/slab-window.c
	  main-menu/src/slab-window.h
	  libslab/src/tile-application.c:
		added Add/Remove to/from Menu functionality

	* application-browser/src/application-browser.c:
		removed #include ref to obsolete context-menu.h

	* main-menu/src/main-menu.c:
		close should happen on Ctrl-W not Ctrl-Q

	* main-menu/src/tomboykeybinder.c:
		fixed compile warning

	* main-menu/src/hard-drive-status.c:
		work-around for goofy (%llu/%lu) printf types

	* main-menu/src/search-section.c 
	  main-menu/src/network-status.c 
	  main-menu/src/tile-table.c
	  main-menu/src/main-menu.c
	  main-menu/src/system-section.c
	  application-browser/src/Makefile.am 
	  configure.in
	  Makefile.am
	  main-menu/src/Makefile.am:
		reorg of slab-util.h, moved from slab-common (which obsoletes
		the lib) into libslab, renamed to slab-gnome-util.h

	* main-menu/src/slab-window.c:
		must check if widget->window exists before calling
		gdk_window_resize ()

2005-10-07  Jim Krehl  <jimmyk@novell.com>

	* main-menu/src/main-menu.c:
		main-menu closes on Escape and <Ctrl>q
		main-menu opens on <Ctrl>Escape

	* libslab/src:
		added more tile types

	* main-menu/src:
		fixed system/status context menus

2005-10-06  JP Rosevear  <jpr@novell.com>

	* application-browser/src/application-browser.c
	(generate_categories): use gmenu foo to find top level categories
	walk recurse for .desktop files
	(generate_launchers): recurse looking for .desktop files

2005-10-04  JP Rosevear  <jpr@novell.com>

	* main-menu/src/main-menu.c: don't hard code version/package name,
	use new .server naming scheme

	* main-menu/etc/Makefile.am (server_DATA): build renamed .server
	file

	* main-menu/etc/FNJURGGEN_SlabApplet_Factory.server.in: Update
	name, description

2005-09-20  JP Rosevear  <jpr@novell.com>

	* Makefile.am: install the schema

	* configure.in: gconf checks

2005-09-16  JP Rosevear  <jpr@novell.com>

	* autofooify the build
