Asmageddon
c30a86e52a
Add option(on by default) to move selection when moving torrents up/down the queue. Known bug: Incorrect behavior when trying to move bottommost torrents to the bottom, has no impact besides being unexpected.
2012-08-09 14:55:38 +02:00
Asmageddon
591f9a19e5
Add smarter selection selection for torrent detail view - highlight directories with selected files inside as partially or fully selected, select not only directories but also files inside.
2012-08-09 14:55:38 +02:00
Asmageddon
c62547d401
Revamped info command detailed file view so it now shows a pretty tree look and made it ensure at least 8 characters of torrent ID get printed before deciding not to wrap to next line in the default, compact view
2012-08-09 14:55:38 +02:00
Asmageddon
16f62bbcfe
Add proper support for double width characters to legacy mode and few related formatting functions
2012-08-09 14:55:38 +02:00
Asmageddon
412d0e7be9
Completely remove placement of three dots symbol between columns, including option concerning it.
2012-08-09 14:55:38 +02:00
Asmageddon
98c9aaf600
Remove trailing backslashes to avoid breaking shlex that is used to split parameters passed to commands
2012-08-09 14:55:37 +02:00
Asmageddon
f5c8968aa6
A quick and ugly fix(try-except) for crashes involving multiselection
2012-08-09 14:55:37 +02:00
Asmageddon
149cbae4dc
Add scrolling using Page Up/Down and Home/End in torrent detail view
2012-08-09 14:55:37 +02:00
Asmageddon
b689fe1d98
Fixed autocompletion bug, removed some useless comments
2012-08-09 14:55:37 +02:00
Asmageddon
a6c1bc1d4a
Modified autocompletion to only list a limited amount of matches(use info for full list), color coded it, modified to show both torrent names and ID as well as highlight matching part, show green 'Autocompletion matches' text for more than 4 matches so it's more readable. Depends on previous commit
2012-08-09 14:55:36 +02:00
Asmageddon
ab6dc2d11f
Added a function for stripping formatting to be used in other places.
2012-08-09 14:55:36 +02:00
Asmageddon
ced1475233
Modified the info command to be more compact and concise by default, old behavior(with tracker and save location info added) moved to -v switch, old verbose mode(files and peers) moved to -d switch
2012-08-09 14:55:36 +02:00
Asmageddon
1391f20658
Add option to not store duplicate input in command history for legacy mode.
2012-08-09 14:55:35 +02:00
Asmageddon
b1439274c6
Pass console config to torrentdetail and format_utils, add an option to disable three dots when trimming columns(they piss me off)
2012-08-09 14:55:35 +02:00
Eirik Byrkjeflot Anonsen
6cb1fd76cc
Fix #2062 : Console discards text before first colour string
2012-04-20 12:35:21 +01:00
Calum Lind
934a0f6495
fix mistake in last commit
2012-04-19 18:09:31 +01:00
Dan39
266127bb69
Fix #2065 : Console crash with missing closing quote
2012-04-19 16:02:09 +01:00
Calum Lind
569dd0c585
Console: Fix prefixed space for tab completing commands
2012-03-26 19:27:58 +01:00
Calum Lind
211c27aaae
Console: Fix missing trailing space for command options with tab complete
2012-03-26 19:27:01 +01:00
Calum Lind
d62da02bae
Improve Magnet and Url support for add command in console
2012-03-21 22:35:14 +00:00
Calum Lind
752e5a7a8f
Fix #2045 : UnicodeDecodeError when using non-ascii chars in info
...
Input arg string needed decoding otherwise comparing with unicode
torrent name fails.
2012-03-02 15:44:08 +00:00
Calum Lind
ba60ae09d5
Fix #1954 : 'invalid literal for float' console error when setting listen interface
2012-02-23 00:49:54 +00:00
Damien Churchill
983c9dad99
apply patch from #1548
2012-01-10 01:19:24 +00:00
Calum Lind
9e43956e1b
Fix spelling mistake
2011-12-06 23:51:00 +00:00
Calum Lind
9d16b50075
Fix #1917 : UnicodeDecodeError with long torrent names
2011-12-04 13:01:50 +00:00
Calum Lind
b69163b57d
Fix #1828 : Auth issue with args passed to console
2011-12-03 23:04:47 +00:00
Calum Lind
b81159f295
Fix #1801 : ConsoleUI failed connect missing error message
2011-07-09 22:11:13 +01:00
Calum Lind
f75ec9d484
Fix translation of KiB/s
2011-07-04 21:39:08 +01:00
Calum Lind
795f633bc4
Fix #491 : Add auto_manage_prefer_seeds to prefs manager and UIs
2011-07-02 18:44:26 +01:00
Calum Lind
420447e386
Fix #1232 : Improve display of Peers Tab IPv6 addresses
2011-06-30 18:02:06 +01:00
Andrew Resch
5bc63fa910
Change component.deregister to take the object as the parameter, not the name
2011-06-06 14:19:51 -07:00
Pedro Algarvio
9b812a4eec
Extend RPC Protocol.
...
While adding the multiuser auth related stuff, RPC_AUTH_EVENT was added, simply to not touch how RPC_ERROR was handled. It was created to allow recreating the exception on the client side. Instead of adding another rpc event type, extend RPC_ERROR to send the proper data to recreate the exception on the client side.
2011-05-18 03:56:17 +01:00
Nick Lanham
1be59bb116
don't show decimals for 100% progress (100% instead of 100.00%)
2011-04-28 14:28:53 +02:00
Nick Lanham
751345fc28
minor function renaming to make things properly private
2011-04-28 14:28:53 +02:00
Nick Lanham
12ea65d188
show priorities for directories. fulfills feature request 1688
2011-04-28 14:28:53 +02:00
Nick Lanham
e950cca059
reset selection to top on alltorrent resume in case another mode has effected torrent list
2011-04-28 14:28:53 +02:00
Nick Lanham
47a9b18b89
enforce min/max values for float/int spin inputs
2011-04-27 18:09:20 +02:00
Nick Lanham
292929ba59
better handling of keyboard input in int/float spin inputs
2011-04-27 18:09:20 +02:00
Nick Lanham
cbcf413ffd
use callbacks for mode switching when stopping alltorrents component. should fix bug 1686
2011-04-27 18:09:20 +02:00
Nick Lanham
4d8b34209b
fix column trimming a bit
2011-04-27 18:09:20 +02:00
Nick Lanham
67a4fd49e9
fix problem when not showing name,state or queue columns. fix problem if there were no var length cols.
2011-04-26 22:59:48 +02:00
Nick Lanham
e992ac3eab
ignore key presses that only makes sense when we have a state when we don't have a state
2011-04-26 14:18:25 +02:00
Nick Lanham
d05352db65
fix bug for selecting multiple torrents with cursor above last mark (bug 1689)
2011-04-26 14:03:49 +02:00
Nick Lanham
b1e0dd66eb
handle files with [ and ] characters in them
2011-04-26 13:53:11 +02:00
Nick Lanham
897c2f981f
Add help to torrent details mode.
...
fixes bug: 1687
2011-04-26 12:41:19 +02:00
Nick Lanham
bb0746c3e8
use os.sep and strip what's already in input box from complete options
2011-04-13 11:52:03 +02:00
Nick Lanham
0d560bcd6f
Add update-tracker/reannounce command for command-line/legacy interface
2011-03-29 14:56:39 +02:00
Nick Lanham
e81a279dc2
fix naming issue with close callback in popups
2011-03-19 12:38:55 +01:00
Nick Lanham
280781ded9
queue management in torrent actions
2011-03-13 12:53:13 +01:00
Nick Lanham
08843ccad5
support prefs that don't fit on the screen
...
remove superfluous log message
2011-03-08 12:21:45 +01:00