(trunk) very minor tweaks
This commit is contained in:
parent
ccd02666ee
commit
b2c65797e0
4
NEWS
4
NEWS
|
@ -18,13 +18,13 @@ NEWS file for Transmission <http://www.transmissionbt.com/>
|
||||||
+ File filter field in the inspector
|
+ File filter field in the inspector
|
||||||
+ Option to include beta releases when auto-updating (using modified Sparkle 1.5)
|
+ Option to include beta releases when auto-updating (using modified Sparkle 1.5)
|
||||||
+ Portuguese localization
|
+ Portuguese localization
|
||||||
|
- Qt
|
||||||
|
+ New beta Qt client!
|
||||||
- GTK+
|
- GTK+
|
||||||
+ Speed Limit: Second set of bandwidth limits that can be toggled or scheduled
|
+ Speed Limit: Second set of bandwidth limits that can be toggled or scheduled
|
||||||
+ Properties dialog now lets you edit/view multiple torrents at once
|
+ Properties dialog now lets you edit/view multiple torrents at once
|
||||||
+ Allow sorting of the torrent list by size and by ETA
|
+ Allow sorting of the torrent list by size and by ETA
|
||||||
+ Show the file icon in the list
|
+ Show the file icon in the list
|
||||||
- Qt
|
|
||||||
+ New beta Qt client
|
|
||||||
- Daemon
|
- Daemon
|
||||||
+ Watch folder for auto-adding torrents
|
+ Watch folder for auto-adding torrents
|
||||||
+ Many new features in the RPC/JSON interface
|
+ Many new features in the RPC/JSON interface
|
||||||
|
|
|
@ -263,7 +263,7 @@ Prefs :: initDefaults( tr_benc * d )
|
||||||
tr_bencDictAddInt( d, keyStr(START), true );
|
tr_bencDictAddInt( d, keyStr(START), true );
|
||||||
tr_bencDictAddInt( d, keyStr(TRASH_ORIGINAL), false );
|
tr_bencDictAddInt( d, keyStr(TRASH_ORIGINAL), false );
|
||||||
tr_bencDictAddStr( d, keyStr(SESSION_REMOTE_HOST), "localhost" );
|
tr_bencDictAddStr( d, keyStr(SESSION_REMOTE_HOST), "localhost" );
|
||||||
tr_bencDictAddInt( d, keyStr(SESSION_REMOTE_PORT), 9091 );
|
tr_bencDictAddInt( d, keyStr(SESSION_REMOTE_PORT), atoi(TR_DEFAULT_RPC_PORT_STR) );
|
||||||
tr_bencDictAddBool( d, keyStr(SESSION_IS_REMOTE), false );
|
tr_bencDictAddBool( d, keyStr(SESSION_IS_REMOTE), false );
|
||||||
tr_bencDictAddBool( d, keyStr(SESSION_REMOTE_AUTH), false );
|
tr_bencDictAddBool( d, keyStr(SESSION_REMOTE_AUTH), false );
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue