summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Remove QAccessibleInterface::navigate()Jan-Arve Saether2012-02-203-68/+4
* Use standard unix mutexes on LSBHarald Fernengel2012-02-203-9/+19
* Move QMetaMethod::parameterTypes() implementation to helper functionKent Hansen2012-02-202-18/+30
* Port QSignalEventGenerator meta-object to revision 6Kent Hansen2012-02-202-23/+44
* Use QMetaMethod::isValid() to check method validityKent Hansen2012-02-201-2/+2
* Add QMetaMethod::isValid() functionKent Hansen2012-02-203-0/+25
* Fix typo in QByteArray(QConstByteArrayData) constructorKent Hansen2012-02-201-1/+1
* Don't call metaObject() several timesKent Hansen2012-02-201-5/+6
* Small moc cleanup: Pass lists by const referenceKent Hansen2012-02-202-4/+4
* moc: Get rid of implicit conversions to const char *Kent Hansen2012-02-206-26/+25
* Minuscule moc cleanup: Don't declare i in function scopeKent Hansen2012-02-201-5/+3
* Don't force CFG_ENDIAN to "auto" on Mac.Morten Johan Sorvig2012-02-201-2/+0
* Don't use -rpath-link when building on Mac.Morten Johan Sorvig2012-02-201-1/+1
* Fix compilation with MinGW-w64Jonathan Liu2012-02-201-3/+3
* Rename Q_PROCESSOR_POWERPC to Q_PROCESSOR_POWERBradley T. Hughes2012-02-206-25/+36
* qwidget_p.h: Remove DontSetCompositionMode from the internal flagsHolger Hans Peter Freyther2012-02-201-3/+2
* qpa: Verify that the platform returns a WId that is not WId(0)Holger Hans Peter Freyther2012-02-201-1/+5
* Remove dead method.Richard Moore2012-02-202-9/+0
* Changed qabstractnetworkcache unittest to use TESTDATAKurt Korbatits2012-02-201-5/+1
* Modify helper functions to remove embedded QSKIP call and return status.Toby Tomkins2012-02-201-8/+13
* Set tst_qtoolbutton triggered function skipped.Toby Tomkins2012-02-201-0/+4
* Make QLocale autotest pass for shadow builds.Jason McDonald2012-02-201-7/+1
* testlib: Report one test result per benchmark test.Jason McDonald2012-02-2017-83/+340
* Fixed qobject unittest to work from installation directoryKurt Korbatits2012-02-202-2/+6
* testlib: Add selftests for XPASS and XFAIL involving QCOMPARE.Jason McDonald2012-02-205-59/+200
* testlib: make XPASS output slightly less confusing.Jason McDonald2012-02-209-13/+16
* Remove unnecessary image height adjustments from layout.Andrew den Exter2012-02-201-3/+3
* Speed up tst_QWaitConditionBradley T. Hughes2012-02-201-7/+1
* Import QMimeType / QMimeDatabase into QtCore.David Faure2012-02-1836-2/+37461
* make configure ignore $CC and $CXXOswald Buddenhagen2012-02-181-8/+5
* Introduced QWindow::isExposed().Gunnar Sletta2012-02-185-0/+52
* Adding hasHeightForWidth as a virtual Widget funcionThorbjørn Lund Martsum2012-02-187-22/+20
* Added error reporting to QJsonParserAndrew Christian2012-02-185-23/+252
* QEasingCurve: return QVector for cubic spline representationMarc Mutz2012-02-182-5/+18
* Trivial doc fixRichard Moore2012-02-181-1/+1
* Document Q_PROCESSOR_* macrosBradley T. Hughes2012-02-182-0/+218
* Fix qclipboard autotest on Windows.Friedemann Kleint2012-02-182-5/+7
* Fix error handling in QHostInfo windows backendShane Kearns2012-02-171-10/+18
* Windows: Fix QWindow-test.Friedemann Kleint2012-02-173-12/+40
* qnamespace.qdoc: Add doco for new values of Qt::MouseButtonRick Stockton2012-02-171-3/+49
* Only define QT_NAMESPACE if it is used.Stephen Kelly2012-02-171-2/+4
* Ensure that Qt public headers compile with strict flagsDavid Faure2012-02-174-10/+34
* QProcess documentation typo fix and improvement.Rafael Roquetto2012-02-171-4/+4
* Mention QT_NO_STL in the QString documentationSimon A. Eugster2012-02-171-3/+3
* No need to stat with QFile::exists before QFile::open, for reading.David Faure2012-02-174-6/+6
* Remove unnecessary locking from QNetworkProxy constructorShane Kearns2012-02-171-17/+6
* Fix warnings about missing file.Friedemann Kleint2012-02-171-1/+1
* Fix handling of urls containing username/password in QNetworkAccessManagerShane Kearns2012-02-172-10/+63
* Fix incorrect use of QObject::disconnect in synchronous http requestShane Kearns2012-02-171-2/+4
* Update documentation to show NTLMv2 is supportedShane Kearns2012-02-171-4/+2