summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Remove Symbian-specific code from tests.Jason McDonald2011-09-29330-7751/+395
* reimplemented doUpdateMicroFocus to work without calling the base implementationMatthew Cattell2011-09-281-1/+11
* Register whether a glyph run goes from RTL or LTREskil Abrahamsen Blomfeldt2011-09-284-37/+116
* QTemporaryFile: Test what happens if current dir isn't writable.David Faure2011-09-281-0/+17
* QTemporaryFile: use QCoreApplication::applicationName() as base filenameDavid Faure2011-09-282-14/+34
* Implement support for QGuiApp::setOverrideCursor()Lars Knoll2011-09-282-43/+54
* Adapted most QInputContext usage on widgets to QInputPanelPekka Vuorela2011-09-286-66/+35
* Remove support for QWidget specific input contextsPekka Vuorela2011-09-289-137/+43
* Adapt QGraphicsView from QInputContext to QInputPanelPekka Vuorela2011-09-283-27/+18
* Add missing Q_ENUMS macro to QInputPanelJoona Petrell2011-09-281-0/+1
* Make examples build with Qt-in-namespaceKent Hansen2011-09-283-0/+6
* Make qtbase build with Qt-in-namespace againKent Hansen2011-09-2835-5/+146
* Make QTest::qWarn() use __FILE__ and __LINE__.Jason McDonald2011-09-285-13/+14
* Re-enable the Windows plugin.Friedemann Kleint2011-09-281-4/+1
* Add qtcore.qdoc. The QtCore main page was missing from the docs.Casper van Donderen2011-09-281-0/+42
* Use module prefixed include paths, avoids warnings in configure.Pekka Vuorela2011-09-285-6/+6
* Widgets: Remove QT3_SUPPPORT.Friedemann Kleint2011-09-2899-4245/+0
* Removed obsolete QWidget::resetInputContext()Pekka Vuorela2011-09-285-35/+13
* Fix compiler warnings.Friedemann Kleint2011-09-288-7/+15
* Simplify QAccessibleTextEdit.Frederik Gladhorn2011-09-283-486/+413
* Always return something.Frederik Gladhorn2011-09-281-0/+1
* Remove dead code from QAccessibleTabBar.Frederik Gladhorn2011-09-283-91/+38
* QAccessibleToolButton fixes.Frederik Gladhorn2011-09-282-106/+121
* Remove debug outputLars Knoll2011-09-281-1/+0
* Prevent potential crash in QXcbConnection::checkEvent().Samuel Rødal2011-09-281-1/+1
* Don't crash if qApp->overrideCursor() is 0Lars Knoll2011-09-281-3/+2
* Use the drag cursor shapesLars Knoll2011-09-281-12/+13
* Fix mouse coordinate translation when searching for a drop targetLars Knoll2011-09-281-11/+5
* Unlock the eventreader before calling handleEvent()Lars Knoll2011-09-281-0/+2
* Mark QtConcurrentFilter Autotest as insignificant, because it fails rarelyHolger Ihrig2011-09-281-0/+1
* Re-enabled test and made it pass on LinuxJo Asplin2011-09-282-7/+5
* Update QLineControl's state correctly with QT_NO_ACCESSIBLITY.Andrew den Exter2011-09-271-2/+2
* Respect the QSurfaceFormat when constructing a QOpenGLContext on MacGunnar Sletta2011-09-274-17/+28
* Oops, adding Q_EXPORT to QPlatformScreenPageFlipperPaul Olav Tvete2011-09-271-1/+1
* Fixed crash in QOpenGLFramebufferObject.Samuel Rødal2011-09-271-3/+0
* Simplify QAccessibleDial and make it inherit QAccessibleAbstractSlider.Frederik Gladhorn2011-09-273-152/+26
* Simplify QAccessibleSpinboxes.Frederik Gladhorn2011-09-272-131/+4
* Update QHash for Qt 5Bradley T. Hughes2011-09-262-46/+9
* Re-enabled tests that are now passing on LinuxJo Asplin2011-09-264-8/+0
* "empty translation" does not mean "no translation"Oswald Buddenhagen2011-09-262-2/+5
* Fix warning caused by putting .mm files in SOURCESTor Arne Vestbø2011-09-261-1/+1
* Fix possible assert in QFontEngineFTEskil Abrahamsen Blomfeldt2011-09-261-1/+3
* Add some enablers to QTextDocumentLayoutEskil Abrahamsen Blomfeldt2011-09-262-1/+43
* Fix possible crash in QFontEngineFTEskil Abrahamsen Blomfeldt2011-09-261-1/+1
* Make QVectorData::shared_null constBradley T. Hughes2011-09-263-7/+8
* Fixed tst_QWidget::updateWhileMinimized()Samuel Rødal2011-09-261-0/+1
* Tidy and sort the list of selftestsJason McDonald2011-09-261-44/+38
* Use placeholder for Qt version in expected outputJason McDonald2011-09-2639-53/+51
* Re-enabled test that was marked insignificant and passesHolger Ihrig2011-09-267-7/+1
* Make QMapData::shared_null constBradley T. Hughes2011-09-262-8/+8