aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Prospective fix for flakey "network" related QML testsv5.4.2Simon Hausmann2015-04-2543-267/+363
* Add list of changes for 5.4.2 relative to 5.4.1Shawn Rutledge2015-04-241-0/+49
* Protect the RegExp against early garbage collectionAlbert Astals Cid2015-04-141-1/+1
* Use qt_subtract_from_timeout instead of duplicating qt_timeout_valueDaniel Teske2015-04-1414-40/+16
* V4 JIT: fix typo in Binop::int32BinopJulien Brianceau2015-04-141-2/+2
* tst_qquickapplication: change test case 'state' to be more stableRichard Moe Gustavsen2015-04-081-8/+7
* [mips] Fix or32 implementation in macro assembler.Julien Brianceau2015-04-071-1/+3
* [mips] Fix branchTruncateDoubleToUint32 implementation in macro assembler.Julien Brianceau2015-04-071-1/+1
* Add note clarifying return value of Qt.openUrlExternally()Aaron McCarthy2015-04-021-2/+9
* Avoid parallel reading/writing of RegExpJitTables.hKai Koehne2015-04-011-1/+14
* Don't send deferred delete events from windowDestroyed()Andy Shaw2015-03-302-7/+1
* Improved QML test robustness and logging.Jason Erb2015-03-301-6/+16
* Always remove reply from replies when processing cancelledAlbert Astals Cid2015-03-301-3/+5
* Blacklist QQuickWindow::testWindowVisibilityOrder for OS XFrederik Gladhorn2015-03-301-0/+2
* Add test data for tst_GuiAppLauncherSergio Ahumada2015-03-072-0/+61
* Make sure we deref an item from its window.Gunnar Sletta2015-03-061-3/+2
* Doc: Replace qt-project.org/doc with doc.qt.ioSergio Ahumada2015-03-051-1/+1
* Fix thread-safety: _POSIX_THREAD_SAFE_FUNCTIONS is in <unistd.h>Thiago Macieira2015-03-051-0/+1
* Disable JIT on x32 ABIDmitry Shachnev2015-03-041-2/+4
* V4: fix ToFixed rounding for 0 fraction digits.Erik Verbruggen2015-03-032-3/+22
* bic: Add 5.{3,4}.0 bic data for QtQuickWidgetsSergio Ahumada2015-03-023-3/+43036
* Fix crash in overdraw and change visualizersDaiwei Li2015-02-251-2/+2
* Fix memory leak of QSGContext object in QSGThreadedRenderLoopjian liang2015-02-242-0/+6
* 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
* | Fix possible crash when removing items from QQmlDelegateModelDaniel Vrátil2015-02-021-0/+5
* | Doc: Fixed a broken link about sprite sheet scriptLiang Qi2015-02-021-8/+6
* | Fix vertical positioning of the first image in TextJoni Poikelin2015-02-021-1/+1
* | Doc: add missing "winrt" & "winphone" to Qt.platform.osJ-P Nurmi2015-02-021-0/+2
* | Doc: fix Qt.platform.os since -tagJ-P Nurmi2015-02-021-1/+1
* | Verify context creation in Quick tests.Friedemann Kleint2015-01-293-10/+24