aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Tools and examples: consistently use organization name QtProjectShawn Rutledge2014-07-023-3/+3
* 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-0111-0/+351
* Avoid direct GL calls in Qt Quick examples and testsLaszlo Agocs2014-07-018-16/+30
* 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
* Mark failing testcases with QEXPECT_FAIL for windowsGunnar Sletta2014-07-011-0/+4
* QQuickApplication: do not filter LayoutDirectionChange eventsJ-P Nurmi2014-06-252-35/+4
* Allow integer values to be assigned QList<qreal> propertiesOleg Shparber2014-06-257-10/+11
* 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-244-6/+56
* Exclude private methods and QObject::deleteLater from enumerable propertiesSimon Hausmann2014-06-242-2/+48
* Make QQuickRenderControl publicLaszlo Agocs2014-06-2417-155/+1116
* 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
* Test the javascript heap profilerUlf Hermann2014-06-181-3/+64
* 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-1749-401/+1231
|\
| * Merge remote-tracking branch 'origin/5.3' into devSimon Hausmann2014-06-1349-401/+1231
| |\
| | * Merge remote-tracking branch 'origin/stable' into 5.3Simon Hausmann2014-06-133-73/+136
| | |\
| | | * Fix EllipseShape for Affectors in QtQuick.ParticleDaniel Oberländer2014-06-121-1/+7
| | | * Further improve the StocQt demoTopi Reinio2014-06-112-72/+129
| | * | Set StrongFocus on QQuickWidgetLaszlo Agocs2014-06-131-0/+3
| | * | Doc: Clarify where JavaScript fits in QML codeSze Howe Koh2014-06-132-47/+42
| | * | Initialize QSGPaintedNode with an empty size.Gunnar Sletta2014-06-121-1/+0
| | * | Add node description to painted items.Gunnar Sletta2014-06-121-0/+4
| | * | Make sure shader rewriter stops immediately on an empty string.Gunnar Sletta2014-06-121-3/+1
| | * | Fix forwarding of keyboard events to multiple target itemsJoni Poikelin2014-06-112-1/+7
| | * | Merge remote-tracking branch 'origin/stable' into 5.3Sergio Ahumada2014-06-1110-75/+204
| | |\|
| | | * Drag&Drop support for child items in QQuickWidgetPaul Olav Tvete2014-06-101-1/+6
| | | * Stop polish-and-sync timer when the window is destroyedLaszlo Agocs2014-06-101-0/+2
| | | * add missing signal declaration in Exposing Attributes to QML exampleShawn Rutledge2014-06-101-0/+2
| | | * Add support for multisampling in QQuickWidgetLaszlo Agocs2014-06-063-7/+32
| | | * Keep QML and JS messages separate in QQmlProfilerService testUlf Hermann2014-06-061-46/+52
| | | * V4 Yarr JIT: push/pop addressTempRegister.Erik Verbruggen2014-06-051-0/+2
| | | * Fix opacity issue in the renderer.Gunnar Sletta2014-06-053-5/+98
| | | * Fix QQuickWidget offscreen surface format and creation orderLaszlo Agocs2014-06-052-16/+10
| | |/
| | * Doc: Removed redundant link to section in the same page.Jerome Pasion2014-06-051-5/+3
| | * Doc: Updated "Qt Quick Examples" pages.Jerome Pasion2014-06-0519-188/+448
| | * Detect and warn when using QQuickWidget as a native childLaszlo Agocs2014-06-051-0/+6
| | * Use the correct precision specifier in visualizer GLSL.Gunnar Sletta2014-06-041-1/+1
| | * Fix bindings to when property of States not always workingSimon Hausmann2014-06-041-0/+1
| | * Fix method overload calling of Qt slots from JavaScriptkh12014-06-042-4/+53