summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* Windows - fall back on static proxy config if autoproxy failsShane Kearns2012-03-081-23/+17
* Windows - handle proxy autoconfiguration resulting in no proxyShane Kearns2012-03-081-0/+2
* Windows - fix proxy types for manually specified proxiesShane Kearns2012-03-081-8/+15
* Mark tst_QNetworkReply::getThenDeleteObject as unstableShane Kearns2012-03-081-0/+1
* tst_qnetworkreply - remove qRegisterMetaType duplicatesShane Kearns2012-03-081-28/+0
* Add windows XFAIL to qnetworkreply autotestShane Kearns2012-03-081-0/+4
* Allow compilation of 3rdparty/pcre on QNXSean Harmer2012-03-081-0/+4
* chiptester benchmark: compileMarc Mutz2012-03-081-0/+1
* examples: use QVector<QPointF> instead of QList<QPointF>Marc Mutz2012-03-085-10/+7
* Fix typo: remember not remembetFrederik Gladhorn2012-03-081-1/+1
* Move qdoc into qtbase and bootstrap itLars Knoll2012-03-08136-2/+65916
* move postProcessProject() call to sane locationOswald Buddenhagen2012-03-072-1/+4
* QCursor: Associate cursor with screen.Friedemann Kleint2012-03-0734-96/+167
* Fix dockwidgets behavior when window resized or central widgets is set.Debao Zhang2012-03-074-3/+8
* QRegularExpression: add optimizations autotestGiuseppe D'Angelo2012-03-079-49/+222
* Remove references to missing testsGirish Ramakrishnan2012-03-071-4/+0
* Fixing iconv test to match new mkspec nameRafael Roquetto2012-03-071-1/+1
* QWidget: fix wrong mouse behaviorDebao Zhang2012-03-071-1/+0
* Fix sending simulated keyboard events to popup widgetsMiikka Heikkinen2012-03-071-5/+7
* Windows: Fix override cursor logicMiikka Heikkinen2012-03-071-4/+2
* Cocoa: Implement Drag-and-Drop.Friedemann Kleint2012-03-0714-39/+2094
* Example build fix.Jędrzej Nowacki2012-03-071-0/+0
* Fix deadlock in QPropertyAnimationOlivier Goffart2012-03-072-0/+46