<feed xmlns='http://www.w3.org/2005/Atom'>
<title>dolphin/src/dolphiniconsview.h, 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>Split the class DolphinController into the two classes DolphinViewController and ViewModeController.</title>
<updated>2010-03-30T20:19:32Z</updated>
<author>
<name>Peter Penz</name>
<email>peter.penz19@gmail.com</email>
</author>
<published>2010-03-30T20:19:32Z</published>
<link rel='alternate' type='text/html' href='https://fiftyfourth.xyz/git/dolphin/commit/?id=47d31139224f9bfded4626803626a58afe3eb748'/>
<id>urn:sha1:47d31139224f9bfded4626803626a58afe3eb748</id>
<content type='text'>
The ViewModeController offers a defined interface to control view mode implementations like icons view, details view and column view. The DolphinViewController allows those view mode implementations to control the parent DolphinView in a limited way.

svn path=/trunk/KDE/kdebase/apps/; revision=1109228
</content>
</entry>
<entry>
<title>Adapt DolphinCategoryDrawer to new changes on kdelibs :)</title>
<updated>2010-03-14T16:31:16Z</updated>
<author>
<name>Rafael Fernández López</name>
<email>ereslibre@kde.org</email>
</author>
<published>2010-03-14T16:31:16Z</published>
<link rel='alternate' type='text/html' href='https://fiftyfourth.xyz/git/dolphin/commit/?id=c55ac460033175c5f0bef51e100d88c48e9d05d6'/>
<id>urn:sha1:c55ac460033175c5f0bef51e100d88c48e9d05d6</id>
<content type='text'>
svn path=/trunk/KDE/kdebase/apps/; revision=1103215
</content>
</entry>
<entry>
<title>centralize namefilter handling</title>
<updated>2009-08-29T18:35:57Z</updated>
<author>
<name>Peter Penz</name>
<email>peter.penz19@gmail.com</email>
</author>
<published>2009-08-29T18:35:57Z</published>
<link rel='alternate' type='text/html' href='https://fiftyfourth.xyz/git/dolphin/commit/?id=60d28ca5c92baeb6613ac87cad53a188bd3de6eb'/>
<id>urn:sha1:60d28ca5c92baeb6613ac87cad53a188bd3de6eb</id>
<content type='text'>
svn path=/trunk/KDE/kdebase/apps/; revision=1017117
</content>
</entry>
<entry>
<title>move handling of SelectionManager and AutoScroller to ViewExtensionsFactory</title>
<updated>2009-08-29T11:36:22Z</updated>
<author>
<name>Peter Penz</name>
<email>peter.penz19@gmail.com</email>
</author>
<published>2009-08-29T11:36:22Z</published>
<link rel='alternate' type='text/html' href='https://fiftyfourth.xyz/git/dolphin/commit/?id=95f0ba76ae26e45a6ff9f1ec51db7d270ca278c0'/>
<id>urn:sha1:95f0ba76ae26e45a6ff9f1ec51db7d270ca278c0</id>
<content type='text'>
svn path=/trunk/KDE/kdebase/apps/; revision=1016927
</content>
</entry>
<entry>
<title>- The view implementations don't need to keep the Extensions Factory as member.</title>
<updated>2009-08-29T09:51:02Z</updated>
<author>
<name>Peter Penz</name>
<email>peter.penz19@gmail.com</email>
</author>
<published>2009-08-29T09:51:02Z</published>
<link rel='alternate' type='text/html' href='https://fiftyfourth.xyz/git/dolphin/commit/?id=69686ffbba123f2b05f5cb7b74a927953e5157a5'/>
<id>urn:sha1:69686ffbba123f2b05f5cb7b74a927953e5157a5</id>
<content type='text'>
- Created basic documentation for Extensions Factory.

