<feed xmlns='http://www.w3.org/2005/Atom'>
<title>dolphin/src/views/dolphinitemlistcontainer.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>2012-04-21T19:32:42Z</updated>
<entry>
<title>Prepare view-engine for non-KFileItem usecase</title>
<updated>2012-04-21T19:32:42Z</updated>
<author>
<name>Peter Penz</name>
<email>peter.penz19@gmail.com</email>
</author>
<published>2012-04-21T19:28:16Z</published>
<link rel='alternate' type='text/html' href='https://fiftyfourth.xyz/git/dolphin/commit/?id=ae4d11d918938fd9087f2035dac247969c1f2313'/>
<id>urn:sha1:ae4d11d918938fd9087f2035dac247969c1f2313</id>
<content type='text'>
Up to now the view-engine only provided a model-implementation that
supports file-items. The view-engine always had been designed to be able
to work with any kind of model, so now a KStandardItemModel is available.
The plan is to convert the places panel to the new view-engine. It should
be no problem to fix this until the feature freeze - in the worst case
the places-panel code could be reverted while still keeping the
KStandardItemModel changes.
</content>
</entry>
<entry>
<title>Allow to optionally limit the maximum number of text lines</title>
<updated>2012-04-13T22:28:24Z</updated>
<author>
<name>Peter Penz</name>
<email>peter.penz19@gmail.com</email>
</author>
<published>2012-04-13T22:22:08Z</published>
<link rel='alternate' type='text/html' href='https://fiftyfourth.xyz/git/dolphin/commit/?id=60b868108151463a702e8c10933b0ceb99f11bbe'/>
<id>urn:sha1:60b868108151463a702e8c10933b0ceb99f11bbe</id>
<content type='text'>
Showing the whole filename unclipped seems to be a good default,
however for users with a lot of files that have extremely long names
this might get a problem especially in the icons-view.

- Allow to limit the maximum number of lines in the icons-view
- Allow to specify a maximum width in the compact-view

(No limit is required for the details-view, as the name is shortened
automatically to show other columns)

BUG: 288596
FIXED-IN: 4.9.0
</content>
</entry>
<entry>
<title>KItemViews: Internal directory restructuration</title>
<updated>2012-04-11T14:08:32Z</updated>
<author>
<name>Peter Penz</name>
<email>peter.penz19@gmail.com</email>
</author>
<published>2012-04-11T14:06:18Z</published>
<link rel='alternate' type='text/html' href='https://fiftyfourth.xyz/git/dolphin/commit/?id=6c3d9acbc22ea9463ba40ef84c9e8c8419dfacf3'/>
<id>urn:sha1:6c3d9acbc22ea9463ba40ef84c9e8c8419dfacf3</id>
<content type='text'>
- Move all private headers from the kitemviews-directory into
the 'private' subdirectory.

- Get rid of DolphinDirLister and just use a directory-lister
  internally in KFileItemModel.

- Minor interface-cleanups for signals
</content>
</entry>
<entry>
<title>Allow to specify whether an upscaling of images should be done</title>
<updated>2012-04-06T21:12:07Z</updated>
<author>
<name>Peter Penz</name>
<email>peter.penz19@gmail.com</email>
</author>
<published>2012-04-06T21:06:05Z</published>
<link rel='alternate' type='text/html' href='https://fiftyfourth.xyz/git/dolphin/commit/?id=dc555b8e56162bb908ad398341c5d7828d443bf3'/>
<id>urn:sha1:dc555b8e56162bb908ad398341c5d7828d443bf3</id>
<content type='text'>
The option is currently hidden as up to now only Nuno requested it,
but it seems to be urgent: "my icon making productivity has drop subtantialy"
((c) 2012 Nuno)

As I don't want to get blamed for an outdated Oxygen-icon-set I have
no other choice ;-)

CCMAIL: nuno.pinheiro@kdab.com
</content>
</entry>
<entry>
<title>Allow showing Nepomuk metadata inside views</title>
<updated>2012-04-01T14:46:54Z</updated>
<author>
<name>Peter Penz</name>
<email>peter.penz19@gmail.com</email>
</author>
<published>2012-04-01T14:42:46Z</published>
<link rel='alternate' type='text/html' href='https://fiftyfourth.xyz/git/dolphin/commit/?id=a4ede4e0ebaf0bba57da8fc2924577f1a8ff7b54'/>
<id>urn:sha1:a4ede4e0ebaf0bba57da8fc2924577f1a8ff7b54</id>
<content type='text'>
Metadata like image-size, rating, comments, tags, ... can be shown
now in the view (e.g. as column in the Details mode).

