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
Asmageddon
52541df3f9
Added another check to prevent event spam when adding a new torrent
2012-08-09 14:56:21 +02:00
Asmageddon
39d75ee7d5
Display a 'Please Wait' string instead of crapping out when waiting for column data to be fetched
2012-08-09 14:56:20 +02:00
Asmageddon
246a8409bf
Fixed a crash when trying to change sort order from an invisible column
2012-08-09 14:56:20 +02:00
Asmageddon
c554bf9edd
Made scrolling not reset the breadcrumbs in AddTorrents as it's meaningless
2012-08-09 14:56:20 +02:00
Asmageddon
ef522ba292
Added scrolling with PgUp/PgDown and Home/End to SelectablePopup
2012-08-09 14:56:20 +02:00
Asmageddon
3602fb76c5
Fixed a little problem with multiselection in AddTorrents
2012-08-09 14:56:19 +02:00
Asmageddon
8dfc405c3e
Added error handling for inaccessible directories
2012-08-09 14:56:19 +02:00
Asmageddon
567f4e5c3d
Removed debug code, made AddTorrents save path and sorting column/order
2012-08-09 14:56:19 +02:00