Re: [Interest] ideas how to debug this crash?

2015-12-07 Thread Thiago Macieira
On Tuesday 08 December 2015 00:12:27 René J.V. Bertin wrote: > Any ideas how to figure out the culprit? The culprit is plugin unloading coupled with QStringLiteral. I'm fixing Qt so that it doesn't unload plugins. See https://codereview.qt-project.org/140750. > NB: this involves a QPlatformPlug

Re: [Interest] Building QtWebKit with QT 5.6 on Windows

2015-12-07 Thread Thiago Macieira
On Monday 07 December 2015 20:59:09 Konstantin Tokarev wrote: > Or just let people use QtWebKit 5.6 By agreement, that is not acceptable. People must be able to build 5.5.1 because we promised in the Qt 5.5.0 changelog that they would: - The QtWebKit and QtQuick1 modules and support for the QML

Re: [Interest] QNetworkAccessManager doesn't recover when network is reconnected on Ubuntu.

2015-12-07 Thread Nesuan Taiso
On 7/12/2015 5:37 PM, moh dady wrote: Please mention your compiler and Qt version. I've actually changed both my compiler and Qt libraries recently, but going from memory I think it was clang++ 3.6.0-2ubuntu1 x86_64 and the official Qt 5.5.1 installer binaries. _

[Interest] ideas how to debug this crash?

2015-12-07 Thread René J . V . Bertin
Hi, Here's a backtrace I'm seeing under certain conditions in an application (a KF5 application built on/for OS X, kdebugdialog5): Thread 0 Crashed:: Dispatch queue: com.apple.main-thread 0 org.qt-project.QtDBus 0x00010d33d9b6 QHashNode::~QHashNode() + 166 (qgenericatomic.h:9

Re: [Interest] New CI for Qt (and OpenSource Qt/QtC 3rd parties)

2015-12-07 Thread m...@rpzdesign.com
My question was not really focused on hardware. It was really focused on having people familiar with the CURRENT Qt CI system share information about what developers are facing when organizing non-QtCompany CI resources. There are interesting challenges like IOS actual devices running in CI.

[Interest] ItemModels, setData, and booleans

2015-12-07 Thread Jean-Michaël Celerier
Hello! When a QAbstractItemModel is used, how can I make it so that values are sent when the user chooses a value in a boolean combobox and not when the combobox looses focus ? My model has two columns, one "name" with a string and one "value" with booleans. ​ It is very simple and derived from

Re: [Interest] New CI for Qt (and OpenSource Qt/QtC 3rd parties)

2015-12-07 Thread Ch'Gans
On 8 December 2015 at 07:25, m...@rpzdesign.com wrote: > I was reading at various places about Qt putting in place a new CI system. > > Where can I get the specs of the new CI build system? > > Where are you running your IOS builds? > Android builds? Sorry to hijack the thread a bit, but I was th

[Interest] New CI for Qt

2015-12-07 Thread m...@rpzdesign.com
I was reading at various places about Qt putting in place a new CI system. Where can I get the specs of the new CI build system? Where are you running your IOS builds? Android builds? I want to start putting together my own CI resources but want to take advantage of the cumulative learning. Ju

Re: [Interest] Building QtWebKit with QT 5.6 on Windows

2015-12-07 Thread Harald Vistnes
I tried the QtWebKit 5.6 branch, and it compiled successfully. 2015-12-07 18:59 GMT+01:00 Konstantin Tokarev : > > > 07.12.2015, 19:34, "Thiago Macieira" : > > On Monday 07 December 2015 14:35:59 Konstantin Tokarev wrote: > >> 07.12.2015, 14:31, "Harald Vistnes" : > > > >> > LINK : fatal error

Re: [Interest] Building QtWebKit with QT 5.6 on Windows

2015-12-07 Thread Konstantin Tokarev
07.12.2015, 19:34, "Thiago Macieira" : > On Monday 07 December 2015 14:35:59 Konstantin Tokarev wrote: >>  07.12.2015, 14:31, "Harald Vistnes" : > >>  > LINK : fatal error LNK1181: cannot open input file '\OPT:REF.obj' > >>  > I had no problems compiling QtWebKit with Qt 5.5.0. What are the requi

Re: [Interest] Building QtWebKit with QT 5.6 on Windows

2015-12-07 Thread Thiago Macieira
On Monday 07 December 2015 14:35:59 Konstantin Tokarev wrote: > 07.12.2015, 14:31, "Harald Vistnes" : > > LINK : fatal error LNK1181: cannot open input file '\OPT:REF.obj' > > I had no problems compiling QtWebKit with Qt 5.5.0. What are the required > > steps to be able to compile QtWebKit with Q

Re: [Interest] Feature Req's for 5.7 (Mobile)

2015-12-07 Thread Nuno Santos
Jason,You need to do this integration on the native side. Are you using AppDelegate override on iOS and QtActivity override on Android? You will need to do it. You will also need the respective libs from Parse (iOS & Android)On iOS you will need to have a file like this: AppDelegate.mm Description

Re: [Interest] Feature Req's for 5.7 (Mobile)

2015-12-07 Thread Jason H
Sent: Monday, December 07, 2015 at 10:23 AM From: "Nuno Santos" Jason,   ...  I use Parse to handle Push notifications for me (www.parse.com[http://www.parse.com]). Have you tried it? It saves you a lot of hassle. ...   Nuno     I have heard of Psrse, and that they have push notifications,

Re: [Interest] Feature Req's for 5.7 (Mobile)

2015-12-07 Thread Nuno Santos
Jason, > On 07 Dec 2015, at 15:12, Jason H wrote: > > I do mobile, so some of the limitations of Qt are starting to become > apparent. In particular: > > 1. Local/Push Notifications support. We need platform independent coverage. > Each platform provides the same basic approach to binding to

[Interest] Feature Req's for 5.7 (Mobile)

2015-12-07 Thread Jason H
I do mobile, so some of the limitations of Qt are starting to become apparent. In particular: 1. Local/Push Notifications support. We need platform independent coverage. Each platform provides the same basic approach to binding to push notifications. I have boilerplate code for iOS that I

[Interest] Recording video on mobile, revisited

2015-12-07 Thread Jason H
I'm trying to make an app that records video, but I am having a number of issues. https://wiki.qt.io/Qt_5.5.0_Multimedia_Backends <- reference doc iOS: 1. Only default recording params are configured (Yoann mentioned this last week) Android: 1. Android actually has an X for "Video encoder settin

Re: [Interest] Building QtWebKit with QT 5.6 on Windows

2015-12-07 Thread Konstantin Tokarev
07.12.2015, 14:31, "Harald Vistnes" : > Hi, > > I'm trying to build QtWebKit with VS2010 with the latest Qt 5.6 beta sources. > I've tried QtWebKit 5.5.0 and 5.5.1, but in both cases I get the following > linker error when building jsc.exe. > > link /NOLOGO /DYNAMICBASE /NXCOMPAT /INCREMENTAL:N

[Interest] Building QtWebKit with QT 5.6 on Windows

2015-12-07 Thread Harald Vistnes
Hi, I'm trying to build QtWebKit with VS2010 with the latest Qt 5.6 beta sources. I've tried QtWebKit 5.5.0 and 5.5.1, but in both cases I get the following linker error when building jsc.exe. link /NOLOGO /DYNAMICBASE /NXCOMPAT /INCREMENTAL:NO /SUBSYSTEM:CONSOLE " /MANIFESTDEPENDENCY:type='win32