I often use the tooltips when hovering events in Orage. But I also often find myself looking hard to identify the contents, especially those for 'title' and 'location' tags. I would suggest using a bold font, if possible, for those contents. So for example you would get: Title: *Xfce dev meeting* Location: *Xfce foundation, Lapland* [..]
Sorry, I missed this report for some reason. Which window is this?
Open the Orage window and look into the 'Events' pop-up at the bottom. For example you may see: 11:00 doctor 12:30 meeting friend When you hover doctor, you get a tooltip. In this tooltip I suggest to put in bold the two crucial pieces of info about an event: *doctor* and *St Heaven's Hospital*. Some rudimentary alignment of these two would help, too. Let me know if it's still not clear.
It is clear now. thanks. and yes, a good idea.
This is now in Git 4.8.3.8 version.
I tried 4.8.3.9 and the 'bold' feature works fine. Thanks! I was wondering if you looked into left-aligning the bold elements in the tooltip? Similar to how the start/end times are aligned.
Align is not trivial here because of translation that take so different amount of space. I guess you meant: Title: title text is here Location: location text is here
I mean either we left-align all content given the longest of the "label" string (here, "location"). Title: title text is here Location: location text is here Start: 19/04/2003 End: 19/04/2003 or we left-align Title/Location and Start/End separately: ExoticLanguageTitle: title text is here Location: location text is here Start: 19/04/2003 End: 19/04/2003 I think either method would be practically useful.
OK. Bugzilla and Opera are messing with me: . Title: title text is here Location: location text is here Start: 19/04/2003 End: 19/04/2003 . ExoticLanguageTitle: title text is here Location: location text is here Start: 19/04/2003 End: 19/04/2003 . I hope the alignments come out fine now.
That indention is basically only tabs in the string. So each translator can already do it. I am trying to make a new relaese soon, but I do not want to chnage strings for that to get complete translations. One way could also be to let Title be how it is and only aling location like those dates. that would show title as ... title :)
Decided to keep it as it is.