Re: [Interest] Reduce band-with usage while cloning qt

2017-02-08 Thread Thiago Macieira
On quarta-feira, 8 de fevereiro de 2017 21:52:16 PST Soroush Rabiei wrote: > > Do you really need all Qt modules ? The way to save most bandwidth > > would be to clone qtbase, qtdeclarative and whatever you need > > directly. > > I am cloning only qtbase and it's still big for my connection. If y

[Interest] My Crazy Idea of 2017: WebGL backend for Qt?

2017-02-08 Thread Jason H
I was watching the QtWS16 video on the new Scenegraph tech and was wondering why WebGL was not mentioned? I'm imagining a server with a context that provides a WebGL client view. ___ Interest mailing list Interest@qt-project.org http://lists.qt-projec

Re: [Interest] Problem to use Firebase (QML/IOS APP) push notification.

2017-02-08 Thread Manoel Neto
I got the same problem on device On Wed, Feb 8, 2017 at 7:42 PM, Jason H wrote: > Why are you worried about push notifications on the simulator? > > > Sent: Wednesday, February 08, 2017 at 2:25 PM > From: "Manoel Neto" > To: "Interests Qt" > Subject: [Interest] Problem to use Firebase (QML/

Re: [Interest] Problem to use Firebase (QML/IOS APP) push notification.

2017-02-08 Thread Jason H
Why are you worried about push notifications on the simulator?     Sent: Wednesday, February 08, 2017 at 2:25 PM From: "Manoel Neto" To: "Interests Qt" Subject: [Interest] Problem to use Firebase (QML/IOS APP) push notification. Hi,    We are facing some issues when using Firebase API for p

Re: [Interest] Problem to use Firebase (QML/IOS APP) push notification.

2017-02-08 Thread Manoel Neto
Hi Nuno, The response is the same :( Manoel On Wed, Feb 8, 2017 at 4:31 PM, Nuno Santos wrote: > It seems that you need to disable bit code as fire base lib doesn't support > it. What happens when you remove all the bit code related stuff from qmake, > run qmake again and then build? > > -- >

Re: [Interest] Problem to use Firebase (QML/IOS APP) push notification.

2017-02-08 Thread Nuno Santos
It seems that you need to disable bit code as fire base lib doesn't support it. What happens when you remove all the bit code related stuff from qmake, run qmake again and then build? -- Nuno Santos No dia 08/02/2017, às 19:25, Manoel Neto escreveu: > Hi, >We are facing some issues when u

[Interest] Problem to use Firebase (QML/IOS APP) push notification.

2017-02-08 Thread Manoel Neto
Hi, We are facing some issues when using Firebase API for push notification messages. We had download the SDK, config the .pro file with all the info needed: QMAKE_LFLAGS += $(inherited) -ObjC -l"c++" -l"sqlite3" -l"z" -.. Q_ENABLE_BITCODE.value = NO Q_ENABLE_BITCODE.name = ENABLE_BITCODE Q

Re: [Interest] Beautifier for QML

2017-02-08 Thread Sérgio Martins
On Sun, Feb 5, 2017 at 9:18 AM, Shantanu Tushar wrote: > (...) > Quite a lot of devs in our team are shying away from Qt/QML > because of that reason. If devs in your team are moving away from Qt/QML because of coding style reasons then you already lost them. They'll come up with another excuse o

Re: [Interest] Reduce band-with usage while cloning qt

2017-02-08 Thread Soroush Rabiei
> Do you really need all Qt modules ? The way to save most bandwidth > would be to clone qtbase, qtdeclarative and whatever you need > directly. I am cloning only qtbase and it's still big for my connection. I'll try that. thanks. ___ Interest mailing l

Re: [Interest] Reduce band-with usage while cloning qt

2017-02-08 Thread Sérgio Martins
On Wed, Feb 8, 2017 at 5:20 PM, Soroush Rabiei wrote: > Greetings > > I'm having a hard time trying to clone Qt git repository using a > low-band internet connection. > > How can I make `init-repository' script to pass `--depth=1' to `git > clone' ? I think it worth an additional comman-line argum

Re: [Interest] Reduce band-with usage while cloning qt

2017-02-08 Thread Jean-Michaël Celerier
You can try the following when cloning : git clone url://of/qt5.git --recursive --shallow-submodules --- Jean-Michaël Celerier http://www.jcelerier.name On Wed, Feb 8, 2017 at 6:20 PM, Soroush Rabiei wrote: > Greetings > > I'm having a hard time trying to clone Qt git repository usi

[Interest] Reduce band-with usage while cloning qt

2017-02-08 Thread Soroush Rabiei
Greetings I'm having a hard time trying to clone Qt git repository using a low-band internet connection. How can I make `init-repository' script to pass `--depth=1' to `git clone' ? I think it worth an additional comman-line argument for init-repository, Qt's git history is really big. Regards,

[Interest] qsTranslate in QtQuick Designer

2017-02-08 Thread Shantanu Tushar
Hi folks, We are using qsTranslate in our QML files because it lets us manually set a relevant context. In contrast with qsTr this helps because contexts don't change because the code moved across files. (There is qsTrId but qsTranslate can contain the actual english string which makes the code ea

Re: [Interest] Beautifier for QML

2017-02-08 Thread Shantanu Tushar
Hi, On Mon, Feb 6, 2017 at 11:53 AM, Shawn Rutledge wrote: > > On Feb 5, 2017, at 10:18, Shantanu Tushar wrote: > >> Hey folks, >> >> In our project we use astyle with the Qt Creator beautifier plugin, >> its quite neat for C++. I was wondering if anything similar existed >> for QML? > > Control

Re: [Interest] Beautifier for QML

2017-02-08 Thread Shantanu Tushar
Hi, On Sun, Feb 5, 2017 at 10:36 PM, Gunnar Roth wrote: > >> i I was wondering if anything similar existed >> for QML? > > 1. Look under menu extras/qml/js in QtCreator there is a format code entry. > It is a bit sad , that you cannot assign the same key combination to c++ > formatting as to qm

[Interest] Crash on exit of Canvas3d examples

2017-02-08 Thread Immanuel Weber
Hi all, I started to play arround with Canvas3d. For that I used the project wizzard of QtCreator. However the simple example that the wizzard creates crashes on my machine on exit of the application. The debug trace hints likely at some dangling pointers in a QMap of the CanvasTextureImageFact

Re: [Interest] Qt 5.8.0 RC build under windows

2017-02-08 Thread Maurice Kalinowski
> > Hello, Maurice. > > > However, when compiling Qt there are config tests verifying your > > environment is compatible against it. If not (for instance you do not > > have the correct SDK), those features will be turned off. > That seems very interesting features I never heard of. Can you expla