Still open: The rating-information needs to be shown as stars.

In the context of this feature also the following bugs have been
fixed:
- Fix visual glitches in the header of the Details mode
- Improve the minimum column width calculation to respect also
  the headling and not only the content

BUG: 296782
FIXED-IN: 4.9.0
</content>
</entry>
<entry>
<title>Details view: Optionally remember user changed column-widths</title>
<updated>2012-03-23T21:31:55Z</updated>
<author>
<name>Peter Penz</name>
<email>peter.penz19@gmail.com</email>
</author>
<published>2012-03-23T21:26:17Z</published>
<link rel='alternate' type='text/html' href='https://fiftyfourth.xyz/git/dolphin/commit/?id=3f88f79f862a570b68fe64781955cf7d14124127'/>
<id>urn:sha1:3f88f79f862a570b68fe64781955cf7d14124127</id>
<content type='text'>
If the user changed a column-width in the details-view, up to now
the width got reset when changing a directory or when restarting
Dolphin. Now the column-widths automatically get remembered for each
directory in case if the user has modified the width. The automatic
resizing is still turn on per default. The storing of the custom
column-width can easily be reset by right clicking on the header and
selecting "Automatic Column Widths" from the context-menu.

Some finetuning is still necessary (e.g. the "Adjust View Properties"
dialog currently is not aware about this setting) but this will
be fixed during the next weeks.

BUG: 264434
FIXED-IN: 4.9.0
</content>
</entry>
<entry>
<title>Details view: Allow to turn off expandable folders like in Dolphin 1.7</title>
<updated>2012-03-09T15:19:19Z</updated>
<author>
<name>Peter Penz</name>
<email>peter.penz19@gmail.com</email>
</author>
<published>2012-03-09T15:12:00Z</published>
<link rel='alternate' type='text/html' href='https://fiftyfourth.xyz/git/dolphin/commit/?id=475f8b1261a6ea106ca9dd90b625ea95fe63a4c7'/>
<id>urn:sha1:475f8b1261a6ea106ca9dd90b625ea95fe63a4c7</id>
<content type='text'>
The option for turning off expandable folders has been removed with
the new view-engine. Due to several requests this option has been
readded again.

As for 4.8.x no new user-interface strings may be introduced, the
line
  ExpandableFolders=false
must be manually added below the section "[DetailsMode]" in the file
~/.kde/share/config/dolphinrc if the expandable-folders feature
should be disabled.

Thanks to H.H. "cyberbeat" for the initial patch!

BUG: 289090
FIXED-IN: 4.8.2
</content>
</entry>
<entry>
<title>Whitespace cleanups and documentation fixes</title>
<updated>2012-02-23T16:28:03Z</updated>
<author>
<name>Peter Penz</name>
<email>peter.penz19@gmail.com</email>
</author>
<published>2012-02-23T16:26:51Z</published>
<link rel='alternate' type='text/html' href='https://fiftyfourth.xyz/git/dolphin/commit/?id=21a5a890b3010e591e139724d5c6f555df4481f9'/>
<id>urn:sha1:21a5a890b3010e591e139724d5c6f555df4481f9</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Minor padding optimizations</title>
<updated>2012-02-14T22:27:01Z</updated>
<author>
<name>Peter Penz</name>
<email>peter.penz19@gmail.com</email>
</author>
<published>2012-02-14T22:25:58Z</published>
<link rel='alternate' type='text/html' href='https://fiftyfourth.xyz/git/dolphin/commit/?id=cf72e481110d76081d1757dc89da5d8f68627b19'/>
<id>urn:sha1:cf72e481110d76081d1757dc89da5d8f68627b19</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Group header layout fixes</title>
<updated>2012-02-11T17:04:53Z</updated>
<author>
<name>Peter Penz</name>
<email>peter.penz19@gmail.com</email>
</author>
<published>2012-02-11T17:02:38Z</published>
<link rel='alternate' type='text/html' href='https://fiftyfourth.xyz/git/dolphin/commit/?id=056d12d60f93a052e19f6e2cff9b826e500eef16'/>
<id>urn:sha1:056d12d60f93a052e19f6e2cff9b826e500eef16</id>
<content type='text'>
- Don't use a margin for the first group header
- Provide margins between the groups
- Use a more subtle coloring
- Prevent animation glitches when resizing a window
</content>
</entry>
</feed>
