summaryrefslogtreecommitdiffstats
path: root/src/gui/kernel
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | | | | | | | | | | | | | | check for a null new parent before trying to access its platformWindowJeremy Katz2010-06-301-1/+1
| | * | | | | | | | | | | | | | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt into lighthouseJørgen Lind2010-06-248-53/+64
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | | | | | | Removed QGraphicsSystem include from QPlatformIntegrationJørgen Lind2010-06-241-3/+9
| | * | | | | | | | | | | | | | | | | Refactored classes and functions using liteJørgen Lind2010-06-2415-75/+74
| | * | | | | | | | | | | | | | | | | Refactored QGraphicsSystemCursor -> QPlatformCursorJørgen Lind2010-06-242-5/+5
| | * | | | | | | | | | | | | | | | | Remove QSound for LighthouseJørgen Lind2010-06-242-78/+9
| | * | | | | | | | | | | | | | | | | Adding -qpa configure switchJørgen Lind2010-06-241-2/+2
| | * | | | | | | | | | | | | | | | | Renamed files from *_lite* to *_qpa*Jørgen Lind2010-06-2429-47/+47
| | * | | | | | | | | | | | | | | | | Say hello to Q_WS_QPA!Jørgen Lind2010-06-2410-39/+39
| | * | | | | | | | | | | | | | | | | Disable the all native child widgets on lighthouseJørgen Lind2010-06-233-25/+43
| | * | | | | | | | | | | | | | | | | Removing the default graphicsystem from lighthouseJørgen Lind2010-06-232-6/+2
| | * | | | | | | | | | | | | | | | | Merge remote branch 'qt/4.7' into lighthousePaul Olav Tvete2010-06-1848-411/+951
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | | | | | | | Adding support for setParent api in pluginsJørgen Lind2010-06-173-12/+36
| | * | | | | | | | | | | | | | | | | | update QDesktopWidget geometry when screens are added, removed, or resizedJeremy Katz2010-06-162-2/+5
| | * | | | | | | | | | | | | | | | | | Set the desktop widget geometry to reflect the size of the screen(s)Jeremy Katz2010-06-161-3/+3
| | * | | | | | | | | | | | | | | | | | virtual desktop multiscreen support - VNC pluginJeremy Katz2010-06-153-2/+21
| | * | | | | | | | | | | | | | | | | | Add support for native children in QtGui againJørgen Lind2010-06-111-6/+0
| | * | | | | | | | | | | | | | | | | | Added QPlatformGLContext to QPlatformWindowJørgen Lind2010-06-117-28/+89
| | * | | | | | | | | | | | | | | | | | litehouse multiscreen supportJeremy Katz2010-06-1110-14/+173
| | * | | | | | | | | | | | | | | | | | pass the QList of TouchPoints as a constant reference for handleTouchEventJeremy Katz2010-06-023-28/+33
| | * | | | | | | | | | | | | | | | | | use QCoreApplication::startingUp() to decide if QApplication::desktop() is safeJeremy Katz2010-06-023-9/+3
| | * | | | | | | | | | | | | | | | | | make reporting screen size/count changes safe before QApplication constructorJeremy Katz2010-06-013-6/+21
| | * | | | | | | | | | | | | | | | | | gl on openkode. QGLWidget only works for toplevel widgetsJørgen Lind2010-06-011-2/+2
| | * | | | | | | | | | | | | | | | | | APIs for lighthouse plugins to declare screen changesJeremy Katz2010-05-314-0/+67
| | * | | | | | | | | | | | | | | | | | include QTouchEvent headerJeremy Katz2010-05-271-0/+1
| | * | | | | | | | | | | | | | | | | | touch interface for lighthouse pluginsJeremy Katz2010-05-264-0/+64
| | * | | | | | | | | | | | | | | | | | fix event dispatcher sleep problem on AndroidJeremy Katz2010-05-193-1/+16
| | * | | | | | | | | | | | | | | | | | make handle{Keyboard|Mouse|Wheel}Event thread-safeJeremy Katz2010-05-144-3/+21
| | * | | | | | | | | | | | | | | | | | Say hello to Qt for Native Client.Morten Johan Sørvig2010-05-142-2/+2
| | * | | | | | | | | | | | | | | | | | Merge remote branch 'qt/4.7' into lighthouse-4.7Paul Olav Tvete2010-05-1018-49/+366
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | | | | | | | | move cursor details into a private classJeremy Katz2010-05-052-2/+2
| | * | | | | | | | | | | | | | | | | | | allow multiple cursorsJeremy Katz2010-05-052-34/+41
| | * | | | | | | | | | | | | | | | | | | add parameter support for platform integration pluginsJeremy Katz2010-05-042-4/+5
| | * | | | | | | | | | | | | | | | | | | Add QPlatformGLWidgetSurface to GL integrtationTom Cooksey2010-04-292-3/+2
| | * | | | | | | | | | | | | | | | | | | Compile with QT_NO_QWS_INPUTMETHODSMorten Johan Sørvig2010-04-291-0/+2
| | * | | | | | | | | | | | | | | | | | | Compile with QT_NO_CURSOR.Morten Johan Sørvig2010-04-291-0/+3
| | * | | | | | | | | | | | | | | | | | | Avoid copying code.Paul Olav Tvete2010-04-221-1/+1
| | * | | | | | | | | | | | | | | | | | | Merge remote branch 'origin/4.7' into lighthouseJørgen Lind2010-04-2143-344/+525
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ Merge branch 'platform_window' into lighthouseJørgen Lind2010-04-2111-51/+312
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | | * | | | | | | | | | | | | | | | | | | | Renamed createWindowSurfaceForWindowJørgen Lind2010-04-212-2/+2
| | | * | | | | | | | | | | | | | | | | | | | QPlatformScreen now has default implementation for physicalSizeJørgen Lind2010-04-192-1/+9
| | | * | | | | | | | | | | | | | | | | | | | Make LinuxFb workPaul Olav Tvete2010-04-121-0/+11
| | | * | | | | | | | | | | | | | | | | | | | Make the VNC plugin compile and largely workPaul Olav Tvete2010-04-122-4/+18
| | | * | | | | | | | | | | | | | | | | | | | Ifdef out QPlatformWindow implementation when not compiling lighthouseJørgen Lind2010-04-121-0/+2
| | | * | | | | | | | | | | | | | | | | | | | Fix forward declaration in qplatformwindow_lite.hJørgen Lind2010-04-121-2/+2
| | | * | | | | | | | | | | | | | | | | | | | This seems to fix the resize issuesPaul Olav Tvete2010-04-091-0/+1
| | | * | | | | | | | | | | | | | | | | | | | QPlatformWindow refactoringJørgen Lind2010-04-085-9/+33
| | | * | | | | | | | | | | | | | | | | | | | Added QPlatformWindowJørgen Lind2010-04-078-43/+245
| | * | | | | | | | | | | | | | | | | | | | | port VNC plugin to platform api name changeJeremy Katz2010-04-081-1/+2
| | * | | | | | | | | | | | | | | | | | | | | Rename qglplatformintegration_lite.h & add QGLWidget surfaceTom Cooksey2010-04-082-1/+9
| | |/ / / / / / / / / / / / / / / / / / / /