https://bugs.kde.org/show_bug.cgi?id=194716
Pedro <pe...@outlook.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |RESOLVED Resolution|--- |FIXED Latest Commit| |https://invent.kde.org/grap | |hics/gwenview/-/commit/e833 | |12d1690844ad1cef88f1591e367 | |45c656445 --- Comment #8 from Pedro <pe...@outlook.com> --- Git commit e83312d1690844ad1cef88f1591e36745c656445 by Pedro Hernandez. Committed on 06/03/2025 at 09:18. Pushed by ngraham into branch 'master'. Add option to show hidden files Currently, Gwenview does not list hidden files but it's capable of opening them from Dolphin. Once the file is open, using the arrow keys or changing the directory will lose access to the hidden file(s). This patch adds the feature to list hidden files following some of Dolphin's design choices. Like Dolphin, the `Show Hidden Files` is a toggle menu item under the `View` menu, and is placed in the same section as `Sort By` sub-menu. Also, it uses the standard `Show Hidden Files` shortcut (Ctrl + H). The option is not active by default, but unlike Dolphin, it is not persistent among instances of Gwenview, so, the user will have to activate the option for each instance to show the hidden files in a directory. M +12 -0 app/browsemainpage.cpp M +1 -0 app/browsemainpage.h M +2 -1 app/gwenviewui.rc M +12 -0 lib/semanticinfo/sorteddirmodel.cpp M +3 -0 lib/semanticinfo/sorteddirmodel.h https://invent.kde.org/graphics/gwenview/-/commit/e83312d1690844ad1cef88f1591e36745c656445 -- You are receiving this mail because: You are watching all bug changes.