aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Don't limit to files ending with .qmlKevin Ottens2015-03-161-8/+5
* Export QQuickImage, we need it in QtGraphicalEffects.Gunnar Sletta2015-03-101-1/+1
* Merge "Merge remote-tracking branch 'origin/5.5' into dev" into refs/staging/devGabriel de Dietrich2015-03-0623-73/+109
|\
| * Merge remote-tracking branch 'origin/5.5' into devGabriel de Dietrich2015-03-0623-73/+109
| |\
| | * Fix build: QString needs to be fully-defined for QString()Thiago Macieira2015-03-051-0/+1
| | * tst_qqmlitemmodels: Remove pointless QVariant::type() checksGabriel de Dietrich2015-03-051-5/+0
| | * TextEdit: Block's update should update paint nodeRuslan Nigmatullin2015-03-051-0/+7
| | * WinRT: Set alignment boundary to page sizeMaurice Kalinowski2015-03-051-1/+9
| | * Doc: Changed title GridView exampleNico Vertriest2015-03-051-6/+6
| | * Work around QPersistentModelIndex being a built-in meta-typeGabriel de Dietrich2015-03-051-3/+27
| | * Fix invocations of static methods of QGuiApplication/QCoreApplication.Friedemann Kleint2015-03-0518-58/+59
* | | qml tool: don't process the command nameKevin Ottens2015-03-061-1/+1
* | | TextEdit: add support for paddingJ-P Nurmi2015-03-055-9/+327
* | | TextInput: add support for paddingJ-P Nurmi2015-03-056-21/+373
|/ /
* | Merge "Merge remote-tracking branch 'origin/5.5' into dev" into refs/staging/devFrederik Gladhorn2015-03-03116-47540/+146384
|\ \
| * | Merge remote-tracking branch 'origin/5.5' into devFrederik Gladhorn2015-03-03116-47540/+146384
| |\|
| | * Use of fullsize distance field textures should be font-dependent.Michael Brasser2015-03-031-7/+1
| | * V4: fix regalloc for loops with many life&changing vars.Erik Verbruggen2015-03-031-5/+10
| | * V4: fix phi node use position calculation.Erik Verbruggen2015-03-032-18/+19
| | * Avoid assert in rich text when img width is invalidEskil Abrahamsen Blomfeldt2015-03-021-2/+2
| | * testlib: Introduce MouseDoubleClickSequence() methodCaroline Chao2015-03-024-10/+108
| | * QQuickWindow: rename deliverGestureEvent to deliverNativeGestureEventShawn Rutledge2015-02-272-4/+4
| | * QQuickWindow: move deliverGestureEvent outside QT_NO_WHEELEVENT sectionShawn Rutledge2015-02-271-17/+16
| | * QtQuick: Micro-optimize iterator loops.Friedemann Kleint2015-02-2612-37/+43
| | * QtQml: Micro-optimize iterator loops.Friedemann Kleint2015-02-2611-27/+31
| | * Optimize distance field construction.Michael Brasser2015-02-252-4/+13
| | * Include <limits> in qqmlprofilerservice_p.hUlf Hermann2015-02-251-0/+2
| | * Allow glyph cache textures to be created at full size.Michael Brasser2015-02-252-3/+20
| | * Merge remote-tracking branch 'origin/5.4' into 5.5Frederik Gladhorn2015-02-2478-47402/+145998
| | |\
| | | * remove unnecessary LICENSE.GPLv2Jani Heikkinen2015-02-191-292/+0
| | | * docs: Add a link to Drag and DropArea in MouseArea's drag sectionSérgio Martins2015-02-171-0/+2
| | | * Update url location for missing Qt logoSergio Ahumada2015-02-171-2/+2
| | | * Doc: fix exampleJoerg Bornemann2015-02-161-1/+2
| | | * Fix width/height property assignment during animations.Aaron McCarthy2015-02-121-1/+1
| | | * Fix QML Timer running not being updated together with triggered signalTroels Nilsson2015-02-112-3/+69
| | | * bic: Add/Replace 5.{0,1,2,3,4}.0 bic data for linux-gcc-amd64Sergio Ahumada2015-02-1121-46978/+145578
| | | * Merge "Merge remote-tracking branch 'origin/5.4.1' into 5.4" into refs/stagin...Frederik Gladhorn2015-02-102-1/+51
| | | |\
| | | | * Merge remote-tracking branch 'origin/5.4.1' into 5.4Frederik Gladhorn2015-02-102-1/+51
| | | | |\
| | | | | * Add list of changes for 5.4.1 relative to 5.4.0v5.4.1wip/tizenSimon Hausmann2015-02-041-0/+50
| | | | | * QQuickTextItem: fix crash on polishingGiuseppe D'Angelo2015-01-291-1/+1
| | | * | | Update C++11 warning logic from QtWebKitAllan Sandfeld Jensen2015-02-101-9/+7
| | | |/ /
| | | * | Fix crash when invalidating qqmltypeloaderDaiwei Li2015-02-061-4/+7
| | | * | Replace blog.qt.digia.com with blog.qt.ioSergio Ahumada2015-02-061-2/+2
| | | * | Doc: fix a file name of an imageLiang Qi2015-02-061-0/+0
| | | * | Fix regression where QQuickScreenAttached overwrites QScreen valuesAlbert Astals Cid2015-02-062-2/+10
| | | * | Fix crash when QQuickWindow::updatePolish() deletes QQuickItems.Gunnar Sletta2015-02-061-14/+16
| | | * | Doc: link issues qtdeclarativeNico Vertriest2015-02-0413-42/+34
| | | * | TextInput: update the baseline offset when vertical alignment changesJ-P Nurmi2015-02-031-0/+1
| | | * | Fix Text wrapping when growing from 0 width.Michael Brasser2015-02-033-1/+28
| | | * | qquicktest: Wait for the view to finish loadingDaiwei Li2015-02-031-0/+4