summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Accessibility: TabWidget - remove virt children, add action interface.Frederik Gladhorn2011-09-162-73/+159
* Set accessible name on QTabBar buttons.Frederik Gladhorn2011-09-161-1/+4
* For complex widgets try to return accessible interfaces.Frederik Gladhorn2011-09-161-1/+5
* Fix xcb-icccm 3.8 supportJędrzej Nowacki2011-09-151-3/+15
* Boost performance of QChar::isSpaceKent Hansen2011-09-152-5/+14
* Boost performance of QChar::isLetterOrNumberKent Hansen2011-09-152-3/+17
* Boost performance of QChar::isLetterKent Hansen2011-09-152-3/+15
* Boost performance of QChar::isDigitKent Hansen2011-09-152-3/+13
* Boost performance of QChar::is{Upper,Lower}Kent Hansen2011-09-151-2/+8
* The Q_WS_X11 define exists no longer. Use Q_OS_UNIX.Frederik Gladhorn2011-09-155-14/+17
* Fix warning when building objects with a Q_OBJECT macroTobias Hunger2011-09-151-1/+1
* doc: Fix incorrect enum name in QRawFont::alphaMapForGlyph docsEskil Abrahamsen Blomfeldt2011-09-151-1/+2
* 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