Messages by Thread
-
-
Pedro Algarvio : Ported the Label plugin to the deluge.plugins namespace.
[email protected]
-
Pedro Algarvio : Ported Feeder(although not working on current deluge), Notifications, Scheduler, Stats, Toggle and WebUi to the deluge. plugins namespace.
[email protected]
-
Pedro Algarvio : Ported the FreeSpace plugin to the deluge. plugins namespace.
[email protected]
-
Pedro Algarvio : Improve and port the `create_plugin. py` script to generate the plugins under the "deluge.plugins" namespace.
[email protected]
-
Pedro Algarvio : Simplify some code on `create_plugin.py`.
[email protected]
-
Pedro Algarvio : Improve `create_plugin. py` and the generated `create_dev_link.sh`.
[email protected]
-
Pedro Algarvio : Ported "Blocklist", "Example" and "Execute" to the "deluge .plugins" namespace.
[email protected]
-
Pedro Algarvio : Drop pkutil and simply use pkg_resources.
[email protected]
-
Pedro Algarvio : Initial commit to implement the "deluge.plugins" namespace package support.
[email protected]
-
Pedro Algarvio : Reuse existing "TorrentAddedEvent" instead of creating a new one.
[email protected]
-
Pedro Algarvio : Finish last commit, forgot to revert some of the files.
[email protected]
-
Pedro Algarvio : Diferentiate adding an already managed torrent from adding a new, unmanaged torrent, to the session.
[email protected]
-
Pedro Algarvio : Fix `tweak_logging_levels()`.
[email protected]
-
Pedro Algarvio : Fix bug introduced in previous commit.
[email protected]
-
Pedro Algarvio : Make use of `logging.handlers. WatchedFileHandler` if deluge is running on python 2.6.
[email protected]
-
Pedro Algarvio : `configmanager` needs to be imported at a latter stage at least for the gtk frontend .
[email protected]
-
Pedro Algarvio : Swhiched the old style logging, ie, a single logger for all logging output to several loggers. This brings the ability to tweak the logging levels for each of the loggers , ie, we can have the "deluge" logger be at the ERROR level while having " deluge.core" at the DEBUG level, meaning we will only see log message for all of the deluge loggers above the ERROR level while still having all messages above the DEBUG level for the "deluge.core" logger and it's children. This kind of tweak can be achieved by adding a file named "logging.conf" to deluge's config dir and this is explained on the `deluge.log. tweak_logging_levels` function.
[email protected]
-
Pedro Algarvio : Swhiched the old style logging, ie, a single logger for all logging output to several loggers. This brings the ability to tweak the logging levels for each of the loggers , ie, we can have the "deluge" logger be at the ERROR level while having " deluge.core" at the DEBUG level, meaning we will only see log message for all of the deluge loggers above the ERROR level while still having all messages above the DEBUG level for the "deluge.core" logger and it's children. This kind of tweak can be achieved by adding a file named "logging.conf" to deluge's config dir and this is explained on the `deluge.log. tweak_logging_levels` function.
[email protected]
-
Pedro Algarvio : Swhiched the old style logging, ie, a single logger for all logging output to several loggers. This brings the ability to tweak the logging levels for each of the loggers , ie, we can have the "deluge" logger be at the ERROR level while having " deluge.core" at the DEBUG level, meaning we will only see log message for all of the deluge loggers above the ERROR level while still having all messages above the DEBUG level for the "deluge.core" logger and it's children. This kind of tweak can be achieved by adding a file named "logging.conf" to deluge's config dir and this is explained on the `deluge.log. tweak_logging_levels` function.
[email protected]
-
Pedro Algarvio : Swhiched the old style logging, ie, a single logger for all logging output to several loggers. This brings the ability to tweak the logging levels for each of the loggers , ie, we can have the "deluge" logger be at the ERROR level while having " deluge.core" at the DEBUG level, meaning we will only see log message for all of the deluge loggers above the ERROR level while still having all messages above the DEBUG level for the "deluge.core" logger and it's children. This kind of tweak can be achieved by adding a file named "logging.conf" to deluge's config dir and this is explained on the `deluge.log. tweak_logging_levels` function.
[email protected]
-
Damien Churchill : fix a bug that can occur when upgrading 1.1 config files
[email protected]
-
Calum : Fix #1283 Consistent icons and add localization to file priorities
[email protected]
-
Damien Churchill : rebuild the compressed javascript
[email protected]
-
Damien Churchill : update the build file to include the spinnerfieldfix file
[email protected]
-
Tag deluge-1.3.1 : Andrew Resch : deluge-1.3.1
[email protected]
-
Andrew Resch : Fix copying scripts
[email protected]
-
Andrew Resch : Update versions and changelog
[email protected]
-
Damien Churchill : remove the convert conf script that won' t actually work anymore
[email protected]
-
Damien Churchill : fix a silly bug
[email protected]
-
Damien Churchill : Merge branch 'master' of deluge-torrent.org:deluge
[email protected]
-
Damien Churchill : apply 41ffee5 to master
[email protected]
-
Damien Churchill : change entry_points to a dictionary and split it up into console and gui scripts
[email protected]
-
Damien Churchill : update bbfreeze script
[email protected]
-
Damien Churchill : don't depend on being executed from a specific directory
[email protected]
-
Damien Churchill : change location of httpdownloader as a temporary fix
[email protected]
-
John Garland : Fix up Changelog (entry was in wrong section)
[email protected]
-
Damien Churchill : fix a bug in the MultiOptionsManager that didn' t fire the right arguments in the initial event fire
[email protected]
-
Damien Churchill : apply patch from #1377
[email protected]
-
Damien Churchill : include a file that fixes the SpinnerField onBlur method ( no idea why it is set to emptyFn)
[email protected]
-
Damien Churchill : fix the path to the loading gif ( not that its actually used)
[email protected]
-
Damien Churchill : fix up the tracker icon tests
[email protected]
-
Damien Churchill : fix up the core tests that were erroring
[email protected]
-
Damien Churchill : move tests back inside the deluge package, makes it easier to run trial on them
[email protected]
-
John Garland : Fix hang on quit
[email protected]
-
John Garland : Fix uncaught exception when quitting
[email protected]
-
Andrew Resch : Fix #1373 use of cyrllic paths
[email protected]
-
Andrew Resch : Fix #1349 force a theme style with expander-size = 15 to show entries in the sidebar properly.
[email protected]
-
Damien Churchill : create the toolbar with the rest of the UI
[email protected]
-
Andrew Resch : Keep a torrent paused after a forced recheck if it was paused to start.
[email protected]
-
Damien Churchill : add a check to ensure that the events loop doesn' t continue indefinitely
[email protected]
-
Damien Churchill : wrap client.disconnect() call with a check to see if its classic mode
[email protected]
-
John Garland : Update ChangeLog for previous commit
[email protected]
-
John Garland : Move decode_string/utf8_encoded to common
[email protected]
-
John Garland : Make sure config value strings are utf8 encoded (fixes #1369 )
[email protected]
-
John Garland : Fix sidebar not updating (#1365)
[email protected]
-
John Garland : Fix attribute error in blocklist plugin
[email protected]
-
John Garland : Use better attribute / method names in blocklist
[email protected]
-
John Garland : Set locale to the user's default settings in the gtkui
[email protected]
-
John Garland : Organise latest changes into appropriate sections
[email protected]
-
Tag deluge-1.3.0 : Andrew Resch : deluge-1.3.0
[email protected]
-
Andrew Resch : Do not include unnecessary dlls in windows build
[email protected]
-
Andrew Resch : Update versions
[email protected]
-
John Garland : include missing theme images
[email protected]
-
Damien Churchill : include the .order files
[email protected]
-
Damien Churchill : add all the other scripts to package_data
[email protected]
-
Andrew Resch : Update win32 build files
[email protected]
-
Andrew Resch : More clean-up of setup.py
[email protected]
-
Andrew Resch : Remove the custom 'install' class and include_package_data
[email protected]
-
Andrew Resch : Fix preference page index when removing a preference page
[email protected]
-
Chase Sterling : Fix bugs with unicode torrents in AutoAdd plugin.
[email protected]
-
Chase Sterling : Fix bug in AutoAdd plugin where watchdirs would not display in gtkui when first enabled .
[email protected]
-
John Garland : Increase max piece size to 8 MiB in create torrent dialog ( closes #1358)
[email protected]
-
Chase Sterling : Fix VersionSplit behavior when comparing to a dev version.
[email protected]
-
Andrew Resch : Add rpc to check if authorized to call a rpc: daemon. authorized_call()
[email protected]
-
Chase Sterling : AutoAdd plugin can now recover when one of the watchfolders has an unhandled exception .
[email protected]
-
Chase Sterling : Fix "adjustment with non-zero page size" deprication warning in autoadd plugin.
[email protected]
-
Andrew Resch : Add TorrentFileCompleted event.
[email protected]
-
Andrew Resch : Save 'owner' and 'public' to the torrent state
[email protected]
-
Andrew Resch : Add 'Owner' filter
[email protected]
-
Andrew Resch : Fix issue when adding torrents without a 'session'. This can happen
[email protected]
-
John Garland : Use a temp filename with add_torrent_url
[email protected]
-
John Garland : Update get_free_space test
[email protected]
-
Chase Sterling : Fix error in last commit.
[email protected]
-
Chase Sterling : Ensure preferencesmanager only changes intended libtorrent session settings .
[email protected]
-
Chase Sterling : Fix scheduler so that it keeps current state, even after global settings change.
[email protected]
-
Chase Sterling : Ignore global stop ratio related settings in logic, so per torrent ones are used.
[email protected]
-
Chase Sterling : Merge branch 'newscheduler'
[email protected]
-
Chase Sterling : Add max active downloading and seeding options to scheduler.
[email protected]
-
Pedro Algarvio : Implemented search as you type capabilities to the treeview, ie, when the
[email protected]
-
Andrew Resch : Fix key error after enabling a plugin that introduces a new status key
[email protected]
-
Andrew Resch : Merge branch '1.3-stable' of deluge-torrent.org: deluge into 1.3-stable
[email protected]
-
Chase Sterling : Moved xdg import so it is not called on Windows, where it is unused. fixes #1343
[email protected]
-
Chase Sterling : AutoAdd plugin changes
[email protected]
-
Andrew Resch : Add new torrent status key 'owner' for keeping track of who added the torrent to the session
[email protected]
-
Andrew Resch : Merge branch 'master' into multiuser
[email protected]
-
Andrew Resch : Add 'Owner' and 'Public' columns to the TorrentView
[email protected]
-
Andrew Resch : Add 'Owner' and 'Public' fields to the details tab
[email protected]
-
Andrew Resch : Add 'public' torrent option to allow making a torrent publically viewable by other users
[email protected]
-
Andrew Resch : Fix unhandled exception when adding a torrent to the session
[email protected]
-
Andrew Resch : Fix issue where the save_timer is cancelled when it' s not active
[email protected]
-
Tag deluge-1.3.0_rc2 : Andrew Resch : deluge-1.3.0_rc2
[email protected]
-
Andrew Resch : Update windows files
[email protected]
-
John Garland : Fix `man deluged` not showing '-u' on its own line
[email protected]