Messages by Thread
-
Nick : allow marking in file view (no actions just yet)
[email protected]
-
Nick : small fix for scrolling
[email protected]
-
Nick : left arrow goes back to overview from torrent details
[email protected]
-
Nick : support globbing for multi-file add and have better fail reports
[email protected]
-
Nick : attempted fix of color/underline issue.
[email protected]
-
Nick : start with a connection manager instead of just alltorrents
[email protected]
-
Nick : update help a bit
[email protected]
-
Nick : Revert "remove special case white/black pair. doesn' t seem needed and breaks white,black,attrs"
[email protected]
-
Nick : use some caching to speed up row drawing.
[email protected]
-
Nick : support hotkeys in selectable popup
[email protected]
-
Nick : only redraw effected lines on scroll. seems to get rid of the flickering problem :)
[email protected]
-
Nick : support offset text/select inputs and select inputs with no message
[email protected]
-
Nick : updated file seperator
[email protected]
-
Nick : add get_torrent_name
[email protected]
-
Nick : add add_checked_input
[email protected]
-
Nick : add an eventview
[email protected]
-
Nick : support setting file priorities in torrentdetails
[email protected]
-
Nick : fix for only drawing one effected line and only draw effected lines on marking
[email protected]
-
Nick : search field is black,white
[email protected]
-
Nick : make text input not go over width
[email protected]
-
Nick : don't enter torrentdetails if nothing is selected
[email protected]
-
Nick : add index value to directories in file_list
[email protected]
-
Andrew Resch : Update translation template files
[email protected]
-
Calum Lind : Updated Changelog
[email protected]
-
Damien Churchill : make the edit trackers window resizable
[email protected]
-
Damien Churchill : fix scrolling on the edit trackers window
[email protected]
-
Calum Lind : Fix translate issue for Trackers tree in sidebar
[email protected]
-
Calum Lind : Fix: os. join created root path in Remove_Empty_Folder if variable 'folder' had a leading slash
[email protected]
-
Calum Lind : Fixes for gtk-ui translations
[email protected]
-
Calum Lind : Sidebar: Enabled strings for translation and added icons to Trackers filter
[email protected]
-
Calum Lind : Fix #1527 - Converting unicode to unicode error in move_storage
[email protected]
-
Calum Lind : Fix Create Torrent Dialog Box - Some buttons raise Type Error if no row selected
[email protected]
-
Calum Lind : Fix #1510 - Cannot create a torrent with only non-zero tier trackers
[email protected]
-
Calum Lind : Fix #1513: Unhandled Twisted Error in test_listen_port
[email protected]
-
Calum Lind : #1514 - Indicator Applet Patch
[email protected]
-
Calum Lind : Fix #690 - Renaming folders does not remove old empty folders
[email protected]
-
Calum Lind : Fix #1336 - Uneeded Horizontal Scrollbar shows in Files&Peers Tab
[email protected]
-
Calum Lind : Catch a possible DivByZero error when moving folders around in fileview tab
[email protected]
-
Calum Lind : Fix #1248 - Deluge-console unicode support on redirected stdout
[email protected]
-
Calum Lind : Fix #1450 Trailing white space in paths
[email protected]
-
Calum Lind : Fix #1500 - Console crashes on command longer than terminal width. This error is raised if the cursor is off screen and is supressed with try-except
[email protected]
-
Calum Lind : Fix #1282 - Text for AutoManaged changed to 'On/Off' and localized
[email protected]
-
wyrm : Fix #1506 - max speed not restored on a yellow->green transition
[email protected]
-
Chad Miller : Fix #1508 - TypeError in cell_data_queue() could not convert argument to correct param type
[email protected]
-
Calum Lind : Fix #755 - Can't set listen_ports through console UI
[email protected]
-
Calum Lind : Updated help text for deluge-console on Windows
[email protected]
-
Calum Lind : Fix for deluge-console adding torrent files in Windows
[email protected]
-
Calum Lind : Fix #1373, #1386 - Creating and moving non-ascii folder names in MS Windows
[email protected]
-
geoffk : Fix #1507 - Temporary file race condition in core/core.py: add_torrent_url
[email protected]
-
alderz : #1494 - Add Downloaded and Uploaded columns to torrent view
[email protected]
-
Damien Churchill : fix patch, missing deluge.common when adding the options
[email protected]
-
cinderblock : add patch from #1473
[email protected]
-
Motiejus Jakštys : Apply patch from #1194
[email protected]
-
Andrew Resch : Fix #1498: Use os.path. normpath on new_folder to remove any double slashes or other problems that could be in the string
[email protected]
-
Andrew Resch : Fix #1484: trying to access the screen object when not using interactive mode
[email protected]
-
Pedro Algarvio : Add "none" as a log level to support quieting the logging messages. Refs #1470.
[email protected]
-
Pedro Algarvio : Fix #1470.
[email protected]
-
Pedro Algarvio : On a 64bit platform with old plugins, the deprecation code was unable to find out which was the caller module. This might also happen on other platforms although I was unable to reproduce it on x86 . Anyway, handle it cleanly.
[email protected]
-
Pedro Algarvio : Let log files be a little bigger, 50Mb is not that much anyway.
[email protected]
-
Pedro Algarvio : Merge branch 'master' into multiuser
[email protected]
-
Pedro Algarvio : Added missing import.
[email protected]
-
Pedro Algarvio : Keep consistency on `deluge.config`.
[email protected]
-
Pedro Algarvio : Implement `__delitem__` on `deluge.config.Config`.
[email protected]
-
Pedro Algarvio : Now, when the authentication dialog appears, user fills in the password and hits ENTER, the authentication call will be made.
[email protected]
-
Pedro Algarvio : Allow changing ownership of torrents. In order to achieve this, added `deluge.core.set_torrents_owner()`, `deluge.core.get_known_accounts()`, `deluge.core.authmanager. get_known_accounts() and `deluge.core.torrent.set_owner()`. So far only the GtkUi has this fully implemented.
[email protected]
-
Pedro Algarvio : Add method to return the current authenticated username.
[email protected]
-
Pedro Algarvio : Remove unused method, duplicate log messages and add a method to get the logged in user' s authentication level.
[email protected]
-
Pedro Algarvio : Since there's no default username for authentication, update hostlist to include the username.
[email protected]
-
Pedro Algarvio : Use a specific response code for authentication requests. Recreate authentication request exceptions on the client end.
[email protected]
-
Pedro Algarvio : Now it is possible to not even store the username on the hosts entry in the connection manager , both username and password will be asked to the user. WARNING: No more " localclient" automatic login, ie, username, is mandatory else, it will be asked to the user.
[email protected]
-
Pedro Algarvio : Now it is possible to not even store the username on the hosts entry in the connection manager , both username and password will be asked to the user. WARNING: No more " localclient" automatic login, ie, username, is mandatory else, it will be asked to the user.
[email protected]
-
Pedro Algarvio : Now it is possible to not even store the username on the hosts entry in the connection manager , both username and password will be asked to the user. WARNING: No more " localclient" automatic login, ie, username, is mandatory else, it will be asked to the user.
[email protected]
-
Pedro Algarvio : Move deluge errors to the errors module, they will be reused later on other parts of code.
[email protected]
-
Pedro Algarvio : Use the exceptions from `deluge.errors`.
[email protected]
-
Pedro Algarvio : Cleaned up previous commit regarding threads and the GTK2Reactor.
[email protected]
-
Pedro Algarvio : Removed problematic code. GTK2Reactor takes care of all that.
[email protected]
-
Pedro Algarvio : Add some docstrings.
[email protected]
-
Pedro Algarvio : The GtkUi' s connection manager now has the ability to edit existing host entries besides adding and deleting them .
[email protected]
-
Pedro Algarvio : Make branch runnable.
[email protected]
-
Pedro Algarvio : Merge branch 'master' into plugins-namespace
[email protected]
-
Pedro Algarvio : Merge branch 'master' into improved-logging
[email protected]
-
Pedro Algarvio : Respect the torrents ownership and unless the logged in user is an admin, only return his own torrents plus all other public torrents.
[email protected]
-
Andrew Resch : Begin work on fixing up the Preference dialog
[email protected]
-
Pedro Algarvio : Merge branch 'master' of deluge-torrent.org:deluge
[email protected]
-
Damien Churchill : fix bug #1355
[email protected]
-
Pedro Algarvio : Fixed "PluginEnabledEvent" and "PluginDisabledEvent" the argument cannot be called name since that should contain the event name .
[email protected]
-
Pedro Algarvio : Implemented passing a copy of an event instead of it' s arguments to event handlers. Necessary changes to the event handlers on deluge's code were made, plugins still need to be ported to this new style.
[email protected]
-
Pedro Algarvio : Update ChangeLog with the backwards incompatible notice.
[email protected]
-
Pedro Algarvio : Revert e52018bfcd660251d94af2878b58ebacf6d82424. Simply fail. It's documented on the ChangeLog.
[email protected]
-
Pedro Algarvio : Dont make code that still uses the old "TorrentAddedEvent" fail, instead log a warning and make it work.
[email protected]
-
Pedro Algarvio : Ported the Extractor plugin to the plugins namespace.
[email protected]
-
Pedro Algarvio : Update ChangeLog.
[email protected]