<feed xmlns='http://www.w3.org/2005/Atom'>
<title>dolphin/src/dolphinviewautoscroller.cpp, branch master</title>
<subtitle>Patched KDE Dolphin with Pixel Scaling
</subtitle>
<id>https://fiftyfourth.xyz/git/dolphin/atom?h=master</id>
<link rel='self' href='https://fiftyfourth.xyz/git/dolphin/atom?h=master'/>
<link rel='alternate' type='text/html' href='https://fiftyfourth.xyz/git/dolphin/'/>
<updated>2010-07-24T21:45:49Z</updated>
<entry>
<title>Sourcecode hierarchy cleanup: Create folder "views" and move view related sources to it</title>
<updated>2010-07-24T21:45:49Z</updated>
<author>
<name>Peter Penz</name>
<email>peter.penz19@gmail.com</email>
</author>
<published>2010-07-24T21:45:49Z</published>
<link rel='alternate' type='text/html' href='https://fiftyfourth.xyz/git/dolphin/commit/?id=652d08c9242ed51d86dba3b2afda9d3b2e9a9cd7'/>
<id>urn:sha1:652d08c9242ed51d86dba3b2afda9d3b2e9a9cd7</id>
<content type='text'>
svn path=/trunk/KDE/kdebase/apps/; revision=1154146
</content>
</entry>
<entry>
<title>Respect drag time delay from application before starting the automatic scrolling. Thanks to Christoph Feck for the initial patch!</title>
<updated>2009-12-06T13:05:56Z</updated>
<author>
<name>Peter Penz</name>
<email>peter.penz19@gmail.com</email>
</author>
<published>2009-12-06T13:05:56Z</published>
<link rel='alternate' type='text/html' href='https://fiftyfourth.xyz/git/dolphin/commit/?id=65d3008d51a83bac99435a486f5e8c5cdb7e92c1'/>
<id>urn:sha1:65d3008d51a83bac99435a486f5e8c5cdb7e92c1</id>
<content type='text'>
CCMAIL: christoph@maxiom.de
BUG: 205664
CCBUG: 212989

svn path=/trunk/KDE/kdebase/apps/; revision=1059377
</content>
</entry>
<entry>
<title>Make sure that the faked mouse event in</title>
<updated>2009-10-11T19:02:55Z</updated>
<author>
<name>Frank Reininghaus</name>
<email>frank78ac@googlemail.com</email>
</author>
<published>2009-10-11T19:02:55Z</published>
<link rel='alternate' type='text/html' href='https://fiftyfourth.xyz/git/dolphin/commit/?id=1c9b9347444a02e98c711ae9ed0638371fad3c6e'/>
<id>urn:sha1:1c9b9347444a02e98c711ae9ed0638371fad3c6e</id>
<content type='text'>
DolphinViewAutoScroller::scrollViewport() gets the right keyboard
modifiers. This fixes the problem that the previous selection is lost
when several Ctrl-rubber band selections are made and the view scrolls
or the mouse pointer gets close to the edge of the viewport.

BUG: 190703

svn path=/trunk/KDE/kdebase/apps/; revision=1034012
</content>
</entry>
<entry>
<title>When pressing a key after entering a directory, QAbstractItemView::scrollTo() must be invoked to have autoscroll behavior.</title>
<updated>2009-07-17T18:33:37Z</updated>
<author>
<name>Peter Penz</name>
<email>peter.penz19@gmail.com</email>
</author>
<published>2009-07-17T18:33:37Z</published>
<link rel='alternate' type='text/html' href='https://fiftyfourth.xyz/git/dolphin/commit/?id=93ce7f40e2d067eba48b317ef4028c2c75eebebd'/>
<id>urn:sha1:93ce7f40e2d067eba48b317ef4028c2c75eebebd</id>
<content type='text'>
BUG: 199833

svn path=/trunk/KDE/kdebase/apps/; revision=998474
</content>
</entry>
<entry>
<title>Fixed issue that the scroll position is reset if the focus of the itemview changes.</title>
<updated>2009-06-29T19:32:39Z</updated>
<author>
<name>Peter Penz</name>
<email>peter.penz19@gmail.com</email>
</author>
<published>2009-06-29T19:32:39Z</published>
<link rel='alternate' type='text/html' href='https://fiftyfourth.xyz/git/dolphin/commit/?id=c1a086da25e746ddf7dbe7f212d3cc61a9174035'/>
<id>urn:sha1:c1a086da25e746ddf7dbe7f212d3cc61a9174035</id>
<content type='text'>
BUG: 197951

