<feed xmlns='http://www.w3.org/2005/Atom'>
<title>dolphin/src/panels/places/placespanel.h, branch pixelated-scaling-option</title>
<subtitle>Patched KDE Dolphin with Pixel Scaling
</subtitle>
<id>https://fiftyfourth.xyz/git/dolphin/atom?h=pixelated-scaling-option</id>
<link rel='self' href='https://fiftyfourth.xyz/git/dolphin/atom?h=pixelated-scaling-option'/>
<link rel='alternate' type='text/html' href='https://fiftyfourth.xyz/git/dolphin/'/>
<updated>2026-02-11T10:47:03Z</updated>
<entry>
<title>panels/panels: handle lifetime of internal actions</title>
<updated>2026-02-11T10:47:03Z</updated>
<author>
<name>Méven Car</name>
<email>meven@kde.org</email>
</author>
<published>2026-02-11T10:45:20Z</published>
<link rel='alternate' type='text/html' href='https://fiftyfourth.xyz/git/dolphin/commit/?id=69999c70f14ef3fd03669ac034ef059960b008e8'/>
<id>urn:sha1:69999c70f14ef3fd03669ac034ef059960b008e8</id>
<content type='text'>
Preventing a mem-leak on process leave.
</content>
</entry>
<entry>
<title>placespanel: Fix default width by moving things from showEvent to constructor</title>
<updated>2025-09-26T09:12:14Z</updated>
<author>
<name>Tem PQD</name>
<email>variable_valuables761@simplelogin.com</email>
</author>
<published>2025-09-21T20:48:22Z</published>
<link rel='alternate' type='text/html' href='https://fiftyfourth.xyz/git/dolphin/commit/?id=7eb1696a32891ce4f1f0e44c590a7fdb7c55fecd'/>
<id>urn:sha1:7eb1696a32891ce4f1f0e44c590a7fdb7c55fecd</id>
<content type='text'>
Move instantiation, setModel, and some connections to constructor and remove showEvent.

This was being done in an erroneous lazy order which led to the places panel's sizeHint not being called properly.

Also removes the double loading workaround in setUrl, which is no longer needed either.

BUG: 449070
</content>
</entry>
<entry>
<title>Revert "DragAndDropHelper::updateDropAction: use StatJob for remote URLs"</title>
<updated>2024-07-01T14:06:01Z</updated>
<author>
<name>Felix Ernst</name>
<email>felixernst@zohomail.eu</email>
</author>
<published>2024-06-26T10:45:48Z</published>
<link rel='alternate' type='text/html' href='https://fiftyfourth.xyz/git/dolphin/commit/?id=e2f316578909e4c886430110808d4681997b3cb7'/>
<id>urn:sha1:e2f316578909e4c886430110808d4681997b3cb7</id>
<content type='text'>
This reverts commit dc149ec5e52f52c514cf362603d05ba8eea506b8.

This prevents a crash. One issue identified is that the commit that
I am reverting here accesses a QDropEvent at a moment in time in
which it might have already been deleted. We cannot check if it
exists by that time because we do not control its lifetime and it
is not a QObject.
</content>
</entry>
<entry>
<title>DragAndDropHelper::updateDropAction: use StatJob for remote URLs</title>
<updated>2024-02-29T23:13:47Z</updated>
<author>
<name>Jin Liu</name>
<email>m.liu.jin@gmail.com</email>
</author>
<published>2024-02-29T23:13:47Z</published>
<link rel='alternate' type='text/html' href='https://fiftyfourth.xyz/git/dolphin/commit/?id=dc149ec5e52f52c514cf362603d05ba8eea506b8'/>
<id>urn:sha1:dc149ec5e52f52c514cf362603d05ba8eea506b8</id>
<content type='text'>
When dragging onto tabs/Places from a remote URL, we don't process
the QDropEvent immediately, but start a StatJob and process the
event when it finishes.

