<table><tr><td style="">hoffmannrobert created this revision.<br />Herald added a project: Plasma.<br />Herald added a subscriber: plasma-devel.<br />hoffmannrobert 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/D21959">View Revision</a></tr></table><br /><div><strong>REVISION SUMMARY</strong><div><p>If your filter list has two matching filters for an extension, KFileWidget<br />
will return the name of the first filter when calling<br />
QFileDialog::selectedNameFilter(), even if the second filter was selected<br />
in the dialog.</p>

<p>This is a follow-up for <a href="https://phabricator.kde.org/D21249" class="remarkup-link" target="_blank" rel="noreferrer">https://phabricator.kde.org/D21249</a></p></div></div><br /><div><strong>TEST PLAN</strong><div><ol class="remarkup-list">
<li class="remarkup-list-item">Compile and run the attached program to the bug report 407819</li>
<li class="remarkup-list-item">Make sure that "auto extension" checkbox is enabled</li>
<li class="remarkup-list-item">Select the last file filter (DocBook (.xml)) via dropdown list</li>
<li class="remarkup-list-item">Click "Save"</li>
<li class="remarkup-list-item">Check program output</li>
</ol>

<p>Result without this patch:<br />
The output is "Word 2003 XML (.xml) (*.xml)"</p>

<p>Result with this patch applied:<br />
The output should be "DocBook (.xml) (*.xml)", since this was selected in the file dialog.</p>

<p>Fixes bug 407819</p></div></div><br /><div><strong>REPOSITORY</strong><div><div>R135 Integration for Qt applications in Plasma</div></div></div><br /><div><strong>BRANCH</strong><div><div>fix_selectedNameFilter</div></div></div><br /><div><strong>REVISION DETAIL</strong><div><a href="https://phabricator.kde.org/D21959">https://phabricator.kde.org/D21959</a></div></div><br /><div><strong>AFFECTED FILES</strong><div><div>autotests/kfiledialog_unittest.cpp<br />
src/platformtheme/kdeplatformfiledialogbase_p.h<br />
src/platformtheme/kdeplatformfiledialoghelper.cpp<br />
src/platformtheme/kdeplatformfiledialoghelper.h<br />
src/platformtheme/kdirselectdialog.cpp<br />
src/platformtheme/kdirselectdialog_p.h</div></div></div><br /><div><strong>To: </strong>hoffmannrobert<br /><strong>Cc: </strong>plasma-devel, LeGast00n, jraleigh, fbampaloukas, GB_2, ragreen, Pitel, ZrenBot, himcesjf, lesliezhai, ali-mohamed, jensreuterberg, abetts, sebas, apol, mart<br /></div>