Commit Graph

  • db4d0fabe7 remove the entry for jsdoc Damien Churchill 2010-01-26 18:21:09 +00:00
  • 25b282fdb8 add the full path to the info returned by the file tree Damien Churchill 2010-01-26 18:20:43 +00:00
  • 518a73079a fix some issues with the add window Damien Churchill 2010-01-26 18:18:14 +00:00
  • 0634592bd9 add a doc string Damien Churchill 2010-01-26 18:17:24 +00:00
  • 3e13fe1229 change the formatting Damien Churchill 2010-01-26 17:42:17 +00:00
  • 7125eab8b2 add a doc string Damien Churchill 2010-01-26 17:42:02 +00:00
  • 57a9e925a7 no need to have this wrapped in an inline function add a solitary doc string Damien Churchill 2010-01-26 17:35:18 +00:00
  • 4afcae325a use createDelegate rather than bind, saving implementing our own method of setting a functions scope Damien Churchill 2010-01-26 17:31:32 +00:00
  • dc764b2ad5 add some basic doc strings Damien Churchill 2010-01-26 17:26:53 +00:00
  • 454321614b update the doc strings Damien Churchill 2010-01-26 17:07:23 +00:00
  • d39f6843c9 add the deluge docs template and a build_docs shell script Damien Churchill 2010-01-26 17:05:48 +00:00
  • f63435db90 remove the old jsdoc-toolkit docs folder Damien Churchill 2010-01-26 15:25:38 +00:00
  • 8c3b6cb0db add a project file for ext-doc Damien Churchill 2010-01-26 15:23:45 +00:00
  • a89d0d42aa rebuild the non-dev scripts Damien Churchill 2010-01-26 14:03:14 +00:00
  • 3368c4c67d re-enable a number of disabled scripts use hbox for the buttonPanel and remove the pre ext3 hack Damien Churchill 2010-01-26 13:59:25 +00:00
  • 447cb52bf1 add .x-mixed-download to the priorities css fix the way the directory stats are updated (parent directories weren't being updated) Damien Churchill 2010-01-26 13:25:44 +00:00
  • 2afd0a4e97 fix the progressbar renderer for the file tree add a new file priority "Mixed" add progress bars and priorities for directories using the new tree format Damien Churchill 2010-01-26 13:18:16 +00:00
  • 7727a98c45 add a second FileTree class that stores everything as a dict within the tree so information can be stored for directories Damien Churchill 2010-01-26 13:12:32 +00:00
  • 744f11e19b rename the TreeGridCustomColumn to TreeGridRenderColumn and add the column object to the template so its accessible from the renderer Damien Churchill 2010-01-26 13:11:29 +00:00
  • 0a86a30c2a Initialize session_id to -1 so that it will always return something even if no connections to the daemon have been established Andrew Resch 2010-01-26 02:42:30 +00:00
  • ec410fc1a9 Remove some debug code Andrew Resch 2010-01-26 02:01:53 +00:00
  • 7af689e57f change the priority renderer to return '' if there is no value Damien Churchill 2010-01-25 15:10:14 +00:00
  • 85493750fb Increased GTK UI limit for download / upload to 60000. John Garland 2010-01-25 09:46:08 +00:00
  • fa0d6b1aa0 Increased GTK UI limit for download / upload to 60000. John Garland 2010-01-25 09:46:08 +00:00
  • 8fc4caa2f1 Wait on the session state before requesting torrent status updates Andrew Resch 2010-01-25 04:58:01 +00:00
  • 25afa04ba3 Use torrent status diffs in the TorrentView to reduce the amount of rpc traffic from the core->gtkui Andrew Resch 2010-01-25 00:15:12 +00:00
  • c202f7727f Add some rpc stats to the gtkui debug logging Andrew Resch 2010-01-24 22:44:44 +00:00
  • d74050e7a6 partially working files tab added back in Damien Churchill 2010-01-24 04:06:06 +00:00
  • c7635b0ff0 remove commented out line that scanned for the width which is redundant now width is a property of the renderer Damien Churchill 2010-01-24 03:29:44 +00:00
  • 0d069d0fe8 change the queue number server side Damien Churchill 2010-01-24 03:27:43 +00:00
  • e441f96204 use Ext.ux.StatusBar Damien Churchill 2010-01-24 03:01:12 +00:00
  • 99197b2063 set the correct svn:ignore properties Damien Churchill 2010-01-24 02:59:37 +00:00
  • 92d19fd58d initial commit of the big js layout overhall (ui loads but there are parts missing) Damien Churchill 2010-01-24 02:55:32 +00:00
  • b4b95c9423 Don't opitimise when doing a debug build. John Garland 2010-01-24 02:23:57 +00:00
  • e79f6ada2f Move the formatting of RPCRequests to a function so that it's not done every time a rpc request comes in Andrew Resch 2010-01-23 23:50:43 +00:00
  • 0e0cc30128 Add ability to get the session id and validate it. Fix up some docstrings Andrew Resch 2010-01-23 23:41:06 +00:00
  • 9b26f6ebee Fix up the build_debug so that it removes 'NDEBUG' from the CFLAGS Andrew Resch 2010-01-23 22:33:24 +00:00
  • 124ec3e9c7 Remove debug print Andrew Resch 2010-01-23 22:05:49 +00:00
  • 30280b0803 Remove debug print Andrew Resch 2010-01-23 22:05:49 +00:00
  • fe6bcd62be remove all the torrents from the store upon logout Damien Churchill 2010-01-23 20:34:32 +00:00
  • 14cea4fbc7 change the data store to a json store to save translating the data into an array first Damien Churchill 2010-01-23 15:50:32 +00:00
  • 899ac7c86e remove starting the events manager upon client connect Damien Churchill 2010-01-23 15:39:05 +00:00
  • 39341f623f fix the formatting and change it so the events manager is started on the login event Damien Churchill 2010-01-23 15:38:07 +00:00
  • 42cbf4f5c6 change the default theme to gray Damien Churchill 2010-01-23 15:37:04 +00:00
  • a3d98029f9 fix formatting and set Ext.USE_NATIVE_JSON to true Damien Churchill 2010-01-23 15:35:44 +00:00
  • 031f75a2bb disable the override to formlayout for the time being Damien Churchill 2010-01-23 15:34:50 +00:00
  • a59332b4ef fix logging in Damien Churchill 2010-01-23 15:34:32 +00:00
  • 1b2d5bc6ad tweak the way the login is built up Damien Churchill 2010-01-23 15:31:17 +00:00
  • f14b3a8459 fix typo Damien Churchill 2010-01-23 14:38:28 +00:00
  • 76fcfa498d add gzip encoding to responses that are just text Damien Churchill 2010-01-22 12:39:33 +00:00
  • 2073ae0221 change the default theme to blue for the time being Damien Churchill 2010-01-21 21:17:18 +00:00
  • cd24acd74f upgrade to ext js 3.1 Damien Churchill 2010-01-21 21:01:02 +00:00
  • 1ac0403f05 switch the css file in the server list Damien Churchill 2010-01-21 20:28:10 +00:00
  • 90e562ff98 update the rest of the css files Damien Churchill 2010-01-21 19:53:02 +00:00
  • e010a789c4 remove the carriage returns Damien Churchill 2010-01-21 19:50:55 +00:00
  • 964d85d908 update the theme images Damien Churchill 2010-01-21 19:34:05 +00:00
  • 3068f006e2 remove the slate theme that is no longer supported Damien Churchill 2010-01-21 19:28:40 +00:00
  • f4cf3d9893 convert spaces to tabs Damien Churchill 2010-01-21 19:19:37 +00:00
  • b3975bd4c2 add a __contains__ method to the config class fix upgrading old configs when the key doesn't exist in the old config Damien Churchill 2010-01-20 21:04:40 +00:00
  • 708ad2e665 add a __contains__ method to the config class fix upgrading old configs when the key doesn't exist in the old config Damien Churchill 2010-01-20 21:04:40 +00:00
  • 445096378c update the gettext.js generation script and gettext.js Damien Churchill 2010-01-20 20:37:14 +00:00
  • 0819697c5b update the gettext.js generation script and gettext.js Damien Churchill 2010-01-20 20:37:14 +00:00
  • 0121d721cb Make sure all data is passed to pagePart. Accept x-gzip encodings. John Garland 2010-01-20 12:36:07 +00:00
  • a82b6e4fb5 add 2 new commands that allow for libtorrent to be built with debugging enabled Damien Churchill 2010-01-20 12:08:29 +00:00
  • 3686130ea5 Fix hanging when using commands from the command-line Fix displaying plugin command output on the command-line Andrew Resch 2010-01-19 23:00:48 +00:00
  • 4420f2fae5 Fix hanging when using commands from the command-line Fix displaying plugin command output on the command-line Andrew Resch 2010-01-19 23:00:48 +00:00
  • 4af387f774 Fix #1128 Show an error dialog when unable to start a 'deluged' process Andrew Resch 2010-01-18 02:36:03 +00:00
  • f8f9438950 Fix #1128 Show an error dialog when unable to start a 'deluged' process Andrew Resch 2010-01-18 02:36:03 +00:00
  • e211b6feca Update main window glade orientations Andrew Resch 2010-01-17 22:18:45 +00:00
  • d9b9f22998 Completely disable gzip decoding when allow_compression=False. Add extra test. John Garland 2010-01-16 04:50:01 +00:00
  • a62fdac0a6 Fix date in 1.2_RC changelog. Add release date to trunk changelog. John Garland 2010-01-16 04:21:25 +00:00
  • aaa7dae18e Fix date in 1.2_RC changelog. Add release date to trunk changelog. John Garland 2010-01-16 04:21:25 +00:00
  • 2de185adea bump version to 1.2.900 rather than 1.2.9.900 Damien Churchill 2010-01-14 14:17:05 +00:00
  • 0e2dd9f389 Add gzip decoding support to httpdownloader (implements #1012). John Garland 2010-01-14 12:43:59 +00:00
  • 1941c5976c Fix typo. Remove obselete function. John Garland 2010-01-14 12:32:04 +00:00
  • cbac2fbd5a Fix typo. Remove obselete function. John Garland 2010-01-14 12:32:04 +00:00
  • 4f28ab9a39 bump version number so its now 1.2.1-dev Damien Churchill 2010-01-12 17:21:00 +00:00
  • be70305365 Make sure that the port test status image is always reset between tests. Added a "loading" image when the test is in course. Pedro Algarvio 2010-01-12 03:15:50 +00:00
  • 4748c96d26 Tag 1.2.0 release deluge-1.2.0 Andrew Resch 2010-01-10 23:21:52 +00:00
  • f586b91a59 Remove workaround for lt 0.15 when setting the trackers Andrew Resch 2010-01-10 20:17:59 +00:00
  • 79c78fa7ef Fix displaying new release dialog in Windows Andrew Resch 2010-01-10 19:47:31 +00:00
  • 623c5ab57b Fix displaying new release dialog in Windows Andrew Resch 2010-01-10 19:47:31 +00:00
  • ed00536468 Add missing import(removed on a previous check-in???). Pedro Algarvio 2010-01-10 16:26:41 +00:00
  • 89c9228cec Prep for release Andrew Resch 2010-01-09 21:16:08 +00:00
  • 0df79b03c5 Update translations Andrew Resch 2010-01-09 20:41:51 +00:00
  • 430b96f4f5 Do not save_state right away, but rather wait for the timer loop Andrew Resch 2010-01-08 23:36:44 +00:00
  • c54a50af34 Do not save_state right away, but rather wait for the timer loop Andrew Resch 2010-01-08 23:36:44 +00:00
  • ac66f305e7 Fix displaying root folder when using the 'path.utf-8' keys in torrents Andrew Resch 2010-01-08 21:26:33 +00:00
  • e81d2ea0bd Fix displaying root folder when using the 'path.utf-8' keys in torrents Andrew Resch 2010-01-08 21:26:33 +00:00
  • 5e19f91613 Add twisted.internet.utils to the freezer includes Andrew Resch 2010-01-08 17:28:08 +00:00
  • 8175b2af58 Use cStringIO to open zip files in python 2.5 John Garland 2010-01-07 15:27:05 +00:00
  • 5a35d60178 Use cStringIO to open zip files in python 2.5 John Garland 2010-01-07 15:27:05 +00:00
  • 4dbc93b1fa Rewrote call to use maybeDeferred (this handles methods that return deferreds). Fixes #1114. John Garland 2010-01-07 00:45:47 +00:00
  • 34b2ada0db Rewrote call to use maybeDeferred (this handles methods that return deferreds). Fixes #1114. John Garland 2010-01-07 00:45:47 +00:00
  • 9b97c6a578 put the default password in the manpage for those too lazy to type "deluge default web password" in google Damien Churchill 2010-01-05 14:07:16 +00:00
  • 547cfa6339 put the default password in the manpage for those too lazy to type "deluge default web password" in google Damien Churchill 2010-01-05 14:07:16 +00:00
  • 97375f1a7c Fix #1117 can't use the '3' key Andrew Resch 2010-01-04 00:18:53 +00:00
  • 3870c25c9d Fix #1117 can't use the '3' key Andrew Resch 2010-01-04 00:18:53 +00:00
  • 6312ad4a7e Add rudimentary support for local files John Garland 2010-01-03 18:02:30 +00:00
  • 4cde35a067 Fix blocklist ignoring try_times. Make blocklist print error messages on failures. John Garland 2010-01-03 16:27:05 +00:00