1. 11 Nov, 2014 - 3 commits
    • Topi Reinio's avatar
      qdoc: Prepare QDoc for the new style on qt.io · 1ad78f5f
      Topi Reinio authored
      
      The new template and CSS have some requirements that need changes
      in the generated .html:
      
          - Generate a new div 'sidebar' and place the TOC (if one
            exists) inside it, allowing the template to extend the
            sidebar contents dynamically. Do this for all pages
            except index.html.
      
          - Change the DOCTYPE declaration to be html5-compliant
      
          - Replace <tt> tags with <code> to be html5-compliant
      
          - Add a new config variable HTML.prologue - this allows
            the template to insert custom html into beginning of
            the page, before the page title but after any navigation
            or table-of-contents items.
      
          - Wrap tables inside <div> elements. This allows for
            better-working CSS design for small-screen devices.
      
          - Write out extra parameters first when outputting
            function synopsis to have better styling.
      
          - Inject zero-width-space characters into function
            names to allow the browser break up long function
            signatures in a nice manner.
      
          - Edit the CSS for the offline style to adapt to
            above changes.
      
      Task-number: QTBUG-42086
      Change-Id: I3075cdc11bcb07a66150388519263fd721c8002b
      Reviewed-by: default avatarMartin Smith <martin.smith@digia.com>
      1ad78f5f
    • Jani Heikkinen's avatar
    • hjk's avatar
      rcc: Replace all occurrences of the marker in two-pass mode · 9b7bdd45
      hjk authored
      
      The marker can occur legitimately twice e.g. on iOS
      with universal binaries.
      
      Change-Id: Ie334bcd104d45140ff969f44230e6de2212e8e25
      Reviewed-by: default avatarTor Arne Vestbø <tor.arne.vestbo@digia.com>
      Reviewed-by: default avatarFawzi Mohamed <fawzi.mohamed@theqtcompany.com>
      9b7bdd45
  2. 10 Nov, 2014 - 6 commits
  3. 08 Nov, 2014 - 2 commits
  4. 07 Nov, 2014 - 11 commits
  5. 06 Nov, 2014 - 10 commits
  6. 05 Nov, 2014 - 8 commits