aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* QSGDistanceFieldGlyphCache code refactoring.Yoann Lopes2011-08-1011-159/+210
* Add support for individual row and column spacing to Grid object.Glenn Watson2011-08-102-9/+63
* Make distance field text more easily configurable.Yoann Lopes2011-08-093-19/+39
* Add documentationAlan Alpert2011-08-0942-300/+7815
* Copy the docs for QtQuick 1Alan Alpert2011-08-0928-112/+112
* Revise QDeclarativeChangeSet.Andrew den Exter2011-08-082-398/+413
* parse args earlierCharles Yin2011-08-081-3/+4
* add dummy notify signals to remove warningsCharles Yin2011-08-081-3/+5
* don't create QApplication if there is already one thereCharles Yin2011-08-081-1/+5
* Show header/footer if current index is set to first/last item or rowBea Lam2011-08-054-7/+49
* ListView with StrictlyEnforceRange skips over itemsMartin Jones2011-08-052-2/+6
* Fix outdated license headers.Jason McDonald2011-08-0525-393/+435
* Don't cache model data in VisualDataModel.Andrew den Exter2011-08-051-210/+347
* Remove dead code from QJSValuePrivateKent Hansen2011-08-042-21/+0
* Move QJSValue InvalidValue definition to "inline" headerKent Hansen2011-08-042-24/+23
* Add QIntrusiveList::contains() functionKent Hansen2011-08-042-0/+19
* Remove dead code.Jedrzej Nowacki2011-08-041-6/+0
* Fix ListView refill() where delegate size == 0Bea Lam2011-08-041-0/+2
* Improved support for multiple to/from values in Transition.Michael Brasser2011-08-044-0/+12
* Rework threading internals in XmlListModel to avoid global staticBea Lam2011-08-041-91/+205
* Improve error messages from compiler for signals and slotsChris Adams2011-08-044-9/+13
* Honour the resettable flag of aliased propertiesChris Adams2011-08-042-1/+4
* Add enabled property to Transition.Michael Brasser2011-08-044-6/+58
* Fix crash in QDeclarativePropertyChris Adams2011-08-041-3/+3
* TypoAaron Kennedy2011-08-041-1/+1
* Improve QJSValueIterator implementation.Jedrzej Nowacki2011-08-038-138/+221
* Remove FIXME from the v8base.priPeter Varga2011-08-031-4/+5
* Prevent Binding from crashing when its target object is deleted.Michael Brasser2011-08-032-8/+16
* qmltest: Fix SignalSpy to use TestUtil helper functionsCaio Marcelo de Oliveira Filho2011-08-031-1/+5
* Introduced a CONFIG option that enables declarative debug servicesThorbjørn Lindeijer2011-08-022-0/+22