Skip to content
Snippets Groups Projects
  1. Jul 23, 2010
  2. Jul 21, 2010
  3. Jul 16, 2010
    • kh1's avatar
      Implement online help filter. · 37efd0e1
      kh1 authored
      The search for remote content, like stl::vector in cpp-reference,
      google, bing, wikipedia etc...
      
      Task-number: QTCREATORBUG-1375
      Reviewed-by: ck
      37efd0e1
  4. Jul 14, 2010
  5. Jul 13, 2010
  6. Jul 08, 2010
    • kh1's avatar
      Force engine setup. · 2cd7c7b8
      kh1 authored
      If we where not in full help mode at least once, the engine
      would still run without valid help collection due to the new
      lazy initialisation, thus the right side pane would not be
      able to retrieve the requested help file.
      
      Reviewed-by: ck
      2cd7c7b8
  7. Jul 07, 2010
    • kh1's avatar
      Force engine setup. · b546e979
      kh1 authored
      If we where not in full help mode at least once, the engine
      would still run without valid help collection due to the new
      lazy initialisation, thus the right side pane would not be
      able to retrieve the requested help file.
      
      Reviewed-by: ck
      b546e979
  8. Jun 29, 2010
  9. Jun 28, 2010
  10. Jun 25, 2010
  11. Jun 21, 2010
  12. Jun 14, 2010
  13. 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
  14. May 31, 2010
  15. Apr 29, 2010
  16. Apr 28, 2010
  17. Apr 23, 2010
  18. Apr 15, 2010
  19. Apr 12, 2010
  20. Apr 06, 2010
  21. Apr 01, 2010
    • kh1's avatar
      Make the content item the default one. · 0628ca19
      kh1 authored
      To make the addition of the qml docs more prominent, make the content
      item the default one as it shows all available documentation sets.
      
      Task-number: QTCREATORBUG-1024
      Reviewed-by: kkoehne
      0628ca19
  22. Mar 30, 2010
  23. Mar 24, 2010
  24. 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
      Implement our own search for keywords using QSql. · c3326eb6
      kh1 authored
      Currently we can only retrieve a list of keywords from the help index
      model, which is slow and needs a fully setup gui help engine. This needs
      to be implmeneted in the help lib though.
      c3326eb6
    • kh1's avatar
      Move the constants where they belong. · 42e01eaa
      kh1 authored
      42e01eaa
    • kh1's avatar
      Make use of the core engine, no need for gui stuff. · fa32d9a9
      kh1 authored
      fa32d9a9
  25. Mar 18, 2010
  26. Mar 16, 2010
  27. Mar 11, 2010
Loading