summaryrefslogtreecommitdiffstats
path: root/src/gui
Commit message (Collapse)AuthorAgeFilesLines
* Comment out debug outputHEADmasterMorten Johan Sørvig2010-02-191-3/+3
|
* Re-enable optimied builds (-O2)Morten Sorvig2010-02-012-3/+20
| | | | | | Disable SSE use and compile qdrawhelper.cpp in debug mode to work around crases in the memfill code.
* Send posted events (e.g. paint events) only whenMorten Sorvig2010-01-281-1/+1
| | | | there are no other events in the queue.
* 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
| | | | | | | | How many times am I going to make that mistake?"£$%"^
| * 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 ↵Jeremy Katz2009-11-272-2/+8
| |\ | | | | | | | | | lighthouse
| | * 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 ↵Jeremy Katz2009-11-262-91/+5
| | | | | | | | QGraphicsSystemSoftwareCursor
| * 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
| | | | | | | | Remove some unused timer code.
* | 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
| | | | | | | | | | Not based on unix, since nacl is missing most of the required system calls.
* | 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 ↵Jeremy Katz2009-11-253-14/+15
| | | | pointer access
* Merge branch 'lighthouse' of scm.dev.nokia.troll.no:qt/qt-lighthouse into ↵Jeremy Katz2009-11-259-42/+226
|\ | | | | | | lighthouse
| * Fix QBlittablePixmapData::fromImageJørgen Lind2009-11-253-44/+18
| | | | | | | | There is still a stride problem when running the browser demo
| * Cleanup blitter and minimaldfbJørgen Lind2009-11-254-11/+36
| | | | | | | | | | | | A QBlittable is now aware if it is locked or not. Created a seperate header file for DirectFB convenience functions
| * Made the blitter api work in lighthouseJørgen Lind2009-11-257-40/+93
| |
| * Added QBlittablePixmapDataJørgen Lind2009-11-258-20/+152
| | | | | | | | Is going to be used by everyone that reimplements QBlittable
* | 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
| | | | | | With framebuffer backends (vnc, linuxfb), there can be screen coordinates where no toplevel exists. dispatchEnterLeave() still needs to be called to allow the cursor to be reset when leaving a widget that sets a cursor.
* CompilePaul Olav Tvete2009-11-191-0/+2
|
* Merge branch 'lighthouse' of scm.dev.nokia.troll.no:qt/qt-lighthouse into ↵Paul Olav Tvete2009-11-195-22/+34
|\ | | | | | | lighthouse
| * Report cursor movement to QApplicationPrivate::handleMouseEvent() directlyJeremy Katz2009-11-194-6/+10
| | | | | | | | | | | | We had this running through qvnccursor -> QVNCGraphicsSystemScreen -> QApplicationPrivate, but that doesn't work with the generic Linux input plugin.
| * added QGraphicsSystemScreen::topLevelAt(): find the window at a global positionJeremy Katz2009-11-194-16/+24
| | | | | | | | | | This is used to determine which widget to send a pointer event to, and to implement QApplication::widgetAt().
* | Merge remote branch 'origin/4.6' into lighthousePaul Olav Tvete2009-11-19367-7361/+12999
|\ \ | |/ |/| | | | | | | Conflicts: configure src/plugins/graphicssystems/graphicssystems.pro
| * Softkeymanager to not update sofkeys when native s60 dialog is shownJason Barron2009-11-181-0/+4
| | | | | | | | | | | | | | | | Fixes Qt Bug: QTBUG-5788 Softkeys do not change to dialog specific ones when native S60 dialog is being opened on top of Qt application Initial-patch-by: Markus Nolvi Reviewed-by: axis
| * Fix multiple regressions in QGtkStyle caused by freetype fixesJens Bache-Wiig2009-11-182-13/+20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Qt 4.6 reports smaller sizes for all fonts which means a lot of the size adjustments QGtkStyle does were now off. I have adjusted most of them including some fixes to menu items themselves. Note that the changes were introduced with this change: 04d18b38c38c5ff623b30366ea08d56128b9b7d0 We now also adapt to GNOME 2.16 style submenu arrow sizes. Combo boxes, line edits, spin boxes and push buttons should finally have a uniform height. Task-number: QTBUG-5753 Reviewed-by: thorbjorn
| * Fix QGtkStyle crash when switching themes.Robert Griebl2009-11-182-31/+46
| | | | | | | | | | | | | | This is a workaround for a bug that we introduced with the QGtkStyle refactoring to properly support Maemo5. RevBy: jbache