index
:
qt-creator/qt-creator.git
0.9.1-beta
0.9.2-rc1
1.0.0
1.1
1.2
1.2.90
1.3
1.3.0
1.3.0-beta
1.3.1
10.0
11.0
12.0
13.0
14.0
15.0
16.0
17.0
2.0
2.0.0
2.0.0-beta
2.0.1
2.1
2.1.0
2.2
2.3
2.4
2.5
2.6
2.7
2.8
3.0
3.1
3.2
3.3
3.4
3.5
3.6
3dfirst
4.0
4.1
4.10
4.11
4.12
4.13
4.14
4.15
4.2
4.3
4.4
4.5
4.6
4.7
4.8
4.9
5.0
6.0
7.0
8.0
9.0
at-3.4
at-3.5
at-3.6
at-master
csa-3.3
csa-3.4
csa-3.5
csa-3.6
csa-master
master
qds-1.50
qds-1.59
qds-2.3
qds-3.0
qds-3.1
qds-3.2
qds-3.3
qds-3.4
qds-3.5
qds-3.6
qds-3.7
qds/3.8
qds/3.9
qds/4.0
qds/4.1
qds/4.2
qds/4.3
qds/4.3.2
qds/4.3.3
qds/4.4
qds/4.5
qds/4.6
qds/4.7
qds/dev
qmlprojectstorage
qp-2.8
qp-3.0
qp-3.1
qp-3.2
qp-3.3
qp-3.4
qp-3.5
qp-3.6
qp-master
wip/boostbuildprojectmanager
wip/clang-query
wip/vcproj
A cross-platform Qt IDE
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
libs
/
qmljs
/
qmljsdocument.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
QmlJS: Proliferate FilePath use, part 2
hjk
2021-10-28
1
-0
/
+4
*
qmljs: update Qml parser to parser of Qt 6.2
Fawzi Mohamed
2021-07-20
1
-4
/
+4
*
qmljs: avoid quadratic explosion
Tim Jenssen
2021-01-06
1
-5
/
+5
*
qmljs: Fix parsing and and loading of qmldir imports
Fawzi Mohamed
2020-11-26
1
-2
/
+2
*
QmlJS: Replace QRegExp by QRegularExpression
Christian Stenger
2020-07-20
1
-14
/
+18
*
QmlJS: Use "import" commands from qmldir files
Christian Kamm
2020-05-21
1
-0
/
+6
*
QmlJS: Scan app.qmltypes and lib.qmltypes for type information
Ulf Hermann
2019-10-31
1
-0
/
+7
*
QmlJS: Use default initializers for LibraryInfo
Ulf Hermann
2019-10-28
1
-4
/
+0
*
Retain ".pragma library" when reformatting JavaScript files
Ulf Hermann
2019-10-10
1
-0
/
+5
*
QmlJS: Fix compiler warnings
Eike Ziller
2019-09-04
1
-21
/
+17
*
Some clang-tidy -use-modernize-nullptr
hjk
2019-08-01
1
-4
/
+4
*
QmlJS: Fix inconsistent copy ctor/operator=
Orgad Shaneh
2019-05-09
1
-8
/
+0
*
qmljs: update parser
Marco Benelli
2018-11-22
1
-3
/
+5
*
QmlJS: Don't recalculate the empty library's fingerprint
Ulf Hermann
2018-10-16
1
-0
/
+8
*
Remove a few redundant occurrences of 'virtual' and 'override'
Alessandro Portale
2018-06-18
1
-5
/
+6
*
qmljs: handle js directives .pragma and .import
Marco Benelli
2018-04-12
1
-11
/
+36
*
QRegExp include cleanup
Samuel Gaist
2017-03-13
1
-0
/
+1
*
QmlJS: Get version numbers from components
Thomas Hartmann
2016-11-01
1
-0
/
+8
*
QmlJS: update importFile and importModule signature.
Marco Benelli
2016-05-04
1
-2
/
+7
*
Qml code model: handle modules dependencies.
Marco Benelli
2016-04-19
1
-0
/
+1
*
Update License according to agreement with Free Qt Foundation
Tobias Hunger
2016-01-19
1
-17
/
+12
*
Update License
Eike Ziller
2015-01-16
1
-6
/
+6
*
Merge remote-tracking branch 'origin/3.2'
Eike Ziller
2014-10-14
1
-7
/
+8
|
\
|
*
License update
Eike Ziller
2014-10-09
1
-7
/
+8
*
|
Merge remote-tracking branch 'origin/3.2'
Eike Ziller
2014-09-03
1
-0
/
+1
|
\
|
|
*
QmlJS: Use canonical paths for matching of import directories
Kai Koehne
2014-09-03
1
-0
/
+1
*
|
Use Qt 5's QStringList::join(QChar)
hjk
2014-08-25
1
-4
/
+4
*
|
qmljs: improve handling of qml dialects
Fawzi Mohamed
2014-07-30
1
-95
/
+9
|
/
*
qmljs: remove absolute path library imports
Fawzi Mohamed
2014-07-15
1
-8
/
+7
*
qmljs: avoid adding the full path without required path
Fawzi Mohamed
2014-07-07
1
-2
/
+2
*
Fix Qt4 compilation
Orgad Shaneh
2014-07-06
1
-4
/
+4
*
qmljs: add explicit typeName to exports
Fawzi Mohamed
2014-07-04
1
-3
/
+3
*
qmljs: add possible exports given by its path if no other exports found
Fawzi Mohamed
2014-07-04
1
-0
/
+26
*
qmljs: improve handling of relocatable dumps
Fawzi Mohamed
2014-07-04
1
-3
/
+22
*
qmljs: split Unknown in NoLanguage and AnyLanguage
Fawzi Mohamed
2014-07-01
1
-3
/
+10
*
qmljs: adding Qml to companion lanaguages of Unknown
Fawzi Mohamed
2014-03-13
1
-1
/
+2
*
qmljs: generalize language treatement
Fawzi Mohamed
2014-01-28
1
-13
/
+28
*
Incremented year in copyright info
Robert Loehning
2014-01-08
1
-1
/
+1
*
QmlJS: Fix compilation with Qt4
Nikolai Kosjar
2013-11-20
1
-1
/
+1
*
qmljs: scan imports
Fawzi Mohamed
2013-11-20
1
-3
/
+24
*
qmljs: fingerprints for documents, libraries and FakeMetaObjects
Fawzi Mohamed
2013-11-20
1
-2
/
+116
*
qmljs: new import/dep tracking
Fawzi Mohamed
2013-11-20
1
-0
/
+19
*
qmljs: added qmljsconstants.h
Fawzi Mohamed
2013-10-23
1
-36
/
+37
*
Doc: edit qmljs docs
Leena Miettinen
2013-09-23
1
-1
/
+1
*
Doc: use standard wording in \brief commands
Leena Miettinen
2013-06-20
1
-5
/
+4
*
qmljs: adding qrc support
Fawzi Mohamed
2013-06-03
1
-0
/
+16
*
Clean headers in QmlJs.
Friedemann Kleint
2013-04-04
1
-2
/
+1
*
qmljs: do not show warnings for not fully supported languages
Fawzi Mohamed
2013-03-05
1
-0
/
+18
*
qmljs: add infrastructure handling qml dialects better
Fawzi Mohamed
2013-02-21
1
-0
/
+5
*
Merge remote-tracking branch 'origin/2.6'
Oswald Buddenhagen
2013-01-31
1
-1
/
+1
|
\
[next]