summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Comment out debug outputHEADmasterMorten Johan Sørvig2010-02-191-3/+3
* Compile in image format support and QTextStream.Morten Sorvig2010-02-041-21/+0
* Re-enable optimied builds (-O2)Morten Sorvig2010-02-012-3/+20
* Implement atomics using the NaCl builtins.Morten Sorvig2010-01-292-61/+37
* Send posted events (e.g. paint events) only whenMorten Sorvig2010-01-281-1/+1
* compileMorten Sorvig2010-01-241-1/+0
* Duplicate the "generic" arch and use that for naclMorten Sorvig2010-12-075-1/+412
* Merge commit 'qml-lighthouse/lighthouse' into nacl-labsMorten Sorvig2009-11-3043-228/+1970
|\
| * queue VNC keyboard and mouse events for processing outside socket readyRead()Jeremy Katz2009-12-182-4/+47
| * revert queueing of VNC mouse and keyboard eventsJeremy Katz2009-12-182-48/+4
| * queued dispatch of keyboard and mouse eventsJeremy Katz2009-12-182-4/+48
| * typo in pro fileJørgen Lind2009-12-161-1/+1
| * Some cleanup and fix popup and tooltip event propagationJørgen Lind2009-12-168-33/+45
| * Minimaldfb: wheeleventJørgen Lind2009-12-112-1/+17
| * Minimaldfb: Added keyboard modifiers to keyeventsJørgen Lind2009-12-113-2/+50
| * Added keypresses to minimaldfbinputJørgen Lind2009-12-104-2/+23
| * copy and paste error :(Jørgen Lind2009-12-092-3/+3
| * Merge branch 'lighthouse' of scm.dev.nokia.troll.no:qt/qt-lighthouse into lig...Jeremy Katz2009-12-093-7/+6
| |\
| | * Fix stupid stride error in qblitter_directfbJørgen Lind2009-12-093-7/+6
| * | application supplied bitmap cursors for the testlite backendJeremy Katz2009-12-091-10/+23
| |/
| * Quick fix for bitmap typeJørgen Lind2009-12-093-6/+6
| * Added basic mouseinput support for minimaldfbJørgen Lind2009-12-099-7/+418
| * We dont need a new pixmap here :)Jørgen Lind2009-12-091-4/+0
| * Delete the surfaceJørgen Lind2009-12-092-1/+6
| * fix application supplied image cursorsJeremy Katz2009-12-084-3/+15
| * compile again after recent API changesHarald Fernengel2009-12-041-2/+2
| * compile with Q_WS_LITEHarald Fernengel2009-12-041-1/+1
| * make sure that x11 is disabled when building embedded_liteHarald Fernengel2009-12-041-1/+1
| * Add experimental OpenKODE supportHarald Fernengel2009-12-0411-1/+874
| * caching of X11 cursors, with an expiration after 3 secondsJeremy Katz2009-12-045-60/+282
| * Merge branch 'lighthouse' of scm.dev.nokia.troll.no:qt/qt-lighthouse into lig...Jeremy Katz2009-11-276-2/+33
| |\
| | * Implement setWindowTitle() on LighthousePaul Olav Tvete2009-11-266-2/+33
| * | added some documentation for QGraphicsSystemCursorJeremy Katz2009-11-261-1/+43
| |/
| * move software cursor from QGraphicsSystemCursor into QGraphicsSystemSoftwareC...Jeremy Katz2009-11-268-112/+111
| * remove an unused member from QGraphicsSystemCursorJeremy Katz2009-11-261-1/+0
* | Use the i386 atomics on NaClMorten Sorvig2009-11-303-0/+6
* | Compile with QT_NO_CURSORMorten Johan Sørvig2009-12-041-0/+4
* | Compile with QT_NO_CURSORMorten Johan Sørvig2009-12-041-1/+3
* | build QIComMorten Johan Sørvig2009-12-041-3/+0
* | Don't build testlib on naclMorten Johan Sørvig2009-12-011-1/+1
* | 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
* | Compile/work around QT_LSEEK usage outside of file engine.Morten Johan Sørvig2009-12-011-0/+8
* | enable dialogs and miscMorten Johan Sørvig2009-12-011-42/+1
* | Build widgets and itemviewsMorten Johan Sørvig2009-12-011-164/+1
* | 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-019-57/+133
* | Piggyback the nacl fonst on the style resource fileMorten2009-11-261-0/+4
* | Create and send events.Morten Sorvig2009-11-261-1/+12