Commit graph

5715 commits

Author SHA1 Message Date
Andrew Resch
3791fe2d2f Fix typo 2010-02-20 09:36:54 -08:00
Andrew Resch
27c0f339ce Prep for release 2010-02-20 09:20:36 -08:00
Andrew Resch
c605616cb9 Update Changelog 2010-02-20 09:17:40 -08:00
Andrew Resch
443d4d7a3a Merge branch '1.2-stable' of deluge-torrent.org:deluge into 1.2-stable 2010-02-20 09:12:40 -08:00
andrew
34fb2def75 Update translations 2010-02-20 09:11:35 -08:00
andrew
95b26efbb4 Make Deluge dependent on libtorrent 0.14.9 or greater. This is due to an over-downloading bug in
libtorrent.
2010-02-20 08:56:20 -08:00
John Garland
dc35732896 Fixed typo. 2010-02-21 02:31:55 +11:00
Damien Churchill
292428280d update the changelog to include #1148 fixed 2010-02-20 00:07:20 +00:00
Damien Churchill
5438a39af2 backport the fix for #1148 from master 2010-02-19 23:49:52 +00:00
Damien Churchill
ec15c3aadb update the ChangeLog 2010-02-19 19:52:19 +00:00
Damien Churchill
41ef49a27e fix #1147 by appending -username to the delugeweb folder 2010-02-19 19:41:15 +00:00
Damien Churchill
e3fcaf0c1a update the copyright headers to include 2010 2010-02-19 19:17:02 +00:00
Damien Churchill
10262cea81 remove the old libtorrent stuff and add it as a git submodule
change setup.py to check if libtorrent has files
2010-02-19 00:57:13 +00:00
John Garland
545e64e3c3 Fix weird gtk bug that breaks create dialog box's pieces size selection. 2010-02-04 11:17:26 +00:00
John Garland
85493750fb Increased GTK UI limit for download / upload to 60000. 2010-01-25 09:46:08 +00:00
Andrew Resch
124ec3e9c7 Remove debug print 2010-01-23 22:05:49 +00:00
Damien Churchill
b3975bd4c2 add a __contains__ method to the config class
fix upgrading old configs when the key doesn't exist in the old config
2010-01-20 21:04:40 +00:00
Damien Churchill
445096378c update the gettext.js generation script and gettext.js 2010-01-20 20:37:14 +00:00
Andrew Resch
3686130ea5 Fix hanging when using commands from the command-line
Fix displaying plugin command output on the command-line
2010-01-19 23:00:48 +00:00
Andrew Resch
4af387f774 Fix #1128 Show an error dialog when unable to start a 'deluged' process 2010-01-18 02:36:03 +00:00
John Garland
a62fdac0a6 Fix date in 1.2_RC changelog. Add release date to trunk changelog. 2010-01-16 04:21:25 +00:00
John Garland
1941c5976c Fix typo. Remove obselete function. 2010-01-14 12:32:04 +00:00
Damien Churchill
4f28ab9a39 bump version number so its now 1.2.1-dev 2010-01-12 17:21:00 +00:00
Andrew Resch
79c78fa7ef Fix displaying new release dialog in Windows 2010-01-10 19:47:31 +00:00
Andrew Resch
89c9228cec Prep for release 2010-01-09 21:16:08 +00:00
Andrew Resch
0df79b03c5 Update translations 2010-01-09 20:41:51 +00:00
Andrew Resch
c54a50af34 Do not save_state right away, but rather wait for the timer loop 2010-01-08 23:36:44 +00:00
Andrew Resch
e81d2ea0bd Fix displaying root folder when using the 'path.utf-8' keys in torrents 2010-01-08 21:26:33 +00:00
Andrew Resch
5e19f91613 Add twisted.internet.utils to the freezer includes 2010-01-08 17:28:08 +00:00
John Garland
5a35d60178 Use cStringIO to open zip files in python 2.5 2010-01-07 15:27:05 +00:00
John Garland
34b2ada0db Rewrote call to use maybeDeferred (this handles methods that return deferreds).
Fixes #1114.
2010-01-07 00:45:47 +00:00
Damien Churchill
547cfa6339 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
3870c25c9d Fix #1117 can't use the '3' key 2010-01-04 00:18:53 +00:00
John Garland
4cde35a067 Fix blocklist ignoring try_times.
Make blocklist print error messages on failures.
2010-01-03 16:27:05 +00:00
Andrew Resch
d5a11d0e95 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
1f8919b47f Fix #1115 not showing usage for the 'debug' command 2010-01-02 23:25:45 +00:00
Andrew Resch
59f05a890f 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
afbeaa6b7d 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
f5409e0d0c Have the .desktop file run 'deluge-gtk' 2009-12-23 23:54:00 +00:00
Andrew Resch
ac857eaef7 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
886f2d8682 Add in a '_' builtin method if unable to initialize gettext 2009-12-23 01:34:58 +00:00
Andrew Resch
fa79c37aa2 Fix possible TorrentFinishedEvents being emitted on startup for already completed torrents 2009-12-23 01:28:33 +00:00
Andrew Resch
6a8e023ffd Fix exceptions when gettext/locale cannot be initialized properly 2009-12-21 19:41:31 +00:00
John Garland
6b396f1f77 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
Damien Churchill
b2990e89cb 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
7ebe07db15 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
14eb3b8b33 Fix some packing due to the last commit 2009-12-20 04:23:50 +00:00
Andrew Resch
cffc25aac8 Plugin preference pages will now expand to fill 2009-12-20 04:18:21 +00:00
Andrew Resch
ed2568c8b0 Fix displaying folders in the add torrent dialog 2009-12-20 04:02:41 +00:00
Andrew Resch
700fe2ec17 Fix file renaming 2009-12-20 03:45:14 +00:00