aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Bump MODULE_VERSION to 5.2.1Sergio Ahumada2013-11-201-1/+1
* Safely abort when we don't succeed in creating a GL context.Gunnar Sletta2013-11-192-3/+11
* qqmldebugclient.cpp: Fix warning about missing return.Friedemann Kleint2013-11-181-0/+1
* Respect device pixel ratio in "OpenGL under QML" example.Gunnar Sletta2013-11-141-1/+4
* Add support for quaternion in ShaderEffectGunnar Sletta2013-11-142-0/+7
* Add a verbose mode to qmlAlan Alpert2013-11-111-24/+35
* Intercept qmldir files with the url interceptorAlan Alpert2013-11-117-8/+51
* Implement missing compare() function for Raised/Sunken textGunnar Sletta2013-11-112-0/+8
* Animate when only one out of several windows is exposed.Gunnar Sletta2013-11-111-3/+9
* Debugging with V4Erik Verbruggen2013-11-1014-693/+2013
* moveOffset in QQuickPathView::modelUpdated uninitializedMarco Bubke2013-11-091-1/+1
* Fix assert with native text rendering.Gunnar Sletta2013-11-091-1/+3
* Avoid using huge floating point values in the renderer.Gunnar Sletta2013-11-095-5/+144
* Add a new variant of qmlRegisterSingletonType for QML singletons.Antti Piira2013-11-095-1/+191
* Fallback to native font rendering for bitmap fonts.Yoann Lopes2013-11-091-1/+2
* For x86 builds, try to detect SSE2 availability early and bail outSimon Hausmann2013-11-091-0/+7
* Remove stray warn_off in pri fileLars Knoll2013-11-091-2/+0
* Fix a few more compiler warnings in release buildsLars Knoll2013-11-094-21/+7
* Workaround for glyph upload bug with the Mali-400 GPU.Yoann Lopes2013-11-092-8/+50
* Make QQuickWindow::forcePolish() private.Morten Johan Sørvig2013-11-091-1/+1
* Remove include of empty QAccessible2 headerFrederik Gladhorn2013-11-092-2/+0
* Remove debug outputEskil Abrahamsen Blomfeldt2013-11-091-1/+0
* Move Primitive::emptyValue() to qv4value_def_p.h.Friedemann Kleint2013-11-092-9/+8
* Remove debugging tests for commands not used by Qt Creator.Erik Verbruggen2013-11-091-122/+0
* Initialize variableLars Knoll2013-11-091-0/+1
* Simplify & speed up function callingLars Knoll2013-11-0961-926/+924
* Fix crash in animation controller upon destructionSimon Hausmann2013-11-091-0/+2
* Generalize check for localtime_rKai Koehne2013-11-081-6/+6
* MessageDialog: handle clicked(button, role) signal properlyShawn Rutledge2013-11-087-88/+158
* DefaultMessageDialog: use gadget StandardButton typeShawn Rutledge2013-11-081-36/+36
* Fill recursive ShaderEffectSource with transparent when using alpha.Gunnar Sletta2013-11-072-2/+19
* Fix FolderListModel versioningJ-P Nurmi2013-11-075-15/+23
* Fix crash when invalidating QSGContext.Yoann Lopes2013-11-071-0/+1
* Refactored Animator internalsGunnar Sletta2013-11-067-187/+193
* Version pixelDensity consistentlyAlan Alpert2013-11-061-1/+1
* Initialize variables before using them.Sérgio Martins2013-11-061-0/+2
* Replace QString::fromUtf8() with QString::fromLatin1() for literalsKai Koehne2013-11-062-10/+10
* Doc: Updated url variable in qdocconf files.Jerome Pasion2013-11-063-3/+3
* Fix build on WinRTAndrew Knight2013-11-068-4/+82
* Ensure the this object is set correctly to the scope object in binding expres...Simon Hausmann2013-11-058-37/+22
* Fix QQuickText hover event handlingJ-P Nurmi2013-11-053-12/+63
* Fix XHRLars Knoll2013-11-051-1/+1
* Generate inline code for "foo == null/undefined"Lars Knoll2013-11-052-12/+79
* Smaller optimisationsLars Knoll2013-11-051-8/+6
* Remove 2 unused macrosLars Knoll2013-11-051-3/+0
* Move conversion of this object into generated codeLars Knoll2013-11-0517-19/+64
* Don't initialize locals for simple script functionsLars Knoll2013-11-051-3/+0
* Minor optimisationsLars Knoll2013-11-052-31/+34
* Remove code that's not required anymoreLars Knoll2013-11-051-17/+0
* Don't run the GC too oftenLars Knoll2013-11-051-8/+13