1. 05 Apr, 2016 - 1 commit
    • Topi Reinio's avatar
      Doc: Simple offline CSS: Remove font-size declarations · 0e088bd2
      Topi Reinio authored
      
      Remove the font-size declarations from the CSS, rely on the default
      sizes for each element. This solves two issues:
      
        - The user-configured font size (both in Assistant and Qt Creator
          Help) is correctly taken into use. Previously, adjusting the
          font size resulted in resizing fonts only for some of the text
          elements.
      
        - QTextBrowser backend seems to assume a DPI of 96 for all
          platforms, and font-sizes in 'pt' units are scaled accordingly.
          However, on OS X this resulted in font sizes too small to read.
      
      Change-Id: Iaab3ad07e387912ad7391df982d4bfe7047f0b20
      Task-number: QTBUG-51709
      Task-number: QTBUG-51885
      Reviewed-by: default avatarFriedemann Kleint <Friedemann.Kleint@theqtcompany.com>
      Reviewed-by: default avatarLeena Miettinen <riitta-leena.miettinen@theqtcompany.com>
      0e088bd2
  2. 07 Mar, 2016 - 1 commit
  3. 23 Feb, 2016 - 1 commit
  4. 22 Feb, 2016 - 1 commit
  5. 29 Jan, 2016 - 1 commit
  6. 28 Jan, 2016 - 1 commit
  7. 21 Dec, 2015 - 1 commit
  8. 09 Dec, 2015 - 2 commits
  9. 07 Dec, 2015 - 1 commit
  10. 30 Nov, 2015 - 3 commits
  11. 24 Nov, 2015 - 1 commit
  12. 23 Nov, 2015 - 1 commit
  13. 28 Oct, 2015 - 1 commit
    • Topi Reinio's avatar
      Doc: Use a navigation separator in the simple offline template · 616f6907
      Topi Reinio authored
      
      As we cannot style the navigation elements freely with the restricted
      version of CSS that QTextBrowser supports, we need to inject
      separator elements between the prev/next page links.
      
      This change adds a 'bullet' character wrapped in a <span> as a
      separator. A rule is added to the standard offline CSS to hide the
      separator as it's not needed there.
      
      Change-Id: I13220a2a60e2d3063f94bc7dff0e4320d0bed4f6
      Reviewed-by: default avatarMartin Smith <martin.smith@digia.com>
      616f6907
  14. 21 Oct, 2015 - 1 commit
    • Topi Reinio's avatar
      Doc: Improve selection of offline template type · 04fe7af3
      Topi Reinio authored
      
      Qt 5.6 now includes a version of the offline documentation template
      with simplified CSS suited for rendering HTML with a QTextBrowser
      backend.
      
      Select the template in qt-html-templates-offline.qdocconf, instead
      of the higher-level qt-module-defaults-offline.qdocconf. This is
      better because many projects external to qt5 (including Qt Creator)
      do not use qt-module-* includes. This way, we can control the
      template selection for all projects from a config file.
      
      Change-Id: I766af422d829f3c9519c5a45093473175363d600
      Reviewed-by: default avatarMartin Smith <martin.smith@digia.com>
      04fe7af3
  15. 20 Oct, 2015 - 1 commit
  16. 19 Oct, 2015 - 2 commits
  17. 02 Oct, 2015 - 1 commit
  18. 22 Sep, 2015 - 1 commit
  19. 21 Sep, 2015 - 1 commit
  20. 07 Sep, 2015 - 1 commit
  21. 26 Aug, 2015 - 1 commit
    • Topi Reinio's avatar
      Doc: Update online documentation template · 03d621cb
      Topi Reinio authored
      
      Update the online documentation template with following fixes:
      
         - Improve responsivess for narrow screens: TOC and sidebar
           now collapse into drop-down menus
         - React to hashchange events: When the user edits the anchor
           tag in URL and presses enter, the page is scrolled
           correctly to bring the selected section title into view.
         - Handle Ctrl and Meta keys correctly
         - Improve colors for target section highlighting
         - Minor CSS fixes
      
      Task-number: QTWEBSITE-634
      Task-number: QTWEBSITE-657
      Change-Id: I7221f38cf4988497f0f24ee66e62b7b7d770a121
      Reviewed-by: default avatarMartin Smith <martin.smith@digia.com>
      Reviewed-by: default avatarTopi Reiniö <topi.reinio@digia.com>
      03d621cb
  22. 31 Jul, 2015 - 1 commit
  23. 29 Jul, 2015 - 1 commit
  24. 22 Jul, 2015 - 1 commit
    • Nico Vertriest's avatar
      Doc: Add Q_MV_IOS to ignored C++ directives · f9eb2534
      Nico Vertriest authored
      
      Enumeration QSysInfo::MacVersion uses a macro to define
      enumeration values. QDoc gets confused about it and
      prints a lot of warnings.
      
      Adding the macro to ignored directives does not resolve
      the documentation issue completely (enum values still
      show up as '?'), but it gets rid of the warnings.
      
      Task-number: QTBUG-43810
      Change-Id: Ie4009646a78c62b5f1860d29855d3941e79d9388
      Reviewed-by: default avatarTopi Reiniö <topi.reinio@digia.com>
      f9eb2534
  25. 16 Jul, 2015 - 1 commit
  26. 01 Jul, 2015 - 1 commit
  27. 30 Jun, 2015 - 2 commits
  28. 22 Jun, 2015 - 1 commit
  29. 05 Jun, 2015 - 2 commits
  30. 01 Jun, 2015 - 1 commit
  31. 13 May, 2015 - 1 commit
  32. 14 Apr, 2015 - 1 commit
    • Topi Reinio's avatar
      Doc: Update online documentation template · d238f7e0
      Topi Reinio authored
      
      This change brings the online template up to date with recent
      changes:
          - Update links in header and footer.
          - To improve page load time and reduce load on qt.io,
            do not load images from the main site.
          - Fix auto-scroll/highlight jQuery to work on anchors
            containing full stop ('.') characters
          - Responsiveness: Fix menu issues with narrow views
          - Fix styling of subscript/superscript HTML tags
          - Make script URIs protocol-agnostic
      
      Change-Id: I219e8ce6ff2e70f9374ad5e037ceda8f710a6a10
      Reviewed-by: default avatarTopi Reiniö <topi.reinio@digia.com>
      d238f7e0
  33. 25 Mar, 2015 - 1 commit
  34. 12 Mar, 2015 - 1 commit