Skip to content
Snippets Groups Projects
  1. Jul 14, 2010
  2. Jul 13, 2010
  3. 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
  4. 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
  5. Jun 29, 2010
  6. Jun 28, 2010
  7. Jun 25, 2010
  8. Jun 21, 2010
  9. Jun 14, 2010
  10. 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
  11. May 31, 2010
  12. Apr 29, 2010
  13. Apr 28, 2010
  14. Apr 23, 2010
  15. Apr 15, 2010
  16. Apr 12, 2010
  17. Apr 06, 2010
  18. 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
  19. Mar 30, 2010
  20. Mar 24, 2010
  21. 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
  22. Mar 18, 2010
  23. Mar 16, 2010
  24. Mar 11, 2010
  25. Mar 10, 2010
Loading