aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Fix interaction of QQuickItems with the garbage collectorSimon Hausmann2014-01-066-0/+142
* Fix a warning about casting from asciiLars Knoll2014-01-031-2/+2
* Move array data into it's own structLars Knoll2014-01-0316-335/+338
* Get rid of the nonStrictArgumentsObject flag in ManagedLars Knoll2014-01-036-9/+10
* Use the flags to check whether a Managed is of a certain typeLars Knoll2014-01-032-6/+5
* Fix compiler warning about wrong reinterpret_castLars Knoll2014-01-031-4/+4
* Move Managed::type and some flags into the vtableLars Knoll2014-01-0332-82/+175
* Clear out memory in the GC, not when constructing objectsLars Knoll2014-01-032-4/+2
* Do not call InternalClass::changeVTable directlyLars Knoll2014-01-032-4/+6
* Merge "Merge remote-tracking branch 'origin/stable' into dev" into refs/stagi...Simon Hausmann2013-12-2444-118/+175
|\
| * Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-12-2444-118/+175
| |\
| | * systemdialogs example: path to /tmp is different on WindowsShawn Rutledge2013-12-231-1/+1
| | * Doc: Fixed a few broken links and snippetsVenu2013-12-232-4/+4
| | * QtQuick docs: add missing \qmlpropertygroup commandsJ-P Nurmi2013-12-2012-0/+16
| | * Doc: Updated the image URLVenu2013-12-191-2/+2
| | * use private linkage where possibleOswald Buddenhagen2013-12-193-3/+3
| | * remove obsolete workarounds for qmake processing order problemsOswald Buddenhagen2013-12-192-31/+0
| | * V4 SSA: add some more literature references.Erik Verbruggen2013-12-191-5/+13
| | * Fix deadlock when QQmlEngine is destroyed during compilation.Andrew den Exter2013-12-191-14/+27
| | * Fix positioning of item when first cacheBuffer item is removed.Andrew den Exter2013-12-1917-32/+68
| | * QtQuick window example improvements: window size and DPI infoShawn Rutledge2013-12-182-3/+4
| | * Docs: fix Drag::onDragStarted() and onDragFinished() signalsJ-P Nurmi2013-12-181-2/+2
| | * Fix & cleanup whitespace in qquickdrag.cpp docsJ-P Nurmi2013-12-181-21/+19
| | * Fixes: qml memory corruption on Androidaavit2013-12-171-0/+10
| | * ensure that qmltest users have CONFIG+=consoleOswald Buddenhagen2013-12-171-0/+4
| | * Delete a disallowed template instantiation the proper wayThiago Macieira2013-12-171-1/+1
| | * QtQuick Dialogs: don't use native windows on iOSShawn Rutledge2013-12-161-1/+3
* | | Change C++ parameter type used for var parameters in QML declared signalsSimon Hausmann2013-12-246-5/+87
|/ /
* | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-12-16215-1747/+4072
|\|
| * Doc: Made copy of the QML files in the snippets directoryVenu2013-12-133-3/+174
| * Fix touch to mouse synthesis/propagation.Robin Burchell2013-12-136-18/+147
| * V4 IR: change block scheduling algorithm from recursive to iterative.Erik Verbruggen2013-12-121-102/+189
| * Merge remote-tracking branch 'origin/release' into stableFrederik Gladhorn2013-12-1221-50/+87
| |\
| | * Set the format for the fallback offscreen surfacev5.2.0Laszlo Agocs2013-12-051-0/+1
| | * Fix broken visibility property assignment after d0644b040eTor Arne Vestbø2013-12-051-1/+1
| | * Fix a crash in JSON.parseLars Knoll2013-12-042-2/+15
| | * QQmlImport: Don't try use a dangling pointer.Robin Burchell2013-12-041-2/+1
| | * static builds: add classname entry to qmldir for QtQuick.Dialogs.PrivateRichard Moe Gustavsen2013-12-041-0/+1
| | * Revert "Revert ffaf39e9a7f11d4e2800b3b37160a2a952795614"Alan Alpert2013-12-0411-14/+11
| | * Fix binding loop in Maroon in Trouble QML demoTopi Reinio2013-12-041-1/+3
| | * Don't leave the GL context current after cleanup.Gunnar Sletta2013-12-041-18/+34
| | * Revert "Load "@2x" images on high-dpi "retina" systems."Morten Johan Sørvig2013-12-031-11/+0
| | * Update changelog for change Icf323618 / QTBUG-35174Tor Arne Vestbø2013-12-031-0/+8
| | * Release GL resources of ShaderEffectSource while we still have GL.Gunnar Sletta2013-12-032-3/+13
| * | Don't crash when QCoreApplication is currently being deleted.Sérgio Martins2013-12-121-0/+3
| * | Safeguard QQuickWindow::hide() against other GL contexts.Gunnar Sletta2013-12-125-1/+104
| * | Stabilize TestAlan Alpert2013-12-111-1/+1
| * | Fix regression in QML string list concatenationsSimon Hausmann2013-12-112-2/+28
| * | tst_qquickflickable: unskip rebound on OS XRobin Burchell2013-12-111-5/+0
| * | Size changes do not warrant a transform update.Gunnar Sletta2013-12-111-1/+1