(gtk) new "add torrent" popup to let users choose which files to download, file priority, add paused, delete source .torrent, etc

This commit is contained in:
Charles Kerr
2008-02-13 03:00:21 +00:00
parent e581d5228e
commit 85c49dbbee
18 changed files with 672 additions and 793 deletions

View File

@@ -34,9 +34,6 @@
/* NULL-safe version of strcmp */
int tr_strcmp( const char*, const char * );
/* XXX this shouldn't be here */
enum tr_torrent_action { TR_TOR_LEAVE, TR_TOR_COPY, TR_TOR_MOVE };
/* return number of items in array */
#define ALEN(a) ((signed)G_N_ELEMENTS(a))
@@ -82,14 +79,6 @@ decode_uri( const char * uri );
GList *
checkfilenames( int argc, char ** argv );
/* returns the flag for an action string */
enum tr_torrent_action
toraddaction( const char * action );
/* returns the action string for a flag */
const char *
toractionname( enum tr_torrent_action action );
/* retrieve the global download directory */
char *
getdownloaddir( void );