Re: [Development] Requires Analyse: QML Profiler (External) Support

2014-07-29 Thread Koehne Kai
[This thread really is about Qt Creator, so qt-crea...@qt-project.org is the better place. Please drop development@qt-project.org in any further replies] > -Original Message- > From: development-bounces+kai.koehne=digia@qt-project.org > [mailto:development-bounces+kai.koehne=digia

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

2014-07-29 Thread Christian Gagneraud
On 30/07/2014 5:37 p.m., Nilesh Kokane wrote: > Hello Ch'Gans, > > > The device wandboard is now connected to the Qt creator. > > *I got the success* > > i tried it > ssh root@192.168.74.145 > > > And the connection got established. Good! \o/ > > But i'm getting the

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

2014-07-29 Thread Nilesh Kokane
Hello Ch'Gans, The device wandboard is now connected to the Qt creator. *I got the success* i tried it ssh root@192.168.74.145 And the connection got established. But i'm getting the same ld errors. please assist for ld. I've given the details in the previous mails Thanks Nilesh koka

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

2014-07-29 Thread Nilesh Kokane
Hi Ch'gans I like to update you about the Ethernet connection Today i changed the /etc/network/interfaces file and gave ip address 192.168.74.188 ping 192.168.*74*.188 (*i had given 73 in place of 74 that was my mistak*e) Gave success from host PC Also ping from wandboard to host PC ping 192

[Development] Removing maemo/meego code?

2014-07-29 Thread Allan Sandfeld Jensen
Hi everybody While working on XInput2 I have been worried about the state of the special maemo xinput2 code-paths since no one was using it and it wasn't tested. I decided to try to remove it for Qt 5.4, but felt bad for only doing a partial job in remove maemo code, so I have made an experiment

Re: [Development] Can't push to 5.3 branch ;-(

2014-07-29 Thread BogDan
> Looks like your fix is based on > https://codereview.qt-project.org/#/c/90905 which is abandoned. Do an > interactive rebase and remove that change from your branch. Then you can > push again. Ah, I forgot to remove the old Change-Id: :) Thanks! BogDan.

Re: [Development] Can't push to 5.3 branch ;-(

2014-07-29 Thread Joerg Bornemann
On 29-Jul-14 15:04, BogDan wrote: > I want to push a fix for a P1 bug, to qttools repo, 5.3 branch but it > says it is closed. > > [LOG] > To ssh://tai...@codereview.qt-project.org:29418/qt/qttools > ! [remote rejected] HEAD -> refs/for/5.3 (change 90905 closed) > error: failed to push some refs

[Development] Can't push to 5.3 branch ;-(

2014-07-29 Thread BogDan
Hello, I want to push a fix for a P1 bug, to qttools repo, 5.3 branch but it says it is closed. [LOG] To ssh://tai...@codereview.qt-project.org:29418/qt/qttools  ! [remote rejected] HEAD -> refs/for/5.3 (change 90905 closed) error: failed to push some refs to 'ssh://tai...@codereview.qt-project

Re: [Development] Requires Analyse: QML Profiler (External) Support

2014-07-29 Thread Stephen King
Hi, To do this for our project I wrote a simple remote WinCE plugin for QtCreator to allow it to connect to a WinCE target and then do the profiling. This was about a year ago so might be out of date, but I've just pushed the source code to here: https://github.com/SteveKing1974/Remote-WinCE-Pl

Re: [Development] Nominating Milian Wolff as approver

2014-07-29 Thread Pierre Rossi
+1 On Mon, Jul 21, 2014 at 10:38 AM, Jocelyn Turcotte < jocelyn.turco...@digia.com> wrote: > On Tue, Jul 15, 2014 at 08:08:39PM +, Gladhorn Frederik wrote: > > Hi all, > > > > it's my pleasure to nominate Milian Wolff as approver. He's a great guy, > works for KDAB and has done interesting w

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

2014-07-29 Thread Nilesh Kokane
Hi Ch'Gans, Thanks for your valuable reply first of all. 127.0.0.1 is your local network node, so it's very unlikely it will ever failed. This is all very basic Unix/networking knowledge... You need to find out the IP address of your board, I don't know how your computer is setup, nor do I kno

[Development] QtWebChannel and the Feature Freeze

2014-07-29 Thread Milian Wolff
Hey all, What would happen if not all of the open review requests for the Qt WebChannel (see [1]) repository get integrated in time for the Feature Freeze? I'd appreciate if more people could review the things as needed so that I can merge them as quickly as possible. Once these changes are in

[Development] Requires Analyse: QML Profiler (External) Support

2014-07-29 Thread Bijo Varghese
Hi, We would like to profile our qml application on a WinEC7 device. Is there a way to do it? Our problem: We are not able to connect to device. The device is connected to the host via a network cable. Host & device ip addresses are set correctly. we are able to ping each other. physical connec

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

2014-07-29 Thread Ch'Gans
On 29/07/14 18:44, Nilesh Kokane wrote: > Hi Christian, > > First of all thanks for your valuable reply. > > Based on your suggestion I pinged the board with the boards ip address > which i found it from the serial console > > $ ping 127.0.0.1 Hi Nilesh, 127.0.0.1 is your local network node, so

[Development] Target/Device qml (remote) profiling with Qt Creator

2014-07-29 Thread travik
Hi, We would like to profile our qml application on a WinEC7 device. Is there a way to do it? Our problem: We are not able to connect to device. The device is connected to the host via a network cable. Host & device ip addresses are set correctly. we are able to ping each other. physical connec

[Development] New Qt5.3.2 snapshot available

2014-07-29 Thread Heikkinen Jani
Hi all, There is now new snapshot for Qt5.3.2 available in http://download.qt-project.org/snapshots/qt/5.3/5.3.2/ 2014-07-29_129/ contains windows packages 2014-07-29_99/ contains mac packages 2014-07-28_119/ contains linux packages There are pretty many changes in these packages so it might be

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 > [...] >

[Development] HEADS UP: Qt 5.4 feature freeze is 8.8.2014 12:00 CET

2014-07-29 Thread Heikkinen Jani
Hi, Please remember: Qt 5.4 feature freeze is Friday 8th August 2014 12:00 CET. It means: -'Dev' branch will be temporarily locked 8th August 2014 12:00 CET o After that time any changes that are required for Qt 5.4.0 needs to be pushed to the '5.4' branch. So if your changes are no