Skip to content
Snippets Groups Projects
  1. 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
  2. Nov 24, 2009
  3. 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
  4. 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
  5. Nov 09, 2009
  6. Nov 05, 2009
  7. Nov 04, 2009
  8. Oct 29, 2009
  9. Oct 21, 2009
  10. Oct 12, 2009
  11. Oct 06, 2009
  12. Oct 05, 2009
  13. Oct 02, 2009
  14. Oct 01, 2009
  15. Sep 30, 2009
  16. Sep 29, 2009
  17. Sep 22, 2009
  18. Sep 10, 2009
  19. Sep 09, 2009
    • ck's avatar
      Various improvements for BinEditor. · 6f5cea2a
      ck authored
      - Saving to file only takes modified data into account.
      - Search functionality does not exhaust memory anymore.
      - Searches can be canceled. This required updating the IFindSupport
        interface and all classes implementing it. No functional changes
        were done in those.
      
      Reviewed-by: mae
      6f5cea2a
  20. Sep 01, 2009
  21. Aug 27, 2009
    • dt's avatar
      Compile without rtti support · 9f918428
      dt authored
      Since we can easily do that, just do it. No gurantee that we aren't
      going to use rtti in the future.
      9f918428
  22. Aug 25, 2009
  23. Aug 20, 2009
  24. Aug 14, 2009
  25. Aug 03, 2009
  26. Jul 28, 2009
  27. Jul 21, 2009
Loading