1. 12 Nov, 2014 - 3 commits
  2. 11 Nov, 2014 - 5 commits
    • Richard Moe Gustavsen's avatar
      iOS: let qmake generate default LaunchScreen.xib · d4fcf2ca
      Richard Moe Gustavsen authored
      
      iOS8 will check if the app has a LaunchScreen.xib to determine
      if it supports iPhone6/6+ (scale factor and resolution). So
      we follow the same pattern as we do with the launch image for
      iPhone5, and generate a default LaunchScreen.xib.
      
      The xib file in this patch is a copy of a default file
      generated by a native Xcode project (with quotes escaped), but
      with the text label set to be $$TARGET.
      
      Change-Id: I163ab48b6f4edea4cc1f6840a1f3d8b3cc0326db
      Reviewed-by: default avatarTor Arne Vestbø <tor.arne.vestbo@digia.com>
      d4fcf2ca
    • Eskil Abrahamsen Blomfeldt's avatar
      Windows: Remove font size hack · 0c2f7388
      Eskil Abrahamsen Blomfeldt authored
      This hack was reintroduced in a4478b28
      
      ,
      and hides scaling artifacts in fonts where there is heavy hinting,
      such as Arial, but introduces new bugs in other fonts, such as
      Vijaya. The bottom line is that we shouldn't arbitrarily override
      the pixel size of the font with the character height that we get
      from GDI. Due to hinting, there will be some artifacts when printing
      with screen resolution on Windows. The only way to make this look
      correct is to use high resolution printing, like the documentation
      says, or perhaps to force design metrics on the text layout.
      
      Task-number: QTBUG-40770
      Change-Id: Id151eb0ede5f73efb2a401924ce379d4414ca2b1
      Reviewed-by: default avatarLars Knoll <lars.knoll@digia.com>
      0c2f7388
    • 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
  3. 10 Nov, 2014 - 6 commits
  4. 08 Nov, 2014 - 2 commits
  5. 07 Nov, 2014 - 11 commits
  6. 06 Nov, 2014 - 10 commits
  7. 05 Nov, 2014 - 3 commits