<table><tr><td style="">davidedmundson created this revision.<br />davidedmundson added a reviewer: Plasma.<br />Herald added a project: Plasma.<br />Herald added a subscriber: plasma-devel.<br />davidedmundson requested review of this revision.
</td><a style="text-decoration: none; padding: 4px 8px; margin: 0 8px 8px; float: right; color: #464C5C; font-weight: bold; border-radius: 3px; background-color: #F7F7F9; background-image: linear-gradient(to bottom,#fff,#f1f0f1); display: inline-block; border: 1px solid rgba(71,87,120,.2);" href="https://phabricator.kde.org/D17703">View Revision</a></tr></table><br /><div><strong>REVISION SUMMARY</strong><div><p>In the kdelibs to KF5 transition a factory class was adding for loading<br />
rename prompts to make KIO gui-less.</p>

<p>In jobs "if (isInteractive)" was changed everywhere into "if<br />
(uiDelegateExtension)".</p>

<p>The former was false if we called KJob::setUiDelegate(nullptr). The<br />
latter is only false if the calling code explicitly calls the new<br />
KIO::Job::setUiDelegateExtension(nullptr) as well.</p>

<p>This left kioclient5 in the very weird state of non-interactive mode<br />
still having rename dialogs but not error messages.</p>

<p>Now non-interactive mode will simply error if it hits a conflict and<br />
stop.</p></div></div><br /><div><strong>TEST PLAN</strong><div><p>Copied a conflict</p></div></div><br /><div><strong>REPOSITORY</strong><div><div>R126 KDE CLI Utilities</div></div></div><br /><div><strong>BRANCH</strong><div><div>master</div></div></div><br /><div><strong>REVISION DETAIL</strong><div><a href="https://phabricator.kde.org/D17703">https://phabricator.kde.org/D17703</a></div></div><br /><div><strong>AFFECTED FILES</strong><div><div>kioclient/kioclient.cpp</div></div></div><br /><div><strong>To: </strong>davidedmundson, Plasma<br /><strong>Cc: </strong>plasma-devel, GB_2, ragreen, Pitel, ZrenBot, lesliezhai, ali-mohamed, jensreuterberg, abetts, sebas, apol, mart<br /></div>