<feed xmlns='http://www.w3.org/2005/Atom'>
<title>kconfig.git/src, branch master</title>
<subtitle>hurd kconfig.git</subtitle>
<link rel='alternate' type='text/html' href='https://netuse.dynamicmalloc.com/cgit/kconfig.git/'/>
<entry>
<title>Add KServiceAction as a friend of KConfigGroup</title>
<updated>2022-08-23T10:24:32+00:00</updated>
<author>
<name>Nicolas Fella</name>
<email>nicolas.fella@gmx.de</email>
</author>
<published>2022-08-20T22:13:25+00:00</published>
<link rel='alternate' type='text/html' href='https://netuse.dynamicmalloc.com/cgit/kconfig.git/commit/?id=80139fc6efbcfb2d66aedf24afe7e18ccb1ec91e'/>
<id>80139fc6efbcfb2d66aedf24afe7e18ccb1ec91e</id>
<content type='text'>
KServicePrivate is already a friend to be able to access convertToQVariant

KServiceAction needs to do the same
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
KServicePrivate is already a friend to be able to access convertToQVariant

KServiceAction needs to do the same
</pre>
</div>
</content>
</entry>
<entry>
<title>General code clean-up</title>
<updated>2022-08-19T16:16:54+00:00</updated>
<author>
<name>Ahmad Samir</name>
<email>a.samirh78@gmail.com</email>
</author>
<published>2022-07-14T13:42:43+00:00</published>
<link rel='alternate' type='text/html' href='https://netuse.dynamicmalloc.com/cgit/kconfig.git/commit/?id=73de2d51c0cd9e35c86584a18d9bcb3c08672f5f'/>
<id>73de2d51c0cd9e35c86584a18d9bcb3c08672f5f</id>
<content type='text'>
- use the strings in a QStringList directly
- slightly better readability: less if-else-nesting, return early

GIT_SILENT
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- use the strings in a QStringList directly
- slightly better readability: less if-else-nesting, return early

GIT_SILENT
</pre>
</div>
</content>
</entry>
<entry>
<title>KConfigWatcher: initialize d-&gt;m_config in constructor</title>
<updated>2022-08-10T11:45:38+00:00</updated>
<author>
<name>Kamil Dudka</name>
<email>kdudka@redhat.com</email>
</author>
<published>2022-07-29T22:23:55+00:00</published>
<link rel='alternate' type='text/html' href='https://netuse.dynamicmalloc.com/cgit/kconfig.git/commit/?id=ed0ecf5b7640f0eca4aeba0e19cf173bc224585e'/>
<id>ed0ecf5b7640f0eca4aeba0e19cf173bc224585e</id>
<content type='text'>
... also when built without -DKCONFIG_USE_DBUS

Fixes: https://bugs.kde.org/457285
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
... also when built without -DKCONFIG_USE_DBUS

Fixes: https://bugs.kde.org/457285
</pre>
</div>
</content>
</entry>
<entry>
<title>Add explicit option to disable QML support</title>
<updated>2022-08-01T11:21:14+00:00</updated>
<author>
<name>Nicolas Fella</name>
<email>nicolas.fella@gmx.de</email>
</author>
<published>2022-08-01T10:41:12+00:00</published>
<link rel='alternate' type='text/html' href='https://netuse.dynamicmalloc.com/cgit/kconfig.git/commit/?id=ee80eec19ad6cfc207b7970e2e6080ea00335d96'/>
<id>ee80eec19ad6cfc207b7970e2e6080ea00335d96</id>
<content type='text'>
We've had multiple people accidentally building KConfig without QML support and then complain that something down the line is breaking

To make that harder add an explict option to disable the QML stuff
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
We've had multiple people accidentally building KConfig without QML support and then complain that something down the line is breaking

