Skip to content
Snippets Groups Projects
  1. 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
  2. Sep 10, 2010
  3. Aug 26, 2010
  4. Aug 11, 2010
  5. Aug 10, 2010
  6. Aug 05, 2010
  7. Jul 23, 2010
    • con's avatar
      C++ symbols find filter for advanced find. · 2bda8675
      con authored
      Required refactoring of the search result window to show real trees of
      search results.
      
      The backend is the backend from the Locator filter, which is a bit
      outdated now.
      2bda8675
  8. Jul 20, 2010
  9. Jul 12, 2010
  10. Jul 06, 2010
  11. May 31, 2010
  12. May 25, 2010
  13. Mar 30, 2010
  14. Mar 18, 2010
  15. Mar 17, 2010
  16. Mar 09, 2010
    • Erik Verbruggen's avatar
      Fixed QTCREATORBUG-745. · 417a1c9f
      Erik Verbruggen authored
      Fixed crash in FindUsages on a dirty file in a large project, which is saved
      while the FindUsages is still running.
      417a1c9f
  17. Mar 05, 2010
  18. Dec 21, 2009
    • Christian Kamm's avatar
      Find macro uses. · f90f9e48
      Christian Kamm authored
      Reviewed-by: Erik Verbruggen
      f90f9e48
    • con's avatar
      Remove unused code. · 6c27faf0
      con authored
      6c27faf0
    • con's avatar
      Implement string based search & replace in multiple files. · 1a95f6f2
      con authored
      This uses the same UI as "Rename Symbol".
      Moves the actual rename implementation to a static method in
      BaseFileFind and uses it for rename symbol and search & replace.
      Moves the signal notification for the code model from VCSManager to
      the more general FileManager.
      Note that as for rename symbol, there's no undo yet.
      
      Task-number: QTCREATORBUG-73
      1a95f6f2
  19. Dec 15, 2009
  20. Dec 07, 2009
  21. Dec 04, 2009
  22. Dec 03, 2009
  23. Dec 02, 2009
  24. Dec 01, 2009
  25. Nov 30, 2009
  26. Nov 27, 2009
  27. Nov 09, 2009
Loading