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
Andrew Resch
2531271fe2
Merge branch 'master' of deluge-torrent.org:deluge
2012-09-18 18:00:13 -07:00
Andrew Resch
9055019cc2
Fix previous commit
2012-09-18 17:59:01 -07:00
John Garland
9829bec390
Fix execute plugin not working with unicode torrent names
2012-09-16 18:41:40 +10:00
John Garland
183c47f810
Fix deluge-gtk not working with twisted 12 ( fixes #2148 )
2012-09-16 18:41:35 +10:00
John Garland
129c09c5a7
Don't use deprecated twisted imports ( fixes #2164 )
...
Aliases have been removed in twisted 12.2.0.
2012-09-16 17:19:46 +10:00
John Garland
c8384bf304
Update google.ico so tracker_icons tests pass again
2012-09-16 17:14:47 +10:00
John Garland
5e1caf3746
Add compile arg needed by libtorrent 0.16.x
2012-09-16 15:31:36 +10:00
Andrew Resch
532b409a54
Only convert the move path to unicode if on windows
2012-09-14 15:55:28 -07:00
Asmageddon
7dd4645a7b
Quick and hacky fix for console event view crashing on long torrent names
2012-08-26 20:02:59 +02:00
Asmageddon
0bf1379cc5
Added active time and seeding time columns to console
2012-08-26 15:00:39 +02:00
Andrew Resch
6f98e1fddb
Don't clobber filename when adding torrents with mapped_files
2012-08-21 18:30:53 -07:00
Asmageddon
d3f6616d5d
Made status bars update correctly in Legacy
2012-08-20 16:27:15 +02:00
Asmageddon
8cdf914f5d
Fix to the last fix ^^
2012-08-09 14:56:23 +02:00
Asmageddon
6c6292135f
Fixed some problems with help popups
2012-08-09 14:56:23 +02:00
Asmageddon
75c4135d6e
Made delete key open up the delete torrent dialog in view torrent detail mode
2012-08-09 14:56:23 +02:00
Asmageddon
5927f2fa30
Made 'Esc' exit AddTorrents and allowed scrolling with j/k
2012-08-09 14:56:23 +02:00
Asmageddon
bd13457f33
Fixed AddTorrents crashing on folders containing unicode characters
2012-08-09 14:56:22 +02:00
Asmageddon
8de9843e7e
Replaced a dictionary comprehension with dict(list comprehension) to keep 2.6 compatibility
2012-08-09 14:56:22 +02:00
Asmageddon
a73fb338f1
Fix console not working with an empty session
2012-08-09 14:56:22 +02:00
Asmageddon
ae8751461a
Replaced 'inf' with '-' for ratio column in AllTorrents mode
2012-08-09 14:56:22 +02:00
Asmageddon
9c0c7b060c
Added progress to list of required columns
2012-08-09 14:56:21 +02:00
Asmageddon
da5140e615
Fixed (this time properly) crapping out when waiting for torrent data after enabling a column
2012-08-09 14:56:21 +02:00
Asmageddon
fa32d4e3f4
Fixed lack of formatting in some of the event messages
2012-08-09 14:56:21 +02:00