]> granicus.if.org Git - transmission/log
transmission
13 years agofix torrent-list placement error when the inspector is visible
Jordan Lee [Sat, 22 Oct 2011 06:27:07 +0000 (06:27 +0000)]
fix torrent-list placement error when the inspector is visible

13 years ago#4581 Change the multiple sessions confirmation button from "Quit" to "OK"
Mitchell Livingston [Fri, 21 Oct 2011 11:19:32 +0000 (11:19 +0000)]
#4581 Change the multiple sessions confirmation button from "Quit" to "OK"

13 years ago(trunk web) since the inspector tab icons aren't hardcoded in javascript anymore...
Jordan Lee [Fri, 21 Oct 2011 03:29:18 +0000 (03:29 +0000)]
(trunk web) since the inspector tab icons aren't hardcoded in javascript anymore, we need to make sure & load them in css

13 years agomake the file priority buttons slightly narrower in the mobile css
Jordan Lee [Fri, 21 Oct 2011 03:04:49 +0000 (03:04 +0000)]
make the file priority buttons slightly narrower in the mobile css

13 years ago(trunk web) #3862 "on iPhone web ui, some buttons are too small to tap" -- fix file...
Jordan Lee [Fri, 21 Oct 2011 02:58:19 +0000 (02:58 +0000)]
(trunk web) #3862 "on iPhone web ui, some buttons are too small to tap" -- fix file priority buttons.

13 years agofix 2.40 error changing file priorities in the web client.
Jordan Lee [Fri, 21 Oct 2011 02:41:53 +0000 (02:41 +0000)]
fix 2.40 error changing file priorities in the web client.

13 years ago(trunk) update NEWS
Mitchell Livingston [Thu, 20 Oct 2011 02:08:30 +0000 (02:08 +0000)]
(trunk) update NEWS

13 years ago(trunk) whoops
Mitchell Livingston [Thu, 20 Oct 2011 01:35:09 +0000 (01:35 +0000)]
(trunk) whoops

13 years ago(trunk) bump to 2.42+
Mitchell Livingston [Thu, 20 Oct 2011 01:34:06 +0000 (01:34 +0000)]
(trunk) bump to 2.42+

13 years agosilence two warnings by declaring the NSURLDownloadDelegate protocol
Mitchell Livingston [Thu, 20 Oct 2011 01:08:30 +0000 (01:08 +0000)]
silence two warnings by declaring the NSURLDownloadDelegate protocol

13 years ago(trunk web) #4579 "lock_icon.png does not display in inspector tab for encrypted...
Jordan Lee [Thu, 20 Oct 2011 00:10:06 +0000 (00:10 +0000)]
(trunk web) #4579 "lock_icon.png does not display in inspector tab for encrypted peers" -- fixed.

13 years agoremove unused views from InfoActivityView and InfoGeneralView
Mitchell Livingston [Wed, 19 Oct 2011 02:10:56 +0000 (02:10 +0000)]
remove unused views from InfoActivityView and InfoGeneralView

13 years ago#4575 Bug when filtering a transfer withs its file table selected
Mitchell Livingston [Wed, 19 Oct 2011 01:22:49 +0000 (01:22 +0000)]
#4575 Bug when filtering a transfer withs its file table selected

13 years agosilence more warnings
Mitchell Livingston [Tue, 18 Oct 2011 04:32:30 +0000 (04:32 +0000)]
silence more warnings

13 years agoSilence some new warnings with LLVM 3.0/Xcode 4.2
Mitchell Livingston [Tue, 18 Oct 2011 02:30:22 +0000 (02:30 +0000)]
Silence some new warnings with LLVM 3.0/Xcode 4.2

13 years ago(trunk libT) #4571 "can't edit UDP trackers via RPC" -- fixed.
Jordan Lee [Mon, 17 Oct 2011 12:44:17 +0000 (12:44 +0000)]
(trunk libT) #4571 "can't edit UDP trackers via RPC" -- fixed.

13 years agoavoid double-include of common.css in IE8
Jordan Lee [Mon, 17 Oct 2011 06:10:06 +0000 (06:10 +0000)]
avoid double-include of common.css in IE8

13 years ago(trunk web) revert part of the previous commit. IE didn't add media query support...
Jordan Lee [Sun, 16 Oct 2011 03:02:39 +0000 (03:02 +0000)]
(trunk web) revert part of the previous commit. IE didn't add media query support until IE9, so we still have to explicitly call common.css in an "if IE8" block.

