<feed xmlns='http://www.w3.org/2005/Atom'>
<title>dolphin/src/dolphinviewactionhandler.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>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>Unify the search interface for non-indexed and indexed folders</title>
<updated>2010-07-24T16:37:07Z</updated>
<author>
<name>Peter Penz</name>
<email>peter.penz19@gmail.com</email>
</author>
<published>2010-07-24T16:37:07Z</published>
<link rel='alternate' type='text/html' href='https://fiftyfourth.xyz/git/dolphin/commit/?id=49eb864b03b6370e403c6f048ab18d1478eab045'/>
<id>urn:sha1:49eb864b03b6370e403c6f048ab18d1478eab045</id>
<content type='text'>
svn path=/trunk/KDE/kdebase/apps/; revision=1154073
</content>
</entry>
<entry>
<title>Fix context for action name "Delete (using shortcut for Trash)"</title>
<updated>2010-05-31T01:13:03Z</updated>
<author>
<name>Alexander Potashev</name>
<email>aspotashev@gmail.com</email>
</author>
<published>2010-05-31T01:13:03Z</published>
<link rel='alternate' type='text/html' href='https://fiftyfourth.xyz/git/dolphin/commit/?id=1db1cb309d11f2cc1ed6556c46ab0e7d1248be40'/>
<id>urn:sha1:1db1cb309d11f2cc1ed6556c46ab0e7d1248be40</id>
<content type='text'>
CCMAIL: kde-i18n-doc@kde.org

svn path=/trunk/KDE/kdebase/apps/; revision=1132560
</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>Create QActionGroup like done for other sub menus for consistency. Although a few more lines of code are required, this approach is more flexible.bar, but as the group "Panels" can be added instead, this should be no issue.</title>
<updated>2010-05-03T17:49:49Z</updated>
<author>
<name>Peter Penz</name>
<email>peter.penz19@gmail.com</email>
</author>
<published>2010-05-03T17:49:49Z</published>
<link rel='alternate' type='text/html' href='https://fiftyfourth.xyz/git/dolphin/commit/?id=2aa41e71676a7fa9e745a4bd9b1d0fb372ad65e3'/>
<id>urn:sha1:2aa41e71676a7fa9e745a4bd9b1d0fb372ad65e3</id>
<content type='text'>
svn path=/trunk/KDE/kdebase/apps/; revision=1122365
</content>
</entry>
<entry>
<title>Allow to add menu groups like "View Mode", "Sort By"... to be added as toolbar item (see http://reviewboard.kde.org/r/3862).</title>
<updated>2010-05-03T15:40:24Z</updated>
<author>
<name>Peter Penz</name>
<email>peter.penz19@gmail.com</email>
</author>
<published>2010-05-03T15:40:24Z</published>
<link rel='alternate' type='text/html' href='https://fiftyfourth.xyz/git/dolphin/commit/?id=23f31b60b0c5b054886ed4812eb0a833803eef6d'/>
<id>urn:sha1:23f31b60b0c5b054886ed4812eb0a833803eef6d</id>
<content type='text'>
Thanks to Todd for the patch!

CCMAIL: toddrme2178@gmail.com

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