summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* add some more widely-used QChar::SpecialCharacter enum valuesKonstantin Ritt2012-05-173-2/+10
* eglfs: Allow cursor atlas to be specified using an env variableGirish Ramakrishnan2012-05-171-1/+4
* eglfs: delete cursor textures in the destructorGirish Ramakrishnan2012-05-171-1/+7
* eglfs: remove multiple references to qeglfshooks.h in HEADERSGirish Ramakrishnan2012-05-171-1/+0
* Remove src/widgets/kernel/x11.pri.Robin Burchell2012-05-172-5/+0
* turn off exceptions by default where they aren't requiredLars Knoll2012-05-1716-119/+33
* Fix cursorToX for right to left text with trailing whitespace.Andrew den Exter2012-05-173-15/+449
* QDoc: Generate correct relative paths and links when using -installdir.Casper van Donderen2012-05-162-6/+9
* Fix bug when destruction fields in QWizardCarl Schumann2012-05-164-1/+233
* enable the text layout's cache where it is seems to be missedKonstantin Ritt2012-05-168-3/+62
* qdoc: Include QML type name in method quidMartin Smith2012-05-162-6/+6
* Add header qtest_widgets.h, similar to qtest_gui.h, but for QApplication.David Faure2012-05-162-1/+62
* Populate the font database when calling fallbacksForFamily().Zeno Albisser2012-05-161-0/+2
* Add focusWindowChanged signal to QGuiApplicationJames Turner2012-05-162-0/+10
* Handle EglDisplay and EglContext in the native interface of eglfs.Samuel Rødal2012-05-163-1/+39
* Add eglfs cursor supportGirish Ramakrishnan2012-05-169-1/+381
* QCoreApplication: No longer hardcode arguments to be filtered out.Friedemann Kleint2012-05-162-29/+40
* Correct a mistake about non-characters in the documentation.Thiago Macieira2012-05-161-2/+2
* Add Visual Studio 11 mkspecAndreas Holzammer2012-05-166-4/+146
* qdoc: Fix some QString usage issues (Krazy warnings).Friedemann Kleint2012-05-1617-94/+94
* qdoc: Fix warnings about unused variables.Friedemann Kleint2012-05-162-5/+5
* Remove duplicate include for the macros.Stephen Kelly2012-05-161-2/+0
* Properly quote all variables which are paths.Stephen Kelly2012-05-163-7/+7
* Add a non-implicit copy constructor to QEventThiago Macieira2012-05-162-0/+43
* Avoid using iconv for text conversion where possibleLars Knoll2012-05-164-43/+44
* Limit the nesting depth of the Json parserLars Knoll2012-05-164-4/+107
* QElfParser: double check section size before using it.Arvid E. Picciani2012-05-161-1/+1
* MIPS DSPR2 optimization of routine fetchUntransformedRGB16Damir Tatalovic2012-05-163-0/+92
* Revert "Temporarily disable -Woverloaded-virtual in headersclean test"Kent Hansen2012-05-161-1/+1
* Support specifying fallbacks in font request on QPAEskil Abrahamsen Blomfeldt2012-05-163-7/+18
* QChar: add isSurrogate() and isNonCharacter() to the public APIKonstantin Ritt2012-05-1611-119/+112
* QChar: add missing UCS-4 overloads, get rid of UCS-2 onesKonstantin Ritt2012-05-163-224/+231