13 years agostylesheet changes for IE as suggested by reardon in #4555 comment 5
Jordan Lee [Sun, 16 Oct 2011 02:40:28 +0000 (02:40 +0000)]
stylesheet changes for IE as suggested by reardon in #4555 comment 5

13 years ago(trunk web) #4564 "web client doesn't run in IE7" -- fixed.
Jordan Lee [Sat, 15 Oct 2011 04:35:20 +0000 (04:35 +0000)]
(trunk web) #4564 "web client doesn't run in IE7" -- fixed.

13 years ago(trunk web) #4568 "Web Client blank content area in Opera Internet Browser" -- fix...
Jordan Lee [Sat, 15 Oct 2011 01:33:16 +0000 (01:33 +0000)]
(trunk web) #4568 "Web Client blank content area in Opera Internet Browser" -- fix HTML5 validation errors reported by validator.w3.org. This fixed the blank content area problem seen with Opera.

13 years ago(trunk web) remove some newly-obsoleted directories
Jordan Lee [Fri, 14 Oct 2011 23:00:22 +0000 (23:00 +0000)]
(trunk web) remove some newly-obsoleted directories

13 years ago(trunk web) #4548 "non-local stylesheets and js" -- bundle jqueryui's css and accompa...
Jordan Lee [Fri, 14 Oct 2011 22:24:23 +0000 (22:24 +0000)]
(trunk web) #4548 "non-local stylesheets and js" -- bundle jqueryui's css and accompanying images so that we don't have to rely on a third-party CDN.

13 years ago(trunk libT) #4526 "do not skip scrape unless all three scrape fields came with annou...
Jordan Lee [Fri, 14 Oct 2011 00:27:14 +0000 (00:27 +0000)]
(trunk libT) #4526 "do not skip scrape unless all three scrape fields came with announce" -- add field initializers.

13 years ago(trunk libT) #4556 "Transmission 2.40 fails to connect with UDP trackers on big endia...
Jordan Lee [Fri, 14 Oct 2011 00:02:36 +0000 (00:02 +0000)]
(trunk libT) #4556 "Transmission 2.40 fails to connect with UDP trackers on big endian systems" -- fixed.

13 years ago(trunk gtk) #4553 "Set about dialog to modal when compiled with GTK+-3" -- fix About...
Jordan Lee [Thu, 13 Oct 2011 00:36:19 +0000 (00:36 +0000)]
(trunk gtk) #4553 "Set about dialog to modal when compiled with GTK+-3" -- fix About dialog issue when hiding and then re-showing Transmission.

13 years ago(trunk) "Tier name" in the inspector is editable by double clicking it
Mitchell Livingston [Wed, 12 Oct 2011 03:35:55 +0000 (03:35 +0000)]
(trunk) "Tier name" in the inspector is editable by double clicking it

13 years agoexplicitly left-align the text in the add windows
Mitchell Livingston [Wed, 12 Oct 2011 02:50:30 +0000 (02:50 +0000)]
explicitly left-align the text in the add windows

13 years agofix 'scrollTo is not a function' error reported in IRC.
Jordan Lee [Wed, 12 Oct 2011 00:12:05 +0000 (00:12 +0000)]
fix 'scrollTo is not a function' error reported in IRC.

13 years ago#4515 'load jquery via https' -- done.
Jordan Lee [Tue, 11 Oct 2011 23:13:40 +0000 (23:13 +0000)]
#4515 'load jquery via https' -- done.

13 years ago(trunk gtk) #5204 "Transmission GTK client crashes on start" -- another possible...
Jordan Lee [Tue, 11 Oct 2011 20:32:15 +0000 (20:32 +0000)]
(trunk gtk) #5204 "Transmission GTK client crashes on start" -- another possible fix ;)

13 years agouse PKG_CHECK_EXISTS, rather than PKG_CHECK_MODULES, to test for GTK+ 2 and GTK+ 3.
Jordan Lee [Tue, 11 Oct 2011 15:46:42 +0000 (15:46 +0000)]
use PKG_CHECK_EXISTS, rather than PKG_CHECK_MODULES, to test for GTK+ 2 and GTK+ 3.

