Skip to content
Snippets Groups Projects
  1. Nov 16, 2010
  2. Jun 11, 2010
    • kh1's avatar
      Move help manager into core. · 1b6ad087
      kh1 authored
       - lessens open file handles
       - improves help plugin startup further
      
      Task-number: QTCREATORBUG-337
      Reviewed-by: ck
      1b6ad087
  3. Apr 28, 2010
    • kh1's avatar
      Fix handleHelpRequest. · c908da83
      kh1 authored
      * Make sure we only change our own urls inside that function
      * QDesktopService::setUrlHandler expects the target slot to take a QUrl
      
      Reviewed-by: ck
      c908da83
  4. Apr 12, 2010
  5. Mar 30, 2010
  6. Mar 23, 2010
    • kh1's avatar
      Rewrite of the whole help modul initialization. · 6ac6be5d
      kh1 authored
      We now do as much as possible lazy initialisation, e.g only start the
      full text search indexer if we really access the search widget. Also
      moved the QFutur progress into the search widget. Changed all ctors to
      be called without an argument, since we share the help engines from
      help manager all over the place. Make use of the fact that we only need
      to call setupData on the gui engine if we access the help mode, otherwise
      all data is fetched thru the core engine whichs setupData is really fast.
      6ac6be5d
    • kh1's avatar
      Add some more convinient functionality the help manager. · 8d118d3a
      kh1 authored
      Add some more statics that can return the class instance,
      implements a gui help engine and the bookmark manager for
      easier sharing.
      8d118d3a
  7. Mar 16, 2010
  8. Mar 10, 2010
  9. Mar 05, 2010
  10. Feb 02, 2010
  11. Jan 22, 2010
  12. Aug 14, 2009
  13. Jun 16, 2009
    • con's avatar
      Cherry-pick: Update license headers and sales contact details. · 2919c210
      con authored
      Reviewed-by: Trust Me
      
      Conflicts:
      
      	src/libs/cplusplus/CppBindings.cpp
      	src/libs/cplusplus/CppBindings.h
      	src/libs/cplusplus/FastPreprocessor.cpp
      	src/libs/cplusplus/FastPreprocessor.h
      	src/plugins/cpptools/cppcurrentdocumentfilter.cpp
      	src/plugins/cpptools/cppcurrentdocumentfilter.h
      	src/plugins/cpptools/cppsemanticsearch.cpp
      	src/plugins/cpptools/cppsemanticsearch.h
      	src/plugins/duieditor/parser/qmljs.g
      	src/plugins/duieditor/parser/qmljsast.cpp
      	src/plugins/duieditor/parser/qmljsast_p.h
      	src/plugins/duieditor/parser/qmljsastfwd_p.h
      	src/plugins/duieditor/parser/qmljsastvisitor.cpp
      	src/plugins/duieditor/parser/qmljsastvisitor_p.h
      	src/plugins/duieditor/parser/qmljsengine_p.cpp
      	src/plugins/duieditor/parser/qmljsengine_p.h
      	src/plugins/duieditor/parser/qmljsgrammar.cpp
      	src/plugins/duieditor/parser/qmljsgrammar_p.h
      	src/plugins/duieditor/parser/qmljslexer.cpp
      	src/plugins/duieditor/parser/qmljslexer_p.h
      	src/plugins/duieditor/parser/qmljsmemorypool_p.h
      	src/plugins/duieditor/parser/qmljsnodepool_p.h
      	src/plugins/duieditor/parser/qmljsparser.cpp
      	src/plugins/duieditor/parser/qmljsparser_p.h
      	src/plugins/duieditor/parser/qmljsprettypretty.cpp
      	src/plugins/duieditor/parser/qmljsprettypretty_p.h
      	src/plugins/duieditor/rewriter/rewriter.cpp
      	src/plugins/duieditor/rewriter/rewriter_p.h
      	src/plugins/duieditor/rewriter/textwriter.cpp
      	src/plugins/duieditor/rewriter/textwriter_p.h
      	src/shared/cplusplus/ASTClone.cpp
      	tests/manual/cplusplus/main.cpp
      2919c210
    • Jason McDonald's avatar
      Update license headers and sales contact details. · 884b7af7
      Jason McDonald authored
      Reviewed-by: Trust Me
      884b7af7
  14. Apr 02, 2009
  15. Feb 25, 2009
  16. Jan 13, 2009
  17. Dec 16, 2008
  18. Dec 02, 2008
Loading