deluge-commit
Thread
Date
Earlier messages
Later messages
Messages by Thread
r5670 - Fix console ui from crashing when the terminal siz...
svn
r5669 - Fix print torrent info to the console
svn
r5668 - Add the auth level to the RPC Export docstring
svn
r5667 - Add 'RPC Exported Function' to the beginning of ev...
svn
r5666 - Fix some docstrings
svn
r5665 - Do not use property decorators as 2.5 does not sup...
svn
r5664 - remove log messages as they don't work
svn
r5663 - add a log message stating which json encoder is be...
svn
r5662 - Print libtorrent version in the log
svn
r5661 - Remove gtkui.rst for the time being
svn
r5660 - stop using get_stats and fix the protocol overhead...
svn
r5659 - remove cruft in the preferences folder
svn
r5658 - add a new preferences page for encryption
svn
r5657 - increase the width of the spinners on the bandwidt...
svn
r5656 - Add maketorrent.rst
svn
r5655 - fix calling core methods
svn
r5654 - Add new maketorrent module
svn
r5653 - change onLogout to logout
svn
r5652 - remove rogue print statement
svn
r5651 - fix the scope of the each loop
svn
r5650 - fix for when the login window hasn't been rendered
svn
r5649 - improve the connection manager
svn
r5648 - complete the new auth system using cookies & sessi...
svn
r5647 - add a missing method
svn
r5646 - change it so the event is only subscribed to for a...
svn
r5645 - fix a bug when firing the error event
svn
r5644 - Add rst files for all the modules
svn
r5643 - add an error event to the rpc client
svn
r5642 - return if stats is null or false
svn
r5641 - stop the update_ui method from calling core method...
svn
r5640 - add an onOk event handler that saves and closes th...
svn
r5639 - fix update calls in a few places
svn
r5638 - change runCheck to update
svn
r5637 - add dump and load methods to the json module if it...
svn
r5636 - add everything aside from encryption to the networ...
svn
r5635 - increase the icon size to 64 so it doesn't look cr...
svn
r5633 - update the doc string for export
svn
r5632 - Add a force recheck command to the console
svn
r5631 - Have the console command 'info' display all torren...
svn
r5630 - working implementation of the port configuration
svn
r5629 - add a spinnergroup widget to make the port section...
svn
r5628 - Get the number of rows/columns on refresh()
svn
r5627 - Move the add_torrent_url_with_cookie url to our se...
svn
r5626 - add an override to setValue within the ext spinner...
svn
r5625 - Add a comment
svn
r5624 - call check_ssl_keys prior to listenSSL
svn
r5623 - Add a check_ssl_keys() function that will check fo...
svn
r5622 - add a webui plugin to core and gtk for integrating...
svn
r5621 - Move generate_ssl_keys() out of RPCServer
svn
r5620 - Revert 5619
svn
r5619 - fix a bug in the Config class relating to the conf...
svn
r5618 - only stop the port/socket if one exists
svn
r5617 - change the pluginmanager component name to Web.Plu...
svn
r5616 - fix for when there isn't a save timer yet
svn
r5615 - Config copies the defaults dict now since it is mu...
svn
r5614 - Add a test for saving the config
svn
r5613 - Reset the config_files when the config directory c...
svn
r5612 - add .gif images from the images folder also
svn
r5611 - change it so starting in ssl mode is left up to th...
svn
r5610 - Fix get_deluge_icon
svn
r5609 - remove the paranthesis from the decorators in core...
svn
r5608 - Make sure url, filename and headers are strings be...
svn
r5607 - Add support for cookies when adding a torrent by u...
svn
r5606 - Change the config format
svn
r5605 - Fix shutdown handler with GNOME session manager
svn
r5604 - Add test file for httpdownloader.
svn
r5603 - Fix issue where the column state wouldn't save if ...
svn
r5602 - add the cache preferences page
svn
r5601 - Don't clobber the label config
svn
r5600 - Properly unload Execute plugin when disabling it
svn
r5599 - Add support for the deluge-gtk start script
svn
r5598 - Make sure the 'quit and shutdown daemon' menuitem ...
svn
r5597 - Fix properly disconnecting from the currently conn...
svn
r5596 - Add gtkui.common.get_deluge_icon() and use it
svn
r5595 - add the other preferences page
svn
r5594 - disable all the textfields that should have accomp...
svn
r5593 - convert the other icons that i could see to the ic...
svn
r5592 - use the icon theme's icon where available
svn
r5591 - Fix showing some menuitems when disabling classic ...
svn
r5590 - Fix saving column widths when quitting from the tr...
svn
r5589 - add the indent class and also apply it in the opti...
svn
r5588 - add a strategy to the daemon port spinner
svn
r5587 - finish the queue preferences page
svn
r5586 - Increase the seed time limit spinner max value to ...
svn
r5585 - hide all the preferences page upon the first page ...
svn
r5584 - fix the dodgy splitter positions on the spinners
svn
r5583 - build the config panel in the initComponent method
svn
r5582 - Use the proper download_location when adding a new...
svn
r5581 - listen to the 'check' event on the field also inca...
svn
r5580 - convert the daemon preferences page into a class
svn
r5579 - Fix up some docstrings
svn
r5578 - Fix a bug in the sidebar states when show zero is ...
svn
r5577 - Implement better version check when importing libt...
svn
r5576 - Move the VersionSplit class to deluge.common
svn
r5575 - fix the config names of some of the fields
svn
r5574 - disable setting bandwidth limits via the statusbar...
svn
r5573 - add a cookies field to the url window
svn
r5570 - set the server to always run in debug mode if 'dev...
svn
r5568 - increase the widths of the textfields and pass in ...
svn
r5567 - use item.el.getValue() to compare the value when p...
svn
r5566 - fix a bug in setValue for the RadioGroup
svn
r5565 - use boolean values rather than string values for t...
svn
r5563 - an initial attempt at the bandwidth pane
svn
r5561 - allow set to take an object of options and also up...
svn
r5560 - add a property to the field object since we can't ...
svn
r5559 - tweak the doc strings (although jsdoc-toolkit stil...
svn
r5558 - change the way bound fields work within the option...
svn
r5557 - change Deluge.OptionsManager to only handle a sing...
svn
r5556 - make the config constructor parameter optional
svn
r5555 - make the deprecation warning on get_stats say that...
svn
r5554 - Add a deluge._libtorrent module to handle importin...
svn
r5553 - Fix test_client
svn
r5552 - Blocklist now uses get_ip_filter.
svn
r5551 - download_file now returns the filename of the down...
svn
r5550 - Fix get_free_space test
svn
r5549 - Use the deferred returned by getPage in test_liste...
svn
r5548 - Remove _update method
svn
r5547 - Remove some unnecessary code
svn
r5546 - Change core.test_listen_port to use twisted instea...
svn
r5545 - Move the InvalidTorrentError check to torrentmanag...
svn
r5544 - Add get_free_space() to core
svn
r5543 - Add InvalidTorrentError.
svn
r5541 - Fix up some docstrings
svn
r5540 - Update some docstrings
svn
r5539 - Change core.remove_torrent to only accept one torr...
svn
r5538 - Couple more tweaks to the docstrings
svn
r5537 - update the docs for the ui common module
svn
r5536 - Test commit
svn
r5535 - add autodoc for ui.common
svn
r5534 - Test commit
svn
r5533 - Test commit
svn
r5530 - Test commit
svn
r5531 - Test commit
svn
r5526 - update documentation about the webui
svn
r5525 - Don't depend on sphinx to build
svn
r5524 - Add a version for twisted-web too
svn
r5522 - Remove some unncessary code
svn
r5521 - Add a 'build_docs' command to build the documentat...
svn
r5520 - update the doc string for add_torrent_url
svn
r5519 - remove the docs/build folder
svn
r5518 - exclude docs and tests from find_packages also
svn
r5516 - add the deluge remove js script to the debug list
svn
r5514 - Update to the latest ez_setup.py
svn
r5513 - Updated docstring in add_torrent_url.
svn
r5510 - use configmanagers get_config_dir rather than get_...
svn
r5509 - add some logging showing pkey/cert locations when ...
svn
r5508 - Fix error when trying to install.
svn
r5505 - move docs out of the deluge package
svn
r5504 - moves tests out of the deluge package
svn
r5503 - setup the build_spinx command
svn
r5502 - add_torrent_url now uses httpdownloader's download...
svn
r5501 - just return the deferred created by httpdownloader
svn
r5500 - change download_torrent_from_url to use the httpdo...
svn
r5499 - Blocklist reader's read() now calls callback with ...
svn
r5498 - Update externals property to pull in asio from tru...
svn
r5496 - set the mimetype for the documentation
svn
r5495 - make the locations of the pkey/cert configurable
svn
r5494 - use the same ssl key and certificate as the daemon...
svn
r5493 - clear the options panel when the add window is clo...
svn
r5492 - trim the trim variable so there is no decimal poin...
svn
r5491 - remove the borders on the GridPanels
svn
r5490 - Updated imports.
svn
r5489 - Use wiki formatting in DEPENDS
svn
r5488 - Update README and add a DEPENDS file that lists th...
svn
r5487 - Changed decompressers names.
svn
r5486 - Prevent exception when clicking 'Rescan Plugins' b...
svn
r5485 - Show an Error dialog if starting the core in class...
svn
r5484 - Fix exception when quitting in classic mode
svn
r5483 - Make the test port button insensitive when not con...
svn
r5482 - Fix some deprecation warnings regarding spinbutton...
svn
r5481 - Fix opening the preferences window when not connec...
svn
r5480 - Fix syntax error
svn
r5479 - Removed old code from get status.
svn
r5478 - Removed type combo box from gtkui (will be auto-de...
svn
r5474 - build the compressed version
svn
r5473 - fix a bug in the radio group setValue when the but...
svn
r5472 - add a try/except block testing for openssl support...
svn
r5471 - Fix setting cache options
svn
r5470 - Fix race condition when blocklist is up to date.
svn
r5469 - Better fix for last commit.. AuthManager will now...
svn
r5468 - Fix client.connect() not firing the errback when a...
svn
r5465 - Store removed columns' state so that plugin's colu...
svn
r5464 - Likewise for Windows close/shutdown events
svn
r5463 - Have the gnome "die" signal call gtk.main_quit ins...
svn
r5462 - Fix status reporting.
svn
r5461 - Fix loading old configs with version numbers
svn
r5460 - Fix restoring vpaned position when window is maxim...
svn
r5459 - Fix starting plugins when enabled
svn
r5458 - Put string conversion from last commit in correct ...
svn
r5457 - Make sure last_update is an ascii encoded string.
svn
r5456 - Several blocklist fixes.
svn
r5455 - The default format version and file version should...
svn
r5454 - Fix typos in blocklist core.
svn
r5453 - Make sure child folders of renamed folders are pro...
svn
r5452 - Add / to the end of folder names when renaming
svn
r5451 - Updated config values names in gtkui.
svn
r5450 - Add some tests for core
svn
r5449 - Change add_torrent_magnets to add_torrent_magnet
svn
r5448 - Use deluge.configmanager.get_config_dir() to find ...
svn
r5447 - Modify add_torrent_url to return a deferred that r...
svn
Earlier messages
Later messages