aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* Add fuzzyCompare() to qmltestCharles Yin2012-07-186-27/+136
* Minor doc fixesYann Bodson2012-07-1811-53/+53
* Update element references to smooth.Michael Brasser2012-07-185-62/+3
* Remove the syntax topic page from docsChris Adams2012-07-172-155/+1
* Don't double reference items created following a model reset.Andrew den Exter2012-07-171-1/+3
* Trim trailing whitespaceStephen Kelly2012-07-172-65/+65
* Call handleRemovedWindows() before canvas renderingCharles Yin2012-07-171-2/+2
* QQuickCanvas renamesAlan Alpert2012-07-1756-937/+1007
* Fix 'Unknown commands' in qtdeclarative documentation.Yann Bodson2012-07-175-5/+6
* Select appropriate version for located module componentsMatthew Vogt2012-07-171-26/+28
* Improved error message wordingMatthew Vogt2012-07-171-2/+2
* Document lack of qmlContext/qmlEngine in module API classesMatthew Vogt2012-07-161-0/+25
* Improve QtQml module documentationChris Adams2012-07-169-56/+133
* Improve documentation for var propertiesChris Adams2012-07-161-0/+44
* Change Quick docs to refer to "types" rather than "elements"Martin Jones2012-07-1646-175/+176
* Remove unneeded mac specific code in QQuickTextYann Bodson2012-07-162-54/+16
* Support remote import pathsMatthew Vogt2012-07-168-580/+1150
* Add quick-start documentation to QML/QtQuick AppDevGuideChris Adams2012-07-163-26/+254
* Additional anchor documentation.Michael Brasser2012-07-163-0/+84
* Fix horizontal alignment of unwrapped text in TextEdit.Andrew den Exter2012-07-162-66/+34
* MouseArea: use current value of drag.axisAlberto Mardegan2012-07-162-15/+9
* Fix transformed flickable so that the new autotest can passShawn Rutledge2012-07-131-8/+8
* Fix signal emission for the Image based items when loading.Damian Jansen2012-07-135-144/+168
* Fix item positioning with multiple removes before the visible area.Andrew den Exter2012-07-131-3/+4
* Change antialiasing method for QML2.Kim Motoyoshi Kalland2012-07-1319-865/+1316
* Improve object attributes documentationChris Adams2012-07-133-221/+526
* Update multiple value type properties despite interceptorMatthew Vogt2012-07-131-5/+13
* Include QQmlExpression in QtQml module CppClasses docsChris Adams2012-07-122-0/+48
* Update the export macros in qtdeclarative.gitThiago Macieira2012-07-114-66/+21
* Change CONFIG += staticlib to CONFIG += staticThiago Macieira2012-07-111-1/+1
* use centralized qml plugin project handlingOswald Buddenhagen2012-07-118-107/+17
* Fix, test and document animation started/stopped signals.Michael Brasser2012-07-112-7/+35
* Add documentation for all font properties.Michael Brasser2012-07-111-1/+55
* pressed and pressedButtons don't work when multiple buttons are pressedMartin Jones2012-07-114-45/+63
* Allow color to be explicitly compared to a stringMatthew Vogt2012-07-114-1/+46
* Merge old "Modules" docs into new doc structureBea Lam2012-07-117-313/+729
* Use QQuickTextUtil to calculate alignment offsets in TextInput.Andrew den Exter2012-07-111-24/+4
* Remove code for unused LinksAccessibleByKeyboard option.Andrew den Exter2012-07-113-33/+2
* Document how to register namespaced types with the QML typesystemChris Adams2012-07-111-0/+110
* Fix qmlscene initial resize for delayed loadingMatthew Vogt2012-07-111-2/+2
* Update usage of childrenRect in Flickable docs.Michael Brasser2012-07-111-3/+10
* Don't provide typehint in QQmlExpression::evaluate()Chris Adams2012-07-111-1/+1
* Improve documentation for JavaScript expressions and importsChris Adams2012-07-115-452/+585
* Improved error messages for malformed .import statementsMatthew Vogt2012-07-115-29/+85
* Fix broken value-type support by allowing property definitionChris Adams2012-07-1118-119/+927
* 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