Skip to content
Snippets Groups Projects
  1. Sep 02, 2010
  2. Aug 30, 2010
  3. Aug 27, 2010
  4. 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
  5. 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
  6. Jul 29, 2010
  7. Jul 26, 2010
  8. Jul 23, 2010
    • kh1's avatar
      Compile fix. · c837fd60
      kh1 authored
      Reviewed-by: con
      c837fd60
    • 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
  9. Jul 22, 2010
  10. Jul 15, 2010
  11. Jul 14, 2010
  12. Jul 13, 2010
  13. Jul 12, 2010
  14. Jul 06, 2010
  15. Jul 01, 2010
  16. Jun 29, 2010
  17. Jun 28, 2010
  18. Jun 25, 2010
  19. Jun 16, 2010
  20. Jun 11, 2010
  21. Jun 07, 2010
  22. 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
  23. 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
  24. May 17, 2010
Loading