CINXE.COM
Landing ubuntu touch common components to saucy : Blueprints : Ubuntu
<!DOCTYPE html> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en" dir="ltr"> <head> <base href="https://blueprints.launchpad.net/ubuntu/+spec/client-2013-06-touch-landing/+index" /> <meta charset="UTF-8" /> <title>Landing ubuntu touch common components to saucy : Blueprints : Ubuntu</title> <link rel="apple-touch-icon" sizes="180x180" href="/@@/apple-touch-icon.png?v=2022" /> <link rel="icon" type="image/png" sizes="32x32" href="/@@/favicon-32x32.png?v=2022" /> <link rel="icon" type="image/png" sizes="16x16" href="/@@/favicon-16x16.png?v=2022" /> <link rel="manifest" href="/@@/site.webmanifest?v=2022" /> <link rel="mask-icon" href="/@@/safari-pinned-tab.svg?v=2022" color="#e9531f" /> <link rel="shortcut icon" href="/@@/favicon.ico?v=2022" /> <meta name="msapplication-TileColor" content="#da532c" /> <meta name="msapplication-config" content="/@@/browserconfig.xml?v=2022" /> <meta name="theme-color" content="#ffffff" /> <link type="text/css" rel="stylesheet" media="screen, print" href="/+icing/rev22ade00ab50b929fac63b8ee7252243aceda294a/combo.css" /> <meta name="description" content="Continue work to land ubuntu touch components to saucy " /> <meta property="og:description" content="Continue work to land ubuntu touch components to saucy " /> <meta property="og:title" content="Landing ubuntu touch common components to saucy : Blueprints : Ubuntu" /> <meta property="og:type" content="website" /> <meta property="og:image" content="/@@/launchpad-og-image.png" /> <meta property="og:url" content="https://blueprints.launchpad.net/ubuntu/+spec/client-2013-06-touch-landing/+index" /> <meta property="og:site_name" content="Launchpad" /> <script type="text/javascript"> var LP = { cache: {}, links: {} }; </script> <script type="text/javascript">var cookie_scope = '; Path=/; Secure; Domain=.launchpad.net';</script> <script type="text/javascript" src="/+combo/rev22ade00ab50b929fac63b8ee7252243aceda294a/?yui/yui/yui-min.js&lp/meta.js&yui/loader/loader-min.js"></script> <script type="text/javascript"> var raw = null; if (LP.devmode) { raw = 'raw'; } YUI.GlobalConfig = { combine: true, comboBase: '/+combo/rev22ade00ab50b929fac63b8ee7252243aceda294a/?', root: 'yui/', filter: raw, debug: false, fetchCSS: false, maxURLLength: 2000, groups: { lp: { combine: true, base: '/+combo/rev22ade00ab50b929fac63b8ee7252243aceda294a/?lp/', comboBase: '/+combo/rev22ade00ab50b929fac63b8ee7252243aceda294a/?', root: 'lp/', // comes from including lp/meta.js modules: LP_MODULES, fetchCSS: false } } }</script> <script type="text/javascript"> // we need this to create a single YUI instance all events and code // talks across. All instances of YUI().use should be based off of // LPJS instead. var LPJS = new YUI(); </script> <script id="base-layout-load-scripts" type="text/javascript"> //<![CDATA[ LPJS.use('base', 'node', 'console', 'event', 'oop', 'lp', 'lp.app.foldables','lp.app.sorttable', 'lp.app.inlinehelp', 'lp.app.links', 'lp.bugs.bugtask_index', 'lp.bugs.subscribers', 'lp.app.ellipsis', 'lp.code.branchmergeproposal.diff', 'lp.views.global', function(Y) { Y.on("domready", function () { var global_view = new Y.lp.views.Global(); global_view.render(); Y.lp.app.sorttable.SortTable.init(); Y.lp.app.inlinehelp.init_help(); Y.lp.activate_collapsibles(); Y.lp.app.foldables.activate(); Y.lp.app.links.check_valid_lp_links(); }); Y.on('lp:context:web_link:changed', function(e) { window.location = e.new_value; }); }); //]]> </script> <script id="base-helper-functions" type="text/javascript"> //<![CDATA[ // This code is pulled from lp.js that needs to be available on every // request. Pulling here to get it outside the scope of the YUI block. function setFocusByName(name) { // Focus the first element matching the given name which can be focused. var nodes = document.getElementsByName(name); var i, node; for (i = 0; i < nodes.length; i++) { node = nodes[i]; if (node.focus) { try { // Trying to focus a hidden element throws an error in IE8. if (node.offsetHeight !== 0) { node.focus(); } } catch (e) { LPJS.use('console', function(Y) { Y.log('In setFocusByName(<' + node.tagName + ' type=' + node.type + '>): ' + e); }); } break; } } } function selectWidget(widget_name, event) { if (event && (event.keyCode === 9 || event.keyCode === 13)) { // Avoid firing if user is tabbing through or simply pressing // enter to submit the form. return; } document.getElementById(widget_name).checked = true; } //]]> </script> <style type="text/css"> #implementation div.yui3-ichoicesource { display: inline; } </style> </head> <body id="document" itemscope="" itemtype="http://schema.org/WebPage" class="tab-specifications main_side public yui3-skin-sam"> <div class="yui-d0"> <div id="locationbar" class="login-logout"> <div id="logincontrol"><a href="https://blueprints.launchpad.net/ubuntu/+spec/client-2013-06-touch-landing/+login">Log in / Register</a></div> </div><!--id="locationbar"--> <div id="watermark" class="watermark-apps-portlet"> <div> <a href="https://launchpad.net/ubuntu"><img alt="" width="64" height="64" src="https://launchpadlibrarian.net/606381979/CoF%2064px.png" /></a> </div> <div class="wide"> <h2 id="watermark-heading"><a href="https://launchpad.net/ubuntu">Ubuntu</a></h2> </div> <!-- Application Menu --> <ul class="facetmenu"> <li class="overview"><a href="https://launchpad.net/ubuntu">Overview</a></li> <li class="branches"><a href="https://code.launchpad.net/ubuntu">Code</a></li> <li class="bugs"><a href="https://bugs.launchpad.net/ubuntu">Bugs</a></li> <li class="specifications active"><a href="https://blueprints.launchpad.net/ubuntu">Blueprints</a></li> <li class="translations"><a href="https://translations.launchpad.net/ubuntu">Translations</a></li> <li class="answers"><a href="https://answers.launchpad.net/ubuntu">Answers</a></li> </ul> </div> <div class="yui-t4"> <div id="maincontent" class="yui-main"> <div class="yui-b" dir="ltr"> <div class="context-publication"> <h1 id="edit-title"> <span class="yui3-editable_text-text ellipsis" style="max-width: 95%;"> Landing ubuntu touch common components to saucy </span> </h1> <div id="registration" class="registering"> Registered by <a href="https://launchpad.net/~didrocks" class="sprite person">Didier Roche-Tolomelli</a> <time title="2013-05-30 06:00:09 UTC" datetime="2013-05-30T06:00:09.804540+00:00">on 2013-05-30</time> </div> </div> <div id="request-notifications"> </div> <div> <div id="maincontentsub"> <div class="top-portlet"> <div> <div class="lazr-multiline-edit" id="edit-summary"> <div class="clearfix"> </div> <div class="yui3-editable_text-text"><p>Continue work to land ubuntu touch components to saucy</p></div> </div> </div> <ul class="horizontal"> </ul> </div> <div class="yui-g"> <div class="portlet"> <h2>Blueprint information</h2> <div class="yui-u first"> <div class="two-column-list"> <dl> <dt>Status:</dt> <dd id="lifecycle-status">Started</dd> </dl> <dl> <dt>Approver:</dt> <dd> <span id="edit-approver"> <span class="yui3-activator-data-box"> <a href="https://launchpad.net/~jasoncwarner" class="sprite person">Jason Warner</a> </span> </span> </dd> </dl> <dl> <dt>Priority:</dt> <dd><span id="edit-priority"> <span class="value specpriorityHIGH">High</span> </span> </dd> </dl> <dl> <dt>Drafter:</dt> <dd> <span id="edit-drafter"> <span class="yui3-activator-data-box"> <a href="https://launchpad.net/~didrocks" class="sprite person">Didier Roche-Tolomelli</a> </span> </span> </dd> </dl> <dl> <dt>Direction:</dt> <dd><span id="edit-direction_approved"> <span class="value">Approved</span> </span> </dd> </dl> <dl> <dt>Assignee:</dt> <dd> <span id="edit-assignee"> <span class="yui3-activator-data-box"> <a href="https://launchpad.net/~didrocks" class="sprite person">Didier Roche-Tolomelli</a> </span> </span> </dd> </dl> <dl> <dt>Definition:</dt> <dd><span id="edit-definition_status"> <span class="value specstatusAPPROVED">Approved</span> </span> </dd> </dl> <dl id="series-goal"> <dt>Series goal:</dt> <dd> Accepted for <a href="/ubuntu/saucy">saucy</a> </dd> </dl> <dl> <dt>Implementation:</dt> <dd id="implementation"> <img src="/@@/info" alt="Informational" title="Informational blueprint, no implementation necessary" id="informational-icon" class="hidden" /> <span id="edit-implementation_status"> <span class="value specdeliverySTARTED">Started</span> </span> </dd> </dl> <dl id="milestone-target"> <dt>Milestone target:</dt> <dd> <a href="https://launchpad.net/ubuntu/+milestone/ubuntu-13.06"> <img alt="milestone icon" src="/@@/milestone" /> ubuntu-13.06</a> </dd> </dl> <dl id="started-by" class="visible"> <dt>Started by</dt> <dd> <a href="https://launchpad.net/~didrocks" class="sprite person">Didier Roche-Tolomelli</a> <time title="2013-05-30 06:07:12 UTC" datetime="2013-05-30T06:07:12.972847+00:00">on 2013-05-30</time> </dd> </dl> <dl id="completed-by" class="hidden"> <dt>Completed by</dt> <dd> </dd> </dl> </div> </div> <div class="yui-u"> <div id="linked_branches"> <h3>Related branches</h3> </div> <div id="bug_links"> <h3>Related bugs</h3> <ul class="horizontal"> </ul> </div> <div> <h3>Sprints</h3> <ul> </ul> <ul class="horizontal"> </ul> </div> </div> </div> </div> <div class="portlet"> <div class="wide"><div> <div class="lazr-multiline-edit" id="edit-whiteboard"> <div class="clearfix"> <h3>Whiteboard</h3> </div> <div class="yui3-editable_text-text"><p>Note that most of the BLOCKED items are blcoked on the phone fundation team to land libhybris, telepathy-<wbr />logger-<wbr />qt5, telepathy-ofono, telepathy-qt5 into saucy (distro).</p></div> </div> </div> </div> </div> <div class="portlet"> <a href="/+help-blueprints/workitems-help.html" target="help" class="sprite maybe action-icon">(?)</a> <div class="wide"><div> <div class="lazr-multiline-edit" id="edit-workitems_text"> <div class="clearfix"> <h3>Work Items</h3> </div> <div class="yui3-editable_text-text"><p>Work items:<br /> [cyphermox] Turn all the stack to land to saucy distro as soon as the ubuntu fundation team landed the prerequisites: DONE<br /> [ken-vandine] Turn all the stack to land to saucy distro as soon as the ubuntu fundation team landed the prerequisites: DONE<br /> [timo-jyrinki] Turn all the stack to land to saucy distro as soon as the ubuntu fundation team landed the prerequisites: DONE<br /> [sil2100] Turn all the stack to land to saucy distro as soon as the ubuntu fundation team landed the prerequisites: DONE<br /> [didrocks] Turn all the stack to land to saucy distro as soon as the ubuntu fundation team landed the prerequisites: DONE<br /> [sil2100] Land 100 scopes to saucy: DONE<br /> [ken-vandine] Have webcreds, media and phone stacks daily landing to saucy (running AP tests): TODO<br /> [robru] hook autopilot tests to webapps stack: TODO<br /> [sil2100] Finding the root cause of the Unity autopilot problems, with the DBus hang-ups: TODO<br /> [cyphermox] packaging review/cleanup and put under daily release ubuntu-gps-service: TODO<br /> [cyphermox] packaging review/cleanup and put under daily release indicators-client: DONE<br /> [cyphermox] decipher the story around telepathy-ofono: TODO<br /> [sil2100] work on the appmenu-qt "proper" pactch: INPROGRESS<br /> [didrocks] write best practices for Canonical upstream on how to do a MP, feature branches and other excpectations from upstream: TODO<br /> [jibel] transition from UTAH to otto: DONE<br /> [didrocks] transition from UTAH to otto: DONE<br /> [seb128] deal with NEW reviews: INPROGRESS<br /> [vorlon] help with NEW reviews: BLOCKED<br /> [vrruiz] have jenkins set up for testing the webapp scripts: TODO<br /> [vrruiz] have jenkins set up for testing the wecreds: TODO<br /> [ken-vandine] hook autopilot tests to webcreds stack: BLOCKED<br /> [sil2100] get python-evdev into distro: DONE<br /> [didrocks] Talk with kgunn about MIR and Unity8 in S: DONE<br /> [didrocks] Ignore powerpc on the daily release as an "not important arch if nothing in the dest built on it": DONE</p></div> </div> </div> </div> </div> <div class="portlet"> <h2>Dependency tree</h2> <img src="deptree.png" usemap="#deptree" /> <map id="deptree" name="deptree"> <area shape="poly" id="node1" title="Landing ubuntu touch common components to saucy" alt="" coords="332,36,324,26,300,18,264,11,219,7,168,5,118,7,73,11,36,18,13,26,5,36,13,45,36,53,73,60,118,64,168,66,219,64,264,60,300,53,324,45"/> <area shape="poly" id="node2" href="https://blueprints.launchpad.net/ubuntu/+spec/topic-s-baseos-saucylanding" title="Work to land all relevant packages in the saucy archive" alt="" coords="331,120,323,111,300,102,264,95,219,91,168,90,118,91,73,95,37,102,14,111,6,120,14,129,37,138,73,144,118,149,168,150,219,149,264,144,300,138,323,129"/> </map> <p> * Blueprints in grey have been implemented. </p> <ul class="horizontal"> </ul> </div> <div class="related"> <h2>Nearby</h2> <ul> <li> <a href="/ubuntu/saucy"> Other Saucy blueprints </a> </li> </ul> </div> </div> <script type="text/javascript"> LPJS.use('lp.anim', 'lp.client', 'lp.deprecated.ui', 'lp.app.information_type', 'node', 'widget', function(Y) { Y.on('domready', function(){ var privacy_link = Y.one('#privacy-link'); Y.lp.app.information_type.setup_choice( privacy_link, new Y.lp.client.Launchpad(), LP.cache.context); }); Y.on('lp:context:implementation_status:changed', function(e) { var icon = Y.one('#informational-icon'); if (e.new_value == 'Informational') { icon.removeClass('hidden'); } else { icon.addClass('hidden'); } }); Y.on('lp:context:lifecycle_status:changed', function(e) { Y.lp.deprecated.ui.update_field('#lifecycle-status', e.new_value); }); Y.on('lp:context:is_started:changed', function(e) { var started = Y.one('#started-by'); if (e.new_value) { started.removeClass('hidden'); started.one('dd').setContent(e.entry.getHTML('starter')); Y.lp.anim.green_flash({node:started}).run(); } else { started.addClass('hidden'); } }); Y.on('lp:context:is_complete:changed', function(e) { var completed = Y.one('#completed-by'); if (e.new_value) { completed.removeClass('hidden'); completed.one('dd').setContent(e.entry.getHTML('completer')); Y.lp.anim.green_flash({node:completed}).run(); } else { completed.addClass('hidden'); } }); Y.on('lp:context:title:changed', function(e) { // change the window title and breadcrumb. Y.lp.deprecated.ui.update_field('ol.breadcrumbs li:last-child', e.new_value); var title = window.document.title; title = e.new_value + title.substring(e.old_value.length); window.document.title = title; }); // Watch for the whiteboard for edit mode so we can show/hide a // message to the user to make sure not to put work items in there. var whiteboard_node = Y.one('#edit-whiteboard'); var whiteboard = Y.Widget.getByNode(whiteboard_node); var notice_node = Y.Node.create('<p/>'); notice_node.set('id', 'wimessage'); notice_node.addClass('informational message'); notice_node.setContent('Please note that work items go in the separate Work Items input field below.'); whiteboard.editor.on('visibleChange', function (ev) { var par = whiteboard_node.get('parentNode'); // If we're visible, show the message if (ev.newVal) { par.insertBefore(notice_node, whiteboard_node); } else { // Otherwise we need to remove the node par.removeChild(notice_node) } }); }); </script> </div> </div><!-- yui-b --> </div><!-- yui-main --> <div id="side-portlets" class="yui-b side"> <div id="privacy" class="portlet public"> <div id="privacy-text"> <span id="information-type-summary" class="sprite public">This blueprint contains <strong id="information-type">Public</strong> information</span> <div id="information-type-description" style="padding-top: 5px">Everyone can see this information. </div> </div> </div> <div class="portlet vertical" id="portlet-subscribers"> <div class="section"> <div class="subscribed-false"><a class="menu-link-subscription sprite modify edit" href="https://blueprints.launchpad.net/ubuntu/+spec/client-2013-06-touch-landing/+subscribe">Edit subscription</a></div> <div><a class="menu-link-addsubscriber sprite add" href="https://blueprints.launchpad.net/ubuntu/+spec/client-2013-06-touch-landing/+addsubscriber">Subscribe someone else</a></div> </div> <div id="subscribers"> <h2>Subscribers</h2> <div id="subscribers-links"> </div> <div id="none-subscribers"> No subscribers. </div> </div> </div> </div><!-- yui-b side --> </div><!-- yui-t4 --> <div id="footer" class="footer"> <div class="lp-arcana"> <div class="lp-branding"> <a href="https://launchpad.net/"><img src="/@@/launchpad-footer-logo.svg" alt="Launchpad" width="65" height="18" /></a> • <a href="https://launchpad.net/+tour">Take the tour</a> • <a href="https://help.launchpad.net/">Read the guide</a> <form id="globalsearch" method="get" accept-charset="UTF-8" action="https://launchpad.net/+search"> <input type="search" id="search-text" name="field.text" /> <input type="image" src="/@@/search" style="vertical-align:5%" alt="Search Launchpad" /> </form> </div> </div> <div class="colophon"> © 2004 <a href="http://canonical.com/">Canonical Ltd.</a> • <a href="https://launchpad.net/legal">Terms of use</a> • <a href="https://www.ubuntu.com/legal/dataprivacy">Data privacy</a> • <a href="/feedback">Contact Launchpad Support</a> • <a href="http://blog.launchpad.net/">Blog</a> • <a href="https://canonical.com/careers">Careers</a> • <a href="https://ubuntu.social/@launchpadstatus">System status</a> <span id="lp-version"> • 22ade00 (<a href="https://dev.launchpad.net/">Get the code!</a>) </span> </div> </div> </div><!-- yui-d0--> <script id="json-cache-script">LP.cache = {"related_features": {}, "information_type_data": {"PUBLIC": {"value": "PUBLIC", "description": "Everyone can see this information.\n", "name": "Public", "order": 0, "is_private": false, "description_css_class": "choice-description"}}, "context": {"self_link": "https://blueprints.launchpad.net/api/devel/ubuntu/+spec/client-2013-06-touch-landing", "web_link": "https://blueprints.launchpad.net/ubuntu/+spec/client-2013-06-touch-landing", "resource_type_link": "https://blueprints.launchpad.net/api/devel/#specification", "bugs_collection_link": "https://blueprints.launchpad.net/api/devel/ubuntu/+spec/client-2013-06-touch-landing/bugs", "information_type": "Public", "name": "client-2013-06-touch-landing", "title": "Landing ubuntu touch common components to saucy", "specification_url": null, "summary": "Continue work to land ubuntu touch components to saucy\n", "definition_status": "Approved", "assignee_link": "https://blueprints.launchpad.net/api/devel/~didrocks", "drafter_link": "https://blueprints.launchpad.net/api/devel/~didrocks", "approver_link": "https://blueprints.launchpad.net/api/devel/~jasoncwarner", "priority": "High", "date_created": "2013-05-30T06:00:09.804540+00:00", "owner_link": "https://blueprints.launchpad.net/api/devel/~didrocks", "target_link": "https://blueprints.launchpad.net/api/devel/ubuntu", "milestone_link": "https://blueprints.launchpad.net/api/devel/ubuntu/+milestone/ubuntu-13.06", "whiteboard": "Note that most of the BLOCKED items are blcoked on the phone fundation team to land libhybris, telepathy-logger-qt5, telepathy-ofono, telepathy-qt5 into saucy (distro).\n", "workitems_text": "Work items:\n[cyphermox] Turn all the stack to land to saucy distro as soon as the ubuntu fundation team landed the prerequisites: DONE\n[ken-vandine] Turn all the stack to land to saucy distro as soon as the ubuntu fundation team landed the prerequisites: DONE\n[timo-jyrinki] Turn all the stack to land to saucy distro as soon as the ubuntu fundation team landed the prerequisites: DONE\n[sil2100] Turn all the stack to land to saucy distro as soon as the ubuntu fundation team landed the prerequisites: DONE\n[didrocks] Turn all the stack to land to saucy distro as soon as the ubuntu fundation team landed the prerequisites: DONE\n[sil2100] Land 100 scopes to saucy: DONE\n[ken-vandine] Have webcreds, media and phone stacks daily landing to saucy (running AP tests): TODO\n[robru] hook autopilot tests to webapps stack: TODO\n[sil2100] Finding the root cause of the Unity autopilot problems, with the DBus hang-ups: TODO\n[cyphermox] packaging review/cleanup and put under daily release ubuntu-gps-service: TODO\n[cyphermox] packaging review/cleanup and put under daily release indicators-client: DONE\n[cyphermox] decipher the story around telepathy-ofono: TODO\n[sil2100] work on the appmenu-qt \"proper\" pactch: INPROGRESS\n[didrocks] write best practices for Canonical upstream on how to do a MP, feature branches and other excpectations from upstream: TODO\n[jibel] transition from UTAH to otto: DONE\n[didrocks] transition from UTAH to otto: DONE\n[seb128] deal with NEW reviews: INPROGRESS\n[vorlon] help with NEW reviews: BLOCKED\n[vrruiz] have jenkins set up for testing the webapp scripts: TODO\n[vrruiz] have jenkins set up for testing the wecreds: TODO\n[ken-vandine] hook autopilot tests to webcreds stack: BLOCKED\n[sil2100] get python-evdev into distro: DONE\n[didrocks] Talk with kgunn about MIR and Unity8 in S: DONE\n[didrocks] Ignore powerpc on the daily release as an \"not important arch if nothing in the dest built on it\": DONE", "direction_approved": true, "implementation_status": "Started", "starter_link": "https://blueprints.launchpad.net/api/devel/~didrocks", "date_started": "2013-05-30T06:07:12.972847+00:00", "completer_link": null, "date_completed": null, "dependencies_collection_link": "https://blueprints.launchpad.net/api/devel/ubuntu/+spec/client-2013-06-touch-landing/dependencies", "linked_branches_collection_link": "https://blueprints.launchpad.net/api/devel/ubuntu/+spec/client-2013-06-touch-landing/linked_branches", "is_complete": false, "is_started": true, "lifecycle_status": "Started", "has_accepted_goal": true, "http_etag": "\"62539f4e1b396390d3e8f4a8856f85fe8362cc46-eb564b1e3c1dc53c4a14e1d8ea96d1f57a89d5f6\""}};</script> </body> <!-- Facet name: specifications Page type: main_side Has global search: True Has application tabs: True Has side portlets: True At least 36 queries/external actions issued in 0.31 seconds Features: {'profiling.enabled': None, 'hard_timeout': '5000', 'js.yui_version': None, 'app.mainsite_only.canonical_url': None, 'app.maintenance_message': None, 'baselayout.careers_link.disabled': None, 'visible_render_time': None} r22ade00 --> </html>