summaryrefslogtreecommitdiffstats
path: root/src/gui/kernel
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | | | | | | Lighthouse: Various compiler warning/error fixesJørgen Lind2010-09-095-12/+3
| | * | | | | | | | Lighthouse: fix reparenting from topLevel to child widgetJørgen Lind2010-09-071-8/+10
| | * | | | | | | | Make phonon gst backend build properlyJørgen Lind2010-09-071-21/+29
| | * | | | | | | | Lighthouse: Fix eventhandling for when widgets are in destructorJørgen Lind2010-09-031-0/+23
| | * | | | | | | | Initial pluggable fontdatabaseJørgen Lind2010-09-022-0/+15
| | * | | | | | | | Remove listing all platform plugins on loadJørgen Lind2010-08-261-1/+0
| * | | | | | | | | Merge remote branch 'qt/master' into lighthouse-masterPaul Olav Tvete2010-09-1321-63/+171
| |\ \ \ \ \ \ \ \ \
| * | | | | | | | | | Experimental multi-touch implementationPaul Olav Tvete2010-09-081-1/+1
| * | | | | | | | | | Merge remote branch 'lighthouse/4.7' into lighthouse-masterPaul Olav Tvete2010-08-268-5/+791
| |\ \ \ \ \ \ \ \ \ \ | | | |/ / / / / / / / | | |/| | | | | | | |
| | * | | | | | | | | Merge branch 'qt-4.7' into lighthouse-4.7Paul Olav Tvete2010-08-265-25/+36
| | |\ \ \ \ \ \ \ \ \
| | * | | | | | | | | | Oops, fix cut and paste bug in kernel.priPaul Olav Tvete2010-08-261-2/+2
| | * | | | | | | | | | Move qplatformcursor from gui/painting to gui/kernelPaul Olav Tvete2010-08-203-2/+771
| | * | | | | | | | | | Clean up lighthouse header filesPaul Olav Tvete2010-08-205-4/+21
| * | | | | | | | | | | Merge remote branch 'qt/master' into lighthouse-masterPaul Olav Tvete2010-08-265-27/+42
| |\ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ Merge remote branch 'lighthouse/4.7' into lighthouse-masterPaul Olav Tvete2010-08-1918-86/+188
| |\ \ \ \ \ \ \ \ \ \ \ \ | | | |/ / / / / / / / / / | | |/| | | | | | | | | |
| | * | | | | | | | | | | Merge remote branch 'qt/4.7' into lighthouse-4.7Paul Olav Tvete2010-08-1921-101/+273
| | |\ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | Lighthouse: don't force sending key events to the TLWJørgen Lind2010-08-181-3/+0
| | * | | | | | | | | | | | Lighthouse:Only native children uses setParentJørgen Lind2010-08-181-3/+5
| | * | | | | | | | | | | | Revert "Allow customizing the default fbo from the QPlatformGLContext."Jørgen Lind2010-08-112-13/+0
| | * | | | | | | | | | | | Cleaned up in includes in Lighthouse headerfilesJørgen Lind2010-08-064-4/+13
| | * | | | | | | | | | | | Allow customizing the default fbo from the QPlatformGLContext.Christian Kamm2010-08-062-0/+13
| | * | | | | | | | | | | | Make the GLX integration give more correct formatJørgen Lind2010-08-062-0/+31
| * | | | | | | | | | | | | Merge remote branch 'qt/master' into lighthouse-masterPaul Olav Tvete2010-08-1920-43/+155
| |\ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | Work around compile error with g++ for WindowsPaul Olav Tvete2010-08-181-1/+1
| * | | | | | | | | | | | | | Merge remote branch 'lighthouse/4.7' into lighthouse-masterJørgen Lind2010-08-0523-395/+612
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | |/ / / / / / / / / / / / | | |/| | | | | | | | | | | |
| | * | | | | | | | | | | | | Make QWidget::setPlatformWindowFormat recreate platformWindowJørgen Lind2010-08-041-14/+27
| | * | | | | | | | | | | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt into lighthouseJørgen Lind2010-08-0326-298/+535
| | |\ \ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | | | Make it possible to view what format a QPlatformGlContext hasJørgen Lind2010-08-032-1/+7
| | * | | | | | | | | | | | | | Make openkode plugin handle eventsJørgen Lind2010-08-023-3/+12
| | * | | | | | | | | | | | | | Fix so that eventloop intgration can have 0 timeoutsJørgen Lind2010-07-282-2/+3
| | * | | | | | | | | | | | | | Made QPlatformWidnow::glContext a const functionJørgen Lind2010-07-272-2/+2
| | * | | | | | | | | | | | | | Refactored the eglfs pluginJørgen Lind2010-07-271-1/+1
| | * | | | | | | | | | | | | | Added QGLFormat to QPlatformWindowFormat conversionJørgen Lind2010-07-271-34/+34
| | * | | | | | | | | | | | | | Destroy subwindows in lighthouseJørgen Lind2010-07-261-4/+12
| | * | | | | | | | | | | | | | Make it possible to have shared contexts to LighthouseJørgen Lind2010-07-239-20/+110
| | * | | | | | | | | | | | | | Handle behavior change in resize and move events in LighthouseJørgen Lind2010-07-235-62/+35
| | * | | | | | | | | | | | | | 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-223-5/+4
| * | | | | | | | | | | | | | | Merge remote branch 'qt/master' into lighthouse-masterPaul Olav Tvete2010-08-0421-39/+190
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ Merge remote branch 'lighthouse/4.7' into lighthouse-masterPaul Olav Tvete2010-07-2114-357/+773
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | |/ / / / / / / / / / / / / / | | |/| | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | | Made the rest of QWindowSystemInterface callback functions thread safeJørgen Lind2010-07-219-338/+565
| | * | | | | | | | | | | | | | | Eventloop integration in LighthouseJørgen Lind2010-07-208-20/+209
| * | | | | | | | | | | | | | | | Header file cleanupPaul Olav Tvete2010-07-211-1/+1
| * | | | | | | | | | | | | | | | Merge remote branch 'remotes/lighthouse/4.7' into lighthouse-masterPaul Olav Tvete2010-07-1941-31/+5754
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / / / / / / / /
| | * | | | | | | | | | | | | | | Merge remote branch 'qt/4.7' into lighthouse-4.7Paul Olav Tvete2010-07-1417-62/+134
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | | | | | clean up QPlatformWindowFormatJørgen Lind2010-07-124-368/+25
| | * | | | | | | | | | | | | | | | Added QPlatformWindowFormatJørgen Lind2010-07-099-37/+1649
| | * | | | | | | | | | | | | | | | Never compile lighthouse with EGL supportJørgen Lind2010-07-071-4/+1