1. 22 Feb, 2018 - 2 commits
  2. 21 Feb, 2018 - 5 commits
  3. 20 Feb, 2018 - 2 commits
    • Alexandru Croitor's avatar
      Prevent Qt Quick Compiler from removing qrc Javascript source code · 605d54e6
      Alexandru Croitor authored
      
      By default whenever a Qt application is built with Qt Quick compiler,
      it will scan all qrc resources for javascript files, generate
      corresponding C++ code, and remove the original JS code. This is
      problematic for web pages that are loaded in WebEngine because the pages
      won't be able to access the javascript code, and silently fail (or if
      you are lucky, you will get some unrelated "can not be found" error).
      
      Use the undocumented QtQuick Compiler
      QTQUICK_COMPILER_SKIPPED_RESOURCES qmake variable to specify that
      Javascript source code found in qrc files should be left as is.
      
      Task-number: QTBUG-66155
      Change-Id: Ib1dc744901baddd9e0c17c53db1ffede5c31e544
      Reviewed-by: default avatarSimon Hausmann <simon.hausmann@qt.io>
      605d54e6
    • Alexandru Croitor's avatar
      Add documentation about using Qt Quick Compiler with qrc .js files · 35cc7e70
      Alexandru Croitor authored
      
      Application developer need to make sure that they skip processing .js
      files by the Qt Quick Compiler, if the files will be loaded inside
      HTML pages.
      
      Task-number: QTBUG-66155
      Change-Id: I09a3c6fa1f31b60a09d30012c6e15ae872bac639
      Reviewed-by: default avatarLeena Miettinen <riitta-leena.miettinen@qt.io>
      35cc7e70
  4. 18 Feb, 2018 - 1 commit
  5. 16 Feb, 2018 - 2 commits
  6. 15 Feb, 2018 - 3 commits
  7. 14 Feb, 2018 - 1 commit
  8. 13 Feb, 2018 - 7 commits
  9. 12 Feb, 2018 - 4 commits
  10. 09 Feb, 2018 - 2 commits
  11. 08 Feb, 2018 - 4 commits
  12. 07 Feb, 2018 - 2 commits
  13. 06 Feb, 2018 - 4 commits
  14. 05 Feb, 2018 - 1 commit
    • Allan Sandfeld Jensen's avatar
      Update Chromium · f52737f6
      Allan Sandfeld Jensen authored
      
      Changes:
      37034957c1 FIXUP: Adapt licenses.py for qdoc needs
      3541bcae07 Import ProtocolHandlerRegistry and related classes
      eb80f23942 Adapt ProtocolHandlerRegistry for WebEngine
      3fa04d2288 FIXUP: Forward declare newer EGL typedefs
      
      Change-Id: I198687ac0b66e5ac4a4a3c2d3da73de49fd0c513
      Reviewed-by: default avatarAlexandru Croitor <alexandru.croitor@qt.io>
      f52737f6