[bt-devel] Release of BibleTime 0.25 ?

Martin Gruner bt-devel@crosswire.org
Mon, 16 Oct 2000 23:16:52 +0200


Hey TROY,

thank you for making it work! The search does now work for me with the 
modules that were erroneous before.
Please tell me what has been the reason, if I can understand it. :)

Martin

On Sam, 30 Sep 2000, you wrote:
> Got it!!!  Wooo hooo!  Thanks for the hint Joachim.  My KDEDIR was still
> /usr instead of /usr/lib/kde2 (where redhat puts the kde2 preview).
>
> Hey, your stuff looks cool, but I can't figure it all out.  How do you
> open 2 presenters at the same time?  How do you time windows?  The only
> button on the toolbar I have it the printer, should I have more?
>
> Had to comment out a few lines to get things compiled and running (see
> end of message).  One thing caused a compiler error and the other caused
> a core dump.
>
> Anyway, I have KJV, WEB, and BBE texts installed.  I did a search of all
> three modules (at the same time, cool!) and they seem to all go from
> 0-100 (or near there), but I'm judging by your output that I see in the
> shell from where I executed bibletime.
>
> Let me know how to make it break and I'll look into it!  I'm going to go
> play with your new stuff now!
>
> 		:)
>
> 			-Troy.
>
>
> Index: bibletime/ktextedit.cpp
> ===================================================================
> RCS file: /cvs/bibletime/bibletime-2/bibletime/ktextedit.cpp,v
> retrieving revision 1.4
> diff -u -r1.4 ktextedit.cpp
> --- bibletime/ktextedit.cpp   2000/09/26 22:07:45 1.4
> +++ bibletime/ktextedit.cpp   2000/09/30 03:08:16
> @@ -1543,7 +1543,8 @@
>
>  bool KTextEdit::event( QEvent * e )
>  {
> -    if ( e->type() == QEvent::AccelOverride ) {
> +//    if ( e->type() == QEvent::AccelOverride ) {
> +    if ( false ) {
>          QKeyEvent* ke = (QKeyEvent*) e;
>          switch ( ke->key() ) {
>          case Key_Home:
> Index: bibletime/main.cpp
> ===================================================================
> RCS file: /cvs/bibletime/bibletime-2/bibletime/main.cpp,v
> retrieving revision 1.58
> diff -u -r1.58 main.cpp
> --- bibletime/main.cpp   2000/09/29 15:26:18 1.58
> +++ bibletime/main.cpp   2000/09/30 03:08:16
> @@ -117,7 +117,7 @@
>           { //The tip of the day
>                KConfigGroupSaver groupSaver(config, "Daily tip");
>                if (config->readBoolEntry("TipsOnStart", true)) {
> -                   bibletime->slotHelpTipOfDay();
> +                   //bibletime->slotHelpTipOfDay();
>                }
>           }