aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| | * | Doc: Clarify object ownership of QObject* returned by QmlComponent::createKai Koehne2013-06-071-1/+9
| | * | add missing dependency check to widgets pluginXingtao Zhang2013-06-061-1/+1
| * | | Add QQuickTextEdit::append()J-P Nurmi2013-06-123-0/+194
| * | | fix Folderlistmodel "showDotAndDotDot" didn't show "."Tasuku Suzuki2013-06-105-14/+66
| * | | Add QQuickTextEdit::hoveredLinkJ-P Nurmi2013-06-079-7/+124
| * | | Fix setRequestHeader to only append to headers added by user.Jonas Gastal2013-06-071-1/+4
| * | | Make TestHTTPServer header comparison order independent.Jonas Gastal2013-06-072-22/+36
| * | | Fix compilation of QML benchmarksPeter Varga2013-06-0610-27/+24
| * | | Merge "Merge remote-tracking branch 'origin/stable' into dev" into refs/stagi...Frederik Gladhorn2013-06-0545-112/+415
| |\ \ \
| | * | | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-06-0445-112/+415
| | |\| |
| | | * | Merge remote-tracking branch 'origin/release' into stableFrederik Gladhorn2013-05-3141-103/+381
| | | |\|
| | | | * Doc: Fix the positioning topic pageCaroline Chao2013-05-302-14/+13
| | | | * Added QQuickWindow::setDefaultAlphaBuffer()Shawn Rutledge2013-05-305-2/+39
| | | | * Fix various bugs in calqlatrShawn Rutledge2013-05-305-10/+50
| | | | * window example: show only the splash screen until the timeoutShawn Rutledge2013-05-302-6/+12
| | | | * 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-292-20/+22
| | | | * 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-292-0/+8
| | | | * Animations: Avoid accessing invalid memory if stop() triggers deletionKai Koehne2013-05-291-2/+2
| | | | * Dialogs: Create directory structure for documentationCaroline Chao2013-05-2815-45/+201
| | | | * 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
| | | * | Fix assert when calculating the implicit width of truncated lines.Andrew den Exter2013-05-313-1/+28
| | | * | Do not use QApp::arguments() to select antialiasing mode.Gunnar Sletta2013-05-311-7/+5
| | | * | Change wording in QML Tutorial.Mitch Curtis2013-05-301-1/+1
| | | * | Bump MODULE_VERSION to 5.1.1Sergio Ahumada2013-05-291-1/+1
| | | |/
| * | / Don't remove milliseconds now that toString() includes them.Mitch Curtis2013-06-051-2/+0
| |/ /
| * | Add --noinstantiate to qmlplugindumpAlan Alpert2013-05-291-38/+44
| * | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-05-28379-6663/+5352
| |\|
| | * Package dialogs examples into a single executableShawn Rutledge2013-05-2812-41/+305
| | * window and Screen example: new properties; splash screenShawn Rutledge2013-05-2820-304/+549
| | * Prevent tab focus from wrapping endlesslyLiang Qi2013-05-274-4/+187
| | * 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
| | * sync.profile: Point dependencies to an empty stringSergio Ahumada2013-05-271-3/+4
| | * Update all plugins.qmltypes filesLiang Qi2013-05-272-185/+462
| | * skip failing qquickanimatedimage mirror tests for nowShawn Rutledge2013-05-271-0/+6
| | * Doc: Add Dialogs/Controls/Layouts in submodules sectionCaroline Chao2013-05-271-0/+6
| | * QmlProfiler: fix SceneGraph profilingChristiaan Janssen2013-05-273-3/+3
| | * Debugger: Make sure client list is protected by mutexKai Koehne2013-05-241-0/+3
| | * qmlscene: Set window flags correctly.Friedemann Kleint2013-05-231-1/+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
| | * qmlscene: don't call show() on the window if it's already showingShawn Rutledge2013-05-221-1/+1
| | * Partial fix for deferred properties when combined with componentsAlan Alpert2013-05-229-15/+96
| | * Fix TextEdit content size calculationJ-P Nurmi2013-05-221-1/+3