Commit Graph

487 Commits

Author SHA1 Message Date
Mitchell Livingston 98bf7709f7 remove Turkish localization - the translator is MIA 2010-01-11 14:23:46 +00:00
Mitchell Livingston a3b7c17437 add Simplified Chinese localization 2009-12-26 16:43:55 +00:00
Mitchell Livingston dee7d70dbd experiment with Stabs instead of DWARF as the debug information format 2009-12-23 16:33:06 +00:00
Mitchell Livingston 130b4ffd29 add a magnet link "icon" 2009-12-20 14:44:56 +00:00
Mitchell Livingston 64696d5714 #2594 Make all inspector fields selectable 2009-12-19 20:15:16 +00:00
Mitchell Livingston 298d5e2a7b German localization 2009-12-13 21:28:51 +00:00
Eric Petit 68f853cdb5 Adds magnet files to Xcode project 2009-11-24 07:21:27 +00:00
Eric Petit e8de04bea8 Removes request-list.[ch] from Xcode project 2009-11-08 23:47:48 +00:00
Mitchell Livingston cf6e618753 adjustment to the port checker, including getting rid of an unneeded instance variable of the port; a couple of implicit settings added to the project file 2009-11-08 06:01:29 +00:00
Mitchell Livingston 930d5f161a switch compiler back to gcc 4.2 to fix #2533 2009-10-30 22:47:54 +00:00
Eric Petit cf29f57b5a Removes fastresume.[ch] from Xcode project 2009-10-19 07:40:21 +00:00
Mitchell Livingston 98419ebea6 turn off nib/xib flattening/stripping for the debug configuration 2009-10-10 14:58:34 +00:00
Mitchell Livingston a9101bb1c2 first go at redoing the tracker inspector tab (some functionality is still missing) 2009-09-28 01:57:35 +00:00
Mitchell Livingston 06df79d02f begin the reorganization of the inspector tracker tab - a lot still left to do 2009-09-26 04:02:39 +00:00
Mitchell Livingston 174a097ebd fix mac build - tracker info tab info is not fully available for now 2009-09-25 22:18:54 +00:00
Mitchell Livingston cda725f49a add a placeholder favicon for trackers 2009-09-21 22:45:19 +00:00
Mitchell Livingston 650c91e9f8 #2421 Build fails on Mac OS X if special characters are in project path 2009-09-17 13:23:52 +00:00
Mitchell Livingston 4016dc0358 #2337 Include Mac OS X 10.5's libcurl and libcrypto in our repo to build/link against. This is the first step for restoring 10.5 compatibility. 2009-09-07 14:46:25 +00:00
Mitchell Livingston fb1c8c8d29 build using NATIVE_ARCH_ACTUAL 2009-09-04 13:08:24 +00:00
Mitchell Livingston 5e2ef3aa89 draft #1 of #2369 - use public API for QuickLook on 10.6 (and drop the hack for 10.5-support) 2009-09-04 04:10:46 +00:00
Mitchell Livingston 06b9cd5532 give the Clang compiler a try 2009-09-01 11:27:31 +00:00
Mitchell Livingston 74bcaba766 require 10.6 (and Xcode 3.2) for development, and kill some more deprecated methods too 2009-08-29 20:28:52 +00:00
Mitchell Livingston 4cbad6279c Mac build compiles once again 2009-08-18 02:18:42 +00:00
Mitchell Livingston 784c0594b0 compile Release and Release - Debug as 32/64-bit Universal 2009-07-19 15:25:24 +00:00
Mitchell Livingston f4040cd386 Mac build works with updated miniupnp script 2009-07-18 01:50:50 +00:00
Mitchell Livingston 1b03a3cab9 remove "ppc64" from Valid Architectures 2009-07-14 04:29:25 +00:00
Mitchell Livingston 1df06d12a1 finish #2273 and probably break non-Mac builds in the process 2009-07-14 00:13:10 +00:00
Mitchell Livingston aabbd658b9 the Mac build will now use the standard update version script 2009-07-07 00:32:40 +00:00
Kevin Glowacz 728a9f5c56 (trunk) sync files from last commit 2009-06-15 00:18:00 +00:00
Mitchell Livingston 448dcd9d59 add button for DHT in Mac prefs 2009-05-21 04:35:40 +00:00
Mitchell Livingston a94a34e347 update Mac code for DHT (still doesn't compile) 2009-05-19 22:51:37 +00:00
Mitchell Livingston deeeee3d05 #2045 hold down option key on launch to start with all torrents paused 2009-05-12 00:58:22 +00:00
Mitchell Livingston a9dfa30198 update Russian localization 2009-04-28 02:32:33 +00:00
Mitchell Livingston 83efad1f06 update Turkish localization 2009-04-27 23:23:20 +00:00
Mitchell Livingston 2fc5eacd69 update Dutch localization 2009-04-27 12:58:12 +00:00
Mitchell Livingston 0f32a6025c update Spanish localization 2009-04-27 11:55:04 +00:00
Mitchell Livingston 001bef8ae0 update Traditional Chinese localization 2009-04-25 14:14:00 +00:00
Mitchell Livingston ba5b49b4f3 updated Italian localization 2009-04-25 14:09:31 +00:00
Mitchell Livingston 853839e6ca Mac: Portuguese localization 2009-04-21 23:41:03 +00:00
Mitchell Livingston d1fed11b6f don't use NDEBUG when compiling in release - this will cause asserts in libT to be hit in release builds, which is probably better than a crash without useful debug info. 2009-03-29 16:40:06 +00:00
Mitchell Livingston 453e4a3f72 the Mac build works with the new speed limit libT code - still a bit quirky 2009-03-28 17:18:43 +00:00
Mitchell Livingston 6be27c325f a little cleanup of the project file 2009-03-02 03:49:50 +00:00
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