aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Disambiguate qmltest example and qmltest autotest.Jason McDonald2012-04-241-1/+1
* Doc: Fixed tutorial articles' types.vertries2012-04-245-6/+6
* QmlInspectorPlugin: AbstractViewInspectorAurindam Jana2012-04-243-16/+0
* Do not use deprecated APIOlivier Goffart2012-04-246-12/+17
* Verify that QML can reliably receive datetime info from C++Matthew Vogt2012-04-2410-0/+395
* Record current status of date conversion from QMLMatthew Vogt2012-04-249-15/+246
* Add support for var properties in V4Matthew Vogt2012-04-248-13/+334
* Don't use deprecated QVariant APIOlivier Goffart2012-04-231-11/+11
* Improve test to use actual double click timeout.Frederik Gladhorn2012-04-231-6/+9
* Doc: Changed the title for QtQuick articlesJerome Pasion2012-04-2320-229/+53
* Doc FixAlan Alpert2012-04-234-1/+31
* qMalloc, qFree, qRealloc, qMemCopy, qMemSet are deprecatedOlivier Goffart2012-04-237-13/+13
* Reduce memory usage of QQuickPath for simple paths.Andrew den Exter2012-04-232-11/+62
* Only run populate for items in model at creationBea Lam2012-04-235-48/+41
* QtDeclarative: Fix compiler warnings.Friedemann Kleint2012-04-234-7/+3
* Also check notifier endpoints when checking whether a signal is connected.Michael Brasser2012-04-2314-29/+72
* Support and use parameters in QQmlNotifierEndpoint.Michael Brasser2012-04-2312-70/+81
* Add some component path canonicalization testsChris Adams2012-04-2314-0/+201
* Re-enable QQuickPixmapCache test on most platforms.Jason McDonald2012-04-201-1/+1
* QtQml doesn't depend on xmlpatterns anymoreLars Knoll2012-04-202-2/+2
* Debugger: Improve autotest output on failureKai Koehne2012-04-203-19/+53
* Fix warnings about non-virtual destructorsTobias Hunger2012-04-202-2/+2
* 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
* Disable local storage if the standard data location is emptyCharles Yin2012-04-204-4/+28
* Fix eliding when text width is reset by an implicitWidth change.Andrew den Exter2012-04-205-30/+138
* Add a virtual destructor to QQuickVisualDataGroupEmitter.Andrew den Exter2012-04-201-0/+1
* Paint TextInput when it is reparentedBea Lam2012-04-201-1/+1
* Improve examples documentationYann Bodson2012-04-209-8/+86
* Clean up testBea Lam2012-04-202-10/+12
* Improve example documentationAlan Alpert2012-04-204-1/+37
* Move data file to correct locationMatthew Vogt2012-04-201-0/+0
* Provide receivers count from QQmlData.Michael Brasser2012-04-206-0/+64
* Use QInputMethod::isVisible instead of QInputMethod::visibleGirish Ramakrishnan2012-04-202-22/+22
* Use QUrl constructor directly.Michael Brasser2012-04-204-38/+10
* Don't initiate delegate incubation in delegate creation frames.Martin Jones2012-04-201-6/+13
* QtDeclarative: No longer use QDeclarative compatibility defines.Friedemann Kleint2012-04-202-2/+3
* Compile fix if QT_NO_CLIPBOARD definedAndreas Holzammer2012-04-192-0/+6
* include QWindowSystemInterface explicity when neededGirish Ramakrishnan2012-04-193-0/+3
* Doc: Moved article from Qt QML to Qt Quick.vertries2012-04-191-1/+1
* Doc: Adding list of JavaScript functions in QML.Jerome Pasion2012-04-192-0/+378
* Call onreadystatechange() when new data available during loadingCharles Yin2012-04-191-5/+4
* Delay rendering until canvas is exposed.Samuel Rødal2012-04-191-2/+4
* Debugger: Display selected item name in inspectorSimjees Abraham2012-04-197-10/+102
* Make QML work with the new QUrl implementation.Martin Jones2012-04-191-0/+3
* Debugger: Changes made for selection using Inspect ToolSimjees Abraham2012-04-192-14/+23
* Add contains method to QQuickItem public APIAdriano Rezende2012-04-1919-46/+730
* Ensure the cursor delegate position is correct when wrapping.Andrew den Exter2012-04-1912-41/+164
* Clean up qmltest codeCharles Yin2012-04-192-23/+1
* Don't create glyphs for truncated text.Andrew den Exter2012-04-193-16/+26