<feed xmlns='http://www.w3.org/2005/Atom'>
<title>dolphin/src/dolphinmodel.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>Return a value for the "LocalPathOrUrl" column.</title>
<updated>2010-05-20T19:24:12Z</updated>
<author>
<name>Peter Penz</name>
<email>peter.penz19@gmail.com</email>
</author>
<published>2010-05-20T19:24:12Z</published>
<link rel='alternate' type='text/html' href='https://fiftyfourth.xyz/git/dolphin/commit/?id=f1847b01151349f0fe99886987e078f042d8077e'/>
<id>urn:sha1:f1847b01151349f0fe99886987e078f042d8077e</id>
<content type='text'>
The values for the columns "LinkDestination" and "LocalPathOrUrl" should be moved from DolphinModel to KDirModel, as otherwise the added Information enums in KFileItemDelegate would not make much sense (I'll provide a patch on the reviewboard next week).

CCMAIL: trueg@kde.org

svn path=/trunk/KDE/kdebase/apps/; revision=1128953
</content>
</entry>
<entry>
<title>Rename "Destination" to "Link Destination" as suggested by Frank Reininghaus</title>
<updated>2010-05-20T16:11:19Z</updated>
<author>
<name>Peter Penz</name>
<email>peter.penz19@gmail.com</email>
</author>
<published>2010-05-20T16:11:19Z</published>
<link rel='alternate' type='text/html' href='https://fiftyfourth.xyz/git/dolphin/commit/?id=b221d7ca1965751f2d6f515ec48d01d4df949414'/>
<id>urn:sha1:b221d7ca1965751f2d6f515ec48d01d4df949414</id>
<content type='text'>
CCMAIL: frank78ac@googlemail.com

svn path=/trunk/KDE/kdebase/apps/; revision=1128906
</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>Provide the destination of a symbolic link as a column in Dolphin's</title>
<updated>2010-05-10T12:49:41Z</updated>
<author>
<name>Frank Reininghaus</name>
<email>frank78ac@googlemail.com</email>
</author>
<published>2010-05-10T12:49:41Z</published>
<link rel='alternate' type='text/html' href='https://fiftyfourth.xyz/git/dolphin/commit/?id=7e74c6f23beb06b9541508b91914a4f9b3ee3a62'/>
<id>urn:sha1:7e74c6f23beb06b9541508b91914a4f9b3ee3a62</id>
<content type='text'>
(and Konqueror's) Details View in KDE SC 4.5.

This is based on the changes to KFileItemDelegate from commit 1124981.

FEATURE: 211690

svn path=/trunk/KDE/kdebase/apps/; revision=1124982
</content>
</entry>
<entry>
<title>Enable job-transfer indication for file items.</title>
<updated>2010-03-27T13:31:58Z</updated>
<author>
<name>Peter Penz</name>
<email>peter.penz19@gmail.com</email>
</author>
<published>2010-03-27T13:31:58Z</published>
<link rel='alternate' type='text/html' href='https://fiftyfourth.xyz/git/dolphin/commit/?id=f81e93a8315ddfafbe8a70d39f0520618c7ce379'/>
<id>urn:sha1:f81e93a8315ddfafbe8a70d39f0520618c7ce379</id>
<content type='text'>
Thanks to Shaun Reich for the patch and the implementation behind in kdelibs!

svn path=/trunk/KDE/kdebase/apps/; revision=1108002
</content>
</entry>
<entry>
<title>changed: made static const data symbols really static const</title>
<updated>2010-01-26T02:57:09Z</updated>
<author>
<name>Friedrich W. H. Kossebau</name>
<email>kossebau@kde.org</email>
</author>
<published>2010-01-26T02:57:09Z</published>
<link rel='alternate' type='text/html' href='https://fiftyfourth.xyz/git/dolphin/commit/?id=5accf42fc8695460832eee7c68f577f62c419642'/>
<id>urn:sha1:5accf42fc8695460832eee7c68f577f62c419642</id>
<content type='text'>
svn path=/trunk/KDE/kdebase/apps/; revision=1080302
</content>
</entry>
<entry>
<title>Fixed crash, if the categorizied view sorted by date is used. Use case: modified date = 2010-01-01 (= week number 53), current date = 2010-01-22 (= week number 3).</title>
<updated>2010-01-22T14:05:09Z</updated>
<author>
<name>Peter Penz</name>
<email>peter.penz19@gmail.com</email>
</author>
<published>2010-01-22T14:05:09Z</published>
<link rel='alternate' type='text/html' href='https://fiftyfourth.xyz/git/dolphin/commit/?id=0ad9abf7b1621a834d272c55d3989e53b6abf30e'/>
<id>urn:sha1:0ad9abf7b1621a834d272c55d3989e53b6abf30e</id>
<content type='text'>
BUG: 223651

svn path=/trunk/KDE/kdebase/apps/; revision=1078626
</content>
</entry>
<entry>
<title>Start of refactoring so that the metadata widget can be moved outside of Dolphin for other applications. The temporary removed code will be integrated again within the next 10 days (-&gt; currently no meta data is shown and cannot be updated).</title>
<updated>2009-10-10T14:13:50Z</updated>
<author>
<name>Peter Penz</name>
<email>peter.penz19@gmail.com</email>
</author>
<published>2009-10-10T14:13:50Z</published>
<link rel='alternate' type='text/html' href='https://fiftyfourth.xyz/git/dolphin/commit/?id=eaeee9f7d68d120b1982f24e73d8183db3418261'/>
<id>urn:sha1:eaeee9f7d68d120b1982f24e73d8183db3418261</id>
<content type='text'>
svn path=/trunk/KDE/kdebase/apps/; revision=1033585
</content>
</entry>
<entry>
<title>- Fixed issue that the items inside the "Other" category are sorted in a wrong manner.</title>
<updated>2009-08-14T20:36:54Z</updated>
<author>
<name>Peter Penz</name>
<email>peter.penz19@gmail.com</email>
</author>
<published>2009-08-14T20:36:54Z</published>
<link rel='alternate' type='text/html' href='https://fiftyfourth.xyz/git/dolphin/commit/?id=1d75c9dcae51877d15aff53b27e13f542a1bafe0'/>
<id>urn:sha1:1d75c9dcae51877d15aff53b27e13f542a1bafe0</id>
<content type='text'>
- Removed redundant code.

BUG: 173027

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