<feed xmlns='http://www.w3.org/2005/Atom'>
<title>dolphin/src/viewproperties.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-24T22:08:30Z</updated>
<entry>
<title>Sourcecode hierarchy cleanup: Move further files from src to src/views</title>
<updated>2010-07-24T22:08:30Z</updated>
<author>
<name>Peter Penz</name>
<email>peter.penz19@gmail.com</email>
</author>
<published>2010-07-24T22:08:30Z</published>
<link rel='alternate' type='text/html' href='https://fiftyfourth.xyz/git/dolphin/commit/?id=a5cf21ff06aff44cde563eaceae3c6cef452ee48'/>
<id>urn:sha1:a5cf21ff06aff44cde563eaceae3c6cef452ee48</id>
<content type='text'>
svn path=/trunk/KDE/kdebase/apps/; revision=1154150
</content>
</entry>
<entry>
<title>SVN_SILENT: Minor coding style and format cleanups. No change of behavior has been done.</title>
<updated>2010-05-19T19:45:17Z</updated>
<author>
<name>Peter Penz</name>
<email>peter.penz19@gmail.com</email>
</author>
<published>2010-05-19T19:45:17Z</published>
<link rel='alternate' type='text/html' href='https://fiftyfourth.xyz/git/dolphin/commit/?id=79b6fe610f51c3cfe7f6b6cbc1af7a934363840a'/>
<id>urn:sha1:79b6fe610f51c3cfe7f6b6cbc1af7a934363840a</id>
<content type='text'>
svn path=/trunk/KDE/kdebase/apps/; revision=1128629
</content>
</entry>
<entry>
<title>Don't change the default view properties, if the view mode is changed on a remote folder.</title>
<updated>2010-05-19T19:25:04Z</updated>
<author>
<name>Peter Penz</name>
<email>peter.penz19@gmail.com</email>
</author>
<published>2010-05-19T19:25:04Z</published>
<link rel='alternate' type='text/html' href='https://fiftyfourth.xyz/git/dolphin/commit/?id=bcaac21c4ec3d92c8c75f193e27364b4d7dd2321'/>
<id>urn:sha1:bcaac21c4ec3d92c8c75f193e27364b4d7dd2321</id>
<content type='text'>
BUG: 234852

svn path=/trunk/KDE/kdebase/apps/; revision=1128615
</content>
</entry>
<entry>
<title>SVN_SILENT: Revert accidental commit of temporary debugging codee error message is shown in Dolphin instead.</title>
<updated>2010-05-19T18:59:11Z</updated>
<author>
<name>Peter Penz</name>
<email>peter.penz19@gmail.com</email>
</author>
<published>2010-05-19T18:59:11Z</published>
<link rel='alternate' type='text/html' href='https://fiftyfourth.xyz/git/dolphin/commit/?id=a047333c0482249a12dca4e6a16c102684c785de'/>
<id>urn:sha1:a047333c0482249a12dca4e6a16c102684c785de</id>
<content type='text'>
CCBUG: 229505

svn path=/trunk/KDE/kdebase/apps/; revision=1128600
</content>
</entry>
<entry>
<title>Disable the automatic error handling in the DolphinDirLister, the error message is shown in Dolphin instead.</title>
<updated>2010-05-19T18:55:05Z</updated>
<author>
<name>Peter Penz</name>
<email>peter.penz19@gmail.com</email>
</author>
<published>2010-05-19T18:55:05Z</published>
<link rel='alternate' type='text/html' href='https://fiftyfourth.xyz/git/dolphin/commit/?id=91851b436e7c623b54a19f8948b01b4dd28b50cc'/>
<id>urn:sha1:91851b436e7c623b54a19f8948b01b4dd28b50cc</id>
<content type='text'>
CCBUG: 229505

svn path=/trunk/KDE/kdebase/apps/; revision=1128599
</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>Fixed issue that the "show folders first property" was not delegated to sub directories, when "[x] Apply to all sub directories" was checked.</title>
<updated>2010-01-06T15:39:06Z</updated>
<author>
<name>Peter Penz</name>
<email>peter.penz19@gmail.com</email>
</author>
<published>2010-01-06T15:39:06Z</published>
<link rel='alternate' type='text/html' href='https://fiftyfourth.xyz/git/dolphin/commit/?id=5cf5a8ea4bf482b5a78d9948a6cdaea44ad9c627'/>
<id>urn:sha1:5cf5a8ea4bf482b5a78d9948a6cdaea44ad9c627</id>
<content type='text'>
BUG: 214865

svn path=/trunk/KDE/kdebase/apps/; revision=1070723
</content>
</entry>
<entry>
<title>Removed enums SortByRating and SortByTags. They never have been activated yet because of performance issues...</title>
<updated>2009-12-12T12:51:31Z</updated>
<author>
<name>Peter Penz</name>
<email>peter.penz19@gmail.com</email>
</author>
<published>2009-12-12T12:51:31Z</published>
<link rel='alternate' type='text/html' href='https://fiftyfourth.xyz/git/dolphin/commit/?id=a14119587a1bb7cbf931d9c69ba4623f6fb2242b'/>
<id>urn:sha1:a14119587a1bb7cbf931d9c69ba4623f6fb2242b</id>
<content type='text'>
svn path=/trunk/KDE/kdebase/apps/; revision=1061595
</content>
</entry>
</feed>
