[bt-devel] dnd proceeding
Joachim Ansorg
bt-devel@crosswire.org
Tue, 27 Jun 2000 14:45:52 +0000
Am Die, 27 Jun 2000 schrieben Sie:
> Hi,
>
> Am Die, 27 Jun 2000 schrieb Joachim Ansorg:
> > Hi!
> >
> > Great work Martin!
> >
> > Am Mon, 26 Jun 2000 schrieben Sie:
> > > Hi everybody,
> > >
> > > Now you can drag more things around.
> > >
> > > You drag a verse reference:
> > > if target is
> > > group or no target: a new bookmark will be created
> > > module: new presenter for bibles and commentaries, search for
> > > lexicons presenter: jump to the reference
> >
> > Doesn't work for commentary presenters.
>
> It works, only the commetary's toolbar is not properly updated.
Doesn't updateToolbar() works the same way as in the Bible presenter?
> > > Please test it! Is that a reasonable behaviour?
> > >
> > > BTW, if you do a "strip bibletime", the size of the executable will
> > > reduce
> > >
> > > >from ~7.7M to ~690K.
> >
> > You compiled it with debug code enabled ;-)
> > Turn it off and rebuild.
>
> How can I do that?
-Switch the debug support in KDevelop of (if you compile in KDevelop)
Projekt->Optionen->Compileroptionen->Debuginfos erzeugen ausschalten.
-If you compile on a console use "make CXXFLAGS=-O2" which overrides the
CXXFLAGSin the Makefiles, or use "CXXFLAGS=-O2 ./configure" once and the
other times you use make -O2 will be used.
-O<1,2 or 3> is optimization
-g<1,2 or 3> is debugging support
--Joachim
> > --Joachim
> >
> > > Martin
>
> Martin