This website requires JavaScript.
Explore
Help
Sign In
Rezzect
/
deluge
Watch
1
Star
0
Fork
0
You've already forked deluge
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
deluge
/
deluge
/
ui
History
Andrew Resch
b30499c6ac
Fix
#1484
: trying to access the screen object when not using interactive mode
2011-01-16 15:59:29 -08:00
..
console
Fix
#1484
: trying to access the screen object when not using interactive mode
2011-01-16 15:59:29 -08:00
gtkui
Merge branch 'master' into improved-logging
2010-12-13 12:31:20 +00:00
web
Merge branch 'master' into improved-logging
2010-12-13 12:31:20 +00:00
__init__.py
New directory structure
2007-07-12 20:02:34 +00:00
client.py
Merge branch 'master' into improved-logging
2010-12-13 12:31:20 +00:00
common.py
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.
2010-12-06 11:20:22 +00:00
coreconfig.py
Merge branch 'master' into improved-logging
2010-12-13 12:31:20 +00:00
countries.py
Move countries.py to ui/ since it's only used by the UIs
2009-05-14 18:16:16 +00:00
sessionproxy.py
Merge branch 'master' into improved-logging
2010-12-13 12:31:20 +00:00
tracker_icons.py
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.
2010-12-06 11:20:22 +00:00
ui.py
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.
2010-12-06 11:20:22 +00:00
Win32IconImagePlugin.py
resize tracker icons if they are too big and PIL is installed
2010-03-31 15:40:40 +01:00