summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* QRegularExpression: Fix warnings about deprecated tr()-function.Friedemann Kleint2012-05-211-2/+2
* QNetworkReplyHttpImplPrivate::migrateBackendMartin Petersson2012-05-211-29/+2
* Cocoa: Fix memory leak in the accessibility code.Morten Johan Sorvig2012-05-211-0/+1
* Fallback to IPv4 when IPv6 is not present.Jonas M. Gastal2012-05-2110-41/+107
* Fix QtNetwork compilation for -qconfig largeTasuku Suzuki2012-05-211-0/+12
* Don't create QBackingStore for QDesktopWidgetGirish Ramakrishnan2012-05-211-1/+1
* Fix MSVC warnings about struct/class mismatch for dynamic metaobjects.Friedemann Kleint2012-05-211-1/+1
* Elaborate QUrl::toString() documentation.Leonard Lee2012-05-211-0/+2
* Get rid of ambiguous overload for xgetbv.Jan-Arve Saether2012-05-211-2/+2
* qdoc: Write <qmlinheritedby> before <qmlinstantiates>Martin Smith2012-05-211-1/+1
* Input: evdevmouse plugin cleanupJohannes Zellner2012-05-212-22/+13
* Move rarely used QObjectPrivate data to extraDataMartin Jones2012-05-215-40/+49
* Change QSslCertificate::toText() to return a QString.Richard Moore2012-05-214-10/+10
* Add the LICENSE.GPL file to the module referenced from license headersLaszlo Papp2012-05-201-0/+674
* -device: c01621ec8 broke device featureGirish Ramakrishnan2012-05-191-0/+2
* Cocoa implementation of QPA menu interface.James Turner2012-05-1922-256/+1423
* Fixed unused variable warning in anchorlayout example.Mitch Curtis2012-05-191-23/+23
* Fixed unused variable warning in chart example.Mitch Curtis2012-05-191-5/+0
* QPA menu abstraction, originally based on Morten's workJames Turner2012-05-1916-191/+348
* Fix QtNetwork compilation for -qconfig largeTasuku Suzuki2012-05-195-3/+8
* Adding QPlatformTheme support for Blackberry devices.Sean Harmer2012-05-197-2/+306
* QNX: Special case z-ordering of the QDesktopWidget windowSean Harmer2012-05-191-1/+11
* Compile fix: Do not rely on __cpuidex() for msvc2008Jan-Arve Saether2012-05-191-4/+5
* device: Allow specifying shortnames for device mkspecsGirish Ramakrishnan2012-05-191-1/+17
* Save configuration feedback into config.summaryGirish Ramakrishnan2012-05-191-101/+115
* QRegExp: fix usage of uninitialized valuesGiuseppe D'Angelo2012-05-192-3/+1
* Don't use the deprecated translate() method anymoreLars Knoll2012-05-18100-986/+981
* Move QIcon metatype handlers back to QtGuiOlivier Goffart2012-05-1831-72/+51
* QIcon: move back to QtGuiOlivier Goffart2012-05-1850-65/+92
* Make QCoreApp::translate and related methods use UTF-8Lars Knoll2012-05-186-70/+40
* Fixed unused parameter warning in hellowindow example.Mitch Curtis2012-05-181-0/+2
* Fixed unused variable warning in diagramscene example.Mitch Curtis2012-05-181-1/+0
* Use QMetaType API directly instead of going through QVariant.Jędrzej Nowacki2012-05-181-4/+4
* Fix backingstore crash with QAxWidgetsMiikka Heikkinen2012-05-182-5/+4
* eglfs: hooks can never be nullGirish Ramakrishnan2012-05-181-8/+4
* eglfs: Add support for cursor hotspotsGirish Ramakrishnan2012-05-184-14/+69
* qdoc: Report multiple QML property docssMartin Smith2012-05-183-20/+75
* Add test of automated container metatype declaration.Stephen Kelly2012-05-181-0/+104
* Merge two simple version of translate() functions for QT_NO_TRANSLATIONTasuku Suzuki2012-05-181-13/+0
* Make the windows socket handle non inheritableShane Kearns2012-05-181-1/+23
* Fix FreeType glyph caching for high resolutionJiang Jiang2012-05-182-21/+25
* QMetaObject::activate() overload that doesn't require a metaobjectAaron Kennedy2012-05-182-0/+8
* Avoid qobject_castAaron Kennedy2012-05-181-1/+2
* Encapsulate the dynamic meta object pointerAaron Kennedy2012-05-185-13/+28
* Clean up some QT_HAVE_xxx macros in qcompilerdetection.hThiago Macieira2012-05-182-12/+3
* Blacklist Apple clang 3.0 and previous support for AVXThiago Macieira2012-05-181-1/+22
* Remove parallel flag for qsemaphore because of flaky nature.Toby Tomkins2012-05-181-1/+1
* Remove optimization flag from QMAKE_CFLAGSRomain Pokrzywka2012-05-174-6/+3
* Apply compiler platform flags to debug builds as wellRomain Pokrzywka2012-05-174-8/+8
* testlib: added missing newline to error messageRohan McGovern2012-05-171-1/+1