[Development] Qt / NaCl / emscripten

2016-10-31 Thread Morten Sorvig

> On 29 Oct 2016, at 09:14, Martin Koller  wrote:
> 
> Hi,
> 
> I wanted to give WebAssembly a try and wanted to compile wip/nacl with 
> emscripten.
> However, compilation fails as it seems some files of pepper are missing here,
> e.g. pepper_55/src/ppapi_cpp/font_dev.cc
> 
> I tried with 3 different pepper versions (44, 49, 55).
> None of these could compile since every one was missing a file (not always 
> the same).


Looking at my local build I have pepper_47 here.

In general, try removing the missing file from the build (see pepper.js.pri); 
it might
not be needed.

Morten

___
Development mailing list
Development@qt-project.org
http://lists.qt-project.org/mailman/listinfo/development


[Development] Qt / NaCl / emscripten

2016-10-29 Thread Martin Koller
Hi,

I wanted to give WebAssembly a try and wanted to compile wip/nacl with 
emscripten.
However, compilation fails as it seems some files of pepper are missing here,
e.g. pepper_55/src/ppapi_cpp/font_dev.cc

I tried with 3 different pepper versions (44, 49, 55).
None of these could compile since every one was missing a file (not always the 
same).

Can you tell us with which version it should be able to compile ?

-- 
Best regards/Schöne Grüße

Martin
A: Because it breaks the logical sequence of discussion
Q: Why is top posting bad?

()  ascii ribbon campaign - against html e-mail 
/\- against proprietary attachments

Geschenkideen, Accessoires, Seifen, Kulinarisches: www.lillehus.at
___
Development mailing list
Development@qt-project.org
http://lists.qt-project.org/mailman/listinfo/development


Re: [Development] Qt Nacl

2016-02-23 Thread Sorvig Morten

> On 23 Feb 2016, at 18:00, Jon Mullen  wrote:
> 
> Hey
> 
> I’m trying to figure out how far along the Qt Nacl code is and if I’m able to 
> use it on the project I’m working on.  I have the code built from the qtbase 
> wip/nacl branch.  However, when I go to run the example window_widgets none 
> of the UI seems to work.  The line edit shows that it is focused, but never 
> receives keyboard events.  Also, once the line edit loses focus it never is 
> able to get focus back again.  It seems like all user input isn’t working. Is 
> this the case?
> 
> Any help would be appreciated.

Hi, I can confirm that this is an “upstream” bug and not something that goes 
wrong on your end only.

Input works in the general case and for Qt Quick. (You may use 
window_controls_gallery to verify). My guess is that something is not right 
with the widgets/QApplication even routing.

Morten
___
Development mailing list
Development@qt-project.org
http://lists.qt-project.org/mailman/listinfo/development


[Development] Qt Nacl

2016-02-23 Thread Jon Mullen
Hey

I’m trying to figure out how far along the Qt Nacl code is and if I’m able to 
use it on the project I’m working on.  I have the code built from the qtbase 
wip/nacl branch.  However, when I go to run the example window_widgets none of 
the UI seems to work.  The line edit shows that it is focused, but never 
receives keyboard events.  Also, once the line edit loses focus it never is 
able to get focus back again.  It seems like all user input isn’t working. Is 
this the case?

Any help would be appreciated.

Thanks

Jon Mullen
___
Development mailing list
Development@qt-project.org
http://lists.qt-project.org/mailman/listinfo/development