- Apr 06, 2010
-
-
Kai Koehne authored
Fixes multiple ways to crash QmlDesigner after last .qml file is closed by enforcing a switch to Edit mode then. Patch originally done by con.
-
- Mar 31, 2010
-
-
con authored
-
- Mar 30, 2010
-
-
con authored
preferred mode. Switching to preferred mode is solely done by the editor manager.
-
- Mar 26, 2010
-
-
Lasse Holmstedt authored
QML Designer now listens to contextChanged signal instead of modeChanged and checks that the context is same as that of qmldesigner. Reviewed-by: con
-
- Mar 23, 2010
-
-
Thorbjørn Lindeijer authored
While before you had to call add, then remove for each context id and then call update, now you call updateAdditionalContexts with a list of contexts to remove and add. It has the update step built in. Reviewed-by: con
-
Thorbjørn Lindeijer authored
Some Qt Designer actions stayed visible and/or active while editing source files or when using the QML Designer even though they shouldn't. Fixed that by applying some manual context handling in the DesignMode. Reviewed-by: con Reviewed-by:
Lasse Holmstedt <lasse.holmstedt@nokia.com>
-
- Mar 17, 2010
-
-
Friedemann Kleint authored
-
- Mar 16, 2010
-
-
Friedemann Kleint authored
... and switch to it in EditorManager::activateEditor. There no longer is a need for special currentEditorChanged() handling in the editor that use a special mode. QmlDesigner receives an additional setting specifying the desired edit mode. QmlJSEditor detects whether QmlDesigner is present by checking the registered mimetypes of the Design mode and retrieves the settings via keys. Remove some obsolete code and clean up includes on qmldesignerconstants.h Reviewed-by: con
-
- Mar 05, 2010
-
-
hjk authored
-
- Mar 01, 2010
-
-
Lasse Holmstedt authored
-
- Feb 26, 2010
-
-
Lasse Holmstedt authored
-
Friedemann Kleint authored
-
Lasse Holmstedt authored
Moved Qt Designer to open from Design Mode. Also, Design mode is now global, and created in coreplugin. Other plugins can register themselves to it.
-