1. 30 Mar, 2017 - 1 commit
  2. 26 Jan, 2017 - 1 commit
  3. 04 Oct, 2016 - 1 commit
  4. 27 Sep, 2016 - 1 commit
    • Allan Sandfeld Jensen's avatar
      Cleanup directory structure · aeadc50e
      Allan Sandfeld Jensen authored
      
      The src/core/renderer directory is meant to contain files that would be
      in the renderer process and the chrome/renderer subdirectory in chromium,
      but a few classes from the browser process and the renderer_host dir
      has snuck in.
      
      This patch cleans up the structure so that classes in the browser that
      serves as host classes for renderer classes goes in renderer_host.
      
      Change-Id: I9333b1322e2246d4da9b4e8cfe6be604f6d996bf
      Reviewed-by: default avatarPeter Varga <pvarga@inf.u-szeged.hu>
      aeadc50e
  5. 20 Sep, 2016 - 1 commit
  6. 25 Aug, 2016 - 1 commit
  7. 09 Aug, 2016 - 1 commit
  8. 05 Apr, 2016 - 1 commit
  9. 10 Feb, 2016 - 1 commit
  10. 01 Feb, 2016 - 1 commit
  11. 20 Jan, 2016 - 1 commit
  12. 09 Jan, 2016 - 1 commit
  13. 19 Nov, 2015 - 1 commit
  14. 29 Mar, 2015 - 1 commit
  15. 18 Mar, 2015 - 1 commit
    • Robin Burchell's avatar
      QQuickWebEngineScript: Add a sourceUrl property to complement sourceCode. · e9c82ddc
      Robin Burchell authored
      
      QtQuick doesn't have a convenient interface to interact with files, and even if
      that were the case, it would either be more awkward (and with increased overhead
      -- the price of an extra QObject, property, signal, etc) just to fetch the
      contents.
      
      So, we provide a convenience to allow fetching a user script from a file.
      
      Setting the sourceCode directly will reset sourceUrl (if it is set), and setting
      sourceUrl will ultimately result in a sourceCode change signal, too.
      
      Change-Id: Iee5abc0d719e2aeeacf1265f695b5a7efee9e0e8
      Reviewed-by: default avatarAndras Becsi <andras.becsi@theqtcompany.com>
      e9c82ddc
  16. 12 Mar, 2015 - 1 commit
  17. 02 Mar, 2015 - 1 commit
  18. 22 Feb, 2015 - 1 commit