<feed xmlns='http://www.w3.org/2005/Atom'>
<title>dolphin/src/dolphinview.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>* Unbreak last commit.</title>
<updated>2010-07-03T03:38:58Z</updated>
<author>
<name>Christian Muehlhaeuser</name>
<email>muesli@gmail.com</email>
</author>
<published>2010-07-03T03:38:58Z</published>
<link rel='alternate' type='text/html' href='https://fiftyfourth.xyz/git/dolphin/commit/?id=e32ac5c02a417490ea218da7f47d3ded93768dd0'/>
<id>urn:sha1:e32ac5c02a417490ea218da7f47d3ded93768dd0</id>
<content type='text'>
svn path=/trunk/KDE/kdebase/apps/; revision=1145468
</content>
</entry>
<entry>
<title>* Ignore invalid redirection after renaming an expanded folder in detail view.</title>
<updated>2010-07-03T02:37:52Z</updated>
<author>
<name>Christian Muehlhaeuser</name>
<email>muesli@gmail.com</email>
</author>
<published>2010-07-03T02:37:52Z</published>
<link rel='alternate' type='text/html' href='https://fiftyfourth.xyz/git/dolphin/commit/?id=873bcbc7b7bffa20c0de588ee5bde7dcbb717235'/>
<id>urn:sha1:873bcbc7b7bffa20c0de588ee5bde7dcbb717235</id>
<content type='text'>
svn path=/trunk/KDE/kdebase/apps/; revision=1145456
</content>
</entry>
<entry>
<title>When pasting or dropping items in the view in Dolphin or the</title>
<updated>2010-05-27T18:16:53Z</updated>
<author>
<name>Frank Reininghaus</name>
<email>frank78ac@googlemail.com</email>
</author>
<published>2010-05-27T18:16:53Z</published>
<link rel='alternate' type='text/html' href='https://fiftyfourth.xyz/git/dolphin/commit/?id=85f85e8532caabe2e287a1f0c8bfe68596251845'/>
<id>urn:sha1:85f85e8532caabe2e287a1f0c8bfe68596251845</id>
<content type='text'>
DolphinPart (running in Konqueror), do not only select the new items,
but also clear the previous selection.

BUG: 223905

svn path=/trunk/KDE/kdebase/apps/; revision=1131230
</content>
</entry>
<entry>
<title>Fix temporary regression of sorting introduced by SVN commit 1126410</title>
<updated>2010-05-14T06:08:08Z</updated>
<author>
<name>Peter Penz</name>
<email>peter.penz19@gmail.com</email>
</author>
<published>2010-05-14T06:08:08Z</published>
<link rel='alternate' type='text/html' href='https://fiftyfourth.xyz/git/dolphin/commit/?id=258bbc01223ce35e6c81733be49eb50b45107b39'/>
<id>urn:sha1:258bbc01223ce35e6c81733be49eb50b45107b39</id>
<content type='text'>
svn path=/trunk/KDE/kdebase/apps/; revision=1126487
</content>
</entry>
<entry>
<title>Rename AdditionalInfoManager to AdditionalInfoAccessor</title>
<updated>2010-05-14T05:27:47Z</updated>
<author>
<name>Peter Penz</name>
<email>peter.penz19@gmail.com</email>
</author>
<published>2010-05-14T05:27:47Z</published>
<link rel='alternate' type='text/html' href='https://fiftyfourth.xyz/git/dolphin/commit/?id=4f0f6e6156adcb10964ea50379d78f0947f10f7e'/>
<id>urn:sha1:4f0f6e6156adcb10964ea50379d78f0947f10f7e</id>
<content type='text'>
svn path=/trunk/KDE/kdebase/apps/; revision=1126483
</content>
</entry>
<entry>
<title>If an information entry will be added to KFileItemDelegate (like done recently), adjusting the corresponding code in Dolphin is a real pain, as the new information will be shown in Dolphin the following way:</title>
<updated>2010-05-13T22:06:10Z</updated>
<author>
<name>Peter Penz</name>
<email>peter.penz19@gmail.com</email>
</author>
<published>2010-05-13T22:06:10Z</published>
<link rel='alternate' type='text/html' href='https://fiftyfourth.xyz/git/dolphin/commit/?id=cb9669d71cf10e73305c6a60fe0d832f4eb0ac7a'/>
<id>urn:sha1:cb9669d71cf10e73305c6a60fe0d832f4eb0ac7a</id>
<content type='text'>
 - As additional columns in the details view
 - As additional lines in the icons view
 - As menu entries in the "Sort By" and "Additional Information" groups
 - As popup menu entries in the details view header popup
 - As checkable entries in the View Properties dialog

To prevent similar painful transitions in future, the class AdditionalInfoManager has been introduced. All parts in Dolphin that access/show/store additional information, use the AdditionalInfoManager now. If a new information entry will be added in KFileItemDelegate in future, only a small adjustment in AdditionalInfoManager will be required.

Still open currently:
- AdditionalInfoDialog does not use AdditionalInfoManager yet
- DolphinView::Sorting should be replaced by KFileItemDelegate::Information, so that the sorting can also be done in a generic way.
- The data for KFileItemDelegate::PathOrUrl is not determined

The open issues will get fixed during the next days.

Kudos to the brave warriors Sebastian and Frank, that tried to add a new information ;-)

CCMAIL: sebastian@trueg.de
CCMAIL: frank78ac@googlemail.com

svn path=/trunk/KDE/kdebase/apps/; revision=1126410
</content>
</entry>
<entry>
<title>Expose the new file item property pathorurl to the Dolphin UI. This is mostly useful for search results to see the actual local path of the result.</title>
<updated>2010-05-11T21:02:49Z</updated>
<author>
<name>Sebastian Trueg</name>
<email>sebastian@trueg.de</email>
</author>
<published>2010-05-11T21:02:49Z</published>
<link rel='alternate' type='text/html' href='https://fiftyfourth.xyz/git/dolphin/commit/?id=6a096cca2d9a3b10bf3874a967b9e2b66c7b748c'/>
<id>urn:sha1:6a096cca2d9a3b10bf3874a967b9e2b66c7b748c</id>
<content type='text'>
svn path=/trunk/KDE/kdebase/apps/; revision=1125631
</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>Forward port of SVN commit 1096089: Fix regression that columns stay empty when switching between URLs that differ by more than one sub directory. Thanks to Frank Reininghaus for the analysis.</title>
<updated>2010-02-25T19:36:36Z</updated>
<author>
<name>Peter Penz</name>
<email>peter.penz19@gmail.com</email>
</author>
<published>2010-02-25T19:36:36Z</published>
<link rel='alternate' type='text/html' href='https://fiftyfourth.xyz/git/dolphin/commit/?id=df6bc98ded7d55b506ba3498490e5894b0b99b23'/>
<id>urn:sha1:df6bc98ded7d55b506ba3498490e5894b0b99b23</id>
<content type='text'>
CCBUG: 227785
CCBUG: 227748

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