defiantredpill / transmission-remote-dotnet

Automatically exported from code.google.com/p/transmission-remote-dotnet
0 stars 0 forks source link

Add torrent window etc. #197

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
When adding  a torrent file an "Add torrent" window appears, when you click
select all it selects only names but doesn't mark them to download, you
have to click a checkbox to mark them. Maybe this could be resolved by
clicking a checkbox that checks/unchecks all torrents to download something
like on the picture (sorry for this kind of explanation it's easier to show
then to explain what i
mean):)(http://img683.imageshack.us/img683/5283/torrentu.jpg)
Also i don't know if it's meant to be but in server settings in ssh tab the
"show remote commands button" is disabled, can it be enabled. 
# Can font in graph tab be changed to smaller i mean font of
upload/download speed legend or can this window be arranged like the one on
the picture? (http://img20.imageshack.us/img20/9715/graph.gif). If you ask
whye, well graph covers almost whole string in polish translation it looks
kinda sh***y.
# Can a log tab be added (in main window after graph tab) with daemons
operations like blocklist update results (how many ip's were blocked,
blocklist size, what ip/dns was blocked and other information stuff). It
would be better and clearer to view then already existing "error log window".

I know that skin feature is in early development stage but could you
provide a scheme how should toolbar's png look like, icons order and other
stuff, it would be very usefull.

Original issue reported on code.google.com by ml.ci...@gmail.com on 24 Jan 2010 at 10:04

GoogleCodeExporter commented 9 years ago
Some changes in r516:
+ Added a little space between Alternate peer checkbox and numericupdown.
- The SelectAll/None/Invert not only for download/skip, but for priority set 
too.
+ I put back the Download/Skip menu, because not easy to put a checkbox to 
listview 
header :(
* The "show remote commands button" is automatic enabled, if you set the 
plink.exe 
path in general tab.
- There are no rpc calls to get such log info.
+ There will be a wiki page for skin feature, which describes the information.

Original comment by elso.and...@gmail.com on 24 Jan 2010 at 11:02

GoogleCodeExporter commented 9 years ago
[deleted comment]
GoogleCodeExporter commented 9 years ago
Hmm maybe placing checkbox on a header was bad idea but i meant to say that 
there
would be nice to have checkbox (not on header exactly but maybe above the list 
of
files) that will do what i've wrote earlier. 
Ok i understand the issue with plink.exe :) Pity there's no such calls, i've 
noticed
that transmission daemon adds some lines into my routers log like: 

transmission-daemon: Blocklist "level1.bin" updated with 224276 entries 
(blocklist.c:304)
transmission-daemon: Blocklist "level1.bin" contains 224276 entries 
(blocklist.c:110)
transmission-daemon: Transmission 1.80 (9984) started (session.c:647)
transmission-daemon: RPC Server Adding address to whitelist: 127.0.0.1 
(rpc-server.c:772)
transmission-daemon: RPC Server Adding address to whitelist:  (rpc-server.c:772)
transmission-daemon: RPC Server Adding address to whitelist: 192.168.1.*
(rpc-server.c:772)
transmission-daemon: RPC Server Serving RPC and Web requests on port 9091
(rpc-server.c:945)
transmission-daemon: RPC Server Whitelist enabled (rpc-server.c:949)
transmission-daemon: DHT Reusing old id (tr-dht.c:365)
transmission-daemon: DHT Bootstrapping from 160 nodes (tr-dht.c:146)
transmission-daemon: Blocklist "level1.bin" contains 224276 entries 
(blocklist.c:110)
transmission-daemon: Port Forwarding (NAT-PMP) initnatpmp succeeded (0) 
(natpmp.c:67)
transmission-daemon: Port Forwarding (NAT-PMP) sendpublicaddressrequest 
succeeded (2)
(natpmp.c:67)
transmission-daemon: Using settings from "/tmp/harddisk/transmission/config"
(daemon.c:386)
transmission-daemon: Saved "/tmp/harddisk/transmission/config/settings.json"
(session.c:467)
transmission-daemon: Loaded 14 torrents (session.c:1642) and i thought it's 
doable :)
Looking forward to wiki page about skin creation. Maybe you can hint me with not
working translations in latest builds from svn, what am i doing wrong? :)

Original comment by ml.ci...@gmail.com on 25 Jan 2010 at 12:08