Skip to content
Snippets Groups Projects
  1. Feb 10, 2010
  2. Feb 09, 2010
  3. Jan 28, 2010
  4. Jan 25, 2010
  5. Jan 18, 2010
  6. Jan 13, 2010
    • Kai Koehne's avatar
      Let the DesignMode recover when the qml contains an error on first load · 84c30ea9
      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.
      84c30ea9
  7. Jan 11, 2010
  8. Jan 08, 2010
  9. Jan 07, 2010
    • Kai Koehne's avatar
      New QmlDesigner plugin & Design mode · 818a7b22
      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 :)
      818a7b22
Loading