<feed xmlns='http://www.w3.org/2005/Atom'>
<title>dolphin/src/panels/places/placesview.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>2022-01-09T17:09:10Z</updated>
<entry>
<title>Port back to KFilePlacesView</title>
<updated>2022-01-09T17:09:10Z</updated>
<author>
<name>Kai Uwe Broulik</name>
<email>kde@privat.broulik.de</email>
</author>
<published>2021-12-16T18:29:22Z</published>
<link rel='alternate' type='text/html' href='https://fiftyfourth.xyz/git/dolphin/commit/?id=0603e18cd4e36b988196a99810f2e3e803fe3125'/>
<id>urn:sha1:0603e18cd4e36b988196a99810f2e3e803fe3125</id>
<content type='text'>
This removes the custom-view engine version of the places panel
and replaces it with the upstream `KFilePlacesView` from KIO.
</content>
</entry>
<entry>
<title>[PlacesPanel] Remove horizontal scrollbar</title>
<updated>2021-07-18T16:58:10Z</updated>
<author>
<name>Eugene Popov</name>
<email>popov895@ukr.net</email>
</author>
<published>2021-07-11T18:12:16Z</published>
<link rel='alternate' type='text/html' href='https://fiftyfourth.xyz/git/dolphin/commit/?id=deaf5916f2f87d78825f33f2ba11475a24c9380f'/>
<id>urn:sha1:deaf5916f2f87d78825f33f2ba11475a24c9380f</id>
<content type='text'>
This MR removes the horizontal scrollbar of the Places panel. For titles that don't fit in the panel, their elided versions will be used (i.e., with ...).

BUG: 301758
</content>
</entry>
<entry>
<title>Output of licensedigger + manual cleanup afterwards.</title>
<updated>2020-08-25T17:07:38Z</updated>
<author>
<name>Elvis Angelaccio</name>
<email>elvis.angelaccio@kde.org</email>
</author>
<published>2020-08-25T17:07:38Z</published>
<link rel='alternate' type='text/html' href='https://fiftyfourth.xyz/git/dolphin/commit/?id=954e8c47906c12edaaf6e6aebdd41516eceb0d44'/>
<id>urn:sha1:954e8c47906c12edaaf6e6aebdd41516eceb0d44</id>
<content type='text'>
Unfortunately licensedigger does not strip the trailing * characters.
While at it, use a common style for all source files.
</content>
</entry>
<entry>
<title>Remove unused #include</title>
<updated>2018-03-04T18:00:47Z</updated>
<author>
<name>Roman Inflianskas</name>
<email>infroma@gmail.com</email>
</author>
<published>2018-03-04T13:38:16Z</published>
<link rel='alternate' type='text/html' href='https://fiftyfourth.xyz/git/dolphin/commit/?id=48b58f830a585b773435c9af5ee2fe8f0c7c641d'/>
<id>urn:sha1:48b58f830a585b773435c9af5ee2fe8f0c7c641d</id>
<content type='text'>
Summary: I used CLion inspection to hunt all unused #include

Reviewers: #dolphin, elvisangelaccio, markg

Reviewed By: #dolphin, elvisangelaccio, markg

Subscribers: bcooksley, markg, elvisangelaccio, #dolphin

Differential Revision: https://phabricator.kde.org/D10985
</content>
</entry>
<entry>
<title>Use nullptr + add explicit keyword</title>
<updated>2017-11-03T13:54:06Z</updated>
<author>
<name>Montel Laurent</name>
<email>montel@kde.org</email>
</author>
<published>2017-11-03T07:01:02Z</published>
<link rel='alternate' type='text/html' href='https://fiftyfourth.xyz/git/dolphin/commit/?id=ff3f476ed816cff5fc38117979d181707f934639'/>
<id>urn:sha1:ff3f476ed816cff5fc38117979d181707f934639</id>
<content type='text'>
Test Plan: compile

Reviewers: #dolphin, broulik

Reviewed By: broulik

Subscribers: #dolphin

Differential Revision: https://phabricator.kde.org/D8637
</content>
</entry>
<entry>
<title>Add an "Icon Size" submenu to the context menu of the Places Panel</title>
<updated>2012-10-31T23:58:32Z</updated>
<author>
<name>Frank Reininghaus</name>
<email>frank78ac@googlemail.com</email>
</author>
<published>2012-10-31T23:58:32Z</published>
<link rel='alternate' type='text/html' href='https://fiftyfourth.xyz/git/dolphin/commit/?id=6f8060fc6d9f31da42ca7e62606becf9c4006f57'/>
<id>urn:sha1:6f8060fc6d9f31da42ca7e62606becf9c4006f57</id>
<content type='text'>
FEATURE: 307475
FIXED-IN: 4.10.0
CCBUG: 301959
</content>
</entry>
<entry>
<title>Add a new config option for the icon size in the Places Panel</title>
<updated>2012-09-27T06:12:02Z</updated>
<author>
<name>Frank Reininghaus</name>
<email>frank78ac@googlemail.com</email>
</author>
<published>2012-09-27T06:11:53Z</published>
<link rel='alternate' type='text/html' href='https://fiftyfourth.xyz/git/dolphin/commit/?id=831251d0f3bd960449e31d7a82baec1bba131e15'/>
<id>urn:sha1:831251d0f3bd960449e31d7a82baec1bba131e15</id>
<content type='text'>
To change the icon size in the Places Panel to, e.g., 60 pixels, add
the following lines to $KDEHOME/share/config/dolphinrc :

[PlacesPanel]
IconSize=60

A value of -1 means that the standard "Small" size should be used
(which has been the default before this commit).

It is planned to add an "Icon Size" submenu to the context menu of the
Places Panel in KDE 4.10, but we cannot do this in the 4.9 branch
because of the string freeze.

FIXED-IN: 4.9.2
BUG: 301959
</content>
</entry>
</feed>
