aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* qtdeclarative: update .qmltypes, and use -notrelocatable optionFawzi Mohamed2013-04-247-69/+218
* Doc: Fix module name formatSze Howe Koh2013-04-234-4/+4
* Doc: Fix module name formatSze Howe Koh2013-04-239-12/+13
* Doc: Qt Quick: Fix module name format (Pt 2/2)Sze Howe Koh2013-04-2321-29/+29
* Doc: Qt Quick: Fix module name format (Pt 1/2)Sze Howe Koh2013-04-2336-105/+105
* Doc: Reinstating \qmlmodule page.Jerome Pasion2013-04-231-0/+53
* Debugger: fix race condition in block modeKai Koehne2013-04-231-9/+6
* V8Debugging: Set Isolate when sending debug messages to v8Aurindam Jana2013-04-231-2/+8
* Clear the pendingUpdate flag every frame.Gunnar Sletta2013-04-231-2/+3
* Doc: Refactored and focused the Qt QML documentation.Jerome Pasion2013-04-2323-263/+201
* Use the actual size of the image for the iteration.Gunnar Sletta2013-04-231-2/+4
* Use the platform theme's password mask character for text input fields.Mitch Curtis2013-04-232-4/+6
* Adding emitComponentCompleteSignalForAttachedProperty()Thomas Hartmann2013-04-233-1/+16
* Expose nextItemInFocusChain in QQuickItemLiang Qi2013-04-233-6/+37
* TextInput: Fix cursor navigation with maskFrederik Gladhorn2013-04-231-1/+1
* Fixed crash in QQuickCanvasItem.Samuel Rødal2013-04-231-15/+14
* Fix lupdate-warning "Cannot invoke tr() like this".Friedemann Kleint2013-04-233-3/+3
* Prevent segfault on trying to access null cacheItem object.Mitch Curtis2013-04-221-0/+3
* Allow disabling of component complete signal for the designerThomas Hartmann2013-04-201-1/+2
* Doc: Qt QML: Fix module name formatSze Howe Koh2013-04-1917-28/+29
* docs: Fix snippets paths for QML TutorialSergio Ahumada2013-04-191-15/+15
* Fix crash in repeater when model gets deletedFrederik Gladhorn2013-04-182-3/+3
* docs: Remove warning that is no longer applicable.Frederik Gladhorn2013-04-181-2/+0
* Dumping plugins.qmltypes for Window with -notrelocatableThomas Hartmann2013-04-181-16/+49
* Fix crash on empty child list in QAccessibleQuickWindow::rootItem().Friedemann Kleint2013-04-181-2/+5
* Restore checkbox toggling on pressAction.Morten Johan Sørvig2013-04-171-2/+5
* Doc: Reassigned types and pages to their correct modules.Jerome Pasion2013-04-1717-40/+15
* Silence a warning for unused variable in QQuickTextNode.Pierre Rossi2013-04-172-5/+5
* Doc: Fixed whitespace in qqmlcomponent.cppJerome Pasion2013-04-171-39/+39
* Don't use bitfields, reading/wrting them is not atomicGunnar Sletta2013-04-171-3/+3
* Remove dead code.Gunnar Sletta2013-04-173-63/+6
* Fixed alpha blending for native text.Yoann Lopes2013-04-161-2/+3
* Fix for Positioner attached propertyFilip Piechocki2013-04-161-13/+31
* fix typo in warningGunnar Sletta2013-04-161-1/+1
* TextInput: Fix cursor heightGabriel de Dietrich2013-04-161-4/+10
* Doc: Add required include statement for qmlRegisterSingletonType docsTopi Reinio2013-04-161-5/+7
* Fixed WindowsCE buildBjoern Breitmeyer2013-04-161-0/+5
* Use triangle strips for particles on Mac OS X, ATI cards.Gunnar Sletta2013-04-161-0/+9
* Remove slow and buggy sub-image codePaul Olav Tvete2013-04-161-30/+1
* QmlDebugServer: Remove unimplemented functionAurindam Jana2013-04-161-2/+0
* QmlDebugServer: Ensure plugin is setAurindam Jana2013-04-161-1/+1
* Don't relayout if item is removed from sceneAlan Alpert2013-04-151-1/+2
* Improve focus documentationFrederik Gladhorn2013-04-121-11/+10
* Testlib: Fix qml objects not deleted in TestCaseCaroline Chao2013-04-111-0/+3
* Doc: Add a link to the Qt Quick Controls pageCaroline Chao2013-04-112-2/+5
* DesignerSupport: Adding separate flag for component completionThomas Hartmann2013-04-114-1/+37
* a nested Window automatically becomes transient for its parentShawn Rutledge2013-04-105-5/+115
* Fix new warnings in qtdeclarative (found by GCC 4.8)Thiago Macieira2013-04-093-2/+2
* Version new property and signalLiang Qi2013-04-082-2/+3
* Fixed distance field text when using non-opaque colors.Yoann Lopes2013-04-062-6/+24