aboutsummaryrefslogtreecommitdiffstats
path: root/src/quick
Commit message (Expand)AuthorAgeFilesLines
...
* Adding emitComponentCompleteSignalForAttachedProperty()Thomas Hartmann2013-04-232-0/+14
* 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
* Doc: Qt QML: Fix module name formatSze Howe Koh2013-04-197-12/+12
* 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
* Doc: Reassigned types and pages to their correct modules.Jerome Pasion2013-04-177-19/+0
* Silence a warning for unused variable in QQuickTextNode.Pierre Rossi2013-04-172-5/+5
* 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
* Remove slow and buggy sub-image codePaul Olav Tvete2013-04-161-30/+1
* Don't relayout if item is removed from sceneAlan Alpert2013-04-151-1/+2
* Improve focus documentationFrederik Gladhorn2013-04-121-11/+10
* Doc: Add a link to the Qt Quick Controls pageCaroline Chao2013-04-112-2/+5
* DesignerSupport: Adding separate flag for component completionThomas Hartmann2013-04-112-0/+13
* 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-092-1/+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
* Use correct alpha range for the distance field outlined text.Yoann Lopes2013-04-061-8/+14
* Merge "Merge remote-tracking branch 'origin/release' into stable" into refs/s...Frederik Gladhorn2013-04-053-9/+10
|\
| * Merge remote-tracking branch 'origin/release' into stableFrederik Gladhorn2013-04-033-9/+10
| |\
| | * Fix duplicate examples for qml/quick modulesKai Koehne2013-03-213-9/+10
* | | Implemented text styles for QSGDefaultGlyphNode.Yoann Lopes2013-04-054-42/+357
* | | Fix autotest-exported class from QtQuick.Thiago Macieira2013-04-042-1/+6
* | | Remove the APPLE_texture_format pathGunnar Sletta2013-04-041-2/+0
* | | Remove resize hook from QSGRenderLoop, exposureChanged is enough.Gunnar Sletta2013-04-045-53/+2
* | | Our debug env vars are a mess. Standardize on QSG_RENDER_TIMINGGunnar Sletta2013-04-046-51/+51
* | | QQuickTextEdit: render inline images after change 48798Pierre Rossi2013-04-041-1/+14
|/ /
* | Version new signalsAlan Alpert2013-04-021-2/+2
* | Provide workaround to slow glyph cache updates.Michael Brasser2013-04-022-6/+10
* | Use distance fields for text on retina displaysGunnar Sletta2013-04-023-4/+10
* | Fix distance field antialiasing for retina displays.Gunnar Sletta2013-04-028-5/+26
* | Doc: Fix some titles and linksSze Howe Koh2013-03-3013-33/+31
* | Doc: Update module "Qt Declarative" -> "Qt Quick"Sze Howe Koh2013-03-304-4/+4
* | Fix warning QQuickImplicitSizeItem redefines signalsv5.1.0-alpha1Caroline Chao2013-03-272-6/+8
* | Doc: Fixed some uses of terminolgies in qdoc files.Jerome Pasion2013-03-2628-207/+193
* | Merge remote-tracking branch 'origin/dev' into stableFrederik Gladhorn2013-03-2211-1193/+1506
|\ \
| * | Optimize QQuickTextEdit for larger documents.Pierre Rossi2013-03-2011-1193/+1506
* | | Merge branch 'dev' into stableSergio Ahumada2013-03-20185-10516/+2827
|\| |
| * | Make sure that TextInteractionFlags get set.Frederik Gladhorn2013-03-191-2/+2
| * | QQuickItem: Support FocusReason in focusNextPrevLiang Qi2013-03-181-1/+1
| * | QQuickLoader: fix the recursion guard for size updatesJ-P Nurmi2013-03-171-3/+6