Re: [Development] leak in QMetaObject?

2016-07-14 Thread Thomas Senyk
On 14.07.2016 18:56, Thiago Macieira wrote: > On quinta-feira, 14 de julho de 2016 18:37:17 PDT Thomas Senyk wrote: >> On 14.07.2016 18:25, Thiago Macieira wrote: >>> On quinta-feira, 14 de julho de 2016 17:45:58 PDT Thomas Senyk wrote: >>>> should "fix"

Re: [Development] leak in QMetaObject?

2016-07-14 Thread Thomas Senyk
On 14.07.2016 18:25, Thiago Macieira wrote: > On quinta-feira, 14 de julho de 2016 17:45:58 PDT Thomas Senyk wrote: >> should "fix" it? .. but I still see 100% cpu and same memory consumption? > > Can you attach the debugger to see what it is still doing after you&#x

Re: [Development] leak in QMetaObject?

2016-07-14 Thread Thomas Senyk
On 14.07.2016 16:48, Giuseppe D'Angelo wrote: > On Thu, Jul 14, 2016 at 4:33 PM, Thomas Senyk > wrote: >> >> Is this expected? A bug? ... I'm happy to fill a bug report, I just >> wanted to get some feedback, maybe I'm just doing something wrong > >

Re: [Development] leak in QMetaObject?

2016-07-14 Thread Thomas Senyk
On 14.07.2016 17:18, André Somers wrote: > > > Op 14/07/2016 om 17:10 schreef Olivier Goffart: >> On Donnerstag, 14. Juli 2016 16:33:26 CEST Thomas Senyk wrote: >>> Hi, >>> >>> I lately wanted to validate that a connecting&disconnecting to a lam

[Development] leak in QMetaObject?

2016-07-14 Thread Thomas Senyk
Hi, I lately wanted to validate that a connecting&disconnecting to a lambda will not leak the lambda object .. and found that more then that is leaked. Here is my example: http://paste.ofcode.org/36dmWCT8ddF6Zaqb9csKZNv After the 10million connections are executed and disconnected (all of them a

Re: [Development] QtWaylandCompositor public api

2015-09-09 Thread Thomas Senyk
On 31.08.2015 15:46, Lind Jorgen wrote: > Hi all. > > On Friday I pushed some patches to a branch called > wip-compositor-api in the qtwayland repository. We want this branch > to be the basis for a technology preview of the QtWaylandCompositor > api. The branch has minimal fixes to the client sid

Re: [Development] QSceneGraph debugging

2015-06-11 Thread Thomas Senyk
On 11.06.2015 15:50, Gunnar Sletta wrote: > Hi Thomas, > > You are hitting one of the less ideal code paths with this testcase, see my > comments below. I think the core problems are already outlined in > https://bugreports.qt.io/browse/QTBUG-42853. > >> On 11 Jun 2015

[Development] QSceneGraph debugging

