aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Update docs after modularization of docsTor Arne Vestbø2012-10-129-788/+8
* Fix imageelements example deploymentTopi Reinio2012-10-121-1/+1
* Fix performance bottleneck in QQuickWindow::mouseMoveEvent().Sérgio Martins2012-10-116-9/+146
* Add missing contents dir to installation of canvas exampleMiikka Heikkinen2012-10-101-1/+1
* Remove calculateHash functionPeter Varga2012-10-101-79/+3
* Fix QObject::receivers() within connectNotify()Thomas McGuire2012-10-102-2/+8
* In tst_qqmlnotifier, verify the result of QObject::receivers()Thomas McGuire2012-10-101-0/+24
* Update regex related tests of QJSEnginePeter Varga2012-10-101-15/+12
* crash fix in designersupportThomas Hartmann2012-10-091-1/+4
* Complete QmlJSVisitor for UiParameterListThomas Hartmann2012-10-084-1/+11
* Be more verbose about error when using shared.h for examplesOliver Wolff2012-10-041-6/+14
* Doc: Cleaned up Qt Quick module's titles and added them to groupJerome Pasion2012-10-044-10/+14
* Use correct path to qml files when looking for them in examplesOliver Wolff2012-10-041-1/+18
* Fix emitting originYChanged signals even when originY wouldn't changeGabriel de Dietrich2012-10-032-2/+12
* Fix in QmlJS parser for UiParameterListThomas Hartmann2012-10-012-0/+3
* Allow grabbing windows rendered without showing for testing.Balazs Kelemen2012-09-285-21/+24
* Fix potential crash when using text and more than 1 QQuickViewEskil Abrahamsen Blomfeldt2012-09-283-8/+21
* Fix a crash in QQmlPropertyCache::findPropertyJocelyn Turcotte2012-09-282-25/+29
* Examples: Fix calcqlatr.qmlprojectKai Koehne2012-09-281-1/+1
* Added lancelot-based scenegraph rendering regression testaavit2012-09-27208-0/+9671
* Update qMetaType helpers usage.Jędrzej Nowacki2012-09-271-8/+8
* HTML template: Updated copyright notice from Nokia to Digia PlcJerome Pasion2012-09-262-28/+3
* Doc: Removed the verbs from the page and section titlesVenugopal Shivashankar2012-09-261-15/+13
* Work around mis-optimisation on QNX/SGX in AA vertex shaderSean Harmer2012-09-262-8/+24
* doc: Fix some typos in C++ integration documentationEskil Abrahamsen Blomfeldt2012-09-263-3/+3
* Mark some tests as insignificant to let change#35527 be integratedKonstantin Ritt2012-09-262-0/+6
* Android also needs <ctype.h> for isspace() to be found.Samuel Rødal2012-09-251-1/+1
* Fixed instances of "to to" in qtdeclarative.Samuel Rødal2012-09-243-3/+3
* Fixed missing virtual destructors in qtdeclarative.Samuel Rødal2012-09-249-4/+25
* Windows CE buildfixAndreas Holzammer2012-09-242-1/+5
* test: Change declarative -> qml in global.cfgSergio Ahumada2012-09-241-1/+1
* tst_QQuickListView::sectionsDelegate_headerVisibility(): restore QSKIPJ-P Nurmi2012-09-241-0/+2
* Add missing QT_{BEGIN,END}_{NAMESPACE,HEADER}Sergio Ahumada2012-09-232-0/+8
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-232193-38283/+38230
* Add QT_{BEGIN,END}_{NAMESPACE,HEADER} to qtquickglobal.hThiago Macieira2012-09-221-0/+6
* Doc: Updated doc templates in doc/globalJerome Pasion2012-09-212-2/+28
* Qt QML: Updated qtqml.qdocconfJerome Pasion2012-09-211-5/+4
* Avoid hanging if glGetIntegerv() fails.Jason Barron2012-09-211-1/+1
* Examples: Moved example documentation.Jerome Pasion2012-09-2192-720/+3511
* Qt Quick: modified sources into documentation buildJerome Pasion2012-09-211-1/+5
* Qt Quick: Updated qtquick.qdocconfJerome Pasion2012-09-214-10/+758
* Fix Flickable movementEnded() signal emissionAndras Becsi2012-09-181-11/+15
* Use the Module Identifier Directive to make the TimeExample correctLaszlo Papp2012-09-181-0/+1
* qmlplugindump: Update help outputKai Koehne2012-09-181-1/+1
* Remove outdated bic test file.Frederik Gladhorn2012-09-172-18160/+0
* Auto tests: PlatformQuirks::isClipboardAvailable()J-P Nurmi2012-09-173-111/+116
* Autotests: Use qInstallMessageHandlerKai Koehne2012-09-1412-75/+74
* Add a Q_UNREACHABLE to improve code generation a littleThiago Macieira2012-09-132-0/+2
* Make the instruction table be constThiago Macieira2012-09-133-7/+7
* Remove tst_qquicktext::alignments()J-P Nurmi2012-09-1311-97/+0