13 years ago(trunk gtk) #4554 "Transmission GTK client crashes on start" -- possible fix.
Jordan Lee [Tue, 11 Oct 2011 15:30:33 +0000 (15:30 +0000)]
(trunk gtk) #4554 "Transmission GTK client crashes on start" -- possible fix.

13 years ago(trunk gtk) #4552 "mark primary toolbars" -- applied patch from fmuellner
Jordan Lee [Tue, 11 Oct 2011 15:27:32 +0000 (15:27 +0000)]
(trunk gtk) #4552 "mark primary toolbars" -- applied patch from fmuellner

13 years ago(trunk web) #4555 "Web UI broken in IE9" -- fixed with patch from reardon.
Jordan Lee [Tue, 11 Oct 2011 15:23:41 +0000 (15:23 +0000)]
(trunk web) #4555 "Web UI broken in IE9" -- fixed with patch from reardon.

13 years ago(trunk gtk) #4553 "Set about dialog to modal when compiled with GTK+-3" -- fixed.
Jordan Lee [Tue, 11 Oct 2011 14:36:03 +0000 (14:36 +0000)]
(trunk gtk) #4553 "Set about dialog to modal when compiled with GTK+-3" -- fixed.

13 years agoupdated Lithuanian translation of the Qt client
Jordan Lee [Tue, 11 Oct 2011 05:11:57 +0000 (05:11 +0000)]
updated Lithuanian translation of the Qt client

13 years ago(trunk, web) #4515 "don't load jquery via https" -- fixed. Xref: http://encosia.com...
Jordan Lee [Tue, 11 Oct 2011 04:51:12 +0000 (04:51 +0000)]
(trunk, web) #4515 "don't load jquery via https" -- fixed. Xref: http://encosia.com/cripple-the-google-cdns-caching-with-a-single-character/

13 years ago(trunk) #4550 "no way to build with GTK+ 3" -- fixed. We now use GTK+ 3 if available...
Jordan Lee [Tue, 11 Oct 2011 04:17:54 +0000 (04:17 +0000)]
(trunk) #4550 "no way to build with GTK+ 3" -- fixed. We now use GTK+ 3 if available; GTK+ 2 if it's not.

13 years ago(trunk gtk) add portability wrappers for gtk_hbox_new() and gtk_vbox_new(), which...
Jordan Lee [Tue, 11 Oct 2011 04:11:08 +0000 (04:11 +0000)]
(trunk gtk) add portability wrappers for gtk_hbox_new() and gtk_vbox_new(), which are deprecated now in GTK+ 3.2

13 years ago(trunk) #4490 "transmission fails to build: undefined references" -- reopened. r12954...
Jordan Lee [Mon, 10 Oct 2011 20:23:24 +0000 (20:23 +0000)]
(trunk) #4490 "transmission fails to build: undefined references" -- reopened. r12954's solution generated a new problem in "make distclean."

13 years agocli, daemon, and remote can compile again
Mitchell Livingston [Mon, 10 Oct 2011 11:25:46 +0000 (11:25 +0000)]
cli, daemon, and remote can compile again

13 years agouse our own curl instead of the systems, since 10.6 and 10.7 curls don't get along
Mitchell Livingston [Mon, 10 Oct 2011 11:17:59 +0000 (11:17 +0000)]
use our own curl instead of the systems, since 10.6 and 10.7 curls don't get along

13 years agoremove redundant copies of libcurl and lib crypto
Mitchell Livingston [Sun, 9 Oct 2011 18:19:47 +0000 (18:19 +0000)]
remove redundant copies of libcurl and lib crypto

13 years ago(trunk libT) #4323 "allow usage of system miniupnpc" -- possibly fix OS X regression...
Jordan Lee [Sun, 9 Oct 2011 14:51:13 +0000 (14:51 +0000)]
(trunk libT) #4323 "allow usage of system miniupnpc" -- possibly fix OS X regression caused by r12957

13 years ago(trunk libT) #4323 "Allow usage of system miniupnpc" -- fixed.
Jordan Lee [Sun, 9 Oct 2011 02:05:52 +0000 (02:05 +0000)]
(trunk libT) #4323 "Allow usage of system miniupnpc" -- fixed.

13 years ago(trunk libT) #4530 "lastAnnounceResult is not properly set" -- fixed.
Jordan Lee [Sun, 9 Oct 2011 00:21:36 +0000 (00:21 +0000)]
(trunk libT) #4530 "lastAnnounceResult is not properly set" -- fixed.

