<feed xmlns='http://www.w3.org/2005/Atom'>
<title>dolphin/src/kitemviews/kfileitemmodel.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>2026-03-09T13:06:57Z</updated>
<entry>
<title>kitemviews: add "Folder Name" column to details view</title>
<updated>2026-03-09T13:06:57Z</updated>
<author>
<name>Jussi Räsänen</name>
<email>jussi@fastmail.com</email>
</author>
<published>2026-02-22T14:10:02Z</published>
<link rel='alternate' type='text/html' href='https://fiftyfourth.xyz/git/dolphin/commit/?id=4a7be9f25332942b071e7a1659a7aed67236cfb8'/>
<id>urn:sha1:4a7be9f25332942b071e7a1659a7aed67236cfb8</id>
<content type='text'>
BUG: 433937
</content>
</entry>
<entry>
<title>kitemviews: add duplicate column values to video details view  where appropriate</title>
<updated>2026-02-16T08:26:43Z</updated>
<author>
<name>Arie Miller</name>
<email>renari@arimil.com</email>
</author>
<published>2026-02-13T21:32:56Z</published>
<link rel='alternate' type='text/html' href='https://fiftyfourth.xyz/git/dolphin/commit/?id=6b0deacb4b991d67eaeccf6af8da986bb538e9a3'/>
<id>urn:sha1:6b0deacb4b991d67eaeccf6af8da986bb538e9a3</id>
<content type='text'>
</content>
</entry>
<entry>
<title>kitemviews: add columns for audio/video codec, color space, and pixel format</title>
<updated>2026-02-12T02:49:32Z</updated>
<author>
<name>Arie Miller</name>
<email>renari@arimil.com</email>
</author>
<published>2026-02-12T02:46:14Z</published>
<link rel='alternate' type='text/html' href='https://fiftyfourth.xyz/git/dolphin/commit/?id=bf94fe656c691908928cf59c1ff526fe5afc611e'/>
<id>urn:sha1:bf94fe656c691908928cf59c1ff526fe5afc611e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Support drop onto executable to run it</title>
<updated>2026-02-01T17:33:06Z</updated>
<author>
<name>Kai Uwe Broulik</name>
<email>kde@privat.broulik.de</email>
</author>
<published>2026-01-29T16:20:21Z</published>
<link rel='alternate' type='text/html' href='https://fiftyfourth.xyz/git/dolphin/commit/?id=7d0bbe06dc6e3f69144a5a2c4c697e2d8d0681ec'/>
<id>urn:sha1:7d0bbe06dc6e3f69144a5a2c4c697e2d8d0681ec</id>
<content type='text'>
We already support dropping onto desktop files.

This is also something that KDirOperator did but Dolphin does not.
</content>
</entry>
<entry>
<title>Use currentMimeType for temp file filter</title>
<updated>2026-02-01T05:07:06Z</updated>
<author>
<name>Kai Uwe Broulik</name>
<email>kde@privat.broulik.de</email>
</author>
<published>2026-01-31T10:33:47Z</published>
<link rel='alternate' type='text/html' href='https://fiftyfourth.xyz/git/dolphin/commit/?id=66b466443db933354c5f3e7aeaa30f754860ec21'/>
<id>urn:sha1:66b466443db933354c5f3e7aeaa30f754860ec21</id>
<content type='text'>
All temporary file types are identified by glob (file extension),
so we don't need to resolve the final mime type here.

The model filter is generic but effectively right now only used
for filtering temp files. Should this change in the future, it
needs to be revisited.
</content>
</entry>
<entry>
<title>clang-tidy: fix modernize-loop-convert</title>
<updated>2026-01-22T16:18:41Z</updated>
<author>
<name>Méven Car</name>
<email>meven@kde.org</email>
</author>
<published>2026-01-22T16:08:11Z</published>
<link rel='alternate' type='text/html' href='https://fiftyfourth.xyz/git/dolphin/commit/?id=1bfd5edb5a573cd62a594d5dc6a1a5b35232ac05'/>
<id>urn:sha1:1bfd5edb5a573cd62a594d5dc6a1a5b35232ac05</id>
<content type='text'>
</content>
</entry>
<entry>
<title>dolphinview: when creating a subfolder expand to it if in details mode</title>
<updated>2026-01-20T09:45:34Z</updated>
<author>
<name>Méven Car</name>
<email>meven@kde.org</email>
</author>
<published>2025-11-16T12:53:58Z</published>
<link rel='alternate' type='text/html' href='https://fiftyfourth.xyz/git/dolphin/commit/?id=93a6978655fc1ce9e0fd8ea08029859f71c32db9'/>
<id>urn:sha1:93a6978655fc1ce9e0fd8ea08029859f71c32db9</id>
<content type='text'>
So the new folder is in view.
</content>
</entry>
<entry>
<title>kfileitemmodel: Fix folder/file icon rating display</title>
<updated>2025-12-08T09:28:40Z</updated>
<author>
<name>Pan Zhang</name>
<email>zhangpan@kylinos.cn</email>
</author>
<published>2025-12-08T09:28:40Z</published>
<link rel='alternate' type='text/html' href='https://fiftyfourth.xyz/git/dolphin/commit/?id=43afb7f57136593db69c0d724ca198642d0191a6'/>
<id>urn:sha1:43afb7f57136593db69c0d724ca198642d0191a6</id>
<content type='text'>
Fix the issue where enabling icon rating always showed five white stars. Retrieve the correct rating from KFileMetaData::UserMetaData for local files and insert it into the item data. This ensures both files and folders display the updated rating correctly.

BUG: 512940
</content>
</entry>
<entry>
<title>Fix several user-facing and non-user-facing typos</title>
<updated>2025-09-03T12:04:13Z</updated>
<author>
<name>Kunda Ki</name>
<email>luzpaz@pm.me</email>
</author>
<published>2025-09-03T12:04:13Z</published>
<link rel='alternate' type='text/html' href='https://fiftyfourth.xyz/git/dolphin/commit/?id=479ce3a1641398a8506812300834666614013850'/>
<id>urn:sha1:479ce3a1641398a8506812300834666614013850</id>
<content type='text'>
Found via `codespell -S "*.desktop,*.po,*.svg,*.xml,./po" -L aparent,childs,goup,lokal`</content>
</entry>
<entry>
<title>kfileitemmodel: allow more than 2 single quotes in translated strings</title>
<updated>2025-02-17T12:38:31Z</updated>
<author>
<name>Sergey Katunin</name>
<email>sulmpx60@yandex.ru</email>
</author>
<published>2025-02-17T12:07:26Z</published>
<link rel='alternate' type='text/html' href='https://fiftyfourth.xyz/git/dolphin/commit/?id=56974d956ec5ca3c0b2d98c6698d8080b8af30a3'/>
<id>urn:sha1:56974d956ec5ca3c0b2d98c6698d8080b8af30a3</id>
<content type='text'>
This change concerns `timeRoleGroup`.
</content>
</entry>
</feed>
