[Development] Qt-AES - Looking for comments

2017-07-12 Thread Matteo
>From: Thiago Macieira >Date: Wed, 12 Jul 2017 10:59:30 -0700 >Subject: Re: [Development] Qt-AES - Looking for comments >On quarta-feira, 12 de julho de 2017 09:40:17 PDT Matteo wrote: >> >>you do, what value does your library have on top of the 4 processor >> >&g

[Development] Qt-AES - Looking for comments

2017-07-12 Thread Matteo
>From: Thiago Macieira >To: development@qt-project.org >Date: Wed, 12 Jul 2017 09:20:26 -0700 >Subject: Re: [Development] Qt-AES - Looking for comments >On quarta-feira, 12 de julho de 2017 07:52:20 PDT Matteo wrote: >> At the beginning this was for my own personal use as

Re: [Development] Qt-AES - Looking for comments

2017-07-12 Thread Matteo
17 at 4:43 AM, Marc Mutz wrote: > On 2017-07-12 00:05, Matteo wrote: > [...] > >> My point was not to use openssl or external libs, i understand the >> security issue of something that is not certified and audited. >> > [...] > > Good to know. Now you "just

Re: [Development] Qt-AES - Looking for comments

2017-07-11 Thread Matteo
Noted. My point was not to use openssl or external libs, i understand the security issue of something that is not certified and audited. Thank you On Tue, Jul 11, 2017 at 14:19 Marc Mutz wrote: > On 2017-07-08 00:39, Matteo wrote: > > Hi all, > > > > I just finished th

[Development] Qt-AES - Looking for comments

2017-07-07 Thread Matteo
am ready to take the heat! Thank you Best Regards -- Matteo ___ Development mailing list Development@qt-project.org http://lists.qt-project.org/mailman/listinfo/development

Re: [Development] Nested Mousearea don't pass events

2013-05-20 Thread Matteo Brichese
I've solved it in my code with a Timer. Thanks. --- Matteo Brichese Software Engineer mbrich...@came.it Came Cancelli Automatici S.p.A. www.came.com Da: development-bounces+mbrichese=came...@qt-project.org [development-bounces+mbrichese=came.

Re: [Development] Nested Mousearea don't pass events

2013-05-20 Thread Matteo Brichese
development-bounces+mbrichese=came...@qt-project.org [development-bounces+mbrichese=came...@qt-project.org] per conto di Matteo Brichese [mbrich...@came.it] Inviato: lunedì 20 maggio 2013 15.14 Cc: development@qt-project.org Oggetto: Re: [Development] Nested Mousearea don't pass events I kno

Re: [Development] Nested Mousearea don't pass events

2013-05-20 Thread Matteo Brichese
n two separate objects with the same clickable area. --- Matteo Brichese Software Engineer mbrich...@came.it [Came Cancelli Automatici S.p.A.]<http://www.came.com/> Il messaggio di posta elettronica contiene informazioni di carattere confidenziale specifiche per il destinatario. Nel caso n

[Development] Nested Mousearea don't pass events

2013-05-20 Thread Matteo Brichese
MouseArea { anchors.fill: parent; onDoubleClicked: console.log("Double Click") } } I can only see logs of the double click. I was hoping that if I single click the last mousearea the event passed to the second one, but it don't work, is that a bug? I'

Re: [Development] [DOC ERR] Errors on the Emitter docs

2013-05-12 Thread Matteo Brichese
I've filled a bug report on thursday. Thank you for the info. Regards. --- Matteo Brichese Software Engineer mbrich...@came.it Came Cancelli Automatici S.p.A. www.came.com Da: Alan Alpert [4163654...@gmail.com] Inviato: venerdì 10 maggio 2013 0

Re: [Development] [DOC ERR] Errors on the Emitter docs

2013-05-09 Thread Matteo Brichese
browse the code and read the comments? How can I help improving docs? --- Matteo Brichese Software Engineer mbrich...@came.it Came Cancelli Automatici S.p.A. www.came.com Da: Giuseppe D'Angelo [dange...@gmail.com] Inviato: giovedì 9 maggio 2013 12.11 A: Mat

[Development] [DOC ERR] Errors on the Emitter docs

2013-05-09 Thread Matteo Brichese
make a bug report so I'm writing here, I'm using Qt5.0.2 and QtQuick2.0 Regards. --- Matteo Brichese Software Engineer mbrich...@came.it Came Cancelli Automatici S.p.A. www.came.com ___ Development mailing list Development@qt-project.org http://

[Development] MultiPointTouchArea and GestureEvent not propagating

2013-05-08 Thread Matteo Brichese
ement under (in my case the parent), but it seems that this don't work, is that a bug? Or I'm misleading the docs? Do you have some example of a working qml code that propagate the gesture event? Thank you. Regards. --- Matteo Brichese Software Engineer mbrich...@ca

[Development] Listview positionViewAtIndex Center not working

2013-05-06 Thread Matteo Brichese
esn't work at all, this code simply put my N° index element at the beginning, same as: Component.onCompleted: positionViewAtIndex(index, ListView.Beginning) It's normal? Regards. --- Matteo Brichese Software Engineer mbrich...@came.it [Came Cancelli Automatici S.p.A.]<http://www.came.

