Commit Graph

2255 Commits

Author SHA1 Message Date
Mitchell Livingston 8b306b674c new about window and updated credits file, inspired by adium's 2007-07-22 18:04:31 +00:00
Charles Kerr 486f483751 xmission: load torrents on startup and populate the torrent list. 2007-07-22 02:24:13 +00:00
Charles Kerr 809ec63e95 new utility function for app startup: tr_loadTorrents() 2007-07-21 18:46:54 +00:00
Charles Kerr a9526adbdd put information messages in tr_inf(), not fprintf() 2007-07-21 18:31:08 +00:00
Charles Kerr 50f407933b when closing torrents, don't try to re-stop torrents that are already stopped. 2007-07-21 18:03:24 +00:00
Charles Kerr 1d932b07c7 fix looooong-standing bug that choked tracker connections 2007-07-21 17:35:47 +00:00
Mitchell Livingston c7beebd1eb update help a little 2007-07-21 14:21:32 +00:00
Mitchell Livingston 1619c4a0b7 fix some exceptions based on forgetting to raname some methods 2007-07-21 12:47:38 +00:00
Mitchell Livingston 0927851321 merge upload and download speed methods 2007-07-21 03:13:11 +00:00
Mitchell Livingston 2a601cb513 warnings-- 2007-07-20 21:04:43 +00:00
Mitchell Livingston 2d0be4f0b9 get quick pausing when moving working 2007-07-20 20:54:55 +00:00
Mitchell Livingston 15f1a5f9ad get compiling with new speed code 2007-07-20 20:35:15 +00:00
Charles Kerr 637d06e37d when building the tooltip, ensure the string is zero-terminated 2007-07-20 17:09:15 +00:00
Charles Kerr bbac082af5 finish splitting the rate control from one state into two states as requested by BMW 2007-07-20 08:33:59 +00:00
Charles Kerr 3e3bf8b4a7 more work on speed control 2007-07-20 06:08:34 +00:00
Mitchell Livingston ab163b908f get the mac build compiling again 2007-07-20 04:26:50 +00:00
Charles Kerr 4ef1592e6b more work on the speed limits as hammered out w/BentMyWookie 2007-07-20 03:24:04 +00:00
Mitchell Livingston 42e150a786 simplify the download finished/restarting code 2007-07-20 02:19:49 +00:00
Charles Kerr 6c093a322a portability for wx 2.6 and for both unicode and ascii builds of wxWidgets 2007-07-20 02:12:07 +00:00
Mitchell Livingston dbbaf168aa when checking remaining space, factor in preallocated space (but for now don't factor in non-selected files) 2007-07-19 22:12:23 +00:00
Charles Kerr ea6353db9b make the torrent list columns configurable. 2007-07-19 20:35:01 +00:00
Charles Kerr d387b324cb start filling out the main window layout 2007-07-19 19:05:55 +00:00
Charles Kerr 0aa10b6287 finish changing from xpm to png 2007-07-19 14:57:21 +00:00
Charles Kerr 01d5f761ff update the configure script's directory list 2007-07-19 14:53:21 +00:00
Charles Kerr 36dab5e8ba rename "xpm" subdir as "images" 2007-07-19 14:52:46 +00:00
Charles Kerr 707db203a4 wx: change from xpm to png to avoid jaggy edges in the icons 2007-07-19 14:50:42 +00:00
Charles Kerr ca3c07012c first baby steps of wx client. currently just a window with menus and a toolbar, and unusuable. 2007-07-19 14:06:50 +00:00
Charles Kerr 459b8958cb simplify xml.c and utils.c's dependencies 2007-07-19 11:54:37 +00:00
Charles Kerr c24fc6e16a de-inline some big functions. 2007-07-19 10:56:14 +00:00
Charles Kerr 05d88f2c48 remove the TR_HTONL macro 2007-07-19 10:49:44 +00:00
Charles Kerr 6d21f2fb16 remove TR_NTOHL macro 2007-07-19 10:37:30 +00:00
Josh Elsasser 6dd7c2fac2 Clean up unused cflags.
Add the right include directory to build the daemon.
Maybe break something, who knows!
2007-07-19 05:20:33 +00:00
Josh Elsasser 373e6dd519 Include stdio.h a couple places where it could be needed. 2007-07-19 03:55:00 +00:00
Mitchell Livingston 5c82fa8798 small string change 2007-07-19 03:49:24 +00:00
Charles Kerr 615afaa445 add extra state change checks 2007-07-19 03:48:27 +00:00
Charles Kerr ad63c84b47 on second glance, there are even more issues that keep us from working w/2.4. still, 2.6 was released in 2004, so it's not like we're on the bleeding edge here. 2007-07-19 03:36:29 +00:00
Josh Elsasser 4febc1a0dc Check for socket and dns library in a better way. 2007-07-19 03:17:49 +00:00
Charles Kerr 93ea89eba3 Transmission won't be as pretty and shiny for gtk+ 2.4 users, but it will compile and work for them 2007-07-19 03:16:30 +00:00
Josh Elsasser f04f6933f6 Run xcodebuild from the right directory. 2007-07-19 02:04:52 +00:00
Josh Elsasser 7428b48010 A couple autoconf fixes for osx. 2007-07-19 01:30:45 +00:00
Josh Elsasser ceb66c2de7 Add compat code for if daemon() function isn't available. 2007-07-19 01:27:52 +00:00
Josh Elsasser 32e3f9a8e6 Conditionally define a couple of macros that may be missing.
Remove a few stray ; that can cause problems.
2007-07-19 01:27:11 +00:00
Josh Elsasser 4ab0a93807 Apparently "sun" is a bad choice for a variable name on solaris. 2007-07-19 01:25:36 +00:00
Mitchell Livingston 12f377fc6e get mac build compiling again 2007-07-19 01:21:13 +00:00
Josh Elsasser 65dba27217 bzero -> memset 2007-07-19 00:57:26 +00:00
Josh Elsasser c10e7c3288 Build on solaris. 2007-07-19 00:21:26 +00:00
Charles Kerr 0939d13a72 almost done reverting. 2007-07-19 00:09:09 +00:00
Charles Kerr a90b2aeb90 revert to the old makefile 2007-07-19 00:04:06 +00:00
Charles Kerr 69915a8907 more backpedaling 2007-07-18 23:59:14 +00:00
Charles Kerr b257fe5ad6 until we have some way of auto-generating tarballs, automake is going to make life harder for svn users. so in the interim, restore the old configure script and remove the auto-generated files. 2007-07-18 23:50:04 +00:00