aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* Expose QStyleHints as Qt.styleHintsJ-P Nurmi2015-01-176-0/+53
* QQmlData: Reorder fields to drop size from 144 to 136 bytes on x86_64.Robin Burchell2015-01-171-5/+5
* QQuickParticleEmitter: Call particleCountChanged by hand on maximumEmittedCha...Robin Burchell2015-01-171-2/+1
* Fix Qt.inputMethod ownershipJ-P Nurmi2015-01-173-2/+5
* Implement DefUses::Temps with a QVarLengthArray.Robin Burchell2015-01-171-5/+2
* Don't require an ExecutionEngine member in String anymoreLars Knoll2015-01-166-17/+17
* Refactor persistent valuesLars Knoll2015-01-1614-470/+659
* QQuickItemParticle: delete delegates once they are completed.Robin Burchell2015-01-161-1/+1
* Drop trailing vertices in GL_LINES and GL_TRIANGLES drawing modes.Ulf Hermann2015-01-161-7/+28
* Merge "Merge remote-tracking branch 'origin/5.4' into dev" into refs/staging/devSimon Hausmann2015-01-1626-55/+221
|\
| * Merge remote-tracking branch 'origin/5.4' into devSimon Hausmann2015-01-1627-56/+222
| |\
| | * doc: The correct enum name is 'Time', not 'LastModified'.Gunnar Sletta2015-01-121-1/+1
| | * Make opengl context current in context2d's toImage if necessaryUlf Hermann2015-01-121-4/+26
| | * Fix timing output from windows render loopLaszlo Agocs2015-01-111-1/+1
| | * Print exceptions in JS slotsKai Koehne2015-01-091-5/+9
| | * Fix grammatical error in Text and TextEdit documentation.Mitch Curtis2015-01-092-2/+2
| | * TextEdit: fix construction time text cacheJ-P Nurmi2015-01-081-1/+1
| | * Parse dates as Qt::RFC2822Date tooAlbert Astals Cid2015-01-081-0/+2
| | * doc: Fixed copy/paste errors in DSM snippetsAlejandro Exojo2014-12-303-3/+0
| | * Remove unnecessary QString::toUtf8 method callNobuaki Sukegawa2014-12-201-1/+0
| | * Fix invalid assertionNobuaki Sukegawa2014-12-201-1/+1
| | * Fix GC crash with conditional breakpoints and JS consoleSimon Hausmann2014-12-191-4/+6
| | * V4: fix reverse type propagationErik Verbruggen2014-12-181-8/+15
| | * V4: only optimize out to-int32 conversions when the operands are int32.Erik Verbruggen2014-12-181-2/+1
| | * Doc: Updated the snippet to call the right functionVenu2014-12-181-1/+1
| | * Fix build with MinGW due to -WerrorSérgio Martins2014-12-171-0/+8
| | * Fix QQuickText alignment when lineHeight is setDaiwei Li2014-12-162-3/+15
| | * Mark qmlRegisterCustomExtendedType as \internalAlejandro Exojo2014-12-121-0/+1
| | * Input method support for QQuickWidgetPaul Olav Tvete2014-12-112-0/+10
| | * Restore extension types documentationAlejandro Exojo2014-12-102-3/+66
| | * QML Debugging: Fix breakpoints/stepping in a with-statement.Erik Verbruggen2014-12-101-1/+7
| | * Add hiDPI @2x retina image support to AnimatedImageMarko Kangas2014-12-101-1/+8
| | * Fix the visualization of unmerged batch geometries without indexJocelyn Turcotte2014-12-092-2/+5
| | * Windows: Don't disable JITSérgio Martins2014-12-091-2/+2
| | * QML Debugging: Fix crash when stepping through try-catch block.Erik Verbruggen2014-12-094-18/+37
* | | Avoid an incorrect warning when dynamically parenting a WindowJocelyn Turcotte2015-01-161-18/+16
* | | Redirect console.info to new QtInfoMsgKai Koehne2015-01-153-4/+14
* | | Check for "c" being a nullptr in all placesHolger Hans Peter Freyther2015-01-141-1/+1
* | | Add null check for target as wellHolger Hans Peter Freyther2015-01-141-1/+1
* | | Remove side-effect in assertHolger Hans Peter Freyther2015-01-141-1/+1
* | | No need to include qsgbatchrenderer_p.h from qquickwindow_p.hGunnar Sletta2015-01-141-1/+0
|/ /
* | Make sure we always have an engine when assigning to a PersistentLars Knoll2015-01-1328-147/+157
* | Fix flick() with ListView.SnapToItem at bounds.Michael Brasser2015-01-131-4/+4
* | Use a list of lists for free chunks instead of merging in one listJocelyn Turcotte2015-01-132-104/+84
* | Fix a harmless valgrind warning in RegExpObjectJocelyn Turcotte2015-01-131-1/+1
* | Improve startup of bindings using QQuickScreenSimon Hausmann2015-01-121-0/+4
* | Rename QML debug macro to Qt naming stylePasi Petäjäjärvi2015-01-121-4/+4
* | V4 IR: move the MemberResolver out of IR::Temp.Erik Verbruggen2015-01-123-28/+42
* | Add ability to retrieve QJSEngine for a given QObjectSimon Hausmann2015-01-122-0/+20
* | Clean up renderer visualization a bit.Gunnar Sletta2015-01-123-22/+18