<feed xmlns='http://www.w3.org/2005/Atom'>
<title>dolphin/src/dolphindetailsview.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>Use the full width of the "Name" column of the Details View for</title>
<updated>2010-02-22T18:22:12Z</updated>
<author>
<name>Frank Reininghaus</name>
<email>frank78ac@googlemail.com</email>
</author>
<published>2010-02-22T18:22:12Z</published>
<link rel='alternate' type='text/html' href='https://fiftyfourth.xyz/git/dolphin/commit/?id=a9702ad0cc47bcc3adeccba449d67d387209c97d'/>
<id>urn:sha1:a9702ad0cc47bcc3adeccba449d67d387209c97d</id>
<content type='text'>
renaming items inline.

BUG: 226666

svn path=/trunk/KDE/kdebase/apps/; revision=1094416
</content>
</entry>
<entry>
<title>Fixed issue in details view, that "sometimes" the rubberband selection only selects one item after an item has been deleted.</title>
<updated>2010-01-11T13:29:27Z</updated>
<author>
<name>Peter Penz</name>
<email>peter.penz19@gmail.com</email>
</author>
<published>2010-01-11T13:29:27Z</published>
<link rel='alternate' type='text/html' href='https://fiftyfourth.xyz/git/dolphin/commit/?id=6301372c21857f2b1b5d9a2dd97f1d13a5b7994e'/>
<id>urn:sha1:6301372c21857f2b1b5d9a2dd97f1d13a5b7994e</id>
<content type='text'>
It took me nearly 30 minutes to find out how to reproduce this issue 100 % reliable:
- a confirm dialog must be shown (thanks a lot to Dario for the hint!)
- the most important part: the keys (e. g. Shift + Del) must be pressed long enough until the confirm dialog grabs the focus from the details view...

BUG: 220898
BUG: 183386
BUG: 203112

svn path=/trunk/KDE/kdebase/apps/; revision=1073043
</content>
</entry>
<entry>
<title>Reimplement visualRegionForSelection in DolpinDetailsView.</title>
<updated>2009-12-13T18:18:08Z</updated>
<author>
<name>Frank Reininghaus</name>
<email>frank78ac@googlemail.com</email>
</author>
<published>2009-12-13T18:18:08Z</published>
<link rel='alternate' type='text/html' href='https://fiftyfourth.xyz/git/dolphin/commit/?id=a2365b6ed82a4d85fffaa06e51c1c458c301e79d'/>
<id>urn:sha1:a2365b6ed82a4d85fffaa06e51c1c458c301e79d</id>
<content type='text'>
Fixes the problem that not the entire area affected by changing the
selection gets updated. QTreeView::visualRegionForSelection assumes
implicitly that the visualRects of all items have the same width,
which is not the case here.

Fix will be in KDE 4.4 Beta 2.

BUG: 218114

svn path=/trunk/KDE/kdebase/apps/; revision=1062076
</content>
</entry>
<entry>
<title>Rename Dolphin View's nameColumnRect member to visualRect.</title>
<updated>2009-12-09T18:38:54Z</updated>
<author>
<name>Frank Reininghaus</name>
<email>frank78ac@googlemail.com</email>
</author>
<published>2009-12-09T18:38:54Z</published>
<link rel='alternate' type='text/html' href='https://fiftyfourth.xyz/git/dolphin/commit/?id=f5deeadebbb67b4b20eae13f55e0ef66f4127eea'/>
<id>urn:sha1:f5deeadebbb67b4b20eae13f55e0ef66f4127eea</id>
<content type='text'>
This overrides QTreeView::visualRect, such that the "visual rect"
matches the area used in indexAt. Fixes the problem that the selection
loses items in the Details View when selecting new items with
Shift+Keyboard.

BUG: 217447

svn path=/trunk/KDE/kdebase/apps/; revision=1060716
</content>
</entry>
<entry>
<title>When navigating back/forward in the DolphinPart inside Konqueror, remember</title>
<updated>2009-11-14T15:51:47Z</updated>
<author>
<name>Frank Reininghaus</name>
<email>frank78ac@googlemail.com</email>
</author>
<published>2009-11-14T15:51:47Z</published>
<link rel='alternate' type='text/html' href='https://fiftyfourth.xyz/git/dolphin/commit/?id=487215f0c459ca38c68619325edac4a2fe42ca4b'/>
<id>urn:sha1:487215f0c459ca38c68619325edac4a2fe42ca4b</id>
<content type='text'>
1. the current item,
2. the scroll position of the view, and
3. the expansion state of the details view.

Before 3. can be implemented in Dolphin itself, some changes in
KUrlNavigator are required.

This fix will be in KDE 4.4.

BUG: 193549
BUG: 198073
BUG: 213137

svn path=/trunk/KDE/kdebase/apps/; revision=1049164
</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>
</feed>
