summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* 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
* QRegExp: fix usage of uninitialized valuesGiuseppe D'Angelo2012-05-191-1/+1
* Don't use the deprecated translate() method anymoreLars Knoll2012-05-181-5/+0
* Move QIcon metatype handlers back to QtGuiOlivier Goffart2012-05-187-72/+51
* QIcon: move back to QtGuiOlivier Goffart2012-05-1828-64/+91
* Make QCoreApp::translate and related methods use UTF-8Lars Knoll2012-05-185-67/+37
* 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
* 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
* 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-176-8/+9
* Fix cursorToX for right to left text with trailing whitespace.Andrew den Exter2012-05-172-15/+9
* 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-161-0/+13
* enable the text layout's cache where it is seems to be missedKonstantin Ritt2012-05-163-0/+3
* 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-161-0/+61
* 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
* 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-162-5/+5
* 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-163-4/+47
* 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