<feed xmlns='http://www.w3.org/2005/Atom'>
<title>dolphin/src/panels/places/placesitemlistwidget.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>Use QDeadlineTimer instead of QDateTime.</title>
<updated>2020-11-04T23:16:13Z</updated>
<author>
<name>Chris Holland</name>
<email>zrenfire@gmail.com</email>
</author>
<published>2020-10-17T18:37:54Z</published>
<link rel='alternate' type='text/html' href='https://fiftyfourth.xyz/git/dolphin/commit/?id=70656d08f95eee66d6af85a1d015dff856a459d0'/>
<id>urn:sha1:70656d08f95eee66d6af85a1d015dff856a459d0</id>
<content type='text'>
Use early returns instead of deeply nested if/else.
</content>
</entry>
<entry>
<title>Cleanup imports</title>
<updated>2020-11-04T23:16:13Z</updated>
<author>
<name>Chris Holland</name>
<email>zrenfire@gmail.com</email>
</author>
<published>2020-10-17T18:31:06Z</published>
<link rel='alternate' type='text/html' href='https://fiftyfourth.xyz/git/dolphin/commit/?id=60c3fa8d39a2187b79369dfd58b383c9df60826e'/>
<id>urn:sha1:60c3fa8d39a2187b79369dfd58b383c9df60826e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Use KDE GitLab url instead of the GitHub mirror</title>
<updated>2020-11-04T23:16:13Z</updated>
<author>
<name>Chris Holland</name>
<email>zrenfire@gmail.com</email>
</author>
<published>2020-07-05T17:46:05Z</published>
<link rel='alternate' type='text/html' href='https://fiftyfourth.xyz/git/dolphin/commit/?id=b8e68a5ea96582a0b3089946ef0647bf39503167'/>
<id>urn:sha1:b8e68a5ea96582a0b3089946ef0647bf39503167</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Refactor capacity by to use async KIO FreeSpaceJob.</title>
<updated>2020-11-04T23:16:13Z</updated>
<author>
<name>Chris Holland</name>
<email>zrenfire@gmail.com</email>
</author>
<published>2020-06-12T20:06:59Z</published>
<link rel='alternate' type='text/html' href='https://fiftyfourth.xyz/git/dolphin/commit/?id=89ede4b9a170ffd2f3f155f081630edf3f2998ab'/>
<id>urn:sha1:89ede4b9a170ffd2f3f155f081630edf3f2998ab</id>
<content type='text'>
Based on this kio filepicker patch:
https://github.com/KDE/kio/commit/933887dc334f3498505af7a86d25db7faae91019
</content>
</entry>
<entry>
<title>Only check if place url is mount point once during polish event.</title>
<updated>2020-11-04T23:16:12Z</updated>
<author>
<name>Chris Holland</name>
<email>zrenfire@gmail.com</email>
</author>
<published>2019-08-01T01:46:53Z</published>
<link rel='alternate' type='text/html' href='https://fiftyfourth.xyz/git/dolphin/commit/?id=e75326077b443f5f1f1b19dc960a3a8a83979d81'/>
<id>urn:sha1:e75326077b443f5f1f1b19dc960a3a8a83979d81</id>
<content type='text'>
The capacity bars will no longer update when capacity changes. It only
checks the size on init.

Updating during polish event is only a temporarily solution just to
draft code flow for seperating logic from painting. Eventually this
logic update should be in a worker thread detached from blocking the
rendering thread that blocks launching the dolphin window.
</content>
</entry>
<entry>
<title>Draw 2 Rectangles below mount points to represent a disk capacity bar</title>
<updated>2020-11-04T23:16:12Z</updated>
<author>
<name>Chris Holland</name>
<email>zrenfire@gmail.com</email>
</author>
<published>2019-05-20T17:47:48Z</published>
<link rel='alternate' type='text/html' href='https://fiftyfourth.xyz/git/dolphin/commit/?id=ac6de72048fb50bca1823b8001fb012158050c25'/>
<id>urn:sha1:ac6de72048fb50bca1823b8001fb012158050c25</id>
<content type='text'>
Draws overtop text that's goes below the baseline like a 'j'. It's
fairly difficult to add extra space below the text as the places view
is a "details" view, so the text is vertically centered in the
widget's "row" as you'd desire it to in the main file view.

We can make the widget 8px taller, adding 4px above and below so
there's adequate room for the capacitybar, but that wastes 4px for
each mount point.

Ideally we'd use the "compact" view, which displays the text/size in a
column beside the icon. However the compact view was not designed to
take up the entire width of the viewport. It's also designed to
overflow with a horizontal scrollbar.
</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>Modernize: Use override where possible</title>
<updated>2017-11-20T22:25:48Z</updated>
<author>
<name>Kevin Funk</name>
<email>kfunk@kde.org</email>
</author>
<published>2017-11-20T22:25:06Z</published>
<link rel='alternate' type='text/html' href='https://fiftyfourth.xyz/git/dolphin/commit/?id=464b13f3828e5cdd03438d0881c3a62c7cda6333'/>
<id>urn:sha1:464b13f3828e5cdd03438d0881c3a62c7cda6333</id>
<content type='text'>
Also use override instead of Q_DECL_OVERRIDE
</content>
</entry>
</feed>
