Re: [Development] QPlatformWindow customization with QWindow's dynamic properties

2014-01-09 Thread Tomasz Olszak
2014/1/9 Friedemann Kleint > Hi, > > just FYI, there also is : > > QVariant QPlatformNativeInterface::windowProperty(QPlatformWindow > *window, const QString &name) const; > void QPlatformNativeInterface::setWindowProperty(QPlatformWindow > *window, const QString &name, const QVariant &value); >

Re: [Development] QPlatformWindow customization with QWindow's dynamic properties

2014-01-08 Thread Friedemann Kleint
Hi, just FYI, there also is : QVariant QPlatformNativeInterface::windowProperty(QPlatformWindow *window, const QString &name) const; void QPlatformNativeInterface::setWindowProperty(QPlatformWindow *window, const QString &name, const QVariant &value); which AFAIK currently is only used on Win

[Development] QPlatformWindow customization with QWindow's dynamic properties

2014-01-07 Thread Tomasz Olszak
Hi all, Current situation: 1. BypassWindowManagerHint [1] was proposed 2. Used in qtwayland by [2] 3. Because BypassWindowManagerHint == X11BypassWindowManagerHint the Qt code which sets the X11BypassWindowManagerHint does not work with wayland plugin. In case of qtwayland there is need to pass s