Commit graph

70 commits

Author SHA1 Message Date
luiscuenca
b890a29b3a Clean console log 2017-11-29 19:05:01 -07:00
luiscuenca
b817143e2e Fixes on web and QML audio sync 2017-11-29 18:16:21 -07:00
luiscuenca
f32282afdd Clean update bug 8027 2017-10-27 11:03:02 -07:00
Dante Ruiz
92f765fe52 property set echomode for keyboard for wallet and webviews 2017-10-24 13:53:50 -07:00
Cain Kilgore
16467128a2 WL 21571 2017-10-18 02:42:08 +01:00
druiz17
9a881c5e57 fix keyboard 2017-10-17 15:43:23 -07:00
Zach Fox
38b95b5403 Instructions HTML file and flow 2017-10-09 15:07:14 -07:00
beholder
338a230de9 reduced delay to improve user experience 2017-09-28 13:01:14 +03:00
beholder
1021aa1a0e re-center focused eleemnt even if keyboard was already visible 2017-09-28 12:59:36 +03:00
beholder
00c3dcee2f 7925 Create Mode: keyboard focused entry field is not visible
note: changed the way of calculation scroll value after showing virtual keyboard.
Now it doesn't require KEYBOARD_HEGHT and will always try to position focused element at vertical center of the client area
2017-09-28 00:28:54 +03:00
Dante Ruiz
ad5b8c438e Merge pull request #11107 from mnafees/21412
CR for Job #21412 - Add "Report a Problem" feature
2017-09-05 13:05:05 -07:00
beholder
836b09b83d 5351: Help Button has Old UI 2017-08-09 20:56:02 +03:00
Mohammed Nafees
93ad1b6cbf Add link in help page to report a problem 2017-08-03 01:54:21 +05:30
Bradley Austin Davis
1968ecbc8f Simplify eventBridge mechanism exposing functionality to web pages 2017-06-12 14:46:37 -07:00
David Rowe
819f02a988 Fix keyboard not raising for Facebook username field 2017-04-30 11:40:28 +12:00
Seth Alves
b50a02ea19 Merge branch 'master' of github.com:highfidelity/hifi into tablet-ui 2017-03-28 08:16:59 -07:00
Dante Ruiz
018138f422 fixed some issues with tablet help 2017-03-27 22:46:06 +01:00
Dante Ruiz
3e98b2273c help in the tablet 2017-03-25 00:52:41 +01:00
Stephen Birarda
3985354ff4 update graphic for oculus touch help with correct buttons 2017-03-24 13:45:56 -07:00
Dante Ruiz
3a89654111 saving work 2017-03-22 19:14:53 +01:00
Dante Ruiz
a44704c4fe merging with tablet-ui 2017-03-22 16:32:37 +01:00
Triplelexx
eba6c8de5e remove About Interface from File menu 2017-03-17 17:37:19 +00:00
Alan Z
6e7260207f Fix label typo in help graphic
fixes #2748 in Fogbugz
2017-01-30 16:51:22 -08:00
Ryan Huffman
3d84ccd4f0 Update oculus hand controller help image 2016-12-20 18:01:53 -08:00
David Rowe
9459b967be Merge branch 'master' into 21089 2016-12-16 20:02:43 +13:00
David Rowe
20623ebddb Raise and lower keyboard on password fields 2016-12-13 22:48:17 +13:00
Ryan Huffman
7c441ac3ee Remove advanced controls from oculus help image 2016-12-12 16:45:52 -08:00
Ryan Huffman
3e5d67f28b Update oculus help image to swap menu buttons 2016-12-12 14:23:29 -08:00
Ryan Huffman
47c2af975b Remove extraneous logging from help.html 2016-12-12 14:22:59 -08:00
Ryan Huffman
9f166d82ce Add support for oculus touch in help menu 2016-12-12 13:44:09 -08:00
David Rowe
d33ac21aaa Merge branch 'master' into 21089 2016-11-08 08:23:10 +13:00
David Rowe
0c47960553 Don't raise keyboard for non-text HTML input fields 2016-11-03 09:01:28 +13:00
Ryan Huffman
3147ea9e33 Update help window to auto select xbox or vive controller tab on availability of device 2016-11-01 13:43:55 -07:00
Ryan Huffman
5326202313 Update help image for gamepad to include Note 2016-10-27 10:54:49 -07:00
Ryan Huffman
1432a7c951 Update gamepad help image 2016-10-17 12:43:39 -07:00
David Rowe
8f42a3fe9e Fix keyboard state in browser when switching focus to/from dialog frame 2016-10-14 12:14:23 +13:00
David Rowe
552f276a06 Load avatar browser dialog such that JavaScript EventBridge works 2016-10-11 11:12:57 +13:00
Ryan Huffman
6476dfecc6 Update help window images 2016-10-07 16:06:26 -07:00
Howard Stearns
3a294e77d4 Merge pull request #8745 from huffman/feat/new-help-window
Update the help window
2016-10-07 10:01:47 -07:00
Ryan Huffman
a74b8f3f24 Update help window images 2016-10-06 13:37:56 -07:00
Ryan Huffman
508950841b Adjust the img size in help.html 2016-10-06 13:22:59 -07:00
Ryan Huffman
e59069fe35 Update help window images 2016-10-06 13:00:07 -07:00
Ryan Huffman
246a816b80 Update help window tabs to activate on mouse down instead of up 2016-10-05 22:54:39 -07:00
Ryan Huffman
0e3e2b8a9a Update date in help.html 2016-10-05 15:50:49 -07:00
David Rowe
5e842843c6 Set alphabetic/numeric keyboard per field entered 2016-09-30 11:54:32 +13:00
David Rowe
b60f649e0a Scroll HTML window if necessary when raise keyboard 2016-09-28 19:27:16 +13:00
David Rowe
ec00129988 Don't flood event bridge with raise/lower keyboard messages from HTML 2016-09-28 12:51:00 +13:00
Anthony J. Thibault
3574267382 Fix for keyboard on facebook share pop-up
It was a div tag with "contenteditable"="true" attribute.
2016-09-08 18:00:45 -07:00
Anthony J. Thibault
f7516c2b07 code convention and eslint on createGlobalEventBridge.js 2016-09-08 13:52:19 -07:00
Anthony J. Thibault
ebb4c0990b Removed local copy of qtwebchannel.js, use qt resource version instead 2016-09-07 17:14:33 -07:00