aboutsummaryrefslogtreecommitdiffstats
path: root/src/quick
Commit message (Expand)AuthorAgeFilesLines
* Don't use the QRegExp methods that modify the objectThiago Macieira2012-04-251-1/+2
* Make touch event delivery in the canvas reentrantLaszlo Agocs2012-04-251-3/+8
* Do not use deprecated APIOlivier Goffart2012-04-241-2/+2
* Don't use deprecated QVariant APIOlivier Goffart2012-04-231-11/+11
* Doc: Changed the title for QtQuick articlesJerome Pasion2012-04-233-12/+12
* Doc FixAlan Alpert2012-04-232-0/+14
* qMalloc, qFree, qRealloc, qMemCopy, qMemSet are deprecatedOlivier Goffart2012-04-232-2/+2
* Reduce memory usage of QQuickPath for simple paths.Andrew den Exter2012-04-231-11/+24
* Only run populate for items in model at creationBea Lam2012-04-233-5/+7
* QtDeclarative: Fix compiler warnings.Friedemann Kleint2012-04-231-1/+0
* Also check notifier endpoints when checking whether a signal is connected.Michael Brasser2012-04-237-20/+32
* Support and use parameters in QQmlNotifierEndpoint.Michael Brasser2012-04-231-1/+11
* Fix warnings about non-virtual destructorsTobias Hunger2012-04-201-1/+1
* Remove uninitialized variable.Andrew den Exter2012-04-202-5/+1
* Avoid losing mouse events when the event loop gets spinnedLaszlo Agocs2012-04-201-9/+13
* Fix eliding when text width is reset by an implicitWidth change.Andrew den Exter2012-04-202-30/+29
* Add a virtual destructor to QQuickVisualDataGroupEmitter.Andrew den Exter2012-04-201-0/+1
* Paint TextInput when it is reparentedBea Lam2012-04-201-1/+1
* Don't initiate delegate incubation in delegate creation frames.Martin Jones2012-04-201-6/+13
* Compile fix if QT_NO_CLIPBOARD definedAndreas Holzammer2012-04-192-0/+6
* Delay rendering until canvas is exposed.Samuel Rødal2012-04-191-2/+4
* Add contains method to QQuickItem public APIAdriano Rezende2012-04-198-46/+60
* Ensure the cursor delegate position is correct when wrapping.Andrew den Exter2012-04-194-21/+37
* Don't create glyphs for truncated text.Andrew den Exter2012-04-193-16/+26
* Document AnchorChanges and ParentChange for QtQuick 2.Michael Brasser2012-04-191-0/+105
* Add a note in the docs about FBO multisamplingGunnar Sletta2012-04-191-0/+8
* Enabled widget free compilation of QtQuickDonald Carr2012-04-181-2/+0
* Merge remote-tracking branch 'origin/api_changes'Lars Knoll2012-04-1723-68/+2042
|\
| * Merge remote-tracking branch 'origin/master' into api_changesLars Knoll2012-04-1144-1395/+1836
| |\
| * \ Merge master into api_changesKent Hansen2012-03-2717-96/+181
| |\ \
| * \ \ Merge master into api_changesKent Hansen2012-03-2361-851/+1574
| |\ \ \
| * | | | Provide imageType() from QQmlImageProviderBaseMatthew Vogt2012-03-212-20/+0
| * | | | Migrate gui dependencies from QtQml to QtQuick.Matthew Vogt2012-03-208-35/+1543
| * | | | Fix the build & docs after QQmlImageProvider was renamedKent Hansen2012-03-203-4/+4
| * | | | Merge master into api_changesKent Hansen2012-03-1960-1058/+1102
| |\ \ \ \
| * | | | | Adapt to Qt5 meta-object changesKent Hansen2012-03-132-4/+4
| * | | | | Merge branch 'master' of git://gitorious.org/qt/qtdeclarative into merge-masterMatthew Vogt2012-03-1312-52/+134
| |\ \ \ \ \
| * \ \ \ \ \ Merge branch 'master' of git://gitorious.org/qt/qtdeclarative into api_changesMatthew Vogt2012-03-1217-112/+478
| |\ \ \ \ \ \
| * \ \ \ \ \ \ Merge remote-tracking branch 'origin/master' into api_changesLars Knoll2012-03-0736-595/+432
| |\ \ \ \ \ \ \
| * | | | | | | | Remove uses of QtGui symbols in QQmlEngine.Matthew Vogt2012-03-077-24/+474
| * | | | | | | | Added QQuickItem::clipRect().Kim Motoyoshi Kalland2012-03-055-4/+18
* | | | | | | | | Set rootItem'ownership as CppOwnerShipCharles Yin2012-04-171-0/+1
* | | | | | | | | Don't crash when calculating the implicit width of truncated lines.Andrew den Exter2012-04-171-1/+2
* | | | | | | | | Use bit fieldsBea Lam2012-04-171-5/+5
* | | | | | | | | Vertical layout direction for ListView and GridViewBea Lam2012-04-176-269/+596
* | | | | | | | | Fine-tune animation's pause()/resume() behaviorsCharles Yin2012-04-171-6/+17
* | | | | | | | | Fix Text baselineOffset caclulations.Andrew den Exter2012-04-172-19/+46
* | | | | | | | | Fix exports for the new Particles library.Friedemann Kleint2012-04-163-3/+3
* | | | | | | | | Add a new running property to QQuickTransitionCharles Yin2012-04-162-35/+80
* | | | | | | | | Extract Particles code to an independent libraryMatthew Vogt2012-04-1668-12571/+11