<feed xmlns='http://www.w3.org/2005/Atom'>
<title>kconfig.git, branch v5.50.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 l10n-kf5</title>
<updated>2018-09-02T19:14:41+00:00</updated>
<author>
<name>l10n daemon script</name>
<email>scripty@kde.org</email>
</author>
<published>2018-09-02T19:14:41+00:00</published>
<link rel='alternate' type='text/html' href='https://netuse.dynamicmalloc.com/cgit/kconfig.git/commit/?id=c096e4b80e6589c7c6dd05cf5f334336b7e4a606'/>
<id>c096e4b80e6589c7c6dd05cf5f334336b7e4a606</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.50.0 release.</title>
<updated>2018-08-31T22:20:08+00:00</updated>
<author>
<name>l10n daemon script</name>
<email>scripty@kde.org</email>
</author>
<published>2018-08-31T22:20:08+00:00</published>
<link rel='alternate' type='text/html' href='https://netuse.dynamicmalloc.com/cgit/kconfig.git/commit/?id=f8e586f3399690c867fa96aa044720c6b1bfec33'/>
<id>f8e586f3399690c867fa96aa044720c6b1bfec33</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>2018-08-26T03:37:52+00:00</updated>
<author>
<name>l10n daemon script</name>
<email>scripty@kde.org</email>
</author>
<published>2018-08-26T03:37:52+00:00</published>
<link rel='alternate' type='text/html' href='https://netuse.dynamicmalloc.com/cgit/kconfig.git/commit/?id=ae1da3f99e349619143ac3cdb3e0d91b84e3efab'/>
<id>ae1da3f99e349619143ac3cdb3e0d91b84e3efab</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>Remove warning about old kiosk feature that no longer applies.</title>
<updated>2018-08-14T12:54:42+00:00</updated>
<author>
<name>David Faure</name>
<email>faure@kde.org</email>
</author>
<published>2018-08-14T09:21:48+00:00</published>
<link rel='alternate' type='text/html' href='https://netuse.dynamicmalloc.com/cgit/kconfig.git/commit/?id=1bf473224a0b8c762c3fc87f0560421023c3f27e'/>
<id>1bf473224a0b8c762c3fc87f0560421023c3f27e</id>
<content type='text'>
Summary:
The concept of KStandardDirs resources no longer exists;
and anyway kiosk users disable things at the feature level, not at
the config file level.

Test Plan: Compiles without warnings

Reviewers: davidedmundson, arichardson, broulik

Reviewed By: broulik

Subscribers: kde-frameworks-devel

Tags: #frameworks

Differential Revision: https://phabricator.kde.org/D14829
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Summary:
The concept of KStandardDirs resources no longer exists;
and anyway kiosk users disable things at the feature level, not at
the config file level.

Test Plan: Compiles without warnings

Reviewers: davidedmundson, arichardson, broulik

Reviewed By: broulik

Subscribers: kde-frameworks-devel

Tags: #frameworks

Differential Revision: https://phabricator.kde.org/D14829
</pre>
</div>
</content>
</entry>
<entry>
<title>GIT_SILENT Upgrade KF5 version to 5.50.0.</title>
<updated>2018-08-11T13:51:38+00:00</updated>
<author>
<name>l10n daemon script</name>
<email>scripty@kde.org</email>
</author>
<published>2018-08-11T13:51:38+00:00</published>
<link rel='alternate' type='text/html' href='https://netuse.dynamicmalloc.com/cgit/kconfig.git/commit/?id=8d2daa1cc2180b7edcbe9c9df379f12631cc6870'/>
<id>8d2daa1cc2180b7edcbe9c9df379f12631cc6870</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Set system default shortcut Ctrl+0 for "Actual Size" action</title>
<updated>2018-08-11T11:10:44+00:00</updated>
<author>
<name>Peter Mühlenpfordt</name>
<email>devel@ukn8.de</email>
</author>
<published>2018-08-11T11:08:33+00:00</published>
<link rel='alternate' type='text/html' href='https://netuse.dynamicmalloc.com/cgit/kconfig.git/commit/?id=f651a817ab004b64e8fcd5b4b8fa5141de10995f'/>
<id>f651a817ab004b64e8fcd5b4b8fa5141de10995f</id>
<content type='text'>
Summary:
Default shortcuts for zoom in ({key Ctrl +}) and out ({key Ctrl -})
already exists but not for going back to 100%.
The shortcut {key Ctrl 0} is widely used by different applications
for zoom to original size. This patch adds {key Ctrl 0} as system
default for `KStandardAction::ActualSize`.

FEATURE: 305702
FIXED-IN: 5.50

Test Plan:
Searched lxr for conflicts of `KStandardAction::ActualSize` and
usage of Ctrl+0 shortcut.
Checked the following applications with set system default shortcut:
* Gwenview
* KAlgebra
* KolourPaint
* KStars (FITS viewer)
* Cirkuit
Only Cirkuit uses Ctrl+0 for "Zoom To Fit" action. I'll create a
patch to solve this conflict.

