From: <mis...@us...> - 2007-09-21 21:36:45
|
Revision: 946 http://mp-plugins.svn.sourceforge.net/mp-plugins/?rev=946&view=rev Author: misterd_sf Date: 2007-09-21 14:36:43 -0700 (Fri, 21 Sep 2007) Log Message: ----------- Step 2 of Mplayer 0.8: - Added MPI script - Minor layout changes in external player configuration panels - Completed initial ConfigurationWizard - Fixed ExternalPlayer - ISetupForm wasn't recognized by MP Modified Paths: -------------- trunk/plugins/My MPlayer/MPlayer_ExtPlayer/ConfigurationForm.cs trunk/plugins/My MPlayer/MPlayer_ExtPlayer/ConfigurationManager.cs trunk/plugins/My MPlayer/MPlayer_ExtPlayer/ConfigurationPanel/AudioSection.Designer.cs trunk/plugins/My MPlayer/MPlayer_ExtPlayer/ConfigurationPanel/AudioSection.resx trunk/plugins/My MPlayer/MPlayer_ExtPlayer/ConfigurationPanel/GeneralSection.resx trunk/plugins/My MPlayer/MPlayer_ExtPlayer/ConfigurationPanel/SubtitleSection.Designer.cs trunk/plugins/My MPlayer/MPlayer_ExtPlayer/ConfigurationPanel/SubtitleSection.resx trunk/plugins/My MPlayer/MPlayer_ExtPlayer/ConfigurationPanel/VideoSection.cs trunk/plugins/My MPlayer/MPlayer_ExtPlayer/MPlayer_ExtPlayer.cs trunk/plugins/My MPlayer/MPlayer_Installer/ConfigurationWizard.Designer.cs trunk/plugins/My MPlayer/MPlayer_Installer/ConfigurationWizard.cs trunk/plugins/My MPlayer/MPlayer_Installer/Installer.cs Added Paths: ----------- trunk/plugins/My MPlayer/My MPlayer.xmp Modified: trunk/plugins/My MPlayer/MPlayer_ExtPlayer/ConfigurationForm.cs =================================================================== --- trunk/plugins/My MPlayer/MPlayer_ExtPlayer/ConfigurationForm.cs 2007-09-21 21:07:49 UTC (rev 945) +++ trunk/plugins/My MPlayer/MPlayer_ExtPlayer/ConfigurationForm.cs 2007-09-21 21:36:43 UTC (rev 946) @@ -91,7 +91,7 @@ subtitleSection1.LoadConfiguration(); audioSection1.LoadConfiguration(); extensionSection1.LoadConfiguration(); - streamSection1.SaveConfiguration(); + streamSection1.LoadConfiguration(); } /// <summary> Modified: trunk/plugins/My MPlayer/MPlayer_ExtPlayer/ConfigurationManager.cs =================================================================== --- trunk/plugins/My MPlayer/MPlayer_ExtPlayer/ConfigurationManager.cs 2007-09-21 21:07:49 UTC (rev 945) +++ trunk/plugins/My MPlayer/MPlayer_ExtPlayer/ConfigurationManager.cs 2007-09-21 21:36:43 UTC (rev 946) @@ -1,1949 +1,974 @@ -\xFF\xFE# |