<feed xmlns='http://www.w3.org/2005/Atom'>
<title>dolphin/src/views/dolphinfileitemdelegate.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>2011-07-30T18:13:41Z</updated>
<entry>
<title>Merged very early alpha-version of Dolphin 2.0</title>
<updated>2011-07-30T18:13:41Z</updated>
<author>
<name>Peter Penz</name>
<email>peter.penz19@gmail.com</email>
</author>
<published>2011-07-30T18:13:09Z</published>
<link rel='alternate' type='text/html' href='https://fiftyfourth.xyz/git/dolphin/commit/?id=f23e9496f303995557b744c03178f5dbd9b35016'/>
<id>urn:sha1:f23e9496f303995557b744c03178f5dbd9b35016</id>
<content type='text'>
Dolphin 2.0 will get a new view-engine with the
following improvements:
- Better performance
- Animated transitions
- No clipped filenames due to dynamic item-sizes
- Grouping support for all view-modes
- Non-rectangular selection areas
- Simplified code for better maintenance

More details will be provided in a blog-entry during
the next days.

Please note that the code is in a very
early alpha-stage and although the most tricky parts
have been implemented already very basic things like
drag and drop or selections have not been pushed yet.
Those things are rather trivial to implement but this
still will take some time.
</content>
</entry>
<entry>
<title>Details view optimization</title>
<updated>2011-03-12T17:46:24Z</updated>
<author>
<name>Peter Penz</name>
<email>peter.penz19@gmail.com</email>
</author>
<published>2011-03-12T17:45:59Z</published>
<link rel='alternate' type='text/html' href='https://fiftyfourth.xyz/git/dolphin/commit/?id=747a86573feb65e2ffe57cdae7dedf6ad272e789'/>
<id>urn:sha1:747a86573feb65e2ffe57cdae7dedf6ad272e789</id>
<content type='text'>
Constructing a KColorScheme object is very expensive because of a number
of tint computations. When scrolling a big list more than 30 % of the
time was spent here. Instead, we can precompute and store the inactive
text color. (see https://git.reviewboard.kde.org/r/100826/)

Thanks to Samuel Rødal for the patch!
</content>
</entry>
<entry>
<title>Adjust text color to new emblem for unstaged files</title>
<updated>2011-03-03T19:20:13Z</updated>
<author>
<name>Sebastian Dörner</name>
<email>sebastian@sebastian-doerner.de</email>
</author>
<published>2011-03-03T19:19:29Z</published>
<link rel='alternate' type='text/html' href='https://fiftyfourth.xyz/git/dolphin/commit/?id=3c6ec1b7f9a03dc08a1ee9b95208a651fa9aa90b'/>
<id>urn:sha1:3c6ec1b7f9a03dc08a1ee9b95208a651fa9aa90b</id>
<content type='text'>
The new emblem is green, not red, which should be reflected by the text
color. Now, all files that will be part of the next commit
(LocallyModifiedVersion and AddedVersion) are green and unstaged files
darkGreen.
</content>
</entry>
<entry>
<title>Update e-mail address from peter.penz@gmx.at to peter.penz19@gmail.com</title>
<updated>2011-02-04T14:57:33Z</updated>
<author>
<name>Peter Penz</name>
<email>peter.penz19@gmail.com</email>
</author>
<published>2011-02-04T14:57:33Z</published>
<link rel='alternate' type='text/html' href='https://fiftyfourth.xyz/git/dolphin/commit/?id=fd74aa8e2057158d2eadb835eb61564854c81020'/>
<id>urn:sha1:fd74aa8e2057158d2eadb835eb61564854c81020</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Use capitalized KDE includes</title>
<updated>2011-02-04T14:43:21Z</updated>
<author>
<name>Peter Penz</name>
<email>peter.penz19@gmail.com</email>
</author>
<published>2011-02-04T14:43:21Z</published>
<link rel='alternate' type='text/html' href='https://fiftyfourth.xyz/git/dolphin/commit/?id=8eb9b508ca87fb1d634d8b8ba62c054ed04466d2'/>
<id>urn:sha1:8eb9b508ca87fb1d634d8b8ba62c054ed04466d2</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Use the inactive text color for all columns except the name column. This indicates for the user that hovering other columns does not change the actions context.</title>
<updated>2010-11-20T11:29:54Z</updated>
<author>
<name>Peter Penz</name>
<email>peter.penz19@gmail.com</email>
</author>
<published>2010-11-20T11:29:54Z</published>
<link rel='alternate' type='text/html' href='https://fiftyfourth.xyz/git/dolphin/commit/?id=111558558437cbe14624b6916371ca7f82467bba'/>
<id>urn:sha1:111558558437cbe14624b6916371ca7f82467bba</id>
<content type='text'>
svn path=/trunk/KDE/kdebase/apps/; revision=1199020
</content>
</entry>
<entry>
<title>Adjust the color when using the LocallyModifiedUnstagedVersion (patch written by Sebastian Dörner)</title>
<updated>2010-11-09T16:26:19Z</updated>
<author>
<name>Peter Penz</name>
<email>peter.penz19@gmail.com</email>
</author>
<published>2010-11-09T16:26:19Z</published>
<link rel='alternate' type='text/html' href='https://fiftyfourth.xyz/git/dolphin/commit/?id=09e4bd3ed4f1283ef3b6df3bb55c1001978a1b34'/>
<id>urn:sha1:09e4bd3ed4f1283ef3b6df3bb55c1001978a1b34</id>
<content type='text'>
svn path=/trunk/KDE/kdebase/apps/; revision=1194724
</content>
</entry>
<entry>
<title>Provide icon for LocallyModifiedUnstaged versions of a file</title>
<updated>2010-10-18T14:09:55Z</updated>
<author>
<name>Peter Penz</name>
<email>peter.penz19@gmail.com</email>
</author>
<published>2010-10-18T14:09:55Z</published>
<link rel='alternate' type='text/html' href='https://fiftyfourth.xyz/git/dolphin/commit/?id=0d1d0d5781a3cfb4debc671b9728c37c511366f0'/>
<id>urn:sha1:0d1d0d5781a3cfb4debc671b9728c37c511366f0</id>
<content type='text'>
svn path=/trunk/KDE/kdebase/apps/; revision=1187170
</content>
</entry>
<entry>
<title>Use KStringHandler::preProcessWrap() when calculating the width of a</title>
<updated>2010-09-25T22:01:05Z</updated>
<author>
<name>Frank Reininghaus</name>
<email>frank78ac@googlemail.com</email>
</author>
<published>2010-09-25T22:01:05Z</published>
<link rel='alternate' type='text/html' href='https://fiftyfourth.xyz/git/dolphin/commit/?id=732459f4e29707faaae63645ffe1aae31215e77e'/>
<id>urn:sha1:732459f4e29707faaae63645ffe1aae31215e77e</id>
<content type='text'>
file name in DolphinFileItemDelegate. This makes sure that zero width
spaces (which prevent kerning) are added at the same places where
KFileItemDelegate adds them when actually rendering the name. Fixes
the problem that file names are elided and partly replaced by "..."
even though there is enough space for the full name.

CCBUG: 251121

svn path=/trunk/KDE/kdebase/apps/; revision=1179568
</content>
</entry>
<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>
</feed>
