Skip to content
Snippets Groups Projects
  1. Jun 25, 2010
  2. Jun 16, 2010
  3. Jun 11, 2010
  4. Jun 07, 2010
  5. May 27, 2010
    • Thorbjørn Lindeijer's avatar
      Fixed vertical alignment of line numbers in search results on Mac · 3bc20dbb
      Thorbjørn Lindeijer authored
      Due to different text positioning logic between the QItemDelegate and
      the way SearchResultTreeItemDelegate drew the line numbers, the line
      numbers did not align properly to the line of text next to it.
      
      This was fixed by relying on QItemDelegate::drawDisplay for drawing the
      line numbers, so that the same positioning logic is used.
      
      This exposed a small right-alignment bug in QTextLayout, for which a fix
      is coming to Qt.
      
      Done-with: Erik Verbruggen
      3bc20dbb
  6. May 21, 2010
    • mae's avatar
      UI fix for renaming symbols · 942611f6
      mae authored
      The change makes the "replace with" line edit for symbol
      renaming wide enough.
      
      The default QLineEdit has space for ca. 17 characters, we now
      expand to the maximum of 25 and the space needed for the replacement
      text.
      942611f6
    • mae's avatar
      Fix critical vertical block selection issue · 076c0349
      mae authored
      Vertical block selections could be painted where there was no
      selection, or they could jump randomly to columns futher right.
      
      Reviewed-by: dt
      076c0349
  7. May 17, 2010
  8. Apr 30, 2010
  9. Apr 28, 2010
  10. Apr 16, 2010
  11. 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
  12. Apr 12, 2010
  13. Apr 07, 2010
  14. Mar 31, 2010
  15. Mar 29, 2010
  16. Mar 24, 2010
  17. Mar 19, 2010
  18. Mar 18, 2010
  19. Mar 12, 2010
  20. Mar 10, 2010
  21. Mar 05, 2010
  22. Mar 01, 2010
  23. Feb 26, 2010
  24. Feb 01, 2010
  25. Jan 21, 2010
  26. Jan 07, 2010
  27. Dec 21, 2009
    • 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
Loading