Commit Graph

6713 Commits

Author SHA1 Message Date
Nick cd7805bfda make text input not go over width 2011-02-08 14:43:41 +01:00
alderz 79869faa53 #1494 - Add Downloaded and Uploaded columns to torrent view 2011-02-08 06:49:30 +00:00
Nick b77f8929d6 oops, add torrent actions new file 2011-02-07 15:10:41 +01:00
Nick e1d8025309 show torrent actions form details when 'a' pressed 2011-02-07 15:10:18 +01:00
Nick 183a97785b split off torrent actions popup 2011-02-07 15:01:07 +01:00
Nick f748660cac show status message 2011-02-07 15:00:51 +01:00
wyrm cea6c817df Fix #1506 - max speed not restored on a yellow->green transition 2011-02-05 01:12:52 +00:00
Calum Lind b9ff47e10f Fix #755 - Can't set listen_ports through console UI 2011-02-05 01:12:48 +00:00
Calum Lind 14746bf94d Fix #1450 Trailing white space in paths 2011-02-05 01:12:47 +00:00
Calum Lind 87f871f40a Fix #1500 - Console crashes on command longer than terminal width. This error is raised if the cursor is off screen and is supressed with try-except 2011-02-05 01:12:45 +00:00
Calum Lind 9f3ac37f25 Fix #1282 - Text for AutoManaged changed to 'On/Off' and localized 2011-02-05 01:12:44 +00:00
Calum Lind 417a9f6e63 Fix #1373, #1386 - Creating and moving non-ascii folder names in MS Windows 2011-02-05 01:12:43 +00:00
Calum Lind ba6389bcac Updated help text for deluge-console on Windows 2011-02-05 01:12:42 +00:00
Calum Lind 9bca1a72b1 Fix for deluge-console adding torrent files in Windows 2011-02-05 01:12:41 +00:00
Chad Miller e688b45448 Fix #1508 - TypeError in cell_data_queue() could not convert argument to correct param type 2011-02-05 01:12:36 +00:00
geoffk 4c54cfedb9 Fix #1507 - Temporary file race condition in core/core.py:add_torrent_url 2011-02-05 01:12:35 +00:00
Damien Churchill 88039a0eda fix patch, missing deluge.common when adding the options 2011-02-04 19:57:31 +00:00
cinderblock 9a54beef78 add patch from #1473 2011-02-04 19:43:27 +00:00
Motiejus Jakštys b0a0574ae0 Apply patch from #1194 2011-02-04 19:37:42 +00:00
Nick db64745862 fix priority popup title 2011-02-02 20:50:48 +01:00
Nick 0353a388b3 add option to action popup for torrent details 2011-02-02 20:49:27 +01:00
Nick b41ebe1b89 don't show action popup if there are no torrents in the view 2011-02-02 20:49:11 +01:00
Nick 1952357f35 update help 2011-02-02 20:40:15 +01:00
Nick 6c8529b3ba updated file seperator 2011-02-02 20:39:57 +01:00
Nick 78ea5c9bd3 don't enter torrentdetails if nothing is selected 2011-02-02 18:32:03 +01:00
Nick b35875e300 attempted fix of color/underline issue.
this is a bit of a hack, and seems to work some places, but not everywhere
2011-02-02 16:21:52 +01:00
Nick ad498c6e42 Revert "remove special case white/black pair. doesn't seem needed and breaks white,black,attrs"
This does actually seem to break some terminals

This reverts commit ba3a093746.
2011-02-02 13:57:31 +01:00
Nick d1b3aa54ad support setting file priorities in torrentdetails 2011-02-02 13:46:05 +01:00
Nick d0346a104f don't need len() 2011-02-02 13:45:17 +01:00
Nick 5f888faceb handle resize in torrentdetail 2011-02-02 13:11:15 +01:00
Nick f6f3a8e084 allow marking in file view (no actions just yet) 2011-02-02 13:09:41 +01:00
Nick 5dcc935852 fix for only drawing one effected line and only draw effected lines on marking 2011-02-02 12:50:40 +01:00
Nick eba7c2bf17 add index value to directories in file_list 2011-02-02 12:44:07 +01:00
Nick 00fa074452 small fix for scrolling 2011-02-01 18:00:25 +01:00
Nick 5d46d2aee5 add torrentdetails state, allow state switching, move some formating to format_utils 2011-02-01 17:23:15 +01:00
Nick 007dd67ea1 only redraw effected lines on scroll. seems to get rid of the flickering problem :) 2011-01-29 14:04:32 +01:00
Nick ff3c3f7148 add torrent can add paused. remove torrent works 2011-01-29 12:29:18 +01:00
Nick 68c04acf50 refactor + support selectinput 2011-01-28 22:42:04 +01:00
Nick 44676f282a use some caching to speed up row drawing.
still some flicker unfortunatly.  seems to be related to the length of the row line, not sure if there's much i can do there
2011-01-28 17:54:36 +01:00
Nick 182ec0cd97 specify hotkeys for filter/action popups 2011-01-28 17:34:03 +01:00
Nick 6f0b1fd7f2 support hotkeys in selectable popup 2011-01-28 17:33:51 +01:00
Nick ba3a093746 remove special case white/black pair. doesn't seem needed and breaks white,black,attrs 2011-01-28 17:04:28 +01:00
Andrew Resch b7e7a4bc49 Fix typo 2011-01-27 11:18:59 -08:00
Andrew Resch ac18ecd1f0 Fix #1498: Use os.path.normpath on new_folder to remove any double slashes or other problems that could be in the string 2011-01-27 11:12:40 -08:00
Nick 2f6283ea39 initial checkin of new console ui
pretty alpha code, but it works and gives an idea of the direction the ui might go
2011-01-26 22:18:18 +01:00
Andrew Resch b30499c6ac Fix #1484: trying to access the screen object when not using interactive mode 2011-01-16 15:59:29 -08:00
Pedro Algarvio 8c12c47d3e Add "none" as a log level to support quieting the logging messages. Refs #1470. 2011-01-02 16:06:28 +00:00
Pedro Algarvio 356808b02c Fix #1470. 2011-01-02 16:03:00 +00:00
Pedro Algarvio 1f800bf49a On a 64bit platform with old plugins, the deprecation code was unable to find out which was the caller module. This might also happen on other platforms although I was unable to reproduce it on x86. Anyway, handle it cleanly. 2011-01-01 18:33:41 +00:00
Pedro Algarvio d1b4523733 Let log files be a little bigger, 50Mb is not that much anyway. 2010-12-28 01:58:38 +00:00