summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Comment out debug outputHEADmasterMorten Johan Sørvig2010-02-191-3/+3
|
* modify server url message, nacl examples must be loaded from localhostMorten Johan Sørvig2010-02-191-1/+1
|
* Fix NaCl directory detection in the demo server.Morten Sorvig2010-02-052-18/+30
| | | | | This should make the demo server actually usable, so update the documentation as well.
* Compile in image format support and QTextStream.Morten Sorvig2010-02-041-21/+0
| | | | | | This unbreaks a lot of the examples that were trying to load image resources, and also enables support for the plastique style.
* Re-enable optimied builds (-O2)Morten Sorvig2010-02-014-5/+22
| | | | | | Disable SSE use and compile qdrawhelper.cpp in debug mode to work around crases in the memfill code.
* 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
| | | | there are no other events in the queue.
* Various demo server improvements.Morten Sorvig2010-01-274-28/+42
|
* Don't build with debug symbols.Morten Sorvig2010-01-251-1/+1
|
* compileMorten Sorvig2010-01-241-1/+0
|
* Use relative paths.Morten Sorvig2010-01-241-3/+7
|
* Duplicate the "generic" arch and use that for naclMorten Sorvig2010-12-075-1/+412
| | | | | for now. Our x86 assembly fails verification, so a custom version has to be done for nacl.
* Compile.Morten Sorvig2010-12-041-0/+1
|
* QLibraryInfo cant be used for locating the examples, we areMorten Sorvig2010-12-041-2/+2
| | | | building the demo server with a different Qt.
* Merge commit 'qml-lighthouse/lighthouse' into nacl-labsMorten Sorvig2009-11-3046-229/+2036
|\
| * queue VNC keyboard and mouse events for processing outside socket readyRead()Jeremy Katz2009-12-182-4/+47
| | | | | | | | | | | | | | Because QAbstractSocket::readyRead() isn't delivered recursively, code that has its own event loop (such as QMenu::exec()) doesn't receive mouse or keyboard events. This fixes that by queueing the event, with processing started by a 0 timer.
| * 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
| | | | | | | | | | | | | | | | Mouse and Key events can't be handed off directly to QApplicationPrivate:: andleMouseEvent() and QApplicationPrivate::handleKeyEvent() from methods that are called as the slot for a QAbstractSocket::readyRead() signal. Doing so can result in event starvation in the case of things like QMenu::exec() that have their own event loop.
| * 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
| | | | | | | | and added double click to mouseevents
| * 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 ↵Jeremy Katz2009-12-093-7/+6
| |\ | | | | | | | | | lighthouse
| | * Fix stupid stride error in qblitter_directfbJørgen Lind2009-12-093-7/+6
| | | | | | | | | | | | How many times am I going to make that mistake?"£$%"^
| * | 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
| |
| * temporarily disable backingstore subsurfaces until they compile again with ↵Harald Fernengel2009-12-041-1/+2
| | | | | | | | embedded-lite
| * Add experimental OpenKODE supportHarald Fernengel2009-12-0413-1/+938
| |
| * caching of X11 cursors, with an expiration after 3 secondsJeremy Katz2009-12-045-60/+282
| | | | | | | | | | This also contains a stub for Qt::BitmapCursor cursors. Conversion to the X11 bitmap format is missing.
| * Merge branch 'lighthouse' of scm.dev.nokia.troll.no:qt/qt-lighthouse into ↵Jeremy Katz2009-11-276-2/+33
| |\ | | | | | | | | | lighthouse
| | * 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 ↵Jeremy Katz2009-11-268-112/+111
| | | | | | | | QGraphicsSystemSoftwareCursor
| * remove an unused member from QGraphicsSystemCursorJeremy Katz2009-11-261-1/+0
| |
* | use correct lib path on linuxMorten Sorvig2009-11-301-2/+2
| |
* | Use the i386 atomics on NaClMorten Sorvig2009-11-303-0/+6
| |
* | remove unsused config scriptMorten Sorvig2009-11-291-15/+0
| |
* | Update build instructionsMorten Sorvig2009-11-291-5/+19
| |
* | update docMorten Johan Sørvig2009-12-171-3/+2
| |
* | update readmeMorten Johan Sørvig2009-12-161-3/+4
| |
* | add readmeMorten Johan Sørvig2009-12-161-0/+22
| |