8a6ec7232dMerge SVN and HG heads.
Pedro Algarvio
2009-11-22 02:34:51 +00:00
535940e2e6Notifications(email, blink, popup, sound) are working both for classic mode and daemon mode. Still need some further tests for using component.get('Notifications').notify*().
Pedro Algarvio
2009-11-22 02:34:35 +00:00
0723a77214First notifications plugin commit. Working when not in classic mode. In classic mode, needs some more coding.
Pedro Algarvio
2009-11-22 02:34:23 +00:00
860ceccd52Fix 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.
Andrew Resch
2009-11-20 19:13:12 +00:00
1f58910a38Fix 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.
Andrew Resch
2009-11-20 19:13:12 +00:00
907f618607add the beginnings of a MANIFEST.in file for specifying which files to include in the sdist command tweak setup.py
Damien Churchill
2009-11-19 21:20:17 +00:00
abcb76e959rename deluge-yc.js to deluge.js
Damien Churchill
2009-11-19 20:27:36 +00:00
825edb1fd8Update changelog
Andrew Resch
2009-11-19 04:51:28 +00:00
634ecdeb1dFix issues adding magnet uris
Andrew Resch
2009-11-19 04:51:19 +00:00
4cdf919076Fix issues adding magnet uris
Andrew Resch
2009-11-19 04:51:19 +00:00
aa86aa6fe1Fix issue where some torrents with special characters could not be added
Andrew Resch
2009-11-19 02:39:07 +00:00
90a143a4efFix issue where some torrents with special characters could not be added
Andrew Resch
2009-11-19 02:39:07 +00:00
789356d44dFix exception on startup when the system tray icon is not enabled
Andrew Resch
2009-11-19 02:29:37 +00:00
04f8f80b9bFix exception on startup when the system tray icon is not enabled
Andrew Resch
2009-11-19 02:29:37 +00:00
266693a6f9Remove maketorrent.py in 1.2 since we're not using it
Andrew Resch
2009-11-18 19:02:05 +00:00
2b3bd4f1f3Change the event_list to be a dictionary of known_events and their docstrings
Andrew Resch
2009-11-16 00:39:15 +00:00
2b9e1e5ff4Change the event_list to be a dictionary of known_events and their docstrings
Andrew Resch
2009-11-16 00:39:15 +00:00
ad04b2a137Add way to get a list of DelugeEvent classes
Andrew Resch
2009-11-14 23:42:04 +00:00
68fe9512dfAdd way to get a list of DelugeEvent classes
Andrew Resch
2009-11-14 23:42:04 +00:00
1a1ab4e780Fix endless loop when trying to autoconnect to an offline daemon
Andrew Resch
2009-11-13 05:26:54 +00:00
b10ea808fdFix endless loop when trying to autoconnect to an offline daemon
Andrew Resch
2009-11-13 05:26:54 +00:00
330b8b3cedFix autoconnecting to the next host in the list if the selected one isn't available
Andrew Resch
2009-11-13 05:22:38 +00:00
234863b664Fix autoconnecting to the next host in the list if the selected one isn't available
Andrew Resch
2009-11-13 05:22:38 +00:00
940bc4a3dcAdd bug number to changelog
Andrew Resch
2009-11-13 01:08:41 +00:00
bdba9cd00aFix#1071 issue where Deluge will fail to start if there is a stale ipc lockfile
Andrew Resch
2009-11-13 01:07:36 +00:00
aa5f69b203Fix#1071 issue where Deluge will fail to start if there is a stale ipc lockfile
Andrew Resch
2009-11-13 01:07:36 +00:00
f98c3adf2fComment out a debug log
Andrew Resch
2009-11-10 18:28:27 +00:00
5f4b39aeb8Comment out a debug log
Andrew Resch
2009-11-10 18:28:27 +00:00
ec2c5ab937Reduce height of Add Torrent Dialog by ~80 pixels
Andrew Resch
2009-11-10 02:45:36 +00:00
0e07cdf8b1Reduce height of Add Torrent Dialog by ~80 pixels
Andrew Resch
2009-11-10 02:45:36 +00:00
8dff2375d0remove alpha from the title
Damien Churchill
2009-11-09 23:48:32 +00:00
64eb296c9dremove alpha from the title
Damien Churchill
2009-11-09 23:48:32 +00:00
4e2c0a70c4Allow for colons in PeerGuardian/SafePeer lists' descriptions. Check that the start & end range resembles an ip when checking a list's validity.
John Garland
2009-11-09 08:54:13 +00:00
fa40f38c1bAllow for colons in PeerGuardian/SafePeer lists' descriptions. Check that the start & end range resembles an ip when checking a list's validity.
John Garland
2009-11-09 08:54:13 +00:00
41353c9ae4Force 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.
John Garland
2009-11-09 01:52:58 +00:00
1b46d99620Force 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.
John Garland
2009-11-09 01:52:58 +00:00
e73052df1cFix printing info, help, etc.. on the command line
Andrew Resch
2009-11-08 17:22:57 +00:00
441c20491cFix printing info, help, etc.. on the command line
Andrew Resch
2009-11-08 17:22:57 +00:00
9b8282010cFix disabling/enabling plugins after switching daemons
Andrew Resch
2009-11-08 04:04:40 +00:00
8c7bbbf398Fix disabling/enabling plugins after switching daemons
Andrew Resch
2009-11-08 04:04:40 +00:00
dd67a935cbFix#1067 import os
Andrew Resch
2009-11-06 19:22:13 +00:00
267905295cFix#1067 import os
Andrew Resch
2009-11-06 19:22:13 +00:00
0a84bc73c5Only try to stop LoopingCalls if they are running
Andrew Resch
2009-11-05 04:35:17 +00:00
fb4495fc33Only try to stop LoopingCalls if they are running
Andrew Resch
2009-11-05 04:35:17 +00:00
baa177a1b1Fix deleting old .fastresume files with fresh configs
Andrew Resch
2009-11-05 03:44:46 +00:00
447da3b1b4Fix deleting old .fastresume files with fresh configs
Andrew Resch
2009-11-05 03:44:46 +00:00
fa5b7e7a66allow commands that are .pyc files to be used
Damien Churchill
2009-11-04 23:49:07 +00:00
9af41fd457allow commands that are .pyc files to be used
Damien Churchill
2009-11-04 23:49:07 +00:00
902ef3fa28run the path from the add command through os.path.expanduser
Damien Churchill
2009-11-04 23:36:27 +00:00
7e19a11521run the path from the add command through os.path.expanduser
Damien Churchill
2009-11-04 23:36:27 +00:00
8144d15689add a basic move storage window that fixes#1057
Damien Churchill
2009-11-04 20:45:21 +00:00
4da33c72ccadd a basic move storage window that fixes#1057
Damien Churchill
2009-11-04 20:45:21 +00:00
dd860e67f7remove the connected call upon an update to reduce the number of ajax calls
Damien Churchill
2009-11-04 19:54:59 +00:00
d411f90a67remove the connected call upon an update to reduce the number of ajax calls
Damien Churchill
2009-11-04 19:54:59 +00:00
19d9c71b13Allow the 'help' command to be called when not connected to a daemon
Andrew Resch
2009-11-03 22:08:18 +00:00
3179ff2060Allow the 'help' command to be called when not connected to a daemon
Andrew Resch
2009-11-03 22:08:18 +00:00
46906f5447remove accidentally left in debug line
Damien Churchill
2009-11-03 14:48:24 +00:00
b6dc72218dremove accidentally left in debug line
Damien Churchill
2009-11-03 14:48:24 +00:00
1893b92f37make the delete key work in the console ui
Damien Churchill
2009-11-03 12:47:23 +00:00
e884d2cbfamake the delete key work in the console ui
Damien Churchill
2009-11-03 12:47:23 +00:00
fb1d7cfeceFix adding torrents from the Queued Torrents dialog
Andrew Resch
2009-11-03 03:25:57 +00:00
fc3ae8229fFix adding torrents from the Queued Torrents dialog
Andrew Resch
2009-11-03 03:25:57 +00:00
59b93f4d2eFix showing the 'Other' speed dialogs in Windows
Andrew Resch
2009-11-03 03:19:30 +00:00
48e3df5ff3Fix showing the 'Other' speed dialogs in Windows
Andrew Resch
2009-11-03 03:19:30 +00:00
6880a142e3Remove debian/ folder
Andrew Resch
2009-11-02 17:50:32 +00:00
464e11abe6Remove debian/ folder
Andrew Resch
2009-11-02 17:50:32 +00:00
3d76122666escape the hyphens in the console and web manpages
Damien Churchill
2009-11-02 17:33:06 +00:00
0fbaecbc00escape the hyphens in the console and web manpages
Damien Churchill
2009-11-02 17:33:06 +00:00
0f81e2816fforward port the setup.py fix to trunk and update the 1.2 branch ChangeLog
Damien Churchill
2009-11-02 15:35:56 +00:00
4c86ed7535forward port the setup.py fix to trunk and update the 1.2 branch ChangeLog
Damien Churchill
2009-11-02 15:35:56 +00:00
6f333cefc9include the deluge-web manpage
Damien Churchill
2009-11-02 15:28:08 +00:00
59c7fcf854Update translations
Andrew Resch
2009-11-02 01:35:13 +00:00
750f8fb794Update translations
Andrew Resch
2009-11-02 01:35:13 +00:00
be529c1518Prep rc3 release
Andrew Resch
2009-11-02 01:23:15 +00:00
f6a4d19084Add the clear() back
Andrew Resch
2009-11-01 17:49:32 +00:00
e32bd8f4d8Add the clear() back
Andrew Resch
2009-11-01 17:49:32 +00:00
ec259d6aeaUse batch writing mode in the help command
Andrew Resch
2009-10-31 22:05:35 +00:00
87723a3354Use batch writing mode in the help command
Andrew Resch
2009-10-31 22:05:35 +00:00
7983187818Do not include an 'announce-list' key in torrents when there is only one tracker
Andrew Resch
2009-10-31 19:49:14 +00:00
0cb52cca23Do not include an 'announce-list' key in torrents when there is only one tracker
Andrew Resch
2009-10-31 19:49:14 +00:00
2a4cf7cb56Improve 'info' command draw speed
Andrew Resch
2009-10-31 18:52:52 +00:00
09ae4fbb72Improve 'info' command draw speed
Andrew Resch
2009-10-31 18:52:52 +00:00
3b07cc40bdDon't bother clearing the screen during a refresh
Andrew Resch
2009-10-31 18:44:27 +00:00
6e063e7c85Don't bother clearing the screen during a refresh
Andrew Resch
2009-10-31 18:44:27 +00:00
fd24e1c17cFix crash when string length makes line longer than terminal width
Andrew Resch
2009-10-31 18:43:48 +00:00
41db357084Fix crash when string length makes line longer than terminal width
Andrew Resch
2009-10-31 18:43:48 +00:00
f876c17efdFix crash when removing multiple torrents
Andrew Resch
2009-10-31 05:50:01 +00:00
3611584b0bFix crash when removing multiple torrents
Andrew Resch
2009-10-31 05:50:01 +00:00
ee7f4e452dFix adding torrents when not showing the add torrent dialog in Windows
Andrew Resch
2009-10-31 00:08:53 +00:00
6e695d8410Fix adding torrents when not showing the add torrent dialog in Windows
Andrew Resch
2009-10-31 00:08:53 +00:00
7c10dd4c0eFix#1052 crash when issuing commands while not connected to a daemon
Andrew Resch
2009-10-30 20:06:07 +00:00
60fdcb3bd8Fix#1052 crash when issuing commands while not connected to a daemon
Andrew Resch
2009-10-30 20:06:07 +00:00
a110ad1d20Fix improper dos line endings
Andrew Resch
2009-10-30 19:08:23 +00:00
d110b23a9fFix improper dos line endings
Andrew Resch
2009-10-30 19:08:23 +00:00
7c2a2af1f0Fix displaying non-ascii strings in the console ui -- patch from Ian Martin
Andrew Resch
2009-10-30 18:00:13 +00:00
2457fd0aeaFix displaying non-ascii strings in the console ui -- patch from Ian Martin
Andrew Resch
2009-10-30 18:00:13 +00:00
6d2d3c0fd0Fix torrent name being blank when root folder is renamed to / Update changelog (for previous commit as well)
John Garland
2009-10-30 00:15:22 +00:00
92afb8ab80Fix torrent name being blank when root folder is renamed to / Update changelog (for previous commit as well)
John Garland
2009-10-30 00:15:22 +00:00
888997372cMake sure renamed files are utf-8 encoded.
John Garland
2009-10-30 00:02:25 +00:00