Re: PlasmaComponents ScrollBar is broken

2012-08-01 Thread Aleix Pol
On Wed, Aug 1, 2012 at 4:48 PM, Marco Martin wrote: > On Wednesday 01 August 2012, Mark wrote: >> > >> > from what i understood besides the position the handle must correctly >> > update its size too, and if both are not correct, the range position >> > will be miscalculated. >> > i've now committ

Re: PlasmaComponents ScrollBar is broken

2012-08-01 Thread Marco Martin
On Wednesday 01 August 2012, Mark wrote: > > > > from what i understood besides the position the handle must correctly > > update its size too, and if both are not correct, the range position > > will be miscalculated. > > i've now committed a small delay to the range position update trough a > >

Re: PlasmaComponents ScrollBar is broken

2012-08-01 Thread Mark
On Wed, Aug 1, 2012 at 11:24 AM, Marco Martin wrote: > On Wednesday 01 August 2012, Aleix Pol wrote: >> >> Well, I've just tried it, it's definitely better without the warning >> but not fixed yet. >> >> The idea of this example is that it will go to the end of the list >> every time a new data en

Re: PlasmaComponents ScrollBar is broken

2012-08-01 Thread Marco Martin
On Wednesday 01 August 2012, Aleix Pol wrote: > > Well, I've just tried it, it's definitely better without the warning > but not fixed yet. > > The idea of this example is that it will go to the end of the list > every time a new data enters (like in a chat or the log when you're > updating your

Re: PlasmaComponents ScrollBar is broken

2012-07-31 Thread Aleix Pol
On Tue, Jul 31, 2012 at 10:39 AM, Marco Martin wrote: > On Monday 30 July 2012, Aleix Pol wrote: >> I've been thinking of rewriting the ScrollBar without this RangeModel, >> but maybe that's only because I don't understand it enough. Can >> anybody look into this and give me a hand? I think it wou

Re: PlasmaComponents ScrollBar is broken

2012-07-31 Thread Marco Martin
On Monday 30 July 2012, Aleix Pol wrote: > I've been thinking of rewriting the ScrollBar without this RangeModel, > but maybe that's only because I don't understand it enough. Can > anybody look into this and give me a hand? I think it would be really > interesting to sort this one out! > > Aleix

Re: PlasmaComponents ScrollBar is broken

2012-07-30 Thread Daker Fernandes Pinheiro
Hi Aleix, I'll take a look a creafull look this night. Cheers, Daker Fernandes Pinheiro 2012/7/30 Marco Martin > On Monday 30 July 2012, Aleix Pol wrote: > > Hi, > > I've been trying to get two applications to work properly that use the > > PlasmaComponents: the QuickChat plasmoid (ktp-text

Re: PlasmaComponents ScrollBar is broken

2012-07-30 Thread Marco Martin
On Monday 30 July 2012, Aleix Pol wrote: > Hi, > I've been trying to get two applications to work properly that use the > PlasmaComponents: the QuickChat plasmoid (ktp-text-ui) and muon > discover. On both of them I've had big problems while using Flickable > elements programatically (that is, play

PlasmaComponents ScrollBar is broken

2012-07-30 Thread Aleix Pol
Hi, I've been trying to get two applications to work properly that use the PlasmaComponents: the QuickChat plasmoid (ktp-text-ui) and muon discover. On both of them I've had big problems while using Flickable elements programatically (that is, playing with the contentY property) while having a scro