Messages by Date
-
2010/03/30
Damien Churchill : clear oldData when clear() is issued which fixes data disappearing in the details tab
[email protected]
-
2010/03/29
Andrew Resch : Keep track of newly added torrents in the SessionProxy
[email protected]
-
2010/03/29
Damien Churchill : tidy up the encryption page
[email protected]
-
2010/03/29
Damien Churchill : move the ProxyField into the preferences package
[email protected]
-
2010/03/29
Damien Churchill : remove a needless loop in the update_ui() method call
[email protected]
-
2010/03/29
Damien Churchill : add a fix for triggerfields in the preferences page
[email protected]
-
2010/03/29
Damien Churchill : make use of the sessionproxy
[email protected]
-
2010/03/29
Damien Churchill : make greater use of the SessionProxy
[email protected]
-
2010/03/29
Andrew Resch : Fix #1202 set self. state during instantiation regardless of the libtorrent state
[email protected]
-
2010/03/28
Andrew Resch : Fix some typos
[email protected]
-
2010/03/28
Andrew Resch : Add sessionproxy.rst
[email protected]
-
2010/03/28
Andrew Resch : Add new component SessionProxy
[email protected]
-
2010/03/28
Damien Churchill : update all the copyright headers
[email protected]
-
2010/03/28
Damien Churchill : split out the ProxyField to a seperate file
[email protected]
-
2010/03/28
Damien Churchill : use a platform agnostic way of combining paths in the FileTree
[email protected]
-
2010/03/28
Damien Churchill : fix the toggle field and scrolling in the preferences window
[email protected]
-
2010/03/27
Andrew Resch : Merge branch 'master' of deluge-torrent.org:deluge
[email protected]
-
2010/03/27
Andrew Resch : Add 2 new states to Component: Starting and Stopping
[email protected]
-
2010/03/27
Damien Churchill : add support for defining order via a .order file
[email protected]
-
2010/03/27
Damien Churchill : fix the order of the data directory and add peer record ip address sorting again
[email protected]
-
2010/03/27
Damien Churchill : initial commit of the big javascript refactor
[email protected]
-
2010/03/27
Damien Churchill : change a Deluge.Events to deluge.events
[email protected]
-
2010/03/27
Andrew Resch : Fix test_component to properly return deferreds from it' s test methods
[email protected]
-
2010/03/27
Andrew Resch : Use the python diff for *.py
[email protected]
-
2010/03/27
Andrew Resch : AlertManager will now cancel all pending delayedCalls prior to stopping.
[email protected]
-
2010/03/27
Tag deluge-1.2.3 : Andrew Resch : deluge-1.2.3
[email protected]
-
2010/03/27
John Garland : Fixed typo.
[email protected]
-
2010/03/27
Andrew Resch : Add export-ignore attribute to .gitignore
[email protected]
-
2010/03/27
Andrew Resch : Prep for release
[email protected]
-
2010/03/27
Damien Churchill : rename Deluge.Sorters to Deluge.data. SortTypes and reflect this within the file
[email protected]
-
2010/03/27
Damien Churchill : fix the records names to match the json object we receieve
[email protected]
-
2010/03/27
Damien Churchill : update the sorter to point to the correct function
[email protected]
-
2010/03/27
Damien Churchill : add a new namespace for data records, Deluge.data
[email protected]
-
2010/03/27
Damien Churchill : fix updating the peers grid
[email protected]
-
2010/03/27
John Garland : Add .gitignore file to 1.2 branch
[email protected]
-
2010/03/26
John Garland : Update .gitignore file to work with git <= 1.6
[email protected]
-
2010/03/26
Andrew Resch : Add .gitattributes file
[email protected]
-
2010/03/26
Andrew Resch : Add win32 files from 1.2-stable to keep in sync
[email protected]
-
2010/03/26
Andrew Resch : Remove old win32 files
[email protected]
-
2010/03/26
Andrew Resch : Merge branch 'master' of deluge-torrent.org:deluge
[email protected]
-
2010/03/26
Andrew Resch : Add .gitignore file
[email protected]
-
2010/03/26
Chase Sterling : add quotes around attribute name
[email protected]
-
2010/03/26
Chase Sterling : remove some useless code
[email protected]
-
2010/03/26
Chase Sterling : Merge branch 'master' into autoadd
[email protected]
-
2010/03/26
Chase Sterling : autoadd plugin will now transfer settings from core autoadd folder
[email protected]
-
2010/03/26
Chase Sterling : Merge branch 'master' into autoadd
[email protected]
-
2010/03/25
Andrew Resch : Fix pluginbase
[email protected]
-
2010/03/25
Andrew Resch : Fix up some docstrings
[email protected]
-
2010/03/25
Andrew Resch : Fix up some docstrings
[email protected]
-
2010/03/25
Andrew Resch : Fix test_alertmanager
[email protected]
-
2010/03/25
Andrew Resch : Update versions in the man files
[email protected]
-
2010/03/25
Chase Sterling : Added autoadd plugin
[email protected]
-
2010/03/24
Andrew Resch : Fix typo
[email protected]
-
2010/03/24
Andrew Resch : Raise a KeyError exception if trying to stop a component that hasn't
[email protected]
-
2010/03/24
Andrew Resch : Use a hack to get the version instead of relying on pkg_resources. This allows the docs to be built without having to install deluge.
[email protected]
-
2010/03/24
Andrew Resch : Update year
[email protected]
-
2010/03/24
Andrew Resch : Fix some typos
[email protected]
-
2010/03/24
Andrew Resch : Add ability for plugins to set their component update interval by
[email protected]
-
2010/03/24
Andrew Resch : Fix typo in super call
[email protected]
-
2010/03/24
Damien Churchill : remove unrequired attributes from the button configs
[email protected]
-
2010/03/24
Damien Churchill : update the debug and compressed js files
[email protected]
-
2010/03/23
Damien Churchill : Fix the progress bars for directories, was calculating the progress incorrectly
[email protected]
-
2010/03/23
Damien Churchill : remove the last of the resources that used absolute paths and move them to css with relative paths
[email protected]
-
2010/03/23
Damien Churchill : fix the progress bar usage
[email protected]
-
2010/03/23
Damien Churchill : fix the name for the add window instance
[email protected]
-
2010/03/22
Andrew Resch : Fix issue where plugins would try to be stopped after they have been
[email protected]
-
2010/03/22
Andrew Resch : Merge branch '1.2-stable' of deluge-torrent.org: deluge into 1.2-stable
[email protected]
-
2010/03/22
Andrew Resch : Fix libtorrent 0.15 compat
[email protected]
-
2010/03/22
John Garland : Add test case for deluge/common.py
[email protected]
-
2010/03/22
John Garland : Merged test_versionsplit.py into test_common.py
[email protected]
-
2010/03/22
John Garland : Add test case for deluge/common.py
[email protected]
-
2010/03/22
John Garland : Merged test_versionsplit.py into test_common.py
[email protected]
-
2010/03/21
Andrew Resch : Fix VersionSplit comparison to do a proper compare and not simply
[email protected]
-
2010/03/21
Andrew Resch : Fix VersionSplit comparison to do a proper compare and not simply
[email protected]
-
2010/03/21
Damien Churchill : add 2 extra debug logging statements to the Upload controller
[email protected]
-
2010/03/21
Damien Churchill : add some base parameter validation
[email protected]
-
2010/03/20
Andrew Resch : Fix another problem with component change
[email protected]
-
2010/03/20
Andrew Resch : Fix pluginmanagerbase using new component module
[email protected]
-
2010/03/20
Andrew Resch : AlertManager will now cancel all pending delayedCalls prior to stopping.
[email protected]
-
2010/03/20
Andrew Resch : Fix importing libtorrent
[email protected]
-
2010/03/20
Andrew Resch : Rewrite component module to handle deferreds properly
[email protected]
-
2010/03/20
Damien Churchill : add a missing Ext.namespace in order to create Deluge. preferences
[email protected]
-
2010/03/20
Damien Churchill : drop the Config resource and just include it in a script tag on the index page
[email protected]
-
2010/03/20
Damien Churchill : update to the new namespace format
[email protected]
-
2010/03/20
Damien Churchill : add the jsdoc showing it extends from Ext.util. Observable
[email protected]
-
2010/03/20
Damien Churchill : rename Deluge.Events to Deluge.EventsManager
[email protected]
-
2010/03/20
Damien Churchill : tidy up doc strings and change InstallPlugin to InstallPluginWindow
[email protected]
-
2010/03/20
Damien Churchill : allow the base path to be specified by a command line switch on deluge-web
[email protected]
-
2010/03/20
Damien Churchill : add the new command line switches that deluge-web has
[email protected]
-
2010/03/20
Damien Churchill : fix logging out
[email protected]
-
2010/03/19
Tag deluge-1.2.2 : Andrew Resch : deluge-1.2.2
[email protected]
-
2010/03/19
Andrew Resch : Update attributes
[email protected]
-
2010/03/19
Andrew Resch : Add export-ignore attributes
[email protected]
-
2010/03/19
Andrew Resch : Update ChangeLog
[email protected]
-
2010/03/19
Andrew Resch : Update Windows installer
[email protected]
-
2010/03/19
Andrew Resch : Update translations
[email protected]
-
2010/03/19
Andrew Resch : Update Windows installer files
[email protected]
-
2010/03/18
Damien Churchill : fix the quick limits menus
[email protected]
-
2010/03/18
Damien Churchill : big refactor to meet the new coding style to allow for tidier namespaces
[email protected]
-
2010/03/18
Damien Churchill : fix building after the theme switch about
[email protected]
-
2010/03/17
Damien Churchill : move the docs generating out of the js folder and include ext-js when generating the docs
[email protected]
-
2010/03/17
Damien Churchill : upgrade to extjs 3.1.1
[email protected]
-
2010/03/17
Damien Churchill : reorganise the themes to make it easier to upgrade extjs
[email protected]
-
2010/03/17
Damien Churchill : ensure that we are definitely using the filename
[email protected]
-
2010/03/16
Damien Churchill : fix the statusbar bandwidth limits (Closes: #1181)
[email protected]
-
2010/03/16
Damien Churchill : add "All" to the list of filters for tracker hosts
[email protected]
-
2010/03/16
Damien Churchill : add support for selecting multiple filters
[email protected]
-
2010/03/16
Damien Churchill : fix the sidebar and torrent filtering (Closes: #1176)
[email protected]
-
2010/03/15
Damien Churchill : If the torrent has been added via a magnet link then try and extract the name from the dn key in the url . Fixes #1154.
[email protected]
-
2010/03/15
Damien Churchill : compress the response of Upload
[email protected]
-
2010/03/14
Damien Churchill : show the connection manager when the ui disconnects
[email protected]
-
2010/03/14
Damien Churchill : fix up the statusbar switching
[email protected]
-
2010/03/14
Damien Churchill : reset the torrents object upon a disconnect so there aren' t any errors when reconnecting
[email protected]
-
2010/03/14
Damien Churchill : pass in true to the formatter so fsize doesn' t ignore zero values
[email protected]
-
2010/03/14
Damien Churchill : add a failure callback when uploading a torrent file
[email protected]
-
2010/03/14
Damien Churchill : remove a torrent from the grid as well as displaying an error message
[email protected]
-
2010/03/13
Andrew Resch : Fix issue where the gtkui sometimes won' t start if there is a stale lock file or socket in the ipc/
[email protected]
-
2010/03/13
Andrew Resch : Fix issue where the gtkui sometimes won' t start if there is a stale lock file or socket in the ipc/
[email protected]
-
2010/03/13
Damien Churchill : change first_load to first_login in the ui config keys as well
[email protected]
-
2010/03/13
Damien Churchill : change load to login as it seems more sensible
[email protected]
-
2010/03/13
Damien Churchill : add a first_load config parameter
[email protected]
-
2010/03/13
Damien Churchill : add support for asking the user to change their password if it is their first login
[email protected]
-
2010/03/13
Andrew Resch : Update ChangeLog
[email protected]
-
2010/03/13
Andrew Resch : Fix #1172 notify startup complete when adding torrents externally
[email protected]
-
2010/03/13
Andrew Resch : Fix #1172 notify startup complete when adding torrents externally
[email protected]
-
2010/03/12
Damien Churchill : change the libtorrent submodule to point to 0.14-stable
[email protected]
-
2010/03/12
Damien Churchill : update the libtorrent submodule to point to 0.15-stable
[email protected]
-
2010/03/11
Damien Churchill : add the libtorrent submodule pointing at RC_0_15
[email protected]
-
2010/03/11
Damien Churchill : remove libtorrent submodule that is tracking trunk
[email protected]
-
2010/03/11
Damien Churchill : fix the submodule in master
[email protected]
-
2010/03/11
Damien Churchill : convert the port field from a "uxspinner" to a " spinnerfield", fixes #1170
[email protected]
-
2010/03/10
Damien Churchill : fix the entry point for web plugins
[email protected]
-
2010/03/09
Damien Churchill : add a home icon and corresponding icon class
[email protected]
-
2010/03/09
Damien Churchill : update the sort after an update
[email protected]
-
2010/03/09
Damien Churchill : fix the spinner css classes to use relative paths
[email protected]
-
2010/03/09
Damien Churchill : add the toolbar for the filebrowser in initComponent
[email protected]
-
2010/03/09
Damien Churchill : update the sort after an update
[email protected]
-
2010/03/09
Damien Churchill : display the speed in the title bar
[email protected]
-
2010/03/09
Damien Churchill : fix the path to the spacer image when using a different base to /
[email protected]
-
2010/03/09
Damien Churchill : use Deluge.config. base for the path to the status html page rather than just /
[email protected]
-
2010/03/09
Damien Churchill : build deluge-all to bring it up to date with the latest code
[email protected]
-
2010/03/09
Damien Churchill : add the add and create icons to the css file
[email protected]
-
2010/03/09
Damien Churchill : fix the paths of static content so a base config parameter can be used
[email protected]
-
2010/03/09
Damien Churchill : add forward and back icons for the filebrowser toolbar
[email protected]
-
2010/03/09
Damien Churchill : add a toolbar to the file browser
[email protected]
-
2010/03/09
Damien Churchill : fix the button css adding !important to ensure that the background-image from them is used
[email protected]
-
2010/03/09
Damien Churchill : use relative rather than absolute paths for icons
[email protected]
-
2010/03/09
Damien Churchill : fix the header year and file path
[email protected]
-
2010/03/09
Damien Churchill : fix the tracker icons when used via a Proxy
[email protected]
-
2010/03/09
Damien Churchill : improve support for a base config parameter
[email protected]
-
2010/03/07
Pedro Algarvio : On `queue_column_sort` and `seed_peer_column_sort`, sorting is now made on a separate function, `queue_peer_seed_sort_function` so that code can be re-used and only the necessary treemodel lookups are made .
[email protected]
-
2010/03/07
Pedro Algarvio : Cleaned up the `seed_peer_column_sort` function. Code reuse is always better.
[email protected]
-
2010/03/07
Pedro Algarvio, aka, s0undt3ch : PEP-8 and seed/peer sorting support.
[email protected]
-
2010/03/07
Damien Churchill : add a stub file/class for a filebrowser
[email protected]
-
2010/03/07
Damien Churchill : update the libtorrent submodule to point to the public git repository
[email protected]
-
2010/03/07
Damien Churchill : update the libtorrent submodule to use the public git repository.
[email protected]
-
2010/03/01
Andrew Resch : Fix #1161 ask the user if they want to switch to Full allocation if
[email protected]
-
2010/03/01
Andrew Resch : Merge branch 'master' of deluge-torrent.org:deluge
[email protected]
-
2010/03/01
Damien Churchill : give the fileuploadfield a width so the text field expands correctly
[email protected]
-
2010/03/01
Damien Churchill : begin adding support for a base config parameter
[email protected]
-
2010/02/28
Andrew Resch : Update Changelog
[email protected]
-
2010/02/28
Andrew Resch : Fix #1162 problem with the queued torrents dialog from not properly adding to the add torrent dialog
[email protected]
-
2010/02/28
Andrew Resch : Fix #1162 problem with the queued torrents dialog from not properly adding to the add torrent dialog if set to auto add
[email protected]
-
2010/02/28
Andrew Resch : Update changelog
[email protected]
-
2010/02/28
Andrew Resch : Fix #1109 auto add halting when a torrent with invalid filename encoding is in the directory
[email protected]
-
2010/02/28
Andrew Resch : Fix #1109 auto add halting when a torrent with invalid filename encoding is in the directory
[email protected]
-
2010/02/26
Damien Churchill : Fix silly error from last commit
[email protected]
-
2010/02/26
Damien Churchill : Fix silly error from last commit
[email protected]
-
2010/02/26
Damien Churchill : include the ability to profile the web server, code lifted straight from the daemon
[email protected]
-
2010/02/26
Damien Churchill : include the ability to profile the web server, code lifted straight from the daemon
[email protected]
-
2010/02/24
John Garland : Use faster (non-regex) version of is_url.
[email protected]
-
2010/02/22
Andrew Resch : Test commit
[email protected]
-
2010/02/22
Andrew Resch : Test commit
added by portage for gitosis-gentoo
-
2010/02/16
r6174 - implement a better remote events system
svn
-
2010/02/16
r6173 - use createDelegate and add the onHide method that ...
svn
-
2010/02/10
r6172 - build up the details tab html within the javascrip...
svn
-
2010/02/10
r6171 - fix the broken torrent menu and use icon classes r...
svn
-
2010/02/10
r6170 - update the copyright header year for all the js fi...
svn
-
2010/02/04
r6169 - Fix weird gtk bug that breaks create dialog box's ...
svn
-
2010/02/02
r6168 - Use the preferred locale encoding when renaming fi...
svn
-
2010/01/29
r6167 - fix the ip address sort function
svn
-
2010/01/29
r6166 - use get_host() in connect()
svn
-
2010/01/29
r6165 - stop the torrent grid from resetting its position ...
svn
-
2010/01/28
r6164 - fix the progress bar in the grid
svn
-
2010/01/28
r6163 - fix the row height
svn
-
2010/01/28
r6162 - use the BufferView to ease torrent loading in the ...
svn
-
2010/01/27
r6161 - revert to the default theme if the selected themes...
svn
-
2010/01/27
r6160 - change the favicon on the docs template
svn
-
2010/01/26
r6159 - remove the entry for jsdoc
svn
-
2010/01/26
r6158 - add the full path to the info returned by the file...
svn
-
2010/01/26
r6157 - fix some issues with the add window
svn
-
2010/01/26
r6156 - add a doc string
svn
-
2010/01/26
r6155 - change the formatting
svn
-
2010/01/26
r6154 - add a doc string
svn
-
2010/01/26
r6153 - no need to have this wrapped in an inline function...
svn
-
2010/01/26
r6152 - use createDelegate rather than bind, saving implem...
svn
-
2010/01/26
r6151 - add some basic doc strings
svn
-
2010/01/26
r6150 - update the doc strings
svn
-
2010/01/26
r6148 - remove the old jsdoc-toolkit docs folder
svn
-
2010/01/26
r6147 - add a project file for ext-doc
svn