aboutsummaryrefslogtreecommitdiffstats
path: root/src/quick
Commit message (Expand)AuthorAgeFilesLines
* 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
| * | Add TextEdit::selectByKeyboardJ-P Nurmi2013-03-154-2/+54
| * | QQuickWindow: expose activeFocusItem as a propertyJ-P Nurmi2013-03-152-0/+12
| * | QQuickView's equivalent in QtQuick1 is QDeclarativeViewDebao Zhang2013-03-151-1/+1
| * | Add some docs, improve scope of var.Frederik Gladhorn2013-03-142-1/+11
| * | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-03-1410-44/+56
| |\ \
| * | | Polish usage of a QElapsedTime instance in QSGThreadedRenderLoopJędrzej Nowacki2013-03-131-1/+3
| * | | Fix usages of \since for QML itemsThomas McGuire2013-03-135-5/+6
| * | | Documentation and versioning for new Window propertiesShawn Rutledge2013-03-133-3/+126
| * | | Abort rendering when QOpenGLContext::create/makeCurrent fails.Gunnar Sletta2013-03-131-5/+13
| * | | Fix remote image loading for AnimatedSpriteAlan Alpert2013-03-123-4/+12
| * | | Fix QString usage in createPixmapDataSync().Friedemann Kleint2013-03-121-2/+2
| * | | Fixed incorrect vsync delta time in QSGThreadedRenderLoop.Yoann Lopes2013-03-121-1/+1
| * | | Introduce QML_FBO_FLUSH_BEFORE_DETACH to work around FBO issue.Michael Brasser2013-03-121-0/+3
| * | | Create the sg render thread's opengl context on the GUI threadGunnar Sletta2013-03-121-34/+12
| * | | Support activeFocusOnTab in QQuickItemLiang Qi2013-03-123-2/+166