svn path=/trunk/KDE/kdebase/apps/; revision=989236
</content>
</entry>
<entry>
<title>Use qAbs() instead of fabs(). The values in question are integers</title>
<updated>2009-06-13T10:05:35Z</updated>
<author>
<name>Frank Reininghaus</name>
<email>frank78ac@googlemail.com</email>
</author>
<published>2009-06-13T10:05:35Z</published>
<link rel='alternate' type='text/html' href='https://fiftyfourth.xyz/git/dolphin/commit/?id=f44125b0438b073fb9d6ab88a7530000ba8ea5ba'/>
<id>urn:sha1:f44125b0438b073fb9d6ab88a7530000ba8ea5ba</id>
<content type='text'>
anyway (so fabs() is not the 'right' function for them), and this
change makes the Sun Studio compiler happy.

Thanks to tropikhajma at gmail.com for the patch.

BUG: 196265

svn path=/trunk/KDE/kdebase/apps/; revision=981325
</content>
</entry>
<entry>
<title>Further pimpage of auto scrolling: make it quadratic! Better scales to HUGE file lists now. Thx peter for the hint ;)</title>
<updated>2009-06-04T22:28:52Z</updated>
<author>
<name>Marcel Partap</name>
<email>mpartap@gmx.net</email>
</author>
<published>2009-06-04T22:28:52Z</published>
<link rel='alternate' type='text/html' href='https://fiftyfourth.xyz/git/dolphin/commit/?id=d34036152b86d86d1dabe2d719d5abe1e6f205a5'/>
<id>urn:sha1:d34036152b86d86d1dabe2d719d5abe1e6f205a5</id>
<content type='text'>
CCBUG: 194235

svn path=/trunk/KDE/kdebase/apps/; revision=977658
</content>
</entry>
<entry>
<title>increase the acceleration when autoscrolling</title>
<updated>2009-06-04T18:47:24Z</updated>
<author>
<name>Peter Penz</name>
<email>peter.penz19@gmail.com</email>
</author>
<published>2009-06-04T18:47:24Z</published>
<link rel='alternate' type='text/html' href='https://fiftyfourth.xyz/git/dolphin/commit/?id=d339cb83fe35e9d02e37085acb2465b23a305d03'/>
<id>urn:sha1:d339cb83fe35e9d02e37085acb2465b23a305d03</id>
<content type='text'>
BUG: 194235

svn path=/trunk/KDE/kdebase/apps/; revision=977591
</content>
</entry>
<entry>
<title>initialize pointer correctly</title>
<updated>2009-05-06T19:23:42Z</updated>
<author>
<name>Peter Penz</name>
<email>peter.penz19@gmail.com</email>
</author>
<published>2009-05-06T19:23:42Z</published>
<link rel='alternate' type='text/html' href='https://fiftyfourth.xyz/git/dolphin/commit/?id=1cbd4a24b04dcf895deb7fa324e7c13968702acc'/>
<id>urn:sha1:1cbd4a24b04dcf895deb7fa324e7c13968702acc</id>
<content type='text'>
svn path=/trunk/KDE/kdebase/apps/; revision=964505
</content>
</entry>
<entry>
<title>only jump automatically to the current index, if the autoscrolling is not active</title>
<updated>2008-12-13T15:39:09Z</updated>
<author>
<name>Peter Penz</name>
<email>peter.penz19@gmail.com</email>
</author>
<published>2008-12-13T15:39:09Z</published>
<link rel='alternate' type='text/html' href='https://fiftyfourth.xyz/git/dolphin/commit/?id=7fbc814147ed8d1e5f0b1677fc8808c3c2b6c22c'/>
<id>urn:sha1:7fbc814147ed8d1e5f0b1677fc8808c3c2b6c22c</id>
<content type='text'>
svn path=/trunk/KDE/kdebase/apps/; revision=896481
</content>
</entry>
</feed>
