Commit graph

3623 commits

Author SHA1 Message Date
Marcos Pinto
f042bf0dda use die in signal 2008-01-20 00:46:52 +00:00
Marcos Pinto
77a63c791c fix finally call for 2.4 compatibility 2008-01-20 00:40:12 +00:00
Marcos Pinto
bf26a9ef50 import signal and fix shutdown call 2008-01-20 00:38:36 +00:00
Marcos Pinto
e5f9a313c2 fix missing icon 2008-01-20 00:30:43 +00:00
Marcos Pinto
071a0cdbaa fix path oops in last 2008-01-20 00:11:50 +00:00
Marcos Pinto
3a102189cf add missing pixmap 2008-01-19 23:58:03 +00:00
Andrew Resch
0e5c81c2e0 Handle losing contact with the daemon gracefully. 2008-01-19 23:33:09 +00:00
Andrew Resch
42b5f6872c Fix labels. 2008-01-19 23:11:12 +00:00
Andrew Resch
0f7a91797f Remove 'Clear Seeders' tool button. Remove 'Add URL' menu item. Modify
the Preferences dialog a bit.
2008-01-19 23:05:55 +00:00
Andrew Resch
1fa301cb69 Change client.py to use multicalls. This forces all client methods to
be async.
2008-01-19 22:33:30 +00:00
Andrew Resch
29c77e1a04 Hack xmlrpclib to stop from dieing with long numbers. 2008-01-19 16:48:45 +00:00
Andrew Resch
7e03f82d73 Import proper xmlrpclib. 2008-01-19 16:47:46 +00:00
Marcos Pinto
3618b4bfe8 sync lang files 2008-01-19 04:56:48 +00:00
Marcos Pinto
fe01d8c55f version updates and todo/changelog update 2008-01-19 04:54:09 +00:00
Marcos Pinto
263387c6c9 fix saving fast resume on checking torrents 2008-01-19 04:53:36 +00:00
Marcos Pinto
379eac85c4 lt sync 1955 2008-01-19 04:52:22 +00:00
Andrew Resch
d2f6a99778 Catch all exceptions during interactive_add_torrent. 2008-01-18 04:46:39 +00:00
Andrew Resch
4a7e0a578b Try catching more exceptions in the core. 2008-01-18 04:37:33 +00:00
Andrew Resch
8fadfb8254 Prevent the use of an invalid unique_id from throwing an exception
during get_torrent_state().
2008-01-18 03:40:38 +00:00
Martijn Voncken
b73dd60e6b minor css fix+pwd-cfg 2008-01-17 20:09:05 +00:00
Marcos Pinto
1c3c5b76b0 fast resume oops2 2008-01-17 12:22:27 +00:00
Marcos Pinto
ac80dd4d59 fast resume oops 2008-01-17 12:18:11 +00:00
Andrew Resch
89af88e370 Refactor TorrentView to have async returns populate a local status
dictionary.  We now update every second against the local status 
dictionary instead of updating on every async return.
2008-01-16 06:42:43 +00:00
Andrew Resch
1e5af9bd87 Use threading in ConnectionManager to test online status of hosts. 2008-01-16 06:40:58 +00:00
Marcos Pinto
d1eb4bc8d6 use pieces wanted instead of total pieces to draw adv progress bar 2008-01-16 02:19:15 +00:00
Martijn Voncken
966b2fa459 config plugins:raise todo 2008-01-16 00:00:21 +00:00
Martijn Voncken
350cad9f3f config plugins 2008-01-15 23:44:30 +00:00
Martijn Voncken
03c9806b40 config pages 2008-01-15 21:04:49 +00:00
Marcos Pinto
790eda0f2c lt sync 1947 2008-01-15 08:46:24 +00:00
Martijn Voncken
20cce5aa68 don't commit *.pyc files 2008-01-14 22:14:14 +00:00
Martijn Voncken
c71d4f3258 config within webui, see /config/ for a preview 2008-01-14 22:13:32 +00:00
Andrew Resch
8ae26b049c Fix SystemTray on systems with old PyGTK. 2008-01-14 12:02:53 +00:00
Andrew Resch
73c14b8c47 Prevent a stall in torrentview updates if a signal isn't received
properly.
2008-01-14 11:48:51 +00:00
Andrew Resch
f5cc3db2d5 Make port spinbuttons editable. 2008-01-14 11:21:35 +00:00
Andrew Resch
f9a664b9c7 Attempt to fix issues where torrents would not update correctly in the
torrent view.  Also an attempt at improving performance.
2008-01-14 09:00:13 +00:00
Andrew Resch
eaddaaa844 Fix adding torrents by URL. 2008-01-14 08:46:44 +00:00
Andrew Resch
cc81e1073d Catch 'address already in use' error when trying to use a port that is
in use by another program.  We now try to use a range of 40000-60000 
when this error occurs.
2008-01-14 08:04:28 +00:00
Andrew Resch
5a90f48ccb Include deluge_icon.gif for WebUI. 2008-01-14 05:40:40 +00:00
Andrew Resch
642663604f Fix possible issue if pref 'choose_directory_dialog_path' is None. 2008-01-14 05:13:21 +00:00
Martijn Voncken
57870b8094 don't import forms 2008-01-13 11:22:51 +00:00
Martijn Voncken
806e3885b4 test-commit/sync to 189 2008-01-13 11:16:56 +00:00
Andrew Resch
6b68ac9ad7 Attempt to fix issue where all the columns start very small. 2008-01-13 10:58:52 +00:00
Andrew Resch
1de14a1ce0 Fix issue with removing items while iterating through the self.state
dictionary.
2008-01-13 08:32:46 +00:00
Andrew Resch
0d793e7f89 Attempt to load the state in a safe manner. 2008-01-13 08:10:35 +00:00
Marcos Pinto
2e0be83732 lt sync 1938 2008-01-13 06:24:52 +00:00
Marcos Pinto
dc60e26c59 use die instead of save_yourself and add arg to shutdown func 2008-01-13 05:00:04 +00:00
Marcos Pinto
dbe41a3cd5 lt sync 1929 2008-01-11 20:25:08 +00:00
Andrew Resch
a5d3444fd8 Initial commit of WebUI support for 0.6. The WebUI revision is 187.
You can start the webui by doing: $ deluge --ui web
2008-01-11 01:42:47 +00:00
Andrew Resch
49c09bf297 Catch exception in calc_free_space(). 2008-01-10 12:12:30 +00:00
Marcos Pinto
8f675ebacf lt bandwidth limiter mutex fix 2008-01-10 06:23:53 +00:00