Re: [Interest] Maximum URL length

2018-03-14 Thread Thiago Macieira
On Wednesday, 14 March 2018 15:42:03 PDT Tom Isaacson via Interest wrote: > Is there a maxiumum URL length, either in QUrl or Qt WebEngine? There > doesn’t seem to be a standard for maximum URL length, it's implementation > specific. Yes, the limit in QUrl is the QString limit, which is 2GB, or 1

[Interest] Maximum URL length

2018-03-14 Thread Tom Isaacson via Interest
Is there a maxiumum URL length, either in QUrl or Qt WebEngine? There doesn’t seem to be a standard for maximum URL length, it's implementation specific. Thanks. Tom Isaacson ___ Interest mailing list Interest@qt-project.org http://lists.qt-project.o

[Interest] VideoOutput and video rotation metadata - bug?

2018-03-14 Thread Benjamin B (BBenj)
Hello, I'm trying to play a video in QML using MediaPlayer + VideoOutput, and the video has a 90° rotation metadata (so recorded in "landscape" but should be displayed in portait). But VideoOutput crops the video! The video is rotated, but cropped in landscape in the middle, as represented in thi

Re: [Interest] issues with Qt 5.9.3 with eglfs QPA_Platform on DRM/KMS kernel on Arm32/Mali HW

2018-03-14 Thread Andrea Venturi
hello, i've been finally able to make the platform EGLFS render on both screens and the "hellowindow --multiscreen" example shows me nicely the two trolltech logs spinning each on its display. so far so good. now my setup is 2 screens: one internal LCD 800x480 and one external fullHD 1920x10

[Interest] [Qt3d] Line culling

2018-03-14 Thread Saif Suleiman
Hi every one, Why when one of the two vertices of a line placed out side the camera frustum, the whole line gets culled, not clipped(show only the segment that is inside camera frustum) ? For now I disabled frustum culling, but I feel this will not work at some point in the future for my project.