6359 Commits

Author SHA1 Message Date
Nick
1173f1c714 support globbing for multi-file add and have better fail reports 2011-02-21 17:44:12 +01:00
Nick
3da5cd9816 add get_torrent_name 2011-02-21 17:43:35 +01:00
Nick
d9d8762c8e add get_torrent_name 2011-02-21 17:41:28 +01:00
Nick
e16ee523a5 fix messagepopup height_req 2011-02-21 17:41:10 +01:00
Nick
3db7bcbfc7 make message popups a bit more sane 2011-02-21 16:30:49 +01:00
Nick
e1a3a431f0 support command line options again 2011-02-17 16:26:58 +01:00
Nick
9a3316f950 use '-' instead of '~' in progress bar 2011-02-17 16:04:54 +01:00
Nick
1789e8d03c Minor changes for command line usage 2011-02-17 16:03:11 +01:00
Nick
837322478b return deferred for proper command line behavior 2011-02-17 15:30:14 +01:00
Nick
ce2516ab2c search field is black,white 2011-02-15 20:15:43 +01:00
Nick
962bfc3d2c support searching torrent names in alltorrent view 2011-02-15 20:14:14 +01:00
Nick
4ff0fb19ee left arrow goes back to overview from torrent details 2011-02-15 19:36:17 +01:00
Nick
7a4006439b add preferences help 2011-02-15 19:10:57 +01:00
Nick
c015c3a57d update help a bit 2011-02-15 19:10:51 +01:00
Nick
8a9e732f95 lots of new preference work 2011-02-15 18:55:27 +01:00
Nick
4a071ecba1 add an eventview 2011-02-14 12:38:18 +01:00
Nick
77eb1a5f82 prefs actually work. some tweaks to inputs to better support prefs
not all prefs available yet
2011-02-14 12:26:24 +01:00
Nick
ac8c928a5b don't always refresh on __init__ 2011-02-14 12:25:43 +01:00
Nick
23f64a5440 add back write method and keep track of events for (future) event view 2011-02-14 12:25:04 +01:00
Nick
077f35ec5c use selection input for cancel/apply/ok 2011-02-10 17:54:59 +01:00
Nick
00ab9ff499 support offset text/select inputs and select inputs with no message 2011-02-10 17:47:50 +01:00
Nick
20302021c4 initial prefs mode. doesn't do anything yet 2011-02-10 17:39:42 +01:00
Nick
9e5455793b remove unused code
this breaks command line right now, will put it back in later
2011-02-10 16:45:10 +01:00
Nick
7f6a1db89a start with a connection manager instead of just alltorrents 2011-02-10 01:12:14 +01:00
Nick
cdcab320fb add current_selection to SelectablePopup 2011-02-10 01:11:31 +01:00
Nick
cd7805bfda make text input not go over width 2011-02-08 14:43:41 +01: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
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 ba3a093746a51fd46b9b0bcaf72847549e0c94b3.
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