From kde-core-devel Wed May 13 14:33:32 2009 From: =?utf-8?b?RGFyw61vIEFuZHLDqXM=?= Date: Wed, 13 May 2009 14:33:32 +0000 To: kde-core-devel Subject: Review Request: Use the same main and alternate shortcuts for "Show Message-Id: <20090513143332.13874.21152 () localhost> X-MARC-Message: https://marc.info/?l=kde-core-devel&m=124222522724294 ----------------------------------------------------------- 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