aboutsummaryrefslogtreecommitdiffstats
path: root/src/quick
Commit message (Expand)AuthorAgeFilesLines
* Make tiled images not use atlas.Gunnar Sletta2013-09-091-8/+11
* Convenience function for resetting the OpenGL state.Gunnar Sletta2013-09-092-0/+64
* Add support for external drag and drop in Quick items.Chris Meyer2013-09-099-253/+615
* Polish items on screen change.Morten Johan Sørvig2013-09-092-0/+22
* Make sure we update texture parameters when using atlas textures.Gunnar Sletta2013-09-091-0/+2
* Fix build on iOS: define GL_DOUBLERichard Moe Gustavsen2013-09-081-0/+4
* Document TextInput property displayText as read-onlyJeremy Katz2013-09-081-0/+2
* Remove variables that aren't being used right nowThiago Macieira2013-09-073-7/+2
* Export qsgnode_set_description.Gunnar Sletta2013-09-061-1/+1
* Prefer multisample antialiasing when we have a msaa contextGunnar Sletta2013-09-062-2/+99
* Merge "Merge branch 'stable' into dev" into refs/staging/devSergio Ahumada2013-09-0612-85/+94
|\
| * Merge branch 'stable' into devSergio Ahumada2013-09-0612-85/+94
| |\
| | * Removed the static intialized boolean of qquickitemsmodule.Dominik Holland2013-09-051-5/+0
| | * Initialize variables in ShaderEffectSource's texture provider.Gunnar Sletta2013-08-281-0/+4
| | * Updated distance field glyph caches to use QDistanceField.Yoann Lopes2013-08-276-31/+40
| | * Don't crash due to KeyRelease on an unloaded ItemShawn Rutledge2013-08-271-3/+3
| | * Fix girth of native text with grayscale AA or styleEskil Abrahamsen Blomfeldt2013-08-272-46/+41
| | * Fix warning about unused variable.Friedemann Kleint2013-08-271-1/+0
| | * Explicitly call setCursor in the QQuickMouseArea constructorDaiwei Li2013-08-271-0/+6
* | | Remove large, unused function in QtQuick 2Thiago Macieira2013-09-051-67/+0
* | | Disable the isPowerOfTwo functions that are only used with OpenGL ES 2Thiago Macieira2013-09-053-0/+6
* | | Fix rendering errors in Qt Quick Controls galleryGunnar Sletta2013-09-052-3/+7
* | | Off-by-one error in batch recylcing lead to leaks and no recyclingGunnar Sletta2013-09-051-1/+1
|/ /
* | Remove more usages of Object::setPrototype()Lars Knoll2013-09-021-1/+0
* | Move prototype pointer into QV4::InternalClassLars Knoll2013-09-021-6/+6
* | Remove unused variableLars Knoll2013-09-021-1/+0
* | change calling convention for JS function callsLars Knoll2013-09-021-3/+5
* | New scenegraph renderer and atlas textures.Gunnar Sletta2013-09-0218-676/+4059
* | Fix unused variable warningKai Koehne2013-08-281-1/+1
* | Fix compilation with MSVC 2008 (and prospective Windows CE build fix)Simon Hausmann2013-08-222-2/+2
* | QQuickWindow: handle QWheelEvent::phaseJ-P Nurmi2013-08-191-2/+2
* | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-08-196-11/+22
|\|
| * Dragging MouseArea nested in Flickable does not work with touch to mouseMartin Jones2013-08-192-6/+8
| * Fix currentIndex in Qml itemView when assigning an empty modelNils Jeisecke2013-08-161-1/+1
| * Don't repaint the Canvas if it's just changing position.Mitch Curtis2013-08-161-1/+1
| * Make sure we propegate the filtering state to the internal texture.Gunnar Sletta2013-08-151-1/+1
| * Unset the cursor when an Item is unparentedDaiwei Li2013-08-141-1/+3
| * Fix hover event crashJosh Faust2013-08-121-1/+8
* | Make compare check against the right colorGunnar Sletta2013-08-161-1/+1
* | Don't set opacity when we are not toldGunnar Sletta2013-08-121-1/+1
* | Public API for creating atlas textures, when available.Gunnar Sletta2013-08-124-10/+36
* | Fix QSGSimpleTextureNode's dirty signals for atlas texturesGunnar Sletta2013-08-121-1/+12
* | Merge "Merge remote-tracking branch 'origin/stable' into dev" into refs/stagi...Frederik Gladhorn2013-08-125-25/+28
|\ \
| * | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-08-125-25/+28
| |\|
| | * Stop the update timer when no windows are visibleGunnar Sletta2013-08-071-1/+4
| | * Remove C-style casts from public headers.Thiago Macieira2013-08-062-16/+16
| | * Improve memory usage of QQuickTextNode.Michael Brasser2013-08-062-8/+8
* | | Support opt-in QSGNode descriptions without breaking binary compat.Gunnar Sletta2013-08-1213-65/+89
* | | Introduce QSGMaterial::CustomCompileStepGunnar Sletta2013-08-122-1/+8
|/ /
* | Document parenting behaviour of delegates in QML ListView and Component.Tomasz Siekierda (sierdzio)2013-08-101-0/+2