Re: [Interest] QTimer Freeze in 4.8

2016-06-23 Thread Thiago Macieira
On quinta-feira, 23 de junho de 2016 21:53:00 PDT Simone wrote: > Is ther a way to configure gdb to see the the qt sources when debugging? If you built Qt in debug mode, that should already be the case. -- Thiago Macieira - thiago.macieira (AT) intel.com Software Architect - Intel Open Source

Re: [Interest] QTimer Freeze in 4.8

2016-06-23 Thread Simone
Sorry, I did not pay attention to the mail recipients. Today, after many tests I discovered that also a simple application with a QMainWindow only and a timer that increase a counter, is freezed after about 3 hours. The timer run every 250ms. The touch screen press recover the situation, and ever

Re: [Interest] Problems with QDockWidgets in Qt5.6.1 and Qt5.7

2016-06-23 Thread Chris Gripeos
I wonder if this is related to my problem: https://github.com/qt/qtbase/commit/f54bd20f6afbbd7bcbc55b3f3f59ed15f91f8ecd [https://avatars3.githubusercontent.com/u/959326?v=3&s=200] Revert "End the drag if the dockwidge

[Interest] Problems with QDockWidgets in Qt5.6.1 and Qt5.7

2016-06-23 Thread Chris Gripeos
Hello, I'm seeing some new and strange behaviour after upgrading our app from Qt5.6.0 to Qt5.6.1 and even Qt5.7.0 (5.6.1 and 5.7 have the same exact behaviour). I have a QDockWidget with: setAllowedAreas(Qt::AllDockWidgetAreas) And I have a QMainWindow with: setDockOptions(QMainWindow::A

Re: [Interest] universal builds on OS X

2016-06-23 Thread Jean-Michaël Celerier
Some people are working on a toolchain for cross-compiling OS X software; maybe it could be extended to iOS? It "only" requires the SDK that you can borrow from a friend's mac (or even by downloading xcode yourself). Here's a link : https://github.com/tpoechtrager/osxcross But I guess the hardest

Re: [Interest] Custom QSGGeometryNode Scene blending issue

2016-06-23 Thread Roberto Garrido
Gunnar, thanks for your detailed response. We don't discard going for the QQuickFramebufferObject soon, but currently what we have is the Item/QSGGeometryNode setup. I've been doing some tests, and I cannot manage to get the desired effect. The most silly example I can think of is to clear our buff

Re: [Interest] QMAKE_DEFAULT_INCDIRS = "/opt/local/include /usr/include" and building QtWebengine

2016-06-23 Thread Thiago Macieira
On quinta-feira, 23 de junho de 2016 16:14:46 PDT René J.V. Bertin wrote: > Hi, > > I have been running into issues building QtWebEngine on Linux, for > installation into /opt/local. Almost at the end of the L O O N G build > process I get a failure from moc that claims about receiving multiple >

[Interest] QMAKE_DEFAULT_INCDIRS = "/opt/local/include /usr/include" and building QtWebengine

2016-06-23 Thread René J . V . Bertin
Hi, I have been running into issues building QtWebEngine on Linux, for installation into /opt/local. Almost at the end of the L O O N G build process I get a failure from moc that claims about receiving multiple files. It took me a while to figure out why the system tried to execute commands li

[Interest] Enable sample buffers / samples on QGLWidget from Python

2016-06-23 Thread Elvis Stansvik
Hi all, Sorry if this is slightly off-topic. I'm working with a QGLWidget-based widget. I know it's deprecated, but I'm tied to it for the moment since I'm working with VTK (something QOpenGLWidget-based will come eventually..). I have a need to enable sample buffers and set the number of sample

Re: [Interest] [Qt3D] Custom texture loader and material shaders

2016-06-23 Thread Xavier Bigand
Ok I was able to reproduce the leak with material-cpp sample https://bugreports.qt.io/browse/QTBUG-54311 2016-06-21 12:08 GMT+02:00 Sean Harmer : > On Tuesday 21 June 2016 00:11:23 Xavier Bigand wrote: > > I am trying to check the material sample, but when launching the program > > with gDebugger

Re: [Interest] 5.8 Features?

2016-06-23 Thread ekke
Hi Maurice, I'll go on and will try to find solutions and to write blogs / sample apps / bugreports ... and discuss here having time is also an issue for me - working as an independent developer hopefully others will also make their solutions public. coming from BlackBerry Cascades it's not alwa

Re: [Interest] Qt 5.7 android C++ smooth scrolling

2016-06-23 Thread Harish Surana
If you don't want to use qml look at old examples https://blog.qt.io/blog/2009/07/19/kinetic-scrolling-on-any-widgets/ On Thu, Jun 23, 2016 at 9:38 AM, Oleg Shalnev wrote: > Good day. > > My pain is in scrolling. > > I hope that standard situation with creation QScrollArea, and placing > viewpor

Re: [Interest] 5.8 Features?

2016-06-23 Thread Maurice Kalinowski
Hi Ekke, Thx for all the effort you put into the mobile platforms for Qt, evangelizing as well as sharing your knowledge on it. Even when the items mentioned are not on the immediate roadmap as such, why not take the next step and consider creating a crossplatform API on your own, developed on

Re: [Interest] Qt 5.7 android C++ smooth scrolling

2016-06-23 Thread ekke
Please try out new QtQuickControls2 with material Style for Android. Should work much better to try out some apps - I did some example apps: http://bit.ly/qtquick2-demo-apps ekke Am 23.06.16 um 09:38 schrieb Oleg Shalnev: > Good day. > > My pain is in scrolling. > > I hope that standard situation

Re: [Interest] Interest Digest, Vol 57, Issue 27

2016-06-23 Thread Jakub Michałowski
Szanowni Państwo, Dziękuję za przesłanie wiadomości. W dniach od 19 do 24 czerwca 2016 roku jestem poza biurem w związku z międzynarodowymi targami Firex w Londynie. W sprawach szkoleń proszę o kontakt z panem Krzysztofem Nowakowskim pod numerem 52 36 39 265 lub z działem wsparcia technicznego

Re: [Interest] 5.8 Features?

2016-06-23 Thread ekke
Am 23.06.16 um 08:57 schrieb Shawn Rutledge: >> On 23 Jun 2016, at 07:15, ekke wrote: >> >> thx Maurice, >> >> Am 22.06.16 um 12:22 schrieb Maurice Kalinowski: Highest prio from my personal perspective: >> - Background processing API >> - In-app Notifications: local, remote + add

[Interest] Qt 5.7 android C++ smooth scrolling

2016-06-23 Thread Oleg Shalnev
Good day. My pain is in scrolling. I hope that standard situation with creation QScrollArea, and placing viewport widget there, creating layout in viewport and placing custom widgets in this layout will work good on android. The result of this experiment is so sad. Yes it's working, but scrollin

Re: [Interest] Raster Engine Issues

2016-06-23 Thread Alper Sağlam
Hi Harri, Thanks for your great recommendation, running application in valgrind is not possible in my case, since the application run in an embedded varlgrind-uninstallable system. Can you recommend any other thing? On Thu, Jun 23, 2016 at 10:08 AM Harri Porten wrote: > Hello Alper, > > On Th

Re: [Interest] Raster Engine Issues

2016-06-23 Thread Harri Porten
Hello Alper, On Thu, 23 Jun 2016, Alper Sağlam wrote: The issue is not-reproducible so running with the valgrind is not a way to go. Any new comment on raster engine bugs will make me happier.  As I tried to suggest below: Valgrind may find issues even in the absence of crash. Harri. T