Commit graph

3898 commits

Author SHA1 Message Date
TylerBenziger
a1097b32a2 Whitespace fix for jquery.mobile.theme.css 2011-11-07 10:00:39 -08:00
Ghislain Seguin
4cee7adaa9 Added data-overlay-theme 2011-11-06 20:23:39 -08:00
Ghislain Seguin
2dfa82d5f3 Merge pull request #2938 from eddiemonge/patch-4
code style cleanup
2011-11-06 15:37:40 -08:00
Eddie Monge Jr.
2663f95892 Update experiments/scrollview/scrollview.js 2011-11-06 15:09:11 -08:00
Todd Parker
e4f297a731 Merge pull request #2946 from agcolom/patch-8
Update docs/api/mediahelpers.html
2011-11-05 15:11:04 -07:00
Anne-Gaelle Colom
41792fc599 Update docs/api/mediahelpers.html 2011-11-05 21:18:13 +00:00
Todd Parker
7393adda28 Merge pull request #2945 from agcolom/patch-7
Update docs/api/data-attributes.html
2011-11-05 11:32:12 -07:00
Anne-Gaelle Colom
5d0b930691 Update docs/api/data-attributes.html 2011-11-05 17:34:08 +00:00
Ghislain Seguin
a9dc41750e Merge pull request #2944 from agcolom/patch-6
Update docs/api/data-attributes.html
2011-11-05 08:01:57 -07:00
Anne-Gaelle Colom
e83f108018 Update docs/api/data-attributes.html 2011-11-05 13:52:24 +00:00
Todd Parker
e7c37be849 Merge pull request #2943 from agcolom/patch-5
Update docs/api/data-attributes.html. Thanks agcolom!
2011-11-05 06:00:47 -07:00
Anne-Gaelle Colom
6eaa3882f7 Update docs/api/data-attributes.html 2011-11-05 12:56:18 +00:00
Todd Parker
87e6b4d8d2 Merge pull request #2942 from agcolom/patch-4
Update docs/toolbars/docs-headers.html
2011-11-05 05:11:17 -07:00
Anne-Gaelle Colom
eb9f685ffd Update docs/toolbars/docs-headers.html 2011-11-05 10:04:34 +00:00
Ghislain Seguin
3da8e0d171 Added tests for dialog theming and overlayTheme 2011-11-04 22:34:58 -07:00
Ghislain Seguin
47e0e4bf99 Fixed inheritance of content theme 2011-11-04 22:34:58 -07:00
Ghislain Seguin
26c48c8c6c Fix for #2871: Added overlayTheme option to dialog widget 2011-11-04 22:34:58 -07:00
Todd Parker
c8d3461676 Merge pull request #2941 from agcolom/patch-3
Update docs/api/data-attributes.html
2011-11-04 15:55:43 -07:00
Anne-Gaelle Colom
a350a031a7 Update docs/api/data-attributes.html 2011-11-04 22:45:15 +00:00
Todd Parker
f7bb876c3c Merge pull request #2940 from agcolom/patch-2
punctuation consistency
2011-11-04 15:39:42 -07:00
Anne-Gaelle Colom
28a19efc77 punctuation consistency 2011-11-04 22:33:37 +00:00
toddparker
3a32031516 Fixed code syntax issues. Thanks agcolom! 2011-11-04 18:07:44 -04:00
Mat Marquis
63573bce5e Merge pull request #2934 from garann/master
Issue #1447 - unescape entities in page titles
2011-11-04 15:04:26 -07:00
Eddie Monge Jr.
e56a382c3f Update experiments/scrollview/scrollview.js 2011-11-04 14:49:35 -07:00
Eddie Monge Jr.
0311c91f38 code style cleanup 2011-11-04 14:43:27 -07:00
jblas@adobe.com
0b5f6dab5d Reworked getInheritedTheme() to avoid closest() and attr(). This new version shaves off 200ms of page enhancement time on the forms gallery page on a Droid X (Android 2.1). 2011-11-04 14:11:19 -07:00
Garann Means
6699dab7d1 Corrected logic for locating entities in titles 2011-11-04 15:08:10 -05:00
jblas@adobe.com
2b2b8bf026 Merge branch 'master' of https://github.com/jquery/jquery-mobile 2011-11-04 11:04:27 -07:00
jblas@adobe.com
b7c88e4d08 Added unit test case for issue #2520 (No longer able to remove / expire pages reliably). 2011-11-04 11:03:50 -07:00
jblas@adobe.com
97e3f8a800 Fix for issue #2520 - No longer able to remove / expire pages reliably
- Modified loadPage() so that if we are attempting to load the first page of the application document, that we first check to make sure it is in the DOM before returning our cached copy. If it is not in the DOM, we let it fall through to the ajax loading code so that it gets recreated. This is necessary since some developers are agressively pruning pages, including embedded ones, for various reasons.
2011-11-04 10:58:44 -07:00
Garann Means
d7d52544e7 Fix for #1447 - create element and read text from there to unescape entities in page title 2011-11-04 12:33:07 -05:00
Dan Heberden
dc8d538b44 Fix CSSTHME/CSSTHEME type in Makefile which was preventing build 2011-11-04 09:59:49 -07:00
Todd Parker
3133b36b37 Fixed my poor alphabetical attempt. Footer is after fieldset. Done. 2011-11-03 23:25:16 -04:00
Todd Parker
ae27590d18 Added data-track-theme for flip switch 2011-11-03 23:19:13 -04:00
Todd Parker
d5ebf30c3f Teaked title 2011-11-03 23:09:32 -04:00
Todd Parker
50e0c1a9d9 Added a few fixes and cleanup to data- attr page 2011-11-03 23:08:33 -04:00
Todd Parker
73ee4c995e Added a data tribute reference page, linked it up 2011-11-03 22:56:54 -04:00
toddparker
cdf1d2cc94 Added info on URL passing between pages to scripting and Ajax nav pages 2011-11-02 18:19:26 -04:00
John Bender
408c98322a whitespace in mobile widget 2011-11-02 14:23:29 -07:00
jblas@adobe.com
85927d3995 Sometimes things don't get more "dynamic" if you say "dynamic" too many times. 2011-11-02 10:17:17 -07:00
jblas@adobe.com
931c147e22 Documentation fix for #2914 - Layout events .trigger('updatelayout'); doesn't work with delay/speed
- Updated verbage in the 'updatelayout' section so that it is clearer that developers should trigger this event if their application manipulates the content in any way that may trigger a change in the width/height of the page.
2011-11-02 10:14:04 -07:00
John Bender
3503681b91 added comment for Issue #2066 special case 2011-11-02 09:30:07 -07:00
John Bender
dcf4130593 whitespace in core css 2011-11-02 09:29:38 -07:00
Todd Parker
493beeacc7 Merge pull request #2911 from charlieCollins/patch-1
Change usage of "the JQuery Mobile" that was repeated several times. Thanks charlieCollins
2011-11-01 15:30:05 -07:00
Mat Marquis
ab486257f7 Fixes #2066 — Select menus now open normally on Android when the page is wrapped in a form element. ♥ you, .NET. 2011-11-01 18:11:48 -04:00
Charlie Collins
c384f89163 Change usage of "the JQuery Mobile" that was repeated several times in one sentence. Also, tried to fix other typos seen on the live site (docuemnt, for example), but they appear to already be correct in source. 2011-11-01 19:05:34 -03:00
jblas@adobe.com
8c81959a7d Merge branch 'master' of https://github.com/jquery/jquery-mobile 2011-11-01 14:59:36 -07:00
jblas@adobe.com
e056d20728 Some minor listview tweaking to eliminate 1200 $.fn.find calls in our 400 item listview test case.
- Moved some of the finds we used to do for every item, out of the processing loop so we do just 3 big finds. This shaves off 200-300ms on iPad iOS 4.3.5.
2011-11-01 14:57:31 -07:00
Todd Parker
5279ba15eb Merge pull request #2907 from eddiemonge/docs_fixes
Change some < to &gt;, fix some code examples
2011-11-01 11:19:21 -07:00
Eddie Monge
503cefc115 Change some < to &gt;, fix some code examples 2011-11-01 11:16:34 -07:00