muine r1150 - in trunk: . DBusLib plugins src



Author: wbolster
Date: 2007-08-08 22:45:46 +0100 (Wed, 08 Aug 2007)
New Revision: 1150
ViewCVS link: http://svn.gnome.org/viewcvs/muine?rev=1150&view=rev

Modified:
   trunk/ChangeLog
   trunk/DBusLib/Player.cs
   trunk/plugins/TrayIcon.cs
   trunk/src/About.cs
   trunk/src/AddAlbumWindow.cs
   trunk/src/AddSongWindow.cs
   trunk/src/AddWindow.cs
   trunk/src/AddWindowEntry.cs
   trunk/src/CoverDatabase.cs
   trunk/src/CoverGetter.cs
   trunk/src/ErrorDialog.cs
   trunk/src/FileUtils.cs
   trunk/src/Makefile.am
   trunk/src/Metadata.cs
   trunk/src/OverwriteDialog.cs
   trunk/src/PlaylistWindow.cs
   trunk/src/PluginManager.cs
   trunk/src/ProgressWindow.cs
   trunk/src/StringUtils.cs
Log:
2007-08-08  Tamara Roberson  <tamara roberson gmail com>

	* plugins/TrayIcon.cs:
	* DBusLib/Player.cs:
	* src/Metadata.cs:
	* src/AddWindow.cs:
	* src/CoverGetter.cs:
	* src/PluginManager.cs:
	* src/ProgressWindow.cs:
	* src/FileUtils.cs:
	* src/AddAlbumWindow.cs:
	* src/CoverDatabase.cs:
	* src/OverwriteDialog.cs:
	* src/AddSongWindow.cs:
	* src/ErrorDialog.cs:
	* src/About.cs:
	* src/StringUtils.cs:
	* src/PlaylistWindow.cs:
	* src/AddWindowEntry.cs:
	* src/Makefile.am:

	Ran Gendarme against Muine with default rules.  Mostly this
	was simply String.Empty and Environment.NewLine recommendations,
	which were applied in most cases (except DnD and const). This 
	also picked up a recommendation to compile with -target:winexe
	to hint to not pop up a console window (only .Net uses this though
	AFAIK, not Mono).  Also caught a couple of exception stack trace
	hiding, although there is probably more.

	Please note: Three translatable strings were changed slightly and
	one was added.  Actually, I think the one that was added should be
	removed but it's just there to keep the same behavior.

	No behavior should change in this patch, if it does, it's a bug.





[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]