aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Merge "Merge branch 'stable' into dev" into refs/staging/devSergio Ahumada2013-08-0619-96/+92
|\
| * Merge branch 'stable' into devSergio Ahumada2013-08-0519-96/+92
| |\
| | * Avoid using connect in QQuickImplicitSizeItem.Michael Brasser2013-08-011-14/+2
| | * Fix crash when changing non-cached source of image during animationMichael Brasser2013-08-011-2/+2
| | * Remove comment that QQuickPaintedItem is only useful for porting.Gunnar Sletta2013-08-011-3/+0
| | * Fixed distance field text getting clipped at small sizes.Yoann Lopes2013-08-011-1/+1
| | * Doc: Clean up docs for PathView.highlightRangeMode enum valuesTopi Reinio2013-08-011-16/+19
| | * Rectangle which only draw an opaque border should not be blended.Gunnar Sletta2013-08-011-1/+1
| | * Correctly update flickable visibleArea.heightRatio when geometry changesNils Jeisecke2013-07-311-5/+5
| | * QQuickListViewPrivate::updateStickySections(): add missing null checkJ-P Nurmi2013-07-291-1/+1
| | * FolderListModel: Do not return invalid URLs like "file:" when navigating up.Friedemann Kleint2013-07-291-8/+4
| | * FolderListModel: Fix setting of directory in componentComplete().Friedemann Kleint2013-07-291-2/+2
| | * Merge remote-tracking branch 'origin/release' into stableSergio Ahumada2013-07-269-23/+47
| | |\
| | | * Workaround for distance field glyph upload problem.Yoann Lopes2013-07-261-2/+4
| | | * Keep the QML ColorDialog's controls in sync with the color propertyShawn Rutledge2013-07-252-7/+26
| | | * Correct initial/minimum size of default QML ColorDialogShawn Rutledge2013-07-251-1/+1
| | | * Doc: Link to QML Qt object in relevant locationsTopi Reinio2013-07-252-1/+6
| | | * Doc: Modified the term for the Qt global object.Jerome Pasion2013-07-251-4/+1
| | | * Link between "QML Basic Type: date" and QML Date object documentation.Mitch Curtis2013-07-233-8/+9
| | * | Always use QDir::exists() for checking if something existsAndy Shaw2013-07-251-16/+2
| | * | Resizing items out of the list viewport should not change the viewportAlbert Astals Cid2013-07-241-4/+6
| | |/
* | | Merge branch 'wip/v4' of ssh://codereview.qt-project.org/qt/qtdeclarative int...Simon Hausmann2013-08-06471-26316/+111724
|\ \ \
| * | | Fix integer preserving arithmetics with the interpreterSimon Hausmann2013-08-053-20/+53
| * | | Fix line number resolution with the interpreter and try {} catch {}Simon Hausmann2013-08-051-1/+5
| * | | Optimize lookups in the property cacheLars Knoll2013-08-051-3/+3
| * | | Fix stack traces into interpreter codeSimon Hausmann2013-08-051-0/+1
| * | | MacOS: get instruction stream after closing buffer.Erik Verbruggen2013-07-311-1/+1
| * | | Added convertUInt32ToDouble for X86(_64)Erik Verbruggen2013-07-303-0/+28
| * | | Disable the JIT on Windows 64-bit again until the exception support is implem...Simon Hausmann2013-07-301-1/+1
| * | | Fix various QList<qreal> property related auto test failures in release buildsSimon Hausmann2013-07-261-1/+1
| * | | std:: fixes to make qtdeclarative closer to compilable with QNX NDK.Petr Nejedly2013-07-266-14/+14
| * | | Initial support for debugging in the v4 interpreterSimon Hausmann2013-07-2611-275/+296
| * | | Merge branch 'dev' of ssh://codereview.qt-project.org/qt/qtdeclarative into m...Simon Hausmann2013-07-2611-46/+48
| |\ \ \
| * | | | Fix tst_QJSValueIterator::iterateString() on Mac OS XSimon Hausmann2013-07-232-13/+12
| * | | | Fix crashes in tst_qquickcanvasitem with older Ubuntu toolchainsSimon Hausmann2013-07-221-1/+0
| * | | | Merge branch 'dev' of ssh://codereview.qt-project.org/qt/qtdeclarative into w...Simon Hausmann2013-07-2279-347/+870
| |\ \ \ \
| * | | | | Revert partially "Remove some unused code and forward declarations"Marco Bubke2013-07-182-0/+7
| * | | | | Fix failing QQuickCanvas auto-testsSimon Hausmann2013-07-171-1/+3
| * | | | | Fix JavaScript stack back trace generation in release builds on WindowsSimon Hausmann2013-07-171-13/+0
| * | | | | Implement gcc compatible exception throwing using _Unwind_RaiseExceptionSimon Hausmann2013-07-174-1/+164
| * | | | | Fix exception handling with MinGW on ia32Simon Hausmann2013-07-122-5/+2
| * | | | | Move QV4::Exception into a separate compilation unit with header fileSimon Hausmann2013-07-1218-87/+218
| * | | | | Fix registration of unwind tables on AndroidSimon Hausmann2013-07-101-1/+10
| * | | | | Cleanup: Remove ExternalResource from QV4::ObjectPeter Varga2013-07-102-11/+0
| * | | | | Fix rare crashes in release builds on Windows with exceptionsSimon Hausmann2013-07-104-110/+241
| * | | | | Fix JIT selection on Android with ARM buildsSimon Hausmann2013-07-051-0/+6
| * | | | | Follow-up to previous commit about forcing thumb builds:Simon Hausmann2013-07-052-2/+5
| * | | | | Get rid of the first half of QQmlGuard usageLars Knoll2013-07-0542-83/+70
| * | | | | Introduce PhysicalRegister and StackSlot Temps.Erik Verbruggen2013-07-052-3/+85
| * | | | | Rename V4IR::InstructionSelection to V4IR::IRDecoder.Erik Verbruggen2013-07-054-8/+8