Commit Graph

  • 39a896e59e Add proper sorting by primary/secondary fields. No preferences yet, defaults are queue/name Asmageddon 2012-05-27 17:01:14 +02:00
  • ca6c647bd2 Color-coded the statusbars Asmageddon 2012-05-27 15:19:21 +02:00
  • d2dc62f0b3 Remove option to hide name column as something to identify the torrent is needed anyway Asmageddon 2012-05-27 12:13:46 +02:00
  • 4983110d50 Highlight matches when searching (only for >=2 chars entered) Asmageddon 2012-05-27 01:43:03 +02:00
  • 00bf1d31a2 Fixed a severe torrent matching bug caused by spaces not being unescaped when parsing Asmageddon 2012-05-27 01:19:44 +02:00
  • 2092a0d090 Fixed halt command. I totally have no idea why it worked before and why it stopped working now.... Asmageddon 2012-05-27 01:13:52 +02:00
  • d3e70b7f7f Don't reset cursor position when going back from torrent detail view Asmageddon 2012-05-27 00:02:46 +02:00
  • d86168cb41 When no filename is supplied in torrent add dialog, treat is as cancel and don't display an error message Asmageddon 2012-05-26 23:45:41 +02:00
  • 5a096768e0 Fixed another search scrolling bug. New search is now only not performed if the same part of torrent name matches after entering a new character Asmageddon 2012-05-26 23:38:28 +02:00
  • c2f97356c6 Fixed minor searching problems Asmageddon 2012-05-26 23:28:46 +02:00
  • b5cfbbcdec Made popup windows scrollable with page up/down and home/end Asmageddon 2012-05-26 23:12:10 +02:00
  • 6326902287 Do not empty search_string so user can continue to cycle through results with 'n' key Asmageddon 2012-05-26 23:02:45 +02:00
  • a9af9cabb4 Remove '(end/start reached)' message after changing search string Asmageddon 2012-05-26 22:55:38 +02:00
  • 546aa58482 Fixed scrolling bug when searching backwards Asmageddon 2012-05-26 22:52:55 +02:00
  • be79c586da Made search case insensitive Asmageddon 2012-05-26 22:51:34 +02:00
  • 819377b0bb Searching in main view now searches immediately and you can cycle through results with up/down keys. Failure/success/end/start reached are now color-coded Asmageddon 2012-05-26 22:44:17 +02:00
  • b37965de3d Add deleting words with alt+backspace and a minor change that could have potentially caused some misc bug Asmageddon 2012-05-26 21:34:57 +02:00
  • d7391611dd Do not use shlex for splitting as it breaks on torrents containing quotes Asmageddon 2012-05-26 20:02:08 +02:00
  • fa1a1eb939 Add permission checking to add command(fixing few crashes), sort files by date, place folders before files and ignore files other than .torrent files Asmageddon 2012-05-26 17:35:29 +02:00
  • 5a33e66c2c Fix add command reporting success for some failures Asmageddon 2012-05-26 17:34:16 +02:00
  • 3bc25d44ee Fixed a crash bug introduced with inexact case matching Asmageddon 2012-05-26 17:33:02 +02:00
  • ba7e36c719 Sort files by date when using 'add' command autocompletion, listing newest on top Asmageddon 2012-05-26 13:41:03 +02:00
  • e6e0eefaa4 Added (quite elaborate) inexact-case torrent name completion Asmageddon 2012-05-26 13:24:38 +02:00
  • a750999e0e Do not append space after the math. It ruins file path autocompletion Asmageddon 2012-05-08 11:25:40 +02:00
  • 40a6b11a1b Re-fixed shortening which I broke during the last rebase Asmageddon 2012-05-08 11:22:30 +02:00
  • 471757d6c6 Fix problems with moving selection caused by deluge-console emptying selection when only one element is selected Asmageddon 2012-05-04 20:57:16 +02:00
  • 2373eda462 Add config option to change amount of torrents to list per tab press Asmageddon 2012-03-13 20:58:46 +01:00
  • a0a18e1036 Make 3rd+ tab list more/all of the remaining torrents and a preference to toggle these behaviors Asmageddon 2012-03-13 20:49:55 +01:00
  • 04ed96d121 Made additional formatting for input controls optional and on by default for popups so it doesn't show up in preferences but still works when setting torrent options Asmageddon 2012-03-12 20:22:29 +01:00
  • 05758245a1 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 Asmageddon 2012-03-11 22:59:56 +01:00
  • a28e40ea35 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. Asmageddon 2012-03-09 19:16:14 +01:00
  • 14bfa24195 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. Asmageddon 2012-03-08 14:46:25 +01:00
  • 8a261b26e8 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 Asmageddon 2012-03-07 20:09:57 +01:00
  • a2c347a79c Add proper support for double width characters to legacy mode and few related formatting functions Asmageddon 2012-03-07 19:55:34 +01:00
  • 415bc22dd9 Completely remove placement of three dots symbol between columns, including option concerning it. Asmageddon 2012-03-07 16:27:39 +01:00
  • 6edd159626 Add scrolling using Page Up/Down and Home/End in torrent detail view Asmageddon 2012-03-06 16:16:58 +01:00
  • 1a1518ac1d Fixed autocompletion bug, removed some useless comments Asmageddon 2012-03-05 20:19:17 +01:00
  • 508dec4858 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 Asmageddon 2012-03-04 15:25:27 +01:00
  • 80b88bf047 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 Asmageddon 2012-03-04 15:01:51 +01:00
  • 249e331ae9 Add option to not store duplicate input in command history for legacy mode. Asmageddon 2012-03-01 21:50:08 +01:00
  • 47ba11be1b Pass console config to torrentdetail and format_utils, add an option to disable three dots when trimming columns(they piss me off) Asmageddon 2012-02-29 20:33:58 +01:00
  • 163870afd9 Rename torrent_options to manage. NoGare 2012-03-20 10:55:21 -04:00
  • 117d29ae72 Author: eirikba NoGare 2012-03-19 21:51:25 -04:00
  • 8dc5b07818 Map delete key to remove torrent(s) dialog Asmageddon 2012-03-19 19:35:34 +01:00
  • acb77213e1 Make torrent_actions_popup capable of directly displaying/executing one of the torrent actions without displaying choice dialog Asmageddon 2012-03-19 19:33:11 +01:00
  • e68358661a Revamped torrent removing dialog so it's harder to accidentally remove data. Also, it lists torrents being removed now Asmageddon 2012-03-19 17:45:57 +01:00
  • d9789504ff Replace empty lines in InputPopup with generic text(lines are of course still there) Asmageddon 2012-03-19 17:44:35 +01:00
  • 98101ea411 Implement a call to os.sep in regards to auto completion Nogare 2012-03-14 23:40:13 -04:00
  • f33a6a68e4 Inform the user how to navigate connection manager Nogare 2012-03-14 16:50:56 -04:00
  • 03fefc279b Change .clear() -> erase() Nogare 2012-03-14 15:50:25 -04:00
  • e85be7cccb Update help for 'info' Nogare 2012-03-14 15:34:18 -04:00
  • b8f2a1da1a Removed trailing whitespace Asmageddon 2012-03-13 21:13:57 +01:00
  • b1ce567819 Add config option to change amount of torrents to list per tab press Asmageddon 2012-03-13 20:58:46 +01:00
  • 68db1d4c13 Restored underline for currently selected option in SelectInput that I accidentally did in few commits ago Asmageddon 2012-03-13 20:52:51 +01:00
  • 5796e025e6 Make 3rd+ tab list more/all of the remaining torrents and a preference to toggle these behaviors Asmageddon 2012-03-13 20:49:55 +01:00
  • 8819ec0575 Escape spaces in paths in legacy mode 'add' command. This also makes backslashes unsupported(but you're a bad person for having them in paths anyway) Asmageddon 2012-03-12 20:27:59 +01:00
  • a24c679510 Made additional formatting for input controls optional and on by default for popups so it doesn't show up in preferences but still works when setting torrent options Asmageddon 2012-03-12 20:22:29 +01:00
  • c2b4ccdc77 Fixed info sometimes shortening the ID even when there's enough space. Asmageddon 2012-03-12 20:05:40 +01:00
  • 8d07a697d3 Made moving selection along with queue delayed, just like queue operations themselves Asmageddon 2012-03-12 19:55:48 +01:00
  • 459c4aebb9 Updated "move selection with queue" feature to reflect changes in behavior Asmageddon 2012-03-12 19:44:04 +01:00
  • 010fd165c6 Fixed bugs concerning negative numbers in spin inputs and sometimes returning wrong values. Asmageddon 2012-03-12 19:26:27 +01:00
  • 27f0e86afd Add setting sequential_download option, set options that core.set_torrent_options doesn't support directly, remove setting 'private' torrent option as it's read-only anyway Asmageddon 2012-03-12 18:47:32 +01:00
  • a436eb8aa6 Fixed spin inputs not updating their values until deselected Asmageddon 2012-03-12 18:45:18 +01:00
  • 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) Asmageddon 2012-03-11 23:46:24 +01:00
  • 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 Asmageddon 2012-03-11 22:59:56 +01:00
  • 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) Asmageddon 2012-03-09 20:40:35 +01:00
  • 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) Asmageddon 2012-03-09 20:35:16 +01:00
  • a8a24bf0d9 Removed trailing whitespace Asmageddon 2012-03-09 19:46:13 +01:00
  • 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. Asmageddon 2012-03-09 19:16:14 +01:00
  • 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. Asmageddon 2012-03-08 14:46:25 +01:00
  • 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 Asmageddon 2012-03-07 20:09:57 +01:00
  • 16f62bbcfe Add proper support for double width characters to legacy mode and few related formatting functions Asmageddon 2012-03-07 19:55:34 +01:00
  • 412d0e7be9 Completely remove placement of three dots symbol between columns, including option concerning it. Asmageddon 2012-03-07 16:27:39 +01:00
  • 98c9aaf600 Remove trailing backslashes to avoid breaking shlex that is used to split parameters passed to commands Asmageddon 2012-03-07 15:24:26 +01:00
  • f5c8968aa6 A quick and ugly fix(try-except) for crashes involving multiselection Asmageddon 2012-03-07 12:28:56 +01:00
  • 149cbae4dc Add scrolling using Page Up/Down and Home/End in torrent detail view Asmageddon 2012-03-06 16:16:58 +01:00
  • b689fe1d98 Fixed autocompletion bug, removed some useless comments Asmageddon 2012-03-05 20:19:17 +01:00
  • 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 Asmageddon 2012-03-04 15:25:27 +01:00
  • ab6dc2d11f Added a function for stripping formatting to be used in other places. Asmageddon 2012-03-04 15:05:38 +01:00
  • 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 Asmageddon 2012-03-04 15:01:51 +01:00
  • 1391f20658 Add option to not store duplicate input in command history for legacy mode. Asmageddon 2012-03-01 21:50:08 +01:00
  • b1439274c6 Pass console config to torrentdetail and format_utils, add an option to disable three dots when trimming columns(they piss me off) Asmageddon 2012-02-29 20:33:58 +01:00
  • 6422f11971 Fix autoconnecting to the default host Andrew Resch 2012-07-17 17:23:39 -07:00
  • 8e7432e71c Added a protocol for the network traffic between client and daemon. bendikro 2012-06-18 20:28:32 +02:00
  • 5dc6dbf216 Fix #1943 - invalid session id when calling a rpc exported function from a plugin when no client is connected Andrew Resch 2012-06-10 16:59:49 -07:00
  • 6cb1fd76cc Fix #2062 : Console discards text before first colour string Eirik Byrkjeflot Anonsen 2012-04-20 12:27:49 +01:00
  • 934a0f6495 fix mistake in last commit Calum Lind 2012-04-19 18:07:45 +01:00
  • 266127bb69 Fix #2065 : Console crash with missing closing quote Dan39 2012-04-19 15:52:44 +01:00
  • acecd6d522 Catch & log KeyError when removing a torrent from the queued torrents set John Garland 2012-04-12 23:21:08 +10:00
  • 2cdcae8d31 win32 build scripts updated from 1.3-stable Calum Lind 2012-04-18 13:15:52 +01:00
  • cb2212d2f3 Update Changelog Calum Lind 2012-04-09 17:28:31 +01:00
  • 9fd527f465 WebUI: Increase focus delay for password field cursor Calum Lind 2012-04-18 13:00:14 +01:00
  • 828b3204b8 Fix #2071 : KeyError in gtkui when file priority set to value '3' Calum Lind 2012-04-08 17:59:31 +01:00
  • 8fdfdc2b25 Gtkui: move height request to child widget in create dialog Calum Lind 2012-04-18 12:57:53 +01:00
  • bfae766f8a Fix missing semi-colon in deluge.desktop Calum 2012-04-08 12:04:59 +02:00
  • 569dd0c585 Console: Fix prefixed space for tab completing commands Calum Lind 2012-03-26 19:27:58 +01:00
  • 211c27aaae Console: Fix missing trailing space for command options with tab complete Calum Lind 2012-03-26 19:27:01 +01:00
  • e2608a0ac9 Remove unnecessary translation from connection manager Calum Lind 2012-03-24 00:24:10 +00:00
  • 7625812c8c Use (documented) formatdate over format_date_time John Garland 2012-03-23 19:23:01 +11:00
  • beb35c5c35 Grey out file priorities for 'is_seed:True' seeding torrents Calum Lind 2012-03-11 00:13:24 +00:00