← Back to team overview

linuxdcpp-team team mailing list archive

[Bug 380193] Re: Tooltips for lengthy fields

 

yeah, haven't been working on this one for a while.. If anyone wants to
take a look, feel free. And contact me, if you want the code that I
already have (works with string columns without any additional stuff
pixbufs,etc).

--RZ

** Changed in: linuxdcpp
     Assignee: Razzloss (razzloss) => (unassigned)

-- 
Tooltips for lengthy fields
https://bugs.launchpad.net/bugs/380193
You received this bug notification because you are a member of LinuxDC++
Team, which is subscribed to LinuxDC++.

Status in Linux DC++: In Progress

Bug description:
It can be great if I can see tips with field content onMouseOver if the field width is less than its' content. Also it's nessesary to count available screen or windows width and height because of content length. If content is not longer than 20 or 30 signs  it's possible just show a tip with the alignment by the right. And when the content is longer than something like 1000 signs, its nessesary to count the real width and height of the available screen positions and the real width and height of the content. So if it's not possible to show the content in the tip because of available size if less then needed, we can use a font with a lesser size.



Tips should not be out of the screen.



It's not usefull now, when I need to increase field size, scroll, increase, scroll and again, again, again.



Fields:
- path for all transfers, loads, already loaded...
- search request field and its' list of already found results
- tth, if it the last field to the right sight of the window.
- ...