Skip to content
Snippets Groups Projects
  1. May 11, 2010
  2. Apr 26, 2010
  3. Apr 13, 2010
    • mae's avatar
      Fix find scope expanding · d633ec20
      mae authored
      We now use two cursors, with the first one being positioned at the
      character before the find scope starts. This makes it possible
      to extend the scope when typing at the beginning or the end of
      it. This is more what the user expects. The effect is noticable
      with find&replace of words at the beginning or end of the scope.
      d633ec20
  4. Apr 12, 2010
  5. Mar 29, 2010
    • mae's avatar
      Re-enable snippets · 91dac938
      mae authored
      Fixed colors to use the same as refactoring rename, and a few
      fixes for undo and document changes outside the tab areas.
      
      Reviewed-by: Roberto Raggi
      91dac938
  6. Mar 05, 2010
  7. Feb 04, 2010
  8. Jan 19, 2010
  9. Jan 12, 2010
  10. Dec 09, 2009
  11. Dec 08, 2009
  12. Dec 02, 2009
  13. Dec 01, 2009
  14. Nov 26, 2009
  15. Nov 25, 2009
  16. Nov 03, 2009
    • Thorbjørn Lindeijer's avatar
      Make accidentally activating the link navigation more difficult · 2c115e93
      Thorbjørn Lindeijer authored
      Only checking Ctrl and link availability on mouse release was triggering
      the navigation too easily.
      
      Now you have to press and release the mouse on the same link, having
      Ctrl pressed all the time. In addition, when changing the text selection
      the link is also cleared.
      
      Task-number: QTCREATORBUG-134
      Reviewed-by: con
      2c115e93
  17. Sep 15, 2009
  18. Sep 08, 2009
  19. Aug 14, 2009
  20. Jun 17, 2009
  21. Jun 16, 2009
    • con's avatar
      Cherry-pick: Update license headers and sales contact details. · 2919c210
      con authored
      Reviewed-by: Trust Me
      
      Conflicts:
      
      	src/libs/cplusplus/CppBindings.cpp
      	src/libs/cplusplus/CppBindings.h
      	src/libs/cplusplus/FastPreprocessor.cpp
      	src/libs/cplusplus/FastPreprocessor.h
      	src/plugins/cpptools/cppcurrentdocumentfilter.cpp
      	src/plugins/cpptools/cppcurrentdocumentfilter.h
      	src/plugins/cpptools/cppsemanticsearch.cpp
      	src/plugins/cpptools/cppsemanticsearch.h
      	src/plugins/duieditor/parser/qmljs.g
      	src/plugins/duieditor/parser/qmljsast.cpp
      	src/plugins/duieditor/parser/qmljsast_p.h
      	src/plugins/duieditor/parser/qmljsastfwd_p.h
      	src/plugins/duieditor/parser/qmljsastvisitor.cpp
      	src/plugins/duieditor/parser/qmljsastvisitor_p.h
      	src/plugins/duieditor/parser/qmljsengine_p.cpp
      	src/plugins/duieditor/parser/qmljsengine_p.h
      	src/plugins/duieditor/parser/qmljsgrammar.cpp
      	src/plugins/duieditor/parser/qmljsgrammar_p.h
      	src/plugins/duieditor/parser/qmljslexer.cpp
      	src/plugins/duieditor/parser/qmljslexer_p.h
      	src/plugins/duieditor/parser/qmljsmemorypool_p.h
      	src/plugins/duieditor/parser/qmljsnodepool_p.h
      	src/plugins/duieditor/parser/qmljsparser.cpp
      	src/plugins/duieditor/parser/qmljsparser_p.h
      	src/plugins/duieditor/parser/qmljsprettypretty.cpp
      	src/plugins/duieditor/parser/qmljsprettypretty_p.h
      	src/plugins/duieditor/rewriter/rewriter.cpp
      	src/plugins/duieditor/rewriter/rewriter_p.h
      	src/plugins/duieditor/rewriter/textwriter.cpp
      	src/plugins/duieditor/rewriter/textwriter_p.h
      	src/shared/cplusplus/ASTClone.cpp
      	tests/manual/cplusplus/main.cpp
      2919c210
    • Jason McDonald's avatar
      Update license headers and sales contact details. · 884b7af7
      Jason McDonald authored
      Reviewed-by: Trust Me
      884b7af7
  22. May 29, 2009
  23. May 08, 2009
  24. Apr 29, 2009
  25. Apr 28, 2009
  26. Apr 27, 2009
  27. Apr 24, 2009
  28. Apr 23, 2009
  29. Apr 22, 2009
  30. Apr 02, 2009
  31. Mar 30, 2009
  32. Mar 25, 2009
    • Thorbjørn Lindeijer's avatar
      Stop fighting over which mouse cursor to show on text editor · 8088ca2c
      Thorbjørn Lindeijer authored
      The BaseTextEditor was unconditionally setting the mouse cursor on each
      mouse move event, after which the CPPEditor would set it as well when
      the mouse was above a link. This caused some mouse cursor flickering, so
      now the cursor is only set when it's supposed to change.
      
      Also fixed an issue where the link wasn't removed when leaving the text
      editor with the mouse while Ctrl was pressed.
      8088ca2c
  33. Mar 19, 2009
  34. Mar 17, 2009
Loading