OSDN Git Service

Update license.
[qt-creator-jp/qt-creator-jp.git] / src / libs / qmljs / qmljscheck.cpp
2011-04-13 hjkUpdate license.
2011-03-11 conMerge remote branch 'origin/2.1' into 2.2
2011-03-02 conMerge remote branch 'origin/2.1'
2011-03-01 Thomas HartmannQmlJs::Check: using the Option enum to ignore type...
2011-03-01 Thomas HartmannQmlJs::Check: turning "file or directory does not exist...
2011-02-21 Christian KammQmlJS: Remove the strict separation of types and attach...
2011-02-10 Christian KammQmlJS: Completion for attached properties.
2011-02-09 Christian KammQmlJS: Fix local-file url property check.
2011-02-04 conMerge remote branch 'origin/2.1'
2011-02-04 conMerge remote branch 'origin/2.1'
2011-01-24 conMerge remote branch 'origin/2.1'
2011-01-24 conMerge origin/2.1, commit '54f4fba003c5bb60ed747552e8b7d...
2011-01-24 conMerge origin/2.1, commit '05bc989fc0ab7c6be1e04d6f8fe21...
2011-01-12 conIt's 2011 now.
2011-01-12 conMerge branch 'master' of scm.dev.nokia.troll.no:creator...
2011-01-12 conMerge remote branch 'origin/2.1'
2011-01-12 conIt's 2011 now.
2011-01-06 conMerge remote branch 'origin/2.1'
2011-01-05 conMerge remote branch 'origin/2.1'
2010-12-17 conMerge branch '2.1'
2010-12-17 conLicense headers.
2010-12-13 Thomas HartmannQMlJSCheck: Components have their own scope for ids
2010-12-13 Thomas HartmannQmlJsCheck: check for Behaivours and exclude them from...
2010-12-10 conMerge remote branch 'origin/2.1'
2010-12-08 conMerge remote branch 'origin/2.1'
2010-12-07 Thomas HartmannQmlJSCheck: adding more checks
2010-12-06 conMerge branch 'private-master' into mainline-master
2010-12-06 Christian KammJS checks: Check code block script bindings for common...
2010-12-06 Christian KammJS checks: Allow blocks after for(var ...).
2010-12-02 conMerge remote branch 'origin/2.1'
2010-11-30 conMerge remote branch 'origin/2.1' into master
2010-11-29 Christian KammQmlJS: Don't warn about expression statements in script...
2010-11-29 Christian KammQmlJS: Don't warn for "string == ''" and "boolean ...
2010-11-29 Christian KammQmlJS: Don't warn on 'numbervalue == 0'.
2010-11-29 Christian KammQmlJS: Remove overzealous 'undefined' check for enums.
2010-11-25 conMerge remote branch 'origin/2.1'
2010-11-25 conMerge commit 'bd8b23d4bad4191367e7c5eb3297769a2477afec...
2010-11-25 Christian KammQmlJS: Add JSLint-style warnings for common JS traps.
2010-11-25 Christian KammQmlJS: Enhance check pass to do lookup... and disable it.
2010-11-25 Christian KammQmlJS: Mark invalid urls and files in url properties...
2010-09-24 Christian KammQmlJS: Add initial 'Find Usages' support.
2010-09-16 Christian KammQmlJS: Speed up Link significantly, provide more info...
2010-08-31 Christian KammQmlJS: Improve performance by avoiding two links in...
2010-08-30 Christian KammQmlJS: Add missing null checks before using scopeChain...
2010-08-26 Christian KammQmlJS: Refactor LookupContext creation for speed.
2010-08-23 Kai KoehneMerge branch '2.0' of scm.dev.nokia.troll.no:creator...
2010-08-18 hjkMerge remote branch 'origin/2.0'
2010-08-13 hjkMerge remote branch 'origin/2.0'
2010-08-12 hjkMerge remote branch 'origin/2.0'
2010-08-06 Friedemann KleintMerge remote branch 'origin/2.0'
2010-08-06 Friedemann KleintMerge remote branch 'origin/2.0'
2010-08-02 Leandro MeloMake QML color validation code reusable.
2010-05-20 conMerge remote branch 'origin/2.0'
2010-05-19 Christian KammQmlJS: Change to a nicer way of marking strings for...
2010-05-19 Christian KammQmlJS: Generalize EasingCurve name check to all enums.
2010-05-19 Christian KammQmlJS: Allow numbers to be assigned to easing.type.
2010-04-28 Christian KammQmlJS: Change way to translate strings to nicer one.
2010-04-22 Christian KammQmlJS: Remove Link::scopeChainAt, initialize scope...
2010-04-07 Christian KammQmlJS: Don't produce Qml type errors if plugins are...
2010-04-06 Erik VerbruggenChanged QML reading in QML designer to use the interpre...
2010-03-29 Christian KammQmlJS: Only collect linker errors for the current file...
2010-03-25 Christian KammAdd errors for incorrect imports in Qml.
2010-03-18 Christian KammImprove Qml code model import handling.
2010-03-10 Oswald BuddenhagenMerge remote branch 'origin/1.3'
2010-03-05 hjkLong live the king!
2010-03-04 Oswald BuddenhagenMerge remote branch 'origin/1.3'
2010-03-04 Erik VerbruggenChanged error to warning when using a string literal...
2010-03-02 ckSilence silly gcc warning.
2010-03-02 Erik VerbruggenChanged color name checks to use new QColor::isValidCol...
2010-03-01 Erik VerbruggenRemoved private header dependencies and introduced...
2010-03-01 Christiaan JanssenQmlDesigner.PropertyEditor: fixing merge conflict
2010-03-01 Thomas HartmannMerge branch 'qml_renaming'
2010-02-26 Kai KoehneQmlJS: Fix compilation with latest changes of QDeclarative
2010-02-24 Erik VerbruggenFixed possible crash when error recovery yielded a...
2010-02-24 conMerge commit 'icons/icons'
2010-02-23 conMerge remote branch 'origin/1.3'
2010-02-23 Christian KammAdd check for anchor line, changed value assignment...
2010-02-23 Christian KammCheck that the id property is a plain lowercase identifier.
2010-02-23 Christian KammAdd check for correct color string in Qml.
2010-02-23 Christian KammAdd Qml type checks for assigning literals to properties.
2010-02-22 Christian KammMove the scope building logic into QmlJS::ScopeBuilder.
2010-02-22 Christian KammPass in the whole AST path for scope creation.
2010-02-22 Christian KammMake QmlJS scope building more flexible.
2010-02-19 Erik VerbruggenSemantic checking for easing curve names.
2010-02-19 Erik VerbruggenMade the warnings/errors translatable.
2010-02-19 Erik VerbruggenSuppress 'unknown property' warning after finding an...
2010-02-18 Christian KammDon't try to look up members of attached properties.
2010-02-18 Christian KammError when binding to nonexistant member of property...
2010-02-18 Christian KammFix possible crash in QmlJS semantic checker.
2010-02-18 Christian KammFix possible crash in QmlJS semantic checker.
2010-02-17 Christian KammWorkaround for not erroring on anchors { ... } in Qml...
2010-02-17 Christian KammDon't error for unknown property names inside ListEleme...
2010-02-16 Lasse HolmstedtMerge branch 'debugintegration'
2010-02-16 Christian KammDon't show 'invalid property name' errors if we can...
2010-02-16 Christian KammFix incorrect 'invalid property' errors for PropertyCha...
2010-02-16 Christian KammAdd QmlJS semantic checker.
2010-02-15 Christian KammRename QmlJS::Check -> QmlJS::Evaluate.
2010-02-12 Christian KammRemoved unnecessary includes of qmljslink.h
2010-02-09 Roberto RaggiInitial support of `Follow symbol under cursor' for...
2010-02-04 Thorbjørn LindeijerMerge branch '1.3'
next