2006-04-03 Lluis Sanchez Gual  <lluis@novell.com>

	* MonoDevelop.Core.Gui.Dialogs/ResourceService.cs: Check that
	  icon resources exist before trying to add them.

2006-03-31 Lluis Sanchez Gual  <lluis@novell.com>   

	* MonoDevelop.Core.Gui.addin.xml: Break compatibility
	  with old versions.

2006-03-30 Lluis Sanchez Gual  <lluis@novell.com>

	* Base.glade:
	* MonoDevelop.Core.Gui.Dialogs/AddinInstallDialog.cs: Added a combo
	  to select the filter to apply to the list. Now it can show all
	  packages, only packages not installed or with newer versions,
	  or only updates.

2006-03-24 Lluis Sanchez Gual  <lluis@novell.com>   

	* MonoDevelop.Core.Gui.mdp: Updated.
	* Makefile.am: Use an unified format. Patch by Matze Braun.
	* MonoDevelop.Core.Gui.addin.xml: Updated add-in versions.

2006-03-12  David Makovský (Yakeen) <yakeen@sannyas-on.net>

	* Base.glade: Marking some strings not to be translated. Not include balast in pot file.

2006-03-02  Jacob Ilsø Christensen  <jacobilsoe@gmail.com>

	* MonoDevelop.Core.Gui/MessageService.cs: Make sure that
	{ and } are escaped correctly. Fixes bug 77675.

2006-02-24  Lluis Sanchez Gual  <lluis@novell.com>   

	* MonoDevelop.Core.Gui.Dialogs/AbstractOptionPanel.cs:
	  Catch exceptions thrown while saving options.

2006-02-19  Andrés G. Aragoneses  <knocte@gmail.com>

	* Base.glade: Improved some strings.
	* MonoDevelop.Core.Gui.Codons/CommandCodon.cs: fixed bug 
	#77516.

2006-02-16  Lluis Sanchez Gual  <lluis@novell.com>   

	* MonoDevelop.Core.Gui/IFileService.cs:
	* MonoDevelop.Core.Gui/DefaultFileService.cs: Added some
	method for notifying file changes.

2006-02-12  Marek Sieradzki  <marek.sieradzki@gmail.com>

	* MonoDevelop.Core.Gui.Components/FileBrowser.cs: Localization fix.

2006-01-25  Jacob Ilsø Christensen  <jacobilsoe@gmail.com>

	* Base.glade: Corrected spellings of add-in.

2006-01-24  Lluis Sanchez Gual  <lluis@novell.com>   

	* MonoDevelop.Core.Gui.addin.xml:
	* Makefile.am: Added new icons.

2006-01-14  John Luke  <john.luke@gmail.com>   

	* MonoDevelop.Core.Gui.Utils/FileIconLoader.cs:
	rewrite the way we lookup the "icon_name" from Gnome
	to avoid relying on exceptions, and just always use
	"gnome-fs-directory" for directories

2006-01-10 Lluis Sanchez Gual  <lluis@novell.com>   

	* MonoDevelop.Core.Gui/CommandService.cs: Added InsertOptions
	method.
	* MonoDevelop.Core.Gui/MessageService.cs: Improve the error
	dialog. Don't show the stack trace for exceptions of type UserException.

2006-01-04  Alexandre Miguel Pedro Gomes <alexmipego@gmail.com>

	* Makefile.am, icons/uncomment.png, icons/comment.png,
	icons/visual-studio.png, MonoDevelop.Core.Gui.addin.xml: Added icons to
	Import VS Solution, comment and uncomment code.

2005-12-15  Jacob Ilsø Christensen <jacobilsoe@gmail.com> 

	* MonoDevelop.Core.Gui/MessageService.cs: Escape now closes
	message and warning dialogs. Refactored some duplicate methods.
	Cleaned up Gtk namespace usage.
	
2005-12-11  Jacob Ilsø Christensen  <jacobilsoe@gmail.com>

	* MonoDevelop.Core.Gui.Dialogs/ManageSitesDialog.cs:
	Only enable the delete button when something is selected.

2005-11-25  Lluis Sanchez Gual  <lluis@novell.com>

	* MonoDevelop.Core.Gui/StockIcons.cs:
	* MonoDevelop.Core.Gui.addin.xml: Removed unused icon that doesn't
	exist. This may fix bug #76556.

2005-11-21  Lluis Sanchez Gual  <lluis@novell.com>

	* Base.glade: Hide the enable/disable buttons in the add-in manager,
	since this feature is not yet implemented.
	* MonoDevelop.Core.Gui.Dialogs/AddinManagerDialog.cs: ShowAll is bad.

2005-11-21  Lluis Sanchez Gual  <lluis@novell.com> 

	* MonoDevelop.Core.Gui.Utils/FileIconLoader.cs: Really fix.

2005-11-21  Lluis Sanchez Gual  <lluis@novell.com>

	* MonoDevelop.Core.Gui.Utils/FileIconLoader.cs: Escape some reserved
	characters that cause a crash in gnome_icon_lookup_sync. Based on a
	patch by Dean Brettle. Fixes bug #76776. 

2005-11-14  Lluis Sanchez Gual  <lluis@novell.com>

	* MonoDevelop.Core.Gui/MessageService.cs:
	* MonoDevelop.Core.Gui.Dialogs/ErrorDialog.cs: Don't show the details
	text view if there are no details to show.
	* MonoDevelop.Core.Gui.Components/FileBrowser.cs: Catch some access
	errors.

