1. 06 Feb, 2015 - 1 commit
  2. 20 Jan, 2015 - 1 commit
  3. 06 Jan, 2015 - 3 commits
  4. 07 Oct, 2014 - 1 commit
  5. 10 Sep, 2014 - 1 commit
  6. 21 Aug, 2014 - 1 commit
  7. 01 Aug, 2014 - 1 commit
  8. 24 Jul, 2014 - 1 commit
  9. 26 Jun, 2014 - 1 commit
  10. 20 May, 2014 - 1 commit
  11. 29 Apr, 2014 - 1 commit
  12. 14 Mar, 2014 - 1 commit
    • Pierre Rossi's avatar
      UI: fix a crash on shutdown · 04027433
      Pierre Rossi authored
      
      Use a raw pointer instead of QScopedPointer for the UI components.
      Since the components are always parented to the view and deleted through
      the QObject cleanup mechanism, it was not correct to use QScopedPointer
      in the first place.
      
      Change-Id: I0c8fd9526e898439c52c6a6f538a66f8a1185ef9
      Reviewed-by: default avatarJocelyn Turcotte <jocelyn.turcotte@digia.com>
      04027433
  13. 11 Feb, 2014 - 1 commit
  14. 15 Jan, 2014 - 3 commits
    • Pierre Rossi's avatar
      Qt Quick File Picker · db2c0781
      Pierre Rossi authored
      
      Change-Id: I6195c49f1647c78b16d9d47770ab37ba998a61a5
      Reviewed-by: default avatarJocelyn Turcotte <jocelyn.turcotte@digia.com>
      db2c0781
    • Pierre Rossi's avatar
      JS dialogs in QtQuick · 6f5850dd
      Pierre Rossi authored
      
      Refactor JavaScriptDialogManagerQt to support a Qt Quick dialogs
      friendly approach.
      Qt Quick dialogs are still missing a prompt, so we use a "handmade"
      one. This should be solved before 5.3 though.
      
      Change-Id: I965df66837b2e81d6e4618a8da1167a37661c26e
      Reviewed-by: default avatarJocelyn Turcotte <jocelyn.turcotte@digia.com>
      6f5850dd
    • Pierre Rossi's avatar
      Pave the way for our UI delegation strategy. · e4688691
      Pierre Rossi authored
      
      Starting with the context Menus for QtQuick.
      Add default UI delegates as a subproject. We allow ourselves to use
      Qt Quick Controls there for in order to get a nice "out of the box"
      experience for things like context menus, dialogs, etc while leaving
      the door open for system embedders to override this.
      
      Opting out of the deployment of these QML files is still very primitive
      but can be done by passing WEBENGINE_CONFIG+=no_ui_delegates at qmake
      time.
      
      Customization of context menus could be done via a qml component, which
      is probably best kept in experimental for now while we address its
      shortcomings.
      
      Change-Id: I0705b20d5ddd3bb010f9371b65a181c6b02a03e1
      Reviewed-by: default avatarJocelyn Turcotte <jocelyn.turcotte@digia.com>
      e4688691