Skip to content
Snippets Groups Projects
  1. Jan 13, 2010
  2. Jan 12, 2010
    • Kai Koehne's avatar
      Remove stale entries in assistant db blocking qch file registering · f0c9caf9
      Kai Koehne authored
      registerDocumentation failed if a namespace/qch file had been registered
      before, but the qch file is not accessible any more. This prevented
      the registration of the same namespace/qch file at a different location.
      
      Fix this by explicitly removing entries that have no valid qch file any
      more from the db.
      
      Reviewed-by: con
      f0c9caf9
  3. Jan 07, 2010
    • Tobias Hunger's avatar
      Make method naming more consistent. · a6ad7737
      Tobias Hunger authored
        * Use id() for methods returning a string used to represent
          some type of object.
        * Use displayName() for strings that are meant to be user
          visible.
        * Quieten some warnings while touching the files anyway.
        * Move Factories to their products in the plugins where that
          was not done before.
      
      Reviewed-by: dt
      a6ad7737
    • con's avatar
      Version bump. · 2e495e70
      con authored
      2e495e70
  4. Jan 04, 2010
  5. Dec 21, 2009
  6. Nov 30, 2009
    • mae's avatar
      tune editor mouse cursor behaviour · b7635dda
      mae authored
      the fix makes the mouse cursor visible when the editor loses focus.
      This fixes an issue with the completion box, where on mac and windows
      no mouse cursor would be visible (it worked on X11 due to the way
      X11 does mouse grabbing for popup windows).
      b7635dda
    • mae's avatar
      separate font zoom from font size · d6e4a787
      mae authored
      Introduce "Reset Font Size" action, bound to Ctrl+0
      d6e4a787
  7. Nov 27, 2009
  8. Nov 24, 2009
    • Friedemann Kleint's avatar
      Polish the settings dialog. · 65e11062
      Friedemann Kleint authored
      Add a title label to the pages. Use QGroupBoxes throughout.
      Extend SavedAction to work with checkable QGroupBoxes. Polish UI files,
      use common layout for VCS plugins. Performance: Apply only visited
      settings pages. Add search keywords.
      
      Task-number: QTCREATOR-26
      65e11062
  9. Nov 20, 2009
    • con's avatar
      Make context help work also when switching user interface language. · ad4c227c
      con authored
      Also avoids errors because of users messing with the "Unfiltered"
      filter, which is used for e.g. context help.
      The strategy now is to remove the "Unfiltered" filter from previous runs
      (possibly in a different language), and re-register a fresh filter with
      the name in the current language, and guaranteed to not filter out
      anything.
      
      Reviewed-by: kh1
      ad4c227c
    • 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
  10. Nov 16, 2009
  11. Nov 04, 2009
  12. Oct 29, 2009
  13. Oct 23, 2009
  14. Oct 21, 2009
  15. Oct 16, 2009
  16. Oct 05, 2009
  17. Oct 02, 2009
  18. Oct 01, 2009
  19. Sep 15, 2009
  20. Sep 10, 2009
  21. 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
  22. Aug 14, 2009
  23. Aug 13, 2009
  24. Aug 12, 2009
  25. Aug 06, 2009
Loading