Skip to content
Snippets Groups Projects
  1. Mar 27, 2012
  2. Feb 15, 2012
  3. Feb 09, 2012
  4. Feb 07, 2012
  5. Jan 26, 2012
  6. Jan 24, 2012
  7. Dec 20, 2011
  8. Nov 10, 2011
    • hjk's avatar
      more Id type fixes · 82f55736
      hjk authored
      
      Change-Id: I3720946ba5485696822976567d83b4d6cb1fb283
      
      x
      
      Change-Id: Iab58bc34bc56371405d132315573b484a533b77c
      Reviewed-by: default avatarhjk <qthjk@ovi.com>
      82f55736
  9. Nov 03, 2011
  10. Sep 14, 2011
  11. Sep 13, 2011
  12. Sep 06, 2011
  13. May 31, 2011
  14. May 12, 2011
    • Oswald Buddenhagen's avatar
      move the "cannot undo" warning to the search result pane · a14955d0
      Oswald Buddenhagen authored
      this is where it belongs, rather than into some arbitrary editor.
      as a nice side effect, now not only the "rename symbol", but also the
      global search&replace has such a warning.
      a14955d0
    • Oswald Buddenhagen's avatar
      rewrite editor info bar handling · 882e34ee
      Oswald Buddenhagen authored
      the info about the bars is now stored in the IFile, not in the
      EditorView. this is somewhat more expensive for the bars which
      identically apply to all editors of one type, but fixes consistency
      issues between views.
      
      additionally, it is now possible to set several simultaneous
      info bars per file, which ensures that no information is lost.
      
      Co-authored-by: mae
      882e34ee
  15. May 06, 2011
  16. Apr 18, 2011
  17. Apr 13, 2011
  18. Feb 22, 2011
    • hjk's avatar
      texteditor: merge ITextEditable into ITextEditor · f576ad9f
      hjk authored
      rename BastTextEditor->BaseTextEditorWidget, BaseTextEditorEditable->BaseTextEditor
      rename BaseTextEditor{,Widget} subclasses
      rename editableInterface->editorInterface
      rename createEditableInterface->createEditor
      minor cleanups after renamings
      f576ad9f
  19. Jan 17, 2011
    • Erik Verbruggen's avatar
      Fixed the line retreival for find-usages. · dea74862
      Erik Verbruggen authored
      Instead of using the pre-processed source, the original one is used.
      This makes a difference when a macro is used in the line, where the pre-
      processed source would have a "#gen true" token.
      
      Task-number: QTCREATORBUG-3345
      dea74862
  20. Jan 12, 2011
  21. Jan 04, 2011
  22. Dec 17, 2010
  23. 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
  24. Sep 10, 2010
  25. Aug 26, 2010
  26. Aug 11, 2010
  27. Aug 10, 2010
  28. Aug 05, 2010
  29. 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
  30. Jul 20, 2010
  31. Jul 12, 2010
Loading