<feed xmlns='http://www.w3.org/2005/Atom'>
<title>dolphin/src/panels/places/placesitemeditdialog.cpp, 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>2018-11-24T11:18:01Z</updated>
<entry>
<title>[PlacesPanel] Port to KFilePlaceEditDialog</title>
<updated>2018-11-24T11:18:01Z</updated>
<author>
<name>Elvis Angelaccio</name>
<email>elvis.angelaccio@kde.org</email>
</author>
<published>2018-11-11T12:41:18Z</published>
<link rel='alternate' type='text/html' href='https://fiftyfourth.xyz/git/dolphin/commit/?id=b5df5f4d9581b314f1fc2d6c15b4f01de9f5204b'/>
<id>urn:sha1:b5df5f4d9581b314f1fc2d6c15b4f01de9f5204b</id>
<content type='text'>
Summary:
This patch ports away from the old PlacesItemEditDialog copy,
which doesn't honour the "applicationLocal" checkbox.

KFilePlaceEditDialog was not exported by KIO, but it will be starting
from 5.53

BUG: 376619
FIXED-IN: 19.03.80

Test Plan:
* Create a new place ("Add Entry" from the panel context menu) and check the "only show in dolphin" checkbox
* Edit an existing (global) place and check the "only show in dolphin" checkbox

Reviewers: #dolphin

Subscribers: kfm-devel

Tags: #dolphin

Differential Revision: https://phabricator.kde.org/D16824
</content>
</entry>
<entry>
<title>Remove custom icon selection for trash</title>
<updated>2018-08-04T23:02:51Z</updated>
<author>
<name>Shubham Jangra</name>
<email>aryan100jangid@gmail.com</email>
</author>
<published>2018-08-04T22:55:43Z</published>
<link rel='alternate' type='text/html' href='https://fiftyfourth.xyz/git/dolphin/commit/?id=6e04f50081a92e5958cbba4c5292a8f5a10f51b4'/>
<id>urn:sha1:6e04f50081a92e5958cbba4c5292a8f5a10f51b4</id>
<content type='text'>
Summary: CCBUG:  391200

Test Plan:
1. Open Dolphin
2. Edit trash in places item
Result: No custom icon option available

Reviewers: ngraham, #dolphin, broulik, pino, elvisangelaccio, cfeck

Reviewed By: ngraham, #dolphin, elvisangelaccio, cfeck

Subscribers: rkflx, cfeck, elvisangelaccio, pino, kfm-devel

Tags: #dolphin

Differential Revision: https://phabricator.kde.org/D14378
</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>
<entry>
<title>Remove unused #include</title>
<updated>2018-03-03T14:08:01Z</updated>
<author>
<name>Roman Inflianskas</name>
<email>infroma@gmail.com</email>
</author>
<published>2018-03-03T07:48:57Z</published>
<link rel='alternate' type='text/html' href='https://fiftyfourth.xyz/git/dolphin/commit/?id=848abc5922167a467bb73107ee6b72e9af3c8317'/>
<id>urn:sha1:848abc5922167a467bb73107ee6b72e9af3c8317</id>
<content type='text'>
Summary: I used CLion inspection to hunt all unused #include

Reviewers: #dolphin, elvisangelaccio, markg

Reviewed By: #dolphin, elvisangelaccio, markg

Subscribers: markg, elvisangelaccio, #dolphin

Differential Revision: https://phabricator.kde.org/D10985
</content>
</entry>
<entry>
<title>Modernize: Use nullptr everywhere</title>
<updated>2017-11-21T09:53:12Z</updated>
<author>
<name>Kevin Funk</name>
<email>kfunk@kde.org</email>
</author>
<published>2017-11-21T09:52:14Z</published>
<link rel='alternate' type='text/html' href='https://fiftyfourth.xyz/git/dolphin/commit/?id=a6db5029acc09639fd8c7c20a7676b1ac9f36539'/>
<id>urn:sha1:a6db5029acc09639fd8c7c20a7676b1ac9f36539</id>
<content type='text'>
</content>
</entry>
<entry>
<title>[Places Item Edit Dialog] Fix accepting dialog with Return</title>
<updated>2016-10-28T11:40:50Z</updated>
<author>
<name>Kai Uwe Broulik</name>
<email>kde@privat.broulik.de</email>
</author>
<published>2016-10-28T11:40:50Z</published>
<link rel='alternate' type='text/html' href='https://fiftyfourth.xyz/git/dolphin/commit/?id=95e1505c9f01bdae2c1157be1bb6fa5b991c8fd4'/>
<id>urn:sha1:95e1505c9f01bdae2c1157be1bb6fa5b991c8fd4</id>
<content type='text'>
By setting a parent for the QDialogButtonBox we let QDialog handle everything by itself.
Also, store the dialog button box as a member rather than just the OK button.

This removes the need to set the OK button as default manually (which didn't work anyway)
and fixes pressing Return while the input is focused erroneously opening the folder browser
rather than accepting the dialog.

REVIEW: 129213
</content>
</entry>
<entry>
<title>[CLAZY] Fixed all level 1 and level 2 warnings with small exceptions</title>
<updated>2016-03-16T21:17:37Z</updated>
<author>
<name>Artur Puzio</name>
<email>cytadela88@gmail.com</email>
</author>
<published>2016-03-16T21:17:37Z</published>
<link rel='alternate' type='text/html' href='https://fiftyfourth.xyz/git/dolphin/commit/?id=5593c252e8d9638c86dcc2bb9edd394ea14f8ba1'/>
<id>urn:sha1:5593c252e8d9638c86dcc2bb9edd394ea14f8ba1</id>
<content type='text'>
REVIEW: 126771
</content>
</entry>
<entry>
<title>Port away from KDELibs4Support (we only use KDELibs4Support when baloo isn't present, because KFileMetaDataWidget is in KDELibs4Support)</title>
<updated>2015-02-26T17:10:42Z</updated>
<author>
<name>Emmanuel Pescosta</name>
<email>emmanuelpescosta099@gmail.com</email>
</author>
<published>2015-02-26T16:40:06Z</published>
<link rel='alternate' type='text/html' href='https://fiftyfourth.xyz/git/dolphin/commit/?id=832e157ecd1a1640b82425358b20fff416a2f8b7'/>
<id>urn:sha1:832e157ecd1a1640b82425358b20fff416a2f8b7</id>
<content type='text'>
Reviewed-By: Vishesh Handa
</content>
</entry>
<entry>
<title>Replace kDebug/kWarning by categorized logging (org.kde.dolphin)</title>
<updated>2015-02-24T12:07:35Z</updated>
<author>
<name>Emmanuel Pescosta</name>
<email>emmanuelpescosta099@gmail.com</email>
</author>
<published>2015-02-24T12:07:35Z</published>
<link rel='alternate' type='text/html' href='https://fiftyfourth.xyz/git/dolphin/commit/?id=169cca55b9621689712321da8c0425f8002d0008'/>
<id>urn:sha1:169cca55b9621689712321da8c0425f8002d0008</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Port away from KGlobal::mainComponent()</title>
<updated>2015-02-04T08:39:40Z</updated>
<author>
<name>Emmanuel Pescosta</name>
<email>emmanuelpescosta099@gmail.com</email>
</author>
<published>2015-02-04T08:39:40Z</published>
<link rel='alternate' type='text/html' href='https://fiftyfourth.xyz/git/dolphin/commit/?id=b15ee4cf70a23e04a74b368dce7ab2a20afe944d'/>
<id>urn:sha1:b15ee4cf70a23e04a74b368dce7ab2a20afe944d</id>
<content type='text'>
</content>
</entry>
</feed>