2005-11-10  Lluis Sanchez Gual  <lluis@novell.com>

	* Base.glade:
	* MonoDevelop.Core.Gui.Dialogs/ProgressDialog.cs: Added close
	button which is used when HideWhenDone is set to false.
	* MonoDevelop.Core.Gui.ProgressMonitoring/MessageDialogProgressMonitor.cs:
	Added option for keeping open the progress dialog when done.
	* MonoDevelop.Core.Gui/GuiSyncContext.cs: always dispatch synchronously
	if already running in the gui thread.
	
2005-11-09  Lluis Sanchez Gual  <lluis@novell.com>

	* MonoDevelop.Core.Gui.Dialogs/AddinInstallDialog.cs:
	* MonoDevelop.Core.Gui.Dialogs/AddinManagerDialog.cs:
	* MonoDevelop.Core.Gui.Dialogs/AddinTreeWidget.cs:
	Added support for installing addins in the home directory.
	
	* Makefile.am: 
	* MonoDevelop.Core.Gui.addin.xml: Added new icon.
	
2005-11-04  Lluis Sanchez Gual  <lluis@novell.com>

	* MonoDevelop.Core.Gui/CommandService.cs:
	* MonoDevelop.Core.Gui.Dialogs/AddinInstallDialog.cs: Fix warning.

2005-10-28  Lluis Sanchez Gual  <lluis@novell.com>

	* MonoDevelop.Core.Gui.ProgressMonitoring/MessageDialogProgressMonitor.cs:
	Show the error dialog even when the progress dialog is not visible.
	* MonoDevelop.Core.Gui.ProgressMonitoring/BaseProgressMonitor.cs:
	Avoid dispatching through the GUI thread some property getters and setters. 

2005-10-25  Lluis Sanchez Gual  <lluis@novell.com>

	* MonoDevelop.Core.Gui.Utils/FileIconLoader.cs: Avoid potential
	crash of Gnome.Icon.LookupSync when the file does not exist.

2005-10-19  Lluis Sanchez Gual  <lluis@novell.com>

	* Makefile.am:
	* MonoDevelop.Core.Gui.mdp: Added new files:
	
	* MonoDevelop.Core.Gui.Dialogs/NewSiteDialog.cs:
	* MonoDevelop.Core.Gui.Dialogs/AddinManagerDialog.cs:
	* MonoDevelop.Core.Gui.Dialogs/ManageSitesDialog.cs:
	* MonoDevelop.Core.Gui.Dialogs/AddinInfoDialog.cs: Made internal.
	
	* MonoDevelop.Core.Gui.Dialogs/AddinInstallDialog.cs: Show a
	progress dialog when updating from repository.
	
	* MonoDevelop.Core.Gui.Dialogs/ProgressDialog.cs:
	* Base.glade: Added progress dialog.
	
	* MonoDevelop.Core.Gui/GuiService.cs: Added method for
	starting the addin manager.
	* MonoDevelop.Core.Gui.ProgressMonitoring/MessageDialogProgressMonitor.cs:
	This progress monitor now displays the progress in a dialog.

2005-10-11  Lluis Sanchez Gual  <lluis@novell.com> 

	* MonoDevelop.Core.Gui/MessageService.cs: Added parameter to showError
	to display the dialog as a modal dialog.
	
	* MonoDevelop.Core.Gui.Dialogs/AddinInfoDialog.cs: 
	* MonoDevelop.Core.Gui.Dialogs/ManageSitesDialog.cs:
	* MonoDevelop.Core.Gui.Dialogs/AddinInstallDialog.cs:
	* MonoDevelop.Core.Gui.Dialogs/AddinManagerDialog.cs:
	* MonoDevelop.Core.Gui.Dialogs/NewSiteDialog.cs:
	* MonoDevelop.Core.Gui.Dialogs/AddinTreeWidget.cs:
	* Base.glade: Initial implementation of an add-in manager.
	
	* Makefile.am: Added new files.
	
	* MonoDevelop.Core.Gui.ProgressMonitoring/BaseProgressMonitor.cs:
	Made some methods public. Implemented BeginStepTask.
	
	* MonoDevelop.Core.Gui.addin.xml:  Fixed addin header information.
	Use "id" attribuet instead of "name" to identify addins.
	Registered some stock icons, applications and services.

2005-10-04  Lluis Sanchez Gual  <lluis@novell.com> 

	* MonoDevelop.Core.Gui.Dialogs/WizardDialog.cs:
	* MonoDevelop.Core.Gui/CommandService.cs: Use the new addin API.
	
	* MonoDevelop.Core.Gui.Dialogs/ResourceService.cs: Converted some static
	methods to instance methods, since they need a properly initialized
	service instance.
	
	* MonoDevelop.Core.Gui.addin.xml: Added addin dependencies.
	Registered ResourceService as a service.

2005-10-04  Lluis Sanchez Gual  <lluis@novell.com>

	* Makefile.am: Install the assembly in the AddIns directory.

2005-09-28  Lluis Sanchez Gual  <lluis@novell.com>

	Created new assembly. Old ChangeLog entries can be found in the
	MonoDevelop.Ide ChangeLog.
