- Dec 02, 2010
-
-
con authored
-
- Nov 26, 2010
-
-
Thomas Hartmann authored
The current Qt Version might be build with mingw or even be a Symbian or Maemo target. This patch ensures that we do not try to load a plugin from the configured Qt Version anymore. Instead we only load plugins provided by Qt Creator or plugins which are specified by: QML_IMPORT_PATH Reviewed-by: Kai Koehne Reviewed-by: Erik Verbruggen
-
- Nov 23, 2010
-
-
Thomas Hartmann authored
Removing a property from a Flipabke back or front property resulted in a crash, because the offset of UiObjectBinding was not handled correctly. The left hand side of the binding is not part of the node anymore. Reviewed-by: Kai Koehne
-
- Nov 17, 2010
-
-
Thomas Hartmann authored
Since Actions like copy/paste and delete interfiere with controls like LineEdit, I added a special context for the form editor. Now copy/paste/delete on the Qml items are only registered for the form editor context and copying the contens of a LineEdit will not lead to copy an item instead, anymore. Reviewed-by: Kai Koehne
-
- Nov 10, 2010
-
-
Thomas Hartmann authored
Since all units in qml are usually pixels and mobile devices usually have much higher dpi than desktop screens, specifing font sizes in points is usually not what a user wants to do. Reviewed-by: Kai Koehne
-
- Nov 09, 2010
-
-
Thomas Hartmann authored
Reviewed-by: Kai Koehne
-
- Nov 08, 2010
-
-
Thomas Hartmann authored
We have to check if an AuxiliaryData actually exists. Reviewed-by: Kai Koehne
-
- Nov 04, 2010
-
-
Thomas Hartmann authored
There was a bug in the sibling margin for the bottom anchor. Also, disabling width/height in the property editor only makes sense, if both anchors (top/left or op/bottom) are set. Reviewed-by: Kai Koehne
-
Thomas Hartmann authored
Refactoring only works of old and newId are not empty, otherwise we just fall back and use the model Task-number: QTCREATORBUG-2953 Reviewed-by: Kai Koehne
-
- Nov 02, 2010
-
-
Thomas Hartmann authored
Deleting an items might have a side effect that turns the qml code invalid. (e. g. alias properties) We catch this an show a proper error message. Task-number: QTCREATORBUG-2973 Reviewed-by: Kai Koehne
-
con authored
-
- Nov 01, 2010
-
-
Thomas Hartmann authored
Also fixes the memory leak in resize code. cleanup Reviewed-by: Marco Bubke
-
- Oct 26, 2010
-
-
Thomas Hartmann authored
Reviewed-by: Marco Bubke
-
Thomas Hartmann authored
The destructor has to be virtual to avoid a memory leak. Reviewed-by: Roberto Raggi
-
- Oct 25, 2010
-
-
Thomas Hartmann authored
Check if the node is really a PropertyChange Reviewed-by: Marco Bubke
-
Thomas Hartmann authored
This patch avoids a recursion. Reviewed-by: Marco Bubke
-
- Oct 21, 2010
-
-
Thomas Hartmann authored
Reviewed-by: Marco Bubke
-
Thomas Hartmann authored
This add preliminary support for import QtQuick 1.0 The RewriterView does type conversion from QtQuick to Qt so Bauhaus does not have to deal with ambiguities. Reviewed-by: Marco Bubke
-
- Oct 08, 2010
-
-
Thomas Hartmann authored
QtWebKit/WebView is now fully supported Reviewed-by: Kai Koehne
-
Thomas Hartmann authored
QtQuick 1.0 does not belong anywhere Reviewed-by: Kai Koehne
-
hjk authored
-
Denis Mingulov authored
Merge-request: 2181 Reviewed-by:
Oswald Buddenhagen <oswald.buddenhagen@nokia.com>
-
- Oct 07, 2010
-
-
hjk authored
-
- Oct 06, 2010
-
-
Thomas Hartmann authored
Reviewed-by: Trust Me
-
Kai Koehne authored
-
Thomas Hartmann authored
We need to support the N900 Reviewed-by: Kai Koehne
-
- Oct 05, 2010
-
-
Marco Bubke authored
Refactoring old code and now sets a flag for every QGraphicsWebView to use not the backing store code of webkit. The backing store is not working for Bauhaus. Reviewed-By: Thomas Hartmann
-
Marco Bubke authored
Reviewed-By: Thomas Hartmann
-
Marco Bubke authored
Sets a internal flag in the QGraphicsItem to use setParentItem and not setParentItemHelper for the children property list in QGraphicsObect. Reviewed-By: Thomas Hartmann
-
- Oct 04, 2010
-
-
Friedemann Kleint authored
Reviewed-by:
Thomas Hartmann <thomas.hartmann@nokia.com>
-
Thomas Hartmann authored
As a general rule QCoreApplication::translate() should be used instead of QCoreApplication::translate() Reviewed-by: Friedemann Kleint
-
Thomas Hartmann authored
Reviewed-by: Friedemann Kleint
-
Thomas Hartmann authored
Fixes caching for Qt Quick items. Also the emptyPane is found again. Reviewed-by: Kai Koehne
-
Thomas Hartmann authored
This patch adds a MessageBox that asks for confirmation to fix Qt 4.7 imports into QtQuick 1.0 imports. Reviewed-by: Kai Koehne
-
- Oct 01, 2010
-
-
Thomas Hartmann authored
Bauhaus does not support import Qt 4.7 anymore Reviewed-by: Kai Koehne
-
Thomas Hartmann authored
huge renaming from Qt to QtQuick propertyeditor qml files moved from Qt to QtQuick auotests fixed files used in tests fixed autotests pass Task-number: QTCREATORBUG-2556 Reviewed-by: Kai Koehne
-
- Sep 30, 2010
-
-
Thomas Hartmann authored
I an id is now changed in the navaigator or property editor, we now use the qmljseditor to properly refactor. Also I changed dynamic_cast to qobject_cast Reviewed-by: Erik Verbruggen
-
Thomas Hartmann authored
Task-number: QTCREATORBUG-2507 There might be files without an import for Qt States require "Qt" I also added try {} catch blocks to the state editor, to avoid issues like this. Reviewed-by: Kai Koehne
-
hjk authored
Reviewed-by: Friedemann Kleint
-
- Sep 29, 2010
-
-
Marco Bubke authored
-