<feed xmlns='http://www.w3.org/2005/Atom'>
<title>dolphin/src/views/versioncontrol/kversioncontrolplugin.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>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>Fix various typos</title>
<updated>2021-12-06T12:59:23Z</updated>
<author>
<name>luz paz</name>
<email>luzpaz@users.noreply.github.com</email>
</author>
<published>2021-12-06T12:59:23Z</published>
<link rel='alternate' type='text/html' href='https://fiftyfourth.xyz/git/dolphin/commit/?id=fde79c09cb9ae5991d6b36c7c1d125628f2c7914'/>
<id>urn:sha1:fde79c09cb9ae5991d6b36c7c1d125628f2c7914</id>
<content type='text'>
Found via `codespell -q 3 -S *.desktop,*.xml`</content>
</entry>
<entry>
<title>Port away from deprecated KPluginLoader</title>
<updated>2021-12-01T22:10:58Z</updated>
<author>
<name>Alexander Lohnau</name>
<email>alexander.lohnau@gmx.de</email>
</author>
<published>2021-11-11T18:18:27Z</published>
<link rel='alternate' type='text/html' href='https://fiftyfourth.xyz/git/dolphin/commit/?id=82202a24e20a36d8bfd814dce6702012d74a1620'/>
<id>urn:sha1:82202a24e20a36d8bfd814dce6702012d74a1620</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Port the VCS plugin system to KPluginLoader</title>
<updated>2021-04-05T10:37:28Z</updated>
<author>
<name>Tobias Fella</name>
<email>fella@posteo.de</email>
</author>
<published>2021-04-05T10:37:28Z</published>
<link rel='alternate' type='text/html' href='https://fiftyfourth.xyz/git/dolphin/commit/?id=30371aedc80bb4e94481058182ab2ad25e35daf9'/>
<id>urn:sha1:30371aedc80bb4e94481058182ab2ad25e35daf9</id>
<content type='text'>
The loader looks for the plugins in ${QT_PLUGIN_PATH}/dolphin/vcs.
The old method of loading the plugins is kept around for now, to support
external, legacy plugins.
</content>
</entry>
<entry>
<title>Review feedback</title>
<updated>2020-12-27T17:18:40Z</updated>
<author>
<name>Méven Car</name>
<email>meven29@gmail.com</email>
</author>
<published>2020-12-08T22:09:52Z</published>
<link rel='alternate' type='text/html' href='https://fiftyfourth.xyz/git/dolphin/commit/?id=f6a465c9116eee978094b1928de5b4cb2cc59eae'/>
<id>urn:sha1:f6a465c9116eee978094b1928de5b4cb2cc59eae</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Version Control plugin: allow plugins to return repository root</title>
<updated>2020-12-27T17:18:40Z</updated>
<author>
<name>Méven Car</name>
<email>meven29@gmail.com</email>
</author>
<published>2020-12-05T09:19:53Z</published>
<link rel='alternate' type='text/html' href='https://fiftyfourth.xyz/git/dolphin/commit/?id=c1739d5c4d55401a03462467ed446763924be844'/>
<id>urn:sha1:c1739d5c4d55401a03462467ed446763924be844</id>
<content type='text'>
Currently plugins `fileName()` only return path file extension.

This changes allows plugins to return the absolute file path to their repository root.

CCBUG: 430024
</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>For VCS-plugin interface added pure virtual function outOfVersionControlActions()</title>
<updated>2020-04-30T13:56:24Z</updated>
<author>
<name>Nikolai Krasheninnikov</name>
<email>nkrasheninnikov@yandex.ru</email>
</author>
<published>2020-04-27T05:52:38Z</published>
<link rel='alternate' type='text/html' href='https://fiftyfourth.xyz/git/dolphin/commit/?id=67a5ec53ef5a48d4f26ced28d117dcc905057c54'/>
<id>urn:sha1:67a5ec53ef5a48d4f26ced28d117dcc905057c54</id>
<content type='text'>
Summary: This commit changes VCS-plugin interface in order to provide actions for unversioned items (for example clone or checkout repository), updates to dolphin-plugins comes in the separate commit D29042.

Reviewers: #dolphin, meven, elvisangelaccio

Reviewed By: #dolphin, meven, elvisangelaccio

Subscribers: kfm-devel

Tags: #dolphin

Differential Revision: https://phabricator.kde.org/D29041
</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>Remove unused #include</title>
<updated>2018-03-04T18:00:47Z</updated>
<author>
<name>Roman Inflianskas</name>
<email>infroma@gmail.com</email>
</author>
<published>2018-03-04T13:38:16Z</published>
<link rel='alternate' type='text/html' href='https://fiftyfourth.xyz/git/dolphin/commit/?id=48b58f830a585b773435c9af5ee2fe8f0c7c641d'/>
<id>urn:sha1:48b58f830a585b773435c9af5ee2fe8f0c7c641d</id>
<content type='text'>
Summary: I used CLion inspection to hunt all unused #include

Reviewers: #dolphin, elvisangelaccio, markg

Reviewed By: #dolphin, elvisangelaccio, markg

Subscribers: bcooksley, markg, elvisangelaccio, #dolphin

Differential Revision: https://phabricator.kde.org/D10985
</content>
</entry>
</feed>
