Bug 352770

Summary: Dolphin 15.08.1 doesn't create hidden directories
Product: [Frameworks and Libraries] frameworks-kio Reporter: Stefan Hamminga <stefan>
Component: generalAssignee: David Faure <faure>
Status: RESOLVED FIXED    
Severity: normal CC: frank78ac, kdelibs-bugs
Priority: NOR    
Version: unspecified   
Target Milestone: ---   
Platform: Kubuntu   
OS: Linux   
Latest Commit: Version Fixed In:
Sentry Crash Report:

Description Stefan Hamminga 2015-09-15 20:17:06 UTC
Creating a hidden directory in Dolphin isn't working as expected. After using the GUI no directory is created.

Reproducible: Always

Steps to Reproduce:
1. Open dolphin and navigate to any writeable directory.
2. Hit 'F10' to create a directory
3. Enter a name resembling '.hidden'
4. Upon hitting 'enter' a dialog will appear warning you about creating a hidden directory.
5. Either button on the bottom closes the dialog without doing anything.

Actual Results:  
No hidden directory created, no alternate naming dialog appearing.
Comment 1 Frank Reininghaus 2015-09-15 20:37:19 UTC
Thanks for the bug report! I can confirm the problem.

This dialog is shown by the KNewFileMenu class from the KIO framework.
Comment 2 Stefan Hamminga 2015-09-16 15:09:59 UTC
Hi Frank, thanks for the quick update, nice to know the bug reports are being picked up!
Comment 3 Frank Reininghaus 2015-09-16 21:01:44 UTC
Git commit 689fd43ae226ad026dd2fb6e198a5fef40c24b13 by Frank Reininghaus.
Committed on 16/09/2015 at 21:01.
Pushed by freininghaus into branch 'master'.

Connect to the signals of QDialogButtonBox, not QDialog

QDialog does not emit any signals when the buttons are clicked.
Change-Id: I1572333e55bc95297ff8d29be093d37ed5a7e8ee
REVIEW: 125268

M  +8    -3    src/filewidgets/knewfilemenu.cpp

http://commits.kde.org/kio/689fd43ae226ad026dd2fb6e198a5fef40c24b13