13 years ago(trunk libT) #4526 "do not skip scrape unless all three scrape fields came with annou...
Jordan Lee [Sun, 9 Oct 2011 00:18:18 +0000 (00:18 +0000)]
(trunk libT) #4526 "do not skip scrape unless all three scrape fields came with announce" -- fixed.

13 years ago(trunk) #4490 "Transmission 2.40b1 fails to build: undefined references" -- fixed.
Jordan Lee [Sat, 8 Oct 2011 23:53:27 +0000 (23:53 +0000)]
(trunk) #4490 "Transmission 2.40b1 fails to build: undefined references" -- fixed.

13 years ago(trunk) bump to 2.41+
Mitchell Livingston [Sat, 8 Oct 2011 21:38:10 +0000 (21:38 +0000)]
(trunk) bump to 2.41+

13 years agocorrect 2.40's release date
Mitchell Livingston [Sat, 8 Oct 2011 18:38:01 +0000 (18:38 +0000)]
correct 2.40's release date

13 years agofix Xcode builds of the cli, daemon, and remote
Mitchell Livingston [Thu, 6 Oct 2011 12:35:52 +0000 (12:35 +0000)]
fix Xcode builds of the cli, daemon, and remote

13 years agoreplace 'fldr' with kGenericFolderIcon
Mitchell Livingston [Thu, 6 Oct 2011 03:16:06 +0000 (03:16 +0000)]
replace 'fldr' with kGenericFolderIcon

13 years agoremove another call to filenames
Mitchell Livingston [Thu, 6 Oct 2011 02:27:23 +0000 (02:27 +0000)]
remove another call to filenames

13 years agoremove most instances of deprecated filename and filenames methods
Mitchell Livingston [Thu, 6 Oct 2011 02:16:19 +0000 (02:16 +0000)]
remove most instances of deprecated filename and filenames methods

13 years agobump to 2.40+
Mitchell Livingston [Thu, 6 Oct 2011 00:36:54 +0000 (00:36 +0000)]
bump to 2.40+

13 years agouse AutoLayout with GlobalOptionsPopover.xib, since it's 10.7-only
Mitchell Livingston [Thu, 6 Oct 2011 00:35:09 +0000 (00:35 +0000)]
use AutoLayout with GlobalOptionsPopover.xib, since it's 10.7-only

13 years agoWe now require Mac OS X 10.6 or later. Make that change and all the nice little adjus...
Mitchell Livingston [Thu, 6 Oct 2011 00:30:40 +0000 (00:30 +0000)]
We now require Mac OS X 10.6 or later. Make that change and all the nice little adjustments that go with it.

13 years agobump to 2.40 2.40
Mitchell Livingston [Wed, 5 Oct 2011 04:01:44 +0000 (04:01 +0000)]
bump to 2.40

13 years agoreplace the deprecated setRequiredFileType: with setAllowedFileTypes:
Mitchell Livingston [Mon, 3 Oct 2011 01:38:55 +0000 (01:38 +0000)]
replace the deprecated setRequiredFileType: with setAllowedFileTypes:

13 years agoupdate the Creator window's tracker-tier informative text the full length of the...
Mitchell Livingston [Sat, 1 Oct 2011 03:36:44 +0000 (03:36 +0000)]
update the Creator window's tracker-tier informative text the full length of the window

13 years agobump to 2.40 beta 3 2.40b3
Jordan Lee [Thu, 29 Sep 2011 02:43:07 +0000 (02:43 +0000)]
bump to 2.40 beta 3

13 years agoparsing uris is expensive, so cache the results.
Jordan Lee [Wed, 28 Sep 2011 18:06:04 +0000 (18:06 +0000)]
parsing uris is expensive, so cache the results.

13 years ago#4506 'crash from memory corruption somewhere called from tr_handshakeDone()' --...
Jordan Lee [Wed, 28 Sep 2011 16:07:35 +0000 (16:07 +0000)]
#4506 'crash from memory corruption somewhere called from tr_handshakeDone()' -- possible fix.

13 years agomunge tr_torrent's memory immediately before freeing it.
Jordan Lee [Wed, 28 Sep 2011 16:06:19 +0000 (16:06 +0000)]
munge tr_torrent's memory immediately before freeing it.

13 years ago#4524 Redirects with https are broken
Mitchell Livingston [Tue, 27 Sep 2011 22:34:52 +0000 (22:34 +0000)]
#4524 Redirects with https are broken

