Calum Lind
006624f568
Fix missing comma in notifications plugin
2011-12-03 17:09:55 +00:00
Calum Lind
4acf548436
Revert "Fix #1338 Seeds and Peers totals not updating"
...
Did not fix the issue.
This reverts commit 1a9ae62669
.
2011-11-29 19:17:30 +00:00
Calum Lind
d9193fcc4f
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-29 19:17:20 +00:00
Calum Lind
a779a4a7ea
Fix #1905 : No email sent to second email address in Notifications plugin
2011-11-29 19:14:42 +00:00
Calum Lind
2a3d8ae156
Fix #1945 : Mutable default arguments in deluge.ui.client
2011-11-29 19:10:53 +00:00
Calum Lind
07d4aff13b
Change Windows default download path from '~' to '~\Downloads'
2011-11-29 19:08:41 +00:00
Calum Lind
838f9331be
AddTorrent file dialog now can browse network shares
2011-11-29 19:08:34 +00:00
Calum Lind
3c3f93db3e
Fix #1918 : Drag'n'Drop not working in Windows
2011-11-29 19:06:56 +00:00
Calum Lind
d98231a713
Remove code duplication in queuedtorrents.py, use ipcinterface process_args() instead
2011-11-29 19:03:59 +00:00
Calum Lind
a50c83c284
Modify log message from Error to Warning level
2011-11-29 19:02:20 +00:00
Calum Lind
05f30b58c1
Fix Webui files-tab menu setting wrong priority
2011-11-29 19:01:20 +00:00
phil
a932767545
Fix #1921 : GTKUI reports free disk space incorrectly
2011-11-29 18:59:13 +00:00
Calum Lind
c29d3bb930
Fix #1967 : IndexError when trying to open a non-json conf file
2011-11-29 18:55:30 +00:00
Calum Lind
b4a73cabf3
Fix LP#821577 : UnpicklingError when external selection dragged onto Files Tab
2011-11-29 18:55:22 +00:00
Calum Lind
16bbedaf2b
Fix #1964 : Unhandled UnpicklingError with corrupt state file
2011-11-29 18:55:14 +00:00
Cristian Greco
b2eb5aeb8c
Fix #1944 : Use errno constants for portability
2011-11-29 18:54:06 +00:00
ashirley
3dcfa5cfd8
Fix #1912 : Exit nicely from get_libtorrent.sh if svn not installed
2011-11-29 18:47:05 +00:00
Calum Lind
307ffe734a
Fix #1941 : Increase UIs max cache value to 999999 (15GiB)
2011-11-29 18:46:26 +00:00
Calum Lind
ead734cbf0
Fix #1960 : Web UI statusbar shows total_payload_download for upload
2011-11-29 18:42:28 +00:00
Calum Lind
46ab11961e
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-29 18:32:06 +00:00
Calum Lind
58adbe94b9
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-29 18:27:44 +00:00
Andrew Resch
7227c97cac
Fix typo in Windows shutdown handler
2011-08-08 10:42:29 -07:00
Pedro Algarvio
4fcfb677a4
Allow changing ownership even though the owner column is not visible.
2011-08-03 11:59:42 +01:00
Andrew Resch
808ff02130
Fix path for desktop file
2011-07-29 20:56:48 -07:00
Calum Lind
08a0a2de99
Fix i18n sub-dir issue in gitignore
2011-07-28 22:56:22 +01:00
Andrew Resch
fd56ccaabf
Fix .desktop file creation on Windows by just ignoring it
2011-07-28 22:53:40 +01:00
Calum Lind
cebddf9c79
Add my name to author list
2011-07-22 19:29:32 +01:00
Andrew Resch
e9b602d85f
Update windows setting
2011-07-19 16:50:56 -07:00
Calum Lind
5b2d37954c
Add intltool to dependencies
2011-07-13 23:27:00 +01:00
Calum Lind
fcc13f454b
Fix torrent file and folder renaming issues
...
Adds `sanitize_filepath` for use before passing to libtorrent rename_file
2011-07-13 22:44:13 +01:00
Calum Lind
15ef668fef
Localize the Desktop file
...
Conflicts:
setup.py
2011-07-13 21:49:25 +01:00
Calum Lind
bf145c0715
Option tab spin buttons connected to key press events
2011-07-11 17:23:42 +01:00
Calum Lind
192f3d88e5
set spinbuttons numeric only
2011-07-11 16:27:48 +01:00
Pedro Algarvio
d9cf3a8c08
Remove un-needed signal handlers.
2011-07-11 15:15:45 +01:00
Calum Lind
a41b1357b5
Update translations files
2011-07-11 14:27:08 +01:00
Pedro Algarvio
c3c21dae72
More missing(?) signal handlers. Refs #1891 .
2011-07-10 23:24:10 +01:00
Pedro Algarvio
4daa7e2470
Fix the options tab. Refs #1891
2011-07-10 22:51:10 +01:00
Calum Lind
b301051cdd
Fix #1637 : UnicodeDecodeError from 'deluge-console --help' with other languages
2011-07-10 16:45:02 +01:00
Pedro Algarvio
456f660878
Add some more lost signal on the Glade to GtkBuild migration.
2011-07-10 02:58:46 +01:00
Calum Lind
f7ce07c68f
Tidy up location of gettext setup_translations
2011-07-10 02:10:14 +01:00
Pedro Algarvio
9eb85cb6eb
Fix lost signals for peers tab menu, files tab menu and options tab.
2011-07-10 02:05:20 +01:00
Calum Lind
40fd945f70
Fix translation string in Freespace plugin
2011-07-10 01:58:08 +01:00
Pedro Algarvio
78944f47f3
Allow compiling translations in develop mode.
...
Translations will compiled into `deluge/i18n` instead of the build lib so that they can be used in a deluge develop mode install.
2011-07-10 01:20:13 +01:00
Pedro Algarvio
acb747bfd5
Log from where translations are being loaded.
2011-07-10 00:43:56 +01:00
Pedro Algarvio
0c1055511d
Raw attempt of fixing the GtkBuilder introduced bugs.
2011-07-10 00:43:01 +01:00
Calum Lind
f0c327a024
Fix #1505 : Add libtorrent info to --version output
2011-07-09 23:19:57 +01:00
Calum Lind
b81159f295
Fix #1801 : ConsoleUI failed connect missing error message
2011-07-09 22:11:13 +01:00
Calum Lind
ca86aa5714
Fixes keyerror with existing file priorities set to High
2011-07-08 23:34:02 +01:00
Calum Lind
fc7fa94319
Add handler for drag_data_received to supress warning
2011-07-08 23:23:03 +01:00
Pedro Algarvio
c6ee8cf39d
Do not use Ellipsis.
2011-07-08 10:03:04 +01:00