[jsword-svn] bibledesktop/resource s

jswordcvs at crosswire.org jswordcvs at crosswire.org
Sat Jun 11 13:41:17 MST 2005


Update of /cvs/jsword/bibledesktop/resource
In directory www.crosswire.org:/tmp/cvs-serv27497/resource

Modified Files:
	config.xml config.properties 
Log Message:
Made showing the sidebar a default and set it to no.
Cleaned up the code to consistently use "book" to refer to "module"

Index: config.xml
===================================================================
RCS file: /cvs/jsword/bibledesktop/resource/config.xml,v
retrieving revision 1.16
retrieving revision 1.17
diff -C2 -d -r1.16 -r1.17
*** config.xml	5 Jun 2005 03:46:43 -0000	1.16
--- config.xml	11 Jun 2005 20:41:15 -0000	1.17
***************
*** 89,94 ****
    </option>
  
!   <option key="BibleDisplay.AntiAliasDisplay" type="boolean">
!     <introspect class="org.crosswire.common.swing.AntiAliasedTextPane" property="AntiAliasing"/>
    </option>
  
--- 89,94 ----
    </option>
  
!   <option key="BibleDisplay.Sidebar" type="boolean">
!     <introspect class="org.crosswire.bibledesktop.desktop.Desktop" property="SidebarShowing"/>
    </option>
  
***************
*** 101,113 ****
    </option>
  
    <option key="BibleDisplay.ConfigurableFont" type="font">
      <introspect class="org.crosswire.bibledesktop.util.ConfigurableSwingConverter" property="Font"/>
    </option>
  
!   <option key="SwordModule.ModuleSearchPath" type="path">
      <introspect class="org.crosswire.jsword.book.sword.SwordBookDriver" property="SwordPath"/>
    </option>
  
!   <option key="SwordModule.DownloadDirectory" type="directory">
      <introspect class="org.crosswire.jsword.book.sword.SwordBookDriver" property="DownloadDir"/>
    </option>
--- 101,117 ----
    </option>
  
+   <option key="BibleDisplay.AntiAliasDisplay" type="boolean">
+     <introspect class="org.crosswire.common.swing.AntiAliasedTextPane" property="AntiAliasing"/>
+   </option>
+ 
    <option key="BibleDisplay.ConfigurableFont" type="font">
      <introspect class="org.crosswire.bibledesktop.util.ConfigurableSwingConverter" property="Font"/>
    </option>
  
!   <option key="SwordBook.BookSearchPath" type="path">
      <introspect class="org.crosswire.jsword.book.sword.SwordBookDriver" property="SwordPath"/>
    </option>
  
!   <option key="SwordBook.DownloadDirectory" type="directory">
      <introspect class="org.crosswire.jsword.book.sword.SwordBookDriver" property="DownloadDir"/>
    </option>

Index: config.properties
===================================================================
RCS file: /cvs/jsword/bibledesktop/resource/config.properties,v
retrieving revision 1.8
retrieving revision 1.9
diff -C2 -d -r1.8 -r1.9
*** config.properties	5 Jun 2005 03:46:43 -0000	1.8
--- config.properties	11 Jun 2005 20:41:15 -0000	1.9
***************
*** 19,22 ****
--- 19,24 ----
  Bibles.DefaultHebrewParse.path=Bibles.Default Hebrew Morphology/Parsing Guides
  Bibles.DefaultHebrewParse.help=Which of the available Hebrew Morphology/Parsing Guides is the default.
+ BibleDisplay.Sidebar.path=Bible Display.Show the Passage Sidebar
+ BibleDisplay.Sidebar.help=Show the Passage Sidebar
  BibleDisplay.Converter.path=Bible Display.Converter
  BibleDisplay.Converter.help=The engine used to genterate the book display
***************
*** 27,44 ****
  BibleDisplay.RankedVerses.path=Bible Display.Default Number of Matched Verses
  BibleDisplay.RankedVerses.help=How many verses do you want to return from a Matched search.
! BibleDisplay.ConfigurableFont.path=Bible Display.Configurable Font
  BibleDisplay.ConfigurableFont.help=The font to be used to display books.
! BibleDisplay.AntiAliasDisplay.path=Bible Display.Anti Alias Text
! BibleDisplay.AntiAliasDisplay.help=Do we anti-alias the viewed work. Anti-aliasing can be slow, but makes the text look smoother.
! SwordModule.ModuleSearchPath.path=Sword Module.Module Search Path
! SwordModule.ModuleSearchPath.help=Where should we look for SWORD Project modules.
! SwordModule.DownloadDirectory.path=Sword Module.Download Directory
! SwordModule.DownloadDirectory.help=Where should we store newly downloaded modules.
  Remote.RemoteHost.path=Remote.Remote Host
  Remote.RemoteHost.help=The URL of a remote HTTP host.
  Passages.PersistentNaming.path=Passages.Persistent Naming
  Passages.PersistentNaming.help=True if the passage editor re-writes the references to conform to its notation.
! Passages.BlurringRules.path=Passages.Blurring Rules
! Passages.BlurringRules.help=What is the default blurring - Blur across chapter boundaries or not.
  Passages.BlurringRules.alternative.0=None
  Passages.BlurringRules.alternative.1=Chapter
--- 29,46 ----
  BibleDisplay.RankedVerses.path=Bible Display.Default Number of Matched Verses
  BibleDisplay.RankedVerses.help=How many verses do you want to return from a Matched search.
! BibleDisplay.ConfigurableFont.path=Bible Display.Select Font
  BibleDisplay.ConfigurableFont.help=The font to be used to display books.
! BibleDisplay.AntiAliasDisplay.path=Bible Display.Font Smoothing
! BibleDisplay.AntiAliasDisplay.help=Font smoothing can be slow, but can help the appearance of some fonts.
! SwordBook.BookSearchPath.path=Sword Books.Book Search Path
! SwordBook.BookSearchPath.help=Where should we look for SWORD Project books.
! SwordBook.DownloadDirectory.path=Sword Books.Download Directory
! SwordBook.DownloadDirectory.help=Where should we store newly downloaded books.
  Remote.RemoteHost.path=Remote.Remote Host
  Remote.RemoteHost.help=The URL of a remote HTTP host.
  Passages.PersistentNaming.path=Passages.Persistent Naming
  Passages.PersistentNaming.help=True if the passage editor re-writes the references to conform to its notation.
! Passages.BlurringRules.path=Passages.Passage Expansion Rules
! Passages.BlurringRules.help=What is the default expansion - Expand across chapter boundaries or not.
  Passages.BlurringRules.alternative.0=None
  Passages.BlurringRules.alternative.1=Chapter



More information about the jsword-svn mailing list