- 17 Mar, 2011 1 commit
-
-
Thomas Hartmann authored
Setting a minimum size. Task-number: QTCREATORBUG-4093
-
- 12 Jan, 2011 3 commits
-
-
Marco Bubke authored
But still slow.
-
con authored
-
con authored
Reviewed-by: hjk
-
- 17 Dec, 2010 1 commit
-
-
con authored
-
- 08 Dec, 2010 2 commits
-
-
Thomas Hartmann authored
-
Marco Bubke authored
Reviewed-By: Thomas Hartmann
-
- 01 Dec, 2010 1 commit
-
-
Marco Bubke authored
-
- 13 Jul, 2010 1 commit
-
-
Bea Lam authored
image providers to supply pixmaps so that the Image::source property can be used instead. Reviewed-by: kkoehne
-
- 08 Apr, 2010 1 commit
-
-
Kai Koehne authored
-
- 22 Mar, 2010 1 commit
-
-
Thomas Hartmann authored
-
- 10 Mar, 2010 1 commit
-
-
Christiaan Janssen authored
-
- 05 Mar, 2010 2 commits
-
-
Kai Koehne authored
This fixes an assert in QGraphicsScene because of overlapping deferred calls of _q_processDirtyItems & _q_emitUpdated. Both used to be queued in the same event loop: _q_emitUpdated call queued with "calledEmitUpdated=true" _q_processDirtyItems call queued -> Event loop runs _q_emitUpdated runs, setting "calledEmitUpdated=false" _q_processDirtyItems runs, asserting because of !calledEmitUpdated This fix forces the event loop to run between the queueing of _q_emitUpdated & _q_processDirtyItems, effectively separating both calls. Task-number: BAUHAUS-459 Reviewed-by: Christiaan Janssen
-
hjk authored
-
- 03 Mar, 2010 1 commit
-
-
Kai Koehne authored
Task-number: BAUHAUS-424 Reviewed-by: Lasse Holmstedt
-
- 26 Feb, 2010 1 commit
-
-
Kai Koehne authored
All files have been renamed from Qml to QDeclarative. Registration of types is now done in an initializer method. QmlView/QDeclarativeView doesn't have an execute method any more. QDeclarativeMetaObject became private API. QmlMetaProperty / QDeclarativeProperty has now different API.
-
- 25 Feb, 2010 1 commit
-
-
Kai Koehne authored
Let the State Editor also use the new activateState method from QmlModelView (stateChanged by default does now nothing). This allowed us to get rid of the setCurrentStateBack method. Also fix deletion of states - the "decision" which state should be the new one is now done in StatesEditorView. Reviewed-by: Thomas Hartmann Reviewed-by: Christiaan Janssen
-
- 22 Feb, 2010 1 commit
-
-
Kai Koehne authored
The API of QmlView has changed. Also, the QmlDom classes became private. Patch provided by Aaron Kennedy. Reviewed-by: akennedy
-
- 08 Feb, 2010 1 commit
-
-
Christiaan Janssen authored
-
- 07 Jan, 2010 1 commit
-
-
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 :)
-