summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* correctly initialise private data in QTouchEventSequence constructorMatthew Cattell2011-09-171-2/+2
* Make sure libQtPlatformSupport has proper flagsJiang Jiang2011-09-171-0/+1
* minor docu fixesKonstantin Ritt2011-09-171-5/+5
* Wrap calls to Sequence::push_backJoão Abecasis2011-09-173-15/+32
* Compile in C++0x modeLars Knoll2011-09-171-4/+8
* Fixed XComposite hardware integration in wayland plugin.Samuel Rødal2011-09-173-3/+3
* Set the correct buffer pointer (protected member variables are evil).Samuel Rødal2011-09-171-1/+1
* Fix trailing spaces problem by not adding it to QScriptLine.lengthJiang Jiang2011-09-173-5/+7
* Avoid fontconfig access in fontEngine creationJiang Jiang2011-09-172-43/+25
* Mac: fix linking with Qt frameworks which don't exist at qmake timeRohan McGovern2011-09-171-0/+1
* 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