<feed xmlns='http://www.w3.org/2005/Atom'>
<title>dolphin/src/views/renamedialog.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>2020-01-11T20:21:52Z</updated>
<entry>
<title>"Use newly-upstreamed rename dialog from KIO""</title>
<updated>2020-01-11T20:21:52Z</updated>
<author>
<name>Nate Graham</name>
<email>nate@kde.org</email>
</author>
<published>2020-01-11T20:21:52Z</published>
<link rel='alternate' type='text/html' href='https://fiftyfourth.xyz/git/dolphin/commit/?id=09e215be4648a96e2daa5a9e5b6adc34ab444f16'/>
<id>urn:sha1:09e215be4648a96e2daa5a9e5b6adc34ab444f16</id>
<content type='text'>
This reverts commit 41105103b063c2e538bf0071e54fd429a841238b.

KIO's version was just bumped to 5.67, so this can land now without
breaking the CI.
</content>
</entry>
<entry>
<title>Revert "Use newly-upstreamed rename dialog from KIO"</title>
<updated>2020-01-06T21:34:36Z</updated>
<author>
<name>Nate Graham</name>
<email>nate@kde.org</email>
</author>
<published>2020-01-06T21:34:36Z</published>
<link rel='alternate' type='text/html' href='https://fiftyfourth.xyz/git/dolphin/commit/?id=41105103b063c2e538bf0071e54fd429a841238b'/>
<id>urn:sha1:41105103b063c2e538bf0071e54fd429a841238b</id>
<content type='text'>
This reverts commit bae6620f22d29f8e42e38f4dff3df3e44b3f639a.

Frameworks 5.67 doesn't exist yet; this needs to wait another month.
</content>
</entry>
<entry>
<title>Use newly-upstreamed rename dialog from KIO</title>
<updated>2020-01-06T21:25:44Z</updated>
<author>
<name>Nate Graham</name>
<email>nate@kde.org</email>
</author>
<published>2020-01-02T18:17:18Z</published>
<link rel='alternate' type='text/html' href='https://fiftyfourth.xyz/git/dolphin/commit/?id=bae6620f22d29f8e42e38f4dff3df3e44b3f639a'/>
<id>urn:sha1:bae6620f22d29f8e42e38f4dff3df3e44b3f639a</id>
<content type='text'>
Summary:
With the rename dialog upstreamed in D17595, we can use it from there.

This will require the KF5 dep to be bumped to 5.67, which should be feasible given that we're at the very beginning of a new Applications cycle.

Depends on D17595

Test Plan:
1. Dolphin Settings &gt; uncheck "rename inline"
2. Rename one or more files. Observe that it still works

Tests still pass.

Reviewers: #dolphin, elvisangelaccio, meven

Reviewed By: elvisangelaccio, meven

Subscribers: meven, broulik, kfm-devel

Tags: #dolphin

Differential Revision: https://phabricator.kde.org/D17597
</content>
</entry>
<entry>
<title>GIT_SILENT: minor qstring optimization</title>
<updated>2019-09-08T07:33:41Z</updated>
<author>
<name>Laurent Montel</name>
<email>montel@kde.org</email>
</author>
<published>2019-09-08T07:33:41Z</published>
<link rel='alternate' type='text/html' href='https://fiftyfourth.xyz/git/dolphin/commit/?id=81065795b78e06ec679ec0589fba7082e777ef2a'/>
<id>urn:sha1:81065795b78e06ec679ec0589fba7082e777ef2a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>remove deprecated methods</title>
<updated>2019-02-27T07:59:18Z</updated>
<author>
<name>Laurent Montel</name>
<email>montel@kde.org</email>
</author>
<published>2019-02-27T07:59:18Z</published>
<link rel='alternate' type='text/html' href='https://fiftyfourth.xyz/git/dolphin/commit/?id=4315e5c9380e22eed483f00adac3d075369eae49'/>
<id>urn:sha1:4315e5c9380e22eed483f00adac3d075369eae49</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix scrolling to renamed file when using the rename dialog</title>
<updated>2018-06-05T20:07:45Z</updated>
<author>
<name>Elvis Angelaccio</name>
<email>elvis.angelaccio@kde.org</email>
</author>
<published>2018-06-03T16:28:23Z</published>
<link rel='alternate' type='text/html' href='https://fiftyfourth.xyz/git/dolphin/commit/?id=e308985de4b355e5758c916ba683040f6f394603'/>
<id>urn:sha1:e308985de4b355e5758c916ba683040f6f394603</id>
<content type='text'>
Summary:
The `RenameDialog::slotResult()` slot is currently never called because
the dialog is deleted first, due to the usage of the `WA_DeleteOnClose`
attribute. This breaks the scroll-to-renamed-file feature when the
inline renaming is disabled.

Instead of deleting the dialog on close, we can use `deleteLater()` when
we are sure the dialog has actually finished its job, which is when the
KIO move job emits the `result` signal.

Test Plan:
- Disable inline renaming
- Rename a file so that it goes out of the view
- Check whether the view scrolls to the renamed file.

Reviewers: #dolphin, emateli

Subscribers: kfm-devel

Tags: #dolphin

Differential Revision: https://phabricator.kde.org/D13304
</content>
</entry>
<entry>
<title>[RenameDialog] Fix crash when renaming single items</title>
<updated>2018-04-05T21:15:50Z</updated>
<author>
<name>Elvis Angelaccio</name>
<email>elvis.angelaccio@kde.org</email>
</author>
<published>2018-04-05T20:33:34Z</published>
<link rel='alternate' type='text/html' href='https://fiftyfourth.xyz/git/dolphin/commit/?id=30349ef1bdcae0ed80f47c168d46c15020b927d3'/>
<id>urn:sha1:30349ef1bdcae0ed80f47c168d46c15020b927d3</id>
<content type='text'>
Summary:
`m_spinBox` is initialized only when renaming multiple items.

This commit restores the single-item rename logic which was wrongly
removed by commit c5eb4e31161ccf422.

BUG: 392743
FIXED-IN: 18.03.90

Test Plan: Disable inline renaming and try to rename single or multiple items (and also to undo the jobs).

Subscribers: #dolphin

Differential Revision: https://phabricator.kde.org/D11972
</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 the syntax of shortcuts</title>
<updated>2018-03-03T13:44:29Z</updated>
<author>
<name>Roman Inflianskas</name>
<email>infroma@gmail.com</email>
</author>
<published>2018-03-03T08:46:14Z</published>
<link rel='alternate' type='text/html' href='https://fiftyfourth.xyz/git/dolphin/commit/?id=32bd8efc7f08a30622deaa3a80b7b26ceaea9f29'/>
<id>urn:sha1:32bd8efc7f08a30622deaa3a80b7b26ceaea9f29</id>
<content type='text'>
Reviewers: #dolphin, markg

Reviewed By: markg

Subscribers: markg, elvisangelaccio, #dolphin

Differential Revision: https://phabricator.kde.org/D10986
</content>
</entry>
</feed>
