<feed xmlns='http://www.w3.org/2005/Atom'>
<title>kconfig.git, branch v5.79.0</title>
<subtitle>hurd kconfig.git</subtitle>
<link rel='alternate' type='text/html' href='https://netuse.dynamicmalloc.com/cgit/kconfig.git/'/>
<entry>
<title>Fix window positioning regression due to incorrect fallback in fallback</title>
<updated>2021-02-10T08:32:56+00:00</updated>
<author>
<name>Nate Graham</name>
<email>nate@kde.org</email>
</author>
<published>2021-02-08T18:53:28+00:00</published>
<link rel='alternate' type='text/html' href='https://netuse.dynamicmalloc.com/cgit/kconfig.git/commit/?id=aa1b1b35acefb55e36a39cf045098405b1238ef2'/>
<id>aa1b1b35acefb55e36a39cf045098405b1238ef2</id>
<content type='text'>
We have a fallback string that gets searched for in the KCM, but that
fallback itself should not have a fallback, or else we always use that
second fallback and the window gets positioned incorrectly the first
time it's opened. So let's replace the second fallback with -1.

BUG: 432661
FIXED-IN: 5.79
(cherry picked from commit 97accd14d732f3eda1c25bb58290cb9311040798)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
We have a fallback string that gets searched for in the KCM, but that
fallback itself should not have a fallback, or else we always use that
second fallback and the window gets positioned incorrectly the first
time it's opened. So let's replace the second fallback with -1.

BUG: 432661
FIXED-IN: 5.79
(cherry picked from commit 97accd14d732f3eda1c25bb58290cb9311040798)
</pre>
</div>
</content>
</entry>
<entry>
<title>GIT_SILENT Commit translations from kconfig</title>
<updated>2021-02-06T18:11:43+00:00</updated>
<author>
<name>l10n daemon script</name>
<email>scripty@kde.org</email>
</author>
<published>2021-02-06T18:11:43+00:00</published>
<link rel='alternate' type='text/html' href='https://netuse.dynamicmalloc.com/cgit/kconfig.git/commit/?id=889792ea6f8d6793a65d7c76119afe2083060ab7'/>
<id>889792ea6f8d6793a65d7c76119afe2083060ab7</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix kconfig_compiler doxygen formatting</title>
<updated>2021-02-04T12:15:48+00:00</updated>
<author>
<name>David Hurka</name>
<email>david.hurka@mailbox.org</email>
</author>
<published>2021-02-04T12:15:48+00:00</published>
<link rel='alternate' type='text/html' href='https://netuse.dynamicmalloc.com/cgit/kconfig.git/commit/?id=5d0dac047384e1f46e2de57f9b9ebf4f6fde0e26'/>
<id>5d0dac047384e1f46e2de57f9b9ebf4f6fde0e26</id>
<content type='text'>
 * Doxygen sections instead of markdown list items and HTML headers
 * More descriptive section titles
 * HTML Definition list instead of a wide HTML table for compiler options
 * HTML Definition list instead of a markdown item list for data types
 * Syntax highlighting for examples
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
 * Doxygen sections instead of markdown list items and HTML headers
 * More descriptive section titles
 * HTML Definition list instead of a wide HTML table for compiler options
 * HTML Definition list instead of a markdown item list for data types
 * Syntax highlighting for examples
</pre>
</div>
</content>
</entry>
<entry>
<title>SVN_SILENT made messages (.desktop file) - always resolve ours</title>
<updated>2021-02-04T05:41:42+00:00</updated>
<author>
<name>l10n daemon script</name>
<email>scripty@kde.org</email>
</author>
<published>2021-02-04T05:41:42+00:00</published>
<link rel='alternate' type='text/html' href='https://netuse.dynamicmalloc.com/cgit/kconfig.git/commit/?id=68f8622dc9d40f9a8df7fa49680a109f7f924ddb'/>
<id>68f8622dc9d40f9a8df7fa49680a109f7f924ddb</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>Refactor window geometry save/restore code to be less fragile</title>
<updated>2021-02-03T02:39:34+00:00</updated>
<author>
<name>Nate Graham</name>
<email>nate@kde.org</email>
</author>
<published>2021-02-02T17:10:55+00:00</published>
<link rel='alternate' type='text/html' href='https://netuse.dynamicmalloc.com/cgit/kconfig.git/commit/?id=7766259eb5287d11d2ef60b50da9255b1307df3c'/>
<id>7766259eb5287d11d2ef60b50da9255b1307df3c</id>
<content type='text'>
This commit refactors the code a bit to define the window geometry
strings in one place and uses a common method to read and write them.

