- Feb 10, 2010
-
-
Thorbjørn Lindeijer authored
-
Friedemann Kleint authored
thus fixing the exit warning: "~QX11PixmapData(): QPixmap objects must be destroyed..." Acked-by: con
-
- Feb 09, 2010
-
-
Christiaan Janssen authored
-
- Jan 28, 2010
-
-
Kai Koehne authored
Just use high level TextEditor::gotoLine instead of directly manipulating the QTextCursor. Task-number: BAUHAUS-326
-
- Jan 25, 2010
-
-
Marco Bubke authored
-
- Jan 18, 2010
-
-
Kai Koehne authored
-
- Jan 13, 2010
-
-
Kai Koehne authored
If the qml contains an error on frist call of DesignDocumentController::loadMaster, we did not wire up the components to the model. If the user then fixed the qml, the Design mode widgets were 'enabled', but didn't contain any meaningful input. Fixed by always wiring up the components. Unfortunately this shows the 'default' model with just a Rectangle.
-
- Jan 11, 2010
-
-
Kai Koehne authored
Disable the states editor widget if the qml file is invalid, just as the other windows are disabled. Task-number: BAUHAUS-272
-
- Jan 08, 2010
-
-
Kai Koehne authored
If you continue to fix qml errors in text mode, but still had errors, the error message you got in the Design mode always stayed the first (outdated) error message.
-
- Jan 07, 2010
-
-
Kai Koehne authored
This adds a new "Design" mode that can be used to manipulate qml files in a visual way. It will only get build if you have the declarativeui module in Qt. This is a squashed import from the Bauhaus project. Share & enjoy :)
-