Re: fdo#47907: fix flickering scrolling in Basic IDE

2012-09-12 Thread Noel Power
On 11/09/12 16:24, Caolán McNamara wrote: On Thu, 2012-08-02 at 15:31 +0100, Noel Power wrote: seems to work better :-), imho still is not as smooth as 3.4 So the summary here is that the patch got pushed, but the bug is still open because it's better, but not as good as it originally was,

Re: fdo#47907: fix flickering scrolling in Basic IDE

2012-09-12 Thread Noel Power
On 12/09/12 09:20, Noel Power wrote: On 11/09/12 16:24, Caolán McNamara wrote: On Thu, 2012-08-02 at 15:31 +0100, Noel Power wrote: I will close the bug and or commit the fix ( if it isn't already there ) thanks for the remind Noel bug closed now Noel

Re: fdo#47907: fix flickering scrolling in Basic IDE

2012-09-11 Thread Caolán McNamara
On Thu, 2012-08-02 at 15:31 +0100, Noel Power wrote: seems to work better :-), imho still is not as smooth as 3.4 So the summary here is that the patch got pushed, but the bug is still open because it's better, but not as good as it originally was, right ? C.

Re: fdo#47907: fix flickering scrolling in Basic IDE

2012-08-03 Thread Noel Power
Hi János, On 31/07/12 12:34, János Uray wrote: Again? Oh, yes. Now here it is. On Tue, Jul 31, 2012 at 11:10 AM, Noel Power nopo...@suse.com mailto:nopo...@suse.com wrote: Hi János you forgot to attach the patch :-) On 30/07/12 19:04, János Uray wrote: This patch solves

Re: fdo#47907: fix flickering scrolling in Basic IDE

2012-08-02 Thread Noel Power
On 02/08/12 15:31, Noel Power wrote: Hi János, On 31/07/12 12:34, János Uray wrote: Again? Oh, yes. Now here it is. On Tue, Jul 31, 2012 at 11:10 AM, Noel Power nopo...@suse.com mailto:nopo...@suse.com wrote: Hi János you forgot to attach the patch :-) On 30/07/12 19:04, János

Re: fdo#47907: fix flickering scrolling in Basic IDE

2012-07-31 Thread Noel Power
Hi János you forgot to attach the patch :-) On 30/07/12 19:04, János Uray wrote: This patch solves this bug: https://bugs.freedesktop.org/show_bug.cgi?id=47907 The text was flickering because Window::Invalidate() clears the client area by default. To prevent this, I've added an

Re: fdo#47907: fix flickering scrolling in Basic IDE

2012-07-31 Thread János Uray
From: =?UTF-8?q?Uray=20M.=20J=C3=A1nos?= uray.ja...@gmail.com Date: Mon, 30 Jul 2012 19:41:03 +0200 Subject: [PATCH] fdo#47907: fix flickering scrolling in Basic IDE Change-Id: I745a8284e4d361872c5c0c0c54500e0d36158fb0 --- basctl/source/basicide/baside2b.cxx |6 ++-- svtools/source/edit

fdo#47907: fix flickering scrolling in Basic IDE

2012-07-30 Thread János Uray
This patch solves this bug: https://bugs.freedesktop.org/show_bug.cgi?id=47907 The text was flickering because Window::Invalidate() clears the client area by default. To prevent this, I've added an INVALIDATE_NOERASE parameter to Invalidate() calls. On the other hand, the background still needed