<feed xmlns='http://www.w3.org/2005/Atom'>
<title>kconfig.git, branch v5.75.0</title>
<subtitle>hurd kconfig.git</subtitle>
<link rel='alternate' type='text/html' href='https://netuse.dynamicmalloc.com/cgit/kconfig.git/'/>
<entry>
<title>GIT_SILENT Commit translations from kconfig</title>
<updated>2020-10-04T18:40:00+00:00</updated>
<author>
<name>l10n daemon script</name>
<email>scripty@kde.org</email>
</author>
<published>2020-10-04T18:40:00+00:00</published>
<link rel='alternate' type='text/html' href='https://netuse.dynamicmalloc.com/cgit/kconfig.git/commit/?id=14b5b1a4f20ba5fda2a027b633b060204cf595e7'/>
<id>14b5b1a4f20ba5fda2a027b633b060204cf595e7</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>GIT_SILENT Upgrade ECM and KF5 version requirements for 5.75.0 release.</title>
<updated>2020-10-04T09:47:53+00:00</updated>
<author>
<name>l10n daemon script</name>
<email>scripty@kde.org</email>
</author>
<published>2020-10-04T09:47:53+00:00</published>
<link rel='alternate' type='text/html' href='https://netuse.dynamicmalloc.com/cgit/kconfig.git/commit/?id=23a91a4e92e946d8869e7426b6fc93c06bcd4466'/>
<id>23a91a4e92e946d8869e7426b6fc93c06bcd4466</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>SVN_SILENT made messages (.desktop file) - always resolve ours</title>
<updated>2020-09-21T03:53:34+00:00</updated>
<author>
<name>l10n daemon script</name>
<email>scripty@kde.org</email>
</author>
<published>2020-09-21T03:53:34+00:00</published>
<link rel='alternate' type='text/html' href='https://netuse.dynamicmalloc.com/cgit/kconfig.git/commit/?id=21a40e05397f15aea066cabd36b9ada9d6ba412b'/>
<id>21a40e05397f15aea066cabd36b9ada9d6ba412b</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>CMake: Also set SKIP_AUTOUIC on generated files</title>
<updated>2020-09-18T08:04:18+00:00</updated>
<author>
<name>Kevin Funk</name>
<email>kfunk@kde.org</email>
</author>
<published>2020-09-18T07:55:18+00:00</published>
<link rel='alternate' type='text/html' href='https://netuse.dynamicmalloc.com/cgit/kconfig.git/commit/?id=f9079c8413e52071bacced70bf0394dd65f14ce3'/>
<id>f9079c8413e52071bacced70bf0394dd65f14ce3</id>
<content type='text'>
Otherwise we get a CMake warning, just as:

```
CMake Warning (dev) in resources/sugarcrm/CMakeLists.txt:
  Policy CMP0071 is not set: Let AUTOMOC and AUTOUIC process GENERATED files.
  Run "cmake --help-policy CMP0071" for policy details.  Use the cmake_policy
  command to set the policy and suppress this warning.

  For compatibility, CMake is excluding the GENERATED source file(s):

    "/home/kfunk/devel/build/kdab/FatCRM/resources/sugarcrm/settings.cpp"
    "/home/kfunk/devel/build/kdab/FatCRM/resources/sugarcrm/settings.h"

  from processing by AUTOMOC and AUTOUIC.
(...)
```

Also merge calls to set_source_files_properties() as it can handle
multiple files at once.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Otherwise we get a CMake warning, just as:

```
CMake Warning (dev) in resources/sugarcrm/CMakeLists.txt:
  Policy CMP0071 is not set: Let AUTOMOC and AUTOUIC process GENERATED files.
  Run "cmake --help-policy CMP0071" for policy details.  Use the cmake_policy
  command to set the policy and suppress this warning.

  For compatibility, CMake is excluding the GENERATED source file(s):

    "/home/kfunk/devel/build/kdab/FatCRM/resources/sugarcrm/settings.cpp"
    "/home/kfunk/devel/build/kdab/FatCRM/resources/sugarcrm/settings.h"

  from processing by AUTOMOC and AUTOUIC.
(...)
```

