Skip to content
Snippets Groups Projects
  1. Mar 02, 2010
  2. Mar 01, 2010
  3. Feb 08, 2010
    • Kai Koehne's avatar
      Reapply unconnected changes from reverted commit · 6c4b9ba2
      Kai Koehne authored
      Only revert stuff that is linked to fast string concat.
      6c4b9ba2
    • Kai Koehne's avatar
      Revert "compile everything with QT_USE_FAST_CONCATENATION" · 999c73ad
      Kai Koehne authored
      This reverts commit e70530c5. It
      did break builds on older gcc versions (gcc 4.1.2 64 bit Linux,
      gcc 4.0.1 on Mac OS X):
      
      parser/qmljsgrammar_p.h: In static member function ???static int
      QmlJSGrammar::nt_action(int, int)???:
      parser/qmljsgrammar_p.h:188: error: ???QmlJSGrammar::<anonymous enum>???
      is/uses anonymous type
      parser/qmljsgrammar_p.h:188: error:   trying to instantiate
      ???template<class T> struct QConcatenable???
      ...
      999c73ad
  4. Feb 05, 2010
  5. Feb 02, 2010
  6. Feb 01, 2010
  7. Jan 29, 2010
  8. Jan 21, 2010
  9. Jan 18, 2010
    • kh1's avatar
      Add an combo box to switch between the opened tabs. · a0af55e7
      kh1 authored
      Follow the text editor and provide a combo box for opened documents. We
      might consider removing the tabs all together to look more consistent.
      
      Task-number: QTCREATORBUG-584
      Reviewed-by: ck
      a0af55e7
  10. Jan 13, 2010
  11. 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
  12. 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
  13. Jan 04, 2010
  14. Dec 21, 2009
  15. 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
  16. Nov 27, 2009
  17. 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
  18. 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
  19. Nov 16, 2009
  20. Nov 04, 2009
  21. Oct 29, 2009
  22. Oct 23, 2009
  23. Oct 21, 2009
  24. Oct 16, 2009
Loading