Commit Graph

4850 Commits

Author SHA1 Message Date
Damien Churchill 111b64d38b fix checking the free diskspace on windows 7 2009-04-20 21:05:05 +00:00
Damien Churchill f82c67f36c fix importing the ui start method 2009-04-20 20:40:44 +00:00
Damien Churchill 503169ce76 fix serving binary files on windows 2009-04-20 20:26:03 +00:00
Damien Churchill 2f44899521 add back in the old WebUI class and rename the import in ui.py so
compatibility isn't broken
2009-04-20 20:11:31 +00:00
Damien Churchill cd050bf8e7 rename from web to webui 2009-04-20 19:56:35 +00:00
Andrew Resch e3dea5ee8a Fix some typos 2009-04-20 19:20:33 +00:00
Andrew Resch b605048d23 Force 16x16 pixbufs in tracker column 2009-04-20 18:11:22 +00:00
Andrew Resch 7bdf8bffd8 Fix the quit command 2009-04-20 03:51:15 +00:00
Andrew Resch b3ee54fcdc Clean-up some of the code in the torrentmanager alert handlers to
prevent uncaught exceptions during shutdown
2009-04-20 02:28:06 +00:00
Andrew Resch 22c9fffad8 Fix issue where cannot resume torrent after doing a 'Pause All' 2009-04-20 00:02:36 +00:00
Andrew Resch e08c51e10c Update to asio 1.4.1 2009-04-19 21:40:09 +00:00
Andrew Resch 73e58c20c8 Add event logging 2009-04-19 19:57:06 +00:00
Andrew Resch 28bc5c839e Fix displaying lines that are longer than the number of columns 2009-04-19 19:55:40 +00:00
Andrew Resch e0f8369e91 Only emit a TorrentStateChangedEvent when the state has actually changed 2009-04-19 19:51:11 +00:00
Andrew Resch 6c9dd4d5c9 Show a Paused state when a Checking torrent is paused 2009-04-19 19:50:39 +00:00
Andrew Resch 2589baf0e2 Fix event handler de/registering 2009-04-19 19:50:12 +00:00
Damien Churchill b60dc2d4ca start new ui class 2009-04-19 13:46:11 +00:00
Andrew Resch 0905695910 Add tab completion support 2009-04-18 22:27:54 +00:00
Andrew Resch df00d28af4 Remove unused variable 2009-04-18 18:53:16 +00:00
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