summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Lighthouse: Support external plugins.Morten Johan Sørvig2011-01-074-9/+63
* Lighthouse: Adding support for EGL to testliteJørgen Lind2011-01-058-32/+287
* Lighthouse: Make testlite compile on systems where QtOpenGL is ES2Jørgen Lind2011-01-054-6/+14
* Build on Mac OS X.Morten Johan Sørvig2011-01-051-0/+4
* Compile on OS X.Morten Johan Sørvig2011-01-051-1/+1
* Merge branch 'master' into lighthouse-masterJørgen Lind2011-01-0516-41/+698
|\
| * Merge branch 'master' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into master...Qt Continuous Integration System2011-01-041-0/+2
| |\
| | * Allow QWidget with size larger than 16383 on Mac OS X (Cocoa)Prasanth Ullattil2011-01-041-0/+2
| * | Merge branch 'earth/file-engine-refactor' of scm.dev.nokia.troll.no:qt/qt-fil...Qt Continuous Integration System2011-01-0414-41/+694
| |\ \
| | * | Fix link error on MacOSShane Kearns2011-01-041-3/+3
| | * | Merge branch 'earth/file-engine-refactor' of scm.dev.nokia.troll.no:qt/qt-fil...Qt Continuous Integration System2010-12-3114-41/+694
| | |\ \
| | | * \ Merge branch 'earth/file-engine-refactor' of scm.dev.nokia.troll.no:qt/qt-fil...Qt Continuous Integration System2010-12-3014-41/+694
| | | |\ \
| | | | * \ Merge branch 'earth/file-engine-refactor' of scm.dev.nokia.troll.no:qt/qt-fil...Qt Continuous Integration System2010-12-3014-41/+694
| | | | |\ \
| | | | | * \ Merge branch 'earth/file-engine-refactor' of scm.dev.nokia.troll.no:qt/qt-fil...Qt Continuous Integration System2010-12-2414-41/+694
| | | | | |\ \
| | | | | | * \ Merge branch 'earth/file-engine-refactor' of scm.dev.nokia.troll.no:qt/qt-fil...Qt Continuous Integration System2010-12-2414-41/+694
| | | | | | |\ \
| | | | | | | * \ Merge branch 'earth/file-engine-refactor' of scm.dev.nokia.troll.no:qt/qt-fil...Qt Continuous Integration System2010-12-2314-41/+694
| | | | | | | |\ \
| | | | | | | | * | Fix qfile test crash with glibcShane Kearns2010-12-221-6/+9
| | | | | | | | * | Merge branch 'earth/file-engine-refactor' of scm.dev.nokia.troll.no:qt/qt-fil...Qt Continuous Integration System2010-12-2214-41/+691
| | | | | | | | |\ \
| | | | | | | | | * | Fix qfile test errorsShane Kearns2010-12-211-3/+39
| | | | | | | | | * | Merge branch 'earth/file-engine-refactor' of scm.dev.nokia.troll.no:qt/qt-fil...Qt Continuous Integration System2010-12-2114-41/+655
| | | | | | | | | |\ \
| | | | | | | | | | * \ Merge branch 'earth/file-engine-refactor' of scm.dev.nokia.troll.no:qt/qt-fil...Qt Continuous Integration System2010-12-2114-41/+655
| | | | | | | | | | |\ \
| | | | | | | | | | | * | Update def filesShane Kearns2010-12-206-19/+237
| | | | | | | | | | | * | Add autotests for AutoCloseHandle / DontCloseHandle and RFile adoptionShane Kearns2010-12-202-10/+141
| | | | | | | | | | | * | QFile API: add API to specify if adopted file handles should be closedShane Kearns2010-12-206-12/+277
| * | | | | | | | | | | | Merge branch 'master' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into master...Qt Continuous Integration System2011-01-041-0/+2
| |\ \ \ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / / / / | |/| | | | | | | | | | / | | | |_|_|_|_|_|_|_|_|/ | | |/| | | | | | | | |
| | * | | | | | | | | | Set no brush when the brush is a solid patern transparent color.Pierre Rossi2011-01-041-0/+2
| |/ / / / / / / / / /
* | | | | | | | | | | Add styleHint to fallback api for fontdatabases in LighthouseJørgen Lind2011-01-046-9/+39
* | | | | | | | | | | Create clearer sepperation between TestLiteMime and QTestliteClipboardJørgen Lind2011-01-044-161/+181
* | | | | | | | | | | Renamed variable name in TestLite event handlingJørgen Lind2011-01-041-20/+20
* | | | | | | | | | | Renamed QTestLiteStaticInfo to QTestLiteStaticJørgen Lind2011-01-046-67/+121
* | | | | | | | | | | Copy/Paste in testlite and also added QTestLiteStaticInfoJørgen Lind2011-01-0412-76/+1899
* | | | | | | | | | | Fix keyboard when using modifiers for testliteJørgen Lind2011-01-041-1/+18
* | | | | | | | | | | Initial support for WS specific clipboard support in LighthouseJørgen Lind2011-01-047-74/+209
* | | | | | | | | | | Lighthouse: fix keyboard problem in testliteJørgen Lind2011-01-041-3/+3
* | | | | | | | | | | Make TestLite show windows in correct positionJørgen Lind2011-01-042-3/+27
* | | | | | | | | | | Add basic mouse context menues to lighthouseJørgen Lind2011-01-041-0/+8
* | | | | | | | | | | Refactored the keyboard event handling in testliteJørgen Lind2011-01-047-331/+997
* | | | | | | | | | | Remove current cursor optimizationJørgen Lind2011-01-042-3/+1
* | | | | | | | | | | Fix nativechild widget position in LighthouseJørgen Lind2011-01-043-18/+12
* | | | | | | | | | | Fix gstreamer phonon build on X11Jørgen Lind2011-01-042-2/+2
* | | | | | | | | | | Dont do backingStore.destroy in deleteTLSysExtraJørgen Lind2011-01-041-1/+0
* | | | | | | | | | | Handle the QWidgetPrivate::mapper structureJørgen Lind2011-01-041-0/+1
* | | | | | | | | | | Remove Lighthouse specific code in QGLWidget constructorJørgen Lind2011-01-043-39/+83
* | | | | | | | | | | Refactoring of testlite to conform with Lighthouse structureJørgen Lind2011-01-0413-996/+1005
* | | | | | | | | | | Add function QPlatformScreen::platformScreenForWidgetJørgen Lind2011-01-046-39/+36
* | | | | | | | | | | Added window focus handling to lighthouseJørgen Lind2011-01-0410-6/+72
* | | | | | | | | | | Merge branch 'master' into lighthouse-masterJørgen Lind2011-01-04864-14002/+117023
|\ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / /
| * | | | | | | | | | Merge branch 'qt-master-from-4.7' of scm.dev.nokia.troll.no:qt/qt-integration...Qt Continuous Integration System2010-12-311-1/+1
| |\ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / / | |/| | | | | | | | |
| | * | | | | | | | | Merge branch 4.7 into qt-master-from-4.7Qt Continuous Integration System2010-12-311-1/+1
| | |\ \ \ \ \ \ \ \ \
| | | * \ \ \ \ \ \ \ \ Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-2 into 4.7-integ...Qt Continuous Integration System2010-12-301-1/+1
| | | |\ \ \ \ \ \ \ \ \