Damien Churchill
|
0360cbe0b8
|
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
|
d2f41fe7e5
|
apply patch from #1377
|
2010-10-24 13:30:40 +01:00 |
Damien Churchill
|
0a2e9a5324
|
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
|
3c302088f6
|
fix the path to the loading gif (not that its actually used)
|
2010-10-23 21:24:06 +01:00 |
Damien Churchill
|
3b6bad2f13
|
fix up the tracker icon tests
|
2010-10-22 19:47:38 +01:00 |
Damien Churchill
|
6fd4b298f3
|
fix up the core tests that were erroring
|
2010-10-22 19:42:07 +01:00 |
Damien Churchill
|
2beec764c9
|
move tests back inside the deluge package, makes it easier to run trial on them
|
2010-10-22 16:36:52 +01:00 |
John Garland
|
e5760ee341
|
Fix uncaught exception when quitting
|
2010-10-23 01:12:21 +11:00 |
Andrew Resch
|
45940b9064
|
Fix #1373 use of cyrllic paths
|
2010-10-16 12:56:00 -07:00 |
Andrew Resch
|
c97f809bdc
|
Fix #1349 force a theme style with expander-size = 15 to show entries in the sidebar properly.
|
2010-10-15 19:32:13 -07:00 |
Damien Churchill
|
ae6837c88c
|
create the toolbar with the rest of the UI
|
2010-10-14 13:54:26 +01:00 |
Andrew Resch
|
a827cf6c7a
|
Keep a torrent paused after a forced recheck if it was paused to start.
|
2010-10-10 12:36:25 -07:00 |
Damien Churchill
|
f52e3c4aa0
|
add a check to ensure that the events loop doesn't continue indefinitely
|
2010-10-10 19:52:08 +01:00 |
Damien Churchill
|
8f7e307f33
|
wrap client.disconnect() call with a check to see if its classic mode
|
2010-10-07 00:14:21 +01:00 |
John Garland
|
f1f6f137c3
|
Make sure config value strings are utf8 encoded (fixes #1369)
|
2010-10-03 18:33:57 +11:00 |
John Garland
|
ff7ff8eac7
|
Move decode_string/utf8_encoded to common
|
2010-10-03 18:12:42 +11:00 |
John Garland
|
4cb2bcae25
|
Fix sidebar not updating (#1365)
|
2010-10-02 23:55:51 +10:00 |
John Garland
|
df95222849
|
Use better attribute / method names in blocklist
|
2010-09-26 11:39:17 +10:00 |
John Garland
|
463fd3ac04
|
Fix attribute error in blocklist plugin
|
2010-09-26 11:30:58 +10:00 |
John Garland
|
eb37c91866
|
Set locale to the user's default settings in the gtkui
|
2010-09-20 02:43:07 +10:00 |
John Garland
|
7cd210a59b
|
include missing theme images
|
2010-09-18 00:47:47 +10:00 |
Damien Churchill
|
eee27868a8
|
include the .order files
|
2010-09-16 12:16:07 +01:00 |
Damien Churchill
|
e5dec3f020
|
add all the other scripts to package_data
|
2010-09-16 08:52:16 +01:00 |
Andrew Resch
|
def1127c78
|
More clean-up of setup.py
|
2010-09-14 11:29:47 -07:00 |
Andrew Resch
|
847f2c2ebd
|
Remove the custom 'install' class and include_package_data
|
2010-09-14 10:56:42 -07:00 |
Andrew Resch
|
fb49aa02a8
|
Fix preference page index when removing a preference page
|
2010-09-13 18:21:31 -07:00 |
Chase Sterling
|
f8dc66b773
|
Fix bugs with unicode torrents in AutoAdd plugin.
|
2010-09-13 02:23:10 -04:00 |
Chase Sterling
|
c17b466bae
|
Fix bug in AutoAdd plugin where watchdirs would not display in gtkui when first enabled.
|
2010-09-13 02:23:09 -04:00 |
John Garland
|
d9cdff9525
|
Increase max piece size to 8 MiB in create torrent dialog (closes #1358)
|
2010-09-13 08:50:29 +10:00 |
Chase Sterling
|
915db80a55
|
Fix VersionSplit behavior when comparing to a dev version.
|
2010-09-11 16:27:29 -04:00 |
Andrew Resch
|
350d4d7260
|
Add rpc to check if authorized to call a rpc: daemon.authorized_call()
|
2010-09-04 12:31:27 -07:00 |
Chase Sterling
|
4b92912577
|
AutoAdd plugin can now recover when one of the watchfolders has an unhandled exception.
|
2010-09-03 22:34:28 -04:00 |
Chase Sterling
|
a794223d96
|
Fix "adjustment with non-zero page size" deprication warning in autoadd plugin.
|
2010-09-03 22:34:27 -04:00 |
Andrew Resch
|
5811d372f9
|
Fix up some docstrings
|
2010-09-03 17:21:56 -07:00 |
Andrew Resch
|
0b2f2f2c8a
|
Add TorrentFileCompleted event.
|
2010-09-03 17:11:37 -07:00 |
Andrew Resch
|
64022d7bc7
|
Add 'Owner' filter
|
2010-09-03 15:15:29 -07:00 |
Andrew Resch
|
bf715d90fd
|
Save 'owner' and 'public' to the torrent state
|
2010-09-03 15:15:02 -07:00 |
Andrew Resch
|
fdbd9e6687
|
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:28:16 -07:00 |
John Garland
|
0a0383d075
|
Use a temp filename with add_torrent_url
|
2010-08-31 00:04:56 +10:00 |
John Garland
|
5b1bed5a48
|
Update get_free_space test
|
2010-08-30 23:49:49 +10:00 |
Chase Sterling
|
7ed33192ec
|
Ensure preferencesmanager only changes intended libtorrent session settings.
|
2010-08-26 01:31:53 -04:00 |
Chase Sterling
|
c82ba44be8
|
Fix scheduler so that it keeps current state, even after global settings change.
|
2010-08-26 01:22:14 -04:00 |
Chase Sterling
|
729daf331c
|
Ignore global stop ratio related settings in logic, so per torrent ones are used.
|
2010-08-24 23:16:33 -04:00 |
Chase Sterling
|
db1835d942
|
Merge branch 'newscheduler'
|
2010-08-24 00:57:15 -04:00 |
Chase Sterling
|
7d4a316733
|
Add max active downloading and seeding options to scheduler.
|
2010-08-24 00:30:54 -04:00 |
Pedro Algarvio
|
da8629db97
|
Implemented search as you type capabilities to the treeview, ie, when the
treeview has focus and user starts typing, select the first matching
torrent name.
|
2010-08-24 01:38:05 +01:00 |
Andrew Resch
|
df573c66c6
|
Merge branch 'master' of deluge-torrent.org:deluge
|
2010-08-23 17:35:42 -07:00 |
Andrew Resch
|
29f61b58fb
|
Fix key error after enabling a plugin that introduces a new status key
|
2010-08-23 17:34:30 -07:00 |
Chase Sterling
|
15ce2b71f9
|
Moved xdg import so it is not called on Windows, where it is unused. fixes #1343
|
2010-08-22 15:39:12 -04:00 |
Chase Sterling
|
116ccc21fd
|
AutoAdd plugin changes
adds queue to top option
adds ability to append extension instead of deleting torrent once added
|
2010-08-22 00:31:41 -04:00 |