- 16 Mar, 2010 1 commit
-
-
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
-
- 15 Mar, 2010 1 commit
-
-
Lasse Holmstedt authored
-
- 10 Mar, 2010 3 commits
-
-
Lasse Holmstedt authored
-
Lasse Holmstedt authored
-
Friedemann Kleint authored
Re-introduce FormWindowEditor as IEditor used for Designer. Use SharedTools::WidgetHost directly for embedding into FormEditorStack, doing the geometry-changed handling in there as well.
-
- 09 Mar, 2010 3 commits
-
-
Friedemann Kleint authored
Move resource code to new ResourceHandler class and instantiate it on the form window.
-
Friedemann Kleint authored
Re-introduce FormEditorFile that delegates dirty handling to the form window. Change DesignerXmlEditable to be an IEditor that embeds TextEditable so that the PlainTextEditor can work with it, but delegates relevant functionality to FormEditorFile. Centralize all form window creation code that was scattered around in FormEditorW::createEditor() and have that return a struct Editor data, which is passed to FormEditorStack. Update the text editor only on open/createNew/switch away from design mode.
-
Friedemann Kleint authored
- Remove shared subwindow reparenting from EditorWidget, make EditorWidget inherit FancyMainWindow. and use just once instance of it instead of per-editor ones. - Embedded FormEditorStack into EditorWidget as a centralwidget. - Changed FormWindowEditor's base class from IEditor to SharedTools::FormWindowHost (Widget) to be embedded into FormEditorStack (no need to be an IEditor), Remove Designer::Internal::FormWindowHost which had little functionality. - Add Design Mode widget to FormEditorW which has FakeToolBar and EditorWidget (single instance) in a vertical layout. - Removed ProxyAction class handling dock view toggle actions of several EditorWidgets (no longer necessary since there is just once instance). Moved "View menu" to bottom. - Started to make FakeToolBar work as a single instance listening on changing xml editors - Include-file/slot connection clean-up.
-
- 05 Mar, 2010 1 commit
-
-
hjk authored
-
- 02 Mar, 2010 1 commit
-
-
Robert Loehning authored
Reviewed-by: dt
-
- 26 Feb, 2010 1 commit
-
-
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.
-
- 16 Feb, 2010 1 commit
-
-
Friedemann Kleint authored
-
- 11 Jan, 2010 3 commits
-
-
con authored
They were no longer showing e.g. the file name of the diffed file. Also separate editor id and editor context a bit.
-
Tobias Hunger authored
Reviewed-by: thorbjorn
-
Tobias Hunger authored
Reviewed-by: thorbjorn
-
- 08 Jan, 2010 1 commit
-
-
Jarek Kobus authored
Reverted the commit 59ecb9cf which could break wrongly written code (or the cases like designer). Fix one of such case (copy action in task window). Fix synchronization of designer shortcuts by connecting to the keySequenceChanged() signal of their Command representation. Reviewed-by: con Task-number: QTCREATORBUG-471
-
- 07 Jan, 2010 1 commit
-
-
Tobias Hunger authored
* Use id() for methods returning a string used to represent some type of object. * Use displayName() for strings that are meant to be user visible. * Quieten some warnings while touching the files anyway. * Move Factories to their products in the plugins where that was not done before. Reviewed-by: dt
-
- 02 Dec, 2009 1 commit
-
-
Roberto Raggi authored
-
- 05 Oct, 2009 1 commit
-
-
Friedemann Kleint authored
Also move Designer::Internal::FormWindowEditor -> Designer::FormWindowEditor.
-
- 02 Oct, 2009 2 commits
-
-
Daniel Molkentin authored
(cherry picked from commit 649214c4)
-
Daniel Molkentin authored
-
- 14 Aug, 2009 1 commit
-
-
hjk authored
-
- 11 Aug, 2009 2 commits
- 10 Aug, 2009 1 commit
-
-
con authored
-
- 16 Jul, 2009 2 commits
- 09 Jul, 2009 1 commit
-
-
con authored
-
- 16 Jun, 2009 2 commits
-
-
con authored
Reviewed-by: Trust Me Conflicts: src/libs/cplusplus/CppBindings.cpp src/libs/cplusplus/CppBindings.h src/libs/cplusplus/FastPreprocessor.cpp src/libs/cplusplus/FastPreprocessor.h src/plugins/cpptools/cppcurrentdocumentfilter.cpp src/plugins/cpptools/cppcurrentdocumentfilter.h src/plugins/cpptools/cppsemanticsearch.cpp src/plugins/cpptools/cppsemanticsearch.h src/plugins/duieditor/parser/qmljs.g src/plugins/duieditor/parser/qmljsast.cpp src/plugins/duieditor/parser/qmljsast_p.h src/plugins/duieditor/parser/qmljsastfwd_p.h src/plugins/duieditor/parser/qmljsastvisitor.cpp src/plugins/duieditor/parser/qmljsastvisitor_p.h src/plugins/duieditor/parser/qmljsengine_p.cpp src/plugins/duieditor/parser/qmljsengine_p.h src/plugins/duieditor/parser/qmljsgrammar.cpp src/plugins/duieditor/parser/qmljsgrammar_p.h src/plugins/duieditor/parser/qmljslexer.cpp src/plugins/duieditor/parser/qmljslexer_p.h src/plugins/duieditor/parser/qmljsmemorypool_p.h src/plugins/duieditor/parser/qmljsnodepool_p.h src/plugins/duieditor/parser/qmljsparser.cpp src/plugins/duieditor/parser/qmljsparser_p.h src/plugins/duieditor/parser/qmljsprettypretty.cpp src/plugins/duieditor/parser/qmljsprettypretty_p.h src/plugins/duieditor/rewriter/rewriter.cpp src/plugins/duieditor/rewriter/rewriter_p.h src/plugins/duieditor/rewriter/textwriter.cpp src/plugins/duieditor/rewriter/textwriter_p.h src/shared/cplusplus/ASTClone.cpp tests/manual/cplusplus/main.cpp
-
Jason McDonald authored
Reviewed-by: Trust Me
-
- 12 May, 2009 1 commit
-
-
Jure Repinc authored
-
- 08 May, 2009 1 commit
-
-
Alessandro Portale authored
-
- 20 Apr, 2009 1 commit
-
-
Oswald Buddenhagen authored
-
- 11 Mar, 2009 2 commits
-
-
Friedemann Kleint authored
Fixes: Add a "About Qt Designer Plugin" option to the tools menu showing the Qt Designer plugin dialog (4.5.1).
-
Friedemann Kleint authored
Details: Put designer actions on the toolbar into the global context to prevent them from disappearing.
-
- 10 Mar, 2009 1 commit
-
-
con authored
Task: 243962
-
- 25 Feb, 2009 2 commits
- 04 Feb, 2009 1 commit
-
-
Friedemann Kleint authored
RevBy: Eike Details: Make form editor factory and form editor return the same editor kind.
-
- 27 Jan, 2009 1 commit
-
-
Friedemann Kleint authored
Task: 205821 Details: Added script to copy them over, swapping license headers, added directory qt_private.
-