Use more suitable default view mode for recent documents and Downloads folder
ClosedPublic

Authored by broulik on Feb 3 2019, 3:29 PM.

Details

Summary

Sort them descending by date as well as:

  • for Recent Documents: switch to details view
  • for Downloads enable grouping and disable sorting folders first
Test Plan

This only affects users that haven't already modified the view mode of said locations.

This ensures that files that the user recently accessed or downloaded are easily accessible.

Diff Detail

Repository
R318 Dolphin
Lint
Lint Skipped
Unit
Unit Tests Skipped
broulik created this revision.Feb 3 2019, 3:29 PM
Restricted Application added a project: Dolphin. · View Herald TranscriptFeb 3 2019, 3:29 PM
Restricted Application added a subscriber: kfm-devel. · View Herald Transcript
broulik requested review of this revision.Feb 3 2019, 3:29 PM
ngraham accepted this revision.Feb 3 2019, 3:39 PM
ngraham added a subscriber: ngraham.

Love it, works great!

This revision is now accepted and ready to land.Feb 3 2019, 3:39 PM
broulik updated this revision to Diff 50779.Feb 3 2019, 4:00 PM
  • Fix saving the Downloads folder view so that when you customize it it won't revert back
elvisangelaccio accepted this revision.Feb 3 2019, 5:37 PM
elvisangelaccio added a subscriber: elvisangelaccio.
elvisangelaccio added inline comments.
src/views/viewproperties.cpp
112

Nitpick: QByteArrayLiteral also here.

This revision was automatically updated to reflect the committed changes.