summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'release' into old/5.0old/5.0Oswald Buddenhagen2013-04-113-8/+32
|\
| * disable module when widgets is not availablev5.0.2Tasuku Suzuki2013-03-221-0/+2
| * Add changes-5.0.2 fileSergio Ahumada2013-03-201-0/+22
* | Smooth dragging an item with MouseArea.Andrew den Exter2013-03-192-10/+11
* | Fix jump and property changes on first move when dragging a Flickable.Andrew den Exter2013-03-193-6/+12
* | Merge branch 'release' into stableOswald Buddenhagen2013-03-181-0/+2
|\|
| * define MODULE_VERSIONOswald Buddenhagen2013-02-271-0/+2
| * Merge branch 'stable' into releaseJohanna Aijala2013-02-211441-20104/+20752
| |\
* | | Makes QSmoothedAnimation respect zero duration.Thomas Kristensen2013-03-133-2/+35
* | | Fix warning about adding int to a QString (CLANG).Friedemann Kleint2013-03-111-1/+1
* | | Fix warnings about unused variables in tests (CLANG).Friedemann Kleint2013-03-114-28/+23
* | | Improve emission of FocusScope focusChanged signals.Andrew den Exter2013-02-275-31/+569
* | | Flickable shouldn't grab the mouse until it starts an effective move.Andrew den Exter2013-02-224-28/+136
* | | MouseArea shouldn't grab the mouse until there is an effective drag.Andrew den Exter2013-02-223-22/+137
| |/ |/|
* | Copy builtins.qmltypes into the 'imports' directoryKai Koehne2013-02-201-2/+2
* | Add license files mandated by (L)GPL.Timo Jyrinki2013-02-194-0/+1660
* | Doc: Removed reference to deprecated \badcode command.Jerome Pasion2013-02-155-12/+14
* | Remove QPointerBase bic check.Stephen Kelly2013-02-131-5/+0
* | substitute fixed version numbers in qdocconf files with variablesOswald Buddenhagen2013-02-061-6/+6
* | Merge branch 'release' into stableSergio Ahumada2013-01-312-2/+2
|\|
| * doc: Fix namespace version to 5.0.1 for qhp documentationv5.0.1Sergio Ahumada2013-01-121-1/+1
| * test examples only in developer buildsOswald Buddenhagen2013-01-111-1/+1
| * Merge branch 'stable' into releaseSergio Ahumada2013-01-0928-93/+195
| |\
| * | point dependencies to 'release' branchesSergio Ahumada2012-12-181-8/+8
* | | remove pointless conditionalsOswald Buddenhagen2013-01-3071-142/+71
* | | make use of qtHaveModule()Oswald Buddenhagen2013-01-2810-16/+16
* | | tst_bic: Add linux-gcc-ia32 bic dataSergio Ahumada2013-01-152-0/+17622
* | | Remove the Qt 4 BIC data for qtquick1Sergio Ahumada2013-01-151-18158/+0
* | | Doc: Remove duplicate consecutive wordsTopi Reinio2013-01-114-4/+4
* | | Update copyright year in Digia's license headersSergio Ahumada2013-01-101347-1349/+1349
* | | Remove QPerformanceTimer now that QElapsedTimer contains the necessary bitsRobin Burchell2013-01-098-415/+13
| |/ |/|
* | Fix image source for networkaccessmanagerfactory exampleTopi Reinio2013-01-071-1/+1
* | Improve tst_qdeclarativetextedit.Friedemann Kleint2013-01-072-60/+82
* | Fix mistake in using == instead of =Thiago Macieira2013-01-041-1/+1
* | Fix some warnings in qtquick1 found by ClangThiago Macieira2013-01-045-7/+7
* | Silence the Clang warning about overloaded virtual shadowing a previousThiago Macieira2013-01-041-0/+11
* | Add changes-5.0.1 fileSergio Ahumada2012-12-241-0/+51
* | Bump Qt version to 5.0.1Sergio Ahumada2012-12-231-4/+4
* | Add qmake generated files to .gitignore.Miikka Heikkinen2012-12-201-0/+3
* | QmlViewer: Fix test script exits.Friedemann Kleint2012-12-201-5/+19
* | QmlViewer: Display options on Windows using a non-proportional font.Friedemann Kleint2012-12-201-1/+3
* | remove pointless harfbuzz includeOswald Buddenhagen2012-12-191-1/+0
* | remove some unnecessary CONFIG additionsOswald Buddenhagen2012-12-199-9/+9
* | Specify better increment for captured propertiesAlan Alpert2012-12-193-4/+4
|/
* test: Mark tst_qdeclarativetext as insignificantSergio Ahumada2012-12-181-0/+2
* Add minimal plugin importing to quick1 qmlplugindump toolv5.0.0Miikka Heikkinen2012-12-141-0/+2
* Doc: Added documentation for the quick1 demo applicationsv5.0.0-rc2Venugopal Shivashankar2012-12-1215-0/+398
* Backport PathView currentIndex fixes from Qt 5Bea Lam2012-12-123-37/+485
* Fixed install path of tictactoe exampleOliver Wolff2012-12-121-1/+1
* Process imports in the order they appear in the code.Robin Burchell2012-12-1230-8/+177