sedulous
9155191b0a
Fix #2103 : WebUI: Sorting by name is case-sensitive
2012-11-24 12:41:54 +00:00
Calum Lind
0571799a07
Fix #2120 : WebUI: Manually entered values not being saved in Spinners
2012-11-24 12:41:54 +00:00
Calum Lind
aaf4aa5226
Fix #2212 : WebUI: Unable to scroll in proxy preferences page
2012-11-24 12:41:44 +00:00
Chase Sterling
3e98ef5f89
Add quit dialog when changing classic mode.
...
Don't change visibility of connection manager when changing classic mode.
2012-11-23 20:47:26 -05:00
Calum Lind
c398ef57a5
Fix unhandled error with empty clipboard on Win32
2012-11-23 01:04:01 +00:00
Calum Lind
68b413af5f
Updates to web gen_gettext script and add .build_data to gitignore
2012-11-23 00:53:49 +00:00
Calum Lind
3f79d36489
Removing unneeded webui files
2012-11-23 00:36:37 +00:00
Calum Lind
582c6735d0
Fix #2100 : Add option not to bring main window to front when adding torrents through ipcinterface
2012-11-22 23:38:27 +00:00
Calum Lind
5d43c2ac94
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:19:05 +00:00
Calum Lind
845b95d88f
updated gitattributes to ignore deluge-web debug files
2012-11-22 23:19:05 +00:00
Chase Sterling
66437531e8
Update changelog.
2012-11-21 02:16:46 -05:00
Chase Sterling
666bb09513
Make sure queue order is preserved when restarting daemon.
2012-11-21 02:14:12 -05:00
Chase Sterling
7d88cb1850
Fix file renaming and moving with unicode characters on libtorrent 0.16
...
Fix torrent creation with unicode characters
Update changelog
2012-11-21 01:25:18 -05:00
Chase Sterling
d825be4901
Make path separators in Torrent.get_files consistent across platforms.
2012-11-12 21:12:54 -05:00
Chase Sterling
135c98634a
Eliminate the need to manually call the on_toggle handler for move completed in add torrent dialog.
2012-11-12 21:06:16 -05:00
Chase Sterling
ecb457c043
Make sure sensitivity of move completed path is always set correctly in add torrent dialog.
2012-11-10 22:25:27 -05:00
Chase Sterling
cd8ab2805c
Fix daemon starting with config dir containing spaces on Windows.
2012-11-09 18:44:36 -05:00
Chase Sterling
b7ca968fae
Fix jitter in gtk torrent view.
2012-11-07 00:35:58 -05:00
Chase Sterling
8f71b8d5c6
Revert stable sort and speedup commits.
2012-11-07 00:16:24 -05:00
Nikita Nemkin
8a72187998
Replaced WMI process enumeration with the EnumProcesses API call. (Shorter, faster, does not depend on pythoncom.)
2012-11-06 22:30:19 +00:00
Calum Lind
d9f1210fe7
Fix 2107 : create_plugin.py call correct version of python
2012-11-06 22:21:00 +00:00
Chase Sterling
0a9fe242e7
Move sensitivity check to a more appropriate place for move completed on add torrent dialog.
2012-11-02 19:25:24 -04:00
Chase Sterling
e53413902c
Update changelog.
2012-11-02 19:17:42 -04:00
Chase Sterling
bd500c30de
Merge remote-tracking branch 'github/1.3-gtk-movecompleted' into 1.3-stable
...
Conflicts:
ChangeLog
2012-11-02 18:09:11 -04:00
Chase Sterling
b8b27bdaf2
Make move completed field sensitive only when check box is enabled on add torrent dialog.
2012-11-02 18:04:38 -04:00
Chase Sterling
ad8b757387
Fix changelog entry for move completed patch.
2012-11-02 02:09:21 -04:00
Chase Sterling
fd8dc457fa
Add move completed option to add torrent dialog.
2012-11-02 02:06:33 -04:00
Chase Sterling
69509f446e
Update changelog.
2012-11-01 23:41:28 -04:00
Chase Sterling
db502253c9
Generalize stable sorting to use unique column set for the ListView.
...
Add a default sorting to the ListView.
Switch gtk speedup patch for new sorting.
2012-11-01 00:25:00 -04:00
Chase Sterling
8d25a5e691
Merge remote-tracking branch 'bro/1.3-stable-torrentview' into 1.3-stable
2012-10-31 22:05:15 -04:00
Chase Sterling
3c85cc4b03
Make the gtkui torrent view stable sort.
2012-10-31 00:12:36 -04:00
Calum Lind
03abe32054
Fix #2185 : register call should be deregister in deregister_event_handler
2012-10-14 00:31:28 +01:00
Calum Lind
7695c4e566
Add #1397 : Console UI - Support -s STATE in info
...
Cherrypick nick's commit from git master with code tidyup and workaround
for tuple issue in filtermanager so backward compatible.
2012-10-13 02:23:48 +01:00
Calum Lind
a64fe05890
Ensure torrent_ids is a list
...
If torrent_ids is created from filter_dict it is a tuple. This results
in an error when attempting to remove a torrent_id from torrent_ids
later on in 'leftover filter args' and 'filter_state_active()'.
2012-10-12 23:48:40 +01:00
bendikro
762ad783e2
Speed optimizations for the torrentview
2012-10-10 15:53:21 +02:00
Calum Lind
aa969fd830
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().
2012-10-06 22:54:37 +01:00
Calum Lind
e5f56e2fdd
Fix #2171 : Add Peer dialog stops responding if empty or invalid values entered
2012-09-30 18:23:51 +01:00
Calum Lind
610cd7dd33
Fix #2104 : Deluge has no indicator title
2012-09-29 19:15:49 +01:00
baconseed
bb7b529c29
Fix #2112 : World readable tmp directory in json_api
2012-09-29 17:02:16 +01:00
Calum Lind
43390b850a
Fix 2163 : Cannot add torrent file with empty (0:) encoding tag
2012-09-27 18:36:50 +01:00
Calum Lind
8c2189f161
Fix exception handling in rencode
2012-09-27 18:00:47 +01:00
Calum Lind
37ea2854a2
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-27 17:56:13 +01:00
John Garland
7b9bca0957
Fix copy pasta fail :(
2012-09-19 22:23:48 +10:00
Andrew Resch
ec3d698a14
Merge branch '1.3-stable' of deluge-torrent.org:deluge into 1.3-stable
2012-09-18 18:00:02 -07:00
Andrew Resch
3309f59333
Fix previous commit
2012-09-18 17:59:54 -07:00
John Garland
68990b4a3f
Fix execute plugin not working with unicode torrent names
2012-09-16 18:40:53 +10:00
John Garland
17cac01673
Fix deluge-gtk not working with twisted 12 ( fixes #2148 )
2012-09-16 18:36:58 +10:00
John Garland
18eb885983
Don't use deprecated twisted imports ( fixes #2164 )
...
Aliases have been removed in twisted 12.2.0.
2012-09-16 17:12:16 +10:00
John Garland
cb661f2595
Update google.ico so tracker_icons tests pass again
2012-09-16 17:09:23 +10:00
Andrew Resch
fc14b00868
Only convert the move path to unicode if on windows
2012-09-14 15:56:13 -07:00