Also merge calls to set_source_files_properties() as it can handle
multiple files at once.
</pre>
</div>
</content>
</entry>
<entry>
<title>Use reverse order in KDesktopFile::locateLocal to iterate over generic config paths.</title>
<updated>2020-09-14T18:18:12+00:00</updated>
<author>
<name>Jeremy Whiting</name>
<email>jpwhiting@kde.org</email>
</author>
<published>2020-09-14T04:39:34+00:00</published>
<link rel='alternate' type='text/html' href='https://netuse.dynamicmalloc.com/cgit/kconfig.git/commit/?id=0283103ff2286a2bc54e6e3abb508bd00c8b9d57'/>
<id>0283103ff2286a2bc54e6e3abb508bd00c8b9d57</id>
<content type='text'>
Since windows has some generic config paths that are parents of other generic config paths
e.g. c:/CraftRoot/build/_/&lt;hash&gt;/build/bin followed by c:/CraftRoot/build/_/&lt;hash&gt;/build/bin/data
we need to search for locations from the last location to the first.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Since windows has some generic config paths that are parents of other generic config paths
e.g. c:/CraftRoot/build/_/&lt;hash&gt;/build/bin followed by c:/CraftRoot/build/_/&lt;hash&gt;/build/bin/data
we need to search for locations from the last location to the first.
</pre>
</div>
</content>
</entry>
<entry>
<title>GIT_SILENT Upgrade KF5 version to 5.75.0.</title>
<updated>2020-09-12T11:34:46+00:00</updated>
<author>
<name>l10n daemon script</name>
<email>scripty@kde.org</email>
</author>
<published>2020-09-12T11:34:46+00:00</published>
<link rel='alternate' type='text/html' href='https://netuse.dynamicmalloc.com/cgit/kconfig.git/commit/?id=c7708ffb77debb58103f6cbb7baf3c305db03b28'/>
<id>c7708ffb77debb58103f6cbb7baf3c305db03b28</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>GIT_SILENT Upgrade ECM and KF5 version requirements for 5.74.0 release.</title>
<updated>2020-09-06T09:10:21+00:00</updated>
<author>
<name>l10n daemon script</name>
<email>scripty@kde.org</email>
</author>
<published>2020-09-06T09:10:21+00:00</published>
<link rel='alternate' type='text/html' href='https://netuse.dynamicmalloc.com/cgit/kconfig.git/commit/?id=992b938d3f97c9d10572e3b197d5a2651c2d83d0'/>
<id>992b938d3f97c9d10572e3b197d5a2651c2d83d0</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Drop outdated note about updating kdoctools/genshortcutents.cpp</title>
<updated>2020-09-04T12:47:24+00:00</updated>
<author>
<name>Friedrich W. H. Kossebau</name>
<email>kossebau@kde.org</email>
</author>
<published>2020-09-01T11:30:35+00:00</published>
<link rel='alternate' type='text/html' href='https://netuse.dynamicmalloc.com/cgit/kconfig.git/commit/?id=ae029a7df5cbbbbdf197dfa7ab5e4dfad2722df0'/>
<id>ae029a7df5cbbbbdf197dfa7ab5e4dfad2722df0</id>
<content type='text'>
genshortcutents.cpp disappeared from kdoctools during preparations
of kdelibs for KDE Frameworks
(commits.kde.org/kdelibs/64537ae5bf1a4e91ba99befc016e67e8e0c9dff0)

Cmp. also http://lists.kde.org/?t=137113303000003&amp;r=1&amp;w=2
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
genshortcutents.cpp disappeared from kdoctools during preparations
of kdelibs for KDE Frameworks
(commits.kde.org/kdelibs/64537ae5bf1a4e91ba99befc016e67e8e0c9dff0)

Cmp. also http://lists.kde.org/?t=137113303000003&amp;r=1&amp;w=2
</pre>
</div>
</content>
</entry>
<entry>
<title>Make KWindowConfig::allConnectedScreens() static and internal</title>
<updated>2020-09-03T18:28:15+00:00</updated>
<author>
<name>Nate Graham</name>
<email>nate@kde.org</email>
</author>
<published>2020-09-03T17:27:49+00:00</published>
<link rel='alternate' type='text/html' href='https://netuse.dynamicmalloc.com/cgit/kconfig.git/commit/?id=a1ffd1418f355ae927c9b7859cffcb6caa767306'/>
<id>a1ffd1418f355ae927c9b7859cffcb6caa767306</id>
<content type='text'>
It doesn't need to be public since it's just an internal convenience
function. So let's make it static.

BUG: 425953
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
It doesn't need to be public since it's just an internal convenience
function. So let's make it static.

BUG: 425953
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix @since tag for recently-added function</title>
<updated>2020-09-03T17:21:14+00:00</updated>
<author>
<name>Nate Graham</name>
<email>nate@kde.org</email>
</author>
<published>2020-09-03T17:21:14+00:00</published>
<link rel='alternate' type='text/html' href='https://netuse.dynamicmalloc.com/cgit/kconfig.git/commit/?id=89c99164b4c235dfc61aa3cdd6997dc1413281ce'/>
<id>89c99164b4c235dfc61aa3cdd6997dc1413281ce</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
