aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* QtQml: document QQmlExtensionPlugin::baseUrlShawn Rutledge2013-06-282-1/+10
* QtQuick.Dialogs: sync the docs with the implementationShawn Rutledge2013-06-275-28/+22
* Switch to non-streaming version of qWarning()Alan Alpert2013-06-271-2/+1
* Undo presumably accidental line deletionAlan Alpert2013-06-271-0/+1
* Declarative dialog improvements for the non-Window use caseShawn Rutledge2013-06-2610-41/+186
* Update 5.1.0 changelog and what's newAlan Alpert2013-06-252-1/+7
* QQmlPlatform: rename "mac" to "osx"J-P Nurmi2013-06-242-3/+3
* Add missing Q_REVISIONAlan Alpert2013-06-231-1/+1
* QColorDialogHelper: Force QWindow before setting flagsShawn Rutledge2013-06-192-4/+9
* QFileDialogHelper: Force QWindow before setting flags.Friedemann Kleint2013-06-131-0/+1
* prepare for qt_module_pris.prf changesOswald Buddenhagen2013-06-101-2/+3
* Fix compiler warning about unused parameterKai Koehne2013-06-101-1/+1
* Doc: Exclude Qt Quick Dialogs examples in qtquick.qdocconf fileTopi Reinio2013-06-101-1/+2
* Fix null-pointer access in QQuickVisualDataModelPrivateFlorian Hänel2013-06-071-1/+2
* Add future compatibility noteAlan Alpert2013-06-071-0/+4
* Set incubation controller when a Window{} is loaded via QQmlApplicationEngineAlan Alpert2013-06-0711-27/+81
* Doc: Fixed link to Qt Quick Layouts and made links consistentJerome Pasion2013-06-061-7/+7
* Doc: Fixed QCH listings for Qt QML and Qt Quick DialogsJerome Pasion2013-06-062-3/+6
* doc fixAlan Alpert2013-06-061-1/+1
* Doc: Update Qt Quick Controls descriptionCaroline Chao2013-06-041-1/+1
* Doc: Clarified members of QtQml.Models submodule.Jerome Pasion2013-06-0412-74/+102
* QQmlPropertyCache: check methods before propertiesAlberto Mardegan2013-05-311-21/+25
* Fallback to QMetaObject for properties not in QQmlPropertyCacheAlberto Mardegan2013-05-312-3/+10
* Deprecate the with statement in QMLSimon Hausmann2013-05-314-2/+21
* Precompile the most common materialsGunnar Sletta2013-05-312-0/+29
* Doc: Fix the positioning topic pageCaroline Chao2013-05-302-14/+13
* Added QQuickWindow::setDefaultAlphaBuffer()Shawn Rutledge2013-05-304-2/+37
* Doc fixes to the Positioners/Layouts documentationJan Arve Saether2013-05-304-12/+16
* Doc: Added Qt 5.1 details in Qt QML's release notes.Jerome Pasion2013-05-301-1/+22
* Doc: Fix links for ListModel and ListElement typesTopi Reinio2013-05-292-5/+9
* Doc: Fix various problems in Qt Quick Dialogs documentationTopi Reinio2013-05-291-18/+20
* Doc: Excluded Dialogs directory from Qt Quick doc build.Jerome Pasion2013-05-291-0/+3
* Make sure tryCompare value argument is not undefinedAlbert Astals Cid2013-05-291-0/+5
* Animations: Avoid accessing invalid memory if stop() triggers deletionKai Koehne2013-05-291-2/+2
* Dialogs: Create directory structure for documentationCaroline Chao2013-05-286-28/+132
* Do not draw negative-size ShaderEffect(Source) items.Gunnar Sletta2013-05-282-3/+3
* Accessibility: Fix crash when accessing accessible children.Frederik Gladhorn2013-05-281-4/+2
* Prevent tab focus from wrapping endlesslyLiang Qi2013-05-271-4/+28
* Doc: Added Qt 5.1 information in Qt Quick's release notes.Jerome Pasion2013-05-271-1/+29
* Doc: Add Qt Quick Dialogs to Qt Quick submodules listCaroline Chao2013-05-274-3/+32
* Update all plugins.qmltypes filesLiang Qi2013-05-272-185/+462
* Doc: Add Dialogs/Controls/Layouts in submodules sectionCaroline Chao2013-05-271-0/+6
* QmlProfiler: fix SceneGraph profilingChristiaan Janssen2013-05-272-2/+2
* Debugger: Make sure client list is protected by mutexKai Koehne2013-05-241-0/+3
* Do not return cacheItem->object if it is still incubatingAlbert Astals Cid2013-05-231-3/+8
* Cut performance cost in QSGContext::prepareMaterial()Gunnar Sletta2013-05-233-1/+10
* add private export to image and rectangle nodesGunnar Sletta2013-05-232-2/+2
* Partial fix for deferred properties when combined with componentsAlan Alpert2013-05-225-15/+36
* Fix TextEdit content size calculationJ-P Nurmi2013-05-221-1/+3
* Avoid redundant QColor::alphaF() calls.Gunnar Sletta2013-05-221-5/+5