Skip to content
Snippets Groups Projects
  1. Jun 23, 2011
  2. May 12, 2011
  3. May 06, 2011
  4. Apr 19, 2011
  5. Apr 14, 2011
  6. Apr 13, 2011
  7. Mar 28, 2011
  8. Feb 18, 2011
  9. Feb 04, 2011
  10. Jan 24, 2011
  11. Jan 20, 2011
  12. Jan 14, 2011
  13. Jan 13, 2011
    • con's avatar
      Show wrap indicator when searching in text edits. · c41c4d97
      con authored
      Adds a showWrapIndicator(parent) method to IFindSupport, to be used by
      implementations. First implementation is given for the BaseFindSupport
      that's used for all searches in Q(Plain)TextEdits.
      
      Task-number: QTCREATORBUG-2753
      c41c4d97
  14. Jan 12, 2011
  15. Dec 17, 2010
  16. Dec 02, 2010
  17. Nov 03, 2010
  18. Nov 02, 2010
  19. Nov 01, 2010
  20. Oct 18, 2010
    • mae's avatar
      Fixed find scope · da5cdda7
      mae authored
      There was an off-by-one error for the normal find scope.
      Improved look by ignoring the left side.
      da5cdda7
  21. Oct 08, 2010
  22. Oct 07, 2010
  23. Sep 30, 2010
    • hjk's avatar
      version bump 2.0.91 -> 2.1.81 · e6dd3ff5
      hjk authored
      Should have been done earlier. 2.1.80 was burned in the pre-2.1.0->2.0.1
      days, and we'd like to have odd subminor for 'working' and even subminor
      numbers for pure cherry-picking release branches anyway.
      e6dd3ff5
  24. Sep 28, 2010
    • mae's avatar
      Fixed find scope · 5c6cfdf8
      mae authored
      There was an off-by-one error for the normal find scope.
      Improved look by ignoring the left side.
      5c6cfdf8
  25. Sep 27, 2010
  26. Sep 20, 2010
  27. Sep 16, 2010
  28. Sep 10, 2010
  29. Sep 02, 2010
  30. Aug 30, 2010
  31. Aug 27, 2010
  32. Aug 05, 2010
    • mae's avatar
      Refactor block selection · 29b073e9
      mae authored
      Block selection was "broken" when using tabs, or rather
      incomplete: It treated tabs as normal characters, which
      has shown to be unexpected by people using tabs in code.
      
      The new implementation has a vastly improved find scope
      as well. In addition, creating a blog selection with
      mouse or keyboard feels a lot more solid now, as the
      actual selection is detached from possible valid cursor
      positions.
      
      Task-number: QTCREATORBUG-1541
      29b073e9
  33. Jul 30, 2010
    • Alessandro Portale's avatar
      Pedantic cleanup of filename parameters for QIcon constructor · 3aa3c568
      Alessandro Portale authored
      Using more *::Constants::ICON_* where it makes sense and
      wrapping the file names into QLatin1String where they were
      missing.
      
      The increased usage of the ICON constants needed a few more
      cross plugin includes of *constants.h, here and there.
      I think that it is OK, since the dependencies were alredy there
      icon resource wise.
      3aa3c568
Loading