summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* Properly register preedit text in QLineControlEskil Abrahamsen Blomfeldt2011-09-151-1/+0
* compile when shadowing is an errorGunnar Sletta2011-09-152-10/+10
* Get the Windows GL context to compile.Jason Barron2011-09-151-5/+1
* Make the Windows input context compile after the refactoring.Jason Barron2011-09-152-23/+14
* Fixed tst_QIcon::task184901_badCache().Samuel Rødal2011-09-151-30/+30
* Fixed tst_qpixmap::grabWidget().Samuel Rødal2011-09-151-0/+2
* Remove AccessibleEx classes.Frederik Gladhorn2011-09-1519-355/+204
* Revert accidental v8 submodule version downgradeKent Hansen2011-09-151-0/+0
* Fix missing/incorrect license headersJason McDonald2011-09-157-1/+245
* Fix email address in license headers.Jason McDonald2011-09-1545-45/+45
* Fix stale license headers from refactor branchJason McDonald2011-09-1524-409/+409
* Add missing license headers.Jason McDonald2011-09-152-0/+82
* Add a function to get all relations of an accessible.Frederik Gladhorn2011-09-152-4/+25
* revert bogus .pro.user file additionOswald Buddenhagen2011-09-141-83/+0
* Use QPlaftormInputContextFactory to load input context in Wayland pluginJoona Petrell2011-09-142-0/+13
* Add new composite Qt::ImQueryInput queryJoona Petrell2011-09-142-1/+3
* Fix warnings received when xcb platform is ran without ibus platforminputcontextJoona Petrell2011-09-141-7/+8
* Don't build ibus when dbus is not availablePaul Olav Tvete2011-09-141-2/+2
* added small delay after touch event is dispatchedMatthew Cattell2011-09-141-0/+1
* Windows: fixed compile of libQtPlatformSupportRohan McGovern2011-09-144-2/+19
* Windows: disable the (currently broken) Windows platform pluginRohan McGovern2011-09-141-1/+4
* Windows: correctly disable ibus plugin on WindowsRohan McGovern2011-09-141-1/+1
* export QActionPrivate, as the Mac Cocoa plugin needs itLars Knoll2011-09-131-1/+1
* Remove uilib and QtUiTools from QtBaseLars Knoll2011-09-138-1262/+1
* Merge branch 'refactor'Gunnar Sletta2011-09-132480-411711/+342208
|\
| * 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-127-118/+342
| * Fixed auto-test failure in tst_QOpenGL.Samuel Rødal2011-09-121-1/+1
| * 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
| * Fix crash in QPlatformInputContextFactory.Samuel Rødal2011-09-121-1/+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
| * Merge branch 'master' into refactorGunnar Sletta2011-09-1222-699/+848
| |\
| * | 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
| * | 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
| * | 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-0810-313/+197