Tracker: add "hide dotfiles" option to the GUI & enable it by default

Operating Systems / Haiku - Augustin Cavalier [gmail.com] - 29 March 2015 17:10 UTC

Changing this many lines of code to add a single boolean preference is absolutely insane. We need a new preference-tracking system, and one that can be reused in other applications, too.

Fixes #9200.

4e35726 Tracker: add "hide dotfiles" option to the GUI & enable it by default.
src/kits/tracker/Commands.h | 1 +
src/kits/tracker/PoseView.cpp | 15 ++++++++++++++
src/kits/tracker/SettingsViews.cpp | 37 ++++++++++++++++++++++++++++++++++
src/kits/tracker/SettingsViews.h | 2 ++
src/kits/tracker/TrackerSettings.cpp | 2 +-
5 files changed, 56 insertions(+), 1 deletion(-)

Upstream: cgit.haiku-os.org


  • Share