Commit Graph

511 Commits

Author SHA1 Message Date
Mitchell Livingston 0d671d5a15 try llvm as the compiler again 2010-06-19 17:38:52 +00:00
Mitchell Livingston f223bda8d0 make the mac build work with the last commit 2010-06-19 14:43:06 +00:00
Mitchell Livingston bab5d73dc5 make the mac build work with the new cache code 2010-06-19 14:26:54 +00:00
Mitchell Livingston e03fe7cc37 remove zh_CH files from Xcode and update Makefile for missing localizations 2010-06-16 01:18:18 +00:00
Mitchell Livingston 7a1e05a1ee update Simplified Chinese for 2.0 2010-06-15 22:33:45 +00:00
Mitchell Livingston 5f6365e9e4 remove unused ggets.[ch] from xcode 2010-06-15 00:38:36 +00:00
Mitchell Livingston 8b23681730 update Dutch localization for 2.0 2010-06-12 13:09:59 +00:00
Mitchell Livingston 9704a8637e update French localization for 2.00 2010-06-07 11:44:59 +00:00
Mitchell Livingston 149549f3c5 new localization European Portuguese 2010-05-31 18:13:52 +00:00
Mitchell Livingston 544f962939 update (Brazilian) Portuguese localization for 2.0 2010-05-31 00:11:43 +00:00
Mitchell Livingston 6ea50f14ec update Russian localization for 2.0 2010-05-28 21:51:40 +00:00
Mitchell Livingston 3ff7e0f09a update Spanish localization for 2.0 2010-05-27 19:56:18 +00:00
Mitchell Livingston 55e5edc4ad update Italian localization for 2.0 2010-05-24 23:15:50 +00:00
Mitchell Livingston 272dc1a391 update German localization for 2.0 2010-05-22 16:50:29 +00:00
Charles Kerr 2b9ab542cb (trunk) #3060 "Local Peer Discovery" -- in the code, rename LDS as LPD for Local Peer Discovery 2010-05-08 08:42:45 +00:00
Mitchell Livingston 87e15871d3 Mac build compiles again 2010-05-01 16:11:21 +00:00
Mitchell Livingston b3af34d53d #2612 Display a neutered add window for magnet links 2010-04-12 00:55:31 +00:00
Mitchell Livingston 62ceb344f6 update miniupnp to 20100405 2010-04-05 22:44:14 +00:00
Mitchell Livingston efce4e9759 add a protocol for the info view controllers, and as a result eliminate some excessive code 2010-03-14 01:42:49 +00:00
Mitchell Livingston 3a0626f1fe add history.[ch] to xcode project 2010-03-08 04:32:20 +00:00
Mitchell Livingston 5279b0f9da the info window itself no longer needs to be localized 2010-03-06 23:24:42 +00:00
Mitchell Livingston d5f4c15fb8 Refactor the info window, so that each view is in a separate xib and view controller. This should make future localizations simpler and the code more modular/readable. 2010-03-06 23:12:30 +00:00
Mitchell Livingston b9a256fac8 mac build, compile! 2010-01-22 02:47:30 +00:00
Mitchell Livingston 18272e65a1 flatten nibs regardless of build setting 2010-01-21 02:48:14 +00:00
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