← Back to team overview

ubuntu-phone team mailing list archive

Re: Landing team 27.10.16

 


On 27.10.2016 18:26, nick luigi eusebio wrote:
> I think the big Unity 8 silo has landed already. That's user visible
> changes ;)
> 
> Also, I've been curious about the application menus in the silos. Is
> there any app that uses it already to test it?

There isn't... However, you can easily create one yourself by using:

import QtQuick.Controls 1.1
...
ApplicationWindow {
  menuBar: MenuBar {
    Menu {
      MenuItem { text: "TestAction"; onTriggered: print("TestAction
triggered") }
      MenuItem { text: "Quit"; onTriggered: Qt.quit() }
    }
  }
}

Be sure to make it unconfined for now. The required apparmor policies
are not in place yet.

> 
> 
> ------------------------------------------------------------------------
> *From:* Lukasz Zemczak <lukasz.zemczak@xxxxxxxxxxxxx>
> *To:* Ubuntu Phone <ubuntu-phone@xxxxxxxxxxxxxxxxxxx>
> *Sent:* Thursday, October 27, 2016 6:20 PM
> *Subject:* [Ubuntu-phone] Landing team 27.10.16
> 
> Hello everyone,
> 
> Apologies for yesterday's missed daily e-mail (was off sick for most
> of the day). Since Tuesday we had two silos landing so far: first is a
> new webbrowser-app with startup time improvements (+ other
> optimizations), change to make re-opening a tab now reloading it,
> fixes for drag'n'drop of bookmarks, fix for close button overlapping
> other tabs when there are many tabs opened + many many more. The
> second was an online-accounts landing to drop the usage of the
> GetConnectionAppArmorSecurityContext method - but not much user
> visible changes here.
> 
> Lot of convergence work ongoing nevertheless (soon things like
> application menus). Be sure to give rc-proposed a spin if you have a
> spare device.
> 
> Cheers!
> 
> 
> * What landed in our images:
> http://people.canonical.com/~lzemczak/landing-team/ubuntu-touch
> 
> #459 rc-proposed/krillin
> -
> http://people.canonical.com/~lzemczak/landing-team/ubuntu-touch/rc-proposed/bq-aquaris.en/krillin/459.commitlog
> 
> #453 rc-proposed/vegetahd
> -
> http://people.canonical.com/~lzemczak/landing-team/ubuntu-touch/rc-proposed/bq-aquaris.en/vegetahd/453.commitlog
> 
> #451 rc-proposed/arale
> -
> http://people.canonical.com/~lzemczak/landing-team/ubuntu-touch/rc-proposed/meizu.en/arale/451.commitlog
> 
> #219 rc-proposed/frieza
> -
> http://people.canonical.com/~lzemczak/landing-team/ubuntu-touch/rc-proposed/bq-aquaris-pd.en/frieza/219.commitlog
> 
> #210 rc-proposed/turbo
> -
> http://people.canonical.com/~lzemczak/landing-team/ubuntu-touch/rc-proposed/meizu-pd.en/turbo/210.commitlog
> 
> 
> * Some useful documentation:
> https://wiki.ubuntu.com/LandingTeam
> 
> https://wiki.ubuntu.com/citrain/LandingProcess
> https://wiki.ubuntu.com/LandingTeam/ReleaseSchedule
> https://wiki.ubuntu.com/Touch/ReleaseNotes
> http://developer.ubuntu.com/start/ubuntu-for-devices/image-channels/
> 
> https://bileto.ubuntu.com/
> https://trello.com/b/AE3swczu/silo-testing
> https://lists.launchpad.net/landing-team-changes/
> https://lists.launchpad.net/landing-team-changes+1/
> 
> 
> * Blocking issues (stable):
> 
> None.
> 
> 
> * Blocking issues (devel):
> 
> None.
> 
> 
> * Issues in need of attention:
> 
> None.
> 
> 
> Best regards,
> 
> -- 
> Łukasz 'sil2100' Zemczak
> Foundations Team
> lukasz.zemczak@xxxxxxxxxxxxx <mailto:lukasz.zemczak@xxxxxxxxxxxxx>
> www.canonical.com
> 
> -- 
> Mailing list: https://launchpad.net/~ubuntu-phone
> Post to    : ubuntu-phone@xxxxxxxxxxxxxxxxxxx
> <mailto:ubuntu-phone@xxxxxxxxxxxxxxxxxxx>
> Unsubscribe : https://launchpad.net/~ubuntu-phone
> More help  : https://help.launchpad.net/ListHelp
> 
> 
> 
> 

Attachment: signature.asc
Description: OpenPGP digital signature


Follow ups

References