aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* auto-generate module prisOswald Buddenhagen2012-06-2611-100/+1
* remove pointless qmltest conditionalsOswald Buddenhagen2012-06-265-14/+34
* don't reference $$QT_BUILD_TREE - it's unavailable hereOswald Buddenhagen2012-06-262-2/+2
* don't rely on qtbase sourcesOswald Buddenhagen2012-06-261-1/+3
* fix include styleOswald Buddenhagen2012-06-262-3/+3
* Fix compilation with GCC 4.7 (C++11)Thiago Macieira2012-06-234-6/+6
* Fix crash when dragging items outside visible area.Andrew den Exter2012-06-228-77/+117
* Fix build: include the necessary headers properly.Thiago Macieira2012-06-221-0/+2
* Make qmltest depend on gui-privateGirish Ramakrishnan2012-06-221-2/+2
* Add gui-private to testsGirish Ramakrishnan2012-06-2225-25/+25
* Pass the right signal index in visualadaptormodel proxy meta-objectKent Hansen2012-06-223-3/+5
* Remove insignificant_test from DropArea test.Andrew den Exter2012-06-221-2/+0
* Remove the open and closeSofwareInputPanel functions.Andrew den Exter2012-06-226-200/+4
* Remove stale demosAlan Alpert2012-06-22112-6416/+0
* Install examples to example hierarchyroot2012-06-2210-22/+22
* Rename Flickable x/yOrigin to originX/YBea Lam2012-06-227-48/+51
* Remove properties related to highlight speedBea Lam2012-06-2210-74/+7
* Add some tests for literal parsingMartin Jones2012-06-222-0/+68
* Handle enum values of -1 correctly.Michael Brasser2012-06-229-16/+36
* Clarify anchor error messages.Michael Brasser2012-06-222-6/+6
* Add tests for clicking and dragging with right and middle buttons.Andrew den Exter2012-06-224-21/+222
* Don't shadow member variable with argument.Andrew den Exter2012-06-222-3/+3
* Fix crash when selecting transformed text.Andrew den Exter2012-06-221-7/+9
* dynamiclist example used different delegate height for anim and staticMartin Jones2012-06-221-2/+2
* Fix snake demo.Martin Jones2012-06-221-2/+1
* Fix locale test on Linux and skip it on Windows.Glenn Watson2012-06-222-7/+38
* Support enum return types in Q_INVOKABLE functions.Matthew Vogt2012-06-226-5/+99
* Report clashing qmldir entries for components and scriptsMatthew Vogt2012-06-228-7/+55
* Create new documentation structureChris Adams2012-06-21184-6779/+7453
* Put basic language types into QtQml importChris Adams2012-06-2116-26/+147
* Fix crash in QQuickPixmapData::release()Chris Adams2012-06-211-0/+4
* Disallow signal-handler-specification for non-signal methodsChris Adams2012-06-215-2/+15
* Enable literal Qt enum assignment to enum properties.Michael Brasser2012-06-214-9/+50
* Fix warnings in declarative tests.Friedemann Kleint2012-06-207-18/+22
* QtQuick: Fix warnings about deprecated QWeakPointer usage.Friedemann Kleint2012-06-202-4/+5
* Mark tst_qquicklistview insignificant for Mac.Friedemann Kleint2012-06-201-0/+1
* Cleanup SG properly in QQuickCanvasAlan Alpert2012-06-201-0/+2
* Fix binding errors in cppextensions examples.Andrew den Exter2012-06-205-1/+6
* Give the example Loader in the shared launcher focus.Andrew den Exter2012-06-201-4/+9
* Fix missing content in installed calculator demo.Andrew den Exter2012-06-201-1/+1
* Resolve example qml file paths relative to the executable path.Andrew den Exter2012-06-201-1/+1
* Fix compile of Same Game demo.Andrew den Exter2012-06-202-1/+2
* Fix some of the bundle test failures on Windows.Glenn Watson2012-06-202-12/+12
* Update example in a doc.Sukhyun Kim2012-06-201-2/+3
* Don't start running if a frame property is setAlan Alpert2012-06-203-8/+11
* Remove hardcoded qdoc3 command from qtdeclarative_doc.priChris Adams2012-06-201-3/+15
* qmlscene: add --transparent argumentGirish Ramakrishnan2012-06-191-0/+14
* Small cleanup: remove braces from single line conditionals.Robin Burchell2012-06-191-9/+5
* Align windowShown flag with qml renderer stateCharles Yin2012-06-142-4/+24
* QtQuick: Fix warnings about unused variables.Friedemann Kleint2012-06-133-5/+0