<feed xmlns='http://www.w3.org/2005/Atom'>
<title>dolphin/src/tests/kfileitemlistviewtest.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>2023-02-05T05:45:38Z</updated>
<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>Use KDirLister directly now that it emits a jobError() signal</title>
<updated>2021-07-19T09:57:58Z</updated>
<author>
<name>Ahmad Samir</name>
<email>a.samirh78@gmail.com</email>
</author>
<published>2021-07-15T22:29:07Z</published>
<link rel='alternate' type='text/html' href='https://fiftyfourth.xyz/git/dolphin/commit/?id=0b81b4baf9c7eebbdcf45745077d5a009635b9c8'/>
<id>urn:sha1:0b81b4baf9c7eebbdcf45745077d5a009635b9c8</id>
<content type='text'>
Since KIO 5.82, KCoreDirLister (the base class of KDirLister) emits a jobError()
signal when the ListJob used internally emits an error.

Drop KFileItemModelDirLister class, now redundant.

This also bump the KF version to 5.82.
</content>
</entry>
<entry>
<title>Enable test mode in all test</title>
<updated>2021-03-13T16:18:53Z</updated>
<author>
<name>Elvis Angelaccio</name>
<email>elvis.angelaccio@kde.org</email>
</author>
<published>2021-03-13T16:18:53Z</published>
<link rel='alternate' type='text/html' href='https://fiftyfourth.xyz/git/dolphin/commit/?id=ffb80cb00d8fd886051f970b5155a55b1d066fcd'/>
<id>urn:sha1:ffb80cb00d8fd886051f970b5155a55b1d066fcd</id>
<content type='text'>
</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>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>Fix -Wunused-result warnings</title>
<updated>2018-02-03T21:34:24Z</updated>
<author>
<name>Elvis Angelaccio</name>
<email>elvis.angelaccio@kde.org</email>
</author>
<published>2018-02-03T21:34:24Z</published>
<link rel='alternate' type='text/html' href='https://fiftyfourth.xyz/git/dolphin/commit/?id=a90daf82b6a836eb4c579ff4752900cffc63aa3e'/>
<id>urn:sha1:a90daf82b6a836eb4c579ff4752900cffc63aa3e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Port QSignalSpy to new signal syntax</title>
<updated>2018-02-03T19:46:08Z</updated>
<author>
<name>Elvis Angelaccio</name>
<email>elvis.angelaccio@kde.org</email>
</author>
<published>2018-02-03T19:46:08Z</published>
<link rel='alternate' type='text/html' href='https://fiftyfourth.xyz/git/dolphin/commit/?id=cef4d96cc6ed30284815320b1f7ddb59f201589e'/>
<id>urn:sha1:cef4d96cc6ed30284815320b1f7ddb59f201589e</id>
<content type='text'>
More compile-time safety. Tests still pass.

This also fixes a krazy warning about "normalised signal/slot
signatures".
</content>
</entry>
<entry>
<title>Modernize: Use nullptr everywhere</title>
<updated>2017-11-21T09:53:12Z</updated>
<author>
<name>Kevin Funk</name>
<email>kfunk@kde.org</email>
</author>
<published>2017-11-21T09:52:14Z</published>
<link rel='alternate' type='text/html' href='https://fiftyfourth.xyz/git/dolphin/commit/?id=a6db5029acc09639fd8c7c20a7676b1ac9f36539'/>
<id>urn:sha1:a6db5029acc09639fd8c7c20a7676b1ac9f36539</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Port away from KDELibs4Support (we only use KDELibs4Support when baloo isn't present, because KFileMetaDataWidget is in KDELibs4Support)</title>
<updated>2015-02-26T17:10:42Z</updated>
<author>
<name>Emmanuel Pescosta</name>
<email>emmanuelpescosta099@gmail.com</email>
</author>
<published>2015-02-26T16:40:06Z</published>
<link rel='alternate' type='text/html' href='https://fiftyfourth.xyz/git/dolphin/commit/?id=832e157ecd1a1640b82425358b20fff416a2f8b7'/>
<id>urn:sha1:832e157ecd1a1640b82425358b20fff416a2f8b7</id>
<content type='text'>
Reviewed-By: Vishesh Handa
</content>
</entry>
<entry>
<title>Fix compilation with Qt 5.2 and 5.3; QSignalSpy can't take a function pointer yet</title>
<updated>2014-12-24T07:49:47Z</updated>
<author>
<name>David Faure</name>
<email>faure@kde.org</email>
</author>
<published>2014-12-24T07:49:47Z</published>
<link rel='alternate' type='text/html' href='https://fiftyfourth.xyz/git/dolphin/commit/?id=7c695cd709aff2cc7cc5d36784ac53ad7b6435cf'/>
<id>urn:sha1:7c695cd709aff2cc7cc5d36784ac53ad7b6435cf</id>
<content type='text'>
</content>
</entry>
</feed>
