Home
last modified time | relevance | path

Searched refs:browser_sort_mode (Results 1 – 6 of 6) sorted by relevance

/dports/audio/ncmpcpp/ncmpcpp-0.9.2/src/screens/
H A Dbrowser.cpp503 if (Config.browser_sort_mode == SortMode::None in getDirectory()
504 || Config.browser_sort_mode == SortMode::Type) in getDirectory()
507 Config.browser_sort_mode = SortMode::Name; in getDirectory()
517 if (Config.browser_sort_mode != SortMode::None) in getDirectory()
522 Config.browser_sort_mode)); in getDirectory()
699 if (Config.browser_sort_mode != SortMode::None) in getLocalDirectoryRecursively()
/dports/audio/ncmpcpp/ncmpcpp-0.9.2/src/
H A Dsettings.h218 SortMode browser_sort_mode; member
H A Dactions.cpp2266 switch (Config.browser_sort_mode) in run()
2269 Config.browser_sort_mode = SortMode::Name; in run()
2273 Config.browser_sort_mode = SortMode::ModificationTime; in run()
2277 Config.browser_sort_mode = SortMode::CustomFormat; in run()
2281 Config.browser_sort_mode = SortMode::None; in run()
2285 Config.browser_sort_mode = SortMode::Type; in run()
2288 if (Config.browser_sort_mode != SortMode::None) in run()
2294 Config.browser_sort_mode)); in run()
H A Dsettings.cpp390 p.add("browser_sort_mode", &browser_sort_mode, "type", [](std::string v) { in read()
/dports/audio/ncmpcpp/ncmpcpp-0.9.2/doc/
H A Dconfig272 ## browser_sort_mode are "type", "name", "mtime", "format" and "none".
275 #browser_sort_mode = type
/dports/audio/ncmpcpp/ncmpcpp-0.9.2/
H A DCHANGELOG.md51 * Deprecate `noop` value of `browser_sort_mode` in favor of `none`.
52 * Add `type` value of `browser_sort_mode` (set by default).