aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Disable accessibility temporarily.Frederik Gladhorn2013-03-122-4/+4
* 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
* Use official V8 string manipulation methods in QMLPeter Varga2013-03-123-7/+16
* correct misspellingShawn Rutledge2013-03-121-1/+1
* Create the sg render thread's opengl context on the GUI threadGunnar Sletta2013-03-121-34/+12
* Support activeFocusOnTab in QQuickItemLiang Qi2013-03-1210-14/+1023
* Fix displacement transition bug for horizontal caseGuenter Schwann2013-03-111-1/+1
* Replace deprecated V8 functionsPeter Varga2013-03-116-61/+61
* Remove comment about performance in qquickitem's clip property.Gunnar Sletta2013-03-111-4/+0
* Mark geometry dirty to signal scene graph that a repaint is needed.Gunnar Sletta2013-03-112-1/+3
* Fix MSVC warning C4819 under Chinese localeDebao Zhang2013-03-111-4/+4
* Fix warnings about overloaded virtual functions in tests (CLANG).Friedemann Kleint2013-03-112-4/+4
* Tests: add autotests for TextEdit and TextInputCaroline Chao2013-03-073-0/+122
* Handle focus events directly in TextEdit.Frederik Gladhorn2013-03-073-29/+30
* TextInput: Update text deselection on focus out eventCaroline Chao2013-03-071-1/+4
* TextInput: Handle focus event directlyCaroline Chao2013-03-073-27/+31
* Focus reasonCaroline Chao2013-03-075-24/+46
* Fix rendering of subpixel positioned native textEskil Abrahamsen Blomfeldt2013-03-073-3/+34
* Disable qv8profilerservice test. It is very unstableGunnar Sletta2013-03-071-0/+1
* Disable more unstable testsGunnar Sletta2013-03-071-0/+2
* Remove spurious includeAlan Alpert2013-03-051-1/+0
* Add core application functionality to Qt.application in QMLAlan Alpert2013-03-056-12/+124
* Android support: build fixesPaul Olav Tvete2013-03-054-3/+6
* Accessibility: Adapt memory management for Qt 5.1Frederik Gladhorn2013-03-053-48/+41
* Fix crash for keypress without active focus.Frederik Gladhorn2013-03-051-1/+1
* Remove extra semicolon.Frederik Gladhorn2013-03-051-1/+1
* Load "@2x" images on high-dpi "retina" systems.Morten Johan Sørvig2013-03-051-0/+11
* Work with synchronous replies from a custom QNetworkAccessManagerAlan Alpert2013-03-042-6/+70
* Fix relative URL in parallax exampleAlan Alpert2013-03-041-1/+1
* Added photosurface example to demo PinchArea/MouseArea togetherShawn Rutledge2013-03-045-0/+196
* Autotests w CONFIG+=parallel_test don't depend on activation or focusShawn Rutledge2013-03-0410-68/+31
* PinchArea autotest doesn't depend on window activation; QScopedPointerShawn Rutledge2013-03-042-20/+10
* pressedCanceledOnWindowDeactivate pops up a second windowShawn Rutledge2013-03-042-6/+11
* Merge "Merge remote-tracking branch 'origin/stable' into dev" into refs/stagi...Frederik Gladhorn2013-03-0438-128/+627
|\
| * Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-02-2538-128/+627
| |\
| | * Fix warnings about shadowing membersThiago Macieira2013-02-224-8/+6
| | * ListView's highlightMoveDuration should default to -1.Michael Brasser2013-02-222-1/+16
| | * Flickable shouldn't grab the mouse until it starts an effective move.Andrew den Exter2013-02-225-34/+137
| | * MouseArea shouldn't grab the mouse until there is an effective drag.Andrew den Exter2013-02-223-30/+131
| | * Typos: tripple->tripleFrederik Gladhorn2013-02-212-21/+21
| | * Stabilize clicking in QQuickTextEdit testFrederik Gladhorn2013-02-211-0/+2
| | * Add Test for Animating Qml Dynamic Properties using QPropertyAnimationDavid E. Narváez2013-02-214-0/+166
| | * Doc: Fix paths and add missing project files for QML and Quick examplesTopi Reinio2013-02-209-6/+102
| | * Fix QQuickTimeLine::accel() & accelDistance()J-P Nurmi2013-02-201-3/+4
| | * Fixed build when Qt is configured with -no-opengl.Samuel Rødal2013-02-204-15/+11
| | * Docs: Slow Down Animations only exists in qml1Frederik Gladhorn2013-02-191-8/+0
| | * Clarify Component::createObject docsAlan Alpert2013-02-191-2/+2
| | * Fix embedding images in text elementsEskil Abrahamsen Blomfeldt2013-02-191-0/+1
| | * Doc: Update QtQuickTest documentationCaroline Chao2013-02-181-0/+28