aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Fix segfault on certain resize patterns in QQuickWidgetLaszlo Agocs2014-07-071-1/+8
* Add findChild to TestCase.Mitch Curtis2014-07-043-0/+23
* Verbose fatal instead of crash when the scene graph state is invalid.Gunnar Sletta2014-07-048-0/+87
* V4 IR: (natural) loop detection.Erik Verbruggen2014-07-045-81/+291
* Avoid race condition in QQmlEngine on shutdown.Gunnar Sletta2014-07-043-3/+15
* Remove old state logic for ComboBoxFrederik Gladhorn2014-07-031-4/+0
* Enable QSG_RUNTIME_DESCRIPTION by default for debug builds.Gunnar Sletta2014-07-032-5/+8
* Profiler: Fix MSVC warning about signed integers.Friedemann Kleint2014-07-031-1/+1
* Merge "Merge remote-tracking branch 'origin/5.3' into dev" into refs/staging/devFrederik Gladhorn2014-07-0212-26/+64
|\
| * Merge remote-tracking branch 'origin/5.3' into devFrederik Gladhorn2014-07-0212-26/+64
| |\
| | * Avoid double deletion of QQuickWindowShawn Rutledge2014-06-301-0/+1
| | * Fix intermittent crash with older MinGW releasesRobin KAY2014-06-271-6/+3
| | * Merge remote-tracking branch 'origin/stable' into 5.3Frederik Gladhorn2014-06-253-5/+7
| | |\
| | | * Update QtQuick import value to 2.3Samuel Gaist2014-06-232-5/+5
| | | * Set locked state while locking for grab.Gunnar Sletta2014-06-201-0/+2
| | * | Fix crash when deleting component in Component.onComplete through loaderSimon Hausmann2014-06-232-7/+28
| | * | Fix memory leak in QQmlComponent::createObjectSimon Hausmann2014-06-232-6/+4
| | * | QQmlObjectCreator: Clear sharedState componentAttached in destruction/clearAlbert Astals Cid2014-06-201-0/+9
| | * | Initialize velocityAlbert Astals Cid2014-06-201-1/+1
| | * | Fix QQmlComponent detailed description.Mitch Curtis2014-06-201-1/+1
| | * | Fix crash in QObjectWrapperOleg Shparber2014-06-191-0/+2
| | * | Merge remote-tracking branch 'origin/stable' into 5.3Sergio Ahumada2014-06-141-0/+8
| | |\|
| | | * Fix Stmt:Data object leakLiang Jian2014-06-131-0/+8
* | | | Use qNextPowerOfTwo instead of reimplementing itAllan Sandfeld Jensen2014-07-022-29/+6
* | | | Fix output of swap times for basic render loopUlf Hermann2014-07-021-2/+2
* | | | Properly collect polish timings from all render loopsUlf Hermann2014-07-0211-26/+26
* | | | Use the same length for all scene graph numeric dataUlf Hermann2014-07-021-1/+1
* | | | QQuickSystemPalette: use QGuiApplication::paletteChanged()J-P Nurmi2014-07-022-44/+15
|/ / /
* | | Remove redundant sse2 math flagsAllan Sandfeld Jensen2014-07-011-7/+0
* | | Add grabFramebuffer() to QQuickWidget and use it in the autotestLaszlo Agocs2014-07-013-0/+21
* | | Docs: clarify the relation between default alpha and format.Laszlo Agocs2014-07-011-64/+72
* | | Use categorized logging for all things scenegraph.Gunnar Sletta2014-07-0111-332/+261
* | | Avoid deadlock during window hiding.Gunnar Sletta2014-07-011-2/+6
* | | QQuickApplication: do not filter LayoutDirectionChange eventsJ-P Nurmi2014-06-252-35/+4
* | | Allow integer values to be assigned QList<qreal> propertiesOleg Shparber2014-06-252-2/+3
* | | Warn at runtime about badly threaded calls to QQuickItem::update()Gunnar Sletta2014-06-251-3/+5
* | | Fix crash in QQmlDelegateModel during destruction phaseSimon Hausmann2014-06-242-6/+6
* | | Exclude private methods and QObject::deleteLater from enumerable propertiesSimon Hausmann2014-06-241-2/+11
* | | Make QQuickRenderControl publicLaszlo Agocs2014-06-248-154/+313
* | | V4 JIT: add IR printer that uses platform register names.Erik Verbruggen2014-06-243-3/+42
* | | QQuickApplication: do not filter ApplicationActive/Inactive eventsJ-P Nurmi2014-06-231-19/+5
* | | Make sure program is bound before calling initialize().Gunnar Sletta2014-06-231-0/+1
* | | V4 JIT: add some documentation and literature references.Erik Verbruggen2014-06-193-0/+33
* | | V4 JIT: add hint for phi-node operands.Erik Verbruggen2014-06-191-0/+1
* | | Fix compiler warningLars Knoll2014-06-181-1/+2
* | | Use the correct 'no-widgets' checkGunnar Sletta2014-06-181-1/+1
* | | V4 JIT: teach regalloc about callee-saved registers.Erik Verbruggen2014-06-172-9/+26
* | | Merge "Merge remote-tracking branch 'origin/5.3' into dev" into refs/staging/devSergio Ahumada2014-06-1719-91/+134
|\ \ \
| * | | Merge remote-tracking branch 'origin/5.3' into devSimon Hausmann2014-06-1319-91/+134
| |\| |
| | * | Merge remote-tracking branch 'origin/stable' into 5.3Simon Hausmann2014-06-131-1/+7
| | |\|