Commit Graph

2144 Commits

Author SHA1 Message Date
Charles Kerr ef2fc4fdcf More win32 portability fixes. we now talk to tracker & peers; hash checks work, downloads seem to work. w00t 2007-08-02 23:33:40 +00:00
Mitchell Livingston 1af17214c9 remove translations from credits that I predict won't make it into .8 2007-08-02 22:08:44 +00:00
Mitchell Livingston e709fe74a1 get the creator window showing up in localizations, and add a donate button to the help menu 2007-08-02 21:59:34 +00:00
Charles Kerr 6763ec75e8 more portability fixes 2007-08-02 21:58:34 +00:00
Mitchell Livingston bb34abf9f2 readd Greek 2007-08-02 21:30:19 +00:00
Charles Kerr 1fd5f90a77 win32 cleanly compiles and starts now. (still doesn't atually *work*, but we're getting closer...) 2007-08-02 19:43:29 +00:00
Charles Kerr 65b81d09b6 use a straight lock, rather than a rwlock, for rate control 2007-08-02 16:07:34 +00:00
Charles Kerr f0b4524fbe bump autoconf version 2007-08-02 03:03:55 +00:00
Charles Kerr 0e1e45605a fix manual-announce but noted by BMW 2007-08-02 02:38:42 +00:00
Charles Kerr 25c1dff6d8 fix tyop 2007-08-01 23:22:01 +00:00
Charles Kerr 8aebe31de1 tr_trackerCanManualAnnounce() should return false immediately after the user's manually announced; not just after the announce request is processed by the tracker 2007-08-01 13:33:01 +00:00
Mitchell Livingston 5c8cc737b8 add new part of russian translation 2007-08-01 10:17:57 +00:00
Mitchell Livingston 8415708736 remove old part of russian translation 2007-08-01 10:17:31 +00:00
Mitchell Livingston 043d517730 in the clients list show dev builds as Transmission as "+" builds 2007-08-01 02:38:31 +00:00
Mitchell Livingston f7385382a9 ...add updated russian translation 2007-08-01 01:56:40 +00:00
Mitchell Livingston d7406a77f7 remove russian translation... 2007-08-01 01:55:49 +00:00
Mitchell Livingston c47a40400c update Korean strings 2007-08-01 01:51:45 +00:00
Mitchell Livingston cb11eace93 update help slightly 2007-08-01 01:43:40 +00:00
Charles Kerr 26caf4f5dd More Win32 portability changes 2007-08-01 00:40:49 +00:00
Charles Kerr 497856e6e4 add Win32 implementations of tr_thread_t, tr_mutex_t, and tr_cond_t 2007-07-31 19:56:40 +00:00
Charles Kerr ba3dc008fc get the socket/net code working on win32 too 2007-07-31 16:55:47 +00:00
Charles Kerr ae6e82a1a5 fix manpage errors reported by Lacrocivious 2007-07-31 16:19:31 +00:00
Charles Kerr cc8c24f31c Tweaked the news a bit. Fixed README typo pointed out by Lacrocivious. 2007-07-31 15:18:40 +00:00
Charles Kerr 0f85cc3297 continue whittling away at internal.h to reduce the global #include dependencies 2007-07-31 14:26:44 +00:00
Charles Kerr 155203b208 oooh, does the same thing but it's shiny clean instead of ugly hacky 2007-07-31 03:21:53 +00:00
Mitchell Livingston 5c6530529a update news 2007-07-31 03:07:15 +00:00
Charles Kerr f0df7f2899 this one's a little more disgusting, but works 2007-07-31 03:05:09 +00:00
Charles Kerr ded2db6287 second attempt at getting autoconf to be aware of the macosx directories 2007-07-31 02:58:53 +00:00
Charles Kerr 11752dae78 remove unused macros 2007-07-31 01:21:10 +00:00
Charles Kerr 88fa592a6e first stab at getting autoconf to know about the macosx hierarchy 2007-07-31 01:18:50 +00:00
Mitchell Livingston d12fe5e1ab add italian and russian sparkle translations (there is no korean as far as i can see) 2007-07-31 01:08:36 +00:00
Mitchell Livingston 32dc76a2d7 make one word 2007-07-31 01:00:31 +00:00
Mitchell Livingston b3574136db update help index 2007-07-31 00:54:35 +00:00
Mitchell Livingston 9453048522 don't allow comment and creator fields to be selected when empty 2007-07-31 00:45:39 +00:00
Mitchell Livingston e9278c4d2f make Transmission Help folder one word 2007-07-31 00:34:21 +00:00
Mitchell Livingston e621ca7f32 add Russian translation by Anton Sotkov 2007-07-31 00:17:54 +00:00
Mitchell Livingston cab06a5b29 don't hardcode min and max sizes for the inspector 2007-07-31 00:10:55 +00:00
Mitchell Livingston e406ece219 use libtransmission's "can announce" functionality instead of custom mac code 2007-07-30 22:19:52 +00:00
Charles Kerr e677cb8017 (gtk) don't #include private libtransmission headers. use g_snprintf() instead of snprintf(). 2007-07-30 20:48:43 +00:00
Charles Kerr 88fe038e6e (libT) not all libT source files need to #include sha1/openssl, just three of them. Also, no need to compile a local sha1 implementation if we're using openssl's. 2007-07-30 19:55:10 +00:00
Charles Kerr cd3d2e1035 fix r2553 gtk hiccup: use the `select all' stock icon iff gtk+ >= 2.10 2007-07-30 18:11:34 +00:00
Charles Kerr d209052051 add portability wrapper for in_port_t... 2007-07-30 18:04:10 +00:00
Charles Kerr 1be185aacd (libT) get "update tracker" working again.
(gtk) add "update tracker" button.
2007-07-30 17:11:00 +00:00
Charles Kerr d7cf675c38 (gtk) add select-all, deselect-all 2007-07-30 15:51:37 +00:00
Charles Kerr ebb141b232 better encapsulation of platform-specific constructs: tr_thread_t, tr_cond_t, tr_lock_t 2007-07-30 15:27:52 +00:00
Charles Kerr 7ba03d40b7 sync the two build systems w.r.t. dirname() and basename() 2007-07-30 14:31:03 +00:00
Charles Kerr b9076b9f0d add libgen test to configure.ac 2007-07-30 14:11:32 +00:00
Charles Kerr d8f8f9f922 Get BeOS client building on Zeta 1.21 thanks to patches by Fredrik Modéen 2007-07-30 13:59:23 +00:00
Mitchell Livingston ff3229868d add italian localization 2007-07-30 10:08:01 +00:00
Mitchell Livingston 25ee7bfae8 make Credits closer to AUTHORS 2007-07-29 23:13:16 +00:00