aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Doc: Document limits of QSGGeometry::setLineWidth5.4Kai Koehne2015-06-041-2/+8
* Doc: Added the missing \brief and \image to the example docsVenugopal Shivashankar2015-06-022-2/+4
* Doc: Added the missing examples \group page for Qt QMLVenugopal Shivashankar2015-06-023-1/+37
* Fix passing of locals as function arguments with side-effectsSimon Hausmann2015-04-301-1/+1
* Avoid calling potentially pure virtual methodDavid Edmundson2015-04-271-18/+9
* Doc: corrected error on return value qmlRegisterTypeNico Vertriest2015-04-241-1/+1
* QML: do not check stack size if stack grows upRolf Eike Beer2015-04-211-1/+9
* fix model leak in QQmlInstantiatorAlexandr Rekunkov2015-04-181-1/+1
* 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-143-16/+4
* V4 JIT: fix typo in Binop::int32BinopJulien Brianceau2015-04-141-2/+2
* [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
* Make sure we deref an item from its window.Gunnar Sletta2015-03-061-3/+2
* 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-031-3/+9
* 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
* docs: Add a link to Drag and DropArea in MouseArea's drag sectionSérgio Martins2015-02-171-0/+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-111-3/+5
* Merge "Merge remote-tracking branch 'origin/5.4.1' into 5.4" into refs/stagin...Frederik Gladhorn2015-02-101-1/+1
|\
| * Merge remote-tracking branch 'origin/5.4.1' into 5.4Frederik Gladhorn2015-02-101-1/+1
| |\
| | * 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
* | 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-0412-39/+31
* | 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-031-1/+1
* | 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
* | Don't crash on FreeBSD when computing stack limitsAlex Richardson2015-01-281-1/+2
* | Ensure that Canvas has the correct size with complex bindings.Mitch Curtis2015-01-281-1/+3
* | Doc fix: QHistoryState is registered in QML as HistoryStatePierre Rossi2015-01-281-4/+4
* | Canvas: don't crash when getContext("2d") is called on destruction.Mitch Curtis2015-01-261-0/+3
* | Avoid sRGB usage when targeting an incapable FBOLaszlo Agocs2015-01-261-1/+9