Commit Graph

6422 Commits

Author SHA1 Message Date
Nick Lanham 930addb389 add 'legacy' mode, which is basically just the old deluge-console, for curmudgeons 2011-02-27 17:12:57 +01:00
Nick Lanham fab1e8412d encode string before write to specified encoding 2011-02-24 14:18:49 +01:00
Nick Lanham 1cce30393b add interactive field to commander so command -h will work 2011-02-24 13:24:45 +01:00
Nick Lanham 510c81776f add status command 2011-02-24 13:24:35 +01:00
Nick Lanham e7096d9509 Merge branch 'master' of deluge-torrent.org:/deluge 2011-02-24 12:13:06 +01:00
Nick Lanham 5ae242472f don't search for empty string in alltorrents.py 2011-02-24 12:11:14 +01:00
Nick Lanham ee75786e40 handle the case where libtorrent doesn't know what files are in a torrent.
this is the case when torrent was added by a magnet link
2011-02-24 12:08:42 +01:00
Nick Lanham 87473f2cde support magnet uris in add command/dialog 2011-02-24 12:08:22 +01:00
Andrew Resch b2f349c05d Remove unnecessary import 2011-02-23 11:22:29 -08:00
Andrew Resch 9ac0d62149 Remove some imports that are no longer neccessary 2011-02-23 11:21:47 -08:00
Nick Lanham db46a97263 Merge branch 'master' of deluge-torrent.org:/deluge 2011-02-23 20:05:48 +01:00
Nick Lanham 4c2f9a1a0a un-revert main.py as it doesn't actually handle events. 2011-02-23 20:04:15 +01:00
Andrew Resch 64e38eac20 Revert "Fixed "PluginEnabledEvent" and "PluginDisabledEvent" the argument cannot be called name since that should contain the event name."
This reverts commit 078ed6ba71.
2011-02-23 11:01:59 -08:00
Andrew Resch 499a58f50d Revert 67ea05921c which changed how event handlers worked.
Unfortunately this will not work with plugins as they do not have the events defined and
the creation of the event object fails.
2011-02-23 10:47:16 -08:00
Nick Lanham 5f0f7204a8 don't use libtorrent anymore in add 2011-02-23 16:15:34 +01:00
Nick Lanham 62f6683730 support urls from add dialog 2011-02-23 16:12:49 +01:00
Nick Lanham 60d96c6f20 add add_spaces to InputPopup 2011-02-23 16:07:47 +01:00
Nick Lanham d1efe5f1b4 support adding url arguments in add.py command 2011-02-23 15:53:14 +01:00
Nick Lanham 62421080ef better unicode handling and trimming 2011-02-22 18:04:16 +01:00
Nick Lanham 9e4ea0a671 don't trim rows
(basemode seems to get confused on strings with double-wide chars)
2011-02-22 17:18:12 +01:00
Nick Lanham b11468c19b handle double-wide unicode characters 2011-02-22 17:17:55 +01:00
Nick Lanham 40a5722987 support -s STATE in info 2011-02-22 16:57:56 +01:00
Nick Lanham 956ea10a00 convert torrent_ids back into a list in case we need to remove from it 2011-02-22 16:56:54 +01:00
Nick Lanham 543fcf722c use os.path.commonprefix to do better completion 2011-02-22 14:58:40 +01:00
Nick Lanham 7f52472e9e add move command for console ui 2011-02-22 13:56:22 +01:00
Nick Lanham 5619991f2a add move storage option to torrent actions 2011-02-22 13:39:38 +01:00
Nick Lanham 2b04955128 don't double add current torrent on action popup 2011-02-22 13:39:20 +01:00
Nick Lanham e83d540fe4 update help 2011-02-22 13:38:54 +01:00
Nick Lanham 4e5d88da82 import deluge.ui.common for TorrentInfo command 2011-02-22 12:34:29 +01:00
Nick Lanham 10816cb8f4 always have a torrents list, in case get_torrent_name gets called from a mode without get_torrent_name in new ui 2011-02-22 12:32:32 +01:00
Nick 5f8eda9204 Merge branch 'newconsole'
Conflicts:
	deluge/ui/console/main.py
2011-02-22 00:26:57 +01:00
Nick b0c561dbbc add add_checked_input 2011-02-22 00:09:27 +01:00
Nick 1173f1c714 support globbing for multi-file add and have better fail reports 2011-02-21 17:44:12 +01:00
Nick 3da5cd9816 add get_torrent_name 2011-02-21 17:43:35 +01:00
Nick d9d8762c8e add get_torrent_name 2011-02-21 17:41:28 +01:00
Nick e16ee523a5 fix messagepopup height_req 2011-02-21 17:41:10 +01:00
Nick 3db7bcbfc7 make message popups a bit more sane 2011-02-21 16:30:49 +01:00
Nick e1a3a431f0 support command line options again 2011-02-17 16:26:58 +01:00
Nick 9a3316f950 use '-' instead of '~' in progress bar 2011-02-17 16:04:54 +01:00
Nick 1789e8d03c Minor changes for command line usage 2011-02-17 16:03:11 +01:00
Nick 837322478b return deferred for proper command line behavior 2011-02-17 15:30:14 +01:00
Nick ce2516ab2c search field is black,white 2011-02-15 20:15:43 +01:00
Nick 962bfc3d2c support searching torrent names in alltorrent view 2011-02-15 20:14:14 +01:00
Nick 4ff0fb19ee left arrow goes back to overview from torrent details 2011-02-15 19:36:17 +01:00
Nick 7a4006439b add preferences help 2011-02-15 19:10:57 +01:00
Nick c015c3a57d update help a bit 2011-02-15 19:10:51 +01:00
Nick 8a9e732f95 lots of new preference work 2011-02-15 18:55:27 +01:00
Damien Churchill 0b3c408e64 make the edit trackers window resizable 2011-02-15 12:54:35 +00:00
Damien Churchill d3a61bbda4 fix scrolling on the edit trackers window 2011-02-15 12:49:04 +00:00
Calum Lind c523958bf6 Fixes for gtk-ui translations 2011-02-14 23:50:08 +00:00