summaryrefslogtreecommitdiff
path: root/src/plugins/qmljstools/qmljsplugindumper.cpp
Commit message (Expand)AuthorAgeFilesLines
* all: s/info@qt.nokia.com/qt-info@nokia.com/hjk2011-11-031-2/+2
* QmlJS: Improve error message.Christian Kamm2011-10-061-3/+2
* tr()-Fixes for 2.4Friedemann Kleint2011-09-261-1/+1
* QmlJS: Only try qmldump on Desktop and Simulator Qt.Christian Kamm2011-09-211-14/+23
* QmlJS: Improve import error messages.Christian Kamm2011-09-141-15/+25
* QmlJS: Honor typeinfo lines in qmldir files.Christian Kamm2011-09-081-33/+52
* QmlJS: Fix warnings about duplicate and empty file watchers.Christian Kamm2011-08-171-4/+10
* QmlJS: Remove Interpreter namespace.Christian Kamm2011-08-081-1/+1
* QmlJS: Dump builtins per Qt version.Christian Kamm2011-07-111-31/+105
* QmlJS: Output qmltypes parse warnings to General messages pane.Christian Kamm2011-05-301-13/+32
* QmlJS: Add tooltips to imports.Christian Kamm2011-05-121-9/+9
* Fix/add copyright headersTobias Hunger2011-05-061-1/+1
* QmlJS: Fix library-by-path imports.Christian Kamm2011-04-211-1/+0
* add/unify i/o error handlingOswald Buddenhagen2011-04-181-8/+5
* Utils: Introduce FileSystemWatcher.Friedemann Kleint2011-04-151-5/+15
* Update license.hjk2011-04-131-14/+13
* Revert "QmlJSEditor: Don't warn about failing dumps if dumper is from 2.1"Kai Koehne2011-04-121-11/+1
* QmlJSEditor: Don't warn about failing dumps if dumper is from 2.1Kai Koehne2011-04-081-1/+11
* QmlJSDumper: improve d1041cc9676e3074d1f099238fde0e16e4aef704Thomas Hartmann2011-03-211-1/+1
* QmlJSDumper: fix for plugins/componentsThomas Hartmann2011-03-211-0/+1
* QmlJS: Fix implicit "." import when . has a QML module.Christian Kamm2011-03-101-4/+10
* L10n: tr()-Fixes for 2.2Friedemann Kleint2011-02-151-1/+2
* QmlJS: Rework FakeMetaObjects to no longer contain pointers.Christian Kamm2011-02-101-7/+2
* qmldump: Use the new qmldump correctly.Christian Kamm2011-02-091-4/+8
* QmlJS: Switch to new format for QML meta data.Christian Kamm2011-02-091-19/+20
* qmldump: Produce an error message if module import fails.Christian Kamm2011-01-211-6/+16
* It's 2011 now.con2011-01-121-1/+1
* QmlJS: Add refcounting to FakeMetaObjects.Christian Kamm2011-01-061-6/+6
* LanguageUtils: Add FakeMetaObject and ComponentVersion.Christian Kamm2011-01-041-6/+7
* License headers, part 2con2010-12-171-7/+11
* QmlJS: Allow QML plugins to ship pre-dumped type descriptions.Christian Kamm2010-11-261-11/+72
* QmlJS: Improve error reporting for failed plugin dumps.Christian Kamm2010-11-251-4/+34
* QmlJS: Move plugin dumping code and redump on file change.Christian Kamm2010-11-111-0/+295