<feed xmlns='http://www.w3.org/2005/Atom'>
<title>dolphin/src/tests/kfileitemmodeltest.cpp, 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-01-20T09:45:34Z</updated>
<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>Ignore diacritical marks for keyboard search</title>
<updated>2025-02-01T12:56:11Z</updated>
<author>
<name>Thomas Moerschell</name>
<email>tmoerschell@gmail.com</email>
</author>
<published>2025-01-31T18:52:09Z</published>
<link rel='alternate' type='text/html' href='https://fiftyfourth.xyz/git/dolphin/commit/?id=c7d6b98fa2aaecbd7f31b9c5976a753508532742'/>
<id>urn:sha1:c7d6b98fa2aaecbd7f31b9c5976a753508532742</id>
<content type='text'>
When using keyboard search, normalize the item names and remove marks
first. Now, items containing characters with marks can be found using
keyboard search.

BUG: 482394
</content>
</entry>
<entry>
<title>natural sort: exclude extension when comparing filenames</title>
<updated>2024-11-19T09:08:45Z</updated>
<author>
<name>Eren Karakas</name>
<email>erenkarakas202@hotmail.com</email>
</author>
<published>2024-11-19T09:08:45Z</published>
<link rel='alternate' type='text/html' href='https://fiftyfourth.xyz/git/dolphin/commit/?id=e4cc6e69430049366434e3383b1d2ef283ed22cc'/>
<id>urn:sha1:e4cc6e69430049366434e3383b1d2ef283ed22cc</id>
<content type='text'>
Currently natural sort compares the entire filenames
(basename.extension) when sorting. This causes eg.
"a 2.txt" to appear before "a.txt" when sorted by ascending.
This is unintuitive since people prioritize basenames more
than file extensions.

Instead, change natural sort to compare by basename only and
fallback to comparing extensions if basenames were equal.
This change causes "a.txt" to appear before "a 2.txt" and
matches how other platforms such as GNOME and Windows behave.

BUG: 416025
BUG: 470538
BUG: 421869
BUG: 312027
</content>
</entry>
<entry>
<title>refactor: replace QString() with QStringLiteral() for better performance</title>
<updated>2024-10-31T10:04:40Z</updated>
<author>
<name>Zhangzhi Hu</name>
<email>integral@member.fsf.org</email>
</author>
<published>2024-10-29T16:18:57Z</published>
<link rel='alternate' type='text/html' href='https://fiftyfourth.xyz/git/dolphin/commit/?id=25f7aba43d0f4ca38167dd686ae0efd8c89cc5d4'/>
<id>urn:sha1:25f7aba43d0f4ca38167dd686ae0efd8c89cc5d4</id>
<content type='text'>
</content>
</entry>
<entry>
<title>kfileitemmodeltest: Include KIO/SimpleJob header instead of relying on compat code</title>
<updated>2023-12-27T05:57:31Z</updated>
<author>
<name>Alexander Lohnau</name>
<email>alexander.lohnau@gmx.de</email>
</author>
<published>2023-12-27T05:57:31Z</published>
<link rel='alternate' type='text/html' href='https://fiftyfourth.xyz/git/dolphin/commit/?id=acbc78f8ba8ca6ae06e0a04eb13d68f33d79824f'/>
<id>urn:sha1:acbc78f8ba8ca6ae06e0a04eb13d68f33d79824f</id>
<content type='text'>
Amends 3f92ac800c5e52d0a5622367ff8ffe8cbbdfa184
</content>
</entry>
<entry>
<title>Resort directory size count after refreshing</title>
<updated>2023-12-15T13:07:12Z</updated>
<author>
<name>Akseli Lahtinen</name>
<email>akselmo@akselmo.dev</email>
</author>
<published>2023-12-15T13:07:12Z</published>
<link rel='alternate' type='text/html' href='https://fiftyfourth.xyz/git/dolphin/commit/?id=8f043b2958477d3fe2ef094b7e42f792f4cf0b02'/>
<id>urn:sha1:8f043b2958477d3fe2ef094b7e42f792f4cf0b02</id>
<content type='text'>
After refreshing the view when
size count is selected as the sortRole,
count is 0 at first. When the actual count is loaded,
the sorting is done according to the count being 0. 
This can break the sort order and cause view and model
to be out of sync. 

Making sure we always resort all items
when the directory size/item count is changed fixes this

BUG:473999
</content>
</entry>
<entry>
<title>Remove deprecated, ifdef'd code for old KIO versions</title>
<updated>2023-05-12T20:56:36Z</updated>
<author>
<name>Jakob Petsovits</name>
<email>jpetso@petsovits.com</email>
</author>
<published>2023-05-12T20:56:36Z</published>
<link rel='alternate' type='text/html' href='https://fiftyfourth.xyz/git/dolphin/commit/?id=1b0caf69a845d0a68c3d8d1a6bdf98568a673501'/>
<id>urn:sha1:1b0caf69a845d0a68c3d8d1a6bdf98568a673501</id>
<content type='text'>
</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>Exit the deleted directory when it is removed</title>
<updated>2022-11-29T18:16:59Z</updated>
<author>
<name>Méven Car</name>
<email>meven.car@kdemail.net</email>
</author>
<published>2022-11-29T18:16:59Z</published>
<link rel='alternate' type='text/html' href='https://fiftyfourth.xyz/git/dolphin/commit/?id=a2c9c05de2dfabbb2bb614390c8e03023dad2bd1'/>
<id>urn:sha1:a2c9c05de2dfabbb2bb614390c8e03023dad2bd1</id>
<content type='text'>
If current directory is a local file, try to find nearest dir ancestor and
open it. Display warning to the user.
</content>
</entry>
<entry>
<title>Fix building kfileitemmodeltest with KF6</title>
<updated>2022-05-31T14:25:13Z</updated>
<author>
<name>Ahmad Samir</name>
<email>a.samirh78@gmail.com</email>
</author>
<published>2022-05-05T20:15:14Z</published>
<link rel='alternate' type='text/html' href='https://fiftyfourth.xyz/git/dolphin/commit/?id=d661bb1a33eb8cd3d9e0b7bee637a8fde00b2f56'/>
<id>urn:sha1:d661bb1a33eb8cd3d9e0b7bee637a8fde00b2f56</id>
<content type='text'>
- Fix kio_version.h include
- Explicitly create a QSet for QCOMPARE
</content>
</entry>
</feed>
