summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog161
1 files changed, 139 insertions, 22 deletions
diff --git a/ChangeLog b/ChangeLog
index 1875636..0094c8f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,11 +1,128 @@
-2007-05-07 Martin <mgruner@crosswire.org>
- * Released 1.6.5a, a maintenance version for packagers
- * Only change is the new license for the bible study howto (cc-by-sa)
-
-2007-11-01 Martin, Eeli and Jeremy
- * Several important bugfixes relating to crashes, session management,
- display and bookshelf manager
- * released 1.6.5
+2009-04-29 Martin Gruner <mgruner@crosswire.org>
+ * release 2.0.beta2
+
+2009-04-26 Gary Holmlund
+ * Fix clicking of links in the Mag Window.
+
+2009-04-25 Gary Holmlund
+ * Fix drag/drop onto the display window.
+
+2009-04-25 Martin Gruner <mgruner@crosswire.org>
+ * include bugfix from Fabio Correa: fix cmake syntax for "make test" generation
+
+2009-04-24 Thomas Abthorpe
+ * Add Hungarian Handbook translation to the build
+
+2009-04-21 Martin Gruner <mgruner@crosswire.org>
+ * release 2.0.beta1
+
+2009-04-21 Martin Gruner <mgruner@crosswire.org>
+ * Applied cmake patch from Greg Hellings with slight modifications
+ * Applied translation patches from Jaak Ristioja
+ * Applied patch from Jaak Ristioja which makes generated config.h obsolete
+ * Applied patch from Jaak Ristioja which simplifies .moc file generation
+
+2009-04-09 Gary Holmlund
+ * Add translatable text for several dialogs
+ These words need transating:
+ Ok, Open, Save, Cancel, Close, Discard, Apply, Reset, Restore Defaults,
+ Help, Save All, Yes, Yes To All, No, No To All
+
+2009-03-25 Martin Gruner <mgruner@crosswire.org>
+ * release 2.0.alpha3
+
+2009-03-23 Martin Gruner <mgruner@crosswire.org>
+ * revived contributor data in about dialog
+
+2009-03-22 Thomas Abthorpe
+ * Add Czech translation to the build
+
+2009-03-20 Gary Holmlund
+ * Use docking windows instead of splitters for the left side windows. The
+ docking windows can be moved by dragging from their title bar. They can
+ be moved to the left, right, top, or bottom of the main window. They can
+ be dropped above, below, or on top of other docking windows. If dropped
+ on top of another docking window, tabs are automatically created. They
+ can be resized by dragging from their edges. The location of the docking
+ windows can be saved by saving a session. The default session ensures that
+ they look the same as the last session. Each docking window has a menu
+ under "View" to toggle its visibility.
+
+2009-03-20 Martin Gruner <mgruner@crosswire.org>
+ * release 2.0.alpha2
+
+2009-03-12 Gary Holmlund
+ * Use default browser instead of just konqueror or firefox. This should work
+ much better for non-linux platforms
+
+2009-03-12 Gary Holmlund
+ * New Help > About dialog with BibleTime, Sword, Qt, and License tabs.
+
+2009-03-10 Martin Gruner <mgruner@crosswire.org>
+ * Slightly improved clucene integration robustness with exception handling.
+
+2009-03-07 Gary, Eeli, Greg, Martin
+ * many platform-compatibility enhancements
+ * release 2.0.alpha1
+
+2009-02-22 Gary
+ * Completed the port to QT. KDE is no longer required. (Hooray!)
+
+2009-02-07 Gary, Eeli, Martin
+ * several bugfixes
+ * releasing 1.7 final
+
+2009-02-03 Gary, Eeli, Martin
+ * tons of bugfixes
+ * threading disabled in Bookshelf Manager because of non-threadsafe ftp library in Sword
+ * beginnings of port to QTWebKit by Gary (code disabled by default)
+ * release 1.7rc1
+
+2008-11-05 Martin Gruner <mgruner@crosswire.org>
+ * more const modifier fixes in various sources to improve standards conformity
+
+2008-09-12 Martin Gruner <mgruner@crosswire.org>
+ * Bugfixes to the cmake build framework (with MacOS contributions by Greg Hellings)
+ * const modifier fixes in various sources to improve standards conformity by Eeli
+
+2008-08-27 Martin Gruner <mgruner@crosswire.org>
+ * Released 1.7.beta1 for distributions to package
+ * several bugfixes
+
+2008-05 * MAJOR CHANGES FOR 1.7 *
+ * The code is in svn instead of cvs
+ * Port to KDE4/QT4, reduced KDE dependency to a minimum
+ * Command line options have changed (--help is out of date)
+ * Configuration files have been moved to ~/.bibletime/
+ * New build system: cmake
+ * i18n of UI strings is now handled by QT
+ * tr() function in the source code, .ts files for translations
+ * UI strings have been changed radically
+ * Massive code cleanups and internal refactoring
+ * New classes, rewritten and renamed classes, removed classes
+ * Better directory structure
+ * Cleaned up #includes
+ * New bookshelf manager
+ * New external communications interface DBUS (instead of DCOP)
+ * Bookshelf improvements
+ * Separation of works and bookmarks on two tabs
+ * Different work grouping types supported
+ * Hide/Unhide feature to select which modules should be displayed
+ * Corrections and enhancements to session management
+ * Search dialog now has a history for the modules to search in
+ * Bugfixes to backend filters and display templates
+ * Disabled features
+ * Key binding configuration (maybe this will re-appear in a later release)
+ * Search analysis (should re-appear soon)
+ * Startup tips (probably not coming back)
+ * Drag and Drop in the main window Bookshelf (should re-appear)
+ * "About" dialogs in Help menu ("About BibleTime" is probably needed back)
+ * Eeli Kaikkonen and Martin Gruner are responsible for most of the work
+ with the help of Jeremy Erickson and some other contributors,
+ Joachim Ansorg has retired from coding
+
+2007-11-01 Martin Gruner <mgruner@crosswire.org>
+ * Released 1.6.5 with several important bugfixes
2007-04-18 Joachim Ansorg <info@bibletime.info>
* Released version 1.6.4
@@ -15,11 +132,11 @@
2007-03-23 Joachim Ansorg <info@bibletime.info>
* Printing now uses the windows's display settings (verse-numbers)
-
+
2007-03-22 Joachim Ansorg <info@bibletime.info>
* Applied a patch by Eeli Kaikkonen to have a delay before the mag content appears
* Added Eeli Kaikkonen to the list of contributors
-
+
2007-03-22 Joachim Ansorg <info@bibletime.info>
* Fixed the osis filter to work with the new NETfree module
@@ -29,7 +146,7 @@
2007-02-25 David Blue <thedeveloper@users.sourceforge.net>
* Added CSS to templates to display Lord in small-caps when tagged that
way in the module. Fixes Bug #1660413.
-
+
2007-02-19 Joachim Ansorg <info@bibletime.ifno>
* Added Chunshek Chan to the contributors
@@ -55,11 +172,11 @@
2006-12-27 Joachim Ansorg <info@bibletime.info>
* Added Jeremy Erickson to the contributors
* Changed copyright to 1999-2007
-
+
2006-12-26 Joachim Ansorg <info@bibletime.info>
* Fixed some Makefile.am issues
* Added some contributors to the about dialog
-
+
2006-12-14 Martin Gruner <mgruner@crosswire.org>
* fixed handbook typo
* fixed required clucene version to 0.9.16
@@ -81,7 +198,7 @@
2006-11-30 Joachim Ansorg <info@bibletime.info>
* Fix for missing text if GBF red letter words were used
-
+
2006-11-27 Joachim Ansorg <info@bibletime.info>
* The tree state is restored if a change in the Sword setup forces a reload at runtime.
@@ -116,7 +233,7 @@
2006-09-22 Joachim Ansorg <info@bibletime.info>
* Release of BibleTime 1.6
-
+
2006-09-12 Martin Gruner <mgruner@crosswire.org>
* Fixed personal commentary display bug
@@ -147,7 +264,7 @@
2006-07-25 David Blue <thedeveloper@users.sourceforge.net>
* Fixed display of crossrefs in all templates
-
+
2006-06-20 Martin Gruner <mgruner@crosswire.org>
* major patch to the printing system: printing works dynamically and
respects the display and filter settings, instead of loading the default
@@ -194,10 +311,10 @@
2006-04-09 Joachim Ansorg <info@bibletime.info>
* Fixed popup menu in the commentary window
-
+
2006-04-06 Martin Gruner <mgruner@crosswire.org>
* Fixed all delayed popup menus to show up immediately
-
+
2006-03-30 Martin Gruner <mgruner@crosswire.org>
* Fixed "make messages" to include autogenerated .cpp and .h files (from .ui
files) by running "make" first before extracting the messages
@@ -211,10 +328,10 @@
* Support multiple lemmas and morphs per word in the KJV006 module
* Fix: OSIS filter fix for seg elements
* Fix: Display templates did not show headings in bold if a font was set for the module language
-
+
2006-03-24 Gabriel Beddingfield <gabriel@teuton.org>
* Added isWritable() check (and error message) before saving in CPlainWriteWindow.
-
+
2006-03-24 Martin Gruner <mgruner@crosswire.org>
* Added DCOP call reloadModules()
@@ -240,14 +357,14 @@
2006-02-15 Joachim Ansorg <info@bibletime.info>
* Fix: Modules without indexes created an empty index directory.
* Fix: Module indexes are completely removed now
-
+
2006-02-14 Martin Gruner <mgruner@crosswire.org>
* Extended index logic to allow for additional indexes per module in future
2006-02-14 Joachim Ansorg <info@bibletime.info>
* Search window: The result count in the module list are sortable now
* The "Strong's search" items in the context menus of display windows are disabled now if there's no number to search for
-
+
2006-02-10 Joachim Ansorg <info@bibletime.info>
* Several smaller fixes to the searchdialog gui
* Moved searchdialog classes into several namespaces (Search::*)