<feed xmlns='http://www.w3.org/2005/Atom'>
<title>dolphin/src/dolphinitemcategorizer.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>2007-09-17T04:02:17Z</updated>
<entry>
<title>Create the new architecture for KCategorizedView. Now DolphinModel is created, inheriting KDirModel for returning valid data for the role of the category of </title>
<updated>2007-09-17T04:02:17Z</updated>
<author>
<name>Rafael Fernández López</name>
<email>ereslibre@kde.org</email>
</author>
<published>2007-09-17T04:02:17Z</published>
<link rel='alternate' type='text/html' href='https://fiftyfourth.xyz/git/dolphin/commit/?id=c8072005fada01d772595ec64adca449134f421e'/>
<id>urn:sha1:c8072005fada01d772595ec64adca449134f421e</id>
<content type='text'>
an item. DolphinSortFilterProxyModel implements now methods lessThanCategoryMethod and lessThanGeneralMethod from KCategorizedSortFilterProxyModel.

The only thing that needs to be adapted is the keyboard navigation on the KCategorizedView.

CCMAIL: peter.penz@gmx.at

svn path=/trunk/KDE/kdebase/apps/; revision=713319
</content>
</entry>
<entry>
<title>minor coding style fix</title>
<updated>2007-09-09T10:32:49Z</updated>
<author>
<name>Peter Penz</name>
<email>peter.penz19@gmail.com</email>
</author>
<published>2007-09-09T10:32:49Z</published>
<link rel='alternate' type='text/html' href='https://fiftyfourth.xyz/git/dolphin/commit/?id=d6f393ff038e7c51d4a8a213ced4f312de7ab8bc'/>
<id>urn:sha1:d6f393ff038e7c51d4a8a213ced4f312de7ab8bc</id>
<content type='text'>
svn path=/trunk/KDE/kdebase/apps/; revision=710222
</content>
</entry>
<entry>
<title>move from deprecated KPixmapEffects to KIconEffects, not perfected code yet</title>
<updated>2007-09-09T02:55:51Z</updated>
<author>
<name>Arto Hytönen</name>
<email>amthpublic@gmail.com</email>
</author>
<published>2007-09-09T02:55:51Z</published>
<link rel='alternate' type='text/html' href='https://fiftyfourth.xyz/git/dolphin/commit/?id=b2b09f36f076b073a7b40f55471520734bacc529'/>
<id>urn:sha1:b2b09f36f076b073a7b40f55471520734bacc529</id>
<content type='text'>
svn path=/trunk/KDE/kdebase/apps/; revision=710060
</content>
</entry>
<entry>
<title>Use KFileItem by value rather than by pointer</title>
<updated>2007-08-13T21:57:20Z</updated>
<author>
<name>David Faure</name>
<email>faure@kde.org</email>
</author>
<published>2007-08-13T21:57:20Z</published>
<link rel='alternate' type='text/html' href='https://fiftyfourth.xyz/git/dolphin/commit/?id=81fcd720a2cc095262e52b8a40dd1472d774a415'/>
<id>urn:sha1:81fcd720a2cc095262e52b8a40dd1472d774a415</id>
<content type='text'>
 - in KDirModel::itemForIndex, as noted there as a TODO
 - in dolphin, everywhere.

