Commit graph

176 commits

Author SHA1 Message Date
John Garland
8c36830456 Fix hang on quit 2011-02-09 09:07:32 -08:00
Andrew Resch
3e0a35c802 Prep for release 2010-03-27 12:37:04 -07:00
Andrew Resch
3f37b3bb01 Update ChangeLog 2010-03-19 13:37:48 -07:00
Andrew Resch
35b72ba8d7 Fix issue where the gtkui sometimes won't start if there is a stale lock file or socket in the ipc/
directory
2010-03-13 12:13:59 -08:00
Andrew Resch
fc109479bf Update ChangeLog 2010-03-13 10:10:13 -08:00
Andrew Resch
f9414105df Update Changelog 2010-02-28 17:34:27 -08:00
Andrew Resch
58ef466d9c Update changelog 2010-02-28 16:24:21 -08:00
Andrew Resch
eadfa323ca Update Changelog 2010-02-22 17:26:15 -08:00
Andrew Resch
c605616cb9 Update Changelog 2010-02-20 09:17:40 -08:00
Damien Churchill
292428280d update the changelog to include #1148 fixed 2010-02-20 00:07:20 +00:00
Damien Churchill
ec15c3aadb update the ChangeLog 2010-02-19 19:52:19 +00:00
John Garland
85493750fb Increased GTK UI limit for download / upload to 60000. 2010-01-25 09:46:08 +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
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
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
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
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
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
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
Andrew Resch
3d821fb80b Fix #1104, #735 use path.utf-8 if available 2009-12-18 04:36:42 +00:00
Andrew Resch
c70a9875c5 Prep for release 2009-12-17 23:49:25 +00:00
Andrew Resch
0663da4424 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
8c265bb308 Fix #1095 incorrect piece size used when using some non-English languages 2009-12-17 21:27:04 +00:00
John Garland
fe6c89a2e1 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
389e9cdbb0 Fix blocklist not working for all locales (#1059). 2009-12-16 11:55:34 +00:00
Andrew Resch
cc3f3495b6 Fix #768 save tracker list for create torrent dialog 2009-12-14 18:46:08 +00:00
Andrew Resch
4bd00aa331 Fix #1086 deprecated gtk.Tooltips usage 2009-12-14 18:20:51 +00:00
Andrew Resch
e27c38ca67 Fix #594 tray password dialog freeze in Windows
Made the password dialog prettier
2009-12-14 02:15:08 +00:00
Andrew Resch
eeac8efcf2 Fix issue where stoping a daemon that you aren't connected to causes the gtkui to shutdown the
currently connected daemon.
2009-12-14 00:48:18 +00:00
Andrew Resch
f59901c1be Fix #823 setting config values to -1.0 2009-12-13 22:47:15 +00:00
Andrew Resch
ee76075fa4 Add #891 remove torrents by pressing the Delete key 2009-12-13 22:16:05 +00:00
Damien Churchill
ecca68772e use metavar to change the output of --help by optparse 2009-12-13 21:49:10 +00:00
Andrew Resch
9878fced37 Fix issue where hosts will show up erroneously as Offline 2009-12-13 21:46:55 +00:00
Andrew Resch
f6fdae727d Fix #1036 autoconnecting to localhost daemon on start-up 2009-12-13 20:49:23 +00:00
Andrew Resch
139d6538a2 Fix #782 do not ask for tray password when window is not minimized to tray 2009-12-12 22:38:26 +00:00
Andrew Resch
b88319b4be Fix #692 no longer require tray password when quitting from the tray icon while the window is
visible.
2009-12-12 21:22:51 +00:00
Andrew Resch
af18bdb72a Fix typo 2009-12-11 23:29:21 +00:00