<feed xmlns='http://www.w3.org/2005/Atom'>
<title>dolphin/src/panels/places/placesitemmodel.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>Build with QT_NO_KEYWORDS</title>
<updated>2021-02-09T20:39:50Z</updated>
<author>
<name>Nicolas Fella</name>
<email>nicolas.fella@gmx.de</email>
</author>
<published>2021-02-08T22:09:59Z</published>
<link rel='alternate' type='text/html' href='https://fiftyfourth.xyz/git/dolphin/commit/?id=f65b0899c3666561cafac14f67ab0bb8a5bfa00a'/>
<id>urn:sha1:f65b0899c3666561cafac14f67ab0bb8a5bfa00a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Show home folder if needed after unmounting mounted disk</title>
<updated>2020-10-23T17:00:09Z</updated>
<author>
<name>Nate Graham</name>
<email>nate@kde.org</email>
</author>
<published>2020-10-13T17:51:59Z</published>
<link rel='alternate' type='text/html' href='https://fiftyfourth.xyz/git/dolphin/commit/?id=ae1d441dacef7e52984201abdc9a918ce060021c'/>
<id>urn:sha1:ae1d441dacef7e52984201abdc9a918ce060021c</id>
<content type='text'>
Right now, when you unmount a device that any active view containers are
displaying, nothing in the view changes. As a result, it's possible to
try to navigate to files or folders in that view, which cannot be done
because the disk that the files or folders are located on has been
unmounted!

With this commit, we detect that case and switch the view containers
to show the home folder after the disk whose contents they are displaying
gets unmounted.

BUG: 158934
FIXED-IN: 20.12
</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>[PlacesItemModel] Match KFilePlacesModel addPlaces() API</title>
<updated>2018-11-11T18:02:54Z</updated>
<author>
<name>Elvis Angelaccio</name>
<email>elvis.angelaccio@kde.org</email>
</author>
<published>2018-11-11T16:35:13Z</published>
<link rel='alternate' type='text/html' href='https://fiftyfourth.xyz/git/dolphin/commit/?id=140ccf1df8ae3b9958120881b4c34c0f230d5d54'/>
<id>urn:sha1:140ccf1df8ae3b9958120881b4c34c0f230d5d54</id>
<content type='text'>
This will allow to create a place visible only from Dolphin, by passing
an `appName` to the KFilePlacesModel.

CCBUG: 376619
</content>
</entry>
<entry>
<title>Fix minor typos</title>
<updated>2018-10-25T18:23:44Z</updated>
<author>
<name>Yuri Chornoivan</name>
<email>yurchor@ukr.net</email>
</author>
<published>2018-10-25T18:23:44Z</published>
<link rel='alternate' type='text/html' href='https://fiftyfourth.xyz/git/dolphin/commit/?id=fd1a078cc4f5375c856ec49e05c0a33099db8861'/>
<id>urn:sha1:fd1a078cc4f5375c856ec49e05c0a33099db8861</id>
<content type='text'>
</content>
</entry>
<entry>
<title>[PlacesItemModelTest] Revert last two commits</title>
<updated>2018-10-13T20:06:32Z</updated>
<author>
<name>Elvis Angelaccio</name>
<email>elvis.angelaccio@kde.org</email>
</author>
<published>2018-10-13T16:49:35Z</published>
<link rel='alternate' type='text/html' href='https://fiftyfourth.xyz/git/dolphin/commit/?id=277700425e7d77345de74ff0c6dc58fb0aca193c'/>
<id>urn:sha1:277700425e7d77345de74ff0c6dc58fb0aca193c</id>
<content type='text'>
Commit c527dc2172 proves that on the CI sometimes the `QAbstractItemModel::dataChanged`
signal is not being emitted at all (build #208 failed because the test timed out).

KFilePlacesModel emits `dataChanged()` in the `_k_reloadBookmarks()`
slot only when it's called after the KBookmarkManager emits the `changed()` signal.

And the `changed()` signal is emitted after KDirWatch emits the
`created` signal.

On the CI server kdirwatch is probably not reliable, which would explain
why the test randomly fails.
</content>
</entry>
<entry>
<title>[PlacesItemModelTest] Try to use an event loop instead of an hardcoded timeout</title>
<updated>2018-10-13T10:09:32Z</updated>
<author>
<name>Elvis Angelaccio</name>
<email>elvis.angelaccio@kde.org</email>
</author>
<published>2018-10-13T10:06:21Z</published>
<link rel='alternate' type='text/html' href='https://fiftyfourth.xyz/git/dolphin/commit/?id=c527dc217234e6a2dba4d9ee08945c17b9a215bd'/>
<id>urn:sha1:c527dc217234e6a2dba4d9ee08945c17b9a215bd</id>
<content type='text'>
Increasing the timeout from 5 to 10 seconds didn't work.
Let's see if an eventloop does the job.
</content>
</entry>
<entry>
<title>[PlacesItemModel] Update apidox</title>
<updated>2018-10-04T21:03:23Z</updated>
<author>
<name>Elvis Angelaccio</name>
<email>elvis.angelaccio@kde.org</email>
</author>
<published>2018-10-04T21:03:23Z</published>
<link rel='alternate' type='text/html' href='https://fiftyfourth.xyz/git/dolphin/commit/?id=7c8a9906a2d58bb0caf743da0155b139b01dd344'/>
<id>urn:sha1:7c8a9906a2d58bb0caf743da0155b139b01dd344</id>
<content type='text'>
Should have been part of da6f8fe0862585287153 (the grouping feature has
been moved upstream to KIO).
</content>
</entry>
<entry>
<title>[PlacesItemModel] Drop unused forward declaration</title>
<updated>2018-10-04T20:57:43Z</updated>
<author>
<name>Elvis Angelaccio</name>
<email>elvis.angelaccio@kde.org</email>
</author>
<published>2018-10-04T20:57:43Z</published>
<link rel='alternate' type='text/html' href='https://fiftyfourth.xyz/git/dolphin/commit/?id=4ccf2bbfd95dbc67dcbec109aa4cbd09115f7154'/>
<id>urn:sha1:4ccf2bbfd95dbc67dcbec109aa4cbd09115f7154</id>
<content type='text'>
No longer needed since da6f8fe0862585287153f0d90e.

GIT_SILENT
</content>
</entry>
</feed>
