From: <che...@us...> - 2007-11-28 23:10:28
|
Revision: 1103 http://mp-plugins.svn.sourceforge.net/mp-plugins/?rev=1103&view=rev Author: chef_koch Date: 2007-11-28 15:10:24 -0800 (Wed, 28 Nov 2007) Log Message: ----------- fixed: it is possible to rescan imagefolders on FilesViewTab, even if default folder/filenames were used Modified Paths: -------------- trunk/plugins/myGUIProgramsAlt/GUIProgramsAlt/Design/AppFilesView.cs trunk/plugins/myGUIProgramsAlt/README.txt Modified: trunk/plugins/myGUIProgramsAlt/GUIProgramsAlt/Design/AppFilesView.cs =================================================================== --- trunk/plugins/myGUIProgramsAlt/GUIProgramsAlt/Design/AppFilesView.cs 2007-11-28 23:04:42 UTC (rev 1102) +++ trunk/plugins/myGUIProgramsAlt/GUIProgramsAlt/Design/AppFilesView.cs 2007-11-28 23:10:24 UTC (rev 1103) @@ -735,7 +735,7 @@ { //by default show these... - this.scanImageDirsButton.Visible = true; + this.scanImageDirsButton.Visible = !ProgramUtils.UseThumbsDir(); this.filesettingsPanel.Visible = true; if (currentApplicationItem != null) Modified: trunk/plugins/myGUIProgramsAlt/README.txt =================================================================== --- trunk/plugins/myGUIProgramsAlt/README.txt 2007-11-28 23:04:42 UTC (rev 1102) +++ trunk/plugins/myGUIProgramsAlt/README.txt 2007-11-28 23:10:24 UTC (rev 1103) @@ -36,6 +36,7 @@ v0.1.0.11 2007-11-28: chefkoch : fixed: it is possible to change the imagefile in file details dialog, even if default folder/filenames were used 2007-11-28: chefkoch : fixed: it is possible to edit the imagedirectory on FilesViewTab, even if default folder/filenames were used +2007-11-28: chefkoch : fixed: it is possible to rescan imagefolders on FilesViewTab, even if default folder/filenames were used v0.1.0.10 2007-11-18: chefkoch : added: option to set an application item as root, so it is possible to show it's files in root view together with other application items This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |