Commit Graph

14 Commits

Author SHA1 Message Date
Kai Koehne
33ec15b9ab Prevent symbol clashes for qml classes
Fix namespace usage such that all classes in shared/qml live in the
Qml namespace, and classes in QmlDesigner plugin in the QmlDesigner
namespace.

This should prevent any symbol clashes until we can finally get rid
of the file dublicates (e.g. QmlDocument).
2010-01-14 16:32:22 +01:00
Erik Verbruggen
65b3830b79 Renamed the QmlEditor::ScriptEditor class to QmlEditor::QmlTextEditor. 2009-12-08 14:09:36 +01:00
Erik Verbruggen
5f05fb759e Removed unused code. 2009-12-08 13:54:13 +01:00
Erik Verbruggen
d247c0e1e6 Namespace clean-ups. 2009-12-08 11:52:44 +01:00
Erik Verbruggen
96e5cae4c8 Added metainfo classes from Bauhaus for use in the QML editor. 2009-12-08 11:52:43 +01:00
Erik Verbruggen
a8dbba5f6f Moved files common to the QML editor and Bauhaus into a separate library. 2009-12-02 18:00:01 +01:00
Erik Verbruggen
e5635e091e Temporary fix to get completion working in more cases. The "real" fix will have to wait until the integration of the/a QML meta-type system. 2009-10-09 11:24:24 +02:00
Erik Verbruggen
49f6b740cd Merge remote branch 'origin/1.3'
Conflicts:
	src/libs/cplusplus/CheckUndefinedSymbols.cpp
	src/plugins/qmleditor/qmlcodecompletion.cpp
2009-10-06 11:41:00 +02:00
Roberto Raggi
2d51d0b633 Removed the m_ prefix used in the public members of CompletionItem 2009-10-05 18:32:45 +02:00
Daniel Molkentin
4fdbca83d3 QmlEditor: Fix compilation on Windows.
(cherry picked from commit b4e376d4e8)
2009-10-02 14:13:15 +02:00
Daniel Molkentin
b4e376d4e8 QmlEditor: Fix compilation on Windows. 2009-10-02 12:56:07 +02:00
Erik Verbruggen
762165c2c5 Removed a couple of qDebug()s. 2009-10-02 11:29:54 +02:00
Erik Verbruggen
c3d1019deb Improved the navigation and code completion in the QML editor. 2009-10-02 10:49:33 +02:00
Erik Verbruggen
fcf19f1a1b Renamed the DUI editor to QML editor. 2009-09-30 17:43:21 +02:00