John Garland
|
cbac2fbd5a
|
Fix typo. Remove obselete function.
|
2010-01-14 12:32:04 +00:00 |
Pedro Algarvio
|
be70305365
|
Make sure that the port test status image is always reset between tests. Added a "loading" image when the test is in course.
|
2010-01-12 03:15:50 +00:00 |
Andrew Resch
|
f586b91a59
|
Remove workaround for lt 0.15 when setting the trackers
|
2010-01-10 20:17:59 +00:00 |
Andrew Resch
|
623c5ab57b
|
Fix displaying new release dialog in Windows
|
2010-01-10 19:47:31 +00:00 |
Pedro Algarvio
|
ed00536468
|
Add missing import(removed on a previous check-in???).
|
2010-01-10 16:26:41 +00:00 |
Andrew Resch
|
430b96f4f5
|
Do not save_state right away, but rather wait for the timer loop
|
2010-01-08 23:36:44 +00:00 |
Andrew Resch
|
ac66f305e7
|
Fix displaying root folder when using the 'path.utf-8' keys in torrents
|
2010-01-08 21:26:33 +00:00 |
John Garland
|
8175b2af58
|
Use cStringIO to open zip files in python 2.5
|
2010-01-07 15:27:05 +00:00 |
John Garland
|
4dbc93b1fa
|
Rewrote call to use maybeDeferred (this handles methods that return deferreds).
Fixes #1114.
|
2010-01-07 00:45:47 +00:00 |
Damien Churchill
|
9b97c6a578
|
put the default password in the manpage for those too lazy to type "deluge default web password" in google
|
2010-01-05 14:07:16 +00:00 |
Andrew Resch
|
97375f1a7c
|
Fix #1117 can't use the '3' key
|
2010-01-04 00:18:53 +00:00 |
John Garland
|
6312ad4a7e
|
Add rudimentary support for local files
|
2010-01-03 18:02:30 +00:00 |
John Garland
|
b06f46ea7c
|
Fix blocklist ignoring try_times.
Make blocklist print error messages on failures.
|
2010-01-03 16:27:05 +00:00 |
Andrew Resch
|
a570e67a4d
|
Fix #1116 not being able to use command aliases when not connected to a daemon
|
2010-01-03 01:37:57 +00:00 |
Andrew Resch
|
221c9984d6
|
Fix #1115 not showing usage for the 'debug' command
|
2010-01-02 23:25:45 +00:00 |
Pedro Algarvio
|
ccc97f83a8
|
Yet, some more logging clean-ups....
|
2010-01-01 22:49:02 +00:00 |
Pedro Algarvio
|
d557cda55c
|
Clean-up logging.
|
2010-01-01 22:45:03 +00:00 |
Pedro Algarvio
|
eee6d4c030
|
The !FreeSpace plugin only calculates free-space on existing directories. Cleaned-up logging.
|
2010-01-01 21:44:55 +00:00 |
Pedro Algarvio
|
177ec7d5c2
|
Allow choosing which columns are seen on the torrent view by right-clicking it's headers.
|
2010-01-01 21:27:13 +00:00 |
Pedro Algarvio
|
f30a10f2b8
|
Add "Save Path" column to the torrent view.
|
2010-01-01 21:23:57 +00:00 |
John Garland
|
1c665b7d2f
|
Simplify logic flow a bit (should make local file support easier).
Improve docstrings.
|
2010-01-01 16:02:20 +00:00 |
Andrew Resch
|
717897b343
|
Don't apply 'stop/remove on completed' rules to torrents in a Queued or Paused state
|
2009-12-28 21:50:13 +00:00 |
John Garland
|
7f33292aca
|
Fix not being able to rename folder due to constant updating
|
2009-12-26 17:10:14 +00:00 |
John Garland
|
3e67620e55
|
Fix torrent info name not being utf-8 decoded when root file/folder name is blank
|
2009-12-26 17:09:05 +00:00 |
Andrew Resch
|
bc8cacdbd1
|
Update svn:externals to point to libtorrent RC_0_15 branch
|
2009-12-25 21:33:01 +00:00 |
Andrew Resch
|
ec9564d0c1
|
#496: Remove deprecated functions in favour of get_session_status()
|
2009-12-25 21:29:47 +00:00 |
Andrew Resch
|
ffb241a4de
|
Strip lines/spaces
|
2009-12-25 21:27:07 +00:00 |
Andrew Resch
|
d57b2b43ec
|
Implement #457 progress bars for folders
|
2009-12-24 20:06:23 +00:00 |
Andrew Resch
|
19e2ab2187
|
Have the .desktop file run 'deluge-gtk'
|
2009-12-23 23:54:00 +00:00 |
Andrew Resch
|
8e7d4f2cd4
|
Change share ratio calculation to use the total done instead of the all time downloaded value. This change will make the share ratio calculation not use data downloaded in failed hash checks.
|
2009-12-23 18:44:00 +00:00 |
Andrew Resch
|
ef2ca43c3d
|
Add in a '_' builtin method if unable to initialize gettext
|
2009-12-23 01:34:58 +00:00 |
Andrew Resch
|
8bedc613a0
|
Fix possible TorrentFinishedEvents being emitted on startup for already completed torrents
|
2009-12-23 01:28:33 +00:00 |
Andrew Resch
|
cd3221baf6
|
Fix exceptions when gettext/locale cannot be initialized properly
|
2009-12-21 19:41:31 +00:00 |
John Garland
|
e0ebffb8fa
|
More relaxed definition of what a commented line is in a blocklist.
Decorate readranges with raiseError rather than parse to increase performance.
|
2009-12-21 13:58:24 +00:00 |
John Garland
|
5a8c443d50
|
Add another test to httpdownloader.
Make it compatible with python 2.5.
|
2009-12-21 13:48:00 +00:00 |
Damien Churchill
|
c7d52f3ce5
|
fix filtering on the tracker host, use `==` rather than `in` so tracker urls that contain another trackers url within them aren't picked up as well
|
2009-12-21 10:26:50 +00:00 |
John Garland
|
fad6ba2193
|
Fix blocklist status icon not opening proper preferences page.
Show blocklist's file date using the locale's date / time representation.
|
2009-12-20 09:01:07 +00:00 |
Andrew Resch
|
22c9d7c0ee
|
Fix some packing due to the last commit
|
2009-12-20 04:23:50 +00:00 |
Andrew Resch
|
3a864bcdad
|
Plugin preference pages will now expand to fill
|
2009-12-20 04:18:21 +00:00 |
Andrew Resch
|
14f894959f
|
Fix displaying folders in the add torrent dialog
|
2009-12-20 04:02:41 +00:00 |
Andrew Resch
|
6aebcef2b5
|
Fix file renaming
|
2009-12-20 03:45:14 +00:00 |
Andrew Resch
|
9e53e33c24
|
Fix #1104, #735 use path.utf-8 if available
|
2009-12-18 04:36:42 +00:00 |
John Garland
|
62a336b7d8
|
Remove redundant variable.
|
2009-12-17 23:08:55 +00:00 |
Andrew Resch
|
0cc00ba5df
|
Partial fix for #1103 if the per-torrent option for stopping at a ratio has been unchecked, then do
not stop it at the global setting.
|
2009-12-17 21:40:21 +00:00 |
Andrew Resch
|
a161bbfcb6
|
Fix #1095 incorrect piece size used when using some non-English languages
|
2009-12-17 21:27:04 +00:00 |
John Garland
|
f03d1818fa
|
Upgrade older confs instead of just dying.
Fix major logic error when checking if an update is needed.
|
2009-12-16 13:46:39 +00:00 |
John Garland
|
13b2e7da26
|
Fix import on startup which got broken in previous commit.
|
2009-12-16 12:46:57 +00:00 |
John Garland
|
377f8cf886
|
Fix blocklist not working for all locales (#1059).
|
2009-12-16 11:55:34 +00:00 |
Andrew Resch
|
72c9a46fa3
|
Apply #1100 sort plugins list by name
|
2009-12-15 17:37:05 +00:00 |
Andrew Resch
|
53b9cdebcd
|
Fix #1099 use triple quotes on docstrings
|
2009-12-15 06:36:02 +00:00 |