Commit graph

4491 commits

Author SHA1 Message Date
Andrew Resch
1693bc7373 Fix for adding torrents with invalid filename encodings 2009-04-10 17:34:55 +00:00
Andrew Resch
2023fac5c5 Fix #883 segfault if locale is not using UTF-8 encoding 2009-04-09 16:40:52 +00:00
Andrew Resch
c3e7a78a70 Update LICENSE and ChangeLog 2009-04-06 21:16:55 +00:00
Andrew Resch
100c6c0dcc Prep for release 2009-04-06 21:09:17 +00:00
Andrew Resch
acf872f4a1 Update translations 2009-04-06 21:08:46 +00:00
Andrew Resch
d4d9cb8e75 Add OpenSSL exception to copyright headers 2009-04-06 20:24:02 +00:00
Andrew Resch
dcc6654b46 Add missing import 2009-04-06 18:40:11 +00:00
Andrew Resch
52f8d7cacf Another fix for loading torrents on Windows 2009-04-05 23:28:31 +00:00
Andrew Resch
f3f5aa661e Fix loading torrent files in Windows when the path is non-ascii 2009-04-05 23:10:41 +00:00
Andrew Resch
e8d9c43b48 Fix displaying torrents with non-utf8 encodings in add torrent dialog 2009-04-05 18:31:43 +00:00
Andrew Resch
8d8e1ef5c3 Fix #870 use proper config location for loading ssl cert 2009-03-31 18:42:10 +00:00
Andrew Resch
1da46653e6 Fix #862 deluged crash when access http://localhost:58846 2009-03-31 18:26:40 +00:00
Andrew Resch
ea4ed3c880 Fix typo 2009-03-28 04:03:17 +00:00
Andrew Resch
5644646427 Fix #855 force a resume on a torrent if a 'Force Recheck' is initiated 2009-03-21 18:45:47 +00:00
Andrew Resch
fe04c46252 Fix udp trackers being classified as DHT source 2009-03-21 18:07:19 +00:00
Andrew Resch
99374972b0 Update man pages 2009-03-16 17:56:26 +00:00
Andrew Resch
e219cce7a5 Prep for release 2009-03-16 17:55:51 +00:00
Andrew Resch
28eed5d7e5 Update translations 2009-03-16 17:46:40 +00:00
Andrew Resch
17ac7ce733 Fix #841 maximum upload slots tooltip 2009-03-15 18:38:08 +00:00
Andrew Resch
97fec6ce1a Add 'Comments' field to the Details tab 2009-03-15 01:35:20 +00:00
Andrew Resch
027dd7bcef Don't always log to file in Windows 2009-03-14 23:34:49 +00:00
Andrew Resch
ec72ac57d7 Use binary mode on all config files for Windows compat 2009-03-12 21:43:17 +00:00
Andrew Resch
ad322aabd1 Fix loading config files on Windows 2009-03-12 21:33:43 +00:00
Andrew Resch
cb524c3590 Do not return when unable to make a backup of the config file 2009-03-09 16:43:28 +00:00
Andrew Resch
874c5dc106 Prep for release 2009-03-08 21:08:42 +00:00
Andrew Resch
375c62223d Update About dialog 2009-03-08 21:06:17 +00:00
Andrew Resch
c2de5ed93f Make sure config files, resume data and state are fsync'd when saved. This should help prevent data
losses on crashes/improper shutdowns.
2009-03-08 20:27:58 +00:00
Andrew Resch
fdf78bc7fd Fix #790 tracker hosts not correct for some .uk trackers 2009-03-08 20:19:19 +00:00
Andrew Resch
5ce82498ac Label: Fix setting 'Move on completed' folder when connected to a remote daemon 2009-03-08 20:14:42 +00:00
Andrew Resch
9da61bd1c7 Use 127.0.0.1 instead of localhost 2009-03-08 20:11:38 +00:00
Andrew Resch
0d633b388e Revert signalreceiver changes since this seems to cause issues with running dialogs 2009-03-08 19:58:46 +00:00
Andrew Resch
b52e1155c5 Translations update 2009-03-07 23:45:18 +00:00
Damien Churchill
8535e8e22c improve the error reporting when a ui fails to load 2009-03-07 17:27:04 +00:00
Andrew Resch
6ba55ce2f4 Fix up error message when unable to import a UI 2009-03-07 16:55:45 +00:00
Damien Churchill
f2a3ebf486 apply Ghents patch to allow for specifying your deluge config dir whilst
creating a plugin
2009-03-06 17:18:48 +00:00
Andrew Resch
ffcb1643b9 Remove ssl exception from license header when creating plugins from the
script
2009-03-05 23:57:48 +00:00
Andrew Resch
2e4bc65834 Do not inherit the ThreadingMixIn class in SignalReceiver since it's no
longer needed
2009-03-05 03:12:34 +00:00
Andrew Resch
8001d5e165 Change SignalReceiver to use non-blocking socket 2009-03-05 00:28:34 +00:00
Andrew Resch
9728d1d831 Fix showing Preferences dialog in Windows 2009-03-02 01:46:22 +00:00
Andrew Resch
364078079b Update ChangeLogs 2009-02-28 22:22:49 +00:00
Andrew Resch
342063599f Only emit the TorrentFinished event when the torrent hasn't been previously finished.. e.g. after a force recheck 2009-02-28 22:07:49 +00:00
Andrew Resch
4baf7b167a Catch exception when removing a checking torrent 2009-02-28 21:05:49 +00:00
Andrew Resch
c6c861885e Do not attempt to pause/remove a checking torrent due to stop at share ratio rules 2009-02-28 21:01:28 +00:00
John Garland
2831e10a24 Fixed empty substitutions not being recognised
Removed redundant call of autodetect in section
Renamed gtk+ defines to gtk
2009-02-28 09:30:49 +00:00
John Garland
9b4e4e8d48 Added macro to create detect functions
Renamed autodetect_python to detect_python
Added detect_gtk
2009-02-28 09:23:46 +00:00
Andrew Resch
f598101ee8 Fix #817 email notifications fail to substitute format strings 2009-02-28 02:18:12 +00:00
Andrew Resch
4965a903ac Fix #655 issue where default torrent options wouldn't be set for new
torrents added to the addtorrentdialog
2009-02-28 01:48:41 +00:00
Andrew Resch
5414276a16 Fix displaying file errors when the torrent isn't paused 2009-02-27 21:38:30 +00:00
John Garland
4c479749f9 ReadRegStr needs an output variable 2009-02-25 12:11:34 +00:00
John Garland
270bb4ae1b Moved functions to bottom so that they could include defines
Installer now automatically selects python if not installed
2009-02-25 12:09:31 +00:00