Asmageddon
a436eb8aa6
Fixed spin inputs not updating their values until deselected
2012-08-09 14:55:40 +02:00
Asmageddon
3f5099bd05
Added setting per-torrent options to console mode. Mapped to 'o' key, supports setting options for multiple torrents at once(when values differ, leave the default value alone to not touch that option)
2012-08-09 14:55:40 +02:00
Asmageddon
2625bbc7fd
Added functions for adding spin inputs to popup. Added support for default non-number values to them(they return None in that case). Added proper scrolling to InputPopup. Tweaked visual style
2012-08-09 14:55:39 +02:00
Asmageddon
0f18463df0
Fixed bug that would cause info command to sometimes 'shorten' torrent ID in a way that in the end makes it longer(some of characters repeat)
2012-08-09 14:55:39 +02:00
Asmageddon
6b8428e262
Fix behavior of __get_contained_files_count when passed file id parameter and thus fix bug causing discrepancy in behavior when (un)selecting partially selected folders(will now unselect them all the time)
2012-08-09 14:55:39 +02:00
Asmageddon
a8a24bf0d9
Removed trailing whitespace
2012-08-09 14:55:39 +02:00
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
Andrew Resch
6422f11971
Fix autoconnecting to the default host
2012-07-17 17:23:39 -07:00
bendikro
8e7432e71c
Added a protocol for the network traffic between client and daemon.
...
Implemented a protocol layer above twisted.internet.protocol.Protocol
which guarantees correct transfer of RPC messages. The network messages
are transfered with a header containing the length of the message.
2012-07-02 02:09:14 +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
9fd527f465
WebUI: Increase focus delay for password field cursor
2012-04-18 13:00:14 +01:00
Calum Lind
8fdfdc2b25
Gtkui: move height request to child widget in create dialog
2012-04-18 12:57:53 +01:00
Calum
bfae766f8a
Fix missing semi-colon in deluge.desktop
2012-04-18 12:55:52 +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
e2608a0ac9
Remove unnecessary translation from connection manager
2012-03-26 19:17:56 +01:00
Calum Lind
beb35c5c35
Grey out file priorities for 'is_seed:True' seeding torrents
2012-03-22 01:34:49 +00:00
Calum Lind
14eb3e51b0
Bring MainWindow to front when opening another instance of gtkui
2012-03-22 01:15:45 +00:00
Calum Lind
d62da02bae
Improve Magnet and Url support for add command in console
2012-03-21 22:35:14 +00:00
Calum Lind
61dbd349ab
Hide unused Infohash button in WebUI
2012-03-14 00:26:08 +00:00
Calum Lind
d98eb06f69
Fix Label Plugin text 'All' for translation in sidebar
2012-03-11 20:16:13 +00:00
Calum Lind
7f88f59272
Mark torrent menu Pause text for translation
2012-03-11 20:09:42 +00:00
Calum Lind
f6127e1747
Fix #2052 : Progress bar state text marked for deferred translation
2012-03-11 20:07:40 +00:00
Calum Lind
9ecc9ab7ad
Modified fix for #1957 non-acsii columns
2012-03-11 01:05:12 +00:00
Calum Lind
17d12fbaf2
Fix for Up Speed column not sorting in Webui
2012-03-10 13:21:09 +00:00
Calum Lind
713f7eff7a
Fix collapsed treeview in Create Torrent dialog
2012-03-04 19:34:27 +00:00
Calum Lind
74181469bc
Fix compatibility for Python2.5 and Debian Lenny
...
Recent commit to handle warnings were >=Py2.6 and glib binding is
unavailable on Debian Lenny.
2012-03-04 19:28:51 +00:00
Calum Lind
b396b11611
Set process name to match application using setproctitle
...
Using the setproctitle module the process name displayed in top
and other places will correctly reflect the binary name. This is an
optional dependency
2012-03-04 19:13:33 +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
debae00246
Fix preferences dialog not opening with main window on Windows
2012-03-02 13:55:52 +00:00
Calum Lind
a1949bc020
Fix #1976 : Text entry with trailing newline characters causes issues for Move Storage
...
Changed most GtkEntry truncate-mutliline properties to True for all single line
entries to prevent similar issues.
2012-03-02 13:54:08 +00:00
Calum Lind
968abf9d54
Add optparse custom version to prevent unnecessary loading of libtorrent
2012-03-02 13:31:38 +00:00
Calum Lind
f1ddd236ce
Fix #2038 : Chrome 17 disconnecting from webui
2012-03-02 13:10:35 +00:00
Calum Lind
a494471ed4
Fix potential keyerror for on_torrent_removed in sessionproxy
2012-03-02 13:02:11 +00:00
Calum Lind
1696fd1103
Updated Changelog and compressed js
2012-02-23 00:49:55 +00:00