summaryrefslogtreecommitdiffstats
path: root/deluge
Commit message (Expand)AuthorAge
* fix a bug in the MultiOptionsManager that didn't fire the right arguments in ...Damien Churchill2010-10-24
* apply patch from #1377Damien Churchill2010-10-24
* include a file that fixes the SpinnerField onBlur method (no idea why it is s...Damien Churchill2010-10-23
* fix the path to the loading gif (not that its actually used)Damien Churchill2010-10-23
* Fix hang on quitJohn Garland2010-10-23
* Fix #1373 use of cyrllic pathsAndrew Resch2010-10-16
* Fix #1349 force a theme style with expander-size = 15 to show entries in the ...Andrew Resch2010-10-15
* Keep a torrent paused after a forced recheck if it was paused to start.Andrew Resch2010-10-10
* add a check to ensure that the events loop doesn't continue indefinitelyDamien Churchill2010-10-10
* wrap client.disconnect() call with a check to see if its classic modeDamien Churchill2010-10-07
* Make sure config value strings are utf8 encoded (fixes #1369)John Garland2010-10-03
* Move decode_string/utf8_encoded to commonJohn Garland2010-10-03
* Fix sidebar not updating (#1365)John Garland2010-10-03
* Use better attribute / method names in blocklistJohn Garland2010-09-26
* Fix attribute error in blocklist pluginJohn Garland2010-09-26
* Set locale to the user's default settings in the gtkuiJohn Garland2010-09-20
* Fix preference page index when removing a preference pageAndrew Resch2010-09-13
* Fix bugs with unicode torrents in AutoAdd plugin.Chase Sterling2010-09-13
* Fix bug in AutoAdd plugin where watchdirs would not display in gtkui when fir...Chase Sterling2010-09-13
* Increase max piece size to 8 MiB in create torrent dialog (closes #1358)John Garland2010-09-13
* Fix VersionSplit behavior when comparing to a dev version.Chase Sterling2010-09-11
* AutoAdd plugin can now recover when one of the watchfolders has an unhandled ...Chase Sterling2010-09-03
* Fix "adjustment with non-zero page size" deprication warning in autoadd plugin.Chase Sterling2010-09-03
* Add TorrentFileCompleted event.Andrew Resch2010-09-03
* Fix issue when adding torrents without a 'session'. This can happenAndrew Resch2010-09-03
* Use a temp filename with add_torrent_urlJohn Garland2010-08-31
* Fix error in last commit.Chase Sterling2010-08-26
* Ensure preferencesmanager only changes intended libtorrent session settings.Chase Sterling2010-08-26
* Fix scheduler so that it keeps current state, even after global settings change.Chase Sterling2010-08-26
* Ignore global stop ratio related settings in logic, so per torrent ones are u...Chase Sterling2010-08-24
* Add max active downloading and seeding options to scheduler.Chase Sterling2010-08-24
* Merge branch '1.3-stable' of deluge-torrent.org:deluge into 1.3-stableAndrew Resch2010-08-23
|\
| * Moved xdg import so it is not called on Windows, where it is unused. fixes #1343Chase Sterling2010-08-22
| * AutoAdd plugin changesChase Sterling2010-08-22
* | Fix key error after enabling a plugin that introduces a new status keyAndrew Resch2010-08-23
|/
* Fix unhandled exception when adding a torrent to the sessionAndrew Resch2010-08-21
* Fix issue where the save_timer is cancelled when it's not activeAndrew Resch2010-08-21
* Fix #1341 issue where Config would try to cancel the save_timer when it is None.Andrew Resch2010-08-18
* Add cache expiry check by key update times to fix issue where some status upd...Andrew Resch2010-08-18
* fix the script resource on windowsDamien Churchill2010-08-14
* add the apple iOS bookmark icons from #1339Damien Churchill2010-08-14
* Merge branch '1.3-stable' of deluge-torrent.org:deluge into 1.3-stableDamien Churchill2010-08-14
|\
| * Fix getting a torrent's status with an empty key list to return all theAndrew Resch2010-08-06
* | fix the system.listMethods json call when running in classic modeDamien Churchill2010-08-14
|/
* a couple of fixes to stop the webui crashing when running within the gtkuiDamien Churchill2010-07-18
* Only use an icon if it passes some sanity checksJohn Garland2010-07-17
* Use a blank icon when the tracker icon downloaded isn't a proper imageAndrew Resch2010-07-15
* Attempt to create a move_storage destination path if it doesn't existAndrew Resch2010-07-15
* Do not attempt to move a torrents storage if the destination path doesAndrew Resch2010-07-12
* Try to import system rencode before deluge.rencode to allow the use of the ne...Andrew Resch2010-07-08