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 |
Andrew Resch
|
f847a7dc4e
|
Remove the custom 'install' class and include_package_data
|
2010-09-14 11:40:34 -07:00 |
Andrew Resch
|
c7954c20eb
|
Fix preference page index when removing a preference page
|
2010-09-13 18:22:08 -07:00 |
Andrew Resch
|
dc7ed11601
|
Update ChangeLog
|
2010-09-13 16:11:57 -07:00 |
Chase Sterling
|
d898def9ec
|
Fix bugs with unicode torrents in AutoAdd plugin.
|
2010-09-13 02:22:18 -04:00 |
Chase Sterling
|
3e2f6c4060
|
Fix bug in AutoAdd plugin where watchdirs would not display in gtkui when first enabled.
|
2010-09-13 02:22:17 -04:00 |
John Garland
|
321a22a6f0
|
Increase max piece size to 8 MiB in create torrent dialog (closes #1358)
|
2010-09-13 08:53:19 +10:00 |
Chase Sterling
|
b4774af2f3
|
Fix VersionSplit behavior when comparing to a dev version.
|
2010-09-11 05:39:40 -04:00 |
Chase Sterling
|
d0fd709c74
|
AutoAdd plugin can now recover when one of the watchfolders has an unhandled exception.
|
2010-09-03 22:30:24 -04:00 |
Chase Sterling
|
e24212b3f8
|
Fix "adjustment with non-zero page size" deprication warning in autoadd plugin.
|
2010-09-03 22:28:41 -04:00 |
Andrew Resch
|
f8f72af6dc
|
Add TorrentFileCompleted event.
|
2010-09-03 17:11:57 -07:00 |
Andrew Resch
|
b9caa4eeeb
|
Fix issue when adding torrents without a 'session'. This can happen
when a plugin adds a torrent, like how the AutoAdd plugin works. The
user that adds this torrent will be an empty string.
|
2010-09-03 14:29:36 -07:00 |
John Garland
|
6c3b216b40
|
Use a temp filename with add_torrent_url
|
2010-08-31 00:11:58 +10:00 |
John Garland
|
eaad867885
|
Update get_free_space test
|
2010-08-31 00:11:54 +10:00 |
Chase Sterling
|
f6b9f67df8
|
Fix error in last commit.
|
2010-08-26 02:33:24 -04:00 |
Chase Sterling
|
24fe3f7fd5
|
Ensure preferencesmanager only changes intended libtorrent session settings.
|
2010-08-26 02:23:40 -04:00 |
Chase Sterling
|
da2fb41a3a
|
Fix scheduler so that it keeps current state, even after global settings change.
|
2010-08-26 01:39:40 -04:00 |
Chase Sterling
|
f8d7f22167
|
Ignore global stop ratio related settings in logic, so per torrent ones are used.
|
2010-08-24 22:47:24 -04:00 |
Chase Sterling
|
b75abc70e5
|
Add max active downloading and seeding options to scheduler.
|
2010-08-24 00:58:28 -04:00 |
Andrew Resch
|
2d821bd79a
|
Merge branch '1.3-stable' of deluge-torrent.org:deluge into 1.3-stable
|
2010-08-23 17:35:31 -07:00 |
Andrew Resch
|
12d9a7a5bd
|
Fix key error after enabling a plugin that introduces a new status key
|
2010-08-23 17:35:19 -07:00 |
Chase Sterling
|
c118fa36a9
|
Moved xdg import so it is not called on Windows, where it is unused. fixes #1343
|
2010-08-22 15:38:22 -04:00 |
Chase Sterling
|
82c91cdc51
|
AutoAdd plugin changes
adds queue to top option
adds ability to append extension instead of deleting torrent once added
|
2010-08-22 00:01:58 -04:00 |
Andrew Resch
|
5501094214
|
Fix unhandled exception when adding a torrent to the session
|
2010-08-21 12:54:19 -07:00 |
Andrew Resch
|
b41aa808be
|
Fix issue where the save_timer is cancelled when it's not active
|
2010-08-21 12:54:13 -07:00 |
Andrew Resch
|
b9336889f5
|
Update version
|
2010-08-20 14:20:51 -07:00 |
Andrew Resch
|
995f5387eb
|
Update windows files
|
2010-08-20 14:19:42 -07:00 |
Andrew Resch
|
38958d3c4f
|
Update ChangeLog
|
2010-08-20 14:15:21 -07:00 |
John Garland
|
b45e019f08
|
Fix `man deluged` not showing '-u' on its own line
|
2010-08-20 01:16:09 +10:00 |
Andrew Resch
|
d93fcf6eea
|
Fix #1341 issue where Config would try to cancel the save_timer when it is None.
|
2010-08-18 12:32:11 -07:00 |