Commit graph

5715 commits

Author SHA1 Message Date
Damien Churchill
f5096c6e7c tweak the sizes of some form elements to improve the layout 2009-12-08 02:09:03 +00:00
Damien Churchill
76bc32d72a begin the makings of the togglefield widget that allows enabling of move completed/copy torrent files/auto add torrent files fields 2009-12-08 01:56:15 +00:00
Damien Churchill
581517c8e9 Change the compressed js script to deluge-all.js to avoid naming conflicts on case sensitive filesystems 2009-12-01 17:11:07 +00:00
Andrew Resch
b41a025217 Add button to Other preferences to associate magnet links with Deluge 2009-11-30 03:50:28 +00:00
Andrew Resch
7a91b96183 Fix #1085 only use ints for specific options to prevent unhandled exception 2009-11-29 21:32:56 +00:00
Andrew Resch
a317fdec48 Fix crash in Windows when creating a torrent 2009-11-29 07:38:29 +00:00
Andrew Resch
20b6791670 Properly show 100.00% and reduce number of progress bar updates during a torrent creation 2009-11-29 07:37:29 +00:00
Andrew Resch
411ee123f1 Register just 'deluge' not '/usr/bin/deluge' in the magnet uri handler 2009-11-29 01:45:46 +00:00
Andrew Resch
2bc13a3fb7 Attempt to register as the default magnet uri handler in GNOME on startup 2009-11-29 01:40:30 +00:00
Andrew Resch
dda893e2b7 Add some checks for OSX since it doesn't support SVG icons 2009-11-29 00:52:00 +00:00
Damien Churchill
00de8311fd swap the order of the buttons in the remove window 2009-11-26 14:59:04 +00:00
Damien Churchill
6d7572c444 update the build script and rebuild deluge.js and ext-extensions.js 2009-11-25 18:52:00 +00:00
Damien Churchill
3e1a6a1fb8 exclude some more things from the sdist 2009-11-25 18:37:40 +00:00
Damien Churchill
dbbc1124f4 prevent undefineds ending up as a key in the option manager 2009-11-25 18:37:06 +00:00
Andrew Resch
13d949381a Set batch_write to False in __init__ 2009-11-25 18:24:29 +00:00
Damien Churchill
bfea47c8bd add the updated manifest to 1.2 2009-11-25 18:00:15 +00:00
Andrew Resch
f858e271ad Add magnet link association to the installer 2009-11-25 03:09:42 +00:00
Andrew Resch
708f052153 Prep for release 2009-11-25 02:41:15 +00:00
Andrew Resch
8d6bc283d0 Fix loading the saved metadata when loading state with magnet uris 2009-11-25 01:55:51 +00:00
Andrew Resch
313c73c40c Fix files list when using magnet uris 2009-11-25 01:41:50 +00:00
Andrew Resch
012dd1919c Update translations 2009-11-23 18:16:51 +00:00
Pedro Algarvio
d7e83d922c Re-commit. This change got lost on the mess of merging HG and SVN branches. 2009-11-22 06:17:55 +00:00
Andrew Resch
860ceccd52 Fix adding torrents with different metadata by storing the bencoded dict too. If we bencode the stored metadata dict, there is a chance the order of the dict will be different and change the info-hash. 2009-11-20 19:13:12 +00:00
Damien Churchill
907f618607 add the beginnings of a MANIFEST.in file for specifying which files to include in the sdist command
tweak setup.py
2009-11-19 21:20:17 +00:00
Damien Churchill
abcb76e959 rename deluge-yc.js to deluge.js 2009-11-19 20:27:36 +00:00
Andrew Resch
825edb1fd8 Update changelog 2009-11-19 04:51:28 +00:00
Andrew Resch
4cdf919076 Fix issues adding magnet uris 2009-11-19 04:51:19 +00:00
Andrew Resch
90a143a4ef Fix issue where some torrents with special characters could not be added 2009-11-19 02:39:07 +00:00
Andrew Resch
04f8f80b9b Fix exception on startup when the system tray icon is not enabled 2009-11-19 02:29:37 +00:00
Andrew Resch
266693a6f9 Remove maketorrent.py in 1.2 since we're not using it 2009-11-18 19:02:05 +00:00
Andrew Resch
2b9e1e5ff4 Change the event_list to be a dictionary of known_events and their docstrings 2009-11-16 00:39:15 +00:00
Andrew Resch
68fe9512df Add way to get a list of DelugeEvent classes 2009-11-14 23:42:04 +00:00
Andrew Resch
b10ea808fd Fix endless loop when trying to autoconnect to an offline daemon 2009-11-13 05:26:54 +00:00
Andrew Resch
234863b664 Fix autoconnecting to the next host in the list if the selected one isn't available 2009-11-13 05:22:38 +00:00
Andrew Resch
940bc4a3dc Add bug number to changelog 2009-11-13 01:08:41 +00:00
Andrew Resch
aa5f69b203 Fix #1071 issue where Deluge will fail to start if there is a stale ipc lockfile 2009-11-13 01:07:36 +00:00
Andrew Resch
5f4b39aeb8 Comment out a debug log 2009-11-10 18:28:27 +00:00
Andrew Resch
0e07cdf8b1 Reduce height of Add Torrent Dialog by ~80 pixels 2009-11-10 02:45:36 +00:00
Damien Churchill
64eb296c9d remove alpha from the title 2009-11-09 23:48:32 +00:00
John Garland
fa40f38c1b Allow for colons in PeerGuardian/SafePeer lists' descriptions.
Check that the start & end range resembles an ip when checking a list's validity.
2009-11-09 08:54:13 +00:00
John Garland
1b46d99620 Force blocklist to re-detect the format when a download is forced.
Move remove_zeros to common.py and simplify / speed up.
Change debug logging lines to be more uniform.
2009-11-09 01:52:58 +00:00
Andrew Resch
441c20491c Fix printing info, help, etc.. on the command line 2009-11-08 17:22:57 +00:00
Andrew Resch
8c7bbbf398 Fix disabling/enabling plugins after switching daemons 2009-11-08 04:04:40 +00:00
Andrew Resch
267905295c Fix #1067 import os 2009-11-06 19:22:13 +00:00
Andrew Resch
fb4495fc33 Only try to stop LoopingCalls if they are running 2009-11-05 04:35:17 +00:00
Andrew Resch
447da3b1b4 Fix deleting old .fastresume files with fresh configs 2009-11-05 03:44:46 +00:00
Damien Churchill
9af41fd457 allow commands that are .pyc files to be used 2009-11-04 23:49:07 +00:00
Damien Churchill
7e19a11521 run the path from the add command through os.path.expanduser 2009-11-04 23:36:27 +00:00
Damien Churchill
4da33c72cc add a basic move storage window that fixes #1057 2009-11-04 20:45:21 +00:00
Damien Churchill
d411f90a67 remove the connected call upon an update to reduce the number of ajax calls 2009-11-04 19:54:59 +00:00