Re: [Development] New Qt5.4.0 snapshot available

2014-11-13 Thread Heikkinen Jani
Usually snapshots should be available at least few days so there should be enough time to download those. Sorry if that hasn’t be always true… Br, Jani From: Ben Lau [mailto:xben...@gmail.com] Sent: 14. marraskuuta 2014 7:59 To: Kate Alhola Cc: Heikkinen Jani; development@qt-project.org Subject

Re: [Development] New Qt5.4.0 snapshot available

2014-11-13 Thread Heikkinen Jani
Yes, qtwayland is in Qt5.4 as src delivery, no binaries. Br, Jani From: Nancy Zou [mailto:nancy@csr.com] Sent: 14. marraskuuta 2014 3:50 To: Kate Alhola; Heikkinen Jani Cc: development@qt-project.org Subject: RE: [Development] New Qt5.4.0 snapshot available Hi: I want to ask whether qtwayla

Re: [Development] New Qt5.4.0 snapshot available

2014-11-13 Thread Ben Lau
Is it possible to keep those snapshot for longer period of time? There are some mirror site which is too slow. It may spend more than 15hr to get 600MB and since I am using Notebook and I may not be able to download before I leave office. Sometimes when I go back to home, the snapshot was removed a

Re: [Development] New Qt5.4.0 snapshot available

2014-11-13 Thread Nancy Zou
Hi: I want to ask whether qtwayland is included in Qt5.4 release version? If not, When do you plan to put it in? Thank you. Best Regards Nancy From: development-bounces+nancy.zou=csr@qt-project.org [mailto:development-bounces+nancy.zou=csr@qt-project.org] On Behalf Of Kate Alhola Sent

[Development] Help with QTBUG-40346 (QDrag cursors on Mac) fix or work around

2014-11-13 Thread Ben Medina
Hello all, I'm attempting to fix or work around this bug: https://bugreports.qt-project.org/browse/QTBUG-40346 I can see how the cursor swapping is done on Windows, but it's platform-specific. On the Mac, we call NSView's dragImage:at:offset:event:pasteboard:source:slideBack:, and I haven't found

[Development] The dark side of QtMultimedia

