summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'refactor'Gunnar Sletta2011-09-1311855-513777/+441255
|\
| * make a toplevel compile workGunnar Sletta2011-09-131-1/+1
| * Disabled tests for refactor->master integrationJo Asplin2011-09-1336-17/+52
| * hack to allow qWaitForWindowShown to be used in test cases that use QWindowMatthew Cattell2011-09-121-0/+7
| * added ascii translations to qasciikey for keyup and keydownMatthew Cattell2011-09-122-1/+2
| * Implemented texture cache for GL paint engine in QtGui.Samuel Rødal2011-09-128-120/+350
| * Added new QOpenGLPaintDevice test case in tst_QOpenGL.Samuel Rødal2011-09-121-0/+42
| * Fix compilationLars Knoll2011-09-121-2/+2
| * Fixed auto-test failure in tst_QOpenGL.Samuel Rødal2011-09-122-9/+8
| * Fixed race condition in xcb plugin logging (when debugging is enabled).Samuel Rødal2011-09-122-0/+4
| * Compile fix for QPAHolger Ihrig2011-09-122-0/+2
| * Disambiguated access to QTestLib APIJo Asplin2011-09-122-43/+43
| * Disambiguated access to QTestLib APIJo Asplin2011-09-123-3/+3
| * Add other.pro back to auto.proJo Asplin2011-09-122-1/+2
| * Moved autotests in category 'tools' into new directory structureJo Asplin2011-09-12369-4/+8
| * Fix crash in QPlatformInputContextFactory.Samuel Rødal2011-09-121-1/+1
| * Modify mkspecs/unsupported/macx-clang/qplatformdefs.hTakumi ASAKI2011-09-121-55/+1
| * don't build ibus plugin on windows/macGunnar Sletta2011-09-121-1/+1
| * Made FBO blit behave properlyGunnar Sletta2011-09-122-13/+25
| * Use the context we're givenGunnar Sletta2011-09-121-1/+1
| * Moved autotests in category 'testlib' into new directory structureJo Asplin2011-09-12217-3/+7
| * Merge branch 'master' into refactorGunnar Sletta2011-09-1238-720/+986
| |\
| * | Fixed build error in tst_qopenglJo Asplin2011-09-091-1/+2
| * | Clang Build Fix: Cocoa platform pluginTakumi ASAKI2011-09-094-5/+5
| * | added additional qwindow test support functions for keyboard and mouse eventsMatthew Cattell2011-09-092-1/+85
| * | Moved autotests in category 'opengl' into new directory structureJo Asplin2011-09-0914-6/+6
| * | Moved autotests in category 'other' into new directory structureJo Asplin2011-09-0960-10/+15
| * | Moved network autotests into new directory structureJo Asplin2011-09-09282-66/+93
| * | use QtGui/ based includesGunnar Sletta2011-09-091-1/+1
| * | Make inputcontext plugin loading a bit more genericLars Knoll2011-09-087-21/+39
| * | Fixup a few minor errors in the previous commitLars Knoll2011-09-083-8/+8
| * | Add plugin mechanism to load platform input contextsJoona Petrell2011-09-0827-33/+441
| * | Make QKeySequence work on Mac.Morten Sorvig2011-09-082-14/+14
| * | Disambiguated access to touch event API in QTestLibJo Asplin2011-09-081-10/+10
| * | fixed mouseMoveMatthew Cattell2011-09-081-5/+11
| * | Remove internal uses of Software input panel events.Pekka Vuorela2011-09-083-16/+2
| * | Change the QInputMethodQueryEvent to be able to query a set of propertiesLars Knoll2011-09-084-12/+43
| * | Use new QInputPanel update function in QTextControlJoona Petrell2011-09-081-7/+3
| * | Remove QT3_SUPPORT code from QMenu classesMorten Sorvig2011-09-088-1485/+0
| * | Rename ImMicroFocus to ImCursorRectangleLars Knoll2011-09-0810-12/+14
| * | Improved and made public the QOpenGLPaintDevice API.Samuel Rødal2011-09-0813-405/+210
| * | Added equivalent to tst_QGL::destroyFBOAfterContext() in tst_QOpenGL.Samuel Rødal2011-09-081-0/+27
| * | Fix a typo in the method nameLars Knoll2011-09-083-3/+6
| * | MicroFocus is in item coordinatesLars Knoll2011-09-086-30/+42
| * | Added QInputPanel::commit()Pekka Vuorela2011-09-084-0/+13
| * | The keyboard position doesn't change when the item transform changes.Lars Knoll2011-09-081-1/+0
| * | Renamed some of the methods in the QInputPanelLars Knoll2011-09-085-31/+32
| * | Add a forward declaration for QTransformLars Knoll2011-09-081-0/+1
| * | Fix RTL layout for fonts when non-printable character has an advanceJohn Tapsell2011-09-082-2/+4
| * | More xlib plugin fixesPaul Olav Tvete2011-09-083-28/+27