Skip to content
Snippets Groups Projects
  1. Jul 22, 2010
  2. Jul 06, 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
  7. May 17, 2010
  8. Apr 28, 2010
  9. Apr 16, 2010
  10. 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
  11. Apr 12, 2010
  12. Apr 07, 2010
  13. Mar 31, 2010
  14. Mar 29, 2010
  15. Mar 24, 2010
  16. Mar 19, 2010
  17. Mar 18, 2010
  18. Mar 12, 2010
  19. Mar 10, 2010
  20. Mar 05, 2010
  21. Mar 01, 2010
  22. Feb 26, 2010
  23. Feb 01, 2010
  24. Jan 21, 2010
  25. Jan 07, 2010
  26. 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
  27. Dec 14, 2009
  28. Dec 08, 2009
    • Thorbjørn Lindeijer's avatar
      Fixed the sorting of search results · fec9dc0e
      Thorbjørn Lindeijer authored
      The search results window assumed the files were searched in sorted
      order, which is not always the case especially since "find usages" can
      now operate in several threads.
      
      This change makes sure that the list of files in the search results is
      always sorted, using a binary search to find the right index to insert
      new files.
      
      Reviewed-by: con
      fec9dc0e
  29. Nov 24, 2009
  30. Nov 20, 2009
    • Alessandro Portale's avatar
      Improved line wrapping of plugin license texts. · 20b20985
      Alessandro Portale authored
      The paragraphs are now long lines that get wrapped by the text browser.
      
      Reviewed-by: TrustMe
      
      	modified:   src/plugins/bineditor/BinEditor.pluginspec
      	modified:   src/plugins/bookmarks/Bookmarks.pluginspec
      	modified:   src/plugins/cmakeprojectmanager/CMakeProjectManager.pluginspec
      	modified:   src/plugins/coreplugin/Core.pluginspec
      	modified:   src/plugins/cpaster/CodePaster.pluginspec
      	modified:   src/plugins/cppeditor/CppEditor.pluginspec
      	modified:   src/plugins/cpptools/CppTools.pluginspec
      	modified:   src/plugins/cvs/CVS.pluginspec
      	modified:   src/plugins/debugger/Debugger.pluginspec
      	modified:   src/plugins/designer/Designer.pluginspec
      	modified:   src/plugins/fakevim/FakeVim.pluginspec
      	modified:   src/plugins/find/Find.pluginspec
      	modified:   src/plugins/genericprojectmanager/GenericProjectManager.pluginspec
      	modified:   src/plugins/git/ScmGit.pluginspec
      	modified:   src/plugins/helloworld/HelloWorld.pluginspec
      	modified:   src/plugins/help/Help.pluginspec
      	modified:   src/plugins/locator/Locator.pluginspec
      	modified:   src/plugins/mercurial/Mercurial.pluginspec
      	modified:   src/plugins/perforce/Perforce.pluginspec
      	modified:   src/plugins/projectexplorer/ProjectExplorer.pluginspec
      	modified:   src/plugins/qmleditor/QmlEditor.pluginspec
      	modified:   src/plugins/qmlprojectmanager/QmlProjectManager.pluginspec
      	modified:   src/plugins/qt4projectmanager/Qt4ProjectManager.pluginspec
      	modified:   src/plugins/qtscripteditor/QtScriptEditor.pluginspec
      	modified:   src/plugins/regexp/RegExp.pluginspec
      	modified:   src/plugins/resourceeditor/ResourceEditor.pluginspec
      	modified:   src/plugins/snippets/Snippets.pluginspec
      	modified:   src/plugins/subversion/Subversion.pluginspec
      	modified:   src/plugins/texteditor/TextEditor.pluginspec
      	modified:   src/plugins/vcsbase/VCSBase.pluginspec
      	modified:   src/plugins/welcome/Welcome.pluginspec
      20b20985
  31. Nov 10, 2009
    • Thorbjørn Lindeijer's avatar
      Fixed search results handling of font height · 3cd7f49e
      Thorbjørn Lindeijer authored
      This patch makes sure that the rows that show the file and the rows that
      show the results are the same height, to satisfy the uniform row heights
      setting.
      
      Also, a layout changed signal is now emitted when the font is changed.
      This makes active search results update correctly when the text editor
      font is changed.
      
      Reviewed-by: con
      3cd7f49e
  32. Nov 09, 2009
  33. Nov 05, 2009
  34. Nov 04, 2009
  35. Oct 29, 2009
Loading