2014-11-13 Thread Massimo Callegari
Massimo Callegari wrote: > I am well aware you guys do your best to provide a quality > cross-platform framework and so far you did an excellent job ! > Unfortunately I cannot say such thing for the Qt Multimedia module. If > you stick to the provided examples (properly tailored to hide all the > b

[Development] Googel Native Client Status

2014-11-13 Thread Matías Néstor Ares
Dear all, I'm developing an application in Qt5 using QML, Now I need to port it to the web. I'm considering to use emscripten and/or Google Chrome Native Client. I found this http://qt-project.org/wiki/Qt_for_Google_Native_Client But the info two years old, and the activity on https://gitorious.

Re: [Development] Issues with QApplication::startDragDistance

2014-11-13 Thread Rutledge Shawn
On 13 Nov 2014, at 13:19, Jeremias Bosch wrote: > > I have two combined lists. One vertical, one horizontal. You can imagine it > like a grid. One item in those lists has the size of the screen. The user can > navigate horizontal and vertical from each item. > > What I need is: > • the

Re: [Development] Styling tabs of the QMdiArea

2014-11-13 Thread Olivier Goffart
On Thursday 13 November 2014 11:51:54 Marijke Van Bergen wrote: > Hi, > > I am trying to style the tabs of a tabbed QMdiArea, using qss. > Coloring the tab and setting a border works very smoothly. But if I want to > change the font size of the text in the tab, the tab width is not > calculated co

Re: [Development] Qt3D: wip/newapi branch is dead. Long live dev!

2014-11-13 Thread Sean Harmer
Hey Lars, On Thursday 13 Nov 2014 07:24:57 Knoll Lars wrote: > Great to hear about the progress and thanks for all the work. Thank you! > Do you have any idea on whether Qt 3D could be ready for 5.5 (with a feature > freeze in February)? And are there any areas where you could need some help? W

Re: [Development] Issues with QApplication::startDragDistance

2014-11-13 Thread Morten Johan Sørvig
> On 13 Nov 2014, at 11:11, Jeremias Bosch wrote: > > Now there are two issues I ran into. > • On High DPI cases the sensitivity of the lists is very high, > basically touching the screen is already registered as a drag and pressing > buttons is pretty hard. On Low DPI its fine. Of cours

Re: [Development] Issues with QApplication::startDragDistance

2014-11-13 Thread Jeremias Bosch
Am 13.11.2014 um 12:09 schrieb Rutledge Shawn: Yeah we will get there eventually. e.g. there’s just a start here https://codereview.qt-project.org/#/c/79480/ https://codereview.qt-project.org/#/c/91242/ But there are potentially a lot of these “feel” constants which should depend on the plat

[Development] Styling tabs of the QMdiArea

2014-11-13 Thread Marijke Van Bergen
Hi, I am trying to style the tabs of a tabbed QMdiArea, using qss. Coloring the tab and setting a border works very smoothly. But if I want to change the font size of the text in the tab, the tab width is not calculated correctly. The tab width is too small which makes that part of the text is n

Re: [Development] New Qt5.4.0 snapshot available

2014-11-13 Thread Kate Alhola
What happened to this links, they are no longer working ? They just disapeared. There is now http://download.qt-project.org/snapshots/qt/5.4/5.4.0-rc/2014-11-13_70/ but it is only ios version, there is no android-ios one at all Kate On Tue, Nov 11, 2014 at 10:13 AM, Heikkinen Jani < jani.heikki..

Re: [Development] Issues with QApplication::startDragDistance

2014-11-13 Thread Rutledge Shawn
On 13 Nov 2014, at 11:11, Jeremias Bosch wrote: > Dear all, > I was looking into deploying a simple QML App on a wide range of devices. The > App consists basically of two QML Lists which are used for horizontal and > vertical page navigation. The ranges of Display DPI differ a lot between >

Re: [Development] Issues with QApplication::startDragDistance

2014-11-13 Thread Gianluca
Dear Jeremias, I use a lot of ListView and Flickable in my apps, and I test them on iOS iPhone and iPad with Retina display and on Android Samsung with 320 DPI and an Android tablet with about 100 DPI. During my test with Qt 5.3.2, I’ve never experienced what you are saying. I was able to perfect

[Development] Issues with QApplication::startDragDistance

2014-11-13 Thread Jeremias Bosch
Dear all, I was looking into deploying a simple QML App on a wide range of devices. The App consists basically of two QML Lists which are used for horizontal and vertical page navigation. The ranges of Display DPI differ a lot between those devices. Now there are two issues I ran into. 1. On

Re: [Development] The dark side of QtMultimedia

2014-11-13 Thread Gianluca
Dear all, I see that the discussion was focusing on GStreamer backend, but QtMultimedia is not only present on Linux. So, I want to change the focus of discussion to the mobile and embedded platforms. I want to do so, because in the case of ‘normal’ desktop environment (Linux, win and mac) there

Re: [Development] The dark side of QtMultimedia

2014-11-13 Thread Al-Khanji Louai
> > Usually, I’d say that should be gstreamer’s job. They should provide unit > > tests that allow testing a gstreamer implementation on a linux > > system/board. > > Agreed, and you'd expect that a decent Linux distribution runs them to be > sure > that they've installed everything correctly. >

Re: [Development] The dark side of QtMultimedia

2014-11-13 Thread Tim Blechmann
>>> Yes, this could also simply be our qtmultimedia unit tests. Run the >>> tests >>> on your target platforms and if they pass it should be reasonably safe >>> to >>> assume that things are working. Of course we’re not there currently, our >>> coverage for QtMM is not good enough afaict. >> >> QtM

Re: [Development] The dark side of QtMultimedia

2014-11-13 Thread Thiago Macieira
On Thursday 13 November 2014 07:56:31 Knoll Lars wrote: > On 13/11/14 08:40, "Thiago Macieira" wrote: > > > >On Thursday 13 November 2014 07:21:38 Knoll Lars wrote: > > > >> Yes, this could also simply be our qtmultimedia unit tests. Run the > >> > >>tests > >> > >> on your target platforms and