[vlc-devel] commit: Qt: messages cleanup and work around #2432 to solve the speed issues. ( Jean-Baptiste Kempf )

xxcv xxcv07 at gmail.com
Sun Feb 8 11:24:44 CET 2009


Jean-Baptiste Kempf wrote:
> On Sun, Feb 08, 2009 at 03:01:40PM +1100, xxcv wrote :
>   
>>> @@ -214,54 +217,14 @@ void MessagesDialog::sinkMessage (msg_item_t *item, unsigned)
>>>      messages->setTextColor( "black" );
>>>      messages->insertPlainText( qfu(item->psz_msg) );
>>>      messages->insertPlainText( "\n" );
>>> -    messages->ensureCursorVisible();
>>>   
>>>       
>>                               ^^^^^^^^^^^
>>  Just one minor problem, this line ensure messages texts are scrolled to 
>> the bottom automatically.
>>     
> Yes, I know, and I am not sure we need it.
>   
We need this line of cause otherwise messages dialog would be retarded, 
making sure
that the cursor is visible is by original design of the messages dialog, 
BTW, why wouldn't we need it???
Not much point seeing the (1st line) same messages always is there?
What we want is for it to automatically scroll down to the latest 
message, so please
add this statement back.

Regards,

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mailman.videolan.org/pipermail/vlc-devel/attachments/20090208/e8965e11/attachment.html>


More information about the vlc-devel mailing list