Re: [Development] Error running qt5_tool

2012-07-08 Thread aurindam.jana
Check for the following entry in your ~/.ssh/config file ( in Windows: C:/Users/%USERNAME/.ssh) Host codereview.qt-project.org Port 29418 User Cheers, Auri From: development-bounces+aurindam.jana=nokia@qt-project.org [development-bounces+aurindam.jana

Re: [Development] "no qmlviewer found" in Qt Creator

2012-07-07 Thread aurindam.jana
DIR/qt5/qtdeclarative/bin). Regards, Aurindam ____ From: development-bounces+aurindam.jana=nokia@qt-project.org [development-bounces+aurindam.jana=nokia@qt-project.org] on behalf of ext Leandro Melo de Sales [leandr...@gmail.com] Sent: Saturday, July 07,

Re: [Development] QtCS: Javascript backend session

2012-06-30 Thread aurindam.jana
Did anyone attend the session? From: development-bounces+aurindam.jana=nokia@qt-project.org [development-bounces+aurindam.jana=nokia@qt-project.org] on behalf of ext Donald Carr [sirsp...@gmail.com] Sent: Friday, June 29, 2012 3:38 PM To

[Development] QtCS: QmlTooling session notes

2012-06-26 Thread aurindam.jana
Updated URL Hi, QML Tooling session notes ( pasted from http://qt-project.org/groups/qt-contributors-summit-2012/wiki/QMLTooling ) Please comment inline. Regards, Aurindam IRC: auri__ ___ Development mailing list Dev

[Development] QtCS: QmlTooling session notes

2012-06-26 Thread aurindam.jana
Hi, QML Tooling session notes ( pasted from http://qt-project.org/groups/qt-contributors-summit-2012/wiki/QMLTooling). Please comment inline. Regards, Aurindam IRC: auri__

Re: [Development] So I've made a QWidgets2 design/prototype... BUT...

2012-06-24 Thread aurindam.jana
+1.. like the bug description :) From: development-bounces+aurindam.jana=nokia@qt-project.org [development-bounces+aurindam.jana=nokia@qt-project.org] on behalf of ext André Pönitz [andre.poen...@mathematik.tu-chemnitz.de] Sent: Sunday, June 24

Re: [Development] Behavior of QStringList in QML changed recently?

2011-12-05 Thread aurindam.jana
Hi, Yes, console.log now returns more information. The particular case was missed in the initial patch but the fix is in ea2e8abd5c655027da51548e0d0f2f55dfb947bc The expected output for the console.log(stringList) : [random,rants,qml] : Regards, Aurindam __