Skip to content
Snippets Groups Projects
  1. Dec 02, 2010
  2. Nov 26, 2010
    • Thomas Hartmann's avatar
      QmlDesigner.rewriter: fix possible incompatibilities with import plugins · 03369da5
      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
      03369da5
  3. Nov 23, 2010
    • Thomas Hartmann's avatar
      QmlDesigner.rewriter: crash fix for Flipable · 84515448
      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
      84515448
  4. Nov 17, 2010
    • Thomas Hartmann's avatar
      QmlDesigner: adding a distinguished context for the form editor · 71d98970
      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
      71d98970
  5. Nov 10, 2010
  6. Nov 09, 2010
  7. Nov 08, 2010
  8. Nov 04, 2010
  9. Nov 02, 2010
    • Thomas Hartmann's avatar
      QmlDesigner: fixes crash · a4640e36
      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
      a4640e36
    • con's avatar
      Version bump. · d7216e84
      con authored
      d7216e84
  10. Nov 01, 2010
  11. Oct 26, 2010
  12. Oct 25, 2010
  13. Oct 21, 2010
  14. Oct 08, 2010
  15. Oct 07, 2010
  16. Oct 06, 2010
  17. Oct 05, 2010
  18. Oct 04, 2010
  19. Oct 01, 2010
  20. Sep 30, 2010
  21. Sep 29, 2010
Loading