<feed xmlns='http://www.w3.org/2005/Atom'>
<title>dolphin/src/views/dolphindetailsview.h, 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: Fix jumping column-widths</title>
<updated>2011-04-15T18:38:24Z</updated>
<author>
<name>Peter Penz</name>
<email>peter.penz19@gmail.com</email>
</author>
<published>2011-04-15T18:35:25Z</published>
<link rel='alternate' type='text/html' href='https://fiftyfourth.xyz/git/dolphin/commit/?id=14bae32f371663d172e1dd39d98080fd8695d991'/>
<id>urn:sha1:14bae32f371663d172e1dd39d98080fd8695d991</id>
<content type='text'>
If the view has a width where a horizontal scrollbar is required to
show all columns, an endless loop might get triggered that results in a
periodic jumping of the column-widths.

BUG: 270954
FIXED-IN: 4.7.0
</content>
</entry>
<entry>
<title>Internal simplification: It is not necessary to keep the ViewModeController as member for the view-modes, as the URL is alredy known by the DolphinViewController.</title>
<updated>2011-01-09T12:28:43Z</updated>
<author>
<name>Peter Penz</name>
<email>peter.penz19@gmail.com</email>
</author>
<published>2011-01-09T12:28:43Z</published>
<link rel='alternate' type='text/html' href='https://fiftyfourth.xyz/git/dolphin/commit/?id=58ea012256a752fb803a462c0ff025a4de4b5dbf'/>
<id>urn:sha1:58ea012256a752fb803a462c0ff025a4de4b5dbf</id>
<content type='text'>
svn path=/trunk/KDE/kdebase/apps/; revision=1213172
</content>
</entry>
<entry>
<title>Add unit test which checks that DolphinDetailsView::expandedUrls()</title>
<updated>2010-11-17T20:59:05Z</updated>
<author>
<name>Frank Reininghaus</name>
<email>frank78ac@googlemail.com</email>
</author>
<published>2010-11-17T20:59:05Z</published>
<link rel='alternate' type='text/html' href='https://fiftyfourth.xyz/git/dolphin/commit/?id=10cd05f1a4f2c0919204f7f48820c892d5a0a2d6'/>
<id>urn:sha1:10cd05f1a4f2c0919204f7f48820c892d5a0a2d6</id>
<content type='text'>
works as expected.

svn path=/trunk/KDE/kdebase/apps/; revision=1198202
</content>
</entry>
<entry>
<title>Add a second Dolphin unit test (for a regression in DolphinDetailsView</title>
<updated>2010-10-22T15:41:47Z</updated>
<author>
<name>Frank Reininghaus</name>
<email>frank78ac@googlemail.com</email>
</author>
<published>2010-10-22T15:41:47Z</published>
<link rel='alternate' type='text/html' href='https://fiftyfourth.xyz/git/dolphin/commit/?id=28bc452f0d4489e0f3076996dde128a5b2940209'/>
<id>urn:sha1:28bc452f0d4489e0f3076996dde128a5b2940209</id>
<content type='text'>
which has been fixed recently). This commit also adds a new class
TestHelper which provides some funtionality that most Dolphin unit
tests will need. I hope that this makes implementing additional tests
as easy as possible :-)

svn path=/trunk/KDE/kdebase/apps/; revision=1188536
</content>
</entry>
<entry>
<title>Move the generic hover- and selection-adjustments from DolphinsDetailsView into the new base class DolphinTreeView.</title>
<updated>2010-10-09T09:45:56Z</updated>
<author>
<name>Peter Penz</name>
<email>peter.penz19@gmail.com</email>
</author>
<published>2010-10-09T09:45:56Z</published>
<link rel='alternate' type='text/html' href='https://fiftyfourth.xyz/git/dolphin/commit/?id=7e864a72b19b72be58d1924264b72bb2f203dda9'/>
<id>urn:sha1:7e864a72b19b72be58d1924264b72bb2f203dda9</id>
<content type='text'>
Background info: QTreeView does not respect the width of a cell for the hover-feedback and the selections. This has been adjusted in DolphinDetailsView already, but the required code for this is quite large. This made it tricky to maintain the really Dolphin-specific parts in DolphinDetailsView.

svn path=/trunk/KDE/kdebase/apps/; revision=1184152
</content>
</entry>
<entry>
<title>Use the size-hint provided by the item-delegate to calculate the required width of the columns. This assures that columns like "Path" are not clipped.</title>
<updated>2010-09-04T16:59:47Z</updated>
<author>
<name>Peter Penz</name>
<email>peter.penz19@gmail.com</email>
</author>
<published>2010-09-04T16:59:47Z</published>
<link rel='alternate' type='text/html' href='https://fiftyfourth.xyz/git/dolphin/commit/?id=f9554d6457b1439fb0a139a86aa91a94d525e653'/>
<id>urn:sha1:f9554d6457b1439fb0a139a86aa91a94d525e653</id>
<content type='text'>
svn path=/trunk/KDE/kdebase/apps/; revision=1171601
</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>
</feed>
