Commit Graph

4860 Commits

Author SHA1 Message Date
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
Andrew Resch b2626ea6aa Fix calling 'set_event_interest' when registering a handler after connecting 2009-04-24 22:50:44 +00:00
Andrew Resch 42242efe66 Fix up formatting of peers list 2009-04-24 21:35:37 +00:00
Damien Churchill c846d584a0 improve the new style ui class to start the logging 2009-04-24 19:07:00 +00:00
Andrew Resch 972393d9ea Fix up info command 2009-04-24 18:50:54 +00:00
Damien Churchill 4939b8c72e use keys() rather than getKeys() 2009-04-24 18:32:03 +00:00
Damien Churchill 3b744ae978 set values to blank rather than the initial bogus values first used 2009-04-24 18:31:17 +00:00
Andrew Resch 1d5bc7669f Fix cursor position when moving through the history 2009-04-24 18:21:31 +00:00
Andrew Resch 714cd0ed80 Fix missing text if it's before a color tag 2009-04-24 18:19:04 +00:00
Damien Churchill 9a43ec8258 add a config resource that outputs the uis current configuration
update this in Deluge.js
2009-04-24 18:14:59 +00:00
Damien Churchill 0523ec1837 assign the cookieprovider to Deluge.UI.cookies 2009-04-24 18:09:58 +00:00
Andrew Resch c718c2bf30 Change titlebar update interval to 2 seconds 2009-04-24 17:58:11 +00:00
Damien Churchill 18950cc1ef add yui compressed version of ext-extensions-debug.css 2009-04-24 14:41:55 +00:00
Damien Churchill 0a80098576 move ext-extensions to ext-extensions-debug 2009-04-24 14:41:28 +00:00
Andrew Resch dbf685f178 Fix uncaught exception when the remove torrent button is pressed when no torrents are selected 2009-04-23 22:55:52 +00:00
Andrew Resch 45a6ea5a19 Fix deprecation warning 2009-04-23 20:30:09 +00:00
Andrew Resch 3c47c7ef77 Fix creating torrents in Windows
Fix displaying improper progress when creating torrent
2009-04-23 20:21:01 +00:00
Damien Churchill 37b3c07025 remove trying to stop the reactor, we can just call reactor.stop() and
shutdown will be called
2009-04-23 12:36:59 +00:00
Damien Churchill fac65e9bb0 fix shutdown not being called when killed 2009-04-23 12:33:51 +00:00
Damien Churchill 465d98eeed add 2 debug log statements 2009-04-23 11:54:42 +00:00
Damien Churchill 6cd5a7de30 rename Spinner.cs to ext-extensions.css and add in the fileupload and
columntree css
2009-04-23 07:44:19 +00:00
Damien Churchill d18a88c46a remove mooui stylesheet 2009-04-23 07:41:20 +00:00
Damien Churchill c73966bdd1 fix starting the web via deluge -u web
allow the theme to be specified in the config file
2009-04-23 07:26:14 +00:00
Damien Churchill b43e0f6eaa add the layout to the options panel 2009-04-22 07:12:15 +00:00
Damien Churchill cadfb5632f fix updating on tab change 2009-04-22 00:12:12 +00:00
Damien Churchill 6d4eae15a5 add basic options panel 2009-04-22 00:07:55 +00:00
Damien Churchill a63e5c594c add the peers tab 2009-04-22 00:04:16 +00:00
Damien Churchill d916d36603 remove call to getFields as it's no longer required 2009-04-21 23:46:04 +00:00
Damien Churchill 8bac2b4597 Add the files tab back 2009-04-21 23:43:46 +00:00
Damien Churchill 1df462cf0b comment out the debug alert 2009-04-21 23:41:22 +00:00
Damien Churchill 5db7a5a21b remove the old mootools rpc client 2009-04-21 22:18:11 +00:00
Damien Churchill 431271d453 update the build script to match the new script names and rebuild the
compressed script
2009-04-21 22:03:40 +00:00
Damien Churchill db00f4690d fix changing the limits on via the statusbar menus 2009-04-21 21:59:15 +00:00
Damien Churchill 9df1ec2193 remove pointless privatising 2009-04-21 21:46:20 +00:00
Damien Churchill ee5cfc8cff updated __debug scripts list and some css 2009-04-21 21:45:56 +00:00
Damien Churchill 1157fc1eeb commit all new-style code so it can be versioned, NB: this is in a
broken state currently.
2009-04-21 21:41:18 +00:00
Damien Churchill e1e45753de add a reloadMethods function to use instead of simply creating a new
client
2009-04-21 21:36:32 +00:00
Damien Churchill b62a5d7329 fix calling the success/failure callbacks 2009-04-21 20:34:41 +00:00
Damien Churchill 1f212b8a38 extend Ext.util.Observable rather than reinventing 2009-04-21 20:27:25 +00:00
Damien Churchill 1be29dc319 ext based Deluge.Events 2009-04-21 20:15:49 +00:00
Damien Churchill fb85e76a1f fix missing torrent_id in on_alert_state_changed 2009-04-21 18:32:34 +00:00
Damien Churchill cf0d155e99 rewrite the rpcclient using ext 2009-04-21 17:27:55 +00:00