Re: [Interest] Upcoming Jira outage (9 Nov 2:00-4:00 UTC)

2016-11-08 Thread Alexander Blasche
Hi, The changes are completed.You may need to clean the cache to load the site. Compression was enabled during the changes,see https://bugreports.qt.io/browse/QTJIRA-300 -- Alex From: Development on behalf of Alexander Blasche Sent: Tuesday, 8 Novemb

[Interest] QMenu size

2016-11-08 Thread Joshua Grauman
Hello all, I am wondering if there is a way to customize the size of a QMenu used as a context menu. I have it so that when I right click, a popup menu comes up. But I would like it so the QMenu doesn't ever go outside of the window it is clicked in. Right now, if you click near the bottom, th

[Interest] QML Repeater delegate not updating

2016-11-08 Thread Jason H
I'm really getting all tangled up in the QML Model stuff. I really wish there was a way to make JS models behave properly within Qt Models. - When am I able to use modelData? (lists only? Why can't I use modelData.property?) - When am I able to use anonymous property named directly? ("proper"

Re: [Interest] [PROGRESS] Long pause with 5.7

2016-11-08 Thread william.croc...@analog.com
On 11/08/2016 10:00 AM, Michael Sué wrote: Hi, BaseClass::show(); qApp->flush(); // It appears that with Qt 5.7, SOMETIMES, this call to processEvents waits // for the full 5 secs though I do not believe there is anything to do. qApp->processEvents(QEventLoo

Re: [Interest] [PROGRESS] Long pause with 5.7

2016-11-08 Thread Michael Sué
Hi, > BaseClass::show(); > qApp->flush(); > > // It appears that with Qt 5.7, SOMETIMES, this call to processEvents > waits > // for the full 5 secs though I do not believe there is anything to do. > qApp->processEvents(QEventLoop::ExcludeUserInputEvents,5000); > >

Re: [Interest] [PROGRESS] Long pause with 5.7

2016-11-08 Thread william.croc...@analog.com
On 11/08/2016 09:45 AM, Michael Sué wrote: Hi, qApp->processEvents(QEventLoop::ExcludeUserInputEvents,5000); Your processEvents call timeouts after 5 secs, and you wait for 5 secs, at least sometimes. How about reducing it to 1 sec then, as you think it has nothing to do, anyway, and

Re: [Interest] [PROGRESS] Long pause with 5.7

2016-11-08 Thread william.croc...@analog.com
On 11/08/2016 09:14 AM, Michael Sué wrote: Hi, it could be a timeout of the lock used in QSettings. Thanks for chiming in. I use QSettings EVERYWHERE (tightly scoped) because I am big on putting everything back where the user left it and this call to show() is the only place that freezes. A

Re: [Interest] [PROGRESS] Long pause with 5.7

2016-11-08 Thread Michael Sué
Hi, > qApp->processEvents(QEventLoop::ExcludeUserInputEvents,5000); Your processEvents call timeouts after 5 secs, and you wait for 5 secs, at least sometimes. How about reducing it to 1 sec then, as you think it has nothing to do, anyway, and probably only waiting 1 sec (sometimes). Be

Re: [Interest] [PROGRESS] Long pause with 5.7

2016-11-08 Thread Michael Sué
Hi, it could be a timeout of the lock used in QSettings. - Michael. -Original Message- From: Interest [mailto:interest-bounces+sue=sf.mpg...@qt-project.org] On Behalf Of william.croc...@analog.com Sent: Tuesday, November 8, 2016 2:56 PM To: interest@qt-project.org Cc: Thiago Macieira S

Re: [Interest] [PROGRESS] Long pause with 5.7

2016-11-08 Thread william.croc...@analog.com
On 11/07/2016 07:22 PM, william.croc...@analog.com wrote: This sender failed our fraud detection checks and may not be who they appear to be. Learn about spoofing at http://aka.ms/LearnAboutSpoofing I am porting my app to Qt 5.7 When I run it, it appears on the screen, but there is a long paus

Re: [Interest] QT3D. Sorting Transparencies in C++

2016-11-08 Thread Oleg Evseev
Hi, Pierre I think this thread would be interesting for you (question and answers) http://lists.qt-project.org/pipermail/interest/2016-July/023455.html --- Regards, Oleg 2016-11-08 16:14 GMT+03:00 Pierre Chicoine : > Has anyone come up with a way of sorting transparencies using C++ yet? In > Op

[Interest] QT3D. Sorting Transparencies in C++

2016-11-08 Thread Pierre Chicoine
Has anyone come up with a way of sorting transparencies using C++ yet? In OpenGL I could sort my object array paint sequence with front transparencies last when mouse click was released. In Qt3d all objects have to be recreated using that order on mouse release. That's difficult to do. Too many pro

Re: [Interest] Is it possible to have video files bundled as an app resource and have them played by Qml?

2016-11-08 Thread Thiago Macieira
Em terça-feira, 8 de novembro de 2016, às 11:01:35 CST, Sean Harmer escreveu: > Or you can use the -binary option of rcc to keep the resource file > separate from your application. Comes in handy if you need to ship > different resource sets for different configurations/customers/themes > etc. I us

Re: [Interest] Is it possible to have video files bundled as an app resource and have them played by Qml?

2016-11-08 Thread Sean Harmer
On 08/11/2016 11:11, Nuno Santos wrote: Sean, Thanks for your feedback. Where do I put that option? CONFIG? I use a .pro snippet something like this: RCC_BINARY_SOURCES += ../assets/opengl-assets.qrc asset_builder.commands = $$[QT_HOST_BINS]/rcc -binary ${QMAKE_FILE_IN} -o ${QMAKE_FILE_OU

Re: [Interest] Is it possible to have video files bundled as an app resource and have them played by Qml?

2016-11-08 Thread Nuno Santos
Sean, Thanks for your feedback. Where do I put that option? CONFIG? Thanks! Nuno Santos Founder / CEO / CTO www.imaginando.pt +351 91 621 69 62 > On 08 Nov 2016, at 11:01, Sean Harmer wrote: > > Hi, > > On 07/11/2016 08:40, Alexandru Croitor wrote: >> Hi, >> >> from Qt 5.4.0 changes file:

Re: [Interest] Is it possible to have video files bundled as an app resource and have them played by Qml?

2016-11-08 Thread Sean Harmer
Hi, On 07/11/2016 08:40, Alexandru Croitor wrote: Hi, from Qt 5.4.0 changes file: rcc now supports an optional, two-pass compilation that improves build times for large resource bundles. This feature can be enabled by adding "CONFIG += resources_big" to your .pro file. Note that this feature m

Re: [Interest] Qt3D. Drawing a single 3d lines ability

2016-11-08 Thread Sean Harmer
Hi, On 08/11/2016 09:34, MASTER OF ORION wrote: Dear developers, please add the ability for drawing 3D lines to Qt3D! Many developers of 3D CAD systems realy need it. We need ability to draw continuous, dotted, dashed (and so on) lines width given thickness and color. Alse we need to draw textur

[Interest] Qt3D. Drawing a single 3d lines ability

2016-11-08 Thread MASTER OF ORION
Dear developers, please add the ability for drawing 3D lines to Qt3D! Many developers of 3D CAD systems realy need it. We need ability to draw continuous, dotted, dashed (and so on) lines width given thickness and color. Alse we need to draw textured lines (like Sword of the Jedi :-) ), i think, th

[Interest] Upcoming Jira outage (9 Nov 2:00-4:00 UTC)

2016-11-08 Thread Alexander Blasche
Hi, Due to maintenance on the Jira machine, bugreports.qt.io will be temporarily unavailable on November 9 , 2:00 AM ~ 4:00AM UTC+0 We apologize for the inconvenience that this might cause. -- Alex ___ Interest mailing list Interest@qt-project.org h