<table><tr><td style="">kossebau created this revision.<br />kossebau added a reviewer: KDevelop.<br />Restricted Application added a subscriber: kdevelop-devel.
</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/D4513" rel="noreferrer">View Revision</a></tr></table><br /><div><strong>REVISION SUMMARY</strong><div><p>Currently the standard vcs import metadata widget for DVCS<br />
has not supported the editing of the message used for the import<br />
commit, other than the custom widget for SVN or CVS.<br />
Instead the message was hardcoded.</p>
<p>This patch changes this to allow editing of the commit message<br />
also for any DVCS using DvcsImportMetadataWidget, by<br />
extending it with a text edit field for the message<br />
and changing the code doing the commit to use the existing<br />
message query API to get the commit message.</p>
<p>For having some default text in the editor, also for SVN & CVS<br />
which currently start with an empty message, the<br />
VcsImportMetadataWidget API gets also a setter for the message,<br />
by which then a global default message is preset in the editor.</p></div></div><br /><div><strong>REPOSITORY</strong><div><div>R33 KDevPlatform</div></div></div><br /><div><strong>BRANCH</strong><div><div>allowEditingImportCommitMessageForDVCS</div></div></div><br /><div><strong>REVISION DETAIL</strong><div><a href="https://phabricator.kde.org/D4513" rel="noreferrer">https://phabricator.kde.org/D4513</a></div></div><br /><div><strong>AFFECTED FILES</strong><div><div>plugins/appwizard/appwizardplugin.cpp<br />
plugins/appwizard/projectvcspage.cpp<br />
plugins/cvs/importmetadatawidget.cpp<br />
plugins/cvs/importmetadatawidget.h<br />
plugins/subversion/svnimportmetadatawidget.cpp<br />
plugins/subversion/svnimportmetadatawidget.h<br />
plugins/subversion/ui/importmetadatawidget.ui<br />
vcs/dvcs/ui/dvcsimportmetadatawidget.cpp<br />
vcs/dvcs/ui/dvcsimportmetadatawidget.h<br />
vcs/dvcs/ui/dvcsimportmetadatawidget.ui<br />
vcs/widgets/vcsimportmetadatawidget.h</div></div></div><br /><div><strong>EMAIL PREFERENCES</strong><div><a href="https://phabricator.kde.org/settings/panel/emailpreferences/" rel="noreferrer">https://phabricator.kde.org/settings/panel/emailpreferences/</a></div></div><br /><div><strong>To: </strong>kossebau, KDevelop<br /><strong>Cc: </strong>kdevelop-devel<br /></div>