Commit Graph

664 Commits

Author SHA1 Message Date
Martijn Voncken 1f3932e13f url-routing using PageManager 2008-03-26 19:02:54 +00:00
Andrew Resch ace62ef0b7 Updated libtorrent bindings to support peer_info. 2008-03-25 08:29:40 +00:00
Andrew Resch cceb2ef5a0 Start of peers tab implementation. 2008-03-25 08:28:50 +00:00
Andrew Resch c4ee6c090e Add state saving to the the files tab so that column size, sort order
and positions are persistent.
2008-03-25 01:53:00 +00:00
Martijn Voncken 13b507a925 torrent-add,move,options->use component-api 2008-03-24 22:54:00 +00:00
Martijn Voncken f1d13d0bca torrents_command 2008-03-24 22:17:46 +00:00
Martijn Voncken a9238995ce reduce code in /index 2008-03-24 22:02:27 +00:00
Martijn Voncken f8cbcd9184 wsgiapp+reduce code in /index 2008-03-24 21:56:10 +00:00
Martijn Voncken 7121abc572 #113 add cache-control+content-length for /pixamps 2008-03-24 08:59:46 +00:00
Marcos Pinto 8eda411a86 fix lt dht announce bug 2008-03-23 07:42:54 +00:00
Marcos Pinto 16b19fc423 fixed incorrect forwarding in torrent_handle 2008-03-22 16:56:41 +00:00
Martijn Voncken b87089c7d2 newforms->newforms_portable 2008-03-22 12:55:49 +00:00
Martijn Voncken 0eaa0aca27 consolidate manager-componets 2008-03-21 18:31:27 +00:00
Martijn Voncken dcc10b7819 remove broken ssl 2008-03-21 17:29:37 +00:00
Martijn Voncken 2852820a50 fix non-connected daemon 2008-03-21 17:25:30 +00:00
Martijn Voncken 36fa568d16 oops 2008-03-21 17:11:29 +00:00
Martijn Voncken b4e1051fe0 remove all logic from webserver_common 2008-03-21 17:11:00 +00:00
Marcos Pinto d2d0e26f4c fix multiple router_node support lt rev 2089 2008-03-21 02:00:26 +00:00
Martijn Voncken f55fdcf118 blocklist-plugin config pt1 2008-03-18 20:33:04 +00:00
Martijn Voncken 85d9e6ceb8 webui: minor css 2008-03-18 20:32:01 +00:00
Martijn Voncken f78d794079 fix webpy022 import for /lib/ 2008-03-18 17:08:30 +00:00
Andrew Resch fc9bb503df Attempt to fix issue where core will no longer pause/resume torrents. 2008-03-18 01:41:09 +00:00
Andrew Resch d34356a800 Modify how we iterate through the liststore. 2008-03-18 00:21:23 +00:00
Martijn Voncken 4882f5cb88 refactor:webpy022->web.py 2008-03-17 20:47:27 +00:00
Martijn Voncken f1cd5071da webui-refactor:use deluge.component for components/prepare for plugins 2008-03-17 19:42:44 +00:00
Andrew Resch 1a5ebf73ee Start work of new torrent info tabs. 2008-03-17 09:36:43 +00:00
Andrew Resch 86d8ea3f5b Fix add torrent dialog displaying the wrong download path when connected
to a remote daemon.
2008-03-17 08:11:21 +00:00
Andrew Resch 5b6a197a50 Clicking on the 'Not Connected' status bar item will now show the
ConnectionManager.
2008-03-17 08:01:27 +00:00
Marcos Pinto 096ea631a9 lt sync 2080 2008-03-16 22:43:27 +00:00
Marcos Pinto 2ffa5737bd lt sync 2071 2008-03-16 05:48:37 +00:00
Martijn Voncken a65cda0094 webui white template=default 2008-03-15 12:10:44 +00:00
Martijn Voncken b713ae5fb2 white template:config+panel style 2008-03-15 11:10:47 +00:00
Martijn Voncken 2af622b850 remove 0.5 torrent_info hacks 2008-03-15 10:02:38 +00:00
Andrew Resch b3f9785b20 Fix adding torrents and setting proper state on load. 2008-03-15 06:16:06 +00:00
Martijn Voncken 723fd76d84 white template 2008-03-14 08:30:38 +00:00
Andrew Resch 4c987aed06 Fix showing the other speed dialog in the StatusBar pop-up menus. 2008-03-12 07:56:59 +00:00
Andrew Resch b87f68fcb6 Fix issue where we try to handle lt alerts for torrents that have not
had a Torrent object created for them yet.
2008-03-12 06:30:49 +00:00
Andrew Resch f18b42b64d Include all .svg files in data/pixmaps. 2008-03-12 06:27:10 +00:00
Martijn Voncken 1872a2634a use data/pixmaps instead of copied images 2008-03-11 18:40:04 +00:00
Mark Stahler 87e7fd5869 remove plugin preference page properly, handle downloads/timeouts better, fixed inf download loop 2008-03-10 22:12:31 +00:00
Andrew Resch 174ea3c35e Fix stop seed ratio to only stop Seeding torrents. 2008-03-10 10:33:29 +00:00
Andrew Resch b5078571a2 Fix inserting into queue. 2008-03-10 09:19:49 +00:00
Andrew Resch 616fa74051 Add timeout items to the StatusBar. These items will disappear after N
seconds.
Add warning items to the StatusBar.
Show warning when trying to resume a torrent past the stop share ratio.
2008-03-10 08:18:39 +00:00
Andrew Resch 4f0882ebbe Add Network Health icon to StatusBar.
Fix issue of adding a torrent to the top of the queue if no torrents in 
the session.
2008-03-10 07:32:25 +00:00
Andrew Resch 58e4e1b2f4 Update some copyright years. 2008-03-10 06:12:51 +00:00
Andrew Resch 07dd3506e1 Implement 'stop seed at desired ratio'. 2008-03-10 04:32:13 +00:00
Andrew Resch e305e04e31 Only update the queue when necessary, not every second. This should
improve performance a bit.
2008-03-10 02:54:20 +00:00
Andrew Resch bcd5b2c458 When loading state, add torrents with .fastresume files first to avoid
waiting for torrents to be checked.
2008-03-10 01:46:23 +00:00
Martijn Voncken 7d5bd22855 white template:add wip message 2008-03-09 20:32:11 +00:00
Martijn Voncken 5c02a9cb82 template-inheritance&white-template(wip) 2008-03-09 19:13:09 +00:00