Commit Graph

5201 Commits

Author SHA1 Message Date
Andrew Resch afeb7cf8b1 Use directories listed in INCLUDEDIRS 2009-04-30 16:15:09 +00:00
Damien Churchill 4c03fad512 change how pages are attached to the preferences window, using the title of the passed in object rather
than having to pass in one
2009-04-30 07:13:23 +00:00
Damien Churchill d09cd4908e tidy up the code attaching the script 2009-04-30 07:12:35 +00:00
Damien Churchill 6669dbb4a0 fix the layout of the options tab 2009-04-29 20:45:07 +00:00
Damien Churchill d011c61971 use list comprehension over lambda 2009-04-29 20:15:56 +00:00
Andrew Resch e856e65db5 Add path tab-complete to the add command 2009-04-29 02:41:10 +00:00
Damien Churchill 96b38188fc add a doc string 2009-04-28 15:59:56 +00:00
Damien Churchill b4e56e923b don't fire the connect event until the client has finished reloading
it's methods
2009-04-28 09:09:08 +00:00
Damien Churchill a579c3b2c7 fix "Expand All" from the context menu 2009-04-28 08:56:03 +00:00
Damien Churchill 68f5afa89c remove comma causing breakage in IE 2009-04-28 08:54:56 +00:00
Damien Churchill d4d7f054f3 remove torrents that are no longer in the update from the grid 2009-04-28 08:39:04 +00:00
Damien Churchill 78b5c06776 improve the torrents grid, updating existing entries rather than just
reloading the whole grid
2009-04-28 08:35:27 +00:00
Andrew Resch 7b72d79d32 Made TrackerIcons a component to prevent trying to get an icon multiple
times
Fixed showing the wrong tracker icon in the TorrentView when the icon 
could not be retrieved from the tracker
2009-04-28 02:35:08 +00:00
Andrew Resch 925dcd43b8 Fix up tab-completion to use the commands 'complete' method 2009-04-28 01:15:12 +00:00
Damien Churchill d4cfebadbc fix adding torrents on windows 2009-04-27 22:19:18 +00:00
Andrew Resch 9ed37e070c Return if bad torrent_info 2009-04-27 22:14:49 +00:00
Damien Churchill f2364b8531 add some test web plugin code 2009-04-27 22:02:26 +00:00
Damien Churchill 16d695f077 enable and disable plugins at start/stop
convert the directories to a list in the lookupresource
2009-04-27 22:01:34 +00:00
Damien Churchill 137d0f8ebf fix the order of the stylesheets 2009-04-27 21:33:50 +00:00
Damien Churchill 154e671ecc rebuild 2009-04-27 21:16:15 +00:00
Damien Churchill f811fcc549 fix the comment 2009-04-27 21:15:59 +00:00
Damien Churchill a7a13636e6 add a loading css style for when the torrent doesn't have its info yet 2009-04-27 21:14:43 +00:00
Damien Churchill 200e348f7d fix removing torrents from the grid 2009-04-27 20:50:54 +00:00
Damien Churchill b88542f105 rebuild the compressed script 2009-04-27 20:49:50 +00:00
Damien Churchill 858291517e add torrents to be added to the grid before their info has been
retrieved with a url or filename in place of the torrent name
2009-04-27 20:48:39 +00:00
Andrew Resch 2ac545dec6 Clean-up signal handling since twisted.reactor handles it now 2009-04-27 18:50:41 +00:00
Damien Churchill 725198fc4d fix handling close on windows 2009-04-27 18:46:30 +00:00
Damien Churchill 9f2b98bf4b fix showing the add torrent window 2009-04-27 18:14:07 +00:00
Damien Churchill 6b4f36cbf3 add placeholder file for the infohash window 2009-04-27 18:12:49 +00:00
Damien Churchill 993c654917 split out Deluge.Add into seperate smaller files
add back adding torrents via file
2009-04-27 18:09:37 +00:00
Andrew Resch cb14a2dd22 Remove mapping.py 2009-04-27 18:04:20 +00:00
Damien Churchill d856f8501e fix the add window so torrents can be added via url again 2009-04-27 17:43:42 +00:00
Damien Churchill 370b4ae805 pass the requestOptions to the success and failure callbacks 2009-04-27 17:21:35 +00:00
Andrew Resch c267c36b7b Add scrolling with page_up and page_down 2009-04-27 17:17:44 +00:00
Damien Churchill 204f055c7e clear the cookie rather than setting it to false 2009-04-27 13:56:53 +00:00
Damien Churchill e837493757 add basic session support 2009-04-27 13:01:20 +00:00
Damien Churchill c4cdd70a4e change the "ready" event to "connected" and fix the failure event
handler
2009-04-27 12:55:42 +00:00
Damien Churchill a9392f9002 fix the onLogout handler if the window hasn't been rendered yet 2009-04-27 12:53:58 +00:00
Damien Churchill 253d08d2f9 fix emptying the panels hash 2009-04-27 11:30:30 +00:00
Andrew Resch e6244920e6 Fix typo 2009-04-27 00:30:21 +00:00
Andrew Resch 5a71e82875 Fix #902 cannot remove torrents 2009-04-26 18:27:46 +00:00
Andrew Resch 322495cfd5 Fix 'debug' command and update some copyright headers 2009-04-25 22:42:46 +00:00
Andrew Resch 641ac7356c Clean-up eventlog a bit 2009-04-25 21:11:44 +00:00
Andrew Resch a1038203c1 Add support for setting config values 2009-04-25 21:09:07 +00:00
Andrew Resch b852051bb7 Add 'is_finished' torrent status key 2009-04-25 07:29:08 +00:00
Andrew Resch 753b93089f Change color tags to '{! !}'
Add support for viewing config values
2009-04-25 00:31:07 +00:00
Andrew Resch 6d33ff9902 Add '__getattr__' to CoreConfig to access the dictionary directly 2009-04-25 00:30:11 +00:00
Andrew Resch 4878743d68 Clean up 2009-04-24 22:53:02 +00:00
Andrew Resch c02a647427 Show proper units 2009-04-24 22:52:45 +00:00
Andrew Resch 64b4255b94 Fix adding torrent to list on TorrentAddedEvent 2009-04-24 22:52:19 +00:00