svn path=/trunk/KDE/kdebase/apps/; revision=699691
</content>
</entry>
<entry>
<title>Use the new KFileItem API</title>
<updated>2007-07-29T23:12:57Z</updated>
<author>
<name>Thiago Macieira</name>
<email>thiago@kde.org</email>
</author>
<published>2007-07-29T23:12:57Z</published>
<link rel='alternate' type='text/html' href='https://fiftyfourth.xyz/git/dolphin/commit/?id=3e513607f03d0c755815bc9d0545dcc7585c54fd'/>
<id>urn:sha1:3e513607f03d0c755815bc9d0545dcc7585c54fd</id>
<content type='text'>
svn path=/trunk/KDE/kdebase/apps/; revision=694063
</content>
</entry>
<entry>
<title>more fixes</title>
<updated>2007-07-24T08:53:35Z</updated>
<author>
<name>Thomas Zander</name>
<email>zander@kde.org</email>
</author>
<published>2007-07-24T08:53:35Z</published>
<link rel='alternate' type='text/html' href='https://fiftyfourth.xyz/git/dolphin/commit/?id=7efea42cea8908608916e018e593109a9b6ae78f'/>
<id>urn:sha1:7efea42cea8908608916e018e593109a9b6ae78f</id>
<content type='text'>
svn path=/trunk/KDE/kdebase/apps/; revision=691717
</content>
</entry>
<entry>
<title>Fix a couple of crashes.  First was to avoid problem caused by KIconLoader::global()-&gt;theme() returning 0 (which according to the API, it can do).  Second was to fix the 'lastIndex' member of KCategorizedView::Private being out of date when used.  According to the comments this member existed as an optimization.  However in the only function where it is used, scrollbar updates are also performed.  This will be several orders of magnitude more expensive than the 3 constant-time operations on Qt containers (QHash,QList) which the optimization avoided.  So I removed the 'lastIndex' member and moved the calculation to where the data is needed.</title>
<updated>2007-07-23T23:08:47Z</updated>
<author>
<name>Robert Knight</name>
<email>robertknight@gmail.com</email>
</author>
<published>2007-07-23T23:08:47Z</published>
<link rel='alternate' type='text/html' href='https://fiftyfourth.xyz/git/dolphin/commit/?id=e6785665752a8a3e6f9d9a73d40fdb22a2af7d04'/>
<id>urn:sha1:e6785665752a8a3e6f9d9a73d40fdb22a2af7d04</id>
<content type='text'>
svn path=/trunk/KDE/kdebase/apps/; revision=691574
</content>
</entry>
<entry>
<title>KUIT adaptions</title>
<updated>2007-07-09T17:51:39Z</updated>
<author>
<name>Peter Penz</name>
<email>peter.penz19@gmail.com</email>
</author>
<published>2007-07-09T17:51:39Z</published>
<link rel='alternate' type='text/html' href='https://fiftyfourth.xyz/git/dolphin/commit/?id=50d9e030e7855080c037b826f06433495972f503'/>
<id>urn:sha1:50d9e030e7855080c037b826f06433495972f503</id>
<content type='text'>
svn path=/trunk/KDE/kdebase/apps/; revision=685763
</content>
</entry>
<entry>
<title>If no user icon present, show a generic one</title>
<updated>2007-07-08T20:43:34Z</updated>
<author>
<name>Rafael Fernández López</name>
<email>ereslibre@kde.org</email>
</author>
<published>2007-07-08T20:43:34Z</published>
<link rel='alternate' type='text/html' href='https://fiftyfourth.xyz/git/dolphin/commit/?id=90ca3c31dc3961ff907d7600f2ff7bec14322b30'/>
<id>urn:sha1:90ca3c31dc3961ff907d7600f2ff7bec14322b30</id>
<content type='text'>
svn path=/trunk/KDE/kdebase/apps/; revision=685426
</content>
</entry>
<entry>
<title>Make KListView capable of drawing categories on our own way. This make things easier </title>
<updated>2007-07-06T17:41:04Z</updated>
<author>
<name>Rafael Fernández López</name>
<email>ereslibre@kde.org</email>
</author>
<published>2007-07-06T17:41:04Z</published>
<link rel='alternate' type='text/html' href='https://fiftyfourth.xyz/git/dolphin/commit/?id=98d01c5e23e9f9dc6b6a1071e4c6e6bd740dbab3'/>
<id>urn:sha1:98d01c5e23e9f9dc6b6a1071e4c6e6bd740dbab3</id>
<content type='text'>
when we are trying to customize it. We can also benefit from KStyle if some day it 
supports category drawing.

KListView keyboard navigation. Tricier than I thought.

Pending renaming to KCategorizedView. Seems a good name.

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