[bt-devel] some testing results
Joachim Ansorg
bt-devel@crosswire.org
Tue, 10 Apr 2001 18:53:21 +0200
> Groupmanager:
> -about module dialog problems:
> -wrong size if the text is small
> -text problems like "Datenpfad0", maybe because of translation
> -navigation with keyboard only is only partly possible (e.g. when pressing
> return, a displayer should be opened
Solved, this was a stupid bug in Qt with QString::arg().
> Toolbar:
> -hide toolbar icon may be confusing, because you press it and the toolbar
> disappears, and users may not know how to bring it up again. This icon can
> be removed IMO; the View->Toolbar in the menue is sufficient
> -the close button looks ugly
Done.
> Configuration dialog:
> -duplicate key shortcuts (ctrl+s)
Done.
> Displayers:
> -let the presenter captions show the module names, the key is visible in
> the keychooser, or like this "Module Name(s): Key"
> -when looking up words, check for open presenters containing the desired
> module, if yes, jump there
> -if possible, enable text drags (if it's not too complicated)
The personal commentary editor accepts now References, bookmarks and text
drags.
> Search dialog:
> -module chooser:
> -module choosing page should not be activated at the showing of the
> dialog; at least not when opened by the GM.
Done.
The module chooser page is only shown if no modules are defined on creation
time.
> -when transferring a module, the tree is rebuilt and all groups are closed
Done.
> - not necessary. just remove the transferred module
Done.
> -text page:
> -deactivate index use - produces uncorrect results!!!!!!!!!!1
This is users choice. Indexes are not built automagically.
The bookname drawing bug in the analysis is solved too by using a buffer
pixmap,.
Joachim