Skip to content
Snippets Groups Projects
  1. 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
  2. Jun 02, 2010
  3. May 14, 2010
  4. Mar 30, 2010
  5. Mar 26, 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
  7. Mar 16, 2010
  8. Mar 05, 2010
  9. Jan 29, 2010
  10. 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
  11. Nov 27, 2009
  12. 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
  13. Nov 16, 2009
  14. Aug 14, 2009
  15. Jul 14, 2009
    • mae's avatar
      customize context help. The three modes are: · 35be3a3b
      mae authored
       - show side-by-side if possible
       - always show side-by-side
       - always show full help
      
      The default is "show side-by-side if possible". It's currently considered
      possible if the editor is at least 800 pixels wide.
      35be3a3b
  16. Jul 08, 2009
  17. Jun 26, 2009
  18. Jun 25, 2009
Loading