~ci-train-bot/libertine/libertine-ubuntu-yakkety-landing-080

« back to all changes in this revision

Viewing changes to libertine/qml/ContainersView.qml

  • Committer: Bileto Bot
  • Date: 2016-07-21 17:26:42 UTC
  • mfrom: (140.1.3 libertine.release-1.3)
  • Revision ID: ci-train-bot@canonical.com-20160721172642-fmtvjhv56kgrmrj4
* This creates a LibertineApplication which wraps up the starting of a
  container. This way we can mock creations of an Application.
* Rework the whole way we handle updating the necessary system files for
  unprivileged LXC's: (LP: #1598785)
  - Add new script that does the updates.
  - Add sudoers file for this script.
  - Remove the password dialog in the UI.
* Add functionality to "favorite" the Libertine scope upon first
  installation of the Puritine click package. (LP: #1602397)
* Bump version to 1.3.
* Allow adding all forms of additional archives to containers.
* Support adding private PPAs inside of a container. (LP: #1599882)

Show diffs side-by-side

added added

removed removed

Lines of Context:
35
35
            Action {
36
36
                iconName: "add"
37
37
                onTriggered: {
38
 
                    var popup = PopupUtils.open(Qt.resolvedUrl("ContainerOptionsDialog.qml"))
39
 
                    popup.passwordDialogSignal.connect(showPasswordDialog)
 
38
                    PopupUtils.open(Qt.resolvedUrl("ContainerOptionsDialog.qml"))
40
39
                }
41
40
            }
42
41
        ]