[Interest] Qt DevDays Call for papers and registration OPEN!

2014-06-16 Thread Frances Tait
Check it out! Sign up before midnight on July 18th and win a 3D printer ;) http://www.qtdeveloperdays.com/europe -- Qt Developer Days Europe 2014 - October 6 - 8 at the bcc, Berlin -- Frances Tait | frances.t...@kdab.com | Events Coordinator Klarälvdalens Datakonsult AB, a KDAB Group company Tel

[Interest] Qt5Webkit compile error

2014-06-16 Thread shishir tiwari
Hi , i am getting below error on Qt5webkit building , version : 5.3.0 build machine : Fedora 20 cross compling for ARM cc1plus: error: -Werror=unused-but-set-variable: No option -Wunused-but-set-variable cc1plus: error: -Werror=unused-but-set-variable: No option -Wunused-but-set-variable make[4]

[Interest] Have the Websocket QML component go through QNetworkAccessManager

2014-06-16 Thread Rémi Jannel
Hi, I am using the QWebsockets that is part of the release of Qt5.3.0 in QML. I would like the requests to go through my QNetworkAccessManager but haven't been able to make it work. I am setting the QNetworkAccessManager like this on my QQuickView: this->rootContext()->engine()->setNetworkAccessM

[Interest] Qt5.2.1-QtQuickControls build with Yocto-1.5

2014-06-16 Thread Meenakumari Shedole
Hi. We are integrating Qt5.2.1 version all Qt components to Yocto Dora branch. And we build few of Qt components (using meta-qt5 in yocto)but while building QtQuickControls and QtGrapgicaleffects getting issue. QtQuickControls components is not building in yocto just source code is extracting

Re: [Interest] [Ubuntu-phone] How to reset QML WebView?

2014-06-16 Thread Olivier Tilloy
On Mon, Jun 2, 2014 at 11:32 PM, Николай Шатохин wrote: > You didn't understand. It's not Android. It's Qt and QML > I think I understood, and I don’t think I mentioned Android anywhere (by the way Qt and QML also run on android, they’re not mutually exclusive technologies). I was suggesting yo

Re: [Interest] [Ubuntu-phone] How to reset QML WebView?

2014-06-16 Thread Olivier Tilloy
On Mon, Jun 2, 2014 at 11:51 PM, Николай Шатохин wrote: > No, it doesn't help too :( > > And clearing cookies manually > > _socialWindow->engine()->networkAccessManager()->cookieJar()->setCookieJar(new > QNetworkCookieJar()); > > or cache > > _socialWindow->engine()->clearComponentCache(); > > n

Re: [Interest] How to reset QML WebView?

