Re: [Interest] [Development] Qt 6 Planning: Consideration of dropping support for UWP applications

2019-04-22 Thread Pier Luigi Fiorini
Il giorno gio 18 apr 2019 alle ore 15:36 Boudewijn Rempt via Interest < interest@qt-project.org> ha scritto: > On donderdag 18 april 2019 15:29:33 CEST Pier Luigi Fiorini wrote: > > > Does this affect shipping Qt apps in the store? > > > I'm not a Windows expert b

Re: [Interest] [Development] Qt 6 Planning: Consideration of dropping support for UWP applications

2019-04-18 Thread Pier Luigi Fiorini
Does this affect shipping Qt apps in the store? I'm not a Windows expert but as far as I remember only UWP apps are supposed to go there, but I can be wrong. Il giorno gio 18 apr 2019 alle ore 14:50 Oliver Wolff ha scritto: > Hi, > > as you might have heard, we are currently in Qt 6's planning p

Re: [Interest] qt5 window setGeometry and move not work in wayland platform

2014-08-11 Thread Pier Luigi
Clients don't get to set window position with Wayland. You should write a Wayland protocol for that but you need a compositor that speaks that protocol. 2014-08-11 8:13 GMT+02:00 Steve (YiLiang) Zhou : > Dear all, > > My app has a mainwindow and a QDialog which is a child of mainwindow. And I > wa

Re: [Interest] ANNOUNCE: Qt AccountsService Addon

2013-03-15 Thread Pier Luigi
Nope besides not having read the requirements yet :) 2013/3/15 Sandro Andrade : > On Fri, Mar 15, 2013 at 3:25 PM, Pier Luigi > wrote: >> Hi, >> >> Recently I started working on a Qt 5 addon for AccountsService. >> >> AccountsService is a D-Bus service for ac

[Interest] ANNOUNCE: Qt AccountsService Addon

2013-03-15 Thread Pier Luigi
Hi, Recently I started working on a Qt 5 addon for AccountsService. AccountsService is a D-Bus service for accessing the list of user accounts and information attached to those accounts, as its web site says. You can learn more about it here: http://www.freedesktop.org/wiki/Software/AccountsSer

Re: [Interest] glGetString from QML-based Wayland compositor

2013-01-08 Thread Pier Luigi
Thanks it works! 2013/1/8 Samuel Rødal : > On 01/07/2013 08:22 PM, Pier Luigi wrote: >> >> 2013/1/2 Samuel Rødal : >>> >>> On 12/28/2012 09:53 AM, Pier Luigi wrote: >>>> >>>> >>>> However glGetString() always return NULL, I

Re: [Interest] glGetString from QML-based Wayland compositor

2013-01-07 Thread Pier Luigi
2013/1/2 Samuel Rødal : > On 12/28/2012 09:53 AM, Pier Luigi wrote: >> >> However glGetString() always return NULL, I call it from the >> sceneGraphInitialized() slot and I noticed that despite >> openglContext() returns a valid pointer, >> QOpenGLContext::current

[Interest] glGetString from QML-based Wayland compositor

2012-12-28 Thread Pier Luigi
Hi, I'm working on a QML-based compositor and I would like to print some EGL and GL strings when it starts to get more useful information when something doesn't work. The compositor, although loaded from a plugin, is very much like the qmlcompositor example; this means it creates a QQuickView and

[Interest] New Wayland compositor made with QtCompositor

2012-10-23 Thread Pier Luigi
Hi, I would like to share with you my work on a Wayland compositor and desktop shell made with QtQuick and QtCompositor and is using a set of components for QML to draw panels and widgets. You can find some screenshots from the Google+ page: https://plus.google.com/u/0/b/106410682256187719404/

Re: [Interest] QtSVG deprecated

2012-01-11 Thread Pier Luigi
2012/1/11 Uwe Rathmann : > On Wed, 11 Jan 2012 11:35:15 -0200, Thiago Macieira wrote: > >> A device with limited resources but powerful enough that rasterising SVG >> on the fly isn't an issue? > > It is - but as our layouts are fix during the runtime of the application > this only has to be done o