- 09 Mar, 2010 24 commits
-
-
dt authored
Custom Executable RunConfiguation assumed that there is always a active buildconfiguration which is simply not true for qml projects. Also fix a small bug that the executable was not searched in the full environment but only in the build environment. Reviewed-By: Tobias Hunger
-
Jens Bache-Wiig authored
-
Lasse Holmstedt authored
-
Friedemann Kleint authored
Move resource code to new ResourceHandler class and instantiate it on the form window.
-
Kai Koehne authored
-
Kai Koehne authored
-
Kai Koehne authored
-
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.
-
Tobias Hunger authored
... not if it is null.
-
Tobias Hunger authored
-
Christiaan Janssen authored
-
hjk authored
-
ck authored
-
Jens Bache-Wiig authored
Using non capitalized text this time as this is what we have decided to standardize on for future versions.
-
hjk authored
-
hjk authored
-
hjk authored
-
Kai Koehne authored
Changing anything in the submodel right now crashes, and it seems it will take some time to fix this. Reviewed-by: Thomas Hartmann
-
Kai Koehne authored
Reviewed-by: Thomas Hartmann
-
Kai Koehne authored
-
Kai Koehne authored
-
Jens Bache-Wiig authored
This kills the event filter since it is not really neccessary. Most combo boxes should be disabled by default now. I Removed redundant focus widgets from the keyboard chain and I indicate that the list has focus by saturation.
-
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.
-
Kai Koehne authored
Tell QmlJsEditor about the QmlProject namespace and it's content. This enables auto-completion, and prevents the editor from underlining all elements as errors. Reviewed-by: Christian Kamm
-
- 08 Mar, 2010 16 commits
-
-
Robert Loehning authored
-
Robert Loehning authored
Reviewed-by: Oswald Buddenhagen Task-number: QTCREATORBUG-484
-
Thomas Hartmann authored
-
Thomas Hartmann authored
-
Thomas Hartmann authored
-
Thomas Hartmann authored
-
Thomas Hartmann authored
-
Erik Verbruggen authored
-
Christiaan Janssen authored
-
Erik Verbruggen authored
-
Erik Verbruggen authored
-
Jens Bache-Wiig authored
After fixing the sidebar to use delayed update, code that relied on setCurrentItem could break since the state was not set asyncronously. This fixes it by only making mouseClick delayed, while setCurrentIndex works as before when set programatically. Reviewed-by: Lasse Holmstedt
-
Friedemann Kleint authored
Improve c5d6c139.
-
Friedemann Kleint authored
This reverts commit c5d6c139.
-
Lasse Holmstedt authored
Reviewed-by: kkoehne
-
hjk authored
-