Skip to content
Snippets Groups Projects
  1. Dec 01, 2010
  2. Nov 29, 2010
  3. Nov 25, 2010
  4. Nov 17, 2010
  5. Nov 16, 2010
  6. Nov 15, 2010
  7. Nov 12, 2010
  8. Nov 11, 2010
  9. Nov 10, 2010
  10. Nov 03, 2010
  11. Nov 01, 2010
  12. Oct 27, 2010
  13. Oct 26, 2010
  14. Oct 21, 2010
  15. Oct 20, 2010
    • Christian Kamm's avatar
      QmlJS: Fix a performance problem. · b2369973
      Christian Kamm authored
      In order to determine all components that instantiate a given component,
      Bind::usesQmlPrototype was called on each document in the snapshot.
      That, in turn, had to iterate over all object definitions inside the
      document, resolving their prototype references.
      
      All in all, it lead to a very large amount of fairly expensive lookups
      that were slowing down Creator considerably.
      
      Reviewed-by: Erik Verbruggen
      b2369973
    • Kai Koehne's avatar
      QmlOutline: Fix reordering of array elements · 9eea942a
      Kai Koehne authored
      Make sure that a comma is added when inserting array elements
      into the array.
      
      Task-number: QTCREATORBUG-2796
      Reviewed-by: Erik Verbruggen
      9eea942a
Loading