Skip to content
Snippets Groups Projects
  1. Sep 22, 2010
  2. Jul 15, 2010
  3. 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
  4. Jun 01, 2010
  5. Mar 30, 2010
  6. Mar 25, 2010
  7. 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
      Make use of the core engine, no need for gui stuff. · fa32d9a9
      kh1 authored
      fa32d9a9
  8. Mar 05, 2010
  9. Jan 29, 2010
  10. Jan 21, 2010
  11. 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
  12. Nov 04, 2009
  13. Aug 14, 2009
  14. Jul 27, 2009
  15. Jul 13, 2009
  16. Jun 26, 2009
  17. Jun 25, 2009
  18. 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
  19. Jun 04, 2009
  20. Jun 03, 2009
    • Oswald Buddenhagen's avatar
      ifdef Q_?S_* cleanup · d2a8449b
      Oswald Buddenhagen authored
      - clear up some Q_OS_LINUX vs. Q_OS_UNIX
      - clear up Q_WS_* vs. Q_OS_* (relatively theoretical exercise)
      - use proper #if-#else cascades instead of free-standing #ifs
      d2a8449b
  21. Jun 02, 2009
  22. May 07, 2009
  23. Feb 25, 2009
  24. Jan 29, 2009
  25. Jan 28, 2009
  26. Jan 13, 2009
  27. Dec 16, 2008
  28. Dec 02, 2008
Loading