----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: http://reviewboard.kde.org/r/696/ ----------------------------------------------------------- Review request for kdelibs. Summary ------- This sets the shortcuts for the Show Hidden Files action in KFileDialog to Alt+. and F8. I don't know if this patch is OK as it uses a qobject_cast (as the proper function is implemented on KAction but we actually get a QAction). Or if I need to do this inside KDirOperation (where the showHiddenFiles action is actually created) This addresses bug 184408. https://bugs.kde.org/show_bug.cgi?id=184408 Diffs ----- svn://anonsvn.kde.org/home/kde/trunk/KDE/kdelibs/kfile/kfilewidget.cpp 967040 Diff: http://reviewboard.kde.org/r/696/diff Testing ------- The both shortcuts works properly on file dialogs. Thanks, DarĂ­o