Re: [Development] QML - PathView not responding on drag event with touch

2013-04-30 Thread Matteo Brichese
ther options like "-plugin evdev:/dev/input/event1" or with tslib or xinput, multitouch simply doesn't work. My Xorg version is : X.Org X Server 1.11.2 Release Date: 2011-11-04 The strange thing is that with a ListView everything goes very well. --- Matteo Brichese Software Engine

[Development] QML - PathView not responding on drag event with touch

2013-04-29 Thread Matteo Brichese
nel as well, but before starting to debug my panel I want to know if some of you is using a PathView with his multitouch device. Thanks. --- Matteo Brichese Software Engineer mbrich...@came.it Came Cancelli Automatici S.p.A. www.came.com ___ Deve

[Development] MouseArea onWheel event don't exist?

2013-04-09 Thread Matteo Brichese
Hi, I've noticed that the onWheel event is well documented on the qtQuick 2.0 documentation, but my qtcreator cannot find it. Is the online docs outdated? --- Matteo Brichese Software Engineer mbrich...@came.it [Came Cancelli Automatici S.p.A.]<http://www.came.com/> Il messagg

[Development] R: [GSTREAMER/QML] How to pass custom options from qml to gst

2013-03-27 Thread Matteo Brichese
On Wed, Mar 27, 2013 at 8:27 AM, Matteo Brichese wrote: >> Hi everyone, I don't know if this is the right place to ask this question, >> but I cannot find better ML than this, so, if you know a better ML to ask, >> please tell me and sorry. >> >> I'v

[Development] [GSTREAMER/QML] How to pass custom options from qml to gst

2013-03-27 Thread Matteo Brichese
r command for the gst pipeline like nv_omx_videosink and other nvidia related things that the default video element can't know. So, how can I play a video embedded in a qml file thru gst? Thank you. --- Matteo Brichese Software Engineer mbrich...@came.it Came

[Development] R: R: R: R: [QT5] Configure error in QUrl

2013-03-25 Thread Matteo Brichese
: wm97xx touchscreen Segmentation fault My helloworld test is a simple QML app that shows an Helloworld text over a green screen. nb.: I've previously exported LD_LIBRARY_PATH variable to my qt5 libs. --- Matteo Brichese Software Engineer mbrich...@came.it Came Cancelli Automatici S.p.A.

[Development] R: R: R: [QT5] Configure error in QUrl

2013-03-25 Thread Matteo Brichese
gure script but no luck. >I'm missing something? I've found online that this options was inserted with a patch to EGL/eglplatform.h but I don't have that code inside my file (so that option actually don't work for me), so I've added it manually and now I'm rebuildi

[Development] R: R: [QT5] Configure error in QUrl

2013-03-25 Thread Matteo Brichese
egards. -- Thiago Macieira - thiago.macieira (AT) intel.com Software Architect - Intel Open Source Technology Center --- Matteo Brichese Software Engineer mbrich...@came.it Came Cancelli Automatici S.p.A. www.came.com ___ Development mailing list Development@q

[Development] R: [QT5] Configure error in QUrl

2013-03-22 Thread Matteo Brichese
Hi, I'm trying to link my system GL libraries in my rootfs but I've got the same error, even my GL lib (ubuntu 12.04 with no proprietary driver) contains "#include " I've this situation: matteo@openembeddedpc:~/sysroot/usr/include$ ls -l | grep GL drwxr-xr-x 2 matteo m

[Development] R: R: [QT5] Configure error in QUrl

2013-03-22 Thread Matteo Brichese
>>On sexta-feira, 22 de março de 2013 15.20.03, Matteo Brichese wrote: >> Hi, the EGL is provided by nvidia, so I don't think that I could get any >> mod. >Can you compile Qt with the Mesa headers? I think yes, but compiling with Mesa header I will be able to have hard

[Development] R: [QT5] Configure error in QUrl

2013-03-22 Thread Matteo Brichese
Hi, the EGL is provided by nvidia, so I don't think that I could get any mod. So, I've to reorder the include in EGL/egl.h right? I'm sorry for the html signature, it's a society default, I'll try to delete it when sending to this ML. --- Matteo Brichese Software Engine

[Development] R: [QT5] Configure error in QUrl

2013-03-22 Thread Matteo Brichese
I'm sorry, I've made an error, this errors came up when I launch the MAKE command, not in the configure. Regards. --- Matteo Brichese Software Engineer mbrich...@came.it Came Cancelli Automatici S.p.A. www.came.com Da: development-bounces+mbri

[Development] [QT5] Configure error in QUrl

2013-03-22 Thread Matteo Brichese
Hi everyone, I'm Matteo from Italy, I'm trying to crosscompile qt5 for a tegra2 device (Colibri T20 from Toradex) but I'm finding some errors in configure script. Here is my configure: ./configure -make libs \ -prefix /opt/qt5_tegra \ -sysroot /home/matteo/oe-core/sysroot \