2014-06-16 Thread Olivier Tilloy
On Tue, Jun 3, 2014 at 6:28 PM, Николай Шатохин wrote: > import QtQuick 2.0 > import QtWebKit 3.0 > import QtWebKit.experimental 1.0 > > Item { > width: 640 > height: 480 > > signal closeWindow(); > > WebView > { > anchors.fill: parent > url: address >

Re: [Interest] a few questions about QML Components

2014-06-16 Thread jensbw
On 20 May 2014, at 22:28, Andre Somers wrote: > Nurmi J-P schreef op 19-5-2014 14:29: >> On 19 May 2014, at 12:51, Alexander Ivash wrote: >> >>> I was trying to use QML components in simple android application but >>> confronted several issues: >>> >>> 1. I couldn't find any API allowing to

Re: [Interest] [Ubuntu-phone] How to reset QML WebView?

2014-06-16 Thread Olivier Tilloy
On Mon, Jun 2, 2014 at 7:59 PM, Николай Шатохин wrote: > Hello. > > I have a web browser's window maked by QML from WebView. > > And in C++ I create window: > > if(_socialWindow == NULL) > { > _socialWindow= new QQuickView(); > _socialWindow->setFlags(Qt::Tool); > _soc

Re: [Interest] QtQuickCompiler alternative

2014-06-16 Thread jensbw
> Do be a bit more specific a ~1sec startup is for anything. Just a > Window { Text{text: "Hello world"}} will have that kind of startup > time. It certainly doesn’t sound like the qml compiler would help you much in this case. Perhaps it is time spent populating the font database as we have had

[Interest] Refreshing Audio Device List

2014-06-16 Thread Randy Yates
Hi Thiago, yates here, from #qt. How are you? I'm maintaining a combobox with a list of the audio devices obtained from QAudioDeviceInfo::availableDevices() and i'd like to refresh the list with a refresh button. However, re-executing audioDeviceList = QAudioDeviceInfo::availableDevi

[Interest] terrible font rendering with QtQuick

2014-06-16 Thread bane yue
Hi, I was working on a QtQuick application which will run on $MS windows. My app is *almost* done and everything was fine until yesterday after i decided to deploy it to other PC for testing. The problem is the font render, it's really bad on 3 windows XP and 1 windows 7, it looks exact

Re: [Interest] qml performance with Qt5.2

2014-06-16 Thread Gunnar Sletta
On 17 Jun 2014, at 04:14, Nancy Zou wrote: > Dear All > I know Qt5.2 have a big performance increase, but I don’t find my qml > application have some performance increase compared with Qt5.0. > I write some of my qml like that: > ... > Sometimes I want some item invisible, so I set opacity to 0

Re: [Interest] Has X event handling changed from Qt 4 to 5?

2014-06-16 Thread Thiago Macieira
Em seg 16 jun 2014, às 21:11:04, Scott Kostyshak escreveu: > On Mon, Jun 16, 2014 at 10:27 AM, Thiago Macieira > > wrote: > > It's not. By raw events, I meant XEvent and xcb_event_t. You need to > > install a native event filter and print the key events. > > Thanks for the instructions, Thiago.

[Interest] qml performance with Qt5.2

2014-06-16 Thread Nancy Zou
Dear All I know Qt5.2 have a big performance increase, but I don't find my qml application have some performance increase compared with Qt5.0. I write some of my qml like that: Rectangle { id: rect width: 800 height: 480 color: "green" visible: true Text { color: "black" text: "a test" o

Re: [Interest] Has X event handling changed from Qt 4 to 5?

2014-06-16 Thread Scott Kostyshak
On Mon, Jun 16, 2014 at 10:27 AM, Thiago Macieira wrote: > It's not. By raw events, I meant XEvent and xcb_event_t. You need to install a > native event filter and print the key events. Thanks for the instructions, Thiago. I think I'm closer. I have an event filter and can print raw events (I be

[Interest] Qt graphcial performances Windows vs OSX

2014-06-16 Thread Philippe
On a widget based interface, on the same hardware, the Windows version is (more than) sensibly faster than the OSX version, when lots of graphical activity happens. What could be the underlying reason to this? (this has always been so, Qt 4.x, 5.x). Philippe _

Re: [Interest] Has X event handling changed from Qt 4 to 5?

2014-06-16 Thread Thiago Macieira
Em seg 16 jun 2014, às 03:23:02, Scott Kostyshak escreveu: > Note that I know little about Qt so I'm not sure if this is enough to > show the raw key events being received. If the output of other > QKeyEvent methods would be useful, let me know. It's not. By raw events, I meant XEvent and xcb_even

Re: [Interest] Performance of platform wayland vs. eglfs

2014-06-16 Thread Martin Ertl
Hello Filip, thank you for your response. I do not see a mouse cursor, maybe because my console is not shown on the display... But does eglfs have specific IMX behaviour? I assume that it's a general question if eglfs draws directly to the framebuffer or if it introduces some extra buffers which

[Interest] OpacityAnimator does not work as expect?

2014-06-16 Thread Yuchen Deng
CODE: > import QtQuick 2.2 > import QtQuick.Controls 1.2 > Rectangle { > id: plugin > width: 800; height: 600 > OpacityAnimator on opacity { > from: 0; to: 1; duration: 1000 > running: true > } > Column { > id: option > anchors.right: parent.righ

Re: [Interest] Has X event handling changed from Qt 4 to 5?

2014-06-16 Thread Scott Kostyshak
On Sun, Jun 15, 2014 at 11:45 AM, Thiago Macieira wrote: > Em dom 15 jun 2014, às 03:05:29, Scott Kostyshak escreveu: >> Hi, >> >> At LyX we use xvkbd to send key presses for the purposes of testing. >> When building LyX with Qt 5 [1], our scripts no longer send capital >> letters as capital lette