[bt-devel] Cool new feature added :)

Martin Gruner bt-devel@crosswire.org
Wed, 27 Nov 2002 19:31:18 +0100


Sounds totally cool!
I cannot test it though, because BT seems to crash right on startup.

mg 

0x417f8609 in ?? ()
#0  0x417f8609 in ?? ()
#1  0x41487eeb in ?? ()
#2  0x4099f35f in ?? ()
#3  0x41485a44 in ?? ()
#4  <signal handler called>
#5  0x4111292b in ?? ()
#6  0x40d07d2c in ?? ()
#7  0x40cb5743 in ?? ()
#8  0x40ea1569 in ?? ()
#9  0x40eaaf6d in ?? ()
#10 0x40ea63f7 in ?? ()
#11 0x40e9ef0f in ?? ()
#12 0x40e9fc3f in ?? ()
#13 0x080a6037 in CTreeFolder::initTree ()
#14 0x080a645d in COldBookmarkFolder::initTree ()
#15 0x080a6966 in COldBookmarkFolder::initTree ()
#16 0x080a638a in COldBookmarkFolder::initTree ()
#17 0x080a73a3 in CBookmarkFolder::SubFolder::~SubFolder ()
#18 0x080a6957 in COldBookmarkFolder::initTree ()
#19 0x0809fb70 in CMainIndex::initView ()
#20 0x080a1666 in CItemBase::listView ()
#21 0x0806dab0 in BibleTime::initActions ()
#22 0x0807278f in BibleTime::readSettings ()
#23 0x08073af8 in BibleTime::qt_invoke ()
#24 0x417710bf in ?? ()


Am Mittwoch, 27. November 2002 18:19 schrieb Joachim Ansorg:
> -Get the latest CVS.
> -Open the searchdialog.
> -Search for something
> -Select all the found items by SHIFT+Click.
> -Drag them on the bookmark folder in the main index (main window).
>
>
> I added a CDragDropMgr class to BibleTime, which manages the creation of
> drags and manages drops. I think it works pretty cool. It's possible to
> drag as many items as you like around.
> Support for plain text drags will be added later as I improve it a bit.
>
> I think we've solved the Drag&Drop issue now for 1.3.
> Left things:
> 	-WYSIWYG editor support for the write interface
> 	-Smaller things like better font per language handling, etc. should be
> fixed after 1.3beta1.
>
> Opinions?
> Joachim