#2312 closed patch (Fixed)
New file path chooser + List of saved path values
Reported by: | Bro | Owned by: | |
---|---|---|---|
Priority: | minor | Milestone: | 2.0.0 |
Component: | GTK UI | Version: | develop |
Keywords: | Cc: |
Description
I've implemented a file path chooser that can be used on both local and remote daemons.
Features:
- Tab completion for paths
- Handle list of saved paths
- Option to display regular file chooser button/dialog on localhost
Current commit replaces the current chooser in addtorrentdialog.py and menubar.py (move storage). Did not yet implement for Downloads section in Preferences.
https://github.com/bendikro/deluge/tree/master-path-chooser
Change History (6)
comment:1 by , 12 years ago
comment:2 by , 12 years ago
Updated with new commit and it should now be fairly ready for testing.
The path chooser is now used in:
- Add torrent dialog (download location and move completed)
- Move storage dialog
- Preferences
- Torrent options tab
Any other places? One place is the add torrent by file, but it's not easy to select multiple values with this chooser...maybe add some support for * ?
The saved paths and configs are handled by a handler class (singleton) for all the path choosers. I don't expect anyone would want different settings on the different path choosers...?
comment:3 by , 12 years ago
Hopefully good enough to be pushed to develop: https://github.com/bendikro/deluge/commits/develop-new-path-chooser
comment:4 by , 12 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Version: | master (git branch) → develop (git branch) |
In develop: 1596475d
comment:5 by , 9 years ago
Milestone: | 2.0.x → 2.0 |
---|
Related tickets: