aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* load plugins properly when QT_NO_SETTINGS is definedTasuku Suzuki2012-07-102-5/+3
* remove dead filesOswald Buddenhagen2012-07-102-2/+0
* Fix warnings about multiple rules for install_targets.Friedemann Kleint2012-07-101-7/+0
* Don't cache visual data model v8 handles.Andrew den Exter2012-07-103-34/+9
* Add option to use native rasterizer for SceneGraph textEskil Abrahamsen Blomfeldt2012-07-1014-15/+220
* Fix warning about assigned/unused variable.Friedemann Kleint2012-07-101-4/+0
* Speed up Text construction with RichTextAndrew den Exter2012-07-091-0/+1
* Speed up TextEdit construction time.Andrew den Exter2012-07-095-66/+47
* Do not permit excessive recursion in component creationMatthew Vogt2012-07-092-2/+30
* Use V4 binding for non-final properties where possibleMatthew Vogt2012-07-0917-74/+181
* Reduce the number of unnecessary layouts on geometry changes.Andrew den Exter2012-07-094-139/+245
* Allow all explicit margins to override margins.Andrew den Exter2012-07-064-15/+114
* Remove Qt::WindowFlags from QQuickView constructorAlan Alpert2012-07-062-18/+12
* Clarify jumpTo docsAlan Alpert2012-07-061-2/+2
* Update Age affector doc referencesAlan Alpert2012-07-062-1/+4
* Use enumeration in preference to enum when referring to QML API.Andrew den Exter2012-07-068-11/+11
* Use qFloor instead of qRound for glyph coordinatesJiang Jiang2012-07-051-2/+3
* Remove sections with no doc content for nowBea Lam2012-07-051-29/+41
* Fix various QtQuick.* submodule docsBea Lam2012-07-056-43/+107
* Add references between being/completeCreate in the documentationLaszlo Papp2012-07-051-0/+4
* Reorganize "concept" pages in QtQuick docsBea Lam2012-07-0535-603/+768
* Add some private V8ASSERT macros.Andrew den Exter2012-07-043-28/+25
* Let ShaderEffectSource use same multisample count as GL context.Kim Motoyoshi Kalland2012-07-042-8/+12
* Compile without RTTI supportEskil Abrahamsen Blomfeldt2012-07-042-2/+6
* Document QQmlComponent::create(QQmlIncubator&, ...)Martin Jones2012-07-041-4/+24
* PathView needs drag events similar to FlickableMartin Jones2012-07-043-1/+54
* Improve mouseWheel() functionCharles Yin2012-07-044-16/+52
* Improve wheel event handling.Michael Brasser2012-07-043-13/+29
* Mark QQmlComponent::createObject() and incubateObject() as internalMartin Jones2012-07-041-0/+7
* Improve performance guideChris Adams2012-07-041-7/+30
* Report correct mouse position when made visible with hoverEnabled.Michael Brasser2012-07-041-1/+9
* Fix qmlRegisterModuleApi function linkageChris Adams2012-07-043-4/+5
* Refresh the TextInput.acceptableInput property when validator changes.Andrew den Exter2012-07-042-0/+22
* Make Behaviors work correctly with value types.Glenn Watson2012-07-042-7/+73
* Add tests for triple click text selection in TextEdit.Andrew den Exter2012-07-041-2/+14
* Don't calculate selection rects unnecessarily.Andrew den Exter2012-07-044-110/+12
* Remove dead code from QQuickTextControl.Andrew den Exter2012-07-043-74/+0
* Section headers ignore list delegate size changes when "colliding"Martin Jones2012-07-046-50/+43
* Allow mouse interaction with 0 opacity items.Andrew den Exter2012-07-044-22/+25
* Allow resetting a Rectangle gradient.Martin Jones2012-07-032-22/+8
* Fix some commented issues from the refactor merge.Michael Brasser2012-07-032-6/+3
* Add nativeScanCode to KeyEvent.Glenn Watson2012-07-032-0/+11
* Remove outdated refactor comments.Andrew den Exter2012-07-032-2/+2
* Remove unused private API.Andrew den Exter2012-07-032-58/+0
* android: don't unconditionally use execinfo.hRobin Burchell2012-07-021-4/+16
* Fix high CPU load for Qml TextEdit on MacNils Jeisecke2012-07-021-14/+0
* Fix crash in QQmlXmlHttpRequestChris Adams2012-07-021-8/+49
* Update glossary of termsBea Lam2012-07-021-22/+103
* Remove QQuickImageBase's explicitSourceSize.Robin Burchell2012-07-022-12/+2
* section.property cannot deal with nested propertiesMartin Jones2012-07-023-18/+31