summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Remove waitwithoutgui testlib selftestJason McDonald2011-09-209-86/+1
* Fix compilationLars Knoll2011-09-192-1/+2
* No dependencies on opengl, widgets and printsupportLars Knoll2011-09-192-2/+1
* Fixed wrong mouse coordinate mapping.Samuel Rødal2011-09-191-4/+1
* Cocoa platform plugin: Reduce multitouch area to be one pixel.Bjørn Erik Nilsen2011-09-192-2/+5
* Fix regression causing synthesized oblique glyphs to clipEskil Abrahamsen Blomfeldt2011-09-191-1/+15
* Cocoa platform plugin: update headers for multitouch.Bjørn Erik Nilsen2011-09-192-2/+2
* Cocoa platform plugin: Implement multitouch support.Bjørn Erik Nilsen2011-09-193-0/+34
* Mac: Adapt multitouch code for cocoa to QWindowSystemInterface.Bjørn Erik Nilsen2011-09-192-32/+20
* Mac: Move multitouch support from widgets to cocoa platform plugin.Bjørn Erik Nilsen2011-09-192-0/+0
* Make sure to clip in QXcbBackingStore::flush()Samuel Rødal2011-09-191-3/+12
* Move handling of -qmljsdebugger argument to QCoreApplicationKai Koehne2011-09-195-4/+36
* Removing XFail from one test, since QCursor::setPos now works for qpaHolger Ihrig2011-09-191-4/+0
* Say hello to QWindow::accessibleRoot()Jan-Arve Saether2011-09-192-0/+12
* Add parent and child functions to QAccessibleInterface.Frederik Gladhorn2011-09-1916-633/+616
* Initialize in the right orderGunnar Sletta2011-09-191-2/+2
* Fix autotest gui/widgets dependenciesKent Hansen2011-09-1949-17/+59
* Removed insignificant_test from tst_v8Holger Ihrig2011-09-191-2/+0
* Move the module qdoc files from qtdoc and split up doc/src.Casper van Donderen2011-09-1945-0/+148
* Support synthesized oblique and bold in SceneGraphEskil Abrahamsen Blomfeldt2011-09-192-3/+21
* Enable glyph caching on QPAEskil Abrahamsen Blomfeldt2011-09-191-31/+3
* Remove gui-related ifdef from testlib/qbenchmark.cppKent Hansen2011-09-191-4/+0
* Treat QTestFontEngine properlyJiang Jiang2011-09-191-1/+1
* Fixed xcb-render config test.Samuel Rødal2011-09-191-1/+1
* Fix the test caseLars Knoll2011-09-172-2/+3
* correctly initialise private data in QTouchEventSequence constructorMatthew Cattell2011-09-171-2/+2
* Make sure libQtPlatformSupport has proper flagsJiang Jiang2011-09-171-0/+1
* Simplify selftestJason McDonald2011-09-171-17/+11
* Improve cleanup of selftestsJason McDonald2011-09-171-2/+3
* Remove obsolete QEXPECT_FAIL callsJason McDonald2011-09-171-2/+0
* Improve compliance with Qt coding guidelinesJason McDonald2011-09-171-60/+48
* Fix XFAIL in testlib selftestJason McDonald2011-09-174-5/+5
* minor docu fixesKonstantin Ritt2011-09-171-5/+5
* Wrap calls to Sequence::push_backJoão Abecasis2011-09-174-20/+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-172-3/+15
* Fixed Test for QStyleSheetStyle after refactor mergeHolger Ihrig2011-09-162-2/+1
* Accessibility: TabWidget - remove virt children, add action interface.Frederik Gladhorn2011-09-163-76/+167
* Set accessible name on QTabBar buttons.Frederik Gladhorn2011-09-161-1/+4
* For complex widgets try to return accessible interfaces.Frederik Gladhorn2011-09-162-3/+8
* Fix xcb-icccm 3.8 supportJędrzej Nowacki2011-09-151-3/+15
* Fix Xcb autodetection during configure.Jędrzej Nowacki2011-09-152-0/+10
* Boost performance of QChar::isSpaceKent Hansen2011-09-153-5/+35
* Boost performance of QChar::isLetterOrNumberKent Hansen2011-09-153-3/+41
* Boost performance of QChar::isLetterKent Hansen2011-09-153-3/+44
* Boost performance of QChar::isDigitKent Hansen2011-09-153-3/+34