- Apr 20, 2010
-
-
Friedemann Kleint authored
Move actions into FancyMainWindow. Register them in DebuggerUISwitcher and FormEditorW. Manually hide Debugger actions for Non-Debug modes (as they belong to the language context). Acked-by: con
-
Friedemann Kleint authored
-
- Apr 16, 2010
-
-
Friedemann Kleint authored
Remove all hacks/conventions of considering the last generated file as project file, etc. and instead add attributes flags to Core::GeneratedFile, giving fine-grained control of what to do with the file. Implement static utility functions in wizards that handle it. Add boolean XML-attributes "openeditor"/"openproject" to the file elements used by the CustomWizard XML-specification. Manually set the attributes in all wizards. Task-number: QTCREATORBUG-1166
-
- Apr 09, 2010
-
-
hjk authored
-
- Apr 08, 2010
-
-
Friedemann Kleint authored
Task-number: QTCREATORBUG-1092 Reviewed-by:
Leandro T. C. Melo <leandro.melo@nokia.com>
-
Friedemann Kleint authored
-
- Apr 07, 2010
-
-
dt authored
-
- Apr 06, 2010
-
-
Friedemann Kleint authored
Do not use localized Window Titles. Use objectName or default to dockWidget<n>". Task-number: QTCREATORBUG-1059
-
- Mar 31, 2010
-
-
con authored
-
Jarek Kobus authored
-
con authored
-
- Mar 30, 2010
-
-
con authored
-
- Mar 26, 2010
-
-
Thorbjørn Lindeijer authored
Some categories do not have icons yet, unfortunately.
-
- Mar 23, 2010
-
-
Thorbjørn Lindeijer authored
Designer should still have editor manager context. 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 22, 2010
-
-
con authored
Reviewed-by: dt
-
- Mar 18, 2010
-
-
Daniel Molkentin authored
-
Friedemann Kleint authored
-
- Mar 17, 2010
-
-
Jens Bache-Wiig authored
This patch replaces all uses of QSplitter with thin 1-pixel splitters. I also fixed dock widget layouts in main windows to do the same. Additionally I had to tweak the tabbars so they look good in mini splitter layouts to avoid a double left-border. Reviewed-by: thorbjorn
-
- 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 15, 2010
-
-
Lasse Holmstedt authored
-
- Mar 12, 2010
-
-
Friedemann Kleint authored
Emit an IEditor::changed() after saving to force an update of the OpenEditorsModel.
-
Lasse Holmstedt authored
Go to About Plugins and enable/disable plugins from there. Reviewed-by: mae
-
- Mar 10, 2010
-
-
Friedemann Kleint authored
from options dialog and editor factory.
-
Lasse Holmstedt authored
-
Lasse Holmstedt authored
-
Lasse Holmstedt authored
Reviewed-by: kkoehne
-
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.
-
- Mar 09, 2010
-
-
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.
-
- Mar 08, 2010
-
-
Friedemann Kleint authored
Improve c5d6c139.
-
Friedemann Kleint authored
This reverts commit c5d6c139.
-
Friedemann Kleint authored
-
- Mar 05, 2010
-
-
dt authored
Reviewed-by:
Friedemann Kleint <qtc-committer@nokia.com>
-
hjk authored
-
- Mar 04, 2010
-
-
Friedemann Kleint authored
Check on path is too strict (since the documents are already limited to the ones including the header). Task-number: QTCREATORBUG-746
-
- Mar 02, 2010
-
-
Robert Loehning authored
Reviewed-by: dt
-
- Mar 01, 2010
-
-
con authored
-