summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Use new plugin system for Input Context plugins.Friedemann Kleint2012-02-217-5/+21
* QHeaderView - create a union to save some space.Thorbjørn Lund Martsum2012-02-211-3/+5
* QHeaderview - many sections removed performance boost.Thorbjørn Lund Martsum2012-02-212-2/+23
* Remove qMacVersion()Bradley T. Hughes2012-02-215-17/+15
* Fix qlogging test.Friedemann Kleint2012-02-211-2/+3
* Improve tst_QPrinterInfo::testForDefaultPrinter().Jason McDonald2012-02-211-1/+2
* Allow printer names to contain hyphens in QPrinterInfo test.Jason McDonald2012-02-211-1/+1
* Fix warning about unregistered metatype in QWindow autotest.Jason McDonald2012-02-211-0/+2
* Flag two tests (Win+A, Simon+G) in parseString as expect fail on OSX.Toby Tomkins2012-02-212-2/+5
* Make the QApplication autotest work for shadow builds.Jason McDonald2012-02-211-3/+22
* tst_qapplication: mark expected failure on macRohan McGovern2012-02-211-0/+11
* Changed qnetworksession unittest to work from installation dirKurt Korbatits2012-02-212-1/+6
* Stabilize tst_qdbusabstractinterface and make it XFAILRohan McGovern2012-02-201-40/+38
* Remove many unneeded virtuals.Richard Moore2012-02-201-28/+16
* convert length functions in QDom from uint to int.Richard Moore2012-02-202-16/+15
* Merge overloads.Richard Moore2012-02-202-19/+11
* Include qt_windows.h for Windows CE.Andreas Holzammer2012-02-201-0/+3
* Silence warnings/debug output from qobject testsKent Hansen2012-02-201-0/+14
* Merges several overloaded functions in QCoreApplication.Xizhi Zhu2012-02-202-63/+6
* don't attempt to build host tools which are gone from qtbaseOswald Buddenhagen2012-02-201-8/+1
* Windows - fix connecting to a socket using IPv4 mapped IPv6Shane Kearns2012-02-201-0/+10
* 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