[jsword-svn]
bibledesktop/java/main/org/crosswire/bibledesktop/book s
jswordcvs at crosswire.org
jswordcvs at crosswire.org
Tue Jun 21 20:50:51 MST 2005
Update of /cvs/jsword/bibledesktop/java/main/org/crosswire/bibledesktop/book
In directory www.crosswire.org:/tmp/cvs-serv1237/java/main/org/crosswire/bibledesktop/book
Modified Files:
DisplaySelectPane.java DictionaryPane.java
AdvancedSearchPane.java BooksListModel.java
BooksComboBoxModel.java BookListCellRenderer.java
BibleComboBoxModelSet.java DisplaySelectListener.java
PassageSelectionPane.java Msg.java BibleComboBoxModel.java
BibleViewPane.java DisplaySelectEvent.java
Log Message:
Added some more view options for formatting of verse numbers.
Changed JSword to BibleDesktop in the license for BibleDesktop.
Added org.gnu.lgpl.License.
Updated GPL to use html taken from the GPL website.
Index: BooksListModel.java
===================================================================
RCS file: /cvs/jsword/bibledesktop/java/main/org/crosswire/bibledesktop/book/BooksListModel.java,v
retrieving revision 1.13
retrieving revision 1.14
diff -C2 -d -r1.13 -r1.14
*** BooksListModel.java 17 May 2005 00:44:30 -0000 1.13
--- BooksListModel.java 22 Jun 2005 03:50:49 -0000 1.14
***************
*** 1,5 ****
/**
* Distribution License:
! * JSword is free software; you can redistribute it and/or modify it under
* the terms of the GNU General Public License, version 2 as published by
* the Free Software Foundation. This program is distributed in the hope
--- 1,5 ----
/**
* Distribution License:
! * BibleDesktop is free software; you can redistribute it and/or modify it under
* the terms of the GNU General Public License, version 2 as published by
* the Free Software Foundation. This program is distributed in the hope
Index: DisplaySelectListener.java
===================================================================
RCS file: /cvs/jsword/bibledesktop/java/main/org/crosswire/bibledesktop/book/DisplaySelectListener.java,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
*** DisplaySelectListener.java 17 May 2005 00:44:30 -0000 1.4
--- DisplaySelectListener.java 22 Jun 2005 03:50:49 -0000 1.5
***************
*** 1,5 ****
/**
* Distribution License:
! * JSword is free software; you can redistribute it and/or modify it under
* the terms of the GNU General Public License, version 2 as published by
* the Free Software Foundation. This program is distributed in the hope
--- 1,5 ----
/**
* Distribution License:
! * BibleDesktop is free software; you can redistribute it and/or modify it under
* the terms of the GNU General Public License, version 2 as published by
* the Free Software Foundation. This program is distributed in the hope
Index: Msg.java
===================================================================
RCS file: /cvs/jsword/bibledesktop/java/main/org/crosswire/bibledesktop/book/Msg.java,v
retrieving revision 1.20
retrieving revision 1.21
diff -C2 -d -r1.20 -r1.21
*** Msg.java 17 May 2005 00:44:30 -0000 1.20
--- Msg.java 22 Jun 2005 03:50:49 -0000 1.21
***************
*** 1,5 ****
/**
* Distribution License:
! * JSword is free software; you can redistribute it and/or modify it under
* the terms of the GNU General Public License, version 2 as published by
* the Free Software Foundation. This program is distributed in the hope
--- 1,5 ----
/**
* Distribution License:
! * BibleDesktop is free software; you can redistribute it and/or modify it under
* the terms of the GNU General Public License, version 2 as published by
* the Free Software Foundation. This program is distributed in the hope
Index: DisplaySelectPane.java
===================================================================
RCS file: /cvs/jsword/bibledesktop/java/main/org/crosswire/bibledesktop/book/DisplaySelectPane.java,v
retrieving revision 1.36
retrieving revision 1.37
diff -C2 -d -r1.36 -r1.37
*** DisplaySelectPane.java 17 May 2005 00:44:30 -0000 1.36
--- DisplaySelectPane.java 22 Jun 2005 03:50:49 -0000 1.37
***************
*** 1,5 ****
/**
* Distribution License:
! * JSword is free software; you can redistribute it and/or modify it under
* the terms of the GNU General Public License, version 2 as published by
* the Free Software Foundation. This program is distributed in the hope
--- 1,5 ----
/**
* Distribution License:
! * BibleDesktop is free software; you can redistribute it and/or modify it under
* the terms of the GNU General Public License, version 2 as published by
* the Free Software Foundation. This program is distributed in the hope
Index: BooksComboBoxModel.java
===================================================================
RCS file: /cvs/jsword/bibledesktop/java/main/org/crosswire/bibledesktop/book/BooksComboBoxModel.java,v
retrieving revision 1.11
retrieving revision 1.12
diff -C2 -d -r1.11 -r1.12
*** BooksComboBoxModel.java 17 May 2005 00:44:30 -0000 1.11
--- BooksComboBoxModel.java 22 Jun 2005 03:50:49 -0000 1.12
***************
*** 1,5 ****
/**
* Distribution License:
! * JSword is free software; you can redistribute it and/or modify it under
* the terms of the GNU General Public License, version 2 as published by
* the Free Software Foundation. This program is distributed in the hope
--- 1,5 ----
/**
* Distribution License:
! * BibleDesktop is free software; you can redistribute it and/or modify it under
* the terms of the GNU General Public License, version 2 as published by
* the Free Software Foundation. This program is distributed in the hope
Index: AdvancedSearchPane.java
===================================================================
RCS file: /cvs/jsword/bibledesktop/java/main/org/crosswire/bibledesktop/book/AdvancedSearchPane.java,v
retrieving revision 1.12
retrieving revision 1.13
diff -C2 -d -r1.12 -r1.13
*** AdvancedSearchPane.java 17 May 2005 00:44:30 -0000 1.12
--- AdvancedSearchPane.java 22 Jun 2005 03:50:49 -0000 1.13
***************
*** 1,5 ****
/**
* Distribution License:
! * JSword is free software; you can redistribute it and/or modify it under
* the terms of the GNU General Public License, version 2 as published by
* the Free Software Foundation. This program is distributed in the hope
--- 1,5 ----
/**
* Distribution License:
! * BibleDesktop is free software; you can redistribute it and/or modify it under
* the terms of the GNU General Public License, version 2 as published by
* the Free Software Foundation. This program is distributed in the hope
Index: DisplaySelectEvent.java
===================================================================
RCS file: /cvs/jsword/bibledesktop/java/main/org/crosswire/bibledesktop/book/DisplaySelectEvent.java,v
retrieving revision 1.10
retrieving revision 1.11
diff -C2 -d -r1.10 -r1.11
*** DisplaySelectEvent.java 17 May 2005 00:44:30 -0000 1.10
--- DisplaySelectEvent.java 22 Jun 2005 03:50:49 -0000 1.11
***************
*** 1,5 ****
/**
* Distribution License:
! * JSword is free software; you can redistribute it and/or modify it under
* the terms of the GNU General Public License, version 2 as published by
* the Free Software Foundation. This program is distributed in the hope
--- 1,5 ----
/**
* Distribution License:
! * BibleDesktop is free software; you can redistribute it and/or modify it under
* the terms of the GNU General Public License, version 2 as published by
* the Free Software Foundation. This program is distributed in the hope
Index: BibleComboBoxModelSet.java
===================================================================
RCS file: /cvs/jsword/bibledesktop/java/main/org/crosswire/bibledesktop/book/BibleComboBoxModelSet.java,v
retrieving revision 1.6
retrieving revision 1.7
diff -C2 -d -r1.6 -r1.7
*** BibleComboBoxModelSet.java 17 May 2005 00:44:30 -0000 1.6
--- BibleComboBoxModelSet.java 22 Jun 2005 03:50:49 -0000 1.7
***************
*** 1,5 ****
/**
* Distribution License:
! * JSword is free software; you can redistribute it and/or modify it under
* the terms of the GNU General Public License, version 2 as published by
* the Free Software Foundation. This program is distributed in the hope
--- 1,5 ----
/**
* Distribution License:
! * BibleDesktop is free software; you can redistribute it and/or modify it under
* the terms of the GNU General Public License, version 2 as published by
* the Free Software Foundation. This program is distributed in the hope
Index: BookListCellRenderer.java
===================================================================
RCS file: /cvs/jsword/bibledesktop/java/main/org/crosswire/bibledesktop/book/BookListCellRenderer.java,v
retrieving revision 1.12
retrieving revision 1.13
diff -C2 -d -r1.12 -r1.13
*** BookListCellRenderer.java 11 Jun 2005 20:41:15 -0000 1.12
--- BookListCellRenderer.java 22 Jun 2005 03:50:49 -0000 1.13
***************
*** 1,5 ****
/**
* Distribution License:
! * JSword is free software; you can redistribute it and/or modify it under
* the terms of the GNU General Public License, version 2 as published by
* the Free Software Foundation. This program is distributed in the hope
--- 1,5 ----
/**
* Distribution License:
! * BibleDesktop is free software; you can redistribute it and/or modify it under
* the terms of the GNU General Public License, version 2 as published by
* the Free Software Foundation. This program is distributed in the hope
Index: PassageSelectionPane.java
===================================================================
RCS file: /cvs/jsword/bibledesktop/java/main/org/crosswire/bibledesktop/book/PassageSelectionPane.java,v
retrieving revision 1.22
retrieving revision 1.23
diff -C2 -d -r1.22 -r1.23
*** PassageSelectionPane.java 6 Jun 2005 00:17:45 -0000 1.22
--- PassageSelectionPane.java 22 Jun 2005 03:50:49 -0000 1.23
***************
*** 1,5 ****
/**
* Distribution License:
! * JSword is free software; you can redistribute it and/or modify it under
* the terms of the GNU General Public License, version 2 as published by
* the Free Software Foundation. This program is distributed in the hope
--- 1,5 ----
/**
* Distribution License:
! * BibleDesktop is free software; you can redistribute it and/or modify it under
* the terms of the GNU General Public License, version 2 as published by
* the Free Software Foundation. This program is distributed in the hope
Index: BibleViewPane.java
===================================================================
RCS file: /cvs/jsword/bibledesktop/java/main/org/crosswire/bibledesktop/book/BibleViewPane.java,v
retrieving revision 1.19
retrieving revision 1.20
diff -C2 -d -r1.19 -r1.20
*** BibleViewPane.java 11 Jun 2005 20:41:15 -0000 1.19
--- BibleViewPane.java 22 Jun 2005 03:50:49 -0000 1.20
***************
*** 1,5 ****
/**
* Distribution License:
! * JSword is free software; you can redistribute it and/or modify it under
* the terms of the GNU General Public License, version 2 as published by
* the Free Software Foundation. This program is distributed in the hope
--- 1,5 ----
/**
* Distribution License:
! * BibleDesktop is free software; you can redistribute it and/or modify it under
* the terms of the GNU General Public License, version 2 as published by
* the Free Software Foundation. This program is distributed in the hope
Index: BibleComboBoxModel.java
===================================================================
RCS file: /cvs/jsword/bibledesktop/java/main/org/crosswire/bibledesktop/book/BibleComboBoxModel.java,v
retrieving revision 1.11
retrieving revision 1.12
diff -C2 -d -r1.11 -r1.12
*** BibleComboBoxModel.java 17 May 2005 00:44:30 -0000 1.11
--- BibleComboBoxModel.java 22 Jun 2005 03:50:49 -0000 1.12
***************
*** 1,5 ****
/**
* Distribution License:
! * JSword is free software; you can redistribute it and/or modify it under
* the terms of the GNU General Public License, version 2 as published by
* the Free Software Foundation. This program is distributed in the hope
--- 1,5 ----
/**
* Distribution License:
! * BibleDesktop is free software; you can redistribute it and/or modify it under
* the terms of the GNU General Public License, version 2 as published by
* the Free Software Foundation. This program is distributed in the hope
Index: DictionaryPane.java
===================================================================
RCS file: /cvs/jsword/bibledesktop/java/main/org/crosswire/bibledesktop/book/DictionaryPane.java,v
retrieving revision 1.23
retrieving revision 1.24
diff -C2 -d -r1.23 -r1.24
*** DictionaryPane.java 11 Jun 2005 20:41:15 -0000 1.23
--- DictionaryPane.java 22 Jun 2005 03:50:49 -0000 1.24
***************
*** 1,5 ****
/**
* Distribution License:
! * JSword is free software; you can redistribute it and/or modify it under
* the terms of the GNU General Public License, version 2 as published by
* the Free Software Foundation. This program is distributed in the hope
--- 1,5 ----
/**
* Distribution License:
! * BibleDesktop is free software; you can redistribute it and/or modify it under
* the terms of the GNU General Public License, version 2 as published by
* the Free Software Foundation. This program is distributed in the hope
More information about the jsword-svn
mailing list