summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Make QOpenKODEWindow not delete context when in fullscreen modeJørgen Lind2010-08-032-29/+32
|
* Make it possible to view what format a QPlatformGlContext hasJørgen Lind2010-08-039-6/+129
| | | | | | | | QPlatformGlContext has now a pure virtual format getter. The way its intended to work is that the tlw has a QPlatformWindowFormat which is the requested format. Once you get the QPlatformGlContext of the window, you can request the QPlatformWindowFormat of the context to see what you really got.
* Make openkode plugin handle eventsJørgen Lind2010-08-0213-296/+508
| | | | And make it also work without a gui manager
* Make eglfs use defaultsharedcontextJørgen Lind2010-08-022-0/+6
|
* Fix so that eventloop intgration can have 0 timeoutsJørgen Lind2010-07-282-2/+3
|
* Made QPlatformWidnow::glContext a const functionJørgen Lind2010-07-279-17/+12
|
* Add QT_BEGIN_NAMESPACE and QT_BEGIN_HEADER to openkode pluginJørgen Lind2010-07-276-2/+22
|
* Refactored the eglfs pluginJørgen Lind2010-07-2713-413/+655
| | | | | | | seperated the functionality into different files, and made the paintdevice belong to the windowsurface. Everything really belongs to the screen, since everything is full screen but, this makes it more on par with the other plugins.
* Renamed files in EGLFS platform pluginJørgen Lind2010-07-274-5/+7
|
* Added QGLFormat to QPlatformWindowFormat conversionJørgen Lind2010-07-272-38/+100
|
* fix QGLContext::reset in lighthouseJørgen Lind2010-07-261-2/+4
|
* Destroy subwindows in lighthouseJørgen Lind2010-07-261-4/+12
|
* Make it possible to have shared contexts to LighthouseJørgen Lind2010-07-2313-80/+247
| | | | | | | | This adds a getter to QPlatformGLContext for the "default shared context". The setter is protected as it is the plugins responsibillity to create it or not. QPlatformWindowFormat has also gotten a pointer to a QPlatformGLContext for a non default shared context. Only implemented shared contexts in testlite for now.
* Handle behavior change in resize and move events in LighthouseJørgen Lind2010-07-235-62/+35
| | | | | | Dont post the resize event and move event seperatly on the windowsystemintegration event queue, but as one event which will be processed in one go.
* Implement reparenting a created toplevel windowPaul Olav Tvete2010-07-221-5/+10
|
* Don't crash if widget is deleted before event is processedPaul Olav Tvete2010-07-221-0/+12
|
* Fix Resize bug introduced by bc786ded04aa316f99cf9ac4cf8b714ee46575b5Jørgen Lind2010-07-221-2/+4
|
* Removed createBlittable factory function from PlatformIntegrationJørgen Lind2010-07-2225-510/+21
| | | | | | | | | | and moved it onto QBlittablePixmap making the class abstract. The creator function was seen as to spesialised to be part of the PlatformIntegration class, and belonged to the QBlittablePixmap class anyway since that was the PixmapData type you would need to return to use the blitter api. Also removed the cross platform examples as they are more confusing than anything else. For usage of QBlittable look in the directfb platform integration plugin.
* Quick-and-dirty grabWindoe() implementation for the VNC pluginPaul Olav Tvete2010-07-212-10/+36
|
* Less ugly hack to make QtOpenGL compile on LighthousePaul Olav Tvete2010-07-212-2/+1
| | | | This cleans up after commit bc5f5d99078d9ca1f4fc80fc7d0fe753d5ef396a
* Made the rest of QWindowSystemInterface callback functions thread safeJørgen Lind2010-07-219-338/+565
| | | | and cleaned up the headerfile
* Cleanup directfb input handling in lighthouseJørgen Lind2010-07-206-108/+74
|
* Eventloop integration in LighthouseJørgen Lind2010-07-2015-62/+272
| | | | This is exprimental and does not work with the glib eventloop.
* Merge remote branch 'qt/4.7' into lighthouse-4.7Paul Olav Tvete2010-07-1946-539/+809
|\
| * Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-s60-public into ↵Qt Continuous Integration System2010-07-154-108/+22
| |\ | | | | | | | | | | | | | | | | | | | | | | | | | | | 4.7-integration * '4.7' of scm.dev.nokia.troll.no:qt/qt-s60-public: fix for looping crash log on data abort Allow commenting of individual files in generated pkg files. Removed README.s60-mkspec. Fixed install docs for Qt for Symbian on Linux.
| | * fix for looping crash log on data abortShane Kearns2010-07-151-7/+20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | When a thread panics, calling resume allows the thread to proceed to the exit handler and shut down. When a thread takes an exception, calling resume continues from the same point so the exception happens again. To avoid this, we add crashed thread ids to a list. If we see the same thread crash again, we terminate the process without trying to fetch the call stack a second time. Reviewed-by: Jason Barron
| | * Allow commenting of individual files in generated pkg files.axis2010-07-151-1/+1
| | | | | | | | | | | | RevBy: Jason Barron
| | * Removed README.s60-mkspec.axis2010-07-151-99/+0
| | | | | | | | | | | | The instructions are old, and should now be found in the qdoc docs.
| | * Fixed install docs for Qt for Symbian on Linux.axis2010-07-151-1/+1
| | |
| * | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7-integrationQt Continuous Integration System2010-07-153-0/+23
| |\ \ | | |/ | |/| | | | | | | | | | * '4.7' of scm.dev.nokia.troll.no:qt/qt-qml: Performance docs. Added symbian defs for e55781212532e2abcdd1cef8548b146fb14f0713
| | * Performance docs.Michael Brasser2010-07-151-0/+21
| | |
| | * Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7-integrationQt Continuous Integration System2010-07-142-0/+2
| | |\ | |/ / | | | | | | | | | * '4.7' of scm.dev.nokia.troll.no:qt/qt-qml: Added symbian defs for e55781212532e2abcdd1cef8548b146fb14f0713
| | * Added symbian defs for e55781212532e2abcdd1cef8548b146fb14f0713Lasse Holmstedt2010-07-142-0/+2
| | | | | | | | | | | | | | | Reviewed-by: Jason McDonald Submitted-by: Alessandro Portale
| * | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-2 into ↵Qt Continuous Integration System2010-07-144-4/+53
| |\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | 4.7-integration * '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-2: Fixes QGraphicsItem::focusItem() returning incorrect value. Fixes crash in QGraphicsScene::addItem().
| | * \ Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-2 into ↵Qt Continuous Integration System2010-07-134-4/+53
| | |\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 4.7-integration * '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-2: Fixes QGraphicsItem::focusItem() returning incorrect value. Fixes crash in QGraphicsScene::addItem().
| | | * | Fixes QGraphicsItem::focusItem() returning incorrect value.Yoann Lopes2010-07-132-2/+31
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | When setting focus on an item, subfocus chain was previously updated only for items with a common ancestor. We now make sure that this chain is updated also for the previously focused item (possibly not sharing any common ancestor with the newly focused item). Autotest included. Task-number: QTBUG-12112 Reviewed-by: Alexis Ménard <alexis.menard@nokia.com>
| | | * | Fixes crash in QGraphicsScene::addItem().Yoann Lopes2010-07-132-2/+22
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Crashed because tabFocusFirst could end up being a dangling pointer when removing an item from the scene before deleting it. When setting tabFocusFirst in fixFocusChainBeforeReparenting, we now check that the item is in the scene. If it is not, tabFocusFirst is set to 0. Autotest included. Task-number: QTBUG-12056 Reviewed-by: Alexis Ménard <alexis.menard@nokia.com>
| * | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7-integrationQt Continuous Integration System2010-07-1435-427/+711
| |\ \ \ \ | | |/ / / | |/| | / | | | |/ | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * '4.7' of scm.dev.nokia.troll.no:qt/qt-qml: Check for binding having been deleted in more places Position GridView and ListView footer correctly when model cleared. Clean up particle motion documentation Finish QML for Qt Programmers section Distinguish Qt Quick, Qt Declarative and QML on the landing page Split responsibilities in QDeclarativeExpression more cleanly improvements to docs and examples Fix test for get() to check for undefined return values Enter key performs same action as Return key in QML demos.
| | * | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Aaron Kennedy2010-07-149-10/+174
| | |\ \
| | | * \ Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Alan Alpert2010-07-146-3/+144
| | | |\ \
| | | | * \ Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Martin Jones2010-07-1421-417/+522
| | | | |\ \
| | | | * | | Position GridView and ListView footer correctly when model cleared.Martin Jones2010-07-146-3/+144
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Task-number: QTBUG-12167
| | | * | | | Clean up particle motion documentationAlan Alpert2010-07-141-3/+16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Task-number: QTBUG-11917
| | | * | | | Finish QML for Qt Programmers sectionAlan Alpert2010-07-141-2/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | I don't think I kept the same style as the rest of the section, so this may need to be refactored a little. But it's not incomplete anymore, content-wise. Task-number: QTBUG-11918
| | | * | | | Distinguish Qt Quick, Qt Declarative and QML on the landing pageAlan Alpert2010-07-141-2/+4
| | | | |/ / | | | |/| | | | | | | | | | | | | | Task-number: QTBUG-11916
| | * | | | Check for binding having been deleted in more placesAaron Kennedy2010-07-141-0/+6
| | |/ / /
| | * | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Aaron Kennedy2010-07-1424-123/+154
| | |\ \ \
| | | * | | improvements to docs and examplesBea Lam2010-07-1413-82/+115
| | | | | |
| | | * | | Fix test for get() to check for undefined return valuesBea Lam2010-07-141-4/+6
| | | |/ / | | | | | | | | | | | | | | | Task-number: QTBUG-10658
| | | * | Enter key performs same action as Return key in QML demos.Martin Jones2010-07-145-0/+9
| | |/ / | |/| | | | | | | | | | N900 has an Enter key, not a return key