summaryrefslogtreecommitdiffstats
path: root/src/plugins/platforms/qnx/qqnxwindow.cpp
Commit message (Expand)AuthorAgeFilesLines
...
| * QNX: fix buffer creationMatt Hoosier2013-05-241-1/+2
| * QNX: Support window translucencyMatt Hoosier2013-05-231-2/+12
* | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-05-231-49/+32
|\|
| * QNX: normalize bracesRafael Roquetto2013-05-231-52/+26
| * QNX: Add support for WindowDoesNotAcceptFocus flagAndreas Holzammer2013-05-111-0/+9
* | QNX: Use 'disabled' child window buffers.Rafael Roquetto2013-05-091-0/+13
|/
* [QNX] Fix build/runtime if QT_NO_OPENGL definedAndreas Holzammer2013-04-161-2/+3
* QNX: Code cleanup: normalize 'if' macro usageRafael Roquetto2013-03-261-6/+6
* BlackBerry: implement QWidget::showMinimized()Rafael Roquetto2013-03-191-2/+36
* Delete the reference of the QNX screen in child windows on deletionFabian Bumberger2013-03-051-2/+8
* QNX post an expose event when the window is hiddenFabian Bumberger2013-02-251-3/+3
* QNX: Don't crash with 0 by 0 sized windowsSergio Martins2013-02-191-2/+6
* QNX: Print the buffer size before crashing, for debug purposes.Sergio Martins2013-02-181-0/+1
* QNX: Make QWidget::hide() work immediately.Sergio Martins2013-01-141-2/+8
* QNX: Fix plugin compilationRafael Roquetto2012-12-041-1/+1
* Removed temporary backwards-compat properties and accessors in QWindowShawn Rutledge2012-12-031-2/+2
* QNX: Move buffer count check to appropriate locationRafael Roquetto2012-12-011-13/+14
* QNX: Fix crash due to re-entering QToolTip::show().Sergio Martins2012-11-211-2/+6
* QNX: Query dynamic buffer count at runtimeRafael Roquetto2012-10-261-1/+13
* QPlatformWindow: change API for QPlatformWindow::setWindowStateRichard Moe Gustavsen2012-10-171-4/+3
* Remove handleSynchronous* functions.Morten Johan Sorvig2012-10-101-1/+2
* QNX: Only set parent window if it is not NULLRafael Roquetto2012-10-011-1/+1
* QQnxWindow: use a proper castMarc Mutz2012-09-291-4/+1
* QNX: fix bug on window hierarchy listRafael Roquetto2012-09-281-8/+6
* QNX: fix assert condition on the destructorRafael Roquetto2012-09-281-1/+1
* QNX: use assert on QQnxWindow destructorRafael Roquetto2012-09-281-5/+4
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-221-23/+23
* QNX: Ensure that m_requestedBufferSize is properly initialisedSean Harmer2012-08-031-1/+2
* Revert "Move QWindowSystemInterface out of qpa."Paul Olav Tvete2012-08-031-1/+1
* QNX: Do not send geometry change events to Qt too earlySean Harmer2012-08-011-22/+30
* Move QWindowSystemInterface out of qpa.Stephen Kelly2012-07-191-1/+1
* QNX: Fix flushing the backing store to non-owner windowsThomas McGuire2012-07-131-0/+13
* QNX: Extract and move adjustBufferSize() functionThomas McGuire2012-07-131-0/+7
* QNX: Apply state from QWindow when creating new QQnxWindowThomas McGuire2012-07-131-2/+5
* QNX: Rename copyBack() to blitPreviousToCurrent()Thomas McGuire2012-07-121-5/+5
* QNX: Factor out blitHelper() functionThomas McGuire2012-07-121-30/+28
* QNX: Add comment in post() explaining how buffering worksThomas McGuire2012-07-121-0/+22
* Suppress QWindowSystemInterface inclusion warnings.Girish Ramakrishnan2012-07-031-1/+1
* QNX: Enable threaded OpenGL rendering on QNXSean Harmer2012-07-031-17/+24
* QQnxWindow: properly scope a local variableMarc Mutz2012-06-291-4/+1
* QNX: Don't detach when iterating over child windowsThomas McGuire2012-06-281-19/+10
* QNX: Make geometry changes sync to fix QWidget::showFullScreen()Thomas McGuire2012-06-281-1/+1
* QNX: Add support for window statesThomas McGuire2012-06-271-1/+39
* QNX: Rationalise the usage of qDebug() to remove lots of #ifdef'sSean Harmer2012-05-251-60/+28
* QNX: Recreate EGL surface when the window geometry changesKevin Ottens2012-05-241-0/+16
* QNX: Advertise geometry changes to Qt event systemKevin Ottens2012-05-241-0/+2
* Build the QNX plugin with -no-opengl enabled.Stephen Kelly2012-04-231-0/+8
* Send Expose event when top level window becomes visibleKevin Krammer2012-04-231-0/+8
* Rename offset() to setOffset()Thomas McGuire2012-04-031-3/+3
* Fix adding and removing of windows to their screenThomas McGuire2012-04-031-7/+2