Include QQmlExpression in QtQml module CppClasses docs
[profile/ivi/qtdeclarative.git] / src /
2012-07-12 Chris AdamsInclude QQmlExpression in QtQml module CppClasses docs
2012-07-11 Thiago MacieiraUpdate the export macros in qtdeclarative.git
2012-07-11 Thiago MacieiraChange CONFIG += staticlib to CONFIG += static
2012-07-11 Oswald Buddenhagenuse centralized qml plugin project handling
2012-07-11 Michael BrasserFix, test and document animation started/stopped signals.
2012-07-11 Michael BrasserAdd documentation for all font properties.
2012-07-11 Martin Jonespressed and pressedButtons don't work when multiple...
2012-07-11 Matthew VogtAllow color to be explicitly compared to a string
2012-07-11 Bea LamMerge old "Modules" docs into new doc structure
2012-07-11 Andrew den ExterUse QQuickTextUtil to calculate alignment offsets in...
2012-07-11 Andrew den ExterRemove code for unused LinksAccessibleByKeyboard option.
2012-07-11 Chris AdamsDocument how to register namespaced types with the...
2012-07-11 Matthew VogtFix qmlscene initial resize for delayed loading
2012-07-11 Michael BrasserUpdate usage of childrenRect in Flickable docs.
2012-07-11 Chris AdamsDon't provide typehint in QQmlExpression::evaluate()
2012-07-11 Chris AdamsImprove documentation for JavaScript expressions and...
2012-07-10 Matthew VogtImproved error messages for malformed .import statements
2012-07-10 Chris AdamsFix broken value-type support by allowing property...
2012-07-10 Tasuku Suzukiload plugins properly when QT_NO_SETTINGS is defined
2012-07-10 Oswald Buddenhagenremove dead files
2012-07-10 Friedemann KleintFix warnings about multiple rules for install_targets.
2012-07-10 Andrew den ExterDon't cache visual data model v8 handles.
2012-07-10 Eskil Abrahamsen... Add option to use native rasterizer for SceneGraph...
2012-07-10 Friedemann KleintFix warning about assigned/unused variable.
2012-07-09 Andrew den ExterSpeed up Text construction with RichText
2012-07-09 Andrew den ExterSpeed up TextEdit construction time.
2012-07-09 Matthew VogtDo not permit excessive recursion in component creation
2012-07-08 Matthew VogtUse V4 binding for non-final properties where possible
2012-07-08 Andrew den ExterReduce the number of unnecessary layouts on geometry...
2012-07-06 Andrew den ExterAllow all explicit margins to override margins.
2012-07-06 Alan AlpertRemove Qt::WindowFlags from QQuickView constructor
2012-07-06 Alan AlpertClarify jumpTo docs
2012-07-06 Alan AlpertUpdate Age affector doc references
2012-07-05 Andrew den ExterUse enumeration in preference to enum when referring...
2012-07-05 Jiang JiangUse qFloor instead of qRound for glyph coordinates
2012-07-05 Bea LamRemove sections with no doc content for now
2012-07-05 Bea LamFix various QtQuick.* submodule docs
2012-07-05 Laszlo PappAdd references between being/completeCreate in the...
2012-07-04 Bea LamReorganize "concept" pages in QtQuick docs
2012-07-04 Andrew den ExterAdd some private V8ASSERT macros.
2012-07-04 Kim Motoyoshi KallandLet ShaderEffectSource use same multisample count as...
2012-07-04 Eskil Abrahamsen... Compile without RTTI support
2012-07-04 Martin JonesDocument QQmlComponent::create(QQmlIncubator&, ...)
2012-07-04 Martin JonesPathView needs drag events similar to Flickable
2012-07-04 Charles YinImprove mouseWheel() function
2012-07-04 Michael BrasserImprove wheel event handling.
2012-07-04 Martin JonesMark QQmlComponent::createObject() and incubateObject...
2012-07-04 Chris AdamsImprove performance guide
2012-07-04 Michael BrasserReport correct mouse position when made visible with...
2012-07-04 Chris AdamsFix qmlRegisterModuleApi function linkage
2012-07-04 Andrew den ExterRefresh the TextInput.acceptableInput property when...
2012-07-04 Glenn WatsonMake Behaviors work correctly with value types.
2012-07-04 Andrew den ExterAdd tests for triple click text selection in TextEdit.
2012-07-04 Andrew den ExterDon't calculate selection rects unnecessarily.
2012-07-04 Andrew den ExterRemove dead code from QQuickTextControl.
2012-07-04 Martin JonesSection headers ignore list delegate size changes when...
2012-07-04 Andrew den ExterAllow mouse interaction with 0 opacity items.
2012-07-03 Martin JonesAllow resetting a Rectangle gradient.
2012-07-03 Michael BrasserFix some commented issues from the refactor merge.
2012-07-03 Glenn WatsonAdd nativeScanCode to KeyEvent.
2012-07-03 Andrew den ExterRemove outdated refactor comments.
2012-07-03 Andrew den ExterRemove unused private API.
2012-07-02 Robin Burchellandroid: don't unconditionally use execinfo.h
2012-07-02 Nils JeiseckeFix high CPU load for Qml TextEdit on Mac
2012-07-02 Chris AdamsFix crash in QQmlXmlHttpRequest
2012-07-02 Bea LamUpdate glossary of terms
2012-07-02 Robin BurchellRemove QQuickImageBase's explicitSourceSize.
2012-07-02 Martin Jonessection.property cannot deal with nested properties
2012-07-02 Andrew den ExterUse the convential form for the selectedText notify...
2012-07-01 Bea LamDocument various changes to types and modules in QtQuick2
2012-07-01 Martin Jonesanchors.mirrored should not exist in QtQuick 2
2012-06-30 Andrew den ExterRemove QQuickItemPrivate::InitializationStatus.
2012-06-30 Andrew den ExterFix memory leak when cancelling incubation of view...
2012-06-29 Friedemann KleintMSVC: Fix warnings about struct/class mismatch.
2012-06-29 Oswald Buddenhagenremove stale references to QTDIR_build
2012-06-29 Chris AdamsImprove documentation for module APIs
2012-06-29 Bea LamAdd porting guide for QML apps
2012-06-29 Alan AlpertRename speed -> velocity in the particle system
2012-06-28 Michael BrasserRemove dead code.
2012-06-28 Shawn RutledgePropagate synthesized mouse events in parallel with...
2012-06-28 Friedemann KleintFix exports in QtQuickParticles.
2012-06-28 Bea LamFixes for QML Basic Types docs
2012-06-28 Michael BrasserAdd basic documentation for QML translation functions.
2012-06-27 Andrew den ExterUse resolved font name for key in distance field cache.
2012-06-27 Martin JonesPathView element with 1 item moves in wrong direction...
2012-06-27 Oswald BuddenhagenMerge "Merge branch 'buildsystem'" into refs/staging...
2012-06-27 Martin JonesChanging PathView offset doesn't set currentIndex appro...
2012-06-27 Martin JonesQQuickView doc improvements.
2012-06-27 Michael BrasserDocument the concept of creation context for QML Compon...
2012-06-27 Bea LamReorganise release notes for QtQml and QtQuick
2012-06-27 Martin JonesDocument the arg() function QML adds to the String...
2012-06-27 Kent HansenImplement QAbstractDeclarativeData::isSignalConnected...
2012-06-27 Matthew VogtConsistent use of syntax in V4 Register class
2012-06-27 Matthew VogtAdd enum values from related types
2012-06-27 Glenn WatsonFix performance issue with BorderImage element.
2012-06-26 Thiago MacieiraDo not depend on indirect inclusions: #include and...
2012-06-26 Glenn WatsonSupport JS Date object in ListModel with static roles.
2012-06-26 Oswald BuddenhagenMerge branch 'buildsystem'
2012-06-26 Thiago MacieirainitializeGLFunctions is deprecated, replace it
2012-06-26 Oswald Buddenhagenbuild system cleanups
next