aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* mapFromModel() returned incorrect valueBea Lam2011-08-241-1/+1
* Do not deliver mouse wheel events when item is not visibleCaio Marcelo de Oliveira Filho2011-08-241-1/+1
* Compile on MacAlan Alpert2011-08-241-10/+25
* Switch to using one shader and #ifdefsAlan Alpert2011-08-245-35/+231
* Initial entryEffect support for ImageParticleAlan Alpert2011-08-246-20/+102
* Use point spritesAlan Alpert2011-08-246-52/+77
* Add the rest of the tiered shaders to QSGImageParticleAlan Alpert2011-08-2319-814/+531
* Add console debugging for particlesAlan Alpert2011-08-232-1/+16
* QML Autotests: Use fuzzy compare for real numbersJulian de Bhal2011-08-231-2/+2
* Add a deformable level shader for QSGImageParticleAlan Alpert2011-08-225-35/+354
* Always disconnect signals on aborted reply objectsBea Lam2011-08-221-13/+15
* Make QSGTextNode back-end for QML's TextInput and TextEditEskil Abrahamsen Blomfeldt2011-08-1912-245/+1031
* v8 debugging: delay setting of breakpoints till afterCompileAurindam Jana2011-08-191-7/+27
* move dom error definitions to seperate files.Charles Yin2011-08-196-53/+172
* Internal state class refactoring.Michael Brasser2011-08-197-19/+31
* canvas context2d needs the dom exceptions as well, so share the dom exception...Charles Yin2011-08-193-60/+66
* Fix spacing issueAlan Alpert2011-08-191-4/+6
* Don't skip autotest and export needed symbolGunnar Sletta2011-08-191-1/+1
* Add support for a vector4d type in QMLChris Adams2011-08-188-0/+99
* Make QColor a value typeChris Adams2011-08-182-0/+112
* Add attached properties to the positioners.Glenn Watson2011-08-183-4/+158
* Use scissor clip if element is rotated a multiple of 90 degrees.Kim Motoyoshi Kalland2011-08-171-9/+23
* Enable v8 debuggingAurindam Jana2011-08-1712-1003/+257
* Fixed mirrored distance-field text.Kim Motoyoshi Kalland2011-08-171-1/+1
* Implemented minimum FBO size on the ShaderEffectSource.Kim Motoyoshi Kalland2011-08-173-4/+33
* Fix repeated compiler warning about unused engine parameterSimon Hausmann2011-08-172-3/+3
* Revert "Set IsDirect flag of property cache data if appropriate"Kent Hansen2011-08-171-4/+0
* Allow borderimage .sci source to be a quoted filenameChris Adams2011-08-172-0/+4
* Add module qualifier to \qmlattachedproperty docsAlan Alpert2011-08-175-14/+14
* Fixed clipping on perspective transformed QML2 elements.Kim Motoyoshi Kalland2011-08-161-2/+2
* Fixed clip on QML2 rectangles to include the borders.Kim Motoyoshi Kalland2011-08-163-13/+23
* Improve the Qt/JavaScript (QJS) documentationKent Hansen2011-08-153-60/+264
* Add noCap and startTime properties to EmitterAlan Alpert2011-08-153-5/+63
* Fix VisualDataModel auto test failure.Andrew den Exter2011-08-151-0/+1
* Remove \since tagsAlan Alpert2011-08-1527-27/+0
* Refactor BasicEmitter into EmitterAlan Alpert2011-08-157-436/+303
* Fix race condition in processJobs()Bea Lam2011-08-131-19/+10
* Fixed QSGNode leak.Kim Motoyoshi Kalland2011-08-123-8/+32
* Use the correct export macrosLars Knoll2011-08-113-6/+6
* Compile.Bjørn Erik Nilsen2011-08-111-1/+1
* Added a faster subpixel antialiasing material for distance field text.Yoann Lopes2011-08-116-18/+98
* Replace QScriptBagContainer by QIntrusiveListKent Hansen2011-08-116-184/+49
* Set IsDirect flag of property cache data if appropriateKent Hansen2011-08-111-0/+4
* Guard QML-specific handling of value type property accessKent Hansen2011-08-111-2/+4
* Remove initialization warningsGunnar Sletta2011-08-111-6/+6
* Code cleanup: unify QRegExp conversion.Jedrzej Nowacki2011-08-101-50/+1
* Add missing check in QJSValue::propertyJedrzej Nowacki2011-08-101-0/+2
* Code cleanup: unify string conversions.Jedrzej Nowacki2011-08-102-6/+5
* Code cleanup.Jedrzej Nowacki2011-08-101-8/+10
* Replace duplicated code by a function call.Jedrzej Nowacki2011-08-101-10/+1