summaryrefslogtreecommitdiffstats
path: root/src/gui
Commit message (Expand)AuthorAgeFilesLines
* Comment out debug outputHEADmasterMorten Johan Sørvig2010-02-191-3/+3
* Re-enable optimied builds (-O2)Morten Sorvig2010-02-012-3/+20
* Send posted events (e.g. paint events) only whenMorten Sorvig2010-01-281-1/+1
* Merge commit 'qml-lighthouse/lighthouse' into nacl-labsMorten Sorvig2009-11-308-93/+61
|\
| * typo in pro fileJørgen Lind2009-12-161-1/+1
| * Fix stupid stride error in qblitter_directfbJørgen Lind2009-12-091-1/+1
| * Quick fix for bitmap typeJørgen Lind2009-12-091-2/+1
| * fix application supplied image cursorsJeremy Katz2009-12-082-0/+8
| * compile again after recent API changesHarald Fernengel2009-12-041-2/+2
| * Add experimental OpenKODE supportHarald Fernengel2009-12-041-1/+1
| * Merge branch 'lighthouse' of scm.dev.nokia.troll.no:qt/qt-lighthouse into lig...Jeremy Katz2009-11-272-2/+8
| |\
| | * Implement setWindowTitle() on LighthousePaul Olav Tvete2009-11-262-2/+8
| * | added some documentation for QGraphicsSystemCursorJeremy Katz2009-11-261-1/+43
| |/
| * move software cursor from QGraphicsSystemCursor into QGraphicsSystemSoftwareC...Jeremy Katz2009-11-262-91/+5
| * remove an unused member from QGraphicsSystemCursorJeremy Katz2009-11-261-1/+0
* | Compile with QT_NO_CURSORMorten Johan Sørvig2009-12-041-0/+4
* | Compile with QT_NO_CURSORMorten Johan Sørvig2009-12-041-1/+3
* | Don't build qgraphicssystemcursor on nacl.Morten Johan Sørvig2009-12-011-4/+5
* | Compile. (Features maintenance)Morten Johan Sørvig2009-12-011-0/+3
* | Compile. (features maintinance)Morten Johan Sørvig2009-12-011-0/+2
* | Pull the event dispatching code out to a separate function.Morten Johan Sørvig2009-12-012-104/+57
* | Checkpoint! Embedded fonts, mouse and (some) keyboard events now work.Morten2009-12-017-42/+123
* | Piggyback the nacl fonst on the style resource fileMorten2009-11-261-0/+4
* | Create and send events.Morten Sorvig2009-11-261-1/+12
* | Add graphicssystem for nacl.Morten Sorvig2009-11-267-10/+384
* | Add NaCl event dispatcher.Morten Sorvig2009-11-264-1/+322
* | Skip the mmx/sse detetion code (uses illegal instructions)Morten Johan Sørvig2009-11-261-1/+5
* | remove Carbon/ApplicationServices frameworksMorten Sørvig2009-11-261-1/+1
* | features maintenanceMorten Sørvig2009-11-264-0/+16
* | features maintenanceMorten Sørvig2009-11-261-0/+3
* | features maintenanceMorten Sørvig2009-11-262-0/+8
* | features maintenanceMorten Sørvig2009-11-261-1/+1
|/
* QGraphicsSystemCursor::getInstance() method to replace direct instance pointe...Jeremy Katz2009-11-253-14/+15
* Merge branch 'lighthouse' of scm.dev.nokia.troll.no:qt/qt-lighthouse into lig...Jeremy Katz2009-11-259-42/+226
|\
| * Fix QBlittablePixmapData::fromImageJørgen Lind2009-11-253-44/+18
| * Cleanup blitter and minimaldfbJørgen Lind2009-11-254-11/+36
| * Made the blitter api work in lighthouseJørgen Lind2009-11-257-40/+93
| * Added QBlittablePixmapDataJørgen Lind2009-11-258-20/+152
* | simplify QGraphicsSystemCursor, update vnc and testlite pluginsJeremy Katz2009-11-253-23/+14
|/
* recalculate the cursor's current QRect when changing the cursor graphicJeremy Katz2009-11-242-4/+15
* mark the screen dirty after a cursor changeJeremy Katz2009-11-241-0/+2
* enable enter/leave event dispatching where the entered widget is nullJeremy Katz2009-11-233-4/+21
* CompilePaul Olav Tvete2009-11-191-0/+2
* Merge branch 'lighthouse' of scm.dev.nokia.troll.no:qt/qt-lighthouse into lig...Paul Olav Tvete2009-11-195-22/+34
|\
| * Report cursor movement to QApplicationPrivate::handleMouseEvent() directlyJeremy Katz2009-11-194-6/+10
| * added QGraphicsSystemScreen::topLevelAt(): find the window at a global positionJeremy Katz2009-11-194-16/+24
* | Merge remote branch 'origin/4.6' into lighthousePaul Olav Tvete2009-11-19367-7361/+12999
|\ \ | |/ |/|
| * Softkeymanager to not update sofkeys when native s60 dialog is shownJason Barron2009-11-181-0/+4
| * Fix multiple regressions in QGtkStyle caused by freetype fixesJens Bache-Wiig2009-11-182-13/+20
| * Fix QGtkStyle crash when switching themes.Robert Griebl2009-11-182-31/+46