Skip to content
Snippets Groups Projects
  1. Nov 22, 2010
  2. Nov 08, 2010
  3. Nov 02, 2010
  4. Oct 29, 2010
  5. Oct 25, 2010
  6. Oct 19, 2010
  7. Oct 08, 2010
  8. Oct 07, 2010
  9. Oct 05, 2010
  10. Oct 03, 2010
    • Alessandro Portale's avatar
      Do not scan "/" for include files · 493710c2
      Alessandro Portale authored
      The scanning phase was in some cases insanely long.
      Reason was that Creator feeds wrong paths to the
      CppModelManager, for example "/".
      
      The scanning phase did what it was told to: scan that whole
      Harddrive.
      
      This patch makes sure that the scanning is not done for "/"
      
      Done-With: Roberto
      493710c2
    • Alessandro Portale's avatar
      No Samba while including files · b9d3c1f5
      Alessandro Portale authored
      (The other Samba is meant. The slow one, not the nice one.)
      
      Creator manages to feed the CppModelManager with all kinds of
      wrong include paths. That is usually not a big issue as long
      as that path is not a simple "/".
      
      CppManager appended a separator to all incoming include paths.
      And when the above "/" was passed in, we had (on my machine)
      7 seconds of Samba Network lookup, multiple times during a
      parse. And the sad thing was that my dear colleagues in the
      Intranet did not even have the searched-for header files on
      their shared folders.
      
      This patch makes sure that a separator is only appended if
      the path does not already end with one.
      
      The real core of the issue (wrong include paths from Creator)
      still needs to be fixed.
      
      Done-with: Roberto Raggi
      b9d3c1f5
  11. Sep 30, 2010
  12. Sep 27, 2010
  13. Sep 24, 2010
  14. Sep 17, 2010
  15. Sep 16, 2010
    • Friedemann Kleint's avatar
      Further header cleanup. · bb13b69e
      Friedemann Kleint authored
      Introduce some more private classes for the coreplugin,
      use header include convention
      <QtModule/QClass>, de-qobjectify VariableManager.
      bb13b69e
  16. Sep 15, 2010
  17. Sep 14, 2010
    • dt's avatar
      EditorManager: Change openEditor/activateEditor to not do mode switching · 08ccda58
      dt authored
      Also introduce a indirection, modes have now types, edit and debug have
      the same type, and editors do have a prefered type of modes instead of a
      prefered mode.
      
      That fixes the bug that if the prefered qml editing mode was set to
      design, then in switching between qml editors would
      - in Edit Mode: stay in edit mode
      - in Debug Mode: switch to debug mode
      08ccda58
  18. Sep 13, 2010
  19. Sep 10, 2010
  20. Sep 08, 2010
  21. Sep 07, 2010
Loading