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
/
plugins
/
qmljstools
/
qmljsmodelmanager.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
QmlJS: Use mime types to distinguish qml and js files.
Christian Kamm
2011-09-12
1
-26
/
+47
*
QmlJS: Find setContextProperty calls in C++ and expose to QML.
Christian Kamm
2011-09-08
1
-12
/
+18
*
QmlJS: Remove unused function.
Christian Kamm
2011-09-05
1
-9
/
+0
*
Remove some dead stores pointed out by clang.
Christian Kamm
2011-09-02
1
-14
/
+0
*
C++/QmlJS: Warnings if C++ based QML type detection fails.
Christian Kamm
2011-08-30
1
-2
/
+9
*
QmlJS: Ensure project infos are removed when a project closes.
Christian Kamm
2011-08-30
1
-0
/
+19
*
QmlJS: Improve ModelManagerInterface API, add docs.
Christian Kamm
2011-08-30
1
-5
/
+7
*
QmlJS: Move the exported-C++-type detection out of C++ code.
Christian Kamm
2011-08-24
1
-11
/
+40
*
QmlJS: Fix semantic and non-semantic QML error reporting.
Christian Kamm
2011-08-18
1
-11
/
+19
*
QmlJS: Remove Interpreter namespace.
Christian Kamm
2011-08-08
1
-10
/
+10
*
QmlJS: Fix basic code model test.
Christian Kamm
2011-07-12
1
-0
/
+6
*
QmlJS: Dump builtins per Qt version.
Christian Kamm
2011-07-11
1
-12
/
+43
*
QmlJS: Move Context to its own file.
Christian Kamm
2011-07-05
1
-1
/
+1
*
QmlJS: Add 'reset code model' action.
Christian Kamm
2011-06-23
1
-0
/
+19
*
QmlJS: Fix potential linking problem.
Christian Kamm
2011-05-30
1
-1
/
+10
*
QmlJS: Output qmltypes parse warnings to General messages pane.
Christian Kamm
2011-05-30
1
-3
/
+1
*
QmlJS: Allow for QML modules with version subdirectories.
Christian Kamm
2011-05-30
1
-19
/
+61
*
Fix/add copyright headers
Tobias Hunger
2011-05-06
1
-1
/
+1
*
QmlJS: Add semantic errors to task window.
Christian Kamm
2011-04-21
1
-0
/
+2
*
Fix more krazy warnings.
Friedemann Kleint
2011-04-19
1
-2
/
+2
*
Update license.
hjk
2011-04-13
1
-14
/
+13
*
QmlJS: Don't warn user about imports if static info is available
Kai Koehne
2011-04-12
1
-0
/
+5
*
QmlJS: Fix implicit "." import when . has a QML module.
Christian Kamm
2011-03-10
1
-43
/
+63
*
texteditor: merge ITextEditable into ITextEditor
hjk
2011-02-22
1
-1
/
+1
*
qmldump: Use the new qmldump correctly.
Christian Kamm
2011-02-09
1
-2
/
+3
*
QmlJS: Switch to new format for QML meta data.
Christian Kamm
2011-02-09
1
-5
/
+7
*
qmldump: Make Creator able to read qmldump's new output.
Christian Kamm
2011-02-09
1
-1
/
+1
*
Header cleanup in src, specify module name.
Friedemann Kleint
2011-01-24
1
-9
/
+9
*
QmlJS: Be more efficient when looking for QML libraries.
Christian Kamm
2011-01-20
1
-28
/
+37
*
QmlJS: Avoid frequent libraryInfoUpdated emissions.
Christian Kamm
2011-01-12
1
-5
/
+12
*
It's 2011 now.
con
2011-01-12
1
-1
/
+1
*
Qml/C++: Fix performance problem with type extraction.
Christian Kamm
2011-01-06
1
-4
/
+41
*
QmlJS: Add refcounting to FakeMetaObjects.
Christian Kamm
2011-01-06
1
-4
/
+1
*
Qml-C++: Find C++ qmlRegisterType calls and populate QML code model.
Christian Kamm
2011-01-04
1
-0
/
+30
*
Merge branch '2.1'
con
2010-12-17
1
-7
/
+11
*
QmlJS: Set default import paths in constructor.
Christian Kamm
2010-12-09
1
-1
/
+1
*
QmlJS: Improve error reporting for failed plugin dumps.
Christian Kamm
2010-11-25
1
-0
/
+3
*
QmlJS: Don't use full mime type detection to decide between qml/js.
Christian Kamm
2010-11-25
1
-9
/
+12
*
QmlJS: Move plugin dumping code and redump on file change.
Christian Kamm
2010-11-11
1
-98
/
+5
*
Getting the QmlJsModelManager working stand alone
Thomas Hartmann
2010-11-11
1
-19
/
+43
*
Move shared code to a new QmlJSTools plugin.
Christian Kamm
2010-11-11
1
-0
/
+598