Quote:
Originally Posted by NuPogodi
2. As far as I understood, new UI (mentioned by Dave) already solved the problem. If not, I may of cause post a link to modified filechooser.lua and widget.lua.
|
The new UI framework is under developing in another branch and I guess it will not be merged to the main branch in the near future. So I think hacking on current filechooser is still necessary.
Quote:
Originally Posted by NuPogodi
3. Well, i did not know the new UI-widget splits long strings. In my kdpf-version (April.2), the one-line info appears only if the string is not too long. My naive attempts to split long lines with "\n" just failed.
|
Yes, "\n" wont work here. To draw another line, you need to manually call renderUtf8Text with new offset of next line.
Quote:
Originally Posted by NuPogodi
4. If it does handle strings with few lines, I'd rather add to this info-window some other useful details (filesize; date; eventually, percents of read text for those files that has already been opened in kpdfviewer, etc)
|
Yes, and also buttons in the message box to allow for simple file manipulations