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

feat: nicer add-torrent workflow in the qt client. #1410

Merged
merged 1 commit into from
Aug 27, 2020

Commits on Aug 27, 2020

  1. feat: nicer add-torrent workflow in the qt client.

    * If you accidentally try to add a lot of duplicates -- for example, by
      starting up with a lot of duplicate torrents in the watchdir -- then
      coalesce all of them into a single error dialog instead of spamming
      the desktop with a different dialog for every duplicate.
    
    * Make the duplicate torrent dialog's error message slightly terser to
      make it accommodate a long list of torrents: omit the ".torrent" file
      suffixes and show an abbreviated form of the existing torrent's hash.
    
    * Support searching by torrent hash in the filterbar's text entry.
      This is useful when copy/pasting the hash from the duplicate torrent
      error dialog and is also consistent with the GTK client behavior.
    
    * Copy the GTK client's behavior of appending ".added" to the end of
      .torrent files after they've been added to the session.
    ckerr committed Aug 27, 2020
    Configuration menu
    Copy the full SHA
    ea06f35 View commit details
    Browse the repository at this point in the history