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

« back to all changes in this revision

Viewing changes to libertine/qml/WelcomeView.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:
67
67
            color: UbuntuColors.green
68
68
 
69
69
            onClicked: {
70
 
                var popup = PopupUtils.open(Qt.resolvedUrl("ContainerOptionsDialog.qml"))
71
 
                popup.passwordDialogSignal.connect(showPasswordDialog)
 
70
                PopupUtils.open(Qt.resolvedUrl("ContainerOptionsDialog.qml"))
72
71
            }
73
72
        }
74
73
    }