<table><tr><td style="">pgomes created this revision.<br />pgomes added reviewers: Amarok, amarok-devel.<br />pgomes created this object with edit policy "Administrators".<br />pgomes added projects: Amarok, Qt 5 Porting.<br />pgomes 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/D28593">View Revision</a></tr></table><br /><div><strong>REVISION SUMMARY</strong><div><p>The importation of files to collections was not working. Both because its dialogs were crashing and because the copying method was wrong. This patch does the following:</p>

<ul class="remarkup-list">
<li class="remarkup-list-item">fix the crash of confirmation dialog when either accepting or rejecting the import. The crash was caused because a "detroyed" signal was being used at a chain of deleted widgets, eventually causing a crash signal</li>
<li class="remarkup-list-item">fix the file copying (SqlCollectionLocation.cpp). The code was using a QURL (with the "file:///" scheme) to locate the destination, and thus failing to find the destination dir</li>
<li class="remarkup-list-item">fix the layout of Transcoding dialog. Before the buttonbox was doubled, and only the KPageDialog was being show. And was overlapped by another widget</li>
<li class="remarkup-list-item">fix the layout of the importation configuration menu (OrganizeCollectionDialog). Before the QDialog didn't have a layout, and resizing the window was not resizing widgets</li>
<li class="remarkup-list-item">restore the importation menu to "Copy to Collection". Before only "Move to Collection" was popping up an importation dialog. The reason was a wrong connection of signals</li>
</ul>

</div></div><br /><div><strong>REPOSITORY</strong><div><div>R181 Amarok</div></div></div><br /><div><strong>REVISION DETAIL</strong><div><a href="https://phabricator.kde.org/D28593">https://phabricator.kde.org/D28593</a></div></div><br /><div><strong>AFFECTED FILES</strong><div><div>src/browsers/filebrowser/FileView.cpp<br />
src/core-impl/collections/db/sql/SqlCollectionLocation.cpp<br />
src/dialogs/OrganizeCollectionDialog.cpp<br />
src/transcoding/TranscodingAssistantDialog.cpp<br />
src/transcoding/TranscodingAssistantDialog.ui<br />
src/transcoding/TranscodingPropertySliderWidget.cpp<br />
src/widgets/TokenDropTarget.cpp</div></div></div><br /><div><strong>To: </strong>pgomes, Amarok, amarok-devel<br /><strong>Cc: </strong>amarok-devel, Amarok, pgomes, nicolamori, jyasi, mfraser, ryanmccoskrie, semareit, eridani, eoinoneill, jackyalcine, nhuisman, paul, domson, yaohanchen, malteveerman, markey, James, tbettler, Smar, ricktimmis, asturmlechner, schweingruber, heikobecker<br /></div>