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
/
gtkui
History
Pedro Algarvio
6151050ad4
PEP-8
2011-05-17 22:16:12 +01:00
..
glade
Fix
#1844
.
2011-05-15 11:26:41 +01:00
__init__.py
Add support for the deluge-gtk start script
2009-07-31 00:57:04 +00:00
aboutdialog.py
PEP-8
2011-05-17 22:16:12 +01:00
addtorrentdialog.py
Sequential downloads: Implemented in add torrent GTK UI dialog.
2011-05-08 22:55:55 +01: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
connectionmanager.py
GTK UI Connection Manager (
#1824
)
2011-05-07 15:14:32 +01:00
createtorrentdialog.py
Fix Create Torrent Dialog Box - Some buttons raise Type Error if no row selected
2011-02-11 21:58:32 +00:00
details_tab.py
Now, when the authentication dialog appears, user fills in the password and hits ENTER, the authentication call will be made.
2011-04-22 11:26:08 +01:00
dialogs.py
Remove debug printing.
2011-04-25 13:12:18 +01:00
edittrackersdialog.py
Now, when the authentication dialog appears, user fills in the password and hits ENTER, the authentication call will be made.
2011-04-22 11:26:08 +01:00
files_tab.py
Revert 67ea05921cb904cb2ddf5811cd96534321bfeefa which changed how event handlers worked.
2011-02-23 10:47:16 -08:00
filtertreeview.py
Fix translate issue for Trackers tree in sidebar
2011-02-14 23:49:45 +00:00
gtkui.py
More changes related to automatic connections.
2011-04-30 07:42:06 +01:00
ipcinterface.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
listview.py
Implement Last Seen Complete, on core and on GTK UI.
2011-05-07 20:22:55 +01:00
mainwindow.py
GTK UI connection manager fixes.
2011-04-28 16:59:01 +01:00
menubar.py
GTK UI move storage fixed. Was still not allowing moves.
2011-05-10 20:13:26 +01:00
new_release_dialog.py
Add some checks for OSX since it doesn't support SVG icons
2009-11-29 00:52:00 +00:00
notification.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
options_tab.py
Sequential downloads. Was querying for the wrong key on the torrent status. Fixed.
2011-05-08 23:46:55 +01:00
peers_tab.py
Remove some imports that are no longer neccessary
2011-02-23 11:21:47 -08:00
pluginmanager.py
Revert 67ea05921cb904cb2ddf5811cd96534321bfeefa which changed how event handlers worked.
2011-02-23 10:47:16 -08:00
preferences.py
Sequential downloads: Implemented in GTK UI preferences dialog.
2011-05-08 23:11:51 +01:00
queuedtorrents.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
removetorrentdialog.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
sidebar.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
status_tab.py
Fix
#1282
- Text for AutoManaged changed to 'On/Off' and localized
2011-02-05 01:12:44 +00:00
statusbar.py
Revert 67ea05921cb904cb2ddf5811cd96534321bfeefa which changed how event handlers worked.
2011-02-23 10:47:16 -08:00
systemtray.py
Apply patch from
#1581
to add an option to enable the app indicator
2011-03-22 17:16:50 -07:00
toolbar.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
torrentdetails.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
torrentview.py
Fix LP Bug
#779074
- TypeError in on_key_press_event(): cannot concatenate 'str' and 'NoneType'
2011-05-12 22:42:13 +01:00