Doc: Enabling Qt QML linking to Qt Quick.
[profile/ivi/qtdeclarative.git] / src / qml /
2012-12-17 Jerome PasionDoc: Enabling Qt QML linking to Qt Quick. upstream
2012-12-12 hjkChange virtual folders in .qdocconf to qtqml and qtquick
2012-12-10 Oswald Buddenhagencentralize and fixup example sources install targets
2012-12-10 Philip LorenzOnly free context if the owning QV8ContextResource...
2012-12-05 Christian StengerDoc: Fix external references
2012-12-04 Stephen KellyUse the qRegisterMetaType which does not take a string.
2012-12-04 Stephen KellyDeclare QJSValue as a metatype where it is defined.
2012-12-04 Stephen KellyDeclare QQmlV8Handle as a metatype where it is defined.
2012-12-03 Eskil Abrahamsen... Avoid duplicating Qt Quick Code Samples
2012-12-03 Jerome PasionDoc: Edited qdocconfig files to change QCH titles and...
2012-12-01 Christian StengerDocs: Fix some more references
2012-11-30 Richard MooreFix QML XmlHttpRequest Insecure Redirection Flaw
2012-11-30 Andreas HartmetzMake static QQmlProperty::read() take a const QObject...
2012-11-30 Friedemann KleintLimit case-sensitivity check in QML to file names.
2012-11-29 Tasuku SuzukiMove no-Gui related QML types from QtQuick into QtQml
2012-11-28 Christian StengerDocs: Fix some reference errors
2012-11-28 Frederik GladhornMark scarc resource docs as internal for 5.0
2012-11-28 Erik VerbruggenFix escape sequences in lexer: the capital X is not...
2012-11-28 Gunnar Slettadocfix: Move image to correct location
2012-11-28 Gunnar SlettaDocfix: Move images to correct location and fix bugs...
2012-11-27 Jędrzej NowackiDeclare type information for some internal qml types.
2012-11-27 Erik VerbruggenEnable the lexer to run in JS strict/non-strict mode...
2012-11-27 Erik VerbruggenFixed line terminators to handle LS/PS and CR+LF correctly.
2012-11-27 Gunnar SlettaRemove TODO from docs as it doesn't make sense.
2012-11-26 Erik VerbruggenAccept missing semicolon after do-while statement.
2012-11-26 Tasuku SuzukiEnable module build with QT_NO_IM
2012-11-26 Tasuku SuzukiEnable mobule build with QT_NO_TRANSLATION
2012-11-23 Marc MutzReduce number of relocations
2012-11-23 Tasuku SuzukiStop using the name "trolltech" in interface name
2012-11-23 Frederik Gladhorndocs: Separate qml and c++ examples
2012-11-22 Jerome PasionDoc: Adding "qtgui" to the documentation dependency.
2012-11-22 Marco BubkeAdd designer support for animations and componentComplete
2012-11-21 Frederik GladhornDeliver parameters to bound signals.
2012-11-21 Jędrzej NowackiDocument importing issues in worker script
2012-11-20 Eskil Abrahamsen... Merge branch 'newdocs'
2012-11-19 Vadim ZakondyrinFixed memory leak of registered QML modules
2012-11-19 Thiago MacieiraUse the new QLibraryInfo::Qml2ImportsPath path for...
2012-11-10 Frederik GladhornImprove documentation.
2012-11-08 Erik VerbruggenFix compilation issue with clang in C++11 mode.
2012-11-05 Thomas HartmannQQmlPropertyCache: adding setParent()
2012-11-02 Jerome PasionMerge branch 'master' of ssh://codereview.qt-project...
2012-10-29 Venugopal ShivashankarChanged the plugin module name
2012-10-29 Sergio AhumadaRemove stale QT_MODULE() usage cases
2012-10-29 Jerome PasionDoc: Removed the HTML template from the .qdocconf files
2012-10-23 Marco BubkeChange qml list interface
2012-10-23 Thomas HartmannAdding invalidate function to QQmlPropertyCache
2012-10-19 Thomas HartmannQQmlOpenMetaObjectType: extend interface for visual...
2012-10-17 Jerome PasionDoc: Cleaned up \module and \qmlmodule page for Qt...
2012-10-12 Thomas HartmannWe need to export QQmlVMEMetaObject to support the...
2012-10-12 Tor Arne VestbøUpdate docs after modularization of docs
2012-10-10 Peter VargaRemove calculateHash function
2012-10-10 Thomas McGuireFix QObject::receivers() within connectNotify()
2012-10-08 Thomas HartmannComplete QmlJSVisitor for UiParameterList
2012-10-01 Thomas HartmannFix in QmlJS parser for UiParameterList
2012-09-28 Jocelyn TurcotteFix a crash in QQmlPropertyCache::findProperty
2012-09-27 Jędrzej NowackiUpdate qMetaType helpers usage.
2012-09-26 Eskil Abrahamsen... doc: Fix some typos in C++ integration documentation
2012-09-24 Samuel RødalFixed missing virtual destructors in qtdeclarative.
2012-09-24 Andreas HolzammerWindows CE buildfix
2012-09-23 Sergio AhumadaAdd missing QT_{BEGIN,END}_{NAMESPACE,HEADER}
2012-09-23 Iikka EklundChange copyrights from Nokia to Digia
2012-09-21 Jerome PasionQt QML: Updated qtqml.qdocconf
2012-09-13 Thiago MacieiraAdd a Q_UNREACHABLE to improve code generation a little
2012-09-13 Thiago MacieiraMake the instruction table be const
2012-09-11 Oswald Buddenhagencentralize load(qt_build_config)s in .qmake.conf
2012-09-10 Sergio Ahumadadoc: fix some more typos
2012-09-07 Sergio Ahumadadoc: fix some typos in .cpp files
2012-09-05 Casper van DonderenDoc: Use settings from global qdocconf.
2012-08-31 Thomas McGuireDelete weak JS objects on exit right away
2012-08-29 Aaron KennedyEvaluate bindings more intelligently during construction
2012-08-28 Kai KoehneFix compiler warnings from MSVC2010
2012-08-28 Aurindam JanaConsole API: Print JS object
2012-08-28 Matthew VogtFix property overriding lookup to exclude functions
2012-08-28 Thomas McGuireReduce memory usage of QV4Bindings::Subscription by...
2012-08-28 Bea LamDocs - add missing images and code, clean up sections
2012-08-28 Matthew VogtDocument the current behavior of overridden properties
2012-08-28 Thomas McGuireDoc: Clarify ownership semantics of objects returned...
2012-08-28 Bea LamFix various doc errors
2012-08-28 Michael BrasserRefactor QQmlPropertyCacheMethodArguments creation.
2012-08-28 Michael BrasserFix leak introduced in 0853343c33e394f35c31c161b019b2ae...
2012-08-28 Chris AdamsRefactor singleton type registration code
2012-08-27 Michael BrasserUpdate usage of smooth and antialiasing.
2012-08-27 Bea LamImprove docs related to visual parent concept
2012-08-27 Bea LamClean up structure of JavaScript related docs
2012-08-27 Bea LamMove data ownership docs and improve docs
2012-08-27 Chris AdamsMove the Property Modifier Type documentation
2012-08-27 Matthew VogtRestrict v8 property lookup to the execution context
2012-08-24 Thomas McGuireImmediatley delete QV8QObjectResource objects to reduce...
2012-08-24 Thomas McGuireDocument the vTable hack.
2012-08-24 Matthew VogtFix warnings in QtQml
2012-08-24 Bea LamFix doc links
2012-08-23 Michael BrasserAvoid dynamic lookup of signal handler arguments
2012-08-23 Matthew VogtIncrease test coverage for V4
2012-08-23 Jerome PasionDoc: Tidied links, titles, and HTML pages.
2012-08-22 Thomas McGuireMake connectNotify() work with QML
2012-08-22 Stephen KellyTrim trailing whitespace.
2012-08-22 Chris AdamsFix signal offset in dynamic sig param lookup
2012-08-22 Aaron McCarthyExport QV8ValueTypeWrapper.
2012-08-22 Bea LamFix snippets to compile to ensure they are valid
2012-08-21 Matthew VogtFix V4 calculations that vary from V8 results
next