Commit Graph

11457 Commits

Author SHA1 Message Date
Mitchell Livingston 21075ebd5d replace a method with GCD calls 2012-03-10 13:59:44 +00:00
Mitchell Livingston aabd4c9397 less crashing with ARC 2012-03-10 13:36:26 +00:00
Mitchell Livingston 11f57ccb18 #4822 Enable Automatic Reference Counting 2012-03-10 03:38:58 +00:00
Jordan Lee 302e33771a add x-scheme-handler/magnet to transmission-qt's .desktop file 2012-03-08 21:37:31 +00:00
Mitchell Livingston d1f837e709 show dates in the inspector as relative (today/yesterday instead of a date), and don't show the day of the week 2012-03-05 02:11:33 +00:00
Jordan Lee a025510834 (trunk libT) #4810 "add environment variable option to have libcurl verify SSL certs" -- patch by infinity0 2012-03-04 13:21:42 +00:00
Jordan Lee 018fe4c4a9 (trunk qt) #4389 "share ratio progressbar indication counter-intuitive" -- apply rb07's 'color-progress-bar.patch' to to add color to the progress bar, similar to the Mac and Web client. It also restores seed bar to normal filling, not reverse or emptying. 2012-03-04 13:15:43 +00:00
Jordan Lee 4c8c5f578d (trunk gtk) #4764 "filenames should have a tooltip" -- fixed with patch from gulyan 2012-03-04 13:12:42 +00:00
Jordan Lee a3039d444d #4804 "Add quicklist to gnome-shell and unity" -- patch applied. 2012-03-04 12:58:46 +00:00
Jordan Lee 30d4f23d0c (trunk qt) remove unused code 2012-02-29 02:47:11 +00:00
Mitchell Livingston bc6d6fb54b #4788 "export TRANSMISSION_HOME=" broken in Mac client 2012-02-29 02:45:42 +00:00
Mitchell Livingston 6ac2b87fd9 #4790 Increase most number formatter limits from 10000 to 99999 (9999 for peers per-torrent) 2012-02-27 04:30:20 +00:00
Mitchell Livingston 2eae8a5a0f bump version to 2.50+ 2012-02-27 04:29:11 +00:00
Jordan Lee 252560ddd9 (trunk gtk) #4791 "Should catch SIGTERM instead of SIGKILL" -- fixed with patch by Matt Krai 2012-02-24 19:52:50 +00:00
Mitchell Livingston 291cb9f712 version number back to 2.50 for re-re-re-tagging 2012-02-19 23:58:04 +00:00
Mitchell Livingston 41cf79099f update Dutch localization for 2.5 2012-02-19 23:48:37 +00:00
Jordan Lee 6660a6f69f bump trunk to 2.50+ 2012-02-19 02:08:05 +00:00
Mitchell Livingston 54bad257aa update European Portuguese localization for 2.5 2012-02-15 23:47:15 +00:00
Mitchell Livingston 5a4171e21c update Simplified Chinese localization for 2.5 2012-02-15 23:44:21 +00:00
Jordan Lee b50aa8f050 bump to 2.50 2012-02-15 01:56:20 +00:00
Jordan Lee ecfab318ed (trunk libT) fix potential NULL pointer dereference in rpc-server.c's crude mime multipart parser 2012-02-15 01:44:21 +00:00
Mitchell Livingston bfaba32d79 #4769 "Display notifications" not staying checked 2012-02-14 03:37:39 +00:00
Jordan Lee 94678506bd sync transmission-gtk translations from launchpad. Five new localizations: Tibetan, Uzbek, Armenian, Valencian Catalan, Interlingua 2012-02-13 20:58:29 +00:00
Mitchell Livingston a47618773a update Brazilian Portuguese localization for 2.5 2012-02-12 21:02:02 +00:00
Jordan Lee 8f55d04992 (trunk web) remove dead css from the removed filter popup 2012-02-12 17:20:38 +00:00
Mitchell Livingston 3e00245976 bump version to 2.50b1 2012-02-11 23:43:47 +00:00
Mitchell Livingston 34d9663139 replace NSAutoreleasePool objects with @autoreleasepool blocks 2012-02-11 05:13:46 +00:00
Mitchell Livingston 72b0086cef spacing fix for r13217 2012-02-11 03:52:57 +00:00
Mitchell Livingston ec28df0bbc (web client) getValue needs to accept all types of html5 text fields 2012-02-11 03:49:21 +00:00
Mitchell Livingston bf076cc096 update French localization for 2.5 2012-02-09 13:48:36 +00:00
Mitchell Livingston a6e141fc96 update NEWS 2012-02-08 12:13:22 +00:00
Mitchell Livingston bd5289b750 update Russian localization for 2.5 2012-02-08 12:13:13 +00:00
Jordan Lee b8c05784de fix oops 2012-02-08 04:09:22 +00:00
Mitchell Livingston 0109992bdb yet another NEWS revision 2012-02-08 03:54:12 +00:00
Jordan Lee 597285830b another NEWS revision 2012-02-08 03:52:54 +00:00
Jordan Lee 44b1eecf12 (trunk web) Include the SASS stylesheet templates in the tarball 2012-02-08 03:49:32 +00:00
Mitchell Livingston 4deb1cbb9c update NEWS 2012-02-08 03:47:39 +00:00
Jordan Lee 423675783b update NEWS for 2.50 2012-02-08 03:15:50 +00:00
Mitchell Livingston 8a0119d467 update Spanish localization for 2.5 2012-02-07 22:51:33 +00:00
Mitchell Livingston 27b341134a update Italian localization for 2.5 2012-02-07 03:41:48 +00:00
Jordan Lee e110757013 (trunk gtk) when processing log messages for the Message Log window and we encounter an error messages, pass it to g_warning() as well 2012-02-04 23:59:42 +00:00
Jordan Lee b20110fe67 use kB/s rather than KiB/s in transmission-remote's manpage 2012-02-04 03:19:49 +00:00
Jordan Lee 43f7dc4c17 (trunk libT) fix minor memory leak of the 'dir' string when deleting local data. (Thanks, valgrind!) 2012-02-04 03:09:31 +00:00
Mitchell Livingston a107ad81ab Mac build compiles again 2012-02-04 02:17:51 +00:00
Jordan Lee 5194175f9a (trunk qt) fix r13200 oops -- I forgot to add the new template file in the qt/ directory 2012-02-04 02:00:21 +00:00
Jordan Lee a33763dbe3 (trunk qt) #4490 "transmission-qt FTB, undefined references to UTP library" -- fixed with patch by niol 2012-02-04 01:55:58 +00:00
Jordan Lee 6d4858d8dd (trunk) #4732 "allow switching between internal and system libnatpmp" -- fixed with patch scarabeus and applied by me, so any patch breakage is probably mine... ;) 2012-02-04 01:28:15 +00:00
Jordan Lee c56b12690c (trunk libT) #4687 "magnet links behave oddly" -- fixed. Thanks to cfpp2p for some very nice sleuthing on this one. 2012-02-04 00:34:39 +00:00
Jordan Lee 4c31104f4f (trunk web) fix positioning issue w/the torrent list going directly under the toolbars 2012-02-03 23:05:24 +00:00
Jordan Lee 9a27751d77 (trunk web) #4731 "'Select All' and 'Deselect All' options missing from Inspector>Files" -- fixed. 2012-02-03 22:59:33 +00:00