summaryrefslogtreecommitdiffstats
path: root/src/plugins
Commit message (Expand)AuthorAgeFilesLines
* Check if a window is minimized before drawing it, or reporting it via topLeve...Jeremy Katz2009-11-171-1/+4
* remove a qDebug() in topLevelAt()Jeremy Katz2009-11-171-1/+0
* Verify that a window is visible before reporting it as the selected toplevelJeremy Katz2009-11-171-1/+2
* remap global mouse event position to the toplevel's coordinatesJeremy Katz2009-11-172-1/+22
* moved top-level raise/lower from QGraphicsSystemScreen to QWindowSurface, tes...Jeremy Katz2009-11-164-0/+27
* lower is to the bottom, not 1 lower, raise is to the top, not 1 higherJeremy Katz2009-11-131-2/+2
* correct the order of window stacking, support raise and lowerJeremy Katz2009-11-132-27/+12
* Starting to implement grabWindow() for LighthousePaul Olav Tvete2009-11-122-0/+10
* send client cursor via QVNCServer checkUpdate(), rather than asynchronouslyJeremy Katz2009-11-112-4/+9
* include fb_base code using fb_base.pri, rather than as a libraryJeremy Katz2009-11-113-3/+6
* Common framebuffer functionality for VNC and linuxfb, cursor event notificationJeremy Katz2009-11-1117-1121/+436
* Using the correct geometryJørgen Lind2009-11-093-5/+8
* Compile after latest qvfbhdr changesPaul Olav Tvete2009-11-041-5/+3
* initial commit of minimaldfbJørgen Lind2009-11-036-0/+590
* Use correct keycode for Ctrl+<letter>Paul Olav Tvete2009-11-021-4/+6
* lighthouse VNC cursor supportJeremy Katz2009-10-308-7/+829
* WinId for toplevel windows.Paul Olav Tvete2009-10-222-0/+9
* consolidate repainting of multiple QRects for the VNC displayJeremy Katz2009-10-191-2/+1
* consolidate repainting of multiple QRects for the VNC displayJeremy Katz2009-10-192-20/+61
* Adjustable screen size for VNCPaul Olav Tvete2009-10-161-1/+10
* Allow VNC top level widgits to be hiddenJeremy Katz2009-10-163-2/+14
* Fix popup mouse event delivery and start implementing enter/leave eventsPaul Olav Tvete2009-10-154-7/+50
* Merge branch '4.6' into lighthousePaul Olav Tvete2009-10-1417-1177/+119
|\
| * Don't create too many window surfaces in DFBAnders Bakken2009-10-131-1/+5
| * Make sure we don't repaint when moving a windowAnders Bakken2009-10-131-0/+2
| * Remove the surface holder from the PowerVR screen driverRhys Weatherley2009-10-134-148/+11
| * Update the OpenGL for Qt/Embedded documentationRhys Weatherley2009-10-131-0/+6
| * Remove the hybrid screen driver.Rhys Weatherley2009-10-127-961/+0
| * Stub out flush() in the PowerVR GL window surface classRhys Weatherley2009-10-082-8/+15
| * Fix support for 32-bit PowerVR screens with QGraphicsViewRhys Weatherley2009-10-021-5/+8
| * Add "opengl2" as an option for creating an OpenGL graphics systemRhys Weatherley2009-10-011-0/+10
| * Made qpluginbase.pri include properly relative to s60pluginbase.priMiikka Heikkinen2009-10-011-1/+1
| * Fix a window opacity bug with DirectFBAnders Bakken2009-10-012-52/+60
| * Make sure gccaps is properly initialized for dfbpeAnders Bakken2009-10-011-0/+2
| * Clean up releaseSurface in QDirectFBPaintDeviceAnders Bakken2009-10-012-7/+5
* | basic support for multiple top level windows in the VNC backendJeremy Katz2009-10-144-11/+59
* | Make tooltips work betterPaul Olav Tvete2009-10-141-1/+2
* | Repaint when window is resized.Paul Olav Tvete2009-10-143-3/+21
* | Fix some autotest failures and get rid of some compiler warningsPaul Olav Tvete2009-10-141-0/+2
* | Function keysPaul Olav Tvete2009-10-141-0/+3
* | Implement mouse double clicks for testlite.Paul Olav Tvete2009-10-121-3/+20
* | Make tooltips work.Paul Olav Tvete2009-10-121-5/+12
* | Add support for wheel eventsPaul Olav Tvete2009-10-091-0/+17
* | Simple example Lighthouse backend that connects to QVFbPaul Olav Tvete2009-10-096-0/+795
* | Small code cleanupPaul Olav Tvete2009-10-091-4/+2
* | Handle closeEvent()Paul Olav Tvete2009-10-074-9/+41
* | Remove some debug output.Paul Olav Tvete2009-10-062-7/+16
* | Update to the latest version of the copyright headers.Paul Olav Tvete2009-09-3032-128/+128
* | Merge branch '4.6' into lighthousePaul Olav Tvete2009-09-30150-648/+960
|\ \ | |/
| * QString(" => QString::fromLatin1("Anders Bakken2009-09-291-1/+1