svn path=/trunk/KDE/kdebase/apps/; revision=1016898
</content>
</entry>
<entry>
<title>Move code for initializing and handling view extensions to the new class ViewExtensionsFactory. Beside making DolphinView less complex this will allow the column view to share the view extension code instead of (partly) duplicating it as it has been done before.</title>
<updated>2009-08-29T09:42:21Z</updated>
<author>
<name>Peter Penz</name>
<email>peter.penz19@gmail.com</email>
</author>
<published>2009-08-29T09:42:21Z</published>
<link rel='alternate' type='text/html' href='https://fiftyfourth.xyz/git/dolphin/commit/?id=c05395ef9a6f449bd96b4323d308b53d70cede99'/>
<id>urn:sha1:c05395ef9a6f449bd96b4323d308b53d70cede99</id>
<content type='text'>
Currently only the tooltips- and filepreview-handling have been moved into ViewExtensionsFactory, a further cleanup will be done later.

svn path=/trunk/KDE/kdebase/apps/; revision=1016893
</content>
</entry>
<entry>
<title>Restore filtering of items. The DolphinView just tells the controller about the filter, the views (1:1 iconView + detailView, 1:n columnView) connect to the filter-changed signal and apply it to their proxy model.</title>
<updated>2009-08-28T21:53:18Z</updated>
<author>
<name>Peter Penz</name>
<email>peter.penz19@gmail.com</email>
</author>
<published>2009-08-28T21:53:18Z</published>
<link rel='alternate' type='text/html' href='https://fiftyfourth.xyz/git/dolphin/commit/?id=e1c74b05fdae664aa9211cba3afb7993b51ec23b'/>
<id>urn:sha1:e1c74b05fdae664aa9211cba3afb7993b51ec23b</id>
<content type='text'>
svn path=/trunk/KDE/kdebase/apps/; revision=1016782
</content>
</entry>
<entry>
<title>Wrap the cursor on the right/left side to have a similar keyboard behavior like in Konqueror for KDE 3. Thanks to Tahseen Mohammad for the patch!</title>
<updated>2009-07-05T16:24:46Z</updated>
<author>
<name>Peter Penz</name>
<email>peter.penz19@gmail.com</email>
</author>
<published>2009-07-05T16:24:46Z</published>
<link rel='alternate' type='text/html' href='https://fiftyfourth.xyz/git/dolphin/commit/?id=40cd135f4dc7ae5ffacf8095fcf6e9fca9c04d45'/>
<id>urn:sha1:40cd135f4dc7ae5ffacf8095fcf6e9fca9c04d45</id>
<content type='text'>
No backport to KDE 4.3.x is done until the patch has proven to work well under all circumstances.

BUG: 152985
CCMAIL: tahseen.mohammad@gmail.com
CCMAIL: frank78ac@googlemail.com

svn path=/trunk/KDE/kdebase/apps/; revision=991780
</content>
</entry>
<entry>
<title>Stupid me: The inconsistent behavior between QListView::scrollTo() and QTreeView::scrollTo() has been fixed in Qt 4.5 :-) I should have tested this _before_ committing the huge patch for bug 185191... So:</title>
<updated>2009-02-24T08:25:01Z</updated>
<author>
<name>Peter Penz</name>
<email>peter.penz19@gmail.com</email>
</author>
<published>2009-02-24T08:25:01Z</published>
<link rel='alternate' type='text/html' href='https://fiftyfourth.xyz/git/dolphin/commit/?id=beeb81194cba3ecaa84c6e0e334a702036a26c1e'/>
<id>urn:sha1:beeb81194cba3ecaa84c6e0e334a702036a26c1e</id>
<content type='text'>
* Remove the workaround in DolphinIconsView::scrollTo() to bypass an issue in Qt 4.4 (-&gt; fixed in Qt 4.5)
* Revert the "use the DolphinController"-parts of commit 930754 and just use QAbstractItemView::scrollTo() instead.

CCBUG: 185191

svn path=/trunk/KDE/kdebase/apps/; revision=930777
</content>
</entry>
</feed>
