On Thu, Aug 14, 2014 at 9:52 PM, Pier Luigi wrote:
>>> Now the question is: how can Qt applications set this app_id?
>>>
>>> Since app_id should be the same for all xdg surfaces I would propose
>>> adding an applicationIdentifier property to QGuiApplication.
>>
>> Why do they have to? Just like WM
2014-08-14 20:27 GMT+02:00 Robin Burchell :
> On Thu, Aug 14, 2014 at 8:15 PM, Pier Luigi
> wrote:
>> This used to be the class in wl_shell_surface and I know the concept
>> exists on X11 as well (WMCLASS if I recall).
>
> WM_CLASS I think, but don't quote me, it's been a long, long time
> since
On Thu, Aug 14, 2014 at 8:15 PM, Pier Luigi wrote:
> This used to be the class in wl_shell_surface and I know the concept
> exists on X11 as well (WMCLASS if I recall).
WM_CLASS I think, but don't quote me, it's been a long, long time
since I've looked into anything X11 related.
... a quick grep
Hi,
I was reading xdg-shell, a Wayland protocol that's been in development
for some time now and it's going to replace wl_shell_surface.
For who doesn't know Wayland, basically this is a protocol that
introduces more high level concepts over plain surfaces such as
popups, minimize, maximize, etc.
> > I am porting an application to Qt5/KF5 and was surprised to see the
> > main widget of the application was showing all black. There are
> > screenshots of the original version and the buggy version[1] online. I
> > removed
> >
> > setAttribute( Qt::WA_PaintOnScreen, true );
> >
> > on that widg
I have done more work towards our app QtQuick2 transition. Several things I
found out
- Qt3d and location with geoservices compiles nicely for Android and iOS
- For iOS by default they still create dynamic libs and needs to be patched
to make static version
- After iOS make is made, make clean dist
Hi,
New snapshot available for Qt 5.3.2:
Windows: http://download.qt-project.org/snapshots/qt/5.3/5.3.2/2014-08-14_134/
Linux: http://download.qt-project.org/snapshots/qt/5.3/5.3.2/2014-08-14_128/
Mac: http://download.qt-project.org/snapshots/qt/5.3/5.3.2/2014-08-13_104/
Please inform me immediat