<feed xmlns='http://www.w3.org/2005/Atom'>
<title>dolphin/src/views/dolphindetailsview.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: 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>Coding style update for pointer comparison</title>
<updated>2011-02-09T18:24:27Z</updated>
<author>
<name>Peter Penz</name>
<email>peter.penz19@gmail.com</email>
</author>
<published>2011-02-09T18:21:58Z</published>
<link rel='alternate' type='text/html' href='https://fiftyfourth.xyz/git/dolphin/commit/?id=d3496b12310d9fec0e52e537c341e87fcaa2f8b5'/>
<id>urn:sha1:d3496b12310d9fec0e52e537c341e87fcaa2f8b5</id>
<content type='text'>
Most developers seem to prefer
  if (ptr) ...
  if (!ptr) ...
in comparison to
  if (ptr != 0) ...
  if (ptr == 0) ...

Adjusted the Dolphin-code to use the "most-prefered style" to make contributors happy.
</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>Move the call "setUniformRowHeights(true)" from DolphinDetailsView's</title>
<updated>2011-01-15T23:08:23Z</updated>
<author>
<name>Frank Reininghaus</name>
<email>frank78ac@googlemail.com</email>
</author>
<published>2011-01-15T23:08:23Z</published>
<link rel='alternate' type='text/html' href='https://fiftyfourth.xyz/git/dolphin/commit/?id=732b46e39ace58b3f429307a4b2af707a96faef5'/>
<id>urn:sha1:732b46e39ace58b3f429307a4b2af707a96faef5</id>
<content type='text'>
constructor to the one of its base class DolphinTreeView. The reason
is that DolphinTreeView::updateElasticBandSelection() contains
"Q_ASSERT(uniformRowHeights())", so it makes sense to ensure that
every DolphinTreeView has uniform row heights. This might be important
for unit tests which use DolphinTreeView directly.

svn path=/trunk/KDE/kdebase/apps/; revision=1214695
</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>Forward port: Don't grab the focus if the view did not have the focus already.</title>
<updated>2011-01-01T17:54:23Z</updated>
<author>
<name>Peter Penz</name>
<email>peter.penz19@gmail.com</email>
</author>
<published>2011-01-01T17:54:23Z</published>
<link rel='alternate' type='text/html' href='https://fiftyfourth.xyz/git/dolphin/commit/?id=79a7412107551cdb175d3399561478b9434a2766'/>
<id>urn:sha1:79a7412107551cdb175d3399561478b9434a2766</id>
<content type='text'>
CCBUG: 261147
FIXED-IN: 4.6.0

svn path=/trunk/KDE/kdebase/apps/; revision=1210659
</content>
</entry>
<entry>
<title>DragAndDropHelper::isMimeTypeSupported() returns always true in the meantime - remove it</title>
<updated>2010-11-26T18:51:04Z</updated>
<author>
<name>Peter Penz</name>
<email>peter.penz19@gmail.com</email>
</author>
<published>2010-11-26T18:51:04Z</published>
<link rel='alternate' type='text/html' href='https://fiftyfourth.xyz/git/dolphin/commit/?id=55a9aa18d2ddd2688eeb59d962ed60067bbd9f6c'/>
<id>urn:sha1:55a9aa18d2ddd2688eeb59d962ed60067bbd9f6c</id>
<content type='text'>
svn path=/trunk/KDE/kdebase/apps/; revision=1201101
</content>
</entry>
<entry>
<title>In the item view constructors, call setFocus() only after</title>
<updated>2010-11-21T12:36:45Z</updated>
<author>
<name>Frank Reininghaus</name>
<email>frank78ac@googlemail.com</email>
</author>
<published>2010-11-21T12:36:45Z</published>
<link rel='alternate' type='text/html' href='https://fiftyfourth.xyz/git/dolphin/commit/?id=0d63feed1bb165af895fe997c0dd456da4d08ccb'/>
<id>urn:sha1:0d63feed1bb165af895fe997c0dd456da4d08ccb</id>
<content type='text'>
m_extensionsFactory is initialised. This fixes a possible crash in
Konqueror when changing the settings or manipulating tabs.

CCBUG: 240374

svn path=/trunk/KDE/kdebase/apps/; revision=1199276
</content>
</entry>
<entry>
<title>Make sure that an item's visualRect in the Details View is not wider</title>
<updated>2010-11-20T17:53:38Z</updated>
<author>
<name>Frank Reininghaus</name>
<email>frank78ac@googlemail.com</email>
</author>
<published>2010-11-20T17:53:38Z</published>
<link rel='alternate' type='text/html' href='https://fiftyfourth.xyz/git/dolphin/commit/?id=5e7da43c2ddeb9cf99e5a2d2521b4274557b921a'/>
<id>urn:sha1:5e7da43c2ddeb9cf99e5a2d2521b4274557b921a</id>
<content type='text'>
than the "Name" column. Fixes keyboard navigation problems if files
with very wide names are present in the current folder.

Unit test included.

CCBUG: 257401


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