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 |
Andrew Resch
|
be1a1fc0be
|
Fix loading improperly created torrents with mismatched encodings
|
2009-04-21 17:16:19 +00:00 |
Andrew Resch
|
4fde1b4a2f
|
Fix typo
|
2009-04-21 16:32:53 +00:00 |
Damien Churchill
|
0e10f608b9
|
check to see if .build_data exists in check_file before running the grep
don't remove the concatenated files if the compression fails
|
2009-04-21 09:27:59 +00:00 |
Damien Churchill
|
10b11f36c7
|
remove the mootools dependence and also rebuild gettext.js anyway
|
2009-04-21 09:08:05 +00:00 |
Damien Churchill
|
a60bf912fb
|
fix displaying the host-list
|
2009-04-21 07:26:20 +00:00 |
Damien Churchill
|
9d583b8c51
|
completely rework deluge-torrent.js into a self-contained ext class
add .build_data to svn:ignore on js
add in the first build of deluge-yc.js
|
2009-04-21 07:17:49 +00:00 |
Damien Churchill
|
b72ec252af
|
fix building deluge-yc.js, was including $ALL_FILES rather than
$DELUGE_FILES in the cat
|
2009-04-21 07:15:32 +00:00 |
Andrew Resch
|
c17af41940
|
Fix up some commands
|
2009-04-21 02:43:20 +00:00 |
Damien Churchill
|
9da95552f3
|
move the progressbar renderer helper method to deluge.js
|
2009-04-20 22:32:42 +00:00 |