Commit Graph

6489 Commits

Author SHA1 Message Date
Calum Lind 3bd28208d1 Fix for deluge-console adding torrent files in Windows 2011-02-05 01:08:26 +00:00
Chad Miller ffebfb9cdf Fix #1508 - TypeError in cell_data_queue() could not convert argument to correct param type 2011-02-05 01:08:24 +00:00
Calum Lind 93091fbe23 Fix #1373, #1386 - Creating and moving non-ascii folder names in MS Windows 2011-02-05 01:08:11 +00:00
geoffk efd2762255 Fix #1507 - Temporary file race condition in core/core.py:add_torrent_url 2011-02-05 01:08:04 +00:00
alderz 4870d34a52 #1494 - Add Downloaded and Uploaded columns to torrent view 2011-02-05 01:06:26 +00:00
Motiejus Jakštys 26410ca9c1 Apply patch from #1194 2011-02-04 19:49:54 +00:00
Andrew Resch c1477e45cb Fix typo 2011-01-27 11:18:40 -08:00
Andrew Resch 25e58bc8a2 Fix #1498: Use os.path.normpath on new_folder to remove any double slashes or other problems that could be in the string 2011-01-27 11:11:28 -08:00
Andrew Resch 4d2a0b1856 Fix #1484: trying to access the screen object when not using interactive mode 2011-01-16 15:58:50 -08:00
Damien Churchill 82fbbad385 fix bug #1355 2010-12-12 00:02:41 +00:00
Damien Churchill 29a306e378 Merge branch '1.3-stable' of deluge-torrent.org:deluge into 1.3-stable 2010-12-01 10:21:56 +00:00
Damien Churchill 5cfe3b5601 fix a bug that can occur when upgrading 1.1 config files 2010-12-01 10:21:26 +00:00
Calum 3f458e46dd Fix #1283 Consistent icons and add localization to file priorities
Signed-off-by: John Garland <johnnybg+deluge@gmail.com>
2010-11-11 14:02:21 +11:00
Damien Churchill 1067eb7f98 rebuild the compressed javascript 2010-11-01 09:15:19 +00:00
Damien Churchill dca27a4cf9 update the build file to include the spinnerfieldfix file 2010-11-01 09:15:14 +00:00
Andrew Resch b0ceae8d28 Fix copying scripts 2010-10-31 10:50:51 -07:00
Andrew Resch dc0bf3bc88 Update versions and changelog 2010-10-31 10:15:02 -07:00
Damien Churchill 3b9d7ff9c3 remove the convert conf script that won't actually work anymore 2010-10-31 14:35:12 +00:00
Damien Churchill a165d5d746 fix a silly bug 2010-10-31 10:13:22 +00:00
Damien Churchill cc02ebea6a Merge branch '1.3-stable' of deluge-torrent.org:deluge into 1.3-stable 2010-10-31 09:18:36 +00:00
Damien Churchill 41ffee5d8a change entry_points to a dictionary and split it up into console and gui scripts 2010-10-31 09:16:18 +00:00
Damien Churchill 14a89b3f8a don't depend on being executed from a specific directory 2010-10-29 10:09:15 +01:00
John Garland 6f0c2af58a Fix up Changelog (entry was in wrong section) 2010-10-25 09:59:06 +11:00
Damien Churchill 84cccabf19 update changelog 2010-10-24 23:44:40 +01:00
Damien Churchill 7fb483adde fix a bug in the MultiOptionsManager that didn't fire the right arguments in the initial event fire 2010-10-24 23:42:29 +01:00
Damien Churchill 28ce7a70a0 apply patch from #1377 2010-10-24 13:30:39 +01:00
Damien Churchill 14565977fa include a file that fixes the SpinnerField onBlur method (no idea why it is set to emptyFn) 2010-10-23 22:22:00 +01:00
Damien Churchill e4420ef354 fix the path to the loading gif (not that its actually used) 2010-10-23 21:24:05 +01:00
John Garland 02ad0b93ab Fix hang on quit 2010-10-23 01:14:48 +11:00
Andrew Resch 6d2a001635 Fix #1373 use of cyrllic paths 2010-10-16 12:56:29 -07:00
Andrew Resch 2a3eb0578c Fix #1349 force a theme style with expander-size = 15 to show entries in the sidebar properly. 2010-10-15 19:31:36 -07:00
Andrew Resch 60fac28217 Keep a torrent paused after a forced recheck if it was paused to start. 2010-10-10 12:34:13 -07:00
Damien Churchill 59e01e7ecf add a check to ensure that the events loop doesn't continue indefinitely 2010-10-10 19:51:50 +01:00
John Garland 4c52ee4229 Update ChangeLog for previous commit 2010-10-07 22:46:49 +11:00
Damien Churchill 8428524793 wrap client.disconnect() call with a check to see if its classic mode 2010-10-07 00:14:55 +01:00
John Garland 21c8d02d9a Update ChangeLog for previous commit 2010-10-03 19:52:33 +11:00
John Garland 0c687c7684 Make sure config value strings are utf8 encoded (fixes #1369) 2010-10-03 19:24:29 +11:00
John Garland 78f9efefd9 Move decode_string/utf8_encoded to common 2010-10-03 19:24:27 +11:00
John Garland 6b228ce31f Fix sidebar not updating (#1365) 2010-10-03 00:01:29 +10:00
John Garland 40ce4ec731 Use better attribute / method names in blocklist 2010-09-26 11:39:47 +10:00
John Garland c029c312e4 Fix attribute error in blocklist plugin 2010-09-26 11:37:29 +10:00
John Garland 16c38cd027 Set locale to the user's default settings in the gtkui 2010-09-20 02:44:18 +10:00
John Garland e23a6b852a Organise latest changes into appropriate sections 2010-09-19 20:59:27 +10:00
Andrew Resch 90e4de54e9 Do not include unnecessary dlls in windows build 2010-09-18 16:03:21 -07:00
Andrew Resch c1505bea3a Update versions 2010-09-18 11:31:31 -07:00
John Garland 6235e832fe include missing theme images 2010-09-18 00:48:22 +10:00
Damien Churchill a71f14c47e include the .order files 2010-09-16 09:23:35 -07:00
Damien Churchill ed3b23b0fc add all the other scripts to package_data 2010-09-16 09:23:19 -07:00
Andrew Resch 6402634ec1 Update win32 build files 2010-09-14 11:48:05 -07:00
Andrew Resch 3e68733cfd More clean-up of setup.py 2010-09-14 11:40:41 -07:00