Commit graph

4105 commits

Author SHA1 Message Date
jblas@adobe.com
b8dcdc9657 A simple bookmarklet that allows us to attach to a jQuery Mobile application and throw an alert that displays the load, enhancment, and transition times for a page the user navigates to. 2011-11-14 16:22:39 -08:00
Todd Parker
ee779f29d6 Merge pull request #3044 from agcolom/patch-33
Update docs/pages/page-navmodel.html
2011-11-14 15:49:35 -08:00
Anne-Gaelle Colom
fb51bfad75 Update docs/pages/page-navmodel.html 2011-11-14 23:11:23 +00:00
Todd Parker
e530125237 Merge pull request #3042 from MauriceG/patch-15
Docs: fixing some typos at docs / content / content-themes.html
2011-11-14 14:55:04 -08:00
Todd Parker
9fd512503f Merge pull request #3043 from garann/c3fb688701aa418f6a9df549dd535fad76d9ea60
Proofreading fixes to touchOverflow doc
2011-11-14 14:54:34 -08:00
John Bender
c0880137b9 account for droid x ua string 2011-11-14 14:11:47 -08:00
Mat Marquis
86f639b286 Fixing ‘home’ link on new theme pages. 2011-11-14 16:56:30 -05:00
Mat Marquis
d52b02f60f Fixes footer nav links on new theme pages. 2011-11-14 16:53:17 -05:00
Mat Marquis
e69d8a5854 Kludged a little padding into the theme nav. Tell no one of this. 2011-11-14 16:48:59 -05:00
toddparker
59099abd31 Removed controlgroup 2011-11-14 16:39:50 -05:00
toddparker
3a6e35dd0e Updated references from RC2 to RC3 for release 2011-11-14 16:29:58 -05:00
Maurice Gottlieb
e516ab90fc fixing some typos at docs / content / content-themes.html 2011-11-14 21:49:32 +01:00
John Bender
cf521ea062 missing escape 2011-11-14 11:27:26 -08:00
John Bender
bfb42ff3f3 account for lack of 'mobile' in android ua strings 2011-11-14 11:25:22 -08:00
John Bender
ba8030e4f3 account for minor version only android version strings 2011-11-14 11:11:34 -08:00
John Bender
c8d06f5d86 union the non android entries with android entries where we trim the version number down to the minor version 2011-11-14 11:05:50 -08:00
Garann Means
c3fb688701 Minor copy edits to touchOverflow docs. 2011-11-14 13:00:30 -06:00
John Bender
54e9cc6466 test list view parent theme inheritance 2011-11-14 10:13:07 -08:00
jblas@adobe.com
db2782b564 Merge branch 'master' of https://github.com/jquery/jquery-mobile 2011-11-14 09:45:21 -08:00
John Bender
3e93c2969a move the agent_version forward in the table caption and correct data attribute name 2011-11-14 09:43:34 -08:00
jblas@adobe.com
3353649a29 Uh, yeah, I'll take back another 700 msecs on WP7.5 (Mango) and 200 msecs on iPad. Thank You.
- Don't set the item class on the list item or it's btn-inner children until after the main processing loop. We now use a dictionary of item-classes to track what items get what set of classes and then set them all afterwards. This cuts down the per-item addClass() and children() function overhead significantly and gets us big wins on platforms like WP 7.5
2011-11-14 09:42:48 -08:00
John Bender
db87885f60 fixed dom selection issue 2011-11-14 09:39:29 -08:00
John Bender
1675d44bff simple time grouping to fix issues without aggregation 2011-11-14 09:39:29 -08:00
Mat Marquis
48de5f4209 Minor width tweak to slider input; prevents slider from breaking to second line at ~320px. 2011-11-14 12:17:53 -05:00
Mat Marquis
f62c5c01b3 Fixes #3028 — Listviews themselves are now inheriting the theme set at the page level. Individual list items remain themeable. 2011-11-14 12:02:42 -05:00
toddparker
b90eab4935 New black icon sprites based on the white version
Copied the 18 and 36px white icon and flipped it to black to ensure
that these are identical. Cleaned up antialiasing issues on the black
icons too. Added to valencia and default themes.
2011-11-13 23:08:04 -05:00
toddparker
581c4224a2 Updated 18px black icons sprite to match the latest white version 2011-11-13 22:41:52 -05:00
toddparker
da67275c13 Added theme roller link 2011-11-13 22:29:16 -05:00
toddparker
5470eaf124 Text edits to the supported browser page 2011-11-13 21:39:00 -05:00
toddparker
94defe7caf Added links to the data- attribute reference to key pages, removed old API pages 2011-11-13 21:13:53 -05:00
toddparker
e86b10ea55 Added info on calling the list view plugin, refreshing, linked up data attar page 2011-11-13 21:05:06 -05:00
toddparker
abdab6ea18 Language tweaks 2011-11-13 20:43:12 -05:00
Todd Parker
0ece0fa067 Merge pull request #3030 from MauriceG/patch-11
docs: lists/theming lists/LI-level theming: adding missing anchor tag to list-item
2011-11-13 17:28:38 -08:00
Todd Parker
693d470313 Merge pull request #3034 from MauriceG/patch-14
docs: fixing some typos at docs/forms/slider/index.html
2011-11-12 08:46:12 -08:00
Maurice Gottlieb
ef065cabaf fixing some typos at docs/forms/slider/index.html 2011-11-12 16:58:52 +01:00
Todd Parker
7c3268a305 Merge pull request #3032 from jakeboone02/patch-1
Fix comments
2011-11-12 07:33:01 -08:00
jakeboone02
9040f56c53 Fix comments 2011-11-12 10:26:20 -05:00
Maurice Gottlieb
f99230eb40 adding missing anchor tag 2011-11-12 13:47:35 +01:00
Mat Marquis
b2106887d8 Merge remote-tracking branch 'upstream/master' 2011-11-11 18:54:48 -05:00
Mat Marquis
cbc5a34e17 Added full-page theme examples for the sake of testing theme inheritance — see issue #3028. 2011-11-11 18:52:22 -05:00
jblas@adobe.com
0e0435ed1c Merge branch 'master' of https://github.com/jquery/jquery-mobile 2011-11-11 14:54:05 -08:00
jblas@adobe.com
6bd8f7a85b Reclaiming another 200-300 msecs on the 400 listview item page for iPad and WP7.5.
- Use $.data() instead of $.fn.data() in buttonMarkup().
- Avoid excess function overhead with a filtered children() call by walking the DOM ourselves in listview code.
2011-11-11 14:51:58 -08:00
toddparker
134bdcfc20 Updated graded support to remove Opera from WinMo, removed iOS5 (beta), added N9 2011-11-11 17:29:59 -05:00
Todd Parker
88bdc41ffb Merge pull request #3027 from jasonlcrane/lists-readonly-1
Update docs/lists/lists-readonly.html
2011-11-11 14:17:58 -08:00
Jason Crane
874eab7cb7 Removed "Inset" from header and minor tweaks. 2011-11-11 21:11:40 +00:00
Mat Marquis
5262c2be56 Fixes #3020 — Theme-dependent backgrounds should be applied only to ‘data-role=content’ within a dialog. 2011-11-11 15:20:36 -05:00
John Bender
00d604ccc4 Merge branch 'frietsch-master' 2011-11-11 12:09:17 -08:00
John Bender
ced1f865a2 whitespace and a comment on setting buttonPlaceholder to undefined 2011-11-11 12:08:59 -08:00
frietsch
c824b16816 Bugfix: If a named submit button was clicked multiple times, the name wasn't sent in 2nd ... nth time. 2011-11-11 12:08:59 -08:00
frietsch
b051c3203e Bugfix: If a named submit button was clicked multiple times, the name wasn't sent in 2nd ... nth time. 2011-11-11 12:08:59 -08:00