To make that harder add an explict option to disable the QML stuff
</pre>
</div>
</content>
</entry>
<entry>
<title>Don't inherit from containers</title>
<updated>2022-07-17T13:11:48+00:00</updated>
<author>
<name>Ahmad Samir</name>
<email>a.samirh78@gmail.com</email>
</author>
<published>2022-06-24T17:17:53+00:00</published>
<link rel='alternate' type='text/html' href='https://netuse.dynamicmalloc.com/cgit/kconfig.git/commit/?id=491f546463df18c9d8831d803b6382bdd05d7622'/>
<id>491f546463df18c9d8831d803b6382bdd05d7622</id>
<content type='text'>
Containers (both Qt and STL) don't have virtual destructors, which could
be an issue when trying to delete an object of a derived class via a
pointer to the base class.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Containers (both Qt and STL) don't have virtual destructors, which could
be an issue when trying to delete an object of a derived class via a
pointer to the base class.
</pre>
</div>
</content>
</entry>
<entry>
<title>SVN_SILENT made messages (.desktop file) - always resolve ours</title>
<updated>2022-07-01T01:42:24+00:00</updated>
<author>
<name>l10n daemon script</name>
<email>scripty@kde.org</email>
</author>
<published>2022-07-01T01:42:24+00:00</published>
<link rel='alternate' type='text/html' href='https://netuse.dynamicmalloc.com/cgit/kconfig.git/commit/?id=a0ee952c73f573df37556c68081e4ef1860eef51'/>
<id>a0ee952c73f573df37556c68081e4ef1860eef51</id>
<content type='text'>
In case of conflict in i18n, keep the version of the branch "ours"
To resolve a particular conflict, "git checkout --ours path/to/file.desktop"
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
In case of conflict in i18n, keep the version of the branch "ours"
To resolve a particular conflict, "git checkout --ours path/to/file.desktop"
</pre>
</div>
</content>
</entry>
<entry>
<title>KDesktopFile: add API docs for desktopGroup()</title>
<updated>2022-06-22T20:23:27+00:00</updated>
<author>
<name>Ahmad Samir</name>
<email>a.samirh78@gmail.com</email>
</author>
<published>2022-06-22T20:23:27+00:00</published>
<link rel='alternate' type='text/html' href='https://netuse.dynamicmalloc.com/cgit/kconfig.git/commit/?id=5ce3f9eb1fd2c83754d94f568ba00335e3d184f3'/>
<id>5ce3f9eb1fd2c83754d94f568ba00335e3d184f3</id>
<content type='text'>
GIT_SILENT
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
GIT_SILENT
</pre>
</div>
</content>
</entry>
<entry>
<title>SVN_SILENT made messages (.desktop file) - always resolve ours</title>
<updated>2022-06-13T02:13:18+00:00</updated>
<author>
<name>l10n daemon script</name>
<email>scripty@kde.org</email>
</author>
<published>2022-06-13T02:13:18+00:00</published>
<link rel='alternate' type='text/html' href='https://netuse.dynamicmalloc.com/cgit/kconfig.git/commit/?id=a83e1f5068b6558c25a1366386fd4d4554efef63'/>
<id>a83e1f5068b6558c25a1366386fd4d4554efef63</id>
<content type='text'>
In case of conflict in i18n, keep the version of the branch "ours"
To resolve a particular conflict, "git checkout --ours path/to/file.desktop"
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
In case of conflict in i18n, keep the version of the branch "ours"
To resolve a particular conflict, "git checkout --ours path/to/file.desktop"
</pre>
</div>
</content>
</entry>
<entry>
<title>Change "Actual Size" shortcut's text to "Zoom to Actual Size"</title>
<updated>2022-05-30T13:41:15+00:00</updated>
<author>
<name>Nate Graham</name>
<email>nate@kde.org</email>
</author>
<published>2022-05-27T12:25:17+00:00</published>
<link rel='alternate' type='text/html' href='https://netuse.dynamicmalloc.com/cgit/kconfig.git/commit/?id=4785f8adf536907d59d91a94491e5d4381421cd2'/>
<id>4785f8adf536907d59d91a94491e5d4381421cd2</id>
<content type='text'>
In general actions need to start with verbs so that the user knows what
will happen. Changing "Actual Size" to "Zoom to Actual Size" makes the
action compliant with this rule, and also makes it clear that this is a
zoom action, so anywhere the user searches for the word "zoom", they
will find it.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
In general actions need to start with verbs so that the user knows what
will happen. Changing "Actual Size" to "Zoom to Actual Size" makes the
action compliant with this rule, and also makes it clear that this is a
zoom action, so anywhere the user searches for the word "zoom", they
will find it.
</pre>
</div>
</content>
</entry>
<entry>
<title>SVN_SILENT made messages (.desktop file) - always resolve ours</title>
<updated>2022-05-28T02:04:31+00:00</updated>
<author>
<name>l10n daemon script</name>
<email>scripty@kde.org</email>
</author>
<published>2022-05-28T02:04:31+00:00</published>
<link rel='alternate' type='text/html' href='https://netuse.dynamicmalloc.com/cgit/kconfig.git/commit/?id=5a01d0c0c14b66db121c8eeb2332f352b843f8da'/>
<id>5a01d0c0c14b66db121c8eeb2332f352b843f8da</id>
<content type='text'>
In case of conflict in i18n, keep the version of the branch "ours"
To resolve a particular conflict, "git checkout --ours path/to/file.desktop"
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
In case of conflict in i18n, keep the version of the branch "ours"
To resolve a particular conflict, "git checkout --ours path/to/file.desktop"
</pre>
</div>
</content>
</entry>
</feed>
