summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Remove QPlatformIntegration/QPlatformTheme from QGuiAppPrivate.Friedemann Kleint2012-02-2026-2/+28
* Fix warning about converting false to pointer value.Friedemann Kleint2012-02-201-2/+2
* Make sure that we pick up xcb from pkg-configJørgen Lind2012-02-202-4/+12
* Remove Native Client special casing from configure.Morten Johan Sorvig2012-02-201-61/+0
* Remove QAccessibleInterface::relationTo().Jan-Arve Saether2012-02-202-43/+4
* Updated for accessibilityJan-Arve Saether2012-02-201-2/+3
* Port QDBusAdaptorConnector meta-object to revision 6Kent Hansen2012-02-202-21/+53
* Remove unused QtDBus meta-object extensionsKent Hansen2012-02-202-33/+4
* QPoint/QPointF: inline manhattanLength(); QLineF: inline isNull()Marc Mutz2012-02-204-14/+18
* Move QTypeInfo out of qglobal.h and into a separate headerBradley T. Hughes2012-02-203-165/+220
* Added note in QPlatformWindow::setGeometry() docs about position policy.Samuel Rødal2012-02-201-0/+4
* uic: use QStringLiteral() instead of QString::fromUtf8() where applicableMarc Mutz2012-02-20101-1529/+1541
* Fix LSB mkspecHarald Fernengel2012-02-201-88/+10
* fix QProcess for Windows XPJoerg Bornemann2012-02-201-1/+4
* Ensure the directory exists to receive a deprecated header.Matthew Vogt2012-02-201-0/+3
* 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