This makes future changes much less fragile and fixes a pre-existing bug
that had gone un-noticed which caused window positions to not be saved
on a per-resolution basis in addition to a per-display-arrangement
basis. Old strings are used if available to that people don't lose their
saved position data the first time they upgrade to KF 5.79.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This commit refactors the code a bit to define the window geometry
strings in one place and uses a common method to read and write them.

This makes future changes much less fragile and fixes a pre-existing bug
that had gone un-noticed which caused window positions to not be saved
on a per-resolution basis in addition to a per-display-arrangement
basis. Old strings are used if available to that people don't lose their
saved position data the first time they upgrade to KF 5.79.
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix restoring window size when closed while maximized</title>
<updated>2021-02-02T14:40:49+00:00</updated>
<author>
<name>Nate Graham</name>
<email>nate@kde.org</email>
</author>
<published>2021-02-01T20:24:03+00:00</published>
<link rel='alternate' type='text/html' href='https://netuse.dynamicmalloc.com/cgit/kconfig.git/commit/?id=b57c7ad9acf45928a6debefcd432cc50432fefdb'/>
<id>b57c7ad9acf45928a6debefcd432cc50432fefdb</id>
<content type='text'>
The maximization string was being saved to the config file including
the connected screens, but the code to read it was not, and was also
looking for the old incorrect format. This could have resulted in old
config values being used forever, and the window always being opened
in a maximized state.

BUG: 430521
FIXED-IN: 5.79
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The maximization string was being saved to the config file including
the connected screens, but the code to read it was not, and was also
looking for the old incorrect format. This could have resulted in old
config values being used forever, and the window always being opened
in a maximized state.

BUG: 430521
FIXED-IN: 5.79
</pre>
</div>
</content>
</entry>
<entry>
<title>GIT_SILENT Add auto generated .clang-format file to .gitignore</title>
<updated>2021-01-30T17:33:30+00:00</updated>
<author>
<name>Alexander Lohnau</name>
<email>alexander.lohnau@gmx.de</email>
</author>
<published>2021-01-30T17:33:30+00:00</published>
<link rel='alternate' type='text/html' href='https://netuse.dynamicmalloc.com/cgit/kconfig.git/commit/?id=828ba0e02269a072a95729f415cef07b77e897a5'/>
<id>828ba0e02269a072a95729f415cef07b77e897a5</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Replace KF5_VERSION with KF_VERSION</title>
<updated>2021-01-29T21:23:01+00:00</updated>
<author>
<name>Nicolas Fella</name>
<email>nicolas.fella@gmx.de</email>
</author>
<published>2021-01-29T21:23:01+00:00</published>
<link rel='alternate' type='text/html' href='https://netuse.dynamicmalloc.com/cgit/kconfig.git/commit/?id=1605a2b5cf459cf72b960e32702f5a32ad2cc711'/>
<id>1605a2b5cf459cf72b960e32702f5a32ad2cc711</id>
<content type='text'>
Frameworks will be Frameworks 6 at some point and there is no good reason to have the major version in the variable name.

Given this is purely internal we can to this now, making it a bit more future-proof

GIT_SILENT

NO_CHANGELOG
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Frameworks will be Frameworks 6 at some point and there is no good reason to have the major version in the variable name.

Given this is purely internal we can to this now, making it a bit more future-proof

GIT_SILENT

NO_CHANGELOG
</pre>
</div>
</content>
</entry>
<entry>
<title>GIT_SILENT Upgrade ECM and KF5 version requirements for 5.79.0 release.</title>
<updated>2021-01-29T20:38:38+00:00</updated>
<author>
<name>l10n daemon script</name>
<email>scripty@kde.org</email>
</author>
<published>2021-01-29T20:38:38+00:00</published>
<link rel='alternate' type='text/html' href='https://netuse.dynamicmalloc.com/cgit/kconfig.git/commit/?id=2b3bb53fde806a776e3fa27d219584f450a7f853'/>
<id>2b3bb53fde806a776e3fa27d219584f450a7f853</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove dead cmake code</title>
<updated>2021-01-26T23:17:31+00:00</updated>
<author>
<name>Nicolas Fella</name>
<email>nicolas.fella@gmx.de</email>
</author>
<published>2021-01-26T23:17:31+00:00</published>
<link rel='alternate' type='text/html' href='https://netuse.dynamicmalloc.com/cgit/kconfig.git/commit/?id=b912232762e23c08e77d01aabc50ccca7a0acd72'/>
<id>b912232762e23c08e77d01aabc50ccca7a0acd72</id>
<content type='text'>
KDEWIN_LIBRARIES is never defined
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
KDEWIN_LIBRARIES is never defined
</pre>
</div>
</content>
</entry>
</feed>