Reviewers: dfaure, broulik, ngraham, rkflx

Reviewed By: dfaure, ngraham, rkflx

Subscribers: jriddell, rkflx, kde-frameworks-devel

Tags: #frameworks

Differential Revision: https://phabricator.kde.org/D14201
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Summary:
Default shortcuts for zoom in ({key Ctrl +}) and out ({key Ctrl -})
already exists but not for going back to 100%.
The shortcut {key Ctrl 0} is widely used by different applications
for zoom to original size. This patch adds {key Ctrl 0} as system
default for `KStandardAction::ActualSize`.

FEATURE: 305702
FIXED-IN: 5.50

Test Plan:
Searched lxr for conflicts of `KStandardAction::ActualSize` and
usage of Ctrl+0 shortcut.
Checked the following applications with set system default shortcut:
* Gwenview
* KAlgebra
* KolourPaint
* KStars (FITS viewer)
* Cirkuit
Only Cirkuit uses Ctrl+0 for "Zoom To Fit" action. I'll create a
patch to solve this conflict.

Reviewers: dfaure, broulik, ngraham, rkflx

Reviewed By: dfaure, ngraham, rkflx

Subscribers: jriddell, rkflx, kde-frameworks-devel

Tags: #frameworks

Differential Revision: https://phabricator.kde.org/D14201
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix cleanup of kconfigtest kdeglobals</title>
<updated>2018-08-08T17:36:35+00:00</updated>
<author>
<name>David Edmundson</name>
<email>kde@davidedmundson.co.uk</email>
</author>
<published>2018-08-08T17:36:35+00:00</published>
<link rel='alternate' type='text/html' href='https://netuse.dynamicmalloc.com/cgit/kconfig.git/commit/?id=499edcea257637b498a64ffb80df35b4e04f6f4b'/>
<id>499edcea257637b498a64ffb80df35b4e04f6f4b</id>
<content type='text'>
Summary:
We expand the path of kdeglobals to
~/.qttest/kconfigtests/../kdeglobals

which works during the test, but this cleanup is run both on startup and
after removing ~/.qttest/kconfigtests    at which point the expansion
fails.

Test Plan: Ran test, looked at qttest dir. It had cleaned up

Reviewers: broulik

Reviewed By: broulik

Subscribers: kde-frameworks-devel

Tags: #frameworks

Differential Revision: https://phabricator.kde.org/D13032
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Summary:
We expand the path of kdeglobals to
~/.qttest/kconfigtests/../kdeglobals

which works during the test, but this cleanup is run both on startup and
after removing ~/.qttest/kconfigtests    at which point the expansion
fails.

Test Plan: Ran test, looked at qttest dir. It had cleaned up

Reviewers: broulik

Reviewed By: broulik

Subscribers: kde-frameworks-devel

Tags: #frameworks

Differential Revision: https://phabricator.kde.org/D13032
</pre>
</div>
</content>
</entry>
<entry>
<title>GIT_SILENT Upgrade ECM and KF5 version requirements for 5.49.0 release.</title>
<updated>2018-08-04T08:42:17+00:00</updated>
<author>
<name>l10n daemon script</name>
<email>scripty@kde.org</email>
</author>
<published>2018-08-04T08:42:17+00:00</published>
<link rel='alternate' type='text/html' href='https://netuse.dynamicmalloc.com/cgit/kconfig.git/commit/?id=63037ce623a366a2af3b3b4c9af232c0b084e207'/>
<id>63037ce623a366a2af3b3b4c9af232c0b084e207</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 KF5 version to 5.49.0.</title>
<updated>2018-08-04T08:37:37+00:00</updated>
<author>
<name>l10n daemon script</name>
<email>scripty@kde.org</email>
</author>
<published>2018-08-04T08:37:37+00:00</published>
<link rel='alternate' type='text/html' href='https://netuse.dynamicmalloc.com/cgit/kconfig.git/commit/?id=18ef662242c6a8202a6eebac8279b4c621f0a24d'/>
<id>18ef662242c6a8202a6eebac8279b4c621f0a24d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Honor BUILD_TESTING</title>
<updated>2018-07-08T19:03:51+00:00</updated>
<author>
<name>Antonio Rojas</name>
<email>arojas@archlinux.org</email>
</author>
<published>2018-07-08T19:03:51+00:00</published>
<link rel='alternate' type='text/html' href='https://netuse.dynamicmalloc.com/cgit/kconfig.git/commit/?id=00646c782459f8fbfdba89bf505b2c1c8a1cd207'/>
<id>00646c782459f8fbfdba89bf505b2c1c8a1cd207</id>
<content type='text'>
Only build tests if BUILD_TESTING is on

Differential Revision: https://phabricator.kde.org/D13947
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Only build tests if BUILD_TESTING is on

Differential Revision: https://phabricator.kde.org/D13947
</pre>
</div>
</content>
</entry>
</feed>
