Commit Graph

6487 Commits

Author SHA1 Message Date
Calum Lind a34f224201 Build deluge-all.js 2011-12-07 01:20:21 +00:00
Calum Lind 7a3c4440dc Update webui build file to run on Ubuntu 2011-12-07 01:07:19 +00:00
Calum Lind ce0c6d99f2 Revert "Fix #1976 : Trailing newlines in move_storage"
This reverts commit d96fae520d.
2011-12-05 18:14:56 +00:00
Calum Lind d96fae520d Fix #1976 : Trailing newlines in move_storage 2011-12-01 23:49:46 +00:00
Calum Lind d3c3d64cd4 Fix #1938 : AttributeError when attempting to shutdown daemon from client 2011-12-01 23:46:47 +00:00
Calum Lind b530658e20 Fix #1969 : Menu item 'quit & shutdown' available when not connected to daemon 2011-12-01 23:32:19 +00:00
Calum Lind eb70a7a6dc Fix #1984 : KeyError in preferences.py if key not in stored config 2011-12-01 19:30:57 +00:00
Calum Lind 370035ffc5 Fix #1934 : Unicode error in AddTorrent Dialog 2011-12-01 19:24:33 +00:00
Serge Matveenko 0941377fac Fix #1957 : Columns don't add resulting in keyerror for non-latin languages 2011-12-01 19:21:13 +00:00
Pedro Algarvio 1a8aa4b920 Fix #1898 : Email notifications do not include date/time they were sent 2011-11-30 00:05:13 +00:00
Calum Lind 1c8327034d Revert "Fix #1338 Seeds and Peers totals not updating"
Did not fix the issue.
This reverts commit 1a9ae62669.
2011-11-29 17:52:13 +00:00
Calum Lind 9ed155c456 Update to the DnD windows fix
Found that the original fix worked fine with GTK v2.24 but with v2.16 on Windows get_uris is empty
2011-11-27 01:44:30 +00:00
Calum Lind 3d813ea1f8 Fix #1905 : No email sent to second email address in Notifications plugin 2011-11-26 14:51:49 +00:00
terror_macbeth_I 0f962aeda5 Fix #1953 : Console flickering on every update 2011-11-26 14:51:44 +00:00
Calum Lind 3a0b6f8a6d Fix #1945 : Mutable default arguments in deluge.ui.client 2011-11-25 14:18:45 +00:00
Calum Lind cade8ee784 Change Windows default download path from '~' to '~\Downloads' 2011-11-25 13:46:34 +00:00
Calum Lind 0d27032c06 AddTorrent file dialog now can browse network shares 2011-11-25 09:50:40 +00:00
Calum Lind 3b8bbb2e77 Update Changelog 2011-11-22 23:16:27 +00:00
Calum Lind 9c9064b246 Fix #1918 : Drag'n'Drop not working in Windows
Moved uri handling from mainwindow into ipcinterface process_args() and fix url to path conversion
2011-11-22 22:48:21 +00:00
Calum Lind d1a3cbebbe Remove code duplication in queuedtorrents.py, use ipcinterface process_args() instead 2011-11-22 22:48:21 +00:00
Calum Lind 79f8af688a Modify log message from Error to Warning level 2011-11-22 22:37:51 +00:00
Calum Lind bbba60f34c Fix Webui files-tab menu setting wrong priority 2011-11-21 21:50:54 +00:00
phil a2d313383c Fix #1921 : GTKUI reports free disk space incorrectly 2011-11-20 18:00:19 +00:00
Calum Lind e336cd64b4 Fix #1967 : IndexError when trying to open a non-json conf file 2011-11-20 18:00:19 +00:00
Calum Lind eff3577505 Fix LP#821577 : UnpicklingError when external selection dragged onto Files Tab 2011-11-20 18:00:19 +00:00
Calum Lind 2504b2520a Fix #1964 : Unhandled UnpicklingError with corrupt state file 2011-11-20 18:00:18 +00:00
Cristian Greco d8560f5c25 Fix #1944 : Use errno constants for portability 2011-11-20 18:00:18 +00:00
ashirley 51802f7c54 Fix #1912 : Exit nicely from get_libtorrent.sh if svn not installed 2011-11-20 18:00:18 +00:00
Calum Lind a3538c8937 Fix #1941 : Increase UIs max cache value to 999999 (15GiB) 2011-11-20 18:00:18 +00:00
Calum Lind 714b7f3c55 Fix #1960 : Web UI statusbar shows total_payload_download for upload 2011-11-20 18:00:18 +00:00
Calum Lind f0c4a4c766 Fix #1928 : Crash when dragging column header
The fix specifically applied to on_alert_save_resume_data by moving function call str(alert.handle.info_hash()) into the try statement. For completeness any calls to str(alert.handle.info_hash()) also moved into try statements.
2011-11-20 18:00:12 +00:00
Calum Lind 683e4be529 Fix #1940 : File & folder renaming issue when using Add Torrent dialog in Windows
The file rename in torrentmanager was calling lt.rename_file directly
so skipping the sanitize function normally applied when renaming.
2011-11-20 17:58:29 +00:00
Andrew Resch 93a860f2a1 Fix typo in Windows shutdown handler 2011-08-08 10:42:06 -07:00
John Garland 9c4cd86492 Iterate over values not keys (fixes autoadd error) 2011-08-07 15:16:44 +10:00
Calum Lind fc6f9ebc3b Fix formatting of Changelog and add next version 2011-07-29 00:10:35 +01:00
Calum Lind 603ca1b855 Fix i18n sub-dir issue in gitignore
Also fixes trailing whitespace in setup.py
2011-07-28 22:34:20 +01:00
Calum Lind 3b89595d38 Update translation 'po' files 2011-07-26 00:49:48 +01:00
Calum Lind 448478485a Add my name to author list 2011-07-22 19:28:31 +01:00
Andrew Resch 4234583fc7 Fix .desktop file creation on Windows by just ignoring it 2011-07-22 11:12:47 -07:00
Andrew Resch bdd9bd11b5 Update version 2011-07-22 10:58:01 -07:00
Andrew Resch 8dbdb02967 Update windows setting 2011-07-19 16:50:32 -07:00
Calum Lind 0555fbeb9d Fix python2.5 compatibility with except statements in remove_empty_folders 2011-07-16 14:11:52 +01:00
Calum Lind 3126407d74 Update Changelog and ez_setup 2011-07-14 13:42:17 +01:00
Calum Lind 2d09035dc4 Fix httpdownloader Tests 2011-07-14 01:00:26 +01:00
Calum Lind ed229d2ace Add intltool to dependencies 2011-07-13 23:29:39 +01:00
Calum Lind 9e0d173115 Fix torrent file and folder renaming issues
Adds `sanitize_filepath` for use before passing to libtorrent rename_file
2011-07-13 22:39:23 +01:00
Calum Lind 81d4b00ade Localize the Desktop file 2011-07-13 21:28:59 +01:00
Calum Lind 1a9be0e9a4 Update Changelog, deluge.pot & gitignore 2011-07-10 17:45:37 +01:00
Calum Lind 28fc325db9 Fix UnicodeDecodeError from 'deluge-console --help' with other languages 2011-07-10 16:30:00 +01:00
Calum Lind eb309813ea Fix #1505: Add libtorrent info to --version output 2011-07-09 23:09:17 +01:00