summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'nacl-pepper' into nacl-pepper-openglnacl-pepper-openglMorten Sorvig2010-03-016-4/+529
|\
| * Implement character and wheel eventsMorten Sorvig2010-03-011-10/+39
| |
| * Add flush area logicMorten Sorvig2010-03-011-0/+9
| |
| * Compile.Morten Sorvig2010-03-012-27/+32
| |
| * Add pepper grahicssystem stubsMorten Sorvig2010-03-014-0/+348
| |
| * Start schetching out a pepper-based evnet dispatcher.Morten Sorvig2010-02-262-1/+135
| | | | | | | | Does not compile.
* | Remove all usages of egl.Morten Sorvig2010-02-238-6/+28
| | | | | | | | Native Client provides OpenGL ES2, but not EGL.
* | Add OpenGL search path headersMorten Sorvig2010-02-231-0/+4
| |
* | Force enable OpenGL ES2 on NaClMorten Sorvig2010-02-231-10/+13
|/
* Merge branch 'nacl-labs' into nacl-pepperMorten Sorvig2010-02-193-39/+30
|\
| * 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.
* | Start work on pepper support.Morten Sorvig2010-02-0315-3/+1573
|/ | | | | Add the pepper example from NaCl, which I`ll use as bootstrapping code. I`m not sure exactly how much of this we need to implement in Qt.
* 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
| |/