This website requires JavaScript.
Explore
Help
Sign In
logos-storage
/
deluge
Watch
1
Star
0
Fork
0
You've already forked deluge
mirror of
https://github.com/logos-storage/deluge.git
synced
2026-05-02 07:33:25 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
deluge
/
deluge
/
ui
History
Damien Churchill
bb981127db
spaces FTW
2011-06-01 20:29:38 +01:00
..
console
Extend RPC Protocol.
2011-05-18 03:56:17 +01:00
data
pixmaps and icons moved to ui/data, all necessary references changed.
2011-05-30 17:57:39 +01:00
gtkui
GTK UI search box grab_focus() on show.
2011-05-31 15:20:15 +01:00
web
spaces FTW
2011-06-01 20:29:38 +01:00
__init__.py
New directory structure
2007-07-12 20:02:34 +00:00
client.py
Some comment explanation.
2011-05-19 00:29:30 +01:00
common.py
Fix some clean config dir issues.
2011-04-27 22:06:13 +01:00
coreconfig.py
Revert 67ea05921cb904cb2ddf5811cd96534321bfeefa which changed how event handlers worked.
2011-02-23 10:47:16 -08: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
Minor code cleanup.
2011-05-11 09:06:21 +01: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