Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

session auto-save on exit #154

Commits on Nov 2, 2019

  1. setup session auto-save on exit

    when QTFM exits, all tabs will be saved to the file "session"
    under  QTFM's config directory;
    then upon next load, QTFM will reload tabs from that file.
    treehugging-green-wolf committed Nov 2, 2019
    Configuration menu
    Copy the full SHA
    6670591 View commit details
    Browse the repository at this point in the history
  2. some compilation fixes

    treehugging-green-wolf committed Nov 2, 2019
    Configuration menu
    Copy the full SHA
    3533751 View commit details
    Browse the repository at this point in the history
  3. setup session auto-save on exit

    when QTFM exits, all tabs will be saved to the file "session"
    under  QTFM's config directory;
    then,upon next load, QTFM will reload tabs from that file.
    treehugging-green-wolf committed Nov 2, 2019
    Configuration menu
    Copy the full SHA
    a719c71 View commit details
    Browse the repository at this point in the history
  4. add session group in settings dialog

    treehugging-green-wolf committed Nov 2, 2019
    Configuration menu
    Copy the full SHA
    a04bef0 View commit details
    Browse the repository at this point in the history
  5. add setting for turning session saving on/off

    treehugging-green-wolf committed Nov 2, 2019
    Configuration menu
    Copy the full SHA
    e55d978 View commit details
    Browse the repository at this point in the history