aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Move ArrayElementLessThen to qv4arraydata.cppLars Knoll2014-01-313-43/+43
* Rename some filesLars Knoll2014-01-3153-810/+810
* Implement Lookup::indexedSetterLars Knoll2014-01-3110-108/+97
* Fix a bug in qmljs_set_element and improve it's performanceLars Knoll2014-01-311-4/+8
* Make the QML debug server thread safeUlf Hermann2014-01-302-115/+136
* Make QML import thread safe.Ulf Hermann2014-01-301-7/+14
* V4: remove unused field.Erik Verbruggen2014-01-302-9/+6
* Visualization modes for rendering.Gunnar Sletta2014-01-299-7/+388
* Change QQmlProfilerService::instance to be a getterUlf Hermann2014-01-293-29/+30
* Allow debug plugin registrations from other threads than main GUIUlf Hermann2014-01-291-4/+4
* [new compiler] Avoid uncreatable type errors for types that aren't createdSimon Hausmann2014-01-295-15/+32
* [new compiler] Fix timing of property assignment error handlingSimon Hausmann2014-01-293-259/+486
* Expose TextEdit::linkAt(x, y)J-P Nurmi2014-01-293-2/+20
* Expose Text::linkAt(x, y)J-P Nurmi2014-01-293-2/+21
* [new compiler] Report errors when trying to bind to read-only propertiesSimon Hausmann2014-01-285-7/+33
* [new compiler] Improved error handlingSimon Hausmann2014-01-285-62/+80
* Improved error handling for namespaced property bindingsSimon Hausmann2014-01-282-1/+5
* Move logic for determining native vs. DF text into single factory functionTor Arne Vestbø2014-01-273-28/+7
* Allow renderType: Text.NativeRendering on retina displays/devicesTor Arne Vestbø2014-01-273-12/+3
* Make sure a profiling range is started for every handled signalUlf Hermann2014-01-271-11/+10
* Accessibility: add states to QQuickAccessibleAttachedFrederik Gladhorn2014-01-273-50/+129
* [new compiler] Fix support for namespaces in attached propertiesSimon Hausmann2014-01-272-12/+27
* Merge "Merge remote-tracking branch 'origin/stable' into dev" into refs/stagi...Simon Hausmann2014-01-2432-202/+408
|\
| * Merge remote-tracking branch 'origin/stable' into devSimon Hausmann2014-01-2432-202/+408
| |\
| | * Dont define CAN_BACKTRACE_EXECINFO when building on uClibcJorgen Lind2014-01-241-1/+1
| | * Don't write into the callers stack frameLars Knoll2014-01-242-5/+16
| | * Merge "Merge remote-tracking branch 'origin/release' into stable" into refs/s...Simon Hausmann2014-01-241-3/+0
| | |\
| | | * Merge remote-tracking branch 'origin/release' into stableSimon Hausmann2014-01-241-3/+0
| | | |\
| | | | * V4: remove more superfluous spills.Erik Verbruggen2014-01-231-3/+0
| | * | | V4: fix life-time hole check.Erik Verbruggen2014-01-241-7/+6
| | |/ /
| | * | Fix compile error with clang 3.4Lars Knoll2014-01-231-1/+1
| | * | Fix warning about comparing double to boolean in js_equal().Friedemann Kleint2014-01-231-1/+1
| | * | QQuickText: fix layout mirroringJ-P Nurmi2014-01-221-4/+4
| | * | Only look at alpha to decide if rectangle has fill or not.Gunnar Sletta2014-01-221-2/+2
| | * | Enforce texture cleanup to happen at the end of the sync phase.Gunnar Sletta2014-01-223-3/+14
| | * | Revert QSGRenderNode to the old "in context" behaviorGunnar Sletta2014-01-222-90/+56
| | * | Merge "Merge remote-tracking branch 'origin/release' into stable" into refs/s...Frederik Gladhorn2014-01-229-103/+88
| | |\ \
| | | * | Merge remote-tracking branch 'origin/release' into stableFrederik Gladhorn2014-01-229-103/+88
| | | |\|
| | | | * Remove redundant button clicked handler in QQuickMessageBoxBerthold Krevert2014-01-202-49/+0
| | | | * Work around missing BGRA texture format on Samsung Galaxy Tab 3Eskil Abrahamsen Blomfeldt2014-01-172-5/+30
| | | | * QQmlInstructionData: fix warning 'code' {is,might be} used uninit'edMarc Mutz2014-01-171-0/+4
| | | | * Improve Mac OS X touch event enabling.Morten Johan Sørvig2014-01-174-49/+54
| | * | | Make it possible to render without a depth buffer.Gunnar Sletta2014-01-223-27/+53
| | |/ /
| | * | Ensure Flickable bounds detection is executed at the end of animation.Martin Jones2014-01-211-0/+1
| | * | Parse source location for signal handling functionsUlf Hermann2014-01-211-0/+1
| | * | Retrieve detailed location information when profiling signal handlersUlf Hermann2014-01-213-4/+27
| | * | Make compile on DragonFly BSD.Alex Blasche2014-01-213-0/+17
| | * | qmplugindump is not able to dump all registered componentsDaniel Pesch2014-01-212-0/+12
| | * | Add support for deprecated RegExp (constructor) propertiesSimon Hausmann2014-01-202-2/+105
| | * | QQmlEngine - fix example in documentationKimmo Leppälä2014-01-191-1/+1