13 years ago#4521 '(web) Make urls in comments clickable' -- done.
Jordan Lee [Tue, 27 Sep 2011 16:44:35 +0000 (16:44 +0000)]
#4521 '(web) Make urls in comments clickable' -- done.

13 years ago#4522 'svn link in README outdated' -- fixed.
Jordan Lee [Tue, 27 Sep 2011 16:19:08 +0000 (16:19 +0000)]
#4522 'svn link in README outdated' -- fixed.

13 years agoremove redundant assertion
Jordan Lee [Tue, 27 Sep 2011 02:44:07 +0000 (02:44 +0000)]
remove redundant assertion

13 years ago#4517 mark "add torrent" and "blacklist" url fields as html5 url fields
Mitchell Livingston [Tue, 27 Sep 2011 02:34:04 +0000 (02:34 +0000)]
#4517 mark "add torrent" and "blacklist" url fields as html5 url fields

13 years agowarnings--
Mitchell Livingston [Tue, 27 Sep 2011 01:49:09 +0000 (01:49 +0000)]
warnings--

13 years agoupdate NEWS
Mitchell Livingston [Tue, 27 Sep 2011 01:40:17 +0000 (01:40 +0000)]
update NEWS

13 years ago#4512 Groups-based custom locations over RPC
Mitchell Livingston [Tue, 27 Sep 2011 01:37:41 +0000 (01:37 +0000)]
#4512 Groups-based custom locations over RPC

13 years ago#4515 'load jquery-ui via https' -- done.
Jordan Lee [Mon, 26 Sep 2011 23:22:51 +0000 (23:22 +0000)]
#4515 'load jquery-ui via https' -- done.

13 years ago(trunk libt) in tr_bitfieldSetRaw(), add a `bounded' argument for cases where we...
Jordan Lee [Mon, 26 Sep 2011 22:50:42 +0000 (22:50 +0000)]
(trunk libt) in tr_bitfieldSetRaw(), add a `bounded' argument for cases where we know how large the final bitfield will be. This can be used ensure that the excess bits at the end of the array are zeroed out and safe for bitfield.c's countArray() function.

13 years agopeer.have was being initialized to the block count, rather than the piece count,...
Jordan Lee [Mon, 26 Sep 2011 22:48:50 +0000 (22:48 +0000)]
peer.have was being initialized to the block count, rather than the piece count, resulting in wasted overhead.

13 years ago(trunk libT) #4511 "fromLpd in rpc" -- add to torrent-get's "peersFrom" response.
Jordan Lee [Mon, 26 Sep 2011 20:49:26 +0000 (20:49 +0000)]
(trunk libT) #4511 "fromLpd in rpc" -- add to torrent-get's "peersFrom" response.

