Commit Graph

839 Commits

Author SHA1 Message Date
Andrew Resch 3374b5f50c Do not start DHT Proxy if DHT is not started 2007-06-22 09:20:44 +00:00
Andrew Resch 93a0945915 Prevent set_DHT() from starting DHT if it's already started. 2007-06-22 09:10:32 +00:00
Andrew Resch 47aa99eb6d Change the code for the tray download/upload speed limiting to be more
generalized thus removing duplicated code.
2007-06-22 08:15:52 +00:00
Andrew Resch 94dc14b355 Only call apply_prefs() if OK is pressed in the Preferences dialog. 2007-06-22 07:21:46 +00:00
Marcos Pinto ee9e5a09ea . 2007-06-22 03:21:44 +00:00
Marcos Pinto bad3ea64d2 remove web seed proxy 2007-06-22 03:21:19 +00:00
Marcos Pinto c98ca19dbe tooltip touchups 2007-06-22 01:09:38 +00:00
Marcos Pinto b75a3c3dda cast max torrents to float 2007-06-21 23:36:36 +00:00
Marcos Pinto 4682fe3079 add max_number_torrents default 2007-06-21 23:32:03 +00:00
Andrew Resch 554baccc4a Fix segfault in torrent_proxy_settings()
The torrent name column is resizable again
2007-06-21 23:27:42 +00:00
Andrew Resch 34fe76780e Add missing semi-colons 2007-06-21 23:13:37 +00:00
Marcos Pinto 67c09ebf56 deluge_core update for proxy 2007-06-21 23:12:36 +00:00
Marcos Pinto 0b34410f37 same 2007-06-21 23:06:20 +00:00
Marcos Pinto fcbc3b48b4 new proxy redone 2007-06-21 23:06:06 +00:00
Andrew Resch 65f1f32771 Changed Preferences.get() to not set a type or default value.
If a default value is needed, it should be set in the DEFAULT_PREFS 
dictionary in pref.py.
2007-06-21 22:38:48 +00:00
Andrew Resch 7024caa6f3 Fix deprecation warning 2007-06-21 22:19:18 +00:00
Marcos Pinto 80335eb0ae lt updates 2007-06-21 21:42:32 +00:00
Marcos Pinto 92263af970 upped default number of max connections to match that of utorrent 2007-06-21 19:16:05 +00:00
Marcos Pinto 34809aa74d fix for last commit. oops 2007-06-21 19:10:08 +00:00
Marcos Pinto 3603445992 unlimited max connections show as unlimited in status bar, not -1 2007-06-21 18:56:15 +00:00
Marcos Pinto 3ef9e9a3c6 bringing infinity back (timberlake style) 2007-06-21 18:52:18 +00:00
Marcos Pinto c642991d9f grey out icons if no torrent is selected ticket #360 - benmat 2007-06-21 18:27:20 +00:00
Marcos Pinto 41c4669149 fix download rate setting 2007-06-21 16:10:48 +00:00
Marcos Pinto 85d3c16c6d reactive remove torrent in toolbar. oops 2007-06-21 08:32:05 +00:00
Marcos Pinto 77fca5a1c0 automatically paste clipboard contents on 'add url' 2007-06-21 07:49:15 +00:00
Marcos Pinto b5fa8939e4 bitfield may be sent after interested 2007-06-21 06:24:02 +00:00
Marcos Pinto 862d59f8cc remove 'remove torrent' from file menu 2007-06-21 01:01:53 +00:00
Andrew Resch 820d427a61 Small fix for list order in tray upload speed limit submenu 2007-06-21 00:50:43 +00:00
Andrew Resch 652639540f Add 'max_connections' to status bar and tray tooltip 2007-06-21 00:48:35 +00:00
Andrew Resch a132c6a038 Add 'max_upload_rate' and 'max_download_rate' to tray tooltip.
Will now display 'Unlimited' if the max is -1
2007-06-21 00:45:34 +00:00
Andrew Resch 8454c4b416 Add 'max_download_rate' and 'max_upload_rate' to the status bar. 2007-06-21 00:41:39 +00:00
Marcos Pinto 28b3ad4a80 fix missing comma 2007-06-21 00:29:22 +00:00
Andrew Resch a17466f6b9 Changed status icons size.
Changed the way the download/upload speed limit is done in the system 
tray.
2007-06-20 23:34:53 +00:00
Andrew Resch 3e2332ecd3 Fix 'auto_end_seeding' preference to actually be used by apply_queue()
Fixed some text in the Download/Upload speed system tray menu
2007-06-20 19:42:37 +00:00
Marcos Pinto b5ac3b880b didnt mean to update setup.py...reverting that part. 2007-06-20 19:20:46 +00:00
Marcos Pinto 8a3c47eea2 add "remove torrent" to right-click menu 2007-06-20 19:19:59 +00:00
Marcos Pinto 846058a8d0 resync with lt trunk 2007-06-20 19:11:44 +00:00
Marcos Pinto 620aab25f9 glade file for tray menu - idefixx 2007-06-20 19:08:49 +00:00
Marcos Pinto 0023e44ed1 guess i was wrong 2007-06-20 07:56:26 +00:00
Marcos Pinto a3236a275e fix stop seeding ratio 2007-06-20 07:41:23 +00:00
Marcos Pinto 82660a29cc change eta from infinity to done for seeding files 2007-06-20 07:35:44 +00:00
Marcos Pinto e166b066dd upload/download limit setting in tray - idefix 2007-06-20 02:07:38 +00:00
Andrew Resch 05bf525ff9 Fix 'queue_seeds_to_bottom' to actually work. 2007-06-19 23:44:21 +00:00
Andrew Resch c557dcd293 Fix 'max_active_torrents' spinner to allow for -1 value. 2007-06-19 23:40:00 +00:00
Andrew Resch 221304325a Fixes for auto end seed ratio.
Torrents will now pause and queue to bottom when ratio is hit.
2007-06-19 23:37:23 +00:00
Andrew Resch 7be4e7f9b7 Use 'max_active_torrents' instead of 'max_number_torrents'
Adjust default for 'max_connections' to 200
2007-06-19 21:21:52 +00:00
Marcos Pinto 7635b91bb4 remove line 2007-06-19 21:11:10 +00:00
Andrew Resch 973f80e6f9 Fixed GtkWarning and made the details pane scrollable 2007-06-19 18:44:51 +00:00
Marcos Pinto 06758b2b86 fix auto seed ratio stuff 2007-06-19 08:51:21 +00:00
Marcos Pinto e6a1d2ab9f -1 clarification 2007-06-19 08:39:27 +00:00