Also, the result of the StatJob is cached for 30 seconds, to avoid
starting duplicate jobs.
</content>
</entry>
<entry>
<title>Add open in split view action</title>
<updated>2023-09-09T15:45:26Z</updated>
<author>
<name>Eric Armbruster</name>
<email>eric.armbruster@tum.de</email>
</author>
<published>2023-09-06T04:34:13Z</published>
<link rel='alternate' type='text/html' href='https://fiftyfourth.xyz/git/dolphin/commit/?id=a85863befd616fe86669ac363d74fa7f466ca523'/>
<id>urn:sha1:a85863befd616fe86669ac363d74fa7f466ca523</id>
<content type='text'>
This action is shown only if a single folder is selected. The action
opens the selected folder in the inactive split view (and opens the
split view if necessary).

FEATURE: 465500
</content>
</entry>
<entry>
<title>Add clang-format and format code as in Frameworks</title>
<updated>2023-02-05T05:45:38Z</updated>
<author>
<name>Serg Podtynnyi</name>
<email>serg@podtynnyi.com</email>
</author>
<published>2023-02-03T17:14:53Z</published>
<link rel='alternate' type='text/html' href='https://fiftyfourth.xyz/git/dolphin/commit/?id=38c34eeca315c7be58e65d4d3fb72aaf7b866719'/>
<id>urn:sha1:38c34eeca315c7be58e65d4d3fb72aaf7b866719</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Places Panel: Delegate open file error to KIO</title>
<updated>2022-11-29T10:22:19Z</updated>
<author>
<name>Kai Uwe Broulik</name>
<email>kde@privat.broulik.de</email>
</author>
<published>2022-11-29T10:22:19Z</published>
<link rel='alternate' type='text/html' href='https://fiftyfourth.xyz/git/dolphin/commit/?id=de289800b22c654e8e3d8fbaea7bdb496a021b88'/>
<id>urn:sha1:de289800b22c654e8e3d8fbaea7bdb496a021b88</id>
<content type='text'>
This functionality is now provided by `KFilePlacesModel` as long as
you tell it to do the teardown rather than calling into the device yourself.
</content>
</entry>
<entry>
<title>[Places Panel] Reject drops on unwritable locations</title>
<updated>2022-03-04T18:25:38Z</updated>
<author>
<name>Kai Uwe Broulik</name>
<email>kde@privat.broulik.de</email>
</author>
<published>2022-02-07T12:10:53Z</published>
<link rel='alternate' type='text/html' href='https://fiftyfourth.xyz/git/dolphin/commit/?id=df79f5b47723e485395cec30645acbe0e2bafba9'/>
<id>urn:sha1:df79f5b47723e485395cec30645acbe0e2bafba9</id>
<content type='text'>
Indicate that you cannot drop here.

Avoids a "Cannot drop file" or "not supported" error when
dropping files ontop of a search or timeline URL.

It is done in Dolphin rather than the library as there we cannot
assume what a consumer might be doing with the drop.
</content>
</entry>
<entry>
<title>[Places Panel] Make use of KFilePlacesView::dragAutoActivationDelay</title>
<updated>2022-02-07T07:29:35Z</updated>
<author>
<name>Kai Uwe Broulik</name>
<email>kde@privat.broulik.de</email>
</author>
<published>2022-02-03T20:37:30Z</published>
<link rel='alternate' type='text/html' href='https://fiftyfourth.xyz/git/dolphin/commit/?id=e9bd295b3cce63048b141d1fdba844091419a973'/>
<id>urn:sha1:e9bd295b3cce63048b141d1fdba844091419a973</id>
<content type='text'>
Code moved to KIO
</content>
</entry>
<entry>
<title>[Places Panel] Stop drag activation timer when dropping</title>
<updated>2022-01-24T16:44:03Z</updated>
<author>
<name>Kai Uwe Broulik</name>
<email>kde@privat.broulik.de</email>
</author>
<published>2022-01-24T16:44:03Z</published>
<link rel='alternate' type='text/html' href='https://fiftyfourth.xyz/git/dolphin/commit/?id=7c5af3f88ed2fc13d089fc3584e9445af9fa4e9b'/>
<id>urn:sha1:7c5af3f88ed2fc13d089fc3584e9445af9fa4e9b</id>
<content type='text'>
Avoids switching folders after a drop while interacting with
the Copy/Move/Link menu.
</content>
</entry>
</feed>
