aboutsummaryrefslogtreecommitdiffstats
path: root/src/quick
Commit message (Expand)AuthorAgeFilesLines
...
| * Fix type of AnimationController::animation in documentation.Mitch Curtis2014-05-271-1/+1
| * Fix crash when sharing data structures between 32-bit and 64-bitSimon Hausmann2014-05-261-1/+5
| * Mark clip node dirty regardless of how its geometry was changed.Gunnar Sletta2014-05-221-1/+1
* | Rework custom parser integrationSimon Hausmann2014-06-042-108/+91
* | TextInput: implement the new input method APIJ-P Nurmi2014-06-022-0/+16
* | Avoid direct GL calls in QuickLaszlo Agocs2014-05-2316-215/+231
* | Merge "Merge remote-tracking branch 'origin/stable' into dev" into refs/stagi...Simon Hausmann2014-05-2215-28/+126
|\ \
| * | Merge remote-tracking branch 'origin/stable' into devSimon Hausmann2014-05-2215-28/+126
| |\|
| | * Fix copy and paste errorFrederik Gladhorn2014-05-211-1/+3
| | * Fix copy and paste errorFrederik Gladhorn2014-05-211-1/+1
| | * Focus event fix for QQuickWidgetPaul Olav Tvete2014-05-211-1/+8
| | * Merge remote-tracking branch 'origin/release' into stableIikka Eklund2014-05-203-2/+3
| | |\
| | | * Update qmltypes filesAlan Alpert2014-05-063-2/+3
| | | * Always implement text input "canPaste" propertyBernd Weimer2014-05-022-6/+4
| | * | Fix improper antialiasing property behaviorOleg Shparber2014-05-191-3/+5
| | * | Fix crash with running animators on re-shown windows.Gunnar Sletta2014-05-195-9/+68
| | * | TextEdit: fix cursor rectangle positioningJ-P Nurmi2014-05-161-2/+5
| | * | Doc: Describe property bindings in terms of relationshipsSze Howe Koh2014-05-161-8/+5
| | * | Fix typo in Image documentation.Mitch Curtis2014-05-151-1/+1
* | | | Be conservative with atlas allocation for Cover windows.Gunnar Sletta2014-05-221-0/+10
|/ / /
* | | Introduce TextInput::ensureVisible(int position)J-P Nurmi2014-05-213-21/+48
* | | Merge "Merge remote-tracking branch 'origin/stable' into dev" into refs/stagi...Frederik Gladhorn2014-05-158-11/+32
|\ \ \
| * | | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2014-05-138-11/+32
| |\| |
| | * | Doc: Fix invalid cross-referenceKevin Funk2014-05-121-1/+1
| | * | Android: Add support for new input method query APIPaul Olav Tvete2014-05-082-3/+12
| | * | Item views: prevent negative cache bufferJ-P Nurmi2014-05-073-4/+9
| | * | Fix typo in QQuickText documentation.Mitch Curtis2014-05-071-1/+1
| | * | QWindowsFontEnginge uses GetGlyphOutline which seems to failJørgen Lind2014-05-071-2/+9
* | | | Support smooth for AnimatedSpriteGunnar Sletta2014-05-141-1/+1
* | | | Don't adjust the position of transitioning list items.Jan Arve Saether2014-05-141-0/+2
* | | | Introduce MouseArea.drag.smoothedKevin Funk2014-05-143-2/+26
|/ / /
* | | Minor: Remove unneeded include from qquickitem.hKevin Funk2014-05-132-1/+1
* | | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2014-05-1088-651/+1471
|\| |
| * | Remove references of QML as a 'declarative' languageKai Koehne2014-05-071-2/+2
| * | QQuickRenderControl: Fix compilation with MSVC compilerLouai Al-Khanji2014-05-051-1/+1
| * | Invalidate text painting nodes when document text block is updatedSarunas Valaskevicius2014-05-052-0/+9
| * | Merge remote-tracking branch 'origin/release' into stableFrederik Gladhorn2014-05-0114-26/+71
| |\|
| | * Fix translations in states causing failing assertionsSimon Hausmann2014-04-281-12/+25
| | * Follow QOpenGLContext API renamingLaszlo Agocs2014-04-2511-14/+14
| | * Getting the render window of an offscreen windowPaul Olav Tvete2014-04-242-0/+32
| * | QQuickStyledText: do not insert an extra blank line in the beginningJ-P Nurmi2014-05-011-1/+1
| * | Mark material as dirty after changing color's opacity in Rectangle.Gunnar Sletta2014-04-301-5/+15
| * | Eliminate a static global QString in qquickpath.cppJ-P Nurmi2014-04-301-2/+2
| * | Ensure RGB32 images are not converted on upload to atlas.Michael Brasser2014-04-281-1/+1
| * | Don't forcibly accept touch events if mouse event synthesis is disabledGiuseppe D'Angelo2014-04-251-3/+5
| * | Merge "Merge remote-tracking branch 'origin/release' into stable" into refs/s...Tony Sarajärvi2014-04-248-7/+63
| |\|
| | * Implement the new inputmethod query API for Qt QuickPaul Olav Tvete2014-04-222-0/+47
| | * If a popup window is opened, do not change the focusShawn Rutledge2014-04-221-4/+6
| | * QQuickItemView/QQuickPathView: Fix creation of delegatesAlbert Astals Cid2014-04-182-0/+4
| | * Make sure the clipPath is retained as state of Context2DUlf Hermann2014-04-181-0/+2