Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | Merge remote branch 'origin/4.7' into lighthouse | Jørgen Lind | 2010-04-21 | 1 | -0/+1 | |
|\ \ | |/ | | | | | | | | | | | | | | | | | | | | | Conflicts: configure src/gui/kernel/qapplication.cpp src/gui/painting/qbackingstore.cpp src/opengl/qgl.cpp src/opengl/qgl_p.h src/plugins/plugins.pro tests/auto/declarative/qdeclarativedom/data/importlib/sublib/qmldir tools/tools.pro | |||||
| * | Merge branch 'master' of scm.dev.nokia.troll.no:qt/qt-s60-public | axis | 2010-02-23 | 1 | -2/+7 | |
| |\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: mkspecs/features/symbian/qt.prf qmake/Makefile.unix qmake/Makefile.win32 qmake/Makefile.win32-g++ qmake/Makefile.win32-g++-sh qmake/generators/symbian/initprojectdeploy_symbian.cpp src/src.pro | |||||
| * \ | Merge branch 'master' of scm.dev.nokia.troll.no:qt/qt-s60-public | axis | 2010-02-16 | 1 | -2/+2 | |
| |\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: configure mkspecs/common/symbian/symbian.conf mkspecs/features/symbian/application_icon.prf qmake/generators/makefile.cpp qmake/generators/symbian/initprojectdeploy_symbian.cpp qmake/generators/symbian/symmake.cpp tools/assistant/tools/assistant/assistant.pro | |||||
| * \ \ | Merge branch '4.6' of scm.dev.nokia.troll.no:qt/qt-s60-public | axis | 2010-01-21 | 12 | -12/+12 | |
| |\ \ \ | | | | | | | | | | | | | | | | | | | | | Conflicts: mkspecs/features/symbian/platform_paths.prf | |||||
| * | | | | Fix symbian building to always have a pre-determined uid3 | Thomas Zander | 2010-01-19 | 1 | -0/+1 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | For all Qt libs we use hardcoded uid3s, so these plugins should have them too. | |||||
* | | | | | Compile on Lighthouse after the windowsurface API change. | Paul Olav Tvete | 2010-04-08 | 1 | -0/+4 | |
| | | | | | ||||||
* | | | | | Refactoring GraphicsSystem to QPlatformIntegration | Jørgen Lind | 2010-03-31 | 69 | -11237/+7 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | QPlatformIntegration is the "main" integration class which needs to be subclassed. This is done so that we don't pollute GraphicsSystem with functionality that really does not belong there. In lighthouse applications needs now to be started with -platform some_platform | |||||
* | | | | | Compile fix from merging blitter examples. | Jørgen Lind | 2010-03-29 | 1 | -1/+1 | |
| | | | | | ||||||
* | | | | | Make sure the blitter api works with Raster GS(x11 and win) and QWS | Jørgen Lind | 2010-03-29 | 4 | -0/+180 | |
| | | | | | ||||||
* | | | | | Compile fix the openkode graphicssystem | Jørgen Lind | 2010-03-29 | 5 | -31/+40 | |
| | | | | | | | | | | | | | | | | | | | | Does not work well yet though :( | |||||
* | | | | | don't set composition mode to source when painting the bottow layer | Jeremy Katz | 2010-03-25 | 2 | -6/+0 | |
| | | | | | | | | | | | | | | | | | | | | Doing so kills performance on the painting benchmark | |||||
* | | | | | don't draw changes under opaque windows | Jeremy Katz | 2010-03-24 | 4 | -22/+114 | |
| | | | | | ||||||
* | | | | | LinuxFb: call initDevice | Jørgen Lind | 2010-03-08 | 2 | -1/+1 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | So you turn off the cursor blinking and remove redundant forward class declaration | |||||
* | | | | | Minimaldfb: cleanup how to compile | Jørgen Lind | 2010-03-08 | 1 | -10/+6 | |
| | | | | | | | | | | | | | | | | | | | | Add variables DIRECTFB_LIBS and DIRECTFB_INCLUDEPATH to your mkspec | |||||
* | | | | | QGraphcissystemCursor is now in a file with a _ in it | Jørgen Lind | 2010-03-08 | 3 | -3/+3 | |
| | | | | | | | | | | | | | | | | | | | | So that syncqt does not generate an entry for it in QtGui | |||||
* | | | | | Merge remote branch 'qt/4.7' into lighthouse-4.7 | Paul Olav Tvete | 2010-03-01 | 2 | -4/+9 | |
|\ \ \ \ \ | | |_|_|/ | |/| | | | | | | | | | | | | | | | | | | | | | | | Conflicts: configure src/gui/egl/qegl.cpp src/gui/kernel/qdnd_p.h | |||||
| * | | | | Reduced the memory footprint of qttrace files. | Samuel Rødal | 2010-02-18 | 1 | -2/+7 | |
| | |_|/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | A couple of improvements have been made: * Use single precision floats for the traces. * Reduce the number of variant wrapped transforms by introducing a new translate command. * Reduce the number of bytes streamed per image / pixmap draw command. * Add versioning info to qttrace files to be more future proof. Reviewed-by: Gunnar Sletta | |||||
| * | | | Remove obsolete OpenGL/ES CommonLite (fixed-point) support | Rhys Weatherley | 2010-02-04 | 1 | -2/+2 | |
| | |/ | |/| | | | | | | | | | | Task-number: QTBUG-7683 Reviewed-by: Tom Cooksey | |||||
* | | | Minimaldfb: try to make pixelformat of window the same as the layer | Jørgen Lind | 2010-02-23 | 1 | -1/+9 | |
| | | | ||||||
* | | | make qvfb plugin compile - QApplicationPrivate -> QWindowSystemInterface | Jeremy Katz | 2010-02-12 | 2 | -7/+5 | |
| | | | ||||||
* | | | Move user event handling into QWindowSystemInterface class | Jeremy Katz | 2010-02-10 | 4 | -46/+26 | |
| | | | | | | | | | | | | | | | | | | | | | This currently includes mouse, wheel, keyboard, enter, leave, geometry, and close events. Windowing system plugins should limit themselves to the QWindowSystemInterface::handle*Event() methods, as the other methods will likely become private. | |||||
* | | | Don't resize back buffer for every window resize; only do it when we're painting | Paul Olav Tvete | 2010-02-10 | 3 | -9/+18 | |
| | | | ||||||
* | | | Minimaldfb: fixed include error | Jørgen Lind | 2010-02-09 | 1 | -1/+1 | |
| | | | ||||||
* | | | winId() for vnc and linuxfb | Jeremy Katz | 2010-02-09 | 2 | -0/+6 | |
| | | | ||||||
* | | | Get rid of black flickering on resize | Paul Olav Tvete | 2010-02-08 | 3 | -2/+9 | |
| | | | ||||||
* | | | minimaldfb: dont send all key presses with character | Jørgen Lind | 2010-02-01 | 1 | -1/+5 | |
| | | | ||||||
* | | | winId() support for minimaldfb | Jeremy Katz | 2010-02-01 | 2 | -0/+11 | |
| | | | ||||||
* | | | Change mouse, key, and wheel events to use a window id instead of a pointer ↵ | Jeremy Katz | 2010-02-01 | 2 | -11/+15 | |
| | | | | | | | | | | | | to a QWidget | |||||
* | | | Send events to popups | Jørgen Lind | 2010-02-01 | 1 | -1/+0 | |
| | | | ||||||
* | | | minimaldfb: cleanup in dfb. | Jørgen Lind | 2010-01-28 | 1 | -7/+1 | |
| | | | | | | | | | | | | Not using the DWET_DESTROY event yet in the input driver | |||||
* | | | Make tlw update when resizing | Jørgen Lind | 2010-01-28 | 2 | -14/+1 | |
| | | | ||||||
* | | | Fix keyboard modifier state. | Paul Olav Tvete | 2010-01-28 | 1 | -0/+20 | |
| | | | ||||||
* | | | Minimaldfb: Making sure removing tlw doesn't cause crash | Jørgen Lind | 2010-01-28 | 6 | -66/+63 | |
| | | | ||||||
* | | | Minimaldfb: Make sure the right blitter is used in the windowsurface | Jørgen Lind | 2010-01-28 | 2 | -10/+11 | |
| | | | ||||||
* | | | Fix QPixmap::fill autotest and cachekey autotest | Jørgen Lind | 2010-01-27 | 5 | -7/+18 | |
| | | | | | | | | | | | | | | | | | | | | | Also make sure it didn't failed with a QFATAL when drawing bitmaps and tried to make sure all surfaces er unlocked when opperations are being performed on them from the windowsurface. There are still test failuers :( | |||||
* | | | queue user mouse, wheel, and keyboard input events | Jeremy Katz | 2010-01-26 | 5 | -85/+19 | |
| | | | | | | | | | | | | For plugins: testlite, minimaldfb, vnc, LinuxInput[Mouse|Keyboard] | |||||
* | | | Implement grabWindow() | Paul Olav Tvete | 2010-01-22 | 3 | -3/+44 | |
| | | | ||||||
* | | | Enable MIT SHM and implement scrolling in the window surface | Paul Olav Tvete | 2010-01-19 | 2 | -9/+64 | |
| | | | | | | | | | | | | Stealing a bit from the Qt X11 source code... | |||||
* | | | Implement support for the MIT SHM extension (turned off by default). | Paul Olav Tvete | 2010-01-19 | 4 | -12/+118 | |
| | | | | | | | | | | | | | | | | | | This should be significantly faster, since we are not sending the entire backing store over the wire for every paint event. It is turned off by default for now because we don't synchronize paint events. | |||||
* | | | Merge branch 'lighthouse' of scm.dev.nokia.troll.no:qt/qt-lighthouse into ↵ | Paul Olav Tvete | 2010-01-14 | 2 | -8/+8 | |
|\ \ \ | | | | | | | | | | | | | lighthouse | |||||
| * | | | minimaldfb: Set the correct SetDstBlendFunction | Jørgen Lind | 2010-01-14 | 2 | -8/+8 | |
| | | | | ||||||
* | | | | Merge remote branch 'origin/4.6' into lighthouse | Paul Olav Tvete | 2010-01-14 | 12 | -12/+12 | |
|\ \ \ \ | |/ / / |/| / / | |/ / | | | | | | | | | | Conflicts: configure src/corelib/global/qglobal.cpp src/gui/dialogs/dialogs.pri | |||||
| * | | Update copyright year to 2010 | Jason McDonald | 2010-01-06 | 12 | -12/+12 | |
| |/ | | | | | | | Reviewed-by: Trust Me | |||||
* | | Fix QBlittablePixmapData::fromImage | Jørgen Lind | 2010-01-12 | 1 | -1/+1 | |
| | | ||||||
* | | application supplied pixmap cursors for minimaldfb | Jeremy Katz | 2010-01-11 | 1 | -9/+12 | |
| | | ||||||
* | | Added colordepth convenience function in minimaldfb | Jørgen Lind | 2010-01-11 | 5 | -1/+20 | |
| | | | | | | | | and added pixelformat for default dfbblitters | |||||
* | | Make minimaldfb input more efficient | Jørgen Lind | 2010-01-08 | 1 | -0/+1 | |
| | | | | | | | | copy paste error :( | |||||
* | | Make minimaldfb input more efficient | Jørgen Lind | 2010-01-08 | 2 | -5/+15 | |
| | | | | | | | | Reviewed-by: Andy Nichols | |||||
* | | Added enter/leave event in minimaldfb | Jørgen Lind | 2010-01-07 | 4 | -5/+28 | |
| | | ||||||
* | | VNC mouse wheen support | Jeremy Katz | 2010-01-06 | 2 | -12/+46 | |
| | |