13 years ago(trunk libT) add several more tr_completion assertions to smoke out the (sizeWhenDone...
Jordan Lee [Mon, 26 Sep 2011 06:18:48 +0000 (06:18 +0000)]
(trunk libT) add several more tr_completion assertions to smoke out the (sizeWhenDone() < sizeNow()) error reported in the forums

13 years agoin freeTorrent(), don't destruct the torrent's completion field until after calling...
Jordan Lee [Mon, 26 Sep 2011 05:57:03 +0000 (05:57 +0000)]
in freeTorrent(), don't destruct the torrent's completion field until after calling tr_announceRemoveTorrent()

13 years ago(trunk qt) #4510 "Lithuanian (lt) translation for the Qt Client" -- added.
Jordan Lee [Sun, 25 Sep 2011 21:56:11 +0000 (21:56 +0000)]
(trunk qt) #4510 "Lithuanian (lt) translation for the Qt Client" -- added.

13 years ago(trunk libT) #4504 "crash when adding malformed magnet link" -- fixed.
Jordan Lee [Sun, 25 Sep 2011 21:51:50 +0000 (21:51 +0000)]
(trunk libT) #4504 "crash when adding malformed magnet link" -- fixed.

13 years ago(trunk libT) #4507 "scrape min_request_interval no longer working" -- fixed.
Jordan Lee [Sun, 25 Sep 2011 21:48:34 +0000 (21:48 +0000)]
(trunk libT) #4507 "scrape min_request_interval no longer working" -- fixed.

13 years agoincrease the default width of the inspector -> peers's IP address, dl, and ul columns
Mitchell Livingston [Sun, 25 Sep 2011 15:37:47 +0000 (15:37 +0000)]
increase the default width of the inspector -> peers's IP address, dl, and ul columns

13 years agoRemove duplicate "Copy bundle resources" for PriorityNone.png, again
Mitchell Livingston [Sun, 25 Sep 2011 01:55:48 +0000 (01:55 +0000)]
Remove duplicate "Copy bundle resources" for PriorityNone.png, again

13 years agoupdate Dutch localization for 2.4
Mitchell Livingston [Sun, 25 Sep 2011 01:53:16 +0000 (01:53 +0000)]
update Dutch localization for 2.4

13 years agotrivial tweak to betterComponentsSeparatedByCharactersInSet:
Mitchell Livingston [Sat, 24 Sep 2011 19:38:04 +0000 (19:38 +0000)]
trivial tweak to betterComponentsSeparatedByCharactersInSet:

13 years ago(trunk libT) #4502 "allow verbose scrape" -- patch by reardon.
Jordan Lee [Sat, 24 Sep 2011 05:54:47 +0000 (05:54 +0000)]
(trunk libT) #4502 "allow verbose scrape" -- patch by reardon.

13 years agobump version to 2.40 beta 2 2.40b1 2.40b2
Jordan Lee [Fri, 23 Sep 2011 05:57:03 +0000 (05:57 +0000)]
bump version to 2.40 beta 2

13 years ago#4496 'freeze when having a huge torrent' -- more tweaks based on Shark reports from...
Jordan Lee [Wed, 21 Sep 2011 23:04:39 +0000 (23:04 +0000)]
#4496 'freeze when having a huge torrent' -- more tweaks based on Shark reports from MechMK1

13 years ago#4496 'freeze when having a huge torrent' -- remove redundant debug calls to countArr...
Jordan Lee [Wed, 21 Sep 2011 20:17:36 +0000 (20:17 +0000)]
#4496 'freeze when having a huge torrent' -- remove redundant debug calls to countArray(). This is a second iteration of optimizations based on MechMK1's Shark report.

13 years ago#4344 'zero peers observed with 2.32' -- experimental change suggested by gunzip
Jordan Lee [Wed, 21 Sep 2011 00:20:02 +0000 (00:20 +0000)]
#4344 'zero peers observed with 2.32' -- experimental change suggested by gunzip

13 years ago#4496 'freeze when having a huge torrent' -- add a bitfield helper function to init...
Jordan Lee [Tue, 20 Sep 2011 23:39:40 +0000 (23:39 +0000)]
#4496 'freeze when having a huge torrent' -- add a bitfield helper function to init the bitfield from an array of flags.

13 years agoeven more work on betterComponentsSeparatedByCharactersInSet:
Mitchell Livingston [Mon, 19 Sep 2011 02:00:52 +0000 (02:00 +0000)]
even more work on betterComponentsSeparatedByCharactersInSet:

13 years agoimprovements to betterComponentsSeparatedByCharactersInSet:
Mitchell Livingston [Mon, 19 Sep 2011 01:55:52 +0000 (01:55 +0000)]
improvements to betterComponentsSeparatedByCharactersInSet:

13 years agowhoops, comment
Mitchell Livingston [Mon, 19 Sep 2011 01:38:01 +0000 (01:38 +0000)]
whoops, comment

13 years agoroll my own method to separate a string into components
Mitchell Livingston [Mon, 19 Sep 2011 01:37:43 +0000 (01:37 +0000)]
roll my own method to separate a string into components

13 years ago#4493 improve search filter behavior
Mitchell Livingston [Mon, 19 Sep 2011 00:48:30 +0000 (00:48 +0000)]
#4493 improve search filter behavior

13 years ago#4491 add ieAll.css to the makefile
Mitchell Livingston [Sun, 18 Sep 2011 23:19:46 +0000 (23:19 +0000)]
#4491 add ieAll.css to the makefile

13 years agoupdate jquery.form.min
Mitchell Livingston [Sun, 18 Sep 2011 23:12:31 +0000 (23:12 +0000)]
update jquery.form.min

13 years agothe Italian MainMenu.xib was the Portuguese version. Whoops.
Mitchell Livingston [Sun, 18 Sep 2011 21:14:33 +0000 (21:14 +0000)]
the Italian MainMenu.xib was the Portuguese version. Whoops.