2015-06-11 Thread Thomas Senyk
Hi, currently trying to debug a weird behavior on a TI chip (armv7 with a SGX GPU). I have a fairly simple QML with a simple GridView with model:200 and delegate:Text{text: "T#"+index}. (it's a tiny bit more then that, but for argument sake this should be enough) Then an animation scrolling

Re: [Development] Help needed to test Ministro 10.3, needed for Qt 5.4!

2015-02-19 Thread Thomas Senyk
That's a real shame! Just to clarify / for the record, is the following a result of MODE_WORLD_READABLE not working any more: D/AndroidRuntime( 9159): Shutting down VM E/AndroidRuntime( 9159): FATAL EXCEPTION: main E/AndroidRuntime( 9159): Process: org.qtproject.example.foo, PID: 9159 E/AndroidR

Re: [Development] Why is libxcb needed if GUI is disabled in build?

2014-08-29 Thread Thomas Senyk
On Friday, 29 August, 2014 7:09:55 Rutledge Shawn wrote: > libX11 also ends up being linked into the eglfs platform plugin. Even when > configured with -no-xcb. There is a xcb "backend" (eglfshooks) for X11 .. maybe they have been selected for some reason? > I must be missing something, otherw

Re: [Development] bitbake meta-toolchain error

2014-08-01 Thread thomas . senyk
EGL "thinks" (as in defines) it's a framebuffer build, Qt tries to build the XCB plugin .. shouldn't happen when removing x11 from distro_features. Have you 'bitbake'ed before adding DISTRO_FREATURES_remove ... ? If so consider to start over with a fresh build because it might be a bit hard to

Re: [Development] Setup QT creator for developing QT apps on wandboard-Error

2014-07-29 Thread Thomas Senyk
On Tuesday, 29 July, 2014 17:33:26 Christian Gagneraud wrote: > On 29/07/2014 4:46 p.m., Nilesh Kokane wrote: > > Hello , > > > > > > referring to > > http://wiki.wandboard.org/index.php/Setup_QT_creator_for_developing_QT_app > > s_on_wandboard#Build_and_Deploy_application_in_QT_Creator > [...] >

Re: [Development] QtQuick QtCS Sessions

2014-06-25 Thread Thomas Senyk
On Friday, 13 June, 2014 23:07:08 Alan Alpert wrote: > Here are the results and brief summaries of the 3 QtQuick related > sessions, where we came up with some suggested new properties and > types for QtQuick. > > Touch and Gestures: > http://qt-project.org/groups/qt-contributors-summit-2014/wiki/

Re: [Development] [Interest] Qt5.2.1+eglfs / WebKit2 running on i.MX6q ?

2014-04-01 Thread Thomas Senyk
On Tuesday, 01 April, 2014 15:48:01 Michael Olbrich wrote: > Hi, > > On Tue, Apr 01, 2014 at 11:27:09AM +0200, Thomas Senyk wrote: > > On Wednesday, 26 February, 2014 12:51:30 BERTIN, NICOLAS wrote: > > > I'm trying to get WebKit2 running on a Linux/i.MX6Q board (s

Re: [Development] [Interest] Qt5.2.1+eglfs / WebKit2 running on i.MX6q ?

2014-04-01 Thread Thomas Senyk
On Wednesday, 26 February, 2014 12:51:30 BERTIN, NICOLAS wrote: > Hey all, > > I'm trying to get WebKit2 running on a Linux/i.MX6Q board (sabresd). I > succeeded in building Qt5.2.1+eglfs and the WebKit1 based examples are > running well. > > Now, I'm trying to get WebKit2 running: the MiniBrowse

Re: [Development] i.MX6 zero copy video playback

2014-03-04 Thread Thomas Senyk
On Thursday, 27 February, 2014 17:57:43 Michael Olbrich wrote: > Hi, > > On Tue, Feb 18, 2014 at 10:18:36AM +0100, Thomas Senyk wrote: > > On Thursday, 13 February, 2014 13:16:42 Michael Olbrich wrote: > > > On Wed, Feb 12, 2014 at 10:43:25AM +0100, Thomas Senyk wrot

Re: [Development] Embedded (Linux) specific features

2014-02-18 Thread Thomas Senyk
On Sunday, 16 February, 2014 0:36:39 Laszlo Papp wrote: > On Sat, Feb 15, 2014 at 8:45 PM, Pau Garcia i Quiles > > wrote: > > On Sat, Feb 15, 2014 at 9:05 PM, Laszlo Papp wrote: > >> I wrote some C++ classes 1.5-2 years ago for some of the following > >> features: > >> > >> * GPIO > >> * Eeprom

Re: [Development] i.MX6 zero copy video playback

2014-02-18 Thread Thomas Senyk
On Thursday, 13 February, 2014 13:16:42 Michael Olbrich wrote: > Hi, > > On Wed, Feb 12, 2014 at 10:43:25AM +0100, Thomas Senyk wrote: > > I finally got around to polish and upstream zero copy video playback for > > the i.MX6. > > > > The change: > > ht

Re: [Development] i.MX6 zero copy video playback

2014-02-18 Thread Thomas Senyk
On Thursday, 13 February, 2014 9:16:43 Michal Lazo wrote: > Do you use gstreamer 0.10 for video audio pipeline > or android ? gstreamer > > Best > > > On Wed, Feb 12, 2014 at 10:43 AM, Thomas Senyk > > wrote: > > Hi, > > > > I finally got

[Development] i.MX6 zero copy video playback

2014-02-12 Thread Thomas Senyk
Hi, I finally got around to polish and upstream zero copy video playback for the i.MX6. The change: https://codereview.qt-project.org/#change,76764 A video showcasing the functionality: http://www.youtube.com/watch?v=pmxsWGhrrBQ Greets Thomas ___ De

[Development] include

2013-03-28 Thread Thomas Senyk
Hi, I'm just trying to build against a yocto based sysroot. - it doesn't contain X11 libs/headers - it contains libwayland ... and in the end I want to build QtWayland against it => so I need xkbcommon => installing is no problem, because although it's a X11 package, it has no deps on X11

[Development] consistentTiming vs. wayland animation speed

2013-03-20 Thread Thomas Senyk
Hi, when using qtwayland as client && server, then currently the animation speed is way too high (~6x what it should be on my machine) (got reported by at least one other person in #qt-lighthouse) I've dug a little bit and found that: BufferQueueingOpenGL (QPlatformIntegration::Capability) i

Re: [Development] integer bug in Qt4.8.x

2013-03-06 Thread Thomas Senyk
On Wed, March 06, 2013 12:25:32 Samuel Rødal wrote: > On 03/06/2013 11:38 AM, Thomas Senyk wrote: > > Hi, > > > > I think I stumbled over a bug in Qt4.8.x - QtDeclarative, but I wanted to > > asked for opinions first. > > > > First of all: This is not h

[Development] integer bug in Qt4.8.x

2013-03-06 Thread Thomas Senyk
Hi, I think I stumbled over a bug in Qt4.8.x - QtDeclarative, but I wanted to asked for opinions first. First of all: This is not happening in Qt5 (neither QtQuick2.0 nor QtQuick 1.1) This seems to only happen on ARM... at least I couldn't reproduce on any x86 machine I tried. The ARM system

Re: [Development] FYI: non-approvers may now stage/submit

2013-01-24 Thread Thomas Senyk
On Thu, January 24, 2013 12:02:56 Oswald Buddenhagen wrote: > moin, > > it occurred to me that the inability of contributors to stage/submit > their own changes ( https://bugreports.qt-project.org/browse/QTQAINFRA-303 ) > results merely from our stupidity, and not some technical problem. so after

Re: [Development] QtGraphicalEffects

2013-01-15 Thread Thomas Senyk
On Tue, January 15, 2013 14:32:52 Thomas Senyk wrote: > On Tue, January 15, 2013 13:31:18 Nichols Andy wrote: > > Hi Thomas, > > > > is anyone feeling somewhat responsible for QtGraphicalEffects? > > > > I got 2 commit I would like to push. > > It

Re: [Development] QtGraphicalEffects

2013-01-15 Thread Thomas Senyk
On Tue, January 15, 2013 13:31:18 Nichols Andy wrote: > Hi Thomas, > > is anyone feeling somewhat responsible for QtGraphicalEffects? > > I got 2 commit I would like to push. > It's not on codereview, is it? > > It is: > https://codereview.qt-project.org/#q,project:qt/qtgraphicaleffects,n,z > >

[Development] QtGraphicalEffects

2013-01-15 Thread Thomas Senyk
Hi, is anyone feeling somewhat responsible for QtGraphicalEffects? I got 2 commit I would like to push. It's not on codereview, is it? (...by the way: where do I find a list of projects on codereview?) Greets Thomas ___ Development mailing list De

Re: [Development] qtwayland on i.mx6

2013-01-09 Thread Thomas Senyk
On Tue, January 08, 2013 21:23:54 Keller Alexander-B42067 wrote: > I reverted back to the pervious version of qt5, but I still get this error. > > Qt-Compositor configured with openGL integration: wayland_egl > Project ERROR: Package egl not found Their is a general assumption in all qtwayland th

Re: [Development] OpenGL in Qt 5.1 and onwards

2012-12-21 Thread Thomas Senyk
On Tue, December 18, 2012 19:28:23 Laszlo Papp wrote: > On Tue, Dec 18, 2012 at 7:12 PM, Sean Harmer wrote: > > Something along those lines but also for Sampler objects where available > > and higher level too e.g. A set of Texture Unit Configurations and also > > that supports more features such

Re: [Development] Comparing two reals in Qt code

2012-11-29 Thread Thomas Senyk
On Thu, November 29, 2012 14:53:21 Sean Harmer wrote: > On Thursday 29 November 2012 15:01:05 Dominik Holland wrote: > > Hi all, > > > > last month i had some performance problems on a QML animation running on > > low end hardware (imx233). > > I debugged that problem and it was caused because of

Re: [Development] Request: QML Presentation System on qt-project.org

2012-11-26 Thread Thomas Senyk
On Mon, November 26, 2012 12:29:24 Sletta Gunnar wrote: > Hi, > > I've gotten a few requests to include the QML Presentation System into the > Qt Project. It would simplify code reviews and future contributions. What > do you think? > > Current location: https://qt.gitorious.org/qt-labs/qml-prese

Re: [Development] QRE: QML Tooling Renames (was: Pending decisions on co-installation)

2012-11-21 Thread Thomas Senyk
On Wed, November 21, 2012 07:59:54 AM Koehne Kai wrote: > > -Original Message- > > From: development-bounces+kai.koehne=digia@qt-project.org > > [mailto:development-bounces+kai.koehne=digia@qt-project.org] On > > Behalf Of Samuel Rødal > > Sent: Wednesday, November 21, 2012 8:34 AM

Re: [Development] Qt3D Maintainer

2012-11-16 Thread Thomas Senyk
On Fri, November 16, 2012 04:03:12 PM Sean Harmer wrote: > Hi everybody, > > I hope everyone who attended the Qt Developer Days has recovered now. > One topic that came up a few times in discussions there was the > maintainership of the Qt3D module. This module has seen very few commits > recently

Re: [Development] about directfbegl platform

2012-11-07 Thread Thomas Senyk
On Mon, November 05, 2012 12:10:05 PM thouraya andolsi wrote: > Hi, > > > I compiled Qt-5.0.0-beta1 release for armv7/directfb platform. > After compiling and installing sucessfully, I tried to run MiniBrowser, but > I has got the following error: > > ./MiniBrowser -platform directfbegl http://

Re: [Development] Qt5 Beta/Qt Quick 2.0 and Antialiasing

2012-11-07 Thread Thomas Senyk
On Wed, November 07, 2012 09:34:49 AM Sean Harmer wrote: > On Tuesday 06 November 2012 18:47:43 Thomas Senyk wrote: > > On Tue, October 30, 2012 11:14:46 AM Labs, Torsten wrote: > > > Hello, > > > > > > we created some prototype with Qt Quick 2 on a ARM board

Re: [Development] QT.module.rpath is not used properly

2012-11-07 Thread Thomas Senyk
On Tue, November 06, 2012 08:21:24 PM Oswald Buddenhagen wrote: > On Tue, Nov 06, 2012 at 06:17:04PM +0100, Thomas Senyk wrote: > > I got a self-written mkspec for the rasp-pi and everything is working as > > expected. > > > > With one exception, for external applic

Re: [Development] Qt5 Beta/Qt Quick 2.0 and Antialiasing

2012-11-06 Thread Thomas Senyk
On Tue, October 30, 2012 11:14:46 AM Labs, Torsten wrote: > Hello, > > we created some prototype with Qt Quick 2 on a ARM board. Its running verry > well except antialiasing. As i can see in the Qt5 Documentation there is a > new flag for antialiasing * > antialiasing

[Development] QT.module.rpath is not used properly

2012-11-06 Thread Thomas Senyk
Hi Folks, I got a self-written mkspec for the rasp-pi and everything is working as expected. With one exception, for external applications he is not adding the proper -Wl,-rpath, The problem is that: cat /usr/local/Trolltech/Qt5-rasp-pi-2/mkspecs/modules/qt_lib_* |grep rpath returns nothing.

Re: [Development] qtwayland module fails to build for Raspberry Pi

2012-10-19 Thread Thomas Senyk
On Fri, October 19, 2012 09:14:39 AM Chris Adams wrote: > On Fri, Oct 19, 2012 at 2:06 AM, Jon Trulson wrote: > > On Tue, 16 Oct 2012, Thiago Macieira wrote: > > On terça-feira, 16 de outubro de 2012 15.25.40, Jon Trulson wrote: > >>> However, compiling qtwayland fails with many errors - errors t

Re: [Development] qtwayland module fails to build for Raspberry Pi

2012-10-17 Thread Thomas Senyk
On Tue, October 16, 2012 02:36:33 PM Thiago Macieira wrote: > On terça-feira, 16 de outubro de 2012 15.25.40, Jon Trulson wrote: > > However, compiling qtwayland fails with many errors - errors that > > imply qtwayland cannot work with the wayland installed on the rpi. > > Probably. Upgrade your W

Re: [Development] Antialiasing

2012-10-05 Thread Thomas Senyk
On Fri, October 05, 2012 02:51:09 PM Samuel Rødal wrote: > On 10/05/2012 02:28 PM, Wehmer, Matthias wrote: > > Hi Samuel, > > > > I will try to make myself clearer, sorry for that unclear information. > > > > The shaders I’m talking about are those, that I implemented in my custom > > Qml plugin

Re: [Development] Qt5 Beta cross compiling problem

2012-09-28 Thread Thomas Senyk
On Fri, September 28, 2012 01:30:34 PM Thiago Macieira wrote: > On sexta-feira, 28 de setembro de 2012 11.16.42, Thomas Senyk wrote: > > > No, it shouldn't. It should be linux-g++-imx6. There are several > > > sections > > > of the .pro files that test for "

Re: [Development] Qt5 Beta cross compiling problem

2012-09-28 Thread Thomas Senyk
One side note, as I just stumbled over it: I need to pass: -no-pch to configure See: http://qt-project.org/forums/viewthread/20202 On Thu, September 27, 2012 05:11:23 PM Christoph Kurz wrote: > Hi, > > I have a problem cross compiling the Qt5-Beta for an i.MX6 Board. > The host OS is a Fedora Li

Re: [Development] Qt5 Beta cross compiling problem

2012-09-28 Thread Thomas Senyk
On Thu, September 27, 2012 07:19:50 PM Thiago Macieira wrote: > On quinta-feira, 27 de setembro de 2012 18.37.18, Thomas Senyk wrote: > > Their is a naming convention for mkspecs ... not sure how it's definition > > looks exactly, but it should be named: linux-imx6-g++ >

Re: [Development] Qt5 Beta cross compiling problem

2012-09-27 Thread Thomas Senyk
On Thu, September 27, 2012 05:11:23 PM Christoph Kurz wrote: > Hi, > > I have a problem cross compiling the Qt5-Beta for an i.MX6 Board. > The host OS is a Fedora Linux, the target OS is an embedded Linux. > > Steps taken so far: > > – I set up LTIB and created a rootfs for the target. > > – I

Re: [Development] Not stripping our binaries by default

2012-09-14 Thread Thomas Senyk
On Fri, September 14, 2012 04:35:47 PM Thiago Macieira wrote: > On sexta-feira, 14 de setembro de 2012 16.21.44, Thomas Senyk wrote: > > On Fri, September 14, 2012 04:08:57 PM Thiago Macieira wrote: > > > I made it default to no-stripping. > > > > Why? Shouldn'

Re: [Development] Not stripping our binaries by default

2012-09-14 Thread Thomas Senyk
On Fri, September 14, 2012 04:08:57 PM Thiago Macieira wrote: > On sexta-feira, 14 de setembro de 2012 14.56.08, Oswald Buddenhagen wrote: > > > If it is, I'll instead add an option to configure that toggles the > > > "nostrip" option in CONFIG. > > > > that would be preferable. > > Commit updat

[Development] Missing "QML Doc"

2012-03-27 Thread Thomas Senyk
Hi, does anyone know why: http://doc-snapshot.qt-project.org/5.0/qtquick2-qdeclarativeelements.html is missing (that's the link when you click on "QML Elements") by the way: http://doc.qt.nokia.com/qt5/qtquick2-qdeclarativeelements.html exists. Greets Thomas

Re: [Development] QServiceClientCredentials

2012-03-12 Thread Thomas Senyk
On Monday, March 12, 2012 02:53:32 PM Blasche Alex wrote: > Hi Thomas, > > > -Original Message- > > From: development-bounces+alex.blasche=nokia@qt-project.org > > [mailto:development-bounces+alex.blasche=nokia@qt-project.org] On > > > > What's up with the remote-service-cedential

[Development] QServiceClientCredentials

2012-03-12 Thread Thomas Senyk
What's up with the remote-service-cedentials? It seams to be only part of the documentation, but no class, struct or anything else in Qt5 QtLocation It's still part of the documentation: http://doc.qt.nokia.com/qt5/service-frameworks.html#service-security Greets Thomas _