Mitchell Livingston
|
92f5e68dae
|
add watch.[ch] for the daemon in Xcode
|
2009-03-01 15:43:55 +00:00 |
Mitchell Livingston
|
507357f275
|
compile asserts out of the release build
|
2009-02-07 15:58:18 +00:00 |
Mitchell Livingston
|
769af9c213
|
mac project builds again
|
2009-02-07 00:38:21 +00:00 |
Mitchell Livingston
|
1205605953
|
re-add dead code stripping on release builds
|
2009-01-27 01:25:13 +00:00 |
Mitchell Livingston
|
1f53c24d29
|
turn off dead code stripping, again
|
2009-01-27 00:47:52 +00:00 |
Mitchell Livingston
|
1f60e2c102
|
disable dead-code stripping - the space saved was trivial if any, and I'm suspicious that it might cause other problems
|
2009-01-27 00:45:06 +00:00 |
Mitchell Livingston
|
224ead7e57
|
remove NSAsserts when compiling under Release configuration
|
2009-01-26 04:05:41 +00:00 |
Mitchell Livingston
|
072e63168f
|
enable dead code stripping
|
2009-01-26 03:54:06 +00:00 |
Mitchell Livingston
|
f1f7533d40
|
Get rid of peer-mgr-private.h in Xcode
|
2009-01-17 14:22:30 +00:00 |
Mitchell Livingston
|
fd7fa49fc3
|
#1668 Groups: filter torrents by evalutating a multivalue property (any tracker and any file)
|
2009-01-08 02:37:18 +00:00 |
Mitchell Livingston
|
3c863dd37b
|
add request-list.[ch] to xcode project
|
2009-01-04 16:30:25 +00:00 |
Mitchell Livingston
|
0b4f9e8357
|
the speed limit turtle button uses a single turtle image (auto-generate blue image)
|
2009-01-02 03:57:28 +00:00 |
Mitchell Livingston
|
a5a04ebb2a
|
make the toolbar images templates; auto-generate the blue highlight for selected toolbar buttons (thanks to Leopard)
|
2009-01-02 03:35:59 +00:00 |
Mitchell Livingston
|
450a6e9d88
|
set the Deployment Target to 10.5
|
2008-12-26 06:24:06 +00:00 |
Mitchell Livingston
|
333e226a3c
|
so long Tiger support
|
2008-12-26 05:57:51 +00:00 |
Mitchell Livingston
|
c7bcae2272
|
get rid of "creator" as a auto group option
|
2008-12-25 05:11:01 +00:00 |
Mitchell Livingston
|
53f96c1165
|
make GroupRules.xib localizable
|
2008-12-24 22:16:04 +00:00 |
Mitchell Livingston
|
d3e8165c83
|
cleanup for the group menu filling adjustment
|
2008-12-17 02:19:14 +00:00 |
Erick Turnquist
|
f5a2dc2126
|
unfuck the mac build
|
2008-12-16 22:10:54 +00:00 |
Mitchell Livingston
|
678a3f7c3e
|
#1575 Auto-select a group for new torrents according to criteria for each group
|
2008-12-08 03:26:28 +00:00 |
Mitchell Livingston
|
df26589f6c
|
missed one
|
2008-12-06 01:19:09 +00:00 |
Mitchell Livingston
|
b2359530fd
|
whoops
|
2008-12-01 01:44:58 +00:00 |
Mitchell Livingston
|
1d7a63c1cf
|
[7198] for all configurations
|
2008-11-30 23:27:39 +00:00 |
Mitchell Livingston
|
d67c4a2697
|
add an image for the groups preferences pane
|
2008-11-30 19:35:10 +00:00 |
Charles Kerr
|
e24b2b289b
|
(mac) jhujhiti patch to set a few warnings in the xcode projectfile
|
2008-11-30 01:50:56 +00:00 |
Mitchell Livingston
|
69877384f1
|
remove unused GroupsWindow.xib; don't allow group rows to be renamed from the group list
|
2008-11-29 21:03:47 +00:00 |
Mitchell Livingston
|
a70c922ab8
|
mac builds again
|
2008-11-25 22:21:14 +00:00 |
Mitchell Livingston
|
3380f231ec
|
update project to include bandwidth.[ch]
|
2008-11-24 05:53:48 +00:00 |
Mitchell Livingston
|
3946b63f72
|
enable loop unrolling
|
2008-11-03 03:43:15 +00:00 |
Mitchell Livingston
|
9814920756
|
more type conversions
|
2008-11-02 13:52:45 +00:00 |
Mitchell Livingston
|
fd01b7395d
|
trivial changes
|
2008-11-01 22:08:02 +00:00 |
Mitchell Livingston
|
201302d7c5
|
trivial code changes
|
2008-11-01 14:26:51 +00:00 |
Mitchell Livingston
|
7b1f6d5e40
|
CTGradientAdditions is now ProgressGradients
|
2008-10-31 00:13:50 +00:00 |
Mitchell Livingston
|
8a5697d1a0
|
compiles on Mac again
|
2008-10-27 22:13:02 +00:00 |
Charles Kerr
|
a561193371
|
one-liner to maybe get the mac build to work with the new libnatpmp snapshot
|
2008-10-27 16:46:15 +00:00 |
Mitchell Livingston
|
919b47bfb1
|
remove an unused image from the help documentation; trivial build setting change
|
2008-10-16 00:05:51 +00:00 |
Mitchell Livingston
|
b8c5f7f226
|
some more tinkering with build settings
|
2008-10-12 23:59:22 +00:00 |
Mitchell Livingston
|
75a50cc057
|
Xcode will now preprocess the Info.plist for us; simplify the version script to avoid creating the unneeded (afaict) version.mk
|
2008-10-12 23:31:20 +00:00 |
Mitchell Livingston
|
b2f1937074
|
enable C99 standard
|
2008-10-12 15:40:17 +00:00 |
Eric Petit
|
23d8a4f615
|
Enable libz on Max
|
2008-10-01 16:24:26 +00:00 |
Mitchell Livingston
|
830bb2f57b
|
remove a redundant framework reference and other trivial changes
|
2008-10-01 02:40:04 +00:00 |
Eric Petit
|
67717a36a8
|
Fixes Mac build
|
2008-09-26 08:41:11 +00:00 |
Mitchell Livingston
|
27e0beb6e3
|
hopefully this will lead to more line numbers in crash logs
|
2008-09-18 11:05:04 +00:00 |
Mitchell Livingston
|
089054957c
|
update mac version script to only check macosx and libtransmission directories (eliminates 11 harmless errors when compiling) - thanks Balrog
|
2008-09-18 01:04:24 +00:00 |
Mitchell Livingston
|
c4f2551d24
|
gcc 4.2; Mac build now requires Xcode 3.1
|
2008-09-17 01:38:07 +00:00 |
Mitchell Livingston
|
ea83375238
|
Sparkle 1.5 requires signing of the update
|
2008-09-14 21:39:16 +00:00 |
Eric Petit
|
ad8064b4e9
|
Fixes Mac build
|
2008-09-05 16:14:19 +00:00 |
Mitchell Livingston
|
14760b85f3
|
ability to auto-update the blocklist automatically weekly (mac)
|
2008-09-01 15:46:00 +00:00 |
Mitchell Livingston
|
0401e5a83a
|
initial separation of blocklist downloader and the corresponding view
|
2008-08-31 19:47:11 +00:00 |
Mitchell Livingston
|
451d408a33
|
turn on "Build independent targets in parallel"
|
2008-08-30 12:35:16 +00:00 |
Mitchell Livingston
|
11f4623d39
|
rename "Development" to "Debug"
|
2008-08-30 01:23:52 +00:00 |
Mitchell Livingston
|
61322e2f5a
|
update a whole bunch of project build settings, especially for extra debug info in release and release-debug
|
2008-08-30 01:23:07 +00:00 |
Mitchell Livingston
|
d1e2581d94
|
cli and daemon build in Xcode again
|
2008-08-18 01:08:35 +00:00 |
Mitchell Livingston
|
69423b2449
|
remove a nonexistent cli file from the xcode project
|
2008-08-14 21:54:02 +00:00 |
Mitchell Livingston
|
18e9611751
|
transmission-remote should compile in xcode
|
2008-07-30 03:20:45 +00:00 |
Mitchell Livingston
|
9987d9431e
|
new Turkish localization
|
2008-07-25 04:07:14 +00:00 |
Mitchell Livingston
|
a33f6f7132
|
remove reference to removed "cgi" files
|
2008-07-22 22:15:12 +00:00 |
Mitchell Livingston
|
f49b471454
|
the mac app now includes and works with the web ui
|
2008-07-18 04:54:11 +00:00 |
Mitchell Livingston
|
f19dac5ea6
|
update the mac build for the new shttpd
|
2008-07-17 01:05:17 +00:00 |
Mitchell Livingston
|
857cf6ad00
|
replace LICENSE with COPYING
|
2008-07-04 14:19:47 +00:00 |
Mitchell Livingston
|
212ea5e119
|
groups are now stored as objects instead of dictionaries
|
2008-07-01 01:28:19 +00:00 |
Mitchell Livingston
|
d4345a40b8
|
fix 2 invalid return types; don't show notices when compiling the xib's
|
2008-06-30 23:28:17 +00:00 |
Mitchell Livingston
|
4b111eadce
|
change "English" to "en"
|
2008-06-30 18:17:40 +00:00 |
Mitchell Livingston
|
6a49bd1a70
|
mac build compiles again
|
2008-06-21 15:47:43 +00:00 |
Mitchell Livingston
|
e2f5596b0c
|
dim text fields in the prefs window when they correspond to disabled fields
|
2008-06-17 21:09:06 +00:00 |
Mitchell Livingston
|
842293a1c8
|
remove "Security" from the list of targets
|
2008-06-16 22:23:23 +00:00 |
Mitchell Livingston
|
b4ee1e64ae
|
add HAVE_STRCASECMP to libT's list of #defines
|
2008-06-16 22:19:26 +00:00 |
Mitchell Livingston
|
5bdac9c724
|
mac build now compiles
|
2008-06-16 22:17:19 +00:00 |
Mitchell Livingston
|
df22774126
|
drop EMKeychain and just do the Keychain manipulations ourselves
|
2008-06-15 20:47:24 +00:00 |
Mitchell Livingston
|
2bde997b18
|
update NEWS; small changes that happen to be on my local copy
|
2008-06-15 04:57:41 +00:00 |
Mitchell Livingston
|
06791d1558
|
updated "remote" prefs icon
|
2008-06-13 15:38:02 +00:00 |
Mitchell Livingston
|
4474f3e1b0
|
behavior of keychains seems to be better with service names without spaces
|
2008-06-12 04:11:29 +00:00 |
Mitchell Livingston
|
210412b4e8
|
mac build compiles again
|
2008-06-07 22:42:09 +00:00 |
Mitchell Livingston
|
7d9bc022e2
|
daemon should compile regardless of configuration setting
|
2008-06-06 16:59:42 +00:00 |
Mitchell Livingston
|
d0fde72674
|
remove defunct transmission-proxy target
|
2008-06-06 16:58:03 +00:00 |
Mitchell Livingston
|
d63e7181c3
|
daemon can be compiled in xcode
|
2008-06-06 16:54:37 +00:00 |
Mitchell Livingston
|
62f034cdbd
|
potential decrease in memory usage when showing the group dividers
|
2008-05-31 02:38:44 +00:00 |
Mitchell Livingston
|
aed40c4318
|
allow creation of torrents with no announce address
|
2008-05-28 23:57:25 +00:00 |
Mitchell Livingston
|
0558f0b05f
|
manually draw the alternating row colors in the tracker table as well
|
2008-05-23 19:31:57 +00:00 |
Mitchell Livingston
|
5cd3dd1db7
|
manually draw the alternating row colors - this allows the rows below each group row to start as white
|
2008-05-23 19:04:19 +00:00 |
Mitchell Livingston
|
6345b6ba11
|
keep strings consistent
|
2008-05-23 16:56:03 +00:00 |
Mitchell Livingston
|
1279b6ffff
|
move new files into the macosx directory
|
2008-05-22 18:44:58 +00:00 |
Mitchell Livingston
|
b89071685f
|
use a custom class instead of a dictionary for holding a torrent's file structure
|
2008-05-22 18:39:49 +00:00 |
Mitchell Livingston
|
e6f66b1d07
|
quicklook window expands from the icon instead of the whole table row
|
2008-05-21 22:09:05 +00:00 |
Mitchell Livingston
|
0c94c7b623
|
(trunk) update to 1.21
|
2008-05-21 21:15:15 +00:00 |
Mitchell Livingston
|
958e70543e
|
build shttpd statically
|
2008-05-21 19:54:20 +00:00 |
Mitchell Livingston
|
1f0c5b891c
|
move quick look into its own class, making it a singleton object to allow expanded functionality
|
2008-05-21 15:23:26 +00:00 |
Mitchell Livingston
|
eb91a824c3
|
update Mac project file
|
2008-05-21 14:27:33 +00:00 |
Mitchell Livingston
|
1fb597f1ba
|
#958 QuickLook from within the Inspector - thanks Waldorf!
|
2008-05-20 19:34:33 +00:00 |
Mitchell Livingston
|
850807c626
|
a little progress on setting up the rpc callback (no new actual functionality yet)
|
2008-05-20 15:16:34 +00:00 |
Mitchell Livingston
|
7ac00f83c7
|
update project for new rpc code (part 2)
|
2008-05-19 01:05:14 +00:00 |
Mitchell Livingston
|
9aecf34ce7
|
update project for new rpc code (part 1)
|
2008-05-19 00:23:06 +00:00 |
Mitchell Livingston
|
35af79aa95
|
(trunk) re-add Italian localization
|
2008-05-14 03:24:25 +00:00 |
Mitchell Livingston
|
8b8ab8d693
|
make the "group = none" image an empty box
|
2008-05-09 15:17:30 +00:00 |
Mitchell Livingston
|
7122aca003
|
remove the italian localization for the upcoming release
|
2008-05-08 20:20:50 +00:00 |
Mitchell Livingston
|
54c345b2cb
|
remove the last script committed - Transmission now requires Mac OS X 10.4.11 with Security Update 2008-002 or 10.5 or higher
|
2008-04-30 18:35:07 +00:00 |
Mitchell Livingston
|
318a7cb719
|
add a script to the project file to allow libcurl to link under Tiger
|
2008-04-30 14:21:32 +00:00 |
Mitchell Livingston
|
eaf4ecc37a
|
don't redraw the dock tile if there is no change
|
2008-04-24 21:24:42 +00:00 |
Mitchell Livingston
|
84515d4fb5
|
mac build compiles again - let's hope i did this right
|
2008-04-24 06:31:53 +00:00 |
Mitchell Livingston
|
d13c063af3
|
mac changes for #377, number one (it doesn't compile yet)
|
2008-04-24 01:55:33 +00:00 |