Commit Graph

5239 Commits

Author SHA1 Message Date
Andrew Resch 29f72a244f Remove statusbar icon when disconnected from daemon 2009-06-10 05:38:59 +00:00
Andrew Resch 5cdb5f41e4 Make the default schedule all Green 2009-06-10 05:37:28 +00:00
Andrew Resch f2002f9077 Fix division by 0 2009-06-10 05:34:06 +00:00
Andrew Resch 79746c5bc6 Fix svn:externals 2009-06-10 04:44:51 +00:00
Andrew Resch 267c7408d7 Get the blocklist plugin kind of working.. Still needs some lovin'. 2009-06-10 03:42:33 +00:00
Andrew Resch 581dcb8202 Force str when calling session.load_country_db() 2009-06-10 03:08:41 +00:00
Andrew Resch 72d3b0a549 Fix exception when tracker column is not enabled 2009-06-09 21:44:24 +00:00
Andrew Resch b430899862 Only move a torrent due to 'move on complete' when some data has been downloaded 2009-06-09 00:35:43 +00:00
Andrew Resch ff25a7e969 Torrent creation fixes in regards to web seeds
Fix adding torrent to session after creation by setting the proper download location
2009-06-08 21:57:02 +00:00
Andrew Resch 95cd5e4932 Remove some more externals 2009-06-08 20:07:47 +00:00
Damien Churchill edd3b5d847 fix a bug in the spinner to force the decimal precision to be displayed 2009-06-05 07:39:45 +00:00
Damien Churchill db36e9dbfa disable the move storage menu item, this won't be active until the remote file browser has been added
add decimal precision to the spinner strategy (although it doesn't seem to be working?)
2009-06-05 07:19:47 +00:00
Andrew Resch ef3b22691b Apply the global bandwidth settings on plugin disable to prevent slow limits from staying in effect. 2009-06-05 02:10:41 +00:00
Andrew Resch d4c7134746 Only require 2.12 in preferences dialog 2009-06-04 17:46:15 +00:00
Andrew Resch 0eee49891a Update Changelog and README 2009-06-04 17:42:57 +00:00
Andrew Resch 86fca4b43b Remove GeoIP.dat from tree
Add configuration option to set the GeoIP db location, default is /usr/share/GeoIP/GeoIP.dat
2009-06-04 17:25:06 +00:00
Andrew Resch a24c07a9bd Fix some issues with creating torrent files, was putting the announce list in the wrong key
Add support for using a system installed GeoIP db file.  It will look for /usr/share/GeoIP/GeoIP.dat first and try to load that
2009-06-04 16:57:53 +00:00
Andrew Resch 49e27a33bf Update the GeoIP db 2009-06-04 16:20:28 +00:00
Andrew Resch b28f75d92d Add support for lt 0.15 2009-06-04 02:26:56 +00:00
Andrew Resch b8ab51dc0f Revert trunk to use lt RC_0_14 branch.. 2009-06-03 21:34:14 +00:00
Andrew Resch 77adcc4b37 Change the svn:externals to point to libtorrent trunk 2009-06-03 21:15:41 +00:00
Damien Churchill 5c75d3664c remove no longer needed alert 2009-06-02 22:34:02 +00:00
Damien Churchill 1b9e3c00c8 rebuild docs
improve the options manager, adding events
sort disabling of fields in the options tab
2009-06-02 22:13:16 +00:00
Damien Churchill 616561ca6d disable all tabs on startup
tweak the options tab layout
2009-06-02 16:51:26 +00:00
Damien Churchill b56bb9e2be stop an error in the peers tab if no data is returned
add the code to enforce the sidebar_show_zero option
2009-06-02 12:34:54 +00:00
Damien Churchill b54c73d466 Fix the disabling and clearing of the torrent details tabs 2009-06-02 12:19:22 +00:00
Andrew Resch f26870ad19 Update ChangeLog 2009-06-02 04:01:46 +00:00
Andrew Resch 54af19f249 Add Scheduler plugin 2009-06-02 00:57:52 +00:00
Andrew Resch c4782e91f0 Update create_plugin script a bit 2009-06-02 00:57:04 +00:00
Andrew Resch 1091054b38 Add ability to run individual set functions 2009-06-02 00:56:05 +00:00
Damien Churchill 502fa6983e fix setting prioritize first/last from the options tab 2009-06-01 23:46:35 +00:00
Damien Churchill bf3b0bf5c6 remove the # from the copyright comments 2009-06-01 22:51:36 +00:00
Damien Churchill ed36526a24 fix the progress bar in the files tab 2009-06-01 22:23:47 +00:00
Damien Churchill ff262acbdf change the progress bar to auto width again 2009-06-01 21:36:12 +00:00
Damien Churchill 3f525293ca tweak the widths so the ui can be used more easily on a resolution of 1024x768 2009-06-01 21:27:23 +00:00
Damien Churchill c9ba8b1583 fix the class name for time_added 2009-06-01 21:26:17 +00:00
Damien Churchill 87355e0490 use inline if/else to set the value of auto managed and also run through gettext 2009-06-01 20:13:05 +00:00
Andrew Resch e71c562612 Fix #950 renaming a parent folder into multiple folders 2009-06-01 19:29:15 +00:00
Andrew Resch 30efe143fe Catch exception when trying to open config file 2009-05-30 01:32:25 +00:00
Andrew Resch 019c78db47 Add some command line options to the daemon to set the listen
interfaces, -i and -u
2009-05-30 00:22:14 +00:00
Andrew Resch d29934a534 Add a "Find More Plugins" button the Plugins pref page that links the user to the Plugins page on the wiki 2009-05-29 00:31:59 +00:00
Andrew Resch ea829d0826 Show libtorrent performance warnings in the debug log 2009-05-28 23:55:34 +00:00
Andrew Resch 63f1874ae8 Modify the Config class to version the config files now.
Add ability to register converter functions for config files to convert them to newer versions.
2009-05-28 23:43:45 +00:00
Andrew Resch d1c47982a8 Optimize get_tracker_host by storing the tracker_host value 2009-05-28 19:16:58 +00:00
Andrew Resch fa728510dd This should have been in the last commit.. 2009-05-28 19:16:28 +00:00
Andrew Resch 4dc2f7d9d0 Fix up docstrings in AlertManager and do some minor optimizations 2009-05-28 19:15:32 +00:00
Andrew Resch 8c587f7330 Add support to profile the daemon using the --profile option 2009-05-28 18:28:33 +00:00
Damien Churchill bf2f4ee860 remove debug alert 2009-05-28 10:37:09 +00:00
Damien Churchill aa866d5187 improve the optionsmanager
implement setting torrent options via the options tab
rebuild the docs and js file
2009-05-28 10:36:06 +00:00
Andrew Resch c8de0b897d Show hosts as Offline when they are initially added to the listview
Select the first host in the list on show
2009-05-28 01:15:38 +00:00