Chase Sterling
2187cef14f
Add decode_utf8 argument to rencode.loads, which decodes all strings from utf8.
...
Update rpc protocol to load all strings as unicode.
2012-11-26 23:19:13 -05:00
Chase Sterling
6b5cf3396d
Rencode module now always loads strings as utf-8 encoded byte strings.
2012-11-26 23:19:13 -05:00
Calum Lind
4f59a48f57
Fix #2146 : Missing translations in View|Tabs submenu
...
Also fixed small bug when hiding Status tab
2012-11-27 02:03:25 +00:00
Chase Sterling
d48d3c9c2f
Make sure queue order is preserved when restarting daemon.
2012-11-26 17:19:09 -05:00
Chase Sterling
4579886bb5
Fix file renaming and moving with unicode characters on libtorrent 0.16
...
Fix torrent creation with unicode characters
2012-11-26 17:18:41 -05:00
Calum Lind
bd979da949
Update Changelog, translation files and compress js
2012-11-26 17:43:41 +00:00
Calum Lind
19bbf5ac8f
Fix Windows tray submenu items requiring right-click instead of left-click
2012-11-26 13:42:40 +00:00
Calum Lind
b8deea5c76
Fix #2208 : Win32 Open Folder not working with non-ascii paths
2012-11-26 13:42:32 +00:00
Calum Lind
88223fc058
Fix #2086 : Enable submenus for appindicator
2012-11-26 02:19:33 +00:00
Calum Lind
09e43f3e41
Fix use of translated text for widget name in build_menu_radio_list
2012-11-26 02:07:48 +00:00
Calum Lind
751bc317ea
Fix #2201 : auth fails if auth file has extra newlines
2012-11-26 02:07:43 +00:00
Asmageddon
294fc48bd1
Fixed setting some of the torrent options via the manage command
2012-11-25 20:18:35 +01:00
Asmageddon
d3d07f7f11
Fixed setting move on complete option in new console
2012-11-25 20:12:55 +01:00
Calum Lind
cd41089e49
Fix #2069 : WebUI: Login window layout problem when using larger than default font size
2012-11-24 18:19:37 +00:00
Calum Lind
b1cf5b9c40
Fix #1890 : WebUI: Column in files and peers view could use some spacing
...
Also fixed the SpinnerGroup to no longer show horizontal scrollbar and added
vertical scrolling to detailstab.
2012-11-24 18:16:38 +00:00
Calum Lind
c37cfdfa2f
Fix config not defined in ipcinterface
2012-11-24 18:06:13 +00:00
sedulous
84bc2e78bc
Fix #2103 : WebUI: Sorting by name is case-sensitive
2012-11-24 18:05:04 +00:00
Calum Lind
0676d7e2dc
Fix #2120 : WebUI: Manually entered values not being saved in Spinners
2012-11-24 17:52:49 +00:00
Calum Lind
dd8dac0574
Fix #2212 : WebUI: Unable to scroll in proxy preferences page
2012-11-24 17:49:32 +00:00
Calum Lind
d6d1cc5f45
Updates to web gen_gettext script and add .build_data to gitignore
2012-11-24 17:44:49 +00:00
Calum Lind
f016160c62
Removing unneeded webui files
2012-11-24 17:43:27 +00:00
Calum Lind
7119e0d95f
Fix #2100 : Add option not to bring main window to front when adding torrents through ipcinterface
2012-11-24 17:42:24 +00:00
Calum Lind
ffb902ba06
updated gitattributes to ignore deluge-web debug files
2012-11-22 23:27:52 +00:00
Calum Lind
dc14453f34
Update bbfreeze and nsis scripts for win32 packaging
...
bbfreeze script:
* Creates a VERSION.tmp file for use by nsis script
* Includes all theme, icon and locale files. Closes #2096 & #2145
* Add email.mime.multipart and email.mime.text. Closes #2074
* deluged.exe and deluge-web.exe will no longer show a cmd window and created
deluged-debug.exe and deluge-web-debug.exe as replacements if still needed
* Overridden bbfreeze gtk recipe thus no longer requiring file editing.
* Remove unnecessary python module includes
nsis script:
* Deluge version now based upon bbfreeze output
* Installer will warn if deluge already running. Closes #1217
* Removed deluged and deluge-web shortcuts from start menu
* Increased compression level for lzma
2012-11-22 23:24:13 +00:00
Chase Sterling
f83e772030
Make sure 'quit and shutdown daemon' option is not visible when not connected to a daemon.
2012-11-16 00:46:00 -05:00
Chase Sterling
0c1dd44cd6
Simplify cross-platform clipboard code in gtk add torrent dialog.
2012-11-14 20:58:48 -05:00
Chase Sterling
5b2be2d190
Update to depend on libtorrent >= 0.16.1
2012-11-13 21:13:59 -05:00
Chase Sterling
9d28aa9521
Fix bug in prioritize_first_last, also fixes selective downloading. refs #2211
2012-11-13 01:36:04 -05:00
Chase Sterling
8298a93dcc
Make path separators in Torrent.get_files consistent across platforms.
2012-11-12 21:27:08 -05:00
Chase Sterling
a78731c8cd
Eliminate the need to manually call the on_toggle handler for move completed in add torrent dialog.
2012-11-12 21:24:12 -05:00
Chase Sterling
15492028fc
Make sure sensitivity of move completed path is always set correctly in add torrent dialog.
2012-11-10 22:20:27 -05:00
Chase Sterling
db5a4f84f6
Fix daemon starting with config dir containing spaces on Windows.
2012-11-09 18:24:26 -05:00
Chase Sterling
4b75ec5b55
Add move completed option to add torrent dialog.
2012-11-07 22:35:41 -05:00
Chase Sterling
1daae0135d
Implement pseudo stable sort in the gtk torrent view.
2012-11-07 19:41:04 -05:00
Nikita Nemkin
dd511df194
Replaced WMI process enumeration with the EnumProcesses API call. (Shorter, faster, does not depend on pythoncom.)
2012-11-06 22:31:08 +00:00
Calum Lind
e43e4e2ee0
Fix 2107 : create_plugin.py call correct version of python
2012-11-06 22:24:40 +00:00
Calum Lind
b67bae31ba
Fix #2174 : Console: Unable to add torrent via URL
2012-11-06 21:27:02 +00:00
Calum Lind
5cb85472c6
Fix #2185 : register call should be deregister in deregister_event_handler
2012-10-14 00:31:45 +01:00
Calum Lind
1c865ebeb9
Tweaks to console info code
2012-10-13 02:27:18 +01:00
Calum Lind
a18bdcf7cd
Fix #2169 : Add Torrent Dialog 'Download Location' not set correctly when folder typed into Other->Location field
...
Using get_current_folder() in the file chooser will use the default folder when a folder path has been typed into the Location field rather than selected with mouse. The solution is to replace it with get_filename().
Conflicts:
deluge/ui/gtkui/addtorrentdialog.py
2012-10-06 23:00:30 +01:00
Calum Lind
0a36baa7d7
Fix #2171 : Add Peer dialog stops responding if empty or invalid values entered
2012-09-30 18:29:22 +01:00
Calum Lind
47958f708f
Fix #2104 : Deluge has no indicator title
2012-09-30 18:29:09 +01:00
Calum Lind
d030850638
Update Win32 Installer readme
...
Also remove unneeded StartX.exe
Conflicts:
win32/Win32 README.txt
2012-09-29 17:22:27 +01:00
Calum Lind
9360378ae9
Fix common.open_file for osx
2012-09-29 17:12:48 +01:00
Calum Lind
a3268dd403
Console: Fix test for empty color string
2012-09-29 17:12:26 +01:00
baconseed
b34e38df57
Fix #2112 : World readable tmp directory in json_api
2012-09-29 17:02:52 +01:00
Calum Lind
5188750332
Fix 2163 : Cannot add torrent file with empty (0:) encoding tag
2012-09-29 15:03:13 +01:00
Calum Lind
7275cdd3d9
Fix exception handling in rencode
2012-09-29 15:03:05 +01:00
Calum Lind
f6c201f02f
Fix 2160 : Disable use of python bindings for libtorrent extensions and replace with session flag
...
The fixes a GIL issue causing libtorrent segfault. https://code.google.com/p/libtorrent/issues/detail?id=369
Note: The ut_pex plugin (Peer Exchange) will now always be enabled.
2012-09-29 15:02:55 +01:00
John Garland
1ec51cec18
Fix copy pasta fail :(
2012-09-19 22:24:10 +10:00