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
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
John Bender
d35b86fea0
test that the hidden element for input button submission is added many times
2011-11-11 12:08:24 -08:00
John Bender
73508f1dbf
Merge branch 'pbosakov-issue_2821'
2011-11-11 11:20:57 -08:00
John Bender
46f6c678eb
simplify nested branches
2011-11-11 11:20:30 -08:00
Todd Parker
de75527f78
Merge pull request #3024 from garann/master
...
Subjective edits to PhoneGap doc to make references to webviews consistent
2011-11-11 10:41:59 -08:00
jblas@adobe.com
343161c972
Reclaim 250 msecs on iPad and WP7.5 (Mango) by simply combining find().filter() calls and getting rid of fake pseudo selectors :eq(0) and :last.
2011-11-11 10:31:31 -08:00
Todd Parker
7406ea258a
Merge pull request #3023 from garann/22d29992da740dfb12976d94514967d014044ec9
...
Small copy edits (typos, etc.) to the PhoneGap doc. Thanks garran
2011-11-11 10:05:01 -08:00
Garann Means
8f66cbe70c
made references to webviews in PhoneGap docs consistent *twitch*
2011-11-11 12:01:13 -06:00
John Bender
1f20d7c002
Merge branch 'issue_2821' of https://github.com/pbosakov/jquery-mobile into pbosakov-issue_2821
2011-11-11 09:58:16 -08:00
Garann Means
22d29992da
minor copy edits to the PhoneGap doc
2011-11-11 11:56:05 -06:00
Garann Means
ef05fd045f
Merge remote-tracking branch 'upstream/master'
2011-11-11 11:45:14 -06:00
Todd Parker
48e5ce0343
Merge pull request #3022 from agcolom/patch-32
...
Update docs/pages/page-links.html
2011-11-11 08:50:05 -08:00
Anne-Gaelle Colom
b6deb43274
Update docs/pages/page-links.html
2011-11-11 16:44:46 +00:00
toddparker
6ac52d855a
Added more info on how to add custom and HD icons
2011-11-11 10:27:18 -05:00