aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* a nested Window automatically becomes transient for its parentShawn Rutledge2013-04-107-6/+119
* Added more tests for activeFocusOnTabLiang Qi2013-04-092-0/+118
* Fix new warnings in qtdeclarative (found by GCC 4.8)Thiago Macieira2013-04-093-2/+2
* Version new property and signalLiang Qi2013-04-0811-11/+12
* Add change log file for Qt 5.1.0Sergio Ahumada2013-04-081-0/+65
* QmlDebugging: Remove 'insignificant_test'Aurindam Jana2013-04-062-3/+1
* Fixed distance field text when using non-opaque colors.Yoann Lopes2013-04-062-6/+24
* TestLib: Add more mouseMove in mouseDrag implementationCaroline Chao2013-04-062-0/+116
* 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-0537-56/+104
|\
| * Merge remote-tracking branch 'origin/release' into stableFrederik Gladhorn2013-04-0337-56/+104
| |\
| | * Doc: Spelling fix.v5.0.2Jerome Pasion2013-03-261-2/+1
| | * Add changes-5.0.2 fileSergio Ahumada2013-03-251-0/+45
| | * Try to stabilize tst_QQuickPathViewSergio Ahumada2013-03-211-1/+1
| | * Try to stabilize qquickimage and rendernode tests.Gunnar Sletta2013-03-214-21/+22
| | * Fix duplicate examples for qml/quick modulesKai Koehne2013-03-2135-55/+58
* | | Implemented text styles for QSGDefaultGlyphNode.Yoann Lopes2013-04-054-42/+357
* | | Make keyClick/Press/Release work with a charAlbert Astals Cid2013-04-055-7/+82
* | | Android: Support implicit import paths for assets:/ urlsEskil Abrahamsen Blomfeldt2013-04-052-5/+78
* | | Remove unused declaration of accessibility text functions.Frederik Gladhorn2013-04-051-8/+0
* | | TestLib: add mouse release at the end of a mouseDragCaroline Chao2013-04-051-0/+1
* | | 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
* | | Mark tst_dialogs insignificant to stop geting CI failuresShawn Rutledge2013-04-041-0/+2
|/ /
* | Fix export macros for the QML parser export.Thiago Macieira2013-04-031-1/+3
* | Stabilize CodeAlan Alpert2013-04-023-3/+3
* | 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 incorrect merge in textureprovider example.Michael Brasser2013-04-021-1/+0
* | QmlProfiling: Test case uses port rangeAurindam Jana2013-04-021-5/+5
* | Debugger: Accepts port range as argumentsAurindam Jana2013-04-0210-26/+170
* | Update EtcProvider example to support configurable base url.Michael Brasser2013-04-023-4/+22
* | Fix distance field antialiasing for retina displays.Gunnar Sletta2013-04-028-5/+26
* | Show fullscreen button in qmlscene on MacGunnar Sletta2013-04-021-1/+1
* | Doc: Fix some titles and linksSze Howe Koh2013-03-3037-62/+60
* | Doc: Update module "Qt Declarative" -> "Qt Quick"Sze Howe Koh2013-03-309-11/+12
* | Delay loading implicit importAlan Alpert2013-03-277-20/+97
* | 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-2659-314/+287
* | Bump MODULE_VERSION to 5.1.0Sergio Ahumada2013-03-261-1/+1
* | Attempt to stabilize tst_qquickanimatedspriteFrederik Gladhorn2013-03-262-4/+4
* | Enable accessibility again.Frederik Gladhorn2013-03-224-10/+6
* | Merge "Merge remote-tracking branch 'origin/dev' into stable" into refs/stagi...J-P Nurmi2013-03-2224-1197/+2430
|\ \
| * \ Merge remote-tracking branch 'origin/dev' into stableFrederik Gladhorn2013-03-2224-1197/+2430
| |\ \
| | * | Add Instantiator type to QtQmlAlan Alpert2013-03-2013-4/+924
| | * | Optimize QQuickTextEdit for larger documents.Pierre Rossi2013-03-2011-1193/+1506