1
0
Fork 0
mirror of https://github.com/transmission/transmission synced 2024-12-24 08:43:27 +00:00
Commit graph

1987 commits

Author SHA1 Message Date
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
Charles Kerr
0540d9861d fun 2007-07-18 23:34:26 +00:00
Charles Kerr
f5880b19dd wheee 2007-07-18 23:22:53 +00:00
Charles Kerr
f071fba6ef add these for the same reason 2007-07-18 23:21:34 +00:00
Charles Kerr
3b656dfc9e update configure and aclocal.m4 to make it easier to use the automake configure script from svn 2007-07-18 23:20:27 +00:00
Charles Kerr
9c0959d27c required files 2007-07-18 23:13:30 +00:00
Charles Kerr
73cfb2605d include version.h.in, not version.h, in "make dist" 2007-07-18 23:05:38 +00:00
Charles Kerr
2a9ab2a7d9 add version.h.in 2007-07-18 23:04:50 +00:00
Charles Kerr
bd3ce76fa5 part one of moving the build environment over to automake/autoconf. beware! 2007-07-18 23:04:26 +00:00
Charles Kerr
b73297e799 sync with r2397 2007-07-18 22:59:29 +00:00
Josh Elsasser
77de71ae5e Don't build asprintf compat code on osx. 2007-07-18 22:12:08 +00:00
Charles Kerr
3c60fb0ded remove unused variable 2007-07-18 22:11:47 +00:00
Josh Elsasser
99e471f05d Replace nice readable bitshifts with ugly hex constants
to avoid the compiler warning about our weird error codes.
2007-07-18 18:09:03 +00:00
Josh Elsasser
e542807018 I'm an idiot. 2007-07-18 17:58:16 +00:00
Josh Elsasser
c3de527978 Fix cli so that it can exit. 2007-07-18 17:31:00 +00:00
Josh Elsasser
65ff7e43c2 Minor compatibility fix for awk. 2007-07-18 17:29:27 +00:00
Josh Elsasser
a3e790f403 Replace bzero() with memset().
Define AF_LOCAL and SUN_LEN for systems that lack them.
Don't mix function and non function pointers without casting.
Fix a potential type mismatch in assignment.
2007-07-18 17:28:25 +00:00
Josh Elsasser
900aff7beb Include trcompat.h for asprintf()
Don't mix function and non function pointers without casting.
Replace a couple bzero()s with memset()s.
Remove a stray ;
Include a missing header.
2007-07-18 17:25:42 +00:00
Josh Elsasser
adc0d4ac92 Add asprintf implementation for systems which lack it. 2007-07-18 17:19:14 +00:00