summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* misc: Fix some random typos and grammar while reading code.Holger Hans Peter Freyther2012-03-094-7/+7
* Fix copy/paste error in QAbstractItemModel::insertRow docu.David Faure2012-03-091-3/+2
* Remove widgets dependency from eglfsDonald Carr2012-03-093-8/+21
* Remove calls for default constructorsABBAPOH2012-03-091-6/+0
* Use SSL_MODE_RELEASE_BUFFERS in QSslSocketMartin Petersson2012-03-092-0/+8
* Fix a performance regression with shouldLoadFontEngineForCharacter.Pierre Rossi2012-03-082-14/+38
* Fix platforms.pro to match new qnx mkspec nameRafael Roquetto2012-03-081-1/+1
* Build fix when use '-no-stl' optionYuchen Deng2012-03-081-0/+2
* Add debug stream operator for QNetworkProxyShane Kearns2012-03-082-0/+51
* Add cross_compile to qconfig.pri for global advertisingDonald Carr2012-03-082-1/+6
* don't put QMAKE_ABSOLUTE_SOURCE_ROOT into .qmake.cacheOswald Buddenhagen2012-03-081-1/+0
* remove support for QMAKE_PLATFORM_DIROswald Buddenhagen2012-03-083-36/+0
* remove the fixed qt tool assignments from the configuresOswald Buddenhagen2012-03-082-7/+0
* BlackBerry Plugin: support 8 mouse buttons, instead of just 3.Rick Stockton2012-03-081-3/+16
* Fix qtmodule-configtests to honor error codesGirish Ramakrishnan2012-03-081-10/+12
* QRegularExpression: minor fix to captureIndexForNameGiuseppe D'Angelo2012-03-083-1/+62
* QRegularExpression: improve JIT memory handlingGiuseppe D'Angelo2012-03-083-12/+113
* Windows: Fix flag handling.Friedemann Kleint2012-03-081-6/+6
* QtNetwork: blacklist two more certificatesMartin Petersson2012-03-081-0/+2
* replace uses of QMAKE_INCDIR_QT and QMAKE_LIBDIR_QT with module-specific vari...Oswald Buddenhagen2012-03-084-5/+5
* remove obviously counterproductive uses of QT_SOURCE_TREE & QT_BUILD_TREEOswald Buddenhagen2012-03-083-28/+28
* remove automatic building of moc from moc.prfOswald Buddenhagen2012-03-082-7/+0
* use $$QT_BUILD_TREE instead of $$(QTDIR)Oswald Buddenhagen2012-03-081-2/+2
* delete dumpcpp.prfOswald Buddenhagen2012-03-081-11/+0
* remove strange .qmake.cache hacksOswald Buddenhagen2012-03-085-26/+0
* Remove legacy pre-QPA gui/egl implementationDonald Carr2012-03-088-1855/+0
* QAccessibleEvent needs a virtual destructor.Frederik Gladhorn2012-03-081-0/+3
* Defer window activation if the window hasn't beenn mapped yet.Lars Knoll2012-03-082-1/+8
* Windows: Removing insignification from QTextEdit testMiikka Heikkinen2012-03-081-2/+0
* Fix a bug in the assignment operators for QJsonObject and ArrayLars Knoll2012-03-083-2/+35
* Crash fix in QMetaType::typeName.Jędrzej Nowacki2012-03-082-6/+11
* Fix crash in QVariant::canConvert.Jędrzej Nowacki2012-03-082-0/+8
* Windows: Make QMenuBar autotest significant againDebao Zhang2012-03-081-2/+0
* Remove usage of QtXml from rcc, add testGiuseppe D'Angelo2012-03-0846-138/+928
* examples: compile w/QT_NO_CAST_FROM_BYTEARRAY, at least on UnixMarc Mutz2012-03-085-9/+9
* Enablers for shared graphics cache in raster paint engineJiang Jiang2012-03-0816-56/+116
* Remove dead code.Pierre Rossi2012-03-084-32/+0
* testlib: Make QTestResult::verify() more robust.Jason McDonald2012-03-081-1/+3
* Add accessible role Desktop.Frederik Gladhorn2012-03-082-0/+3
* Call updateAccessibility with the right index.Frederik Gladhorn2012-03-0813-36/+36
* Changelog: QEvent::AccessibilityFrederik Gladhorn2012-03-081-0/+3
* Fixes potential memory leak in qtextcodec.cppNick Ratelle2012-03-081-17/+9
* selftests: Improve reporting of problems with loading expected outputJason McDonald2012-03-081-4/+17
* testlib: Improve verbose and XPASS outputJason McDonald2012-03-0815-83/+108
* testlib: Document a known limitation of QFINDTESTDATA.Jason McDonald2012-03-081-0/+6
* Call wait() after calling quit() so that it can gracefully finishAndy Shaw2012-03-082-0/+3
* Mark unstable windows network testsShane Kearns2012-03-086-0/+25
* Windows - handle both auto detect proxy settings togetherShane Kearns2012-03-081-7/+31
* Fix a number of bugs with windows system proxiesShane Kearns2012-03-081-6/+75
* Rework QNetworkProxyFactory::systemProxyForQuery autotestShane Kearns2012-03-081-21/+76