Skip to content
Snippets Groups Projects
  1. Oct 29, 2010
    • Kai Koehne's avatar
      QmlProject: Don't use RegExp for simple wildcard matching · c4ca0060
      Kai Koehne authored
      QRegExp matching is quite expensive, and has to be done for every file
      in the project directory tree against all possible suffixes. Optimize
      for the common case that the pattern is "*.suffix" by doing a
      fileName.endsWidth(suffix) in this case.
      
      This speeds up loading of examples/declarative/declarative.qmlproject by
      about 30%.
      
      Reviewed-by: Christian Kamm
      c4ca0060
  2. Oct 26, 2010
  3. Oct 18, 2010
  4. Oct 13, 2010
  5. Oct 11, 2010
  6. Oct 08, 2010
  7. Oct 07, 2010
  8. Oct 06, 2010
  9. Oct 05, 2010
  10. Oct 04, 2010
  11. Sep 30, 2010
  12. Sep 29, 2010
  13. Sep 28, 2010
  14. Sep 27, 2010
  15. Sep 24, 2010
  16. Sep 23, 2010
  17. Sep 20, 2010
  18. Sep 17, 2010
  19. Sep 10, 2010
  20. Sep 03, 2010
  21. Sep 02, 2010
  22. Sep 01, 2010
    • Lasse Holmstedt's avatar
      Debugger languages are now runconfiguration dependent · 8c394710
      Lasse Holmstedt authored
      There's a UI in qml/customexec/cmake/qmake run configs for choosing the
      debugger languages (C++ and QML). The default for all except .qmlproject
      is only C++, so default debugging behavior is the same. However, if the
      user wants to do simultaneous debugging with two languages, or only
      debug QML, they can select the languages from Run Settings and it will
      be remembered.
      
      Reviewed-by: hunger
      8c394710
  23. Aug 30, 2010
  24. Aug 26, 2010
  25. Aug 25, 2010
Loading