Commit Graph

5081 Commits

Author SHA1 Message Date
Andrew Resch e1c5c0b3ff Re-add input string during refresh
Do not fsize config values
2009-04-18 18:46:01 +00:00
Andrew Resch 3ac0cace6b Fix starting the console ui 2009-04-18 18:28:35 +00:00
Andrew Resch 56a1c50bc6 Add a defer property to use to check when the CoreConfig is ready 2009-04-18 18:27:35 +00:00
Andrew Resch 00d078a5ea Fix some uncaught exceptions if the session is not authorized 2009-04-18 18:19:47 +00:00
Andrew Resch 99e981dbf8 Add some missing files 2009-04-18 18:14:57 +00:00
Andrew Resch 2542745c16 Add tracker icon to Tracker column 2009-04-18 17:46:14 +00:00
Damien Churchill 08b3ce97b3 change it so instead of modifying the list at render it uses a completely seperate list when being run in debug mode 2009-04-18 16:30:14 +00:00
Damien Churchill 491f4a4438 move the classes in deluge-ext to ext-extensions and remove deluge-ext 2009-04-18 16:20:07 +00:00
Damien Churchill 843deae4cd move the contents of the spinner files into ext-extensions-debug.js 2009-04-18 16:14:56 +00:00
Damien Churchill 2ead8be0d4 script to combine and compress the deluge javascript 2009-04-18 16:11:18 +00:00
Damien Churchill e5459eda49 move mootools-bridge.js to mootools-bridge-debug.js and create the
yuicompressed mootools-bridge.js
2009-04-18 14:52:13 +00:00
Damien Churchill 70b7fa908f remove the gettext calls from the dictionary, and add hinting for the
generation script above instead
2009-04-18 13:00:18 +00:00
Damien Churchill 286619f4e3 add FILE_PRIORITY_CSS and run FILE_PRIORITY through gettext 2009-04-18 12:50:34 +00:00
Damien Churchill 9cf9d74f5c change Deluge.ProgressBar xtype to deluge-progressbar 2009-04-18 12:49:46 +00:00
Andrew Resch 067f0c3713 Start work on new Console UI .. Don't expect anything to work, cause most of it doesn't. 2009-04-18 05:35:03 +00:00
Andrew Resch a513f9c12a Fix typo 2009-04-17 21:24:49 +00:00
Andrew Resch b6f40a8115 Move CoreConfig component out of GtkUI since it's UI independent 2009-04-17 21:09:14 +00:00
Damien Churchill 8fef414054 begin messing about with the plugin manager 2009-04-16 22:03:50 +00:00
Damien Churchill 74ac41e686 remove Roar 2009-04-16 20:00:27 +00:00
Damien Churchill 9be54918fb generate the <script> and <link> tags dynamically 2009-04-16 19:59:34 +00:00
Damien Churchill 134bed774c fix semi-colon in the login window
change themes back to a static.File resource
2009-04-16 19:38:54 +00:00
Damien Churchill 427cc63803 create a LookupResource and use this instead of the static file resource
to serve images, javascript, css etc. as it allows plugins to add lookup 
directories.
2009-04-16 19:36:30 +00:00
Damien Churchill 9d8a104264 give focus back to the password field after the messagebox is closed 2009-04-16 18:17:33 +00:00
Damien Churchill 23ec87724e add the bandwidth page 2009-04-14 21:50:58 +00:00
Andrew Resch 9daf288da1 Fix starting the daemon in OS X 2009-04-14 20:40:29 +00:00
Damien Churchill 7fb5e546e8 partially working preferences window (ui wise) 2009-04-14 20:36:13 +00:00
Damien Churchill 2e4762a586 tidy up the login window code, extend Ext.Window instead.
focus the password field upon the login window being displayed
2009-04-14 20:09:48 +00:00
Andrew Resch b71ac41ff1 Fix displaying IPv6 peers in the Peers tab 2009-04-13 18:02:49 +00:00
Andrew Resch 3c09d38504 Move some prints to log.info 2009-04-12 20:07:41 +00:00
Andrew Resch ad2b771e5d Fix starting the webui with a logfile option 2009-04-12 19:59:54 +00:00
Andrew Resch 386ca2fa68 Fix #883 segfault if locale is not using UTF-8 encoding 2009-04-09 16:40:52 +00:00
Damien Churchill 67ee535d09 fix text colour when viewed in epiphany 2009-04-09 09:23:14 +00:00
Andrew Resch 85ad5314fe Make the autoadd update interval 5 seconds as intended 2009-04-09 00:10:05 +00:00
Damien Churchill c28574502c fix page switching 2009-04-08 21:25:46 +00:00
Damien Churchill 8a51a5e978 make the close button close the window 2009-04-08 20:35:35 +00:00
Damien Churchill 62375c7109 implement page switching 2009-04-08 20:28:39 +00:00
Damien Churchill e3171671f0 remove margins as this is a borderlayout config option 2009-04-08 20:24:50 +00:00
Damien Churchill 0c0d81e2c3 regenerate gettext.js
add a number of translation fixes
2009-04-08 09:02:26 +00:00
Damien Churchill 02d7fbd3ba add "Date Added" field 2009-04-08 09:01:37 +00:00
Damien Churchill 8c93241ef6 fix the line number 2009-04-08 09:01:09 +00:00
Damien Churchill 908760d3a9 add back the _ alias to the lambda unicode gettext function 2009-04-08 08:52:40 +00:00
Damien Churchill c57900d4f6 fix rendering of templates when translations bring in utf-8 characters 2009-04-08 08:39:17 +00:00
Damien Churchill 030c5b51d4 update the "serving on" string 2009-04-08 08:37:41 +00:00
Damien Churchill 855385227a set gettext.js's charset to utf-8 in the content-type header
don't use NamedTemporaryFile for the Upload resource as the delete kw 
arg was only added in py2.6
2009-04-08 08:22:02 +00:00
Damien Churchill 891b1120a3 select first row in the onShow event 2009-04-07 22:07:27 +00:00
Damien Churchill c93a3b4680 add the ability to load the ext-all-debug.js by specifying ?debug=true
in the url
2009-04-07 21:26:32 +00:00
Damien Churchill 4e0a4fabfb begin the preferences window 2009-04-07 20:25:49 +00:00
Damien Churchill 1c8ebc198a add an alias to Deluge.Formatters.plain 2009-04-07 19:54:40 +00:00
Damien Churchill 2631f09315 fix the sidebars margins whilst collapsed 2009-04-07 19:54:06 +00:00
Damien Churchill b71c31cc46 add script to scan the javascript files for gettext calls and
autogenerate gettext.js
2009-04-07 17:54:57 +00:00