Re: ToolTips and Automatic Formatting

2013-08-19 Thread Mark Kretschmann
On Fri, Aug 16, 2013 at 10:44 AM, Mark Kretschmann wrote: > Heya, > > as we noticed recently, many of Amarok's ToolTips look very ugly and > have readability issues because they are not formatted. Therefore a > longer ToolTip is being rendered as one giant long line. The Qt API > offers automatic

Re: ToolTips and Automatic Formatting

2013-08-18 Thread Mark Kretschmann
On Sun, Aug 18, 2013 at 10:36 AM, vedant agarwala wrote: > > > > On Sun, Aug 18, 2013 at 11:38 AM, Yuri Chornoivan wrote: >> >> п'ятниця, 16-сер-2013 10:44:45 Mark Kretschmann написано: >> > Heya, >> > >> > as we noticed recently, many of Amarok's ToolTips look very ugly and >> > have readability

Re: ToolTips and Automatic Formatting

2013-08-18 Thread vedant agarwala
On Sun, Aug 18, 2013 at 11:38 AM, Yuri Chornoivan wrote: > п'ятниця, 16-сер-2013 10:44:45 Mark Kretschmann написано: > > Heya, > > > > as we noticed recently, many of Amarok's ToolTips look very ugly and > > have readability issues because they are not formatted. Therefore a > > longer ToolTip is

Re: ToolTips and Automatic Formatting

2013-08-17 Thread Yuri Chornoivan
п'ятниця, 16-сер-2013 10:44:45 Mark Kretschmann написано: > Heya, > > as we noticed recently, many of Amarok's ToolTips look very ugly and > have readability issues because they are not formatted. Therefore a > longer ToolTip is being rendered as one giant long line. The Qt API > offers automatic

Re: ToolTips and Automatic Formatting

2013-08-16 Thread Mark Kretschmann
On Fri, Aug 16, 2013 at 11:07 AM, vedant agarwala wrote: > Hello. > I think the best way to go forward is, as you have said, changing all the > ToolTip strings, since we have nothing better. Doing it manually would be > very boring but I think it wouldn't take more than a few hours. We would > jus

Re: ToolTips and Automatic Formatting

2013-08-16 Thread vedant agarwala
Hello. I think the best way to go forward is, as you have said, changing all the ToolTip strings, since we have nothing better. Doing it manually would be very boring but I think it wouldn't take more than a few hours. We would just have to find setToolTip (and similar functions) and change them. I

Re: ToolTips and Automatic Formatting

2013-08-16 Thread Matěj Laitl
On 16. 8. 2013 Mark Kretschmann wrote: > Heya, > > as we noticed recently, many of Amarok's ToolTips look very ugly and > have readability issues because they are not formatted. Therefore a > longer ToolTip is being rendered as one giant long line. The Qt API > offers automatic formatting with li

ToolTips and Automatic Formatting

2013-08-16 Thread Mark Kretschmann
Heya, as we noticed recently, many of Amarok's ToolTips look very ugly and have readability issues because they are not formatted. Therefore a longer ToolTip is being rendered as one giant long line. The Qt API offers automatic formatting with line-breaks for ToolTips, but there is an ugly API qui