990 Commits

Author SHA1 Message Date
Marcos Pinto
e274a60373 desiredratio persistence 2007-08-29 00:53:00 +00:00
Marcos Pinto
6bcd0ca604 webseed plugin persistence 2007-08-28 23:23:05 +00:00
Marcos Pinto
fae29ee8be persistence for speedlimiter 2007-08-28 23:05:08 +00:00
Marcos Pinto
8e2ea90c82 cleanup line-lengths for pep8 2007-08-27 22:14:17 +00:00
Marcos Pinto
39a66dd94b add deluge logo to wizard header 2007-08-27 21:14:40 +00:00
Marcos Pinto
a71a6b8e1a add run configuration wizard to help menu 2007-08-27 06:39:00 +00:00
Marcos Pinto
b50e1775f0 close file properly 2007-08-27 01:36:45 +00:00
Marcos Pinto
b38fd29eae fix proxy settings not being saved properly 2007-08-26 23:31:04 +00:00
Marcos Pinto
2ebfa02a11 fix password locking 2007-08-26 21:03:33 +00:00
Marcos Pinto
d4b79ec6f7 have plugin button go to plugin tab in preferences dialog 2007-08-26 20:47:59 +00:00
Marcos Pinto
8fe5b570d1 fix spacing 2007-08-26 19:30:36 +00:00
Marcos Pinto
0e470b9dda fix path 2007-08-26 19:08:34 +00:00
Marcos Pinto
63bd654c86 code cleanup - 9.55/10 2007-08-26 07:09:49 +00:00
Marcos Pinto
ca89e7d18e add copyright 2007-08-26 06:23:06 +00:00
Marcos Pinto
bcaec81edd add wizard for first time setup 2007-08-26 06:18:11 +00:00
Marcos Pinto
91b6f6b26f tweaks to last commit 2007-08-26 02:03:17 +00:00
Marcos Pinto
4238ac91a3 try to prevent "lost data" by removing previous fastresume file prior to creating another 2007-08-26 01:59:00 +00:00
Marcos Pinto
46942d15dc fix queue bug. oops 2007-08-23 03:06:43 +00:00
Marcos Pinto
54a61c8695 only try to fix dht corruption once 2007-08-23 02:26:09 +00:00
Marcos Pinto
4e7f2b0cd3 we crash on < 2.9 anyway, so this stupidtray isnt needed and thus being removed 2007-08-21 23:07:20 +00:00
Marcos Pinto
730435c032 fix typo 2007-08-21 22:10:55 +00:00
Zach Tibbitts
accd178572 fix bug that caused StupidTray to be used 2007-08-21 11:41:57 +00:00
Marcos Pinto
4bea6f98ae plugin manager integrated into preferences 2007-08-21 00:50:04 +00:00
Marcos Pinto
8d33015ef4 have interactive_add return unique_id 2007-08-20 19:57:27 +00:00
Marcos Pinto
4d2a2dd604 move "move completed downloads" into the "move torrent" plugin 2007-08-20 02:28:51 +00:00
Marcos Pinto
c58331f5e6 move torrent plugin 2007-08-19 23:16:10 +00:00
Alex Dedul
40f9b0a7d0 Sync _dbus.py from deluge-plisk branch. 2007-08-17 09:01:26 +00:00
Marcos Pinto
dd64eda432 little cleanup of width setting and saving 2007-08-17 03:44:32 +00:00
Alex Dedul
c1d2d4f0ae Per torrent preferences tweaks. 2007-08-16 07:30:09 +00:00
Marcos Pinto
c9ba1cd207 require there to be active torrents for dht checking to take place 2007-08-16 01:35:43 +00:00
Marcos Pinto
00a88b0ff1 destroy deluge window before doing rest of shutdown sequence so users dont kill deluge thinking it's hung 2007-08-15 07:22:10 +00:00
Marcos Pinto
61b111661e move file column width into preferences 2007-08-15 06:17:54 +00:00
Marcos Pinto
23a2111650 fix files columns 2007-08-15 04:57:50 +00:00
Alex Dedul
70e4b2d9ed Added copyleft to _dbus.py. 2007-08-15 04:56:59 +00:00
Marcos Pinto
c5cbc29705 fix toggle column 2007-08-15 04:39:04 +00:00
Marcos Pinto
79ed86f0e7 save column widths 2007-08-15 04:12:21 +00:00
Alex Dedul
b89f320d26 Remember last chose download directory when "Ask where to save each download"
is selected.
2007-08-15 03:13:04 +00:00
Marcos Pinto
4f697de7f3 blah. add self. 2007-08-15 02:53:40 +00:00
Marcos Pinto
bb1f887a12 set timer back to zero when done...forgot that :) 2007-08-15 02:52:22 +00:00
Marcos Pinto
d885d3320a try to detect a corrupted dht file and automatically fix it 2007-08-15 02:51:25 +00:00
Alex Dedul
e9605a8432 Show seeding icon next to finished(with filtered files) torrents. 2007-08-14 22:56:37 +00:00
Alex Dedul
62c369bb6f Set desired ratio to 1.0 by default for all torrents. 2007-08-14 21:55:47 +00:00
Marcos Pinto
1a3b381164 small fix for last 2007-08-14 19:17:00 +00:00
Marcos Pinto
8b4d40664e add web url to our bindings and core 2007-08-14 18:46:57 +00:00
Alex Dedul
912eb0e14c Tweaks to wording in a comment from prev commit. 2007-08-13 20:38:13 +00:00
Alex Dedul
6207033b36 More queue fixes. Now store torrent_info instance in the queue instead of
unique_id as there is no sense to store unique_ids in the persistent queue
while uqique_ids is changed on each restart. In the core self.state.torrents
now a dict with torrent_info -> unique_id. Needs testing.
2007-08-13 20:33:08 +00:00
Alex Dedul
72fa2a44a5 Refactored the way dbus is imported. 2007-08-13 11:10:15 +00:00
Alex Dedul
3edd3280ae Properly restore queue order on restart. 2007-08-13 09:09:15 +00:00
Marcos Pinto
aea7be5aa5 fix typo 2007-08-13 08:45:31 +00:00
Marcos Pinto
77a88d9797 add license to about dialog 2007-08-13 08:42:37 +00:00