[Ubuntu-sdk-bugs] [Bug 1661743] Re: XmlListModel with xml string triggers AppArmor denials

2017-02-16 Thread Christian Dywan
** Package changed: ubuntu-ui-toolkit (Ubuntu) => qtdeclarative-
opensource-src (Ubuntu)

-- 
You received this bug notification because you are a member of Ubuntu
SDK bug tracking, which is subscribed to qtdeclarative-opensource-src in
Ubuntu.
https://bugs.launchpad.net/bugs/1661743

Title:
  XmlListModel with xml string triggers AppArmor denials

Status in qtdeclarative-opensource-src package in Ubuntu:
  Confirmed

Bug description:
  XmlListModel with xml string triggers AppArmor denials, when the xml
  prop is set no network call should be made since the source is a just
  a string not a url and no source prop is set

  import QtQuick 2.4
  import Ubuntu.Components 1.3
  import Ubuntu.Components.ListItems 1.3 as ListItem

  import QtQuick.XmlListModel 2.0

  import "servers_list.js" as Servers

  MainView {
  objectName: "mainView"
  applicationName: "demo.daker"

  width: units.gu(50)
  height: units.gu(75)

  automaticOrientation: true
  implicitWidth: units.gu(90)
  implicitHeight: units.gu(71)

  ListItem.ItemSelector {
  id: srvSelector
  model: XmlListModel {
  id: srvModel
  xml: Servers.list
  query: "/servers/server"
  XmlRole { name: "hostname"; query: "host/string()" }
  XmlRole { name: "port"; query: "port/string()" }
  }
  containerHeight: srvSelector.itemHeight * 4

  delegate: OptionSelectorDelegate {
  text: hostname + ":" + port;
  }
  }
  }

  # servers_list.js
  .pragma library

  
  var list = '' +
  '80google.com' +
  '80facebook.com' +
  '80twitter.com';

  AppArmor denials :

  QNetworkManagerInterface::QNetworkManagerInterface(QObject*) propsReply "An 
AppArmor policy prevents this sender from sending this message to this 
recipient; type="method_call", sender=":1.3076" (uid=32011 pid=4922 
comm="/usr/lib/arm-linux-gnueabihf/qt5/bin/qmlscene demo") 
interface="org.freedesktop.DBus.Properties" member="GetAll" error 
name="(unset)" requested_reply="0" destination="org.freedesktop.NetworkManager" 
(uid=0 pid=1705 comm="NetworkManager ")"
  QNetworkManagerInterface::QNetworkManagerInterface(QObject*) nmReply "An 
AppArmor policy prevents this sender from sending this message to this 
recipient; type="method_call", sender=":1.3076" (uid=32011 pid=4922 
comm="/usr/lib/arm-linux-gnueabihf/qt5/bin/qmlscene demo") 
interface="org.freedesktop.NetworkManager" member="GetDevices" error 
name="(unset)" requested_reply="0" destination="org.freedesktop.NetworkManager" 
(uid=0 pid=1705 comm="NetworkManager ")"

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/qtdeclarative-opensource-src/+bug/1661743/+subscriptions

-- 
Mailing list: https://launchpad.net/~ubuntu-sdk-bugs
Post to : ubuntu-sdk-bugs@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-sdk-bugs
More help   : https://help.launchpad.net/ListHelp


[Ubuntu-sdk-bugs] [Bug 1660399] Re: Infinite ProgressBar should be have a more visual

2017-02-08 Thread Christian Dywan
** Also affects: ubuntu-ux
   Importance: Undecided
   Status: New

** Changed in: ubuntu-ui-toolkit (Ubuntu)
   Status: New => Triaged

** Summary changed:

- Infinite ProgressBar should be have a more visual
+ Infinite ProgressBar should be more visual

-- 
You received this bug notification because you are a member of Ubuntu
SDK bug tracking, which is subscribed to ubuntu-ui-toolkit in Ubuntu.
https://bugs.launchpad.net/bugs/1660399

Title:
  Infinite ProgressBar should be more visual

Status in Ubuntu UX:
  New
Status in ubuntu-ui-toolkit package in Ubuntu:
  Triaged

Bug description:
  a ProgressBar with the following declaration doesn't show any
  indication, i think the indication should be visual or when
  indeterminate is true showProgressPercentage should be locked to true

  ProgressBar {
  id: loading
  height: units.dp(3)
  showProgressPercentage: false
  indeterminate: true
  width: parent.width
  }

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-ux/+bug/1660399/+subscriptions

-- 
Mailing list: https://launchpad.net/~ubuntu-sdk-bugs
Post to : ubuntu-sdk-bugs@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-sdk-bugs
More help   : https://help.launchpad.net/ListHelp


[Ubuntu-sdk-bugs] [Bug 1648801] Re: In AdaptivePageLayout, show a placeholder Page in empty columns

2017-01-27 Thread Christian Dywan
** Also affects: ubuntu-ux
   Importance: Undecided
   Status: New

** Changed in: ubuntu-ui-toolkit (Ubuntu)
   Status: Confirmed => Triaged

-- 
You received this bug notification because you are a member of Ubuntu
SDK bug tracking, which is subscribed to ubuntu-ui-toolkit in Ubuntu.
https://bugs.launchpad.net/bugs/1648801

Title:
  In AdaptivePageLayout, show a placeholder Page in empty columns

Status in Ubuntu UX:
  New
Status in ubuntu-ui-toolkit package in Ubuntu:
  Triaged

Bug description:
  For example, when you have two columns in APL, the first column has
  contents, and the second not until you click on a item in the first
  column, then it would be nice to show a page in the second column, for
  example saying "select something on the left".

  This is a common use case, and used in for example address-book-app
  and messaging-app. The solution should be generic, so also for 3, 4,
  ... columns if any of the columns do not currently have a page.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-ux/+bug/1648801/+subscriptions

-- 
Mailing list: https://launchpad.net/~ubuntu-sdk-bugs
Post to : ubuntu-sdk-bugs@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-sdk-bugs
More help   : https://help.launchpad.net/ListHelp


[Ubuntu-sdk-bugs] [Bug 1647526] Re: [Ubuntu phone]Display error in language page.

2017-01-27 Thread Christian Dywan
** Package changed: ubuntu-ui-toolkit (Ubuntu) => ubuntu-system-settings
(Ubuntu)

-- 
You received this bug notification because you are a member of Ubuntu
SDK bug tracking, which is subscribed to ubuntu-ui-toolkit in Ubuntu.
https://bugs.launchpad.net/bugs/1647526

Title:
  [Ubuntu phone]Display error in language page.

Status in ubuntu-system-settings package in Ubuntu:
  New

Bug description:
  Information:
  system-image-cli -i
  current build number: 485
  device name: krillin
  channel: ubuntu-touch/rc-proposed/bq-aquaris.en
  last update: 2016-12-05 16:23:15
  version version: 485
  version ubuntu: 20161203
  version device: 20160606-ab415b2
  version custom: 20160831-991-38-18

  Step:
  1.New flash device and boot the phone
  2.In language page, scroll up to the top
  3.Check the language list of "C"

  Actual reuslt:
  It's only shows the "C" captical.(Please see the attachment.)

  Expect result:
  Should be a language.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ubuntu-system-settings/+bug/1647526/+subscriptions

-- 
Mailing list: https://launchpad.net/~ubuntu-sdk-bugs
Post to : ubuntu-sdk-bugs@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-sdk-bugs
More help   : https://help.launchpad.net/ListHelp


[Ubuntu-sdk-bugs] [Bug 1317639] Re: Add /home patching to autopilot helper

2017-01-27 Thread Christian Dywan
** Changed in: ubuntu-ui-toolkit (Ubuntu)
   Status: In Progress => Fix Released

** No longer affects: ubuntu-ui-toolkit (Ubuntu Vivid)

-- 
You received this bug notification because you are a member of Ubuntu
SDK bug tracking, which is subscribed to ubuntu-ui-toolkit in Ubuntu.
https://bugs.launchpad.net/bugs/1317639

Title:
  Add /home patching to autopilot helper

Status in ubuntu-ui-toolkit package in Ubuntu:
  Fix Released

Bug description:
  Add the ability to properly setup /home with a fake env instead so
  tests can run in a pristine environment without messing with the real
  system.

  See calendar __init__.py for an example implementation using fixtures.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ubuntu-ui-toolkit/+bug/1317639/+subscriptions

-- 
Mailing list: https://launchpad.net/~ubuntu-sdk-bugs
Post to : ubuntu-sdk-bugs@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-sdk-bugs
More help   : https://help.launchpad.net/ListHelp


[Ubuntu-sdk-bugs] [Bug 1277226] Re: Support for fastscroll via listview headers

2017-01-27 Thread Christian Dywan
** Changed in: ubuntu-ui-toolkit (Ubuntu)
   Status: In Progress => Invalid

-- 
You received this bug notification because you are a member of Ubuntu
SDK bug tracking, which is subscribed to ubuntu-ui-toolkit in Ubuntu.
https://bugs.launchpad.net/bugs/1277226

Title:
  Support for fastscroll via listview headers

Status in ubuntu-ui-toolkit package in Ubuntu:
  Invalid

Bug description:
  What it says on the in.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ubuntu-ui-toolkit/+bug/1277226/+subscriptions

-- 
Mailing list: https://launchpad.net/~ubuntu-sdk-bugs
Post to : ubuntu-sdk-bugs@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-sdk-bugs
More help   : https://help.launchpad.net/ListHelp


[Ubuntu-sdk-bugs] [Bug 1391480] Re: Creating template scope shows many "failed" info

2017-01-27 Thread Christian Dywan
** Package changed: ubuntu-ui-toolkit (Ubuntu) => qtcreator-plugin-
ubuntu (Ubuntu)

-- 
You received this bug notification because you are a member of Ubuntu
SDK bug tracking, which is subscribed to qtcreator-plugin-ubuntu in
Ubuntu.
https://bugs.launchpad.net/bugs/1391480

Title:
  Creating template scope shows many "failed" info

Status in qtcreator-plugin-ubuntu package in Ubuntu:
  In Progress

Bug description:
  -- The CXX compiler identification is GNU 4.9.1
  -- Check for working CXX compiler: /usr/bin/c++
  -- Check for working CXX compiler: /usr/bin/c++ -- works
  -- Detecting CXX compiler ABI info
  -- Detecting CXX compiler ABI info - done
  -- Found PkgConfig: /usr/bin/pkg-config (found version "0.28") 
  -- Boost version: 1.55.0
  -- checking for modules 'libunity-scopes>=0.6.0;net-cpp>=1.1.0'
  --   found libunity-scopes, version 0.6.7
  --   found net-cpp, version 1.1.0
  -- Found Gettext: /usr/bin/msgmerge (found version "0.19.2")
  -- Found XGettext: /usr/bin/xgettext (found version "0.19.2")
  -- The C compiler identification is GNU 4.9.1
  -- Check for working C compiler: /usr/bin/cc
  -- Check for working C compiler: /usr/bin/cc -- works
  -- Detecting C compiler ABI info
  -- Detecting C compiler ABI info - done
  -- Found PythonInterp: /usr/bin/python (found version "2.7.8")
  -- Looking for include file pthread.h
  -- Looking for include file pthread.h - found
  -- Looking for pthread_create
  -- Looking for pthread_create - not found
  -- Looking for pthread_create in pthreads
  -- Looking for pthread_create in pthreads - not found
  -- Looking for pthread_create in pthread
  -- Looking for pthread_create in pthread - found
  -- Found Threads: TRUE
  -- checking for module 'process-cpp'
  --   found process-cpp, version 2.0.0
  -- Configuring done
  -- Generating done
  -- Build files have been written to: 
/home/liuxg/release/build-test10-Desktop-Default
  Warnings while parsing QML type information of 
/usr/lib/x86_64-linux-gnu/qt5/qml/Ubuntu/Components:
  Failed to parse 
'/usr/lib/x86_64-linux-gnu/qt5/qml/Ubuntu/Components/plugins.qmltypes'.
  Error: 
/usr/lib/x86_64-linux-gnu/qt5/qml/Ubuntu/Components/plugins.qmltypes:632:19: 
Expected string literal to contain 'Package/Name major.minor' or 'Name 
major.minor'.
  /usr/lib/x86_64-linux-gnu/qt5/qml/Ubuntu/Components/plugins.qmltypes:633:36: 
Expected array literal with only number literal members.

  Warnings while parsing QML type information of 
/var/lib/schroot/chroots/click-ubuntu-sdk-14.10-i386/usr/lib/i386-linux-gnu/qt5/qml/QtMultimedia:
  Failed to parse 
'/var/lib/schroot/chroots/click-ubuntu-sdk-14.10-i386/usr/lib/i386-linux-gnu/qt5/qml/QtMultimedia/plugins.qmltypes'.
  Error: 
/var/lib/schroot/chroots/click-ubuntu-sdk-14.10-i386/usr/lib/i386-linux-gnu/qt5/qml/QtMultimedia/plugins.qmltypes:0:0:
 Expected a single import.

  Warnings while parsing QML type information of 
/usr/lib/x86_64-linux-gnu/qt5/qml/QtMultimedia:
  Failed to parse 
'/usr/lib/x86_64-linux-gnu/qt5/qml/QtMultimedia/plugins.qmltypes'.
  Error: /usr/lib/x86_64-linux-gnu/qt5/qml/QtMultimedia/plugins.qmltypes:0:0: 
Expected a single import.

  Warnings while parsing QML type information of 
/var/lib/schroot/chroots/click-ubuntu-sdk-14.10-i386/usr/lib/i386-linux-gnu/qt5/qml/Ubuntu/Components:
  Failed to parse 
'/var/lib/schroot/chroots/click-ubuntu-sdk-14.10-i386/usr/lib/i386-linux-gnu/qt5/qml/Ubuntu/Components/plugins.qmltypes'.
  Error: 
/var/lib/schroot/chroots/click-ubuntu-sdk-14.10-i386/usr/lib/i386-linux-gnu/qt5/qml/Ubuntu/Components/plugins.qmltypes:632:19:
 Expected string literal to contain 'Package/Name major.minor' or 'Name 
major.minor'.
  
/var/lib/schroot/chroots/click-ubuntu-sdk-14.10-i386/usr/lib/i386-linux-gnu/qt5/qml/Ubuntu/Components/plugins.qmltypes:633:36:
 Expected array literal with only number literal members.

  Warnings while parsing QML type information of 
/usr/lib/x86_64-linux-gnu/unity8/qml/Dash:
  Failed to parse '/usr/lib/x86_64-linux-gnu/unity8/qml/Dash/Dash.qmltypes'.
  Error: /usr/lib/x86_64-linux-gnu/unity8/qml/Dash/Dash.qmltypes:83:19: 
Expected string literal to contain 'Package/Name major.minor' or 'Name 
major.minor'.
  /usr/lib/x86_64-linux-gnu/unity8/qml/Dash/Dash.qmltypes:84:36: Expected array 
literal with only number literal members.

  Warnings while parsing QML type information of 
/var/lib/schroot/chroots/click-ubuntu-sdk-14.10-armhf/usr/lib/arm-linux-gnueabihf/qt5/qml/QtMultimedia:
  Failed to parse 
'/var/lib/schroot/chroots/click-ubuntu-sdk-14.10-armhf/usr/lib/arm-linux-gnueabihf/qt5/qml/QtMultimedia/plugins.qmltypes'.
  Error: 
/var/lib/schroot/chroots/click-ubuntu-sdk-14.10-armhf/usr/lib/arm-linux-gnueabihf/qt5/qml/QtMultimedia/plugins.qmltypes:0:0:
 Expected a single import.

  Warnings while parsing QML type information of 
/var/lib/schroot/chroots/click-ubuntu-sdk-14.10-armhf/usr/lib/arm-linux-gnueabihf/qt5/qml/Ubuntu/Components:
  Failed to parse 

[Ubuntu-sdk-bugs] [Bug 1416040] Re: Can't change position in currently edited word

2017-01-27 Thread Christian Dywan
** Changed in: ubuntu-ui-toolkit (Ubuntu)
   Status: In Progress => Fix Released

** No longer affects: ubuntu-ui-toolkit (Ubuntu RTM)

-- 
You received this bug notification because you are a member of Ubuntu
SDK bug tracking, which is subscribed to ubuntu-ui-toolkit in Ubuntu.
https://bugs.launchpad.net/bugs/1416040

Title:
  Can't change position in currently edited word

Status in Canonical System Image:
  Fix Released
Status in ubuntu-ui-toolkit package in Ubuntu:
  Fix Released

Bug description:
  Steps to reproduce

  1) Type "hello"

  2) Tap on the "e"

  Expected result

  Cursor moves to the "e"

  Actual result

  Cursor remains at the end of the word.

To manage notifications about this bug go to:
https://bugs.launchpad.net/canonical-devices-system-image/+bug/1416040/+subscriptions

-- 
Mailing list: https://launchpad.net/~ubuntu-sdk-bugs
Post to : ubuntu-sdk-bugs@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-sdk-bugs
More help   : https://help.launchpad.net/ListHelp


[Ubuntu-sdk-bugs] [Bug 1542098] Re: remove vertical separator in Bluetooth panel

2017-01-27 Thread Christian Dywan
** Package changed: ubuntu-ui-toolkit (Ubuntu) => ubuntu-system-settings
(Ubuntu)

-- 
You received this bug notification because you are a member of Ubuntu
SDK bug tracking, which is subscribed to ubuntu-ui-toolkit in Ubuntu.
https://bugs.launchpad.net/bugs/1542098

Title:
  remove vertical separator in Bluetooth panel

Status in ubuntu-system-settings package in Ubuntu:
  In Progress

Bug description:
  from design:
  should not be a vertical separator to left of chevron in list items. Examples:
  * System Settings “Bluetooth” page
  * System Settings “Wi-Fi” page

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ubuntu-system-settings/+bug/1542098/+subscriptions

-- 
Mailing list: https://launchpad.net/~ubuntu-sdk-bugs
Post to : ubuntu-sdk-bugs@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-sdk-bugs
More help   : https://help.launchpad.net/ListHelp


[Ubuntu-sdk-bugs] [Bug 1427117] Re: MainView does not handle the RTL system setting

2017-01-27 Thread Christian Dywan
This eventually has been implemented in various styles, so I think the
bug/ MR is redundant now.

** Changed in: ubuntu-ui-toolkit (Ubuntu)
   Status: In Progress => Fix Committed

** No longer affects: ubuntu-ui-toolkit (Ubuntu RTM)

-- 
You received this bug notification because you are a member of Ubuntu
SDK bug tracking, which is subscribed to ubuntu-ui-toolkit in Ubuntu.
https://bugs.launchpad.net/bugs/1427117

Title:
  MainView does not handle the RTL system setting

Status in ubuntu-ui-toolkit package in Ubuntu:
  Fix Committed

Bug description:
  MainView being the topmost component of an application, it should
  handle the default layout mirroring setting for the application
  itself. It is not enough that components individually handle that, the
  topmost Item must also handle it, in case components rely on the RTL
  of the parent (i.e. Label)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ubuntu-ui-toolkit/+bug/1427117/+subscriptions

-- 
Mailing list: https://launchpad.net/~ubuntu-sdk-bugs
Post to : ubuntu-sdk-bugs@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-sdk-bugs
More help   : https://help.launchpad.net/ListHelp


[Ubuntu-sdk-bugs] [Bug 1407723] Re: Text cursor/selection handles too small and confusing

2017-01-23 Thread Christian Dywan
** No longer affects: ubuntu-ui-toolkit (Ubuntu RTM)

** No longer affects: ubuntu-ui-toolkit (Ubuntu Vivid)

-- 
You received this bug notification because you are a member of Ubuntu
SDK bug tracking, which is subscribed to ubuntu-ui-toolkit in Ubuntu.
https://bugs.launchpad.net/bugs/1407723

Title:
  Text cursor/selection handles too small and confusing

Status in Canonical System Image:
  Fix Released
Status in ubuntu-ui-toolkit package in Ubuntu:
  Fix Released

Bug description:
  It is still very difficult to reliably select text in text fields and
  areas, the handles are tiny and even if you manage to target them,
  you'll cover the text you operate on with your finger.

  It is also very difficult to distinguish between moving the cursor and
  selecting text.

  ProblemType: Bug
  DistroRelease: Ubuntu 15.04
  Package: qtdeclarative5-ubuntu-ui-toolkit-plugin 
1.1.1364+15.04.20141209-0ubuntu2
  Uname: Linux 3.4.67 armv7l
  ApportVersion: 2.15-0ubuntu3
  Architecture: armhf
  Date: Mon Jan  5 16:25:22 2015
  InstallationDate: Installed on 2014-12-18 (18 days ago)
  InstallationMedia: Ubuntu Vivid Vervet (development branch) - armhf 
(20141218-020204)
  SourcePackage: ubuntu-ui-toolkit
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/canonical-devices-system-image/+bug/1407723/+subscriptions

-- 
Mailing list: https://launchpad.net/~ubuntu-sdk-bugs
Post to : ubuntu-sdk-bugs@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-sdk-bugs
More help   : https://help.launchpad.net/ListHelp


[Ubuntu-sdk-bugs] [Bug 1462489] Re: Allow apps to keep the screen on

2017-01-09 Thread Christian Dywan
** Changed in: ubuntu-ui-toolkit (Ubuntu)
   Status: Confirmed => Invalid

-- 
You received this bug notification because you are a member of Ubuntu
SDK bug tracking, which is subscribed to qtsystems-opensource-src in
Ubuntu.
https://bugs.launchpad.net/bugs/1462489

Title:
  Allow apps to keep the screen on

Status in Canonical System Image:
  Fix Released
Status in Canonical Click Reviewers tools:
  Fix Released
Status in Ubuntu Developer Portal:
  Fix Released
Status in apparmor-easyprof-ubuntu package in Ubuntu:
  Fix Released
Status in qtsystems-opensource-src package in Ubuntu:
  Fix Released
Status in qtubuntu package in Ubuntu:
  Confirmed
Status in ubuntu-system-settings package in Ubuntu:
  Confirmed
Status in ubuntu-ui-toolkit package in Ubuntu:
  Invalid
Status in unity-system-compositor package in Ubuntu:
  Fix Released
Status in unity8 package in Ubuntu:
  Fix Released
Status in qtsystems-opensource-src package in Ubuntu RTM:
  Fix Released

Bug description:
  Support an interface in QML and HTML to allow an app to keep the
  screen on while the app is active. This has come up in several
  scenarios, such as an ebook reader, a clock in night mode.

  First step is to hook up QtSystemInfo screenSaverEnabled

  One solution to inhibit the screen blanking:

  Add a new dbus rule to the default template
  Provide a mediator (unity8) to control this, so it can restore the screen 
blanking when the app is not active or has been closed
  Prompt the user for confirmation the first time the app accesses it
  use the trust store to avoid prompts each time
  add to the System settings Other app access panel an entry for Screen or 
Display so the setting could be revoked

To manage notifications about this bug go to:
https://bugs.launchpad.net/canonical-devices-system-image/+bug/1462489/+subscriptions

-- 
Mailing list: https://launchpad.net/~ubuntu-sdk-bugs
Post to : ubuntu-sdk-bugs@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-sdk-bugs
More help   : https://help.launchpad.net/ListHelp


[Ubuntu-sdk-bugs] [Bug 1633851] Re: Middle-click clipboard no longer works

2016-10-17 Thread Christian Dywan
** No longer affects: ubuntu-ui-toolkit (Ubuntu)

-- 
You received this bug notification because you are a member of Ubuntu
SDK bug tracking, which is subscribed to ubuntu-ui-toolkit in Ubuntu.
https://bugs.launchpad.net/bugs/1633851

Title:
  Middle-click clipboard no longer works

Status in Canonical System Image:
  New
Status in content-hub package in Ubuntu:
  Confirmed
Status in unity8 package in Ubuntu:
  Confirmed

Bug description:
  Under X, any selected text would be automatically be added to a
  seperate clipboard whose contents could be pasted by pressing the
  middle-click button or the equivalent touchpad tap.

  I understand it's an X functionality, and I'm asking it to be
  implemented in Mir.

To manage notifications about this bug go to:
https://bugs.launchpad.net/canonical-devices-system-image/+bug/1633851/+subscriptions

-- 
Mailing list: https://launchpad.net/~ubuntu-sdk-bugs
Post to : ubuntu-sdk-bugs@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-sdk-bugs
More help   : https://help.launchpad.net/ListHelp


[Ubuntu-sdk-bugs] [Bug 1586013] Re: UITK Date picker broken on xenial

2016-10-14 Thread Christian Dywan
** Changed in: ubuntu-ui-toolkit (Ubuntu)
   Status: Fix Released => In Progress

** Changed in: canonical-devices-system-image
   Status: Fix Committed => Confirmed

-- 
You received this bug notification because you are a member of Ubuntu
SDK bug tracking, which is subscribed to ubuntu-ui-toolkit in Ubuntu.
https://bugs.launchpad.net/bugs/1586013

Title:
  UITK Date picker broken on xenial

Status in Canonical System Image:
  Confirmed
Status in ubuntu-ui-toolkit package in Ubuntu:
  In Progress

Bug description:
  Seems somewhat broken on both Qt 5.5 (left) and even more so on Qt 5.6
  (right).

  More information on Qt 5.6 at https://wiki.ubuntu.com/Touch/QtTesting

  tests/xvfb.sh tests/unit/runtest.sh _build/tests/unit/visual/visual 
tests/unit/visual/tst_datepicker.bug1567840.SEGFAULT.13.qml
  [...]
  FAIL!  : components::DatePicker13API::test_1_changeMinimumBeforeDate() 
Uncaught exception: Cannot call method hasOwnProperty of null
   Loc:[./_build/qml/Ubuntu/Test/UbuntuTestCase13.qml(86)]

To manage notifications about this bug go to:
https://bugs.launchpad.net/canonical-devices-system-image/+bug/1586013/+subscriptions

-- 
Mailing list: https://launchpad.net/~ubuntu-sdk-bugs
Post to : ubuntu-sdk-bugs@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-sdk-bugs
More help   : https://help.launchpad.net/ListHelp


[Ubuntu-sdk-bugs] [Bug 1630167] Re: SlotsLayout with Column as mainSlot: endless loop when resizing view so that Column has negative width

2016-10-11 Thread Christian Dywan
** Changed in: ubuntu-ui-toolkit (Ubuntu)
   Status: In Progress => Fix Committed

** No longer affects: ubuntu-ui-toolkit (Ubuntu RTM)

-- 
You received this bug notification because you are a member of Ubuntu
SDK bug tracking, which is subscribed to ubuntu-ui-toolkit in Ubuntu.
https://bugs.launchpad.net/bugs/1630167

Title:
  SlotsLayout with Column as mainSlot: endless loop when resizing view
  so that Column has negative width

Status in Canonical System Image:
  New
Status in ubuntu-ui-toolkit package in Ubuntu:
  Fix Committed

Bug description:
  With a simple code such as

  import QtQuick 2.4
  import Ubuntu.Components 1.3
  import QtQuick.Window 2.0

  Window {
  SlotsLayout {
  id: slotsLayout
  onHeightChanged: print("SlotsLayout height",height)
  width: parent.width
  mainSlot: Column {
  onHeightChanged: print("COlumn height",height)
  onWidthChanged: console.log("Column width", width)

  Rectangle {
  id: rect
  width: parent.width
  onWidthChanged: console.log("RECT WIDTH", width)
  onHeightChanged: console.log("RECT HEIGHT!", height)
  height: 5
  }

  }
  }
  }

  
  Or something similar (http://archive.is/N0jnM), when resizing the view 
horizontally to only use few pixels, an infinite resizing loop starts and the 
view freezes.

To manage notifications about this bug go to:
https://bugs.launchpad.net/canonical-devices-system-image/+bug/1630167/+subscriptions

-- 
Mailing list: https://launchpad.net/~ubuntu-sdk-bugs
Post to : ubuntu-sdk-bugs@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-sdk-bugs
More help   : https://help.launchpad.net/ListHelp


[Ubuntu-sdk-bugs] [Bug 1627978] [NEW] Different sized/ themed mouse pointers

2016-09-27 Thread Christian Dywan
Public bug reported:

Somehow headers have larger mouse pointers with a theme different to
other components. This seems like a subtle bug, but it's rather
confusing.

** Affects: ubuntu-ui-toolkit (Ubuntu)
 Importance: Undecided
 Status: New

-- 
You received this bug notification because you are a member of Ubuntu
SDK bug tracking, which is subscribed to ubuntu-ui-toolkit in Ubuntu.
https://bugs.launchpad.net/bugs/1627978

Title:
  Different sized/ themed mouse pointers

Status in ubuntu-ui-toolkit package in Ubuntu:
  New

Bug description:
  Somehow headers have larger mouse pointers with a theme different to
  other components. This seems like a subtle bug, but it's rather
  confusing.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ubuntu-ui-toolkit/+bug/1627978/+subscriptions

-- 
Mailing list: https://launchpad.net/~ubuntu-sdk-bugs
Post to : ubuntu-sdk-bugs@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-sdk-bugs
More help   : https://help.launchpad.net/ListHelp


[Ubuntu-sdk-bugs] [Bug 1626445] Re: lttng shouldn't be enabled out of the box/ incompatible with snappy confinement

2016-09-22 Thread Christian Dywan
** Package changed: ubuntu-ui-toolkit (Ubuntu) => ubuntu-app-launch
(Ubuntu)

-- 
You received this bug notification because you are a member of Ubuntu
SDK bug tracking, which is subscribed to ubuntu-ui-toolkit in Ubuntu.
https://bugs.launchpad.net/bugs/1626445

Title:
  lttng shouldn't be enabled out of the box/ incompatible with snappy
  confinement

Status in ubuntu-app-launch package in Ubuntu:
  New

Bug description:
  As I understand it, lttng shouldn't be used out of the box - I'm seeing 
apparmor complaining about it, though. The other aspect of it is the fact that 
it's using a folder apparmor won't allow under snap confinement.
  I realize this is a hybrid bug, but I don't know exactly what to expect for 
either of these, I'm really filing it based on the symptoms for now.

  $ snap install dekko --edge --devmode
  $ snappy-debug.security scanlog &
  $ /snap/bin/dekko

  Log: apparmor="ALLOWED" operation="open" profile="snap.dekko.dekko"
  name="/dev/shm/lttng-ust-wait-6-1000" pid=3230 comm="QQmlThread"
  requested_mask="r" denied_mask="r" fsuid=1000 ouid=1000

  Dekko doesn't link to lttng:

  $ ldd /snap/dekko/current/usr/bin/dekko | grep lttng

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ubuntu-app-launch/+bug/1626445/+subscriptions

-- 
Mailing list: https://launchpad.net/~ubuntu-sdk-bugs
Post to : ubuntu-sdk-bugs@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-sdk-bugs
More help   : https://help.launchpad.net/ListHelp


[Ubuntu-sdk-bugs] [Bug 1626445] [NEW] lttng shouldn't be enabled out of the box/ incompatible with snappy confinement

2016-09-22 Thread Christian Dywan
Public bug reported:

As I understand it, lttng shouldn't be used out of the box - I'm seeing 
apparmor complaining about it, though. The other aspect of it is the fact that 
it's using a folder apparmor won't allow under snap confinement.
I realize this is a hybrid bug, but I don't know exactly what to expect for 
either of these, I'm really filing it based on the symptoms for now.

$ snap install dekko --edge --devmode
$ snappy-debug.security scanlog &
$ /snap/bin/dekko

Log: apparmor="ALLOWED" operation="open" profile="snap.dekko.dekko"
name="/dev/shm/lttng-ust-wait-6-1000" pid=3230 comm="QQmlThread"
requested_mask="r" denied_mask="r" fsuid=1000 ouid=1000

Dekko doesn't link to lttng:

$ ldd /snap/dekko/current/usr/bin/dekko | grep lttng

** Affects: ubuntu-ui-toolkit (Ubuntu)
 Importance: Undecided
 Status: New

-- 
You received this bug notification because you are a member of Ubuntu
SDK bug tracking, which is subscribed to ubuntu-ui-toolkit in Ubuntu.
https://bugs.launchpad.net/bugs/1626445

Title:
  lttng shouldn't be enabled out of the box/ incompatible with snappy
  confinement

Status in ubuntu-ui-toolkit package in Ubuntu:
  New

Bug description:
  As I understand it, lttng shouldn't be used out of the box - I'm seeing 
apparmor complaining about it, though. The other aspect of it is the fact that 
it's using a folder apparmor won't allow under snap confinement.
  I realize this is a hybrid bug, but I don't know exactly what to expect for 
either of these, I'm really filing it based on the symptoms for now.

  $ snap install dekko --edge --devmode
  $ snappy-debug.security scanlog &
  $ /snap/bin/dekko

  Log: apparmor="ALLOWED" operation="open" profile="snap.dekko.dekko"
  name="/dev/shm/lttng-ust-wait-6-1000" pid=3230 comm="QQmlThread"
  requested_mask="r" denied_mask="r" fsuid=1000 ouid=1000

  Dekko doesn't link to lttng:

  $ ldd /snap/dekko/current/usr/bin/dekko | grep lttng

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ubuntu-ui-toolkit/+bug/1626445/+subscriptions

-- 
Mailing list: https://launchpad.net/~ubuntu-sdk-bugs
Post to : ubuntu-sdk-bugs@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-sdk-bugs
More help   : https://help.launchpad.net/ListHelp


[Ubuntu-sdk-bugs] [Bug 1514860] Re: OptionSelector does not work with keyboard

2016-09-20 Thread Christian Dywan
** No longer affects: ubuntu-ui-toolkit (Ubuntu RTM)

-- 
You received this bug notification because you are a member of Ubuntu
SDK bug tracking, which is subscribed to ubuntu-ui-toolkit in Ubuntu.
https://bugs.launchpad.net/bugs/1514860

Title:
  OptionSelector does not work with keyboard

Status in Canonical System Image:
  In Progress
Status in ubuntu-ui-toolkit package in Ubuntu:
  In Progress

Bug description:
  OptionSelector does not fully work with only keyboard. There is no way
  to select a option on OptionSelector using only the keyboard.

  Pressing the arrows does not navigate on the options. And it does not
  have any visual feedback that it contains focus.

To manage notifications about this bug go to:
https://bugs.launchpad.net/canonical-devices-system-image/+bug/1514860/+subscriptions

-- 
Mailing list: https://launchpad.net/~ubuntu-sdk-bugs
Post to : ubuntu-sdk-bugs@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-sdk-bugs
More help   : https://help.launchpad.net/ListHelp


[Ubuntu-sdk-bugs] [Bug 1625507] [NEW] Build fails on QT_ASCII_CAST_WARN in QString.replace

2016-09-20 Thread Christian Dywan
Public bug reported:

Something changed, I don't know if it's in UITK, gcc or Qt, but I can no
longer build UITK without running into this warning:

./src/UbuntuToolkit/ucaction.cpp: In member function ‘QString UCAction::text()’:
./src/UbuntuToolkit/ucaction.cpp:226:38 error: ‘QString::QString(const char*)’ 
is deprecated [-Werror=deprecated-declarations]
 displayText.replace("&&", "");
  ^
In file included from /usr/include/x86_64-linux-gnu/qt5/QtCore/qobject.h:41:0,
 from 
/usr/include/x86_64-linux-gnu/qt5/QtCore/qabstractanimation.h:37,
 from /usr/include/x86_64-linux-gnu/qt5/QtCore/QtCore:4,
 from ../../include/UbuntuToolkit/UbuntuToolkitDepends:3:
/usr/include/x86_64-linux-gnu/qt5/QtCore/qstring.h:654:31 note: declared here
 inline QT_ASCII_CAST_WARN QString(const char *ch)
   ^
./src/UbuntuToolkit/ucaction.cpp:226:38 error: ‘QString::QString(const char*)’ 
is deprecated [-Werror=deprecated-declarations]
 displayText.replace("&&", "");
  ^
In file included from /usr/include/x86_64-linux-gnu/qt5/QtCore/qobject.h:41:0,
 from 
/usr/include/x86_64-linux-gnu/qt5/QtCore/qabstractanimation.h:37,
 from /usr/include/x86_64-linux-gnu/qt5/QtCore/QtCore:4,
 from ../../include/UbuntuToolkit/UbuntuToolkitDepends:3:
/usr/include/x86_64-linux-gnu/qt5/QtCore/qstring.h:654:31 note: declared here
 inline QT_ASCII_CAST_WARN QString(const char *ch)
   ^
cc1plus: all warnings being treated as errors

** Affects: ubuntu-ui-toolkit (Ubuntu)
 Importance: Critical
 Assignee: Christian Dywan (kalikiana)
 Status: In Progress

** Branch linked: lp:~ubuntu-sdk-team/ubuntu-ui-
toolkit/literalStringReplace

** Changed in: ubuntu-ui-toolkit (Ubuntu)
   Status: New => In Progress

-- 
You received this bug notification because you are a member of Ubuntu
SDK bug tracking, which is subscribed to ubuntu-ui-toolkit in Ubuntu.
https://bugs.launchpad.net/bugs/1625507

Title:
  Build fails on QT_ASCII_CAST_WARN in QString.replace

Status in ubuntu-ui-toolkit package in Ubuntu:
  In Progress

Bug description:
  Something changed, I don't know if it's in UITK, gcc or Qt, but I can
  no longer build UITK without running into this warning:

  ./src/UbuntuToolkit/ucaction.cpp: In member function ‘QString 
UCAction::text()’:
  ./src/UbuntuToolkit/ucaction.cpp:226:38 error: ‘QString::QString(const 
char*)’ is deprecated [-Werror=deprecated-declarations]
   displayText.replace("&&", "");
^
  In file included from /usr/include/x86_64-linux-gnu/qt5/QtCore/qobject.h:41:0,
   from 
/usr/include/x86_64-linux-gnu/qt5/QtCore/qabstractanimation.h:37,
   from /usr/include/x86_64-linux-gnu/qt5/QtCore/QtCore:4,
   from ../../include/UbuntuToolkit/UbuntuToolkitDepends:3:
  /usr/include/x86_64-linux-gnu/qt5/QtCore/qstring.h:654:31 note: declared here
   inline QT_ASCII_CAST_WARN QString(const char *ch)
 ^
  ./src/UbuntuToolkit/ucaction.cpp:226:38 error: ‘QString::QString(const 
char*)’ is deprecated [-Werror=deprecated-declarations]
   displayText.replace("&&", "");
^
  In file included from /usr/include/x86_64-linux-gnu/qt5/QtCore/qobject.h:41:0,
   from 
/usr/include/x86_64-linux-gnu/qt5/QtCore/qabstractanimation.h:37,
   from /usr/include/x86_64-linux-gnu/qt5/QtCore/QtCore:4,
   from ../../include/UbuntuToolkit/UbuntuToolkitDepends:3:
  /usr/include/x86_64-linux-gnu/qt5/QtCore/qstring.h:654:31 note: declared here
   inline QT_ASCII_CAST_WARN QString(const char *ch)
 ^
  cc1plus: all warnings being treated as errors

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ubuntu-ui-toolkit/+bug/1625507/+subscriptions

-- 
Mailing list: https://launchpad.net/~ubuntu-sdk-bugs
Post to : ubuntu-sdk-bugs@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-sdk-bugs
More help   : https://help.launchpad.net/ListHelp


[Ubuntu-sdk-bugs] [Bug 1580974] Re: Button label should ellipsize in the middle

2016-09-14 Thread Christian Dywan
** Also affects: ubuntu-ux
   Importance: Undecided
   Status: New

-- 
You received this bug notification because you are a member of Ubuntu
SDK bug tracking, which is subscribed to ubuntu-ui-toolkit in Ubuntu.
https://bugs.launchpad.net/bugs/1580974

Title:
  Button label should ellipsize in the middle

Status in Ubuntu UX:
  New
Status in ubuntu-ui-toolkit package in Ubuntu:
  Incomplete

Bug description:
  As per the Buttons spec

  "In the unlikely event that a button’s label is too long for the width
  available, it should be ellipsized in the middle"

  Currently the Label in ButtonForeground ellipsizes in the end.

  Also quoting Matthew on the reasoning:

  (1 Two buttons with long but similar labels are more likely to differ at 
their ends than their middles (e.g. “Change This Event Only” vs. “Change This 
And Future Events”).
  (2 End ellipsis is already used to mean “you’ll need to do something else 
after tapping this”.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-ux/+bug/1580974/+subscriptions

-- 
Mailing list: https://launchpad.net/~ubuntu-sdk-bugs
Post to : ubuntu-sdk-bugs@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-sdk-bugs
More help   : https://help.launchpad.net/ListHelp


[Ubuntu-sdk-bugs] [Bug 1616889] [NEW] ActionBar with overflow doesn't shrink

2016-08-25 Thread Christian Dywan
Public bug reported:

The ActionBar with an overflow, as can be seen in tst_actionbar.13.qml,
doesn't shrink below the space needed to show numberOfSlots buttons.
That seems counterproductive when the window/ column/ device is too
small, but I still want to see more buttons when possible (convergence).

** Affects: ubuntu-ui-toolkit (Ubuntu)
 Importance: Medium
 Assignee: Tim Peeters (tpeeters)
 Status: Confirmed

-- 
You received this bug notification because you are a member of Ubuntu
SDK bug tracking, which is subscribed to ubuntu-ui-toolkit in Ubuntu.
https://bugs.launchpad.net/bugs/1616889

Title:
  ActionBar with overflow doesn't shrink

Status in ubuntu-ui-toolkit package in Ubuntu:
  Confirmed

Bug description:
  The ActionBar with an overflow, as can be seen in
  tst_actionbar.13.qml, doesn't shrink below the space needed to show
  numberOfSlots buttons. That seems counterproductive when the window/
  column/ device is too small, but I still want to see more buttons when
  possible (convergence).

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ubuntu-ui-toolkit/+bug/1616889/+subscriptions

-- 
Mailing list: https://launchpad.net/~ubuntu-sdk-bugs
Post to : ubuntu-sdk-bugs@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-sdk-bugs
More help   : https://help.launchpad.net/ListHelp


[Ubuntu-sdk-bugs] [Bug 1616858] [NEW] ActionBar overflow issues with Qt 5.6

2016-08-25 Thread Christian Dywan
Public bug reported:

With Qt 5.6 I'm seeing problems with the ActionBar.

1. tst_actionbar.13.qml passes but there's lots of warnings:

QWARN  : components::ActionBarApi::test_number_of_actions_in_overflow()
./_build/qml/Ubuntu/Components/Themes/Ambiance/1.3/OverflowPanel.qml:66:
ReferenceError: modelData is not defined

The unit test should be failing. And obviously there's a bug here.

2. Running tst_actionbar.13.qml in the launcher the overflow button is
absent.

More information about Qt 5.6 at https://wiki.ubuntu.com/Touch/QtTesting

** Affects: ubuntu-ui-toolkit (Ubuntu)
 Importance: Undecided
 Assignee: Tim Peeters (tpeeters)
 Status: New


** Tags: qt5.6

-- 
You received this bug notification because you are a member of Ubuntu
SDK bug tracking, which is subscribed to ubuntu-ui-toolkit in Ubuntu.
https://bugs.launchpad.net/bugs/1616858

Title:
  ActionBar overflow issues with Qt 5.6

Status in ubuntu-ui-toolkit package in Ubuntu:
  New

Bug description:
  With Qt 5.6 I'm seeing problems with the ActionBar.

  1. tst_actionbar.13.qml passes but there's lots of warnings:

  QWARN  :
  components::ActionBarApi::test_number_of_actions_in_overflow()
  ./_build/qml/Ubuntu/Components/Themes/Ambiance/1.3/OverflowPanel.qml:66:
  ReferenceError: modelData is not defined

  The unit test should be failing. And obviously there's a bug here.

  2. Running tst_actionbar.13.qml in the launcher the overflow button is
  absent.

  More information about Qt 5.6 at
  https://wiki.ubuntu.com/Touch/QtTesting

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ubuntu-ui-toolkit/+bug/1616858/+subscriptions

-- 
Mailing list: https://launchpad.net/~ubuntu-sdk-bugs
Post to : ubuntu-sdk-bugs@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-sdk-bugs
More help   : https://help.launchpad.net/ListHelp


[Ubuntu-sdk-bugs] [Bug 1615591] [NEW] Promote MainWindow to Ubuntu.Components and add unit tests

2016-08-22 Thread Christian Dywan
Public bug reported:

Once we determine the MainWindow API ready, provided discussion around
the features we want it to have has taken place, more tests should be
added so all the API is covered and finally it should move from Labs to
Components.

** Affects: ubuntu-ui-toolkit (Ubuntu)
 Importance: Undecided
 Status: New

-- 
You received this bug notification because you are a member of Ubuntu
SDK bug tracking, which is subscribed to ubuntu-ui-toolkit in Ubuntu.
https://bugs.launchpad.net/bugs/1615591

Title:
  Promote MainWindow to Ubuntu.Components and add unit tests

Status in ubuntu-ui-toolkit package in Ubuntu:
  New

Bug description:
  Once we determine the MainWindow API ready, provided discussion around
  the features we want it to have has taken place, more tests should be
  added so all the API is covered and finally it should move from Labs
  to Components.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ubuntu-ui-toolkit/+bug/1615591/+subscriptions

-- 
Mailing list: https://launchpad.net/~ubuntu-sdk-bugs
Post to : ubuntu-sdk-bugs@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-sdk-bugs
More help   : https://help.launchpad.net/ListHelp


[Ubuntu-sdk-bugs] [Bug 1595910] Re: review input field: send button issues with predictive OSK

2016-08-11 Thread Christian Dywan
** Changed in: ubuntu-ui-toolkit (Ubuntu)
   Status: New => Invalid

-- 
You received this bug notification because you are a member of Ubuntu
SDK bug tracking, which is subscribed to ubuntu-ui-toolkit in Ubuntu.
https://bugs.launchpad.net/bugs/1595910

Title:
  review input field: send button issues with predictive OSK

Status in ubuntu-ui-toolkit package in Ubuntu:
  Invalid
Status in unity8 package in Ubuntu:
  Triaged

Bug description:
  Steps to reproduce:

  * Make sure predictive OSK is enabled
  * got an app in the store and start writing a review
  * Just write one word, no space after it (so that it is underlined for text 
correction things)

  => actual:
  The send button is disabled even though the text field holds a word

  => expected:
  The send button should be enabled

  
  Most likely the Send button is enabled/disabled based on inputField.text, 
while it should be inputField.displayText instead.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ubuntu-ui-toolkit/+bug/1595910/+subscriptions

-- 
Mailing list: https://launchpad.net/~ubuntu-sdk-bugs
Post to : ubuntu-sdk-bugs@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-sdk-bugs
More help   : https://help.launchpad.net/ListHelp


[Ubuntu-sdk-bugs] [Bug 1598491] Re: AdaptivePageLayout primaryPageSource: is slow to load

2016-08-09 Thread Christian Dywan
This isn't being slow - by default the primaryPageSource is being loaded
asynchronously, that is unless you set asynchronous: false, and so by
definition the component is going to be complete before it's loaded.

** Changed in: ubuntu-ui-toolkit (Ubuntu)
   Status: New => Invalid

-- 
You received this bug notification because you are a member of Ubuntu
SDK bug tracking, which is subscribed to ubuntu-ui-toolkit in Ubuntu.
https://bugs.launchpad.net/bugs/1598491

Title:
  AdaptivePageLayout primaryPageSource: is slow to load

Status in ubuntu-ui-toolkit package in Ubuntu:
  Invalid

Bug description:
  If using APL and setting the primaryPageSource:
  Qt.resolvedUrl("MyPage.qml) the APL is so slow to load that the
  primaryPage value doesnt exist until way after the
  component.oncompleted signal is emitted.

  I came across this issue when using the contenthub. if i select a file
  in Telegram for example and my app recieves the transfer it tries to
  add a page to the APL: addPageToCurrentColumn(pageLayout.primaryPage,
  Qt.resolvedUrl("MyPage2.qml"))

  Error:

  qml: No SourcePage specified. Page will not be added.

  
  Note: setting primaryPage: MyPage{} works without issue and resolves. 

  Example:

  import QtQuick 2.4
  import Ubuntu.Components 1.3

  
  MainView {
  objectName: "mainView"
  applicationName: "aplTest.Testers"

  width: units.gu(100)
  height: units.gu(100)

  AdaptivePageLayout {
  id: apl
  anchors.fill: parent
  primaryPageSource: Qt.resolvedUrl("UI_FileOne.qml") //<-- qml: No 
sourcePage specified. Page will not be added.
  //primaryPage: UI_FileOne{} //<-- This works

  layouts: [
  PageColumnsLayout {
  when: true;
  // Just a single column layout
  PageColumn {
  fillWidth: true
  }

  }
  ]

  Component.onCompleted: {

  apl.addPageToCurrentColumn(apl.primaryPage,
  Qt.resolvedUrl("UI_FileTwo.qml"));

  }
  }//AdaptivePageLayout

  }//Mainview

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ubuntu-ui-toolkit/+bug/1598491/+subscriptions

-- 
Mailing list: https://launchpad.net/~ubuntu-sdk-bugs
Post to : ubuntu-sdk-bugs@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-sdk-bugs
More help   : https://help.launchpad.net/ListHelp


[Ubuntu-sdk-bugs] [Bug 1606944] Re: Password field briefly displays characters when input using a keyboard

2016-08-05 Thread Christian Dywan
** Package changed: ubuntu-ui-toolkit (Ubuntu) => ubuntuone-credentials
(Ubuntu)

** Changed in: ubuntuone-credentials (Ubuntu)
   Status: Incomplete => Confirmed

-- 
You received this bug notification because you are a member of Ubuntu
SDK bug tracking, which is subscribed to ubuntu-ui-toolkit in Ubuntu.
https://bugs.launchpad.net/bugs/1606944

Title:
  Password field briefly displays characters when input using a keyboard

Status in Canonical System Image:
  New
Status in ubuntuone-credentials package in Ubuntu:
  Confirmed

Bug description:
  When running Unity 8 on my classic desktop I have to enter my password
  in to, for example, the store login.

  If I am entering text using a real keyboard I still see the character
  displayed in clear as I am typing.  I don't think it should do that.

  Use-case:  I am making a screencast and entering a password.  By
  playing back the video The Baddies would be able to see each character
  I entered.

To manage notifications about this bug go to:
https://bugs.launchpad.net/canonical-devices-system-image/+bug/1606944/+subscriptions

-- 
Mailing list: https://launchpad.net/~ubuntu-sdk-bugs
Post to : ubuntu-sdk-bugs@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-sdk-bugs
More help   : https://help.launchpad.net/ListHelp


[Ubuntu-sdk-bugs] [Bug 1609616] Re: Alarm/AlarmModel should be confined per app

2016-08-05 Thread Christian Dywan
** Package changed: ubuntu-ui-toolkit (Ubuntu) => apparmor-easyprof-
ubuntu (Ubuntu)

-- 
You received this bug notification because you are a member of Ubuntu
SDK bug tracking, which is subscribed to ubuntu-ui-toolkit in Ubuntu.
https://bugs.launchpad.net/bugs/1609616

Title:
  Alarm/AlarmModel should be confined per app

Status in apparmor-easyprof-ubuntu package in Ubuntu:
  New

Bug description:
  Currently, when you use the AlarmModel and calendar apparmor policy,
  your app can view, add, edit and delete alarms even those that were
  created by other apps like for example the core clock app.

  I think it would be better if the model only gives your app the permission to 
view, edit and delete alarms created by your app. Then when the alarm is 
triggered, the appropriate app will open and not alwayd the clock app.
  This means that alarms in the AlarmModel can be distinguished by app and bot 
as whole.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/apparmor-easyprof-ubuntu/+bug/1609616/+subscriptions

-- 
Mailing list: https://launchpad.net/~ubuntu-sdk-bugs
Post to : ubuntu-sdk-bugs@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-sdk-bugs
More help   : https://help.launchpad.net/ListHelp


[Ubuntu-sdk-bugs] [Bug 1608912] Re: Changing volume from speaker/microphone with mouse wheel is not working

2016-08-05 Thread Christian Dywan
** No longer affects: ubuntu-ui-toolkit (Ubuntu)

-- 
You received this bug notification because you are a member of Ubuntu
SDK bug tracking, which is subscribed to ubuntu-ui-toolkit in Ubuntu.
https://bugs.launchpad.net/bugs/1608912

Title:
  Changing volume from speaker/microphone with mouse wheel is not
  working

Status in unity8 package in Ubuntu:
  Incomplete

Bug description:
  Unity8 can't change volume from speaker or microphone in the opened
  indicator sound (See attached) with the mouse wheel. Note that Unity7
  can do this and increases/decreases 10% every wheel event

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/unity8/+bug/1608912/+subscriptions

-- 
Mailing list: https://launchpad.net/~ubuntu-sdk-bugs
Post to : ubuntu-sdk-bugs@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-sdk-bugs
More help   : https://help.launchpad.net/ListHelp


[Ubuntu-sdk-bugs] [Bug 1610231] [NEW] tst_sections.13 fails with Qt 5.6

2016-08-05 Thread Christian Dywan
Public bug reported:

tests/xvfb.sh tests/unit/runtest.sh _build/tests/unit/visual/visual 
tests/unit/visual/tst_sections.13.qml
[...]
FAIL!  : components::SectionsApi::initTestCase() Action 0 was triggered with 
selectedIndex: 1.
 Actual (): true
 Expected (): false
 Loc:[./tests/unit/visual/tst_sections.13.qml(149)]

More information about Qt 5.6 at https://wiki.ubuntu.com/Touch/QtTesting

** Affects: ubuntu-ui-toolkit (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: qt5.6

-- 
You received this bug notification because you are a member of Ubuntu
SDK bug tracking, which is subscribed to ubuntu-ui-toolkit in Ubuntu.
https://bugs.launchpad.net/bugs/1610231

Title:
  tst_sections.13 fails with Qt 5.6

Status in ubuntu-ui-toolkit package in Ubuntu:
  New

Bug description:
  tests/xvfb.sh tests/unit/runtest.sh _build/tests/unit/visual/visual 
tests/unit/visual/tst_sections.13.qml
  [...]
  FAIL!  : components::SectionsApi::initTestCase() Action 0 was triggered with 
selectedIndex: 1.
   Actual (): true
   Expected (): false
   Loc:[./tests/unit/visual/tst_sections.13.qml(149)]

  More information about Qt 5.6 at
  https://wiki.ubuntu.com/Touch/QtTesting

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ubuntu-ui-toolkit/+bug/1610231/+subscriptions

-- 
Mailing list: https://launchpad.net/~ubuntu-sdk-bugs
Post to : ubuntu-sdk-bugs@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-sdk-bugs
More help   : https://help.launchpad.net/ListHelp


[Ubuntu-sdk-bugs] [Bug 1610230] [NEW] tst_expandablescolumn11 fails with Qt 5.6

2016-08-05 Thread Christian Dywan
Public bug reported:

tests/xvfb.sh tests/unit/runtest.sh _build/tests/unit/visual/visual 
tests/unit/visual/tst_expandablescolumn.11.qml
[...]
QWARN  : components::ExpandablesColumn::test_collapseByClickingOutside() 
./_build/qml/Ubuntu/Components/ListItems/1.2/ExpandablesColumn.qml:127: 
TypeError: Type error
[...]
FAIL!  : components::ExpandablesColumn::test_scrollToTop() Uncaught exception: 
Type error
 Loc:[./tests/unit/visual/tst_expandablescolumn.11.qml(115)]

cf. tst_ubuntulistview.qml

More information about Qt 5.6 at https://wiki.ubuntu.com/Touch/QtTesting

** Affects: ubuntu-ui-toolkit (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: qt5.6

** Description changed:

  tests/xvfb.sh tests/unit/runtest.sh _build/tests/unit/visual/visual 
tests/unit/visual/tst_expandablescolumn.11.qml
  [...]
  QWARN  : components::ExpandablesColumn::test_collapseByClickingOutside() 
./_build/qml/Ubuntu/Components/ListItems/1.2/ExpandablesColumn.qml:127: 
TypeError: Type error
  [...]
  FAIL!  : components::ExpandablesColumn::test_scrollToTop() Uncaught 
exception: Type error
-  Loc:[./tests/unit/visual/tst_expandablescolumn.11.qml(115)]
+  Loc:[./tests/unit/visual/tst_expandablescolumn.11.qml(115)]
+ 
+ cf. tst_ubuntulistview.qml
  
  More information about Qt 5.6 at https://wiki.ubuntu.com/Touch/QtTesting

-- 
You received this bug notification because you are a member of Ubuntu
SDK bug tracking, which is subscribed to ubuntu-ui-toolkit in Ubuntu.
https://bugs.launchpad.net/bugs/1610230

Title:
  tst_expandablescolumn11 fails with Qt 5.6

Status in ubuntu-ui-toolkit package in Ubuntu:
  New

Bug description:
  tests/xvfb.sh tests/unit/runtest.sh _build/tests/unit/visual/visual 
tests/unit/visual/tst_expandablescolumn.11.qml
  [...]
  QWARN  : components::ExpandablesColumn::test_collapseByClickingOutside() 
./_build/qml/Ubuntu/Components/ListItems/1.2/ExpandablesColumn.qml:127: 
TypeError: Type error
  [...]
  FAIL!  : components::ExpandablesColumn::test_scrollToTop() Uncaught 
exception: Type error
   Loc:[./tests/unit/visual/tst_expandablescolumn.11.qml(115)]

  cf. tst_ubuntulistview.qml

  More information about Qt 5.6 at
  https://wiki.ubuntu.com/Touch/QtTesting

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ubuntu-ui-toolkit/+bug/1610230/+subscriptions

-- 
Mailing list: https://launchpad.net/~ubuntu-sdk-bugs
Post to : ubuntu-sdk-bugs@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-sdk-bugs
More help   : https://help.launchpad.net/ListHelp


[Ubuntu-sdk-bugs] [Bug 1610208] [NEW] Migrate to new QT_SCALE_FACTOR in Qt 5.6

2016-08-05 Thread Christian Dywan
Public bug reported:

Qt 5.6 supersedes QT_DEVICE_PIXEL_RATIO with three variables:
- QT_SCALE_FACTOR, which works the same way.
- QTSCREEN_SCALE_FACTORS, which lists values per monitor.
- QT_AUTO_SCREEN_SCALE_FACTOR, which automatically picks a value for each 
monitor.

Documentation needs to take these new variables into account and we need
to start using the new variables where applicable (the old one still
works, but triggers warnings with Qt 5.6).

Note: tests/unit/units have failures with Qt 5.6.

** Affects: ubuntu-ui-toolkit (Ubuntu)
 Importance: Critical
 Assignee: Christian Dywan (kalikiana)
 Status: Confirmed


** Tags: qt5.6

** Tags added: qt5.6

** Description changed:

  Qt 5.6 supersedes QT_DEVICE_PIXEL_RATIO with three variables:
  - QT_SCALE_FACTOR, which works the same way.
  - QTSCREEN_SCALE_FACTORS, which lists values per monitor.
  - QT_AUTO_SCREEN_SCALE_FACTOR, which automatically picks a value for each 
monitor.
  
  Documentation needs to take these new variables into account and we need
  to start using the new variables where applicable (the old one still
  works, but triggers warnings with Qt 5.6).
+ 
+ Note: tests/unit/units have failures with Qt 5.6.

** Changed in: ubuntu-ui-toolkit (Ubuntu)
   Status: New => Confirmed

** Changed in: ubuntu-ui-toolkit (Ubuntu)
   Importance: Undecided => Critical

-- 
You received this bug notification because you are a member of Ubuntu
SDK bug tracking, which is subscribed to ubuntu-ui-toolkit in Ubuntu.
https://bugs.launchpad.net/bugs/1610208

Title:
  Migrate to new QT_SCALE_FACTOR in Qt 5.6

Status in ubuntu-ui-toolkit package in Ubuntu:
  Confirmed

Bug description:
  Qt 5.6 supersedes QT_DEVICE_PIXEL_RATIO with three variables:
  - QT_SCALE_FACTOR, which works the same way.
  - QTSCREEN_SCALE_FACTORS, which lists values per monitor.
  - QT_AUTO_SCREEN_SCALE_FACTOR, which automatically picks a value for each 
monitor.

  Documentation needs to take these new variables into account and we
  need to start using the new variables where applicable (the old one
  still works, but triggers warnings with Qt 5.6).

  Note: tests/unit/units have failures with Qt 5.6.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ubuntu-ui-toolkit/+bug/1610208/+subscriptions

-- 
Mailing list: https://launchpad.net/~ubuntu-sdk-bugs
Post to : ubuntu-sdk-bugs@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-sdk-bugs
More help   : https://help.launchpad.net/ListHelp


[Ubuntu-sdk-bugs] [Bug 1607552] Re: Blue dots for highlighting a text/cursor control can not be placed over the cursor

2016-08-04 Thread Christian Dywan
*** This bug is a duplicate of bug 1484825 ***
https://bugs.launchpad.net/bugs/1484825

** This bug is no longer a duplicate of bug 1540108
   Blue dots for text marking/placing a cursor are too small
** This bug has been marked a duplicate of bug 1484825
   Text handle in the wrong position when the text field moves

-- 
You received this bug notification because you are a member of Ubuntu
SDK bug tracking, which is subscribed to ubuntu-ui-toolkit in Ubuntu.
https://bugs.launchpad.net/bugs/1607552

Title:
  Blue dots for highlighting a text/cursor control can not be placed
  over the cursor

Status in Ubuntu UX:
  New
Status in ubuntu-ui-toolkit package in Ubuntu:
  Confirmed

Bug description:
  Just because we cover everything with the finger and are unable to
  place the cursor where we want to. Correct is a BIG raindrop(Android)
  >under< the cursor so that we can put the finger on a blue control
  point and precisely put the cursor where we want to. On Ubuntu Touch:
  Mission impossible!

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-ux/+bug/1607552/+subscriptions

-- 
Mailing list: https://launchpad.net/~ubuntu-sdk-bugs
Post to : ubuntu-sdk-bugs@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-sdk-bugs
More help   : https://help.launchpad.net/ListHelp


[Ubuntu-sdk-bugs] [Bug 1597929] Re: ListItem's actions not cropped

2016-07-19 Thread Christian Dywan
That looks like a bug in the app - the (Ubuntu)ListView needs to have
clip: true.

** Package changed: ubuntu-ui-toolkit (Ubuntu) => messaging-app (Ubuntu)

-- 
You received this bug notification because you are a member of Ubuntu
SDK bug tracking, which is subscribed to ubuntu-ui-toolkit in Ubuntu.
https://bugs.launchpad.net/bugs/1597929

Title:
  ListItem's actions not cropped

Status in messaging-app package in Ubuntu:
  New

Bug description:
  Steps to reproduce:
  - Get an app that has two layouts and uses a listitem with leading actions in 
the second panel (the one to the right
  - Swipe from left to right to reveal the action

  Expected behavior:
  - Action icon is visible but not overflowing to the panel on the left

  What actually happens:
  - The contents of the left panel get covered by the action item's background 
(see attached screenshot)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/messaging-app/+bug/1597929/+subscriptions

-- 
Mailing list: https://launchpad.net/~ubuntu-sdk-bugs
Post to : ubuntu-sdk-bugs@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-sdk-bugs
More help   : https://help.launchpad.net/ListHelp


[Ubuntu-sdk-bugs] [Bug 1597672] [NEW] ubuntu-ui-toolkit-launcher doesn't support Window as root item

2016-06-30 Thread Christian Dywan
Public bug reported:

Using a QtQuick.Window as a root item with ubuntu-ui-toolkit-launcher
results in an error loading the QML:

import QtQuick 2.4
import QtQuick.Window 2.2
import Ubuntu.Components 1.3
Window {
title: "Hello World"
minimumWidth: units.gu(30)
minimumHeight: units.gu(50)
maximumWidth: units.gu(90)
maximumHeight: units.gu(120)
MainView {
applicationName: "Hello World"
}
}

QQuickView only supports loading of root objects that derive from QQuickItem. 
If your example is using QML 2, (such as qmlscene) and the .qml file you 
loaded has 'import QtQuick 1.0' or Qt 4.7', this error will occur. 
To load files with 'import QtQuick 1.0' or Qt 4.7', use the 
QDeclarativeView class in the Qt Quick 1 module.

That same piece of code works with qmlscene.

See also bug 1587431.

** Affects: ubuntu-ui-toolkit (Ubuntu)
 Importance: High
 Assignee: Christian Dywan (kalikiana)
 Status: Confirmed

-- 
You received this bug notification because you are a member of Ubuntu
SDK bug tracking, which is subscribed to ubuntu-ui-toolkit in Ubuntu.
https://bugs.launchpad.net/bugs/1597672

Title:
  ubuntu-ui-toolkit-launcher doesn't support Window as root item

Status in ubuntu-ui-toolkit package in Ubuntu:
  Confirmed

Bug description:
  Using a QtQuick.Window as a root item with ubuntu-ui-toolkit-launcher
  results in an error loading the QML:

  import QtQuick 2.4
  import QtQuick.Window 2.2
  import Ubuntu.Components 1.3
  Window {
  title: "Hello World"
  minimumWidth: units.gu(30)
  minimumHeight: units.gu(50)
  maximumWidth: units.gu(90)
  maximumHeight: units.gu(120)
  MainView {
  applicationName: "Hello World"
  }
  }

  QQuickView only supports loading of root objects that derive from QQuickItem. 
  If your example is using QML 2, (such as qmlscene) and the .qml file you 
  loaded has 'import QtQuick 1.0' or Qt 4.7', this error will occur. 
  To load files with 'import QtQuick 1.0' or Qt 4.7', use the 
  QDeclarativeView class in the Qt Quick 1 module.

  That same piece of code works with qmlscene.

  See also bug 1587431.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ubuntu-ui-toolkit/+bug/1597672/+subscriptions

-- 
Mailing list: https://launchpad.net/~ubuntu-sdk-bugs
Post to : ubuntu-sdk-bugs@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-sdk-bugs
More help   : https://help.launchpad.net/ListHelp


[Ubuntu-sdk-bugs] [Bug 1595461] Re: API file uses namespace inconsistently

2016-06-27 Thread Christian Dywan
** Also affects: ubuntu-sdk-api
   Importance: Undecided
   Status: New

-- 
You received this bug notification because you are a member of Ubuntu
SDK bug tracking, which is subscribed to ubuntu-ui-toolkit in Ubuntu.
https://bugs.launchpad.net/bugs/1595461

Title:
  API file uses namespace inconsistently

Status in Ubuntu SDK API:
  New
Status in ubuntu-ui-toolkit package in Ubuntu:
  Confirmed

Bug description:
  With the recent move of c++ types from Ubuntu.Components plugin into
  UbuntuToolkit and embedding them into a namespace caused API dump to
  use the namespace inconsistently. In some places has a "." in other
  places a "::".

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-sdk-api/+bug/1595461/+subscriptions

-- 
Mailing list: https://launchpad.net/~ubuntu-sdk-bugs
Post to : ubuntu-sdk-bugs@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-sdk-bugs
More help   : https://help.launchpad.net/ListHelp


[Ubuntu-sdk-bugs] [Bug 1596601] Re: Show the module of the parent component in components.api

2016-06-27 Thread Christian Dywan
** Changed in: ubuntu-ui-toolkit (Ubuntu)
 Assignee: (unassigned) => Christian Dywan (kalikiana)

** Also affects: ubuntu-sdk-api
   Importance: Undecided
   Status: New

-- 
You received this bug notification because you are a member of Ubuntu
SDK bug tracking, which is subscribed to ubuntu-ui-toolkit in Ubuntu.
https://bugs.launchpad.net/bugs/1596601

Title:
  Show the module of the parent component in components.api

Status in Ubuntu SDK API:
  New
Status in ubuntu-ui-toolkit package in Ubuntu:
  Confirmed

Bug description:
  Lines like this in components.api can be ambiguous:

  Ubuntu.Components.Pickers.Dialer 1.3: StyledItem
  Ubuntu.Layouts.Layouts 1.0 0.1 ULLayouts: Item

  It is better to also show the module for the parent component, like
  this:

  Ubuntu.Components.Pickers.Dialer 1.3: Ubuntu.Components.StyledItem
  Ubuntu.Layouts.Layouts 1.0 0.1 ULLayouts: QtQuick.Item

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-sdk-api/+bug/1596601/+subscriptions

-- 
Mailing list: https://launchpad.net/~ubuntu-sdk-bugs
Post to : ubuntu-sdk-bugs@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-sdk-bugs
More help   : https://help.launchpad.net/ListHelp


[Ubuntu-sdk-bugs] [Bug 1596536] [NEW] fatal error: TimeSource: No such file or directory

2016-06-27 Thread Christian Dywan
Public bug reported:

fatal error: TimeSource: No such file or directory

The C++ API bits from the UI Toolkit lost their uppercase aliases.
Unsurprisingly anyone using those can't build anymore even though the
headers still exist.

** Affects: ubuntu-ui-toolkit (Ubuntu)
 Importance: Critical
 Status: New

-- 
You received this bug notification because you are a member of Ubuntu
SDK bug tracking, which is subscribed to ubuntu-ui-toolkit in Ubuntu.
https://bugs.launchpad.net/bugs/1596536

Title:
  fatal error: TimeSource: No such file or directory

Status in ubuntu-ui-toolkit package in Ubuntu:
  New

Bug description:
  fatal error: TimeSource: No such file or directory

  The C++ API bits from the UI Toolkit lost their uppercase aliases.
  Unsurprisingly anyone using those can't build anymore even though the
  headers still exist.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ubuntu-ui-toolkit/+bug/1596536/+subscriptions

-- 
Mailing list: https://launchpad.net/~ubuntu-sdk-bugs
Post to : ubuntu-sdk-bugs@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-sdk-bugs
More help   : https://help.launchpad.net/ListHelp


[Ubuntu-sdk-bugs] [Bug 1594281] Re: Can't override overflow menu delegate in ActionBar

2016-06-20 Thread Christian Dywan
** Also affects: ubuntu-ui-toolkit
   Importance: Undecided
   Status: New

** Project changed: ubuntu-ui-toolkit => ubuntu-ux

** Description changed:

  I'm looking to implement an overflow menu with headers and selected
  items, as used in Dekko and Telegram. For that I need to override the
  delegate of the leadingActionBar - otherwise I'd have to replace the
  whole menu.
+ 
+ As far as possible we should also aim to implement headers and selected state 
in the menu item default delegate, exclusive action groups will help with that.
+ That also needs design input.

** Attachment added: "02-menu.png"
   
https://bugs.launchpad.net/ubuntu-ux/+bug/1594281/+attachment/4687155/+files/02-menu.png

-- 
You received this bug notification because you are a member of Ubuntu
SDK bug tracking, which is subscribed to ubuntu-ui-toolkit in Ubuntu.
https://bugs.launchpad.net/bugs/1594281

Title:
  Can't override overflow menu delegate in ActionBar

Status in Ubuntu UX:
  New
Status in ubuntu-ui-toolkit package in Ubuntu:
  Confirmed

Bug description:
  I'm looking to implement an overflow menu with headers and selected
  items, as used in Dekko and Telegram. For that I need to override the
  delegate of the leadingActionBar - otherwise I'd have to replace the
  whole menu.

  As far as possible we should also aim to implement headers and selected state 
in the menu item default delegate, exclusive action groups will help with that.
  That also needs design input.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-ux/+bug/1594281/+subscriptions

-- 
Mailing list: https://launchpad.net/~ubuntu-sdk-bugs
Post to : ubuntu-sdk-bugs@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-sdk-bugs
More help   : https://help.launchpad.net/ListHelp


[Ubuntu-sdk-bugs] [Bug 1594281] [NEW] Can't override overflow menu delegate in ActionBar

2016-06-20 Thread Christian Dywan
Public bug reported:

I'm looking to implement an overflow menu with headers and selected
items, as used in Dekko and Telegram. For that I need to override the
delegate of the trailingActionBar - otherwise I'd have to replace the
whole menu.

** Affects: ubuntu-ui-toolkit (Ubuntu)
 Importance: Undecided
 Status: New

-- 
You received this bug notification because you are a member of Ubuntu
SDK bug tracking, which is subscribed to ubuntu-ui-toolkit in Ubuntu.
https://bugs.launchpad.net/bugs/1594281

Title:
  Can't override overflow menu delegate in ActionBar

Status in ubuntu-ui-toolkit package in Ubuntu:
  New

Bug description:
  I'm looking to implement an overflow menu with headers and selected
  items, as used in Dekko and Telegram. For that I need to override the
  delegate of the trailingActionBar - otherwise I'd have to replace the
  whole menu.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ubuntu-ui-toolkit/+bug/1594281/+subscriptions

-- 
Mailing list: https://launchpad.net/~ubuntu-sdk-bugs
Post to : ubuntu-sdk-bugs@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-sdk-bugs
More help   : https://help.launchpad.net/ListHelp


[Ubuntu-sdk-bugs] [Bug 1589896] Re: Labels should change mouse pointer over links to hand

2016-06-07 Thread Christian Dywan
** No longer affects: ubuntu-ux

-- 
You received this bug notification because you are a member of Ubuntu
SDK bug tracking, which is subscribed to ubuntu-ui-toolkit in Ubuntu.
https://bugs.launchpad.net/bugs/1589896

Title:
  Labels should change mouse pointer over links to hand

Status in ubuntu-ui-toolkit package in Ubuntu:
  New

Bug description:
  By default, when using links in a label, the mouse pointer doesn't
  change when hovering a link.

  Label {
  text: 'http://www.ubuntu.com;>Ubuntu Website'
  textFormat: Text.StyledText
  onLinkActivated: Qt.openUrlExternally(link)
  }

  See also bug 1589895.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ubuntu-ui-toolkit/+bug/1589896/+subscriptions

-- 
Mailing list: https://launchpad.net/~ubuntu-sdk-bugs
Post to : ubuntu-sdk-bugs@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-sdk-bugs
More help   : https://help.launchpad.net/ListHelp


[Ubuntu-sdk-bugs] [Bug 1589982] [NEW] QWARN : tst_Page::testAnchorToPage_bug1249386() qml/Ubuntu/Components/Themes/Ambiance/1.2/ToolbarButtonStyle.qml:34:9: QML QQuickImage: Cannot open: qml/Ubuntu/Co

2016-06-07 Thread Christian Dywan
Public bug reported:

The back button in MainView 1.2 (0.1, 1.0, "1.1" which are all the same)
is broken:

import QtQuick 2.0
import Ubuntu.Components 1.1

MainView {
width: units.gu(20)
height: units.gu(40)

Page {
id: page
Rectangle {
color: "red"
anchors.fill: page
}
}
}

This is from tests/unit/page/AnchorToPage.qml

QWARN  : tst_Page::testAnchorToPage_bug1249386()
qml/Ubuntu/Components/Themes/Ambiance/1.2/ToolbarButtonStyle.qml:34:9:
QML QQuickImage: Cannot open: qml/Ubuntu/Components/artwork/back.png

There's indeed no artwork/back.png in the source tree.

** Affects: ubuntu-ui-toolkit (Ubuntu)
 Importance: High
 Assignee: Tim Peeters (tpeeters)
 Status: New

-- 
You received this bug notification because you are a member of Ubuntu
SDK bug tracking, which is subscribed to ubuntu-ui-toolkit in Ubuntu.
https://bugs.launchpad.net/bugs/1589982

Title:
  QWARN  : tst_Page::testAnchorToPage_bug1249386()
  qml/Ubuntu/Components/Themes/Ambiance/1.2/ToolbarButtonStyle.qml:34:9:
  QML QQuickImage: Cannot open: qml/Ubuntu/Components/artwork/back.png

Status in ubuntu-ui-toolkit package in Ubuntu:
  New

Bug description:
  The back button in MainView 1.2 (0.1, 1.0, "1.1" which are all the
  same) is broken:

  import QtQuick 2.0
  import Ubuntu.Components 1.1

  MainView {
  width: units.gu(20)
  height: units.gu(40)

  Page {
  id: page
  Rectangle {
  color: "red"
  anchors.fill: page
  }
  }
  }

  This is from tests/unit/page/AnchorToPage.qml

  QWARN  : tst_Page::testAnchorToPage_bug1249386()
  qml/Ubuntu/Components/Themes/Ambiance/1.2/ToolbarButtonStyle.qml:34:9:
  QML QQuickImage: Cannot open: qml/Ubuntu/Components/artwork/back.png

  There's indeed no artwork/back.png in the source tree.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ubuntu-ui-toolkit/+bug/1589982/+subscriptions

-- 
Mailing list: https://launchpad.net/~ubuntu-sdk-bugs
Post to : ubuntu-sdk-bugs@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-sdk-bugs
More help   : https://help.launchpad.net/ListHelp


[Ubuntu-sdk-bugs] [Bug 1584356] Re: Difficulty with text selection in BQ M10 Tablet

2016-06-07 Thread Christian Dywan
** Also affects: ubuntu-ux
   Importance: Undecided
   Status: New

-- 
You received this bug notification because you are a member of Ubuntu
SDK bug tracking, which is subscribed to ubuntu-ui-toolkit in Ubuntu.
https://bugs.launchpad.net/bugs/1584356

Title:
  Difficulty with text selection in BQ M10 Tablet

Status in Canonical System Image:
  Confirmed
Status in Ubuntu UX:
  New
Status in ubuntu-ui-toolkit package in Ubuntu:
  New

Bug description:
  First bug report on M10 so forgive if I am doing anything wrong.  I am
  just having no luck on getting complex text selected - stuff like
  mathematical expressions or passwords where there is a mix of
  alphabetical symbols, numerals, and punctuation in plain text with no
  spaces.  Among other reasons this is important to me is that I use
  massive long passwords and sometimes have to copy them from one place
  to another, and math/sql/similar expressions are a mess to handle too.
  What selects is portions of the text, but the selection will not
  expand to the whole thing.

To manage notifications about this bug go to:
https://bugs.launchpad.net/canonical-devices-system-image/+bug/1584356/+subscriptions

-- 
Mailing list: https://launchpad.net/~ubuntu-sdk-bugs
Post to : ubuntu-sdk-bugs@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-sdk-bugs
More help   : https://help.launchpad.net/ListHelp


[Ubuntu-sdk-bugs] [Bug 1589896] [NEW] Labels should change mouse pointer over links to hand

2016-06-07 Thread Christian Dywan
Public bug reported:

By default, when using links in a label, the mouse pointer doesn't
change when hovering a link.

Label {
text: 'http://www.ubuntu.com;>Ubuntu Website'
textFormat: Text.StyledText
onLinkActivated: Qt.openUrlExternally(link)
}

See also bug 1589895.

** Affects: ubuntu-ux
 Importance: Undecided
 Status: New

** Affects: ubuntu-ui-toolkit (Ubuntu)
 Importance: Undecided
 Status: New

** Also affects: ubuntu-ui-toolkit (Ubuntu)
   Importance: Undecided
   Status: New

-- 
You received this bug notification because you are a member of Ubuntu
SDK bug tracking, which is subscribed to ubuntu-ui-toolkit in Ubuntu.
https://bugs.launchpad.net/bugs/1589896

Title:
  Labels should change mouse pointer over links to hand

Status in Ubuntu UX:
  New
Status in ubuntu-ui-toolkit package in Ubuntu:
  New

Bug description:
  By default, when using links in a label, the mouse pointer doesn't
  change when hovering a link.

  Label {
  text: 'http://www.ubuntu.com;>Ubuntu Website'
  textFormat: Text.StyledText
  onLinkActivated: Qt.openUrlExternally(link)
  }

  See also bug 1589895.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-ux/+bug/1589896/+subscriptions

-- 
Mailing list: https://launchpad.net/~ubuntu-sdk-bugs
Post to : ubuntu-sdk-bugs@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-sdk-bugs
More help   : https://help.launchpad.net/ListHelp


[Ubuntu-sdk-bugs] [Bug 1589895] [NEW] Label should have readable themed link color

2016-06-07 Thread Christian Dywan
Public bug reported:

By default, when using links in a label, the color is not taken from the
palette, and becomes unreadable in SuruDark.

Label {
text: 'http://www.ubuntu.com;>Ubuntu Website'
textFormat: Text.StyledText
onLinkActivated: Qt.openUrlExternally(link)
}

There's no palette value for this use-case. A work-around is to use
"linkColor: UbuntuColors.orange" which works for both standard themes.

See also bug 1589896.

** Affects: ubuntu-ux
 Importance: Undecided
 Status: New

** Affects: ubuntu-ui-toolkit (Ubuntu)
 Importance: Undecided
 Status: New

** Also affects: ubuntu-ux
   Importance: Undecided
   Status: New

** Description changed:

  By default, when using links in a label, the color is not taken from the
  palette, and becomes unreadable in SuruDark.
  
  Label {
- text: 'http://www.ubuntu.com;>Ubuntu Website'
- textFormat: Text.StyledText
- onLinkActivated: Qt.openUrlExternally(link)
+ text: 'http://www.ubuntu.com;>Ubuntu Website'
+ textFormat: Text.StyledText
+ onLinkActivated: Qt.openUrlExternally(link)
  }
  
  There's no palette value for this use-case. A work-around is to use
  "linkColor: UbuntuColors.orange" which works for both standard themes.
+ 
+ See also bug 1589896.

-- 
You received this bug notification because you are a member of Ubuntu
SDK bug tracking, which is subscribed to ubuntu-ui-toolkit in Ubuntu.
https://bugs.launchpad.net/bugs/1589895

Title:
  Label should have readable themed link color

Status in Ubuntu UX:
  New
Status in ubuntu-ui-toolkit package in Ubuntu:
  New

Bug description:
  By default, when using links in a label, the color is not taken from
  the palette, and becomes unreadable in SuruDark.

  Label {
  text: 'http://www.ubuntu.com;>Ubuntu Website'
  textFormat: Text.StyledText
  onLinkActivated: Qt.openUrlExternally(link)
  }

  There's no palette value for this use-case. A work-around is to use
  "linkColor: UbuntuColors.orange" which works for both standard themes.

  See also bug 1589896.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-ux/+bug/1589895/+subscriptions

-- 
Mailing list: https://launchpad.net/~ubuntu-sdk-bugs
Post to : ubuntu-sdk-bugs@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-sdk-bugs
More help   : https://help.launchpad.net/ListHelp


[Ubuntu-sdk-bugs] [Bug 1588837] [NEW] qml/Ubuntu/Components/1.3/PageHeader.qml:123: TypeError: Cannot read property 'titleComponent' of null

2016-06-03 Thread Christian Dywan
Public bug reported:

Page {
id: bufferPage
header: PageHeader {
title: "foo"
subtitle: "bar"
}
}

Setting PageHeader.subtitle is racy and produces the following errors on
startup:

file:///usr/lib/x86_64-linux-
gnu/qt5/qml/Ubuntu/Components/1.3/PageHeader.qml:123: TypeError: Cannot
read property 'titleComponent' of null

** Affects: ubuntu-ui-toolkit (Ubuntu)
 Importance: Undecided
 Assignee: Tim Peeters (tpeeters)
 Status: New

** Description changed:

  Page {
- id: bufferPage
- header: PageHeader {
- title: "foo"
- subtitle: "bar"
- }
+ id: bufferPage
+ header: PageHeader {
+ title: "foo"
+ subtitle: "bar"
+ }
  }
  
  Setting PageHeader.subtitle is racy and produces the following errors on
  startup:
  
- 
file:///usr/lib/x86_64-linux-gnu/qt5/qml/Ubuntu/Components/1.3/PageHeader.qml:123:
 TypeError: Cannot read property 'titleComponent' of null 
- 
file:///usr/lib/x86_64-linux-gnu/qt5/qml/Ubuntu/Components/1.3/PageHeader.qml:123:
 TypeError: Cannot read property 'titleComponent' of null
+ file:///usr/lib/x86_64-linux-
+ gnu/qt5/qml/Ubuntu/Components/1.3/PageHeader.qml:123: TypeError: Cannot
+ read property 'titleComponent' of null

-- 
You received this bug notification because you are a member of Ubuntu
SDK bug tracking, which is subscribed to ubuntu-ui-toolkit in Ubuntu.
https://bugs.launchpad.net/bugs/1588837

Title:
  qml/Ubuntu/Components/1.3/PageHeader.qml:123: TypeError: Cannot read
  property 'titleComponent' of null

Status in ubuntu-ui-toolkit package in Ubuntu:
  New

Bug description:
  Page {
  id: bufferPage
  header: PageHeader {
  title: "foo"
  subtitle: "bar"
  }
  }

  Setting PageHeader.subtitle is racy and produces the following errors
  on startup:

  file:///usr/lib/x86_64-linux-
  gnu/qt5/qml/Ubuntu/Components/1.3/PageHeader.qml:123: TypeError:
  Cannot read property 'titleComponent' of null

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ubuntu-ui-toolkit/+bug/1588837/+subscriptions

-- 
Mailing list: https://launchpad.net/~ubuntu-sdk-bugs
Post to : ubuntu-sdk-bugs@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-sdk-bugs
More help   : https://help.launchpad.net/ListHelp


[Ubuntu-sdk-bugs] [Bug 1588300] [NEW] The gallery can not (no longer) be run from QtCreator

2016-06-02 Thread Christian Dywan
Public bug reported:

The fix for bug 1523093 which was a side-effect of adding a TARGET to
run the toolkit gallery was to remove said TARGET. So we're back to
having to find the correct way of implementing that - this time without
side effects preferably.

** Affects: ubuntu-ui-toolkit (Ubuntu)
 Importance: Undecided
 Status: New

-- 
You received this bug notification because you are a member of Ubuntu
SDK bug tracking, which is subscribed to ubuntu-ui-toolkit in Ubuntu.
https://bugs.launchpad.net/bugs/1588300

Title:
  The gallery can not (no longer) be run from QtCreator

Status in ubuntu-ui-toolkit package in Ubuntu:
  New

Bug description:
  The fix for bug 1523093 which was a side-effect of adding a TARGET to
  run the toolkit gallery was to remove said TARGET. So we're back to
  having to find the correct way of implementing that - this time
  without side effects preferably.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ubuntu-ui-toolkit/+bug/1588300/+subscriptions

-- 
Mailing list: https://launchpad.net/~ubuntu-sdk-bugs
Post to : ubuntu-sdk-bugs@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-sdk-bugs
More help   : https://help.launchpad.net/ListHelp


[Ubuntu-sdk-bugs] [Bug 1588172] [NEW] qml/Ubuntu/Components/1.3/AdaptivePageLayout.qml:828: TypeError: Cannot read property 'header' of null

2016-06-02 Thread Christian Dywan
Public bug reported:

Using the AdaptivePageLayout in something other than a MainView causes it to 
look for a header that isn't there even if all Page's use their own header.
Note: Functionally this works fine.

Item {
AdaptivePageLayout {
anchors.fill: parent
primaryPage: Page {
header: PageHeader {
}
}
}
}

qml/Ubuntu/Components/1.3/AdaptivePageLayout.qml:828: TypeError: Cannot read 
property 'header' of null
qml/Ubuntu/Components/1.3/AdaptivePageLayout.qml:827: TypeError: Cannot read 
property 'header' of null
qml/Ubuntu/Components/1.3/AdaptivePageLayout.qml:826: TypeError: Cannot read 
property 'header' of null

This occurs with a hypothetical MainView alternative (bug 1587431) as
well as a custom root component tailored to the app.

** Affects: ubuntu-ui-toolkit (Ubuntu)
 Importance: Undecided
 Assignee: Tim Peeters (tpeeters)
 Status: New

** Changed in: ubuntu-ui-toolkit (Ubuntu)
 Assignee: (unassigned) => Tim Peeters (tpeeters)

-- 
You received this bug notification because you are a member of Ubuntu
SDK bug tracking, which is subscribed to ubuntu-ui-toolkit in Ubuntu.
https://bugs.launchpad.net/bugs/1588172

Title:
  qml/Ubuntu/Components/1.3/AdaptivePageLayout.qml:828: TypeError:
  Cannot read property 'header' of null

Status in ubuntu-ui-toolkit package in Ubuntu:
  New

Bug description:
  Using the AdaptivePageLayout in something other than a MainView causes it to 
look for a header that isn't there even if all Page's use their own header.
  Note: Functionally this works fine.

  Item {
  AdaptivePageLayout {
  anchors.fill: parent
  primaryPage: Page {
  header: PageHeader {
  }
  }
  }
  }

  qml/Ubuntu/Components/1.3/AdaptivePageLayout.qml:828: TypeError: Cannot read 
property 'header' of null
  qml/Ubuntu/Components/1.3/AdaptivePageLayout.qml:827: TypeError: Cannot read 
property 'header' of null
  qml/Ubuntu/Components/1.3/AdaptivePageLayout.qml:826: TypeError: Cannot read 
property 'header' of null

  This occurs with a hypothetical MainView alternative (bug 1587431) as
  well as a custom root component tailored to the app.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ubuntu-ui-toolkit/+bug/1588172/+subscriptions

-- 
Mailing list: https://launchpad.net/~ubuntu-sdk-bugs
Post to : ubuntu-sdk-bugs@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-sdk-bugs
More help   : https://help.launchpad.net/ListHelp


[Ubuntu-sdk-bugs] [Bug 1587434] [NEW] Introduce new shapes to the Labs namespace

2016-05-31 Thread Christian Dywan
Public bug reported:

We have some new shapes components in the Private namespace which should
eventually be made available as stable APIs. Those should be moved to
Labs (bug 1587429) so they can easily be tested and eventually discussed
for promotion.

** Affects: ubuntu-ui-toolkit (Ubuntu)
 Importance: Undecided
 Assignee: Loïc Molinari (loic.molinari)
 Status: New

-- 
You received this bug notification because you are a member of Ubuntu
SDK bug tracking, which is subscribed to ubuntu-ui-toolkit in Ubuntu.
https://bugs.launchpad.net/bugs/1587434

Title:
  Introduce new shapes to the Labs namespace

Status in ubuntu-ui-toolkit package in Ubuntu:
  New

Bug description:
  We have some new shapes components in the Private namespace which
  should eventually be made available as stable APIs. Those should be
  moved to Labs (bug 1587429) so they can easily be tested and
  eventually discussed for promotion.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ubuntu-ui-toolkit/+bug/1587434/+subscriptions

-- 
Mailing list: https://launchpad.net/~ubuntu-sdk-bugs
Post to : ubuntu-sdk-bugs@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-sdk-bugs
More help   : https://help.launchpad.net/ListHelp


[Ubuntu-sdk-bugs] [Bug 1587429] [NEW] Introduce Ubuntu.Components.Labs namespace

2016-05-31 Thread Christian Dywan
Public bug reported:

As has been discussed before we want to introduce new components under
the Ubuntu.Components.Labs namespace to be able to preview in-
development code, make it easy to try out but without any sort of
guarantee on stability - everything in there can and will change or
disappear at any point in time. In practise candidates for
Ubuntu.Components proper should be introduce under Labs and moved once
they're ready.

** Affects: ubuntu-ui-toolkit (Ubuntu)
 Importance: Undecided
 Status: New

-- 
You received this bug notification because you are a member of Ubuntu
SDK bug tracking, which is subscribed to ubuntu-ui-toolkit in Ubuntu.
https://bugs.launchpad.net/bugs/1587429

Title:
  Introduce Ubuntu.Components.Labs namespace

Status in ubuntu-ui-toolkit package in Ubuntu:
  New

Bug description:
  As has been discussed before we want to introduce new components under
  the Ubuntu.Components.Labs namespace to be able to preview in-
  development code, make it easy to try out but without any sort of
  guarantee on stability - everything in there can and will change or
  disappear at any point in time. In practise candidates for
  Ubuntu.Components proper should be introduce under Labs and moved once
  they're ready.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ubuntu-ui-toolkit/+bug/1587429/+subscriptions

-- 
Mailing list: https://launchpad.net/~ubuntu-sdk-bugs
Post to : ubuntu-sdk-bugs@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-sdk-bugs
More help   : https://help.launchpad.net/ListHelp


[Ubuntu-sdk-bugs] [Bug 1587431] [NEW] Introduce MainWindow component

2016-05-31 Thread Christian Dywan
Public bug reported:

Currently MainView is the recommended root item as it takes care of
things like folder setup and anchoring to the OSK. Apps need more
control over the containing window, so a MainWindow component would make
sense. While we're at it we should use the opportunity to start fresh
with its internals and do it in C++ right away. Also providing native
properties for "units" and perhaps "theme".

** Affects: ubuntu-ui-toolkit (Ubuntu)
 Importance: Undecided
 Status: New

-- 
You received this bug notification because you are a member of Ubuntu
SDK bug tracking, which is subscribed to ubuntu-ui-toolkit in Ubuntu.
https://bugs.launchpad.net/bugs/1587431

Title:
  Introduce MainWindow component

Status in ubuntu-ui-toolkit package in Ubuntu:
  New

Bug description:
  Currently MainView is the recommended root item as it takes care of
  things like folder setup and anchoring to the OSK. Apps need more
  control over the containing window, so a MainWindow component would
  make sense. While we're at it we should use the opportunity to start
  fresh with its internals and do it in C++ right away. Also providing
  native properties for "units" and perhaps "theme".

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ubuntu-ui-toolkit/+bug/1587431/+subscriptions

-- 
Mailing list: https://launchpad.net/~ubuntu-sdk-bugs
Post to : ubuntu-sdk-bugs@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-sdk-bugs
More help   : https://help.launchpad.net/ListHelp


[Ubuntu-sdk-bugs] [Bug 1545526] Re: Login screen password text is slightly above where it should be

2016-05-23 Thread Christian Dywan
*** This bug is a duplicate of bug 1571576 ***
https://bugs.launchpad.net/bugs/1571576

** This bug is no longer a duplicate of bug 1531293
   [desktop] Address text is poorly aligned
** This bug has been marked a duplicate of bug 1571576
   Text in TextField not vertically centered

-- 
You received this bug notification because you are a member of Ubuntu
SDK bug tracking, which is subscribed to ubuntu-ui-toolkit in Ubuntu.
https://bugs.launchpad.net/bugs/1545526

Title:
  Login screen password text is slightly above where it should be

Status in ubuntu-ui-toolkit package in Ubuntu:
  New
Status in unity8 package in Ubuntu:
  New

Bug description:
  See attached photo taken with my phone camera illustrating the issue.
  Basically, the login screen password text and cursor are not
  vertically centered.

  ProblemType: Bug
  DistroRelease: Ubuntu 16.04
  Package: unity8-desktop-session-mir 1.0.12+15.10.20150609-0ubuntu1
  ProcVersionSignature: Ubuntu 4.4.0-4.19-generic 4.4.1
  Uname: Linux 4.4.0-4-generic x86_64
  ApportVersion: 2.19.4-0ubuntu2
  Architecture: amd64
  CurrentDesktop: Unity
  Date: Sun Feb 14 17:22:18 2016
  InstallationDate: Installed on 2015-12-19 (57 days ago)
  InstallationMedia: Ubuntu 16.04 LTS "Xenial Xerus" - Alpha amd64 (20151209)
  PackageArchitecture: all
  SourcePackage: unity8-desktop-session
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ubuntu-ui-toolkit/+bug/1545526/+subscriptions

-- 
Mailing list: https://launchpad.net/~ubuntu-sdk-bugs
Post to : ubuntu-sdk-bugs@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-sdk-bugs
More help   : https://help.launchpad.net/ListHelp


[Ubuntu-sdk-bugs] [Bug 1583636] [NEW] Missing Page.header in APL should cause message or color change

2016-05-19 Thread Christian Dywan
Public bug reported:

AdaptivePageLayout still supports legacy Page's from 1.2 times that
don't specify a header. Eventually that's going to stop working.

addPageToCurrent/NextColumn should show a warning if no header is
defined.

** Affects: ubuntu-ui-toolkit (Ubuntu)
 Importance: Undecided
 Assignee: Tim Peeters (tpeeters)
 Status: New

** Changed in: ubuntu-ui-toolkit (Ubuntu)
 Assignee: (unassigned) => Tim Peeters (tpeeters)

-- 
You received this bug notification because you are a member of Ubuntu
SDK bug tracking, which is subscribed to ubuntu-ui-toolkit in Ubuntu.
https://bugs.launchpad.net/bugs/1583636

Title:
  Missing Page.header in APL should cause message or color change

Status in ubuntu-ui-toolkit package in Ubuntu:
  New

Bug description:
  AdaptivePageLayout still supports legacy Page's from 1.2 times that
  don't specify a header. Eventually that's going to stop working.

  addPageToCurrent/NextColumn should show a warning if no header is
  defined.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ubuntu-ui-toolkit/+bug/1583636/+subscriptions

-- 
Mailing list: https://launchpad.net/~ubuntu-sdk-bugs
Post to : ubuntu-sdk-bugs@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-sdk-bugs
More help   : https://help.launchpad.net/ListHelp


[Ubuntu-sdk-bugs] [Bug 1583633] [NEW] addPageToCurrent/NextColumn behaves funny with a non-Page

2016-05-19 Thread Christian Dywan
Public bug reported:

It's currently possible to add any Item to AdaptivePageLayout via
addPageToCurrent/NextColumn but in practise there's no title and a
"Back" action that doesn't do anything.

There should be an error message and the non-Page shouldn't be added to
the APL at all.

** Affects: ubuntu-ui-toolkit (Ubuntu)
 Importance: Undecided
 Assignee: Tim Peeters (tpeeters)
 Status: New

** Changed in: ubuntu-ui-toolkit (Ubuntu)
 Assignee: (unassigned) => Tim Peeters (tpeeters)

-- 
You received this bug notification because you are a member of Ubuntu
SDK bug tracking, which is subscribed to ubuntu-ui-toolkit in Ubuntu.
https://bugs.launchpad.net/bugs/1583633

Title:
  addPageToCurrent/NextColumn behaves funny with a non-Page

Status in ubuntu-ui-toolkit package in Ubuntu:
  New

Bug description:
  It's currently possible to add any Item to AdaptivePageLayout via
  addPageToCurrent/NextColumn but in practise there's no title and a
  "Back" action that doesn't do anything.

  There should be an error message and the non-Page shouldn't be added
  to the APL at all.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ubuntu-ui-toolkit/+bug/1583633/+subscriptions

-- 
Mailing list: https://launchpad.net/~ubuntu-sdk-bugs
Post to : ubuntu-sdk-bugs@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-sdk-bugs
More help   : https://help.launchpad.net/ListHelp


[Ubuntu-sdk-bugs] [Bug 1583543] [NEW] Scrollbars overlap TextArea frame

2016-05-19 Thread Christian Dywan
Public bug reported:

As bug 1526726 was merged prematurely staging has working scrollbars in
TextArea but most importantly the scrollbars overlap the frame of the
TextArea. This needs to be fixed asap - worst case it needs to be
reverted before the next OTA.

** Affects: ubuntu-ui-toolkit (Ubuntu)
 Importance: High
 Assignee: Christian Dywan (kalikiana)
 Status: Confirmed

-- 
You received this bug notification because you are a member of Ubuntu
SDK bug tracking, which is subscribed to ubuntu-ui-toolkit in Ubuntu.
https://bugs.launchpad.net/bugs/1583543

Title:
  Scrollbars overlap TextArea frame

Status in ubuntu-ui-toolkit package in Ubuntu:
  Confirmed

Bug description:
  As bug 1526726 was merged prematurely staging has working scrollbars
  in TextArea but most importantly the scrollbars overlap the frame of
  the TextArea. This needs to be fixed asap - worst case it needs to be
  reverted before the next OTA.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ubuntu-ui-toolkit/+bug/1583543/+subscriptions

-- 
Mailing list: https://launchpad.net/~ubuntu-sdk-bugs
Post to : ubuntu-sdk-bugs@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-sdk-bugs
More help   : https://help.launchpad.net/ListHelp


[Ubuntu-sdk-bugs] [Bug 1577828] Re: ActivityIndicator should respect theme activity color (i.e. it should be blue)

2016-05-13 Thread Christian Dywan
The component is using an image, not a color. But it's not hard-coded as
this is part of the theme rather than the component. We need to clarify
with design if the color should be updated.

** Also affects: ubuntu-ux
   Importance: Undecided
   Status: New

-- 
You received this bug notification because you are a member of Ubuntu
SDK bug tracking, which is subscribed to ubuntu-ui-toolkit in Ubuntu.
https://bugs.launchpad.net/bugs/1577828

Title:
  ActivityIndicator should respect theme activity color (i.e. it should
  be blue)

Status in Ubuntu UX:
  New
Status in ubuntu-ui-toolkit package in Ubuntu:
  New

Bug description:
  ActivityIndicator should use the color specified by
  theme.palette.normal.activity instead of hard coding orange, which is
  supposed to be used to indicate focus, not activity.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-ux/+bug/1577828/+subscriptions

-- 
Mailing list: https://launchpad.net/~ubuntu-sdk-bugs
Post to : ubuntu-sdk-bugs@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-sdk-bugs
More help   : https://help.launchpad.net/ListHelp


[Ubuntu-sdk-bugs] [Bug 1580479] Re: Feature request: prevent sleep when on USB power

2016-05-13 Thread Christian Dywan
** Package changed: ubuntu-ui-toolkit (Ubuntu) => ubuntu-system-settings
(Ubuntu)

-- 
You received this bug notification because you are a member of Ubuntu
SDK bug tracking, which is subscribed to ubuntu-ui-toolkit in Ubuntu.
https://bugs.launchpad.net/bugs/1580479

Title:
  Feature request: prevent sleep when on USB power

Status in ubuntu-system-settings package in Ubuntu:
  New

Bug description:
  Also posted here: http://askubuntu.com/questions/767642/how-to-
  prevent-sleep-keep-screen-on-when-on-usb-power-for-ubuntu-touch-
  devices

  On Android devices, there is an option Settings > Developer Options >
  Stay awake when charging which keeps the device ON (prevents sleep)
  even if the device is not touched, when the device is connected via
  USB and is charging.

  Can there something similar be implemented for Ubuntu Touch OS
  devices?

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ubuntu-system-settings/+bug/1580479/+subscriptions

-- 
Mailing list: https://launchpad.net/~ubuntu-sdk-bugs
Post to : ubuntu-sdk-bugs@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-sdk-bugs
More help   : https://help.launchpad.net/ListHelp


[Ubuntu-sdk-bugs] [Bug 1579751] Re: [Wishlist] Option to make BottomEdge Non-Modal

2016-05-13 Thread Christian Dywan
** Also affects: ubuntu-ux
   Importance: Undecided
   Status: New

-- 
You received this bug notification because you are a member of Ubuntu
SDK bug tracking, which is subscribed to ubuntu-ui-toolkit in Ubuntu.
https://bugs.launchpad.net/bugs/1579751

Title:
  [Wishlist] Option to make BottomEdge Non-Modal

Status in Ubuntu UX:
  New
Status in ubuntu-ui-toolkit package in Ubuntu:
  New

Bug description:
  I think the bottomedge has great potential and it will be good if we can use 
it in non-modal way.
  In this way, the user can still interact with the main page while the 
bottomedge is shown.
  This of course is only applicable when the bottom edge height is less than 
the main page's height.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-ux/+bug/1579751/+subscriptions

-- 
Mailing list: https://launchpad.net/~ubuntu-sdk-bugs
Post to : ubuntu-sdk-bugs@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-sdk-bugs
More help   : https://help.launchpad.net/ListHelp


[Ubuntu-sdk-bugs] [Bug 1368390] Re: Button shouldn't steal focus by default

2016-05-13 Thread Christian Dywan
Considering there's still no concrete use case for the bug report, which
is based on "we don't match upstream defaults, and design disagrees with
good reason I'll consider this Won't Fix now.

** Changed in: ubuntu-ui-toolkit (Ubuntu)
   Status: Incomplete => Invalid

** Changed in: ubuntu-ui-toolkit (Ubuntu RTM)
   Status: Incomplete => Invalid

-- 
You received this bug notification because you are a member of Ubuntu
SDK bug tracking, which is subscribed to ubuntu-ui-toolkit in Ubuntu.
https://bugs.launchpad.net/bugs/1368390

Title:
  Button shouldn't steal focus by default

Status in Canonical System Image:
  Incomplete
Status in ubuntu-ui-toolkit package in Ubuntu:
  Invalid
Status in ubuntu-ui-toolkit package in Ubuntu RTM:
  Invalid

Bug description:
  The upstream Button component has "activeFocusOnPress: false" as its
  default, that doesn't seem the case for our component, it probably
  should.

  Example

  "MainView {
  height: 600
  width: 350

  Column {
  anchors {
  left: parent.left
  right: parent.right
  }
  TextInput {
  anchors {
  left: parent.left
  right: parent.right
  }
  focus: true
  }
  Button {
  text: "click"
  /* don't steal focus, activeFocusOnPress: false*/
  }
  }
  }"

To manage notifications about this bug go to:
https://bugs.launchpad.net/canonical-devices-system-image/+bug/1368390/+subscriptions

-- 
Mailing list: https://launchpad.net/~ubuntu-sdk-bugs
Post to : ubuntu-sdk-bugs@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-sdk-bugs
More help   : https://help.launchpad.net/ListHelp


[Ubuntu-sdk-bugs] [Bug 1581026] [NEW] UCAbstractButton doesn't accept key events

2016-05-12 Thread Christian Dywan
Public bug reported:

UCAbstractButton does supporting Enter, Return and Space to emit clicked
and trigger respectively. However it never accepts the event which means
in a composited component such as a ComboButton the parent handles the
same event as well.

** Affects: ubuntu-ui-toolkit (Ubuntu)
 Importance: High
 Assignee: Christian Dywan (kalikiana)
 Status: New

** Branch linked: lp:~ubuntu-sdk-team/ubuntu-ui-
toolkit/comboButtonInOuterSpaceTrunks

-- 
You received this bug notification because you are a member of Ubuntu
SDK bug tracking, which is subscribed to ubuntu-ui-toolkit in Ubuntu.
https://bugs.launchpad.net/bugs/1581026

Title:
  UCAbstractButton doesn't accept key events

Status in ubuntu-ui-toolkit package in Ubuntu:
  New

Bug description:
  UCAbstractButton does supporting Enter, Return and Space to emit
  clicked and trigger respectively. However it never accepts the event
  which means in a composited component such as a ComboButton the parent
  handles the same event as well.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ubuntu-ui-toolkit/+bug/1581026/+subscriptions

-- 
Mailing list: https://launchpad.net/~ubuntu-sdk-bugs
Post to : ubuntu-sdk-bugs@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-sdk-bugs
More help   : https://help.launchpad.net/ListHelp


[Ubuntu-sdk-bugs] [Bug 1581027] [NEW] UCListItem doesn't handle Enter/Return/Space to click/trigger

2016-05-12 Thread Christian Dywan
Public bug reported:

Just like UCAbstractButton, it should be possible to press Enter, Return
or Space to invoke the clicked signal or trigger the action equivalent
to a tap or click on the item.

** Affects: ubuntu-ui-toolkit (Ubuntu)
 Importance: High
 Assignee: Christian Dywan (kalikiana)
 Status: New

** Branch linked: lp:~ubuntu-sdk-team/ubuntu-ui-
toolkit/comboButtonInOuterSpaceTrunks

-- 
You received this bug notification because you are a member of Ubuntu
SDK bug tracking, which is subscribed to ubuntu-ui-toolkit in Ubuntu.
https://bugs.launchpad.net/bugs/1581027

Title:
  UCListItem doesn't handle Enter/Return/Space to click/trigger

Status in ubuntu-ui-toolkit package in Ubuntu:
  New

Bug description:
  Just like UCAbstractButton, it should be possible to press Enter,
  Return or Space to invoke the clicked signal or trigger the action
  equivalent to a tap or click on the item.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ubuntu-ui-toolkit/+bug/1581027/+subscriptions

-- 
Mailing list: https://launchpad.net/~ubuntu-sdk-bugs
Post to : ubuntu-sdk-bugs@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-sdk-bugs
More help   : https://help.launchpad.net/ListHelp


[Ubuntu-sdk-bugs] [Bug 1580974] [NEW] Button label should ellipsize in the middle

2016-05-12 Thread Christian Dywan
Public bug reported:

As per the Buttons spec

"In the unlikely event that a button’s label is too long for the width
available, it should be ellipsized in the middle"

Currently the Label in ButtonForeground ellipsizes in the end.

Also quoting Matthew on the reasoning:

(1 Two buttons with long but similar labels are more likely to differ at their 
ends than their middles (e.g. “Change This Event Only” vs. “Change This And 
Future Events”).
(2 End ellipsis is already used to mean “you’ll need to do something else after 
tapping this”.

** Affects: ubuntu-ui-toolkit (Ubuntu)
 Importance: Undecided
 Assignee: Christian Dywan (kalikiana)
 Status: New

** Changed in: ubuntu-ui-toolkit (Ubuntu)
 Assignee: (unassigned) => Christian Dywan (kalikiana)

-- 
You received this bug notification because you are a member of Ubuntu
SDK bug tracking, which is subscribed to ubuntu-ui-toolkit in Ubuntu.
https://bugs.launchpad.net/bugs/1580974

Title:
  Button label should ellipsize in the middle

Status in ubuntu-ui-toolkit package in Ubuntu:
  New

Bug description:
  As per the Buttons spec

  "In the unlikely event that a button’s label is too long for the width
  available, it should be ellipsized in the middle"

  Currently the Label in ButtonForeground ellipsizes in the end.

  Also quoting Matthew on the reasoning:

  (1 Two buttons with long but similar labels are more likely to differ at 
their ends than their middles (e.g. “Change This Event Only” vs. “Change This 
And Future Events”).
  (2 End ellipsis is already used to mean “you’ll need to do something else 
after tapping this”.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ubuntu-ui-toolkit/+bug/1580974/+subscriptions

-- 
Mailing list: https://launchpad.net/~ubuntu-sdk-bugs
Post to : ubuntu-sdk-bugs@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-sdk-bugs
More help   : https://help.launchpad.net/ListHelp


[Ubuntu-sdk-bugs] [Bug 1580538] [NEW] Unskip test_text_field_evokes_osk_bug1545802

2016-05-11 Thread Christian Dywan
Public bug reported:

What it says on the tin.

** Affects: ubuntu-ui-toolkit (Ubuntu)
 Importance: Undecided
 Status: New

-- 
You received this bug notification because you are a member of Ubuntu
SDK bug tracking, which is subscribed to ubuntu-ui-toolkit in Ubuntu.
https://bugs.launchpad.net/bugs/1580538

Title:
  Unskip test_text_field_evokes_osk_bug1545802

Status in ubuntu-ui-toolkit package in Ubuntu:
  New

Bug description:
  What it says on the tin.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ubuntu-ui-toolkit/+bug/1580538/+subscriptions

-- 
Mailing list: https://launchpad.net/~ubuntu-sdk-bugs
Post to : ubuntu-sdk-bugs@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-sdk-bugs
More help   : https://help.launchpad.net/ListHelp


[Ubuntu-sdk-bugs] [Bug 1378784] Re: Text in TextField ignores verticalAligment setting

2016-05-04 Thread Christian Dywan
I'm not sure what is expected of a TextField that isn't vertically
aligned - bug 1571576 deals with alignment not being vertical by
default. If you want other alignments UX input is needed - primary and
secondary items as well as the clear button might have to follow the
alignment as well.

** Also affects: ubuntu-ux
   Importance: Undecided
   Status: New

** Changed in: ubuntu-ui-toolkit (Ubuntu)
   Status: Triaged => Incomplete

** Summary changed:

- Text in TextField ignores verticalAligment setting
+ TextField ignores verticalAligment setting

** Changed in: ubuntu-ui-toolkit (Ubuntu)
   Status: Incomplete => Triaged

** Changed in: ubuntu-ui-toolkit (Ubuntu)
   Status: Triaged => Incomplete

-- 
You received this bug notification because you are a member of Ubuntu
SDK bug tracking, which is subscribed to ubuntu-ui-toolkit in Ubuntu.
https://bugs.launchpad.net/bugs/1378784

Title:
  TextField ignores verticalAligment setting

Status in Ubuntu UX:
  New
Status in ubuntu-ui-toolkit package in Ubuntu:
  Incomplete

Bug description:
  Given the code:

  import QtQuick 2.2
  import Ubuntu.Components 1.1

  Rectangle {
  width: childrenRect.width + units.gu(2)
  height: childrenRect.height + units.gu(2)
  color: "darkgrey"

  Column {
  anchors.centerIn: parent
  spacing: units.gu(1)

  TextField {
  text: "Standard TextField"
  }

  TextField {
  height: units.gu(6)
  text: "Higher TextField"
  verticalAlignment: TextInput.AlignVCenter
  }
  }
  }

  The text in "Higher TextField" is not centered vertically in the
  field.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-ux/+bug/1378784/+subscriptions

-- 
Mailing list: https://launchpad.net/~ubuntu-sdk-bugs
Post to : ubuntu-sdk-bugs@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-sdk-bugs
More help   : https://help.launchpad.net/ListHelp


[Ubuntu-sdk-bugs] [Bug 1578113] [NEW] Use inherits tag throughout toolkit docs

2016-05-04 Thread Christian Dywan
Public bug reported:

All components don't show inheritance in the docs, depending on how the
component or the parent is implemented. As there's no known rule in
which cases it works the doc build should fail if there's no inheritance
specified in qdoc.

** Affects: ubuntu-ui-toolkit (Ubuntu)
 Importance: High
 Assignee: Christian Dywan (kalikiana)
 Status: New

-- 
You received this bug notification because you are a member of Ubuntu
SDK bug tracking, which is subscribed to ubuntu-ui-toolkit in Ubuntu.
https://bugs.launchpad.net/bugs/1578113

Title:
  Use inherits tag throughout toolkit docs

Status in ubuntu-ui-toolkit package in Ubuntu:
  New

Bug description:
  All components don't show inheritance in the docs, depending on how
  the component or the parent is implemented. As there's no known rule
  in which cases it works the doc build should fail if there's no
  inheritance specified in qdoc.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ubuntu-ui-toolkit/+bug/1578113/+subscriptions

-- 
Mailing list: https://launchpad.net/~ubuntu-sdk-bugs
Post to : ubuntu-sdk-bugs@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-sdk-bugs
More help   : https://help.launchpad.net/ListHelp


[Ubuntu-sdk-bugs] [Bug 1577696] Re: UI Toolkit and the Browser are opening copy/paste dialogs at the same time

2016-05-03 Thread Christian Dywan
** Package changed: ubuntu-ui-toolkit (Ubuntu) => webbrowser-app
(Ubuntu)

-- 
You received this bug notification because you are a member of Ubuntu
SDK bug tracking, which is subscribed to ubuntu-ui-toolkit in Ubuntu.
https://bugs.launchpad.net/bugs/1577696

Title:
  Multiple text input menus at the same time

Status in webbrowser-app package in Ubuntu:
  New

Bug description:
  When You want to copy/paste text both UI Toolkit and the Browser are
  opening copy/paste dialogs at the same time as shown in the photos
  below

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/webbrowser-app/+bug/1577696/+subscriptions

-- 
Mailing list: https://launchpad.net/~ubuntu-sdk-bugs
Post to : ubuntu-sdk-bugs@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-sdk-bugs
More help   : https://help.launchpad.net/ListHelp


[Ubuntu-sdk-bugs] [Bug 1523839] Re: Animate TextField/Area focus visual (and others)

2016-05-02 Thread Christian Dywan
** Changed in: ubuntu-ui-toolkit (Ubuntu)
   Status: Confirmed => Fix Released

** Changed in: ubuntu-ui-toolkit (Ubuntu RTM)
   Status: Confirmed => Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
SDK bug tracking, which is subscribed to ubuntu-ui-toolkit in Ubuntu.
https://bugs.launchpad.net/bugs/1523839

Title:
  Animate TextField/Area focus visual (and others)

Status in Canonical System Image:
  Confirmed
Status in ubuntu-ui-toolkit package in Ubuntu:
  Fix Released
Status in ubuntu-ui-toolkit package in Ubuntu RTM:
  Fix Released

Bug description:
  Keyboard focus visuals should fade in and out - right now only
  TextField/Area has that visual, so it needs to be updated. Eventually
  the animation should be the same.

To manage notifications about this bug go to:
https://bugs.launchpad.net/canonical-devices-system-image/+bug/1523839/+subscriptions

-- 
Mailing list: https://launchpad.net/~ubuntu-sdk-bugs
Post to : ubuntu-sdk-bugs@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-sdk-bugs
More help   : https://help.launchpad.net/ListHelp


[Ubuntu-sdk-bugs] [Bug 1576463] Re: Cannot assign to non-existent property "tools"

2016-05-02 Thread Christian Dywan
The Page component in Ubuntu.Components 1.3 has no "tools" property
anymore.

** Changed in: ubuntu-ui-toolkit (Ubuntu)
   Status: Confirmed => Invalid

-- 
You received this bug notification because you are a member of Ubuntu
SDK bug tracking, which is subscribed to ubuntu-ui-toolkit in Ubuntu.
https://bugs.launchpad.net/bugs/1576463

Title:
  Cannot assign to non-existent property "tools"

Status in ubuntu-ui-toolkit package in Ubuntu:
  Invalid

Bug description:
  On the page:
  
https://developer.ubuntu.com/api/apps/qml/sdk-15.04.5/Ubuntu.Components.ToolbarButton/,
  in the code snippet:

  import QtQuick 2.4
  import Ubuntu.Components 1.3
  MainView {
  width: units.gu(50)
  height: units.gu(80)
  Action {
  id: action1
  text: "action 1"
  iconName: "compose"
  onTriggered: print("one!")
  }
  Page {
  title: "test page"
  Label {
  anchors.centerIn: parent
  text: "Hello, world"
  }
  tools: ToolbarItems {
  // reference to an action:
  ToolbarButton {
  action: action1
  }
  // define the action:
  ToolbarButton {
  action: Action {
  text: "Second action"
  iconName: "add"
  onTriggered: print("two!")
  }
  // override the text of the action:
  text: "action 2"
  }
  // no associated action:
  ToolbarButton {
  iconName: "cancel"
  text: "button"
  onTriggered: print("three!")
  }
  }
  }
  }

  when running, it complains  Cannot assign to non-existent property
  "tools"

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ubuntu-ui-toolkit/+bug/1576463/+subscriptions

-- 
Mailing list: https://launchpad.net/~ubuntu-sdk-bugs
Post to : ubuntu-sdk-bugs@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-sdk-bugs
More help   : https://help.launchpad.net/ListHelp


[Ubuntu-sdk-bugs] [Bug 1562183] Re: No way to associate .mp4 file with video player

2016-05-02 Thread Christian Dywan
** Package changed: ubuntu-ui-toolkit (Ubuntu) => unity-scope-
mediascanner (Ubuntu)

-- 
You received this bug notification because you are a member of Ubuntu
SDK bug tracking, which is subscribed to ubuntu-ui-toolkit in Ubuntu.
https://bugs.launchpad.net/bugs/1562183

Title:
  No way to associate .mp4 file with video player

Status in unity-scope-mediascanner package in Ubuntu:
  New

Bug description:
  I'm running 9.1 on a Nexus 4.

  I downloaded a video using the browser.  This defaults to putting the
  file in my Downloads folder.  I tried to play a video in .mp4 format
  but the option to use the video player was not offered.  The only
  application that came up in the list of programs to open this file was
  the Gallery or

  I found that I had to move the file into the Video folder for the
  system to recognize that this file was a video.

  The video player Scope did not allow me to look outside this folder
  for content.  The only option presented was to look at an SD card or
  other external storage.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/unity-scope-mediascanner/+bug/1562183/+subscriptions

-- 
Mailing list: https://launchpad.net/~ubuntu-sdk-bugs
Post to : ubuntu-sdk-bugs@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-sdk-bugs
More help   : https://help.launchpad.net/ListHelp


[Ubuntu-sdk-bugs] [Bug 1573215] Re: Disable ListItem divider for horizontal ListViews.

2016-05-02 Thread Christian Dywan
Current work-around:

divider.visible: false

ListItem is already aware of a ListView around it, so maybe it should
pick up the orientation and hide the divider or place it on the trailing
side. This should be double-checked with design.

** Changed in: ubuntu-ui-toolkit (Ubuntu)
   Status: New => Confirmed

** Also affects: ubuntu-ux
   Importance: Undecided
   Status: New

-- 
You received this bug notification because you are a member of Ubuntu
SDK bug tracking, which is subscribed to ubuntu-ui-toolkit in Ubuntu.
https://bugs.launchpad.net/bugs/1573215

Title:
  Disable ListItem divider for horizontal ListViews.

Status in Ubuntu UX:
  New
Status in ubuntu-ui-toolkit package in Ubuntu:
  Confirmed

Bug description:
  In a horizontal ListView, the divider at the bottom of a ListItem is not 
needed. Perhaps a vertical divider instead?
  Also, it looks weird when all ListItems in the horizontal list have a divider 
at the bottom, except the last one.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-ux/+bug/1573215/+subscriptions

-- 
Mailing list: https://launchpad.net/~ubuntu-sdk-bugs
Post to : ubuntu-sdk-bugs@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-sdk-bugs
More help   : https://help.launchpad.net/ListHelp


[Ubuntu-sdk-bugs] [Bug 1281237] Re: qmlplugindump hangs at 100% CPU with qtorganizer5-eds

2016-05-02 Thread Christian Dywan
** Changed in: ubuntu-ui-toolkit (Ubuntu)
   Status: Confirmed => Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
SDK bug tracking, which is subscribed to ubuntu-ui-toolkit in Ubuntu.
https://bugs.launchpad.net/bugs/1281237

Title:
  qmlplugindump hangs at 100% CPU with qtorganizer5-eds

Status in ubuntu-ui-toolkit package in Ubuntu:
  Fix Released

Bug description:
  I'm trying to build UITK on Manta

  Note I've installed the demo data with "phablet-demo-setup" <- might
  be related.

  Trying to build the UITK package natively on my tablet, with "dpkg-
  buildpackage -us -uc -j4" it hangs just after all test complete.
  Checking processes, I see "qmlplugindump" is running at 100% CPU
  usage, and nothing happens.

  I attached to the process and grabbed a backtrace - looks interesting:


  Program received signal SIGINT, Interrupt.
  0x4066e5dc in QMutex::unlock() () from 
/usr/lib/arm-linux-gnueabihf/libQt5Core.so.5
  (gdb) bt
  #0  0x4066e5dc in QMutex::unlock() () from 
/usr/lib/arm-linux-gnueabihf/libQt5Core.so.5
  #1  0x431cc806 in QtOrganizer::QOrganizerAbstractRequest::state() const () 
from /usr/lib/arm-linux-gnueabihf/libQt5Organizer.so.5
  #2  0x43444062 in 
QOrganizerEDSEngine::waitForRequestFinished(QtOrganizer::QOrganizerAbstractRequest*,
 int) ()
 from 
/usr/lib/arm-linux-gnueabihf/qt5/plugins/organizer/libqtorganizer_eds.so
  #3  0x4344d0fa in RequestData::cancel() () from 
/usr/lib/arm-linux-gnueabihf/qt5/plugins/organizer/libqtorganizer_eds.so
  #4  0x43443fac in 
QOrganizerEDSEngine::cancelRequest(QtOrganizer::QOrganizerAbstractRequest*) () 
from /usr/lib/arm-linux-gnueabihf/qt5/plugins/organizer/libqtorganizer_eds.so
  #5  0x431cca54 in QtOrganizer::QOrganizerAbstractRequest::cancel() () from 
/usr/lib/arm-linux-gnueabihf/libQt5Organizer.so.5
  #6  0x43441caa in QOrganizerEDSEngine::~QOrganizerEDSEngine() () from 
/usr/lib/arm-linux-gnueabihf/qt5/plugins/organizer/libqtorganizer_eds.so
  #7  0x43441dac in QOrganizerEDSEngine::~QOrganizerEDSEngine() () from 
/usr/lib/arm-linux-gnueabihf/qt5/plugins/organizer/libqtorganizer_eds.so
  #8  0x431d2e46 in QtOrganizer::QOrganizerManager::~QOrganizerManager() () 
from /usr/lib/arm-linux-gnueabihf/libQt5Organizer.so.5
  #9  0x431d2ee0 in QtOrganizer::QOrganizerManager::~QOrganizerManager() () 
from /usr/lib/arm-linux-gnueabihf/libQt5Organizer.so.5
  #10 0x40787a94 in QObjectPrivate::deleteChildren() () from 
/usr/lib/arm-linux-gnueabihf/libQt5Core.so.5
  #11 0x4078bfe0 in QObject::~QObject() () from 
/usr/lib/arm-linux-gnueabihf/libQt5Core.so.5
  #12 0x4313b174 in AlarmManager::~AlarmManager (this=0x431866bc 
, __in_chrg=) at 
alarmmanager_p.cpp:45
  #13 0x409fa8ba in ?? () from /lib/arm-linux-gnueabihf/libc.so.6
  #14 0x409e8634 in __libc_start_main () from /lib/arm-linux-gnueabihf/libc.so.6
  #15 0xd70a in ?? ()
  Backtrace stopped: previous frame identical to this frame (corrupt stack?)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ubuntu-ui-toolkit/+bug/1281237/+subscriptions

-- 
Mailing list: https://launchpad.net/~ubuntu-sdk-bugs
Post to : ubuntu-sdk-bugs@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-sdk-bugs
More help   : https://help.launchpad.net/ListHelp


[Ubuntu-sdk-bugs] [Bug 1446212] Re: Support installing localization data from click packages

2016-05-02 Thread Christian Dywan
** Changed in: ubuntu-ui-toolkit (Ubuntu)
   Status: Incomplete => Invalid

-- 
You received this bug notification because you are a member of Ubuntu
SDK bug tracking, which is subscribed to ubuntu-ui-toolkit in Ubuntu.
https://bugs.launchpad.net/bugs/1446212

Title:
  Support installing localization data from click packages

Status in apparmor-easyprof-ubuntu package in Ubuntu:
  Confirmed
Status in ubuntu-ui-toolkit package in Ubuntu:
  Invalid

Bug description:
  It would be nice if it were possible to add support to a new language/locale 
by just installing a click package.
  This would have several benefits:
  1) People could easily add support for non officially supported languages
  2) Languages would be updated independently from the system image
  3) Some space could be freed from the image, if some languages get moved to 
click packages

  I'm entering this bug against ubuntu-ui-toolkit, because I guess it
  would need some change to get the correct path where translations are
  installed (it now calls bindtextdomain with /usr/share/locale, while
  it should fallback to ~/.local/share/locale/ if the language does not
  exist in the system path), but there surely are other projects that
  would need to be changed.

  For sure, we would need a click hook to move the translations in
  ~/.local/share/locale/, as well as changes to the apparmor policy to
  read from that directory.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/apparmor-easyprof-ubuntu/+bug/1446212/+subscriptions

-- 
Mailing list: https://launchpad.net/~ubuntu-sdk-bugs
Post to : ubuntu-sdk-bugs@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-sdk-bugs
More help   : https://help.launchpad.net/ListHelp


[Ubuntu-sdk-bugs] [Bug 1367300] Re: pause/resume button inconsistent for image update

2016-05-02 Thread Christian Dywan
I believe this has been fixed, and I can't reproduce it with the latest
image - please re-open if you can still.

** Changed in: ubuntu-ui-toolkit (Ubuntu)
   Status: Triaged => Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
SDK bug tracking, which is subscribed to ubuntu-ui-toolkit in Ubuntu.
https://bugs.launchpad.net/bugs/1367300

Title:
  pause/resume button inconsistent for image update

Status in ubuntu-ui-toolkit package in Ubuntu:
  Fix Released

Bug description:
  krillin#14
  unsure if this is specific to the image update section or not, but at least 
this is where I discovered it
  the button press/activation seems to "ignore" or be inconsistent with the 
touch input.
  each touch in the video, I can hear the haptic feedback fire, but the button 
doesn't update (unsure if this is just visual, or whether the actual download 
itself is paused/resumed)

  you can see in the video, sometimes the button text changes, sometimes not
  https://www.youtube.com/watch?v=EY9-D6xHtbY

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ubuntu-ui-toolkit/+bug/1367300/+subscriptions

-- 
Mailing list: https://launchpad.net/~ubuntu-sdk-bugs
Post to : ubuntu-sdk-bugs@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-sdk-bugs
More help   : https://help.launchpad.net/ListHelp


[Ubuntu-sdk-bugs] [Bug 1186965] Re: [sdk] Re-usable search component

2016-05-02 Thread Christian Dywan
There's no longer a plan to specialize all this, instead apps just use a
TextField to implement search.

** Changed in: ubuntu-ui-toolkit (Ubuntu)
   Status: Triaged => Won't Fix

-- 
You received this bug notification because you are a member of Ubuntu
SDK bug tracking, which is subscribed to ubuntu-ui-toolkit in Ubuntu.
https://bugs.launchpad.net/bugs/1186965

Title:
  [sdk] Re-usable search component

Status in Ubuntu UX:
  Fix Committed
Status in ubuntu-ui-toolkit package in Ubuntu:
  Won't Fix

Bug description:
  The Unity Dash, settings and a number of apps have or need search
  functionality. It's desirable to get consistent behavior on how it's
  placed, how it reacts to input and the pop-over for recent query
  history.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-ux/+bug/1186965/+subscriptions

-- 
Mailing list: https://launchpad.net/~ubuntu-sdk-bugs
Post to : ubuntu-sdk-bugs@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-sdk-bugs
More help   : https://help.launchpad.net/ListHelp


[Ubuntu-sdk-bugs] [Bug 1576122] [NEW] Failures in ubuntuuitoolkit.tests.custom_proxy_objects.test_qquicklistview

2016-04-28 Thread Christian Dywan
Public bug reported:

./run_tests.sh -v
ubuntuuitoolkit.tests.custom_proxy_objects.test_qquicklistview.QQuickListViewTestCase.test_click_uncached_element_outside_view_after

TypeError: _at_x_end() takes 0 positional arguments but 1 was given

** Affects: ubuntu-ui-toolkit (Ubuntu)
 Importance: Critical
 Assignee: Tim Peeters (tpeeters)
 Status: In Progress

** Branch linked: lp:~tpeeters/ubuntu-ui-toolkit/apFix

-- 
You received this bug notification because you are a member of Ubuntu
SDK bug tracking, which is subscribed to ubuntu-ui-toolkit in Ubuntu.
https://bugs.launchpad.net/bugs/1576122

Title:
  Failures in
  ubuntuuitoolkit.tests.custom_proxy_objects.test_qquicklistview

Status in ubuntu-ui-toolkit package in Ubuntu:
  In Progress

Bug description:
  ./run_tests.sh -v
  
ubuntuuitoolkit.tests.custom_proxy_objects.test_qquicklistview.QQuickListViewTestCase.test_click_uncached_element_outside_view_after

  TypeError: _at_x_end() takes 0 positional arguments but 1 was given

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ubuntu-ui-toolkit/+bug/1576122/+subscriptions

-- 
Mailing list: https://launchpad.net/~ubuntu-sdk-bugs
Post to : ubuntu-sdk-bugs@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-sdk-bugs
More help   : https://help.launchpad.net/ListHelp


[Ubuntu-sdk-bugs] [Bug 1576112] [NEW] debian/control.gles isn't linted

2016-04-28 Thread Christian Dywan
Public bug reported:

The script we have in place to verify that files in debian are sorted
correctly seems to ignore debian/control.gles.

** Affects: ubuntu-ui-toolkit (Ubuntu)
 Importance: Critical
 Status: Confirmed

-- 
You received this bug notification because you are a member of Ubuntu
SDK bug tracking, which is subscribed to ubuntu-ui-toolkit in Ubuntu.
https://bugs.launchpad.net/bugs/1576112

Title:
  debian/control.gles isn't linted

Status in ubuntu-ui-toolkit package in Ubuntu:
  Confirmed

Bug description:
  The script we have in place to verify that files in debian are sorted
  correctly seems to ignore debian/control.gles.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ubuntu-ui-toolkit/+bug/1576112/+subscriptions

-- 
Mailing list: https://launchpad.net/~ubuntu-sdk-bugs
Post to : ubuntu-sdk-bugs@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-sdk-bugs
More help   : https://help.launchpad.net/ListHelp


[Ubuntu-sdk-bugs] [Bug 1575257] [NEW] StyledItem within a StyledItem can have keyNavigationFocus at once

2016-04-26 Thread Christian Dywan
Public bug reported:

Right now a StyledItem within a StyledItem that can have
keyNavigationFocus is not supported or documented. The consumer of the
API is assumed to use children that don't handle (Shift)Tab navigation.

Example: Button inside TextField
Typically AbstractButton is used here, which has no styling and doesn't take 
focus.
ListItem on the other hand (which isn't a StyledItem) supports focus rings on 
children.

** Affects: ubuntu-ui-toolkit (Ubuntu)
 Importance: Undecided
 Status: New

-- 
You received this bug notification because you are a member of Ubuntu
SDK bug tracking, which is subscribed to ubuntu-ui-toolkit in Ubuntu.
https://bugs.launchpad.net/bugs/1575257

Title:
  StyledItem within a StyledItem can have keyNavigationFocus at once

Status in ubuntu-ui-toolkit package in Ubuntu:
  New

Bug description:
  Right now a StyledItem within a StyledItem that can have
  keyNavigationFocus is not supported or documented. The consumer of the
  API is assumed to use children that don't handle (Shift)Tab
  navigation.

  Example: Button inside TextField
  Typically AbstractButton is used here, which has no styling and doesn't take 
focus.
  ListItem on the other hand (which isn't a StyledItem) supports focus rings on 
children.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ubuntu-ui-toolkit/+bug/1575257/+subscriptions

-- 
Mailing list: https://launchpad.net/~ubuntu-sdk-bugs
Post to : ubuntu-sdk-bugs@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-sdk-bugs
More help   : https://help.launchpad.net/ListHelp


[Ubuntu-sdk-bugs] [Bug 1563522] Re: Desktop/windowed mode title

2016-04-22 Thread Christian Dywan
The toolkit has no Unity7- or X11-specific code for this.

** Also affects: unity8 (Ubuntu)
   Importance: Undecided
   Status: New

** Changed in: ubuntu-ui-toolkit (Ubuntu)
   Status: New => Invalid

-- 
You received this bug notification because you are a member of Ubuntu
SDK bug tracking, which is subscribed to ubuntu-ui-toolkit in Ubuntu.
https://bugs.launchpad.net/bugs/1563522

Title:
  Desktop/windowed mode title

Status in Canonical System Image:
  Confirmed
Status in Ubuntu Music App:
  Invalid
Status in ubuntu-ui-toolkit package in Ubuntu:
  Invalid
Status in unity8 package in Ubuntu:
  Confirmed

Bug description:
  Could add a proper title to the header: presently in desktop/windowed
  mode I see "qmlscene:musicMainView" in the window header.

To manage notifications about this bug go to:
https://bugs.launchpad.net/canonical-devices-system-image/+bug/1563522/+subscriptions

-- 
Mailing list: https://launchpad.net/~ubuntu-sdk-bugs
Post to : ubuntu-sdk-bugs@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-sdk-bugs
More help   : https://help.launchpad.net/ListHelp


[Ubuntu-sdk-bugs] [Bug 1573629] [NEW] dpr unit tests are not counted towards test results

2016-04-22 Thread Christian Dywan
Public bug reported:

Any errors in the dpr unit test won't be considered when verifying the
results XML.

** Affects: ubuntu-ui-toolkit (Ubuntu)
 Importance: Critical
 Assignee: Christian Dywan (kalikiana)
 Status: In Progress

** Branch linked: lp:~ubuntu-sdk-team/ubuntu-ui-
toolkit/myFirstNameIsntTst

-- 
You received this bug notification because you are a member of Ubuntu
SDK bug tracking, which is subscribed to ubuntu-ui-toolkit in Ubuntu.
https://bugs.launchpad.net/bugs/1573629

Title:
  dpr unit tests are not counted towards test results

Status in ubuntu-ui-toolkit package in Ubuntu:
  In Progress

Bug description:
  Any errors in the dpr unit test won't be considered when verifying the
  results XML.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ubuntu-ui-toolkit/+bug/1573629/+subscriptions

-- 
Mailing list: https://launchpad.net/~ubuntu-sdk-bugs
Post to : ubuntu-sdk-bugs@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-sdk-bugs
More help   : https://help.launchpad.net/ListHelp


[Ubuntu-sdk-bugs] [Bug 1572990] [NEW] EXCEPTIONS don't work for tests that may segfault

2016-04-21 Thread Christian Dywan
Public bug reported:

Tests that may segfault but usually don't should be treated much the same as 
tests that may have warnings when added to EXCEPTIONS.
Case in point bug 1567840. datepicker tests only fail under very specific 
circumstances or with special environment variables. Assuming they always crash 
effectively erases test coverage until there's a fix. If they could be treated 
like having warnings on the other hand they would run fine in most cases.

** Affects: ubuntu-ui-toolkit (Ubuntu)
 Importance: High
 Assignee: Christian Dywan (kalikiana)
 Status: Fix Committed

** Branch linked: lp:~ubuntu-sdk-team/ubuntu-ui-
toolkit/SEGFAULTingUnitTestsOptional

-- 
You received this bug notification because you are a member of Ubuntu
SDK bug tracking, which is subscribed to ubuntu-ui-toolkit in Ubuntu.
https://bugs.launchpad.net/bugs/1572990

Title:
  EXCEPTIONS don't work for tests that may segfault

Status in ubuntu-ui-toolkit package in Ubuntu:
  Fix Committed

Bug description:
  Tests that may segfault but usually don't should be treated much the same as 
tests that may have warnings when added to EXCEPTIONS.
  Case in point bug 1567840. datepicker tests only fail under very specific 
circumstances or with special environment variables. Assuming they always crash 
effectively erases test coverage until there's a fix. If they could be treated 
like having warnings on the other hand they would run fine in most cases.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ubuntu-ui-toolkit/+bug/1572990/+subscriptions

-- 
Mailing list: https://launchpad.net/~ubuntu-sdk-bugs
Post to : ubuntu-sdk-bugs@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-sdk-bugs
More help   : https://help.launchpad.net/ListHelp


[Ubuntu-sdk-bugs] [Bug 1569847] [NEW] Unit tests with QV4_MM_AGGRESSIVE_GC=1

2016-04-13 Thread Christian Dywan
Public bug reported:

As an experiment I ran all unit tests with QV4_MM_AGGRESSIVE_GC=1.
Bearing in mind that this could trigger bugs in the QML engine rather
than the components, it might be worth going through the affected cases.

tst_adaptivepagelayout.qml: FAIL!  : 
components::test_change_primaryPageSource(Component) 'wait for signal 
primaryPageChanged' returned FALSE. ()
tst_adaptivepagelayout.qml: FAIL!  : 
components::test_change_primaryPageSource(Document) 'verify()' returned FALSE. 
()
tst_adaptivepagelayout.qml: FAIL!  : 
components::test_primaryPageSource_precedence_over_primaryPage() 'wait for 
signal primaryPageChanged' returned FALSE. ()
tst_adaptivepagelayout.qml: FAIL!  : 
components::test_primaryPage_change_clears_primaryPageSource() Uncaught 
exception: Cannot read property 'header' of null
tst_listitem.qml: FAIL!  : 
components::ListItemAPI::test_rtl_selection_panel_position() 'Selection panel 
not found.' returned FALSE. ()
tst_listitem.qml: FAIL!  : 
components::ListItemAPI::test_verify_action_value(ListView, item index 0) 'wait 
for signal onTriggered' returned FALSE. ()
tst_listitem.qml: FAIL!  : 
components::ListItemAPI::test_verify_action_value(ListView, item index 1) 'wait 
for signal onTriggered' returned FALSE. ()
tst_listitem13.qml: FAIL!  : 
components::ListItem13API::test_rtl_selection_panel_position() 'Selection panel 
not found.' returned FALSE. ()
tst_listitem13.qml: FAIL!  : 
components::ListItem13API::test_verify_action_value(ListView, item index 0) 
'wait for signal onTriggered' returned FALSE. ()
tst_listitem13.qml: FAIL!  : 
components::ListItem13API::test_verify_action_value(ListView, item index 1) 
'wait for signal onTriggered' returned FALSE. ()
tst_textinput_touch.qml: FAIL!  : 
components::TextInputTouchTests::test_select_text_on_doubletap(TextField) 'No 
text selected!' returned FALSE. ()
tst_textinput_touch.qml: FAIL!  : 
components::TextInputTouchTests::test_select_text_on_doubletap(TextArea) 'No 
text selected!' returned FALSE. ()
tst_ubuntulistview.qml: FAIL!  : components::UbuntuListView::test_dimOthers() 
Compared values are not the same
tst_layouts: FAIL!  : tst_Layouts::testCase_NestedLayouts_ExtraLarge() Not all 
expected messages were received
tst_layouts: FAIL!  : tst_Layouts::testCase_NestedVisibility(landscape) 
'nestedActiveLayout' returned FALSE. ()
tst_asyncloader: FAIL!  : tst_AsyncLoader::test_load(document) '(spy.m_object 
!= nullptr)' returned FALSE. ()
tst_asyncloader: FAIL!  : tst_AsyncLoader::test_load(component, asynchronous) 
'(spy.m_object != nullptr)' returned FALSE. ()
tst_asyncloader: FAIL!  : tst_AsyncLoader::test_load(component, synchronous) 
'(spy.m_object != nullptr)' returned FALSE. ()
tst_asyncloader: FAIL!  : tst_AsyncLoader::test_second_load_scenarios(status = 
Compiling) '(spy.m_object != nullptr)' returned FALSE. ()
tst_asyncloader: FAIL!  : tst_AsyncLoader::test_second_load_scenarios(status = 
Loading) '(spy.m_object != nullptr)' returned FALSE. ()
tst_asyncloader: FAIL!  : tst_AsyncLoader::test_second_load_scenarios(status = 
Initializing) '(spy.m_object != nullptr)' returned FALSE. ()
tst_asyncloader: FAIL!  : tst_AsyncLoader::test_second_load_scenarios(status = 
Ready) '(spy.m_object != nullptr)' returned FALSE. ()
tst_asyncloader: FAIL!  : tst_AsyncLoader::test_second_load_scenarios(status = 
Error) '(spy.m_object != nullptr)' returned FALSE. ()

tst_listitem.qml: FAIL!  : 
components::ListItemAPI::test_rtl_drag_panel_position() 'Drag panel not found.' 
returned FALSE. ()
tst_listitem13.qml: FAIL!  : 
components::ListItem13API::test_rtl_drag_panel_position() 'Drag panel not 
found.' returned FALSE. ()
tst_picker.qml: FAIL!  : components::PickerAPI::test_7_modelCropping() bad 
index of circularList
tst_layouts: FAIL!  : tst_Layouts::testCase_NestedLayouts_ExtraLarge() Not all 
expected messages were received
tst_layouts: FAIL!  : tst_Layouts::testCase_NestedVisibility(landscape) 
'hasChildItem(green, nestedActiveLayout)' returned FALSE. ()
tst_asyncloader: FAIL!  : tst_AsyncLoader::test_load(document) '(spy.m_object 
!= nullptr)' returned FALSE. ()
tst_asyncloader: FAIL!  : tst_AsyncLoader::test_load(component, asynchronous) 
'(spy.m_object != nullptr)' returned FALSE. ()
tst_asyncloader: FAIL!  : tst_AsyncLoader::test_load(component, synchronous) 
'(spy.m_object != nullptr)' returned FALSE. ()
tst_asyncloader: FAIL!  : tst_AsyncLoader::test_second_load_scenarios(status = 
Compiling) '(spy.m_object != nullptr)' returned FALSE. ()
tst_asyncloader: FAIL!  : tst_AsyncLoader::test_second_load_scenarios(status = 
Loading) '(spy.m_object != nullptr)' returned FALSE. ()
tst_asyncloader: FAIL!  : tst_AsyncLoader::test_second_load_scenarios(status = 
Initializing) '(spy.m_object != nullptr)' returned FALSE. ()
tst_asyncloader: FAIL!  : tst_AsyncLoader::test_second_load_scenarios(status = 
Ready) '(spy.m_object != nullptr)' returned FALSE. ()
tst_asyncloader: FAIL!  : tst_AsyncLoader::test_second_load_scenarios(status = 

[Ubuntu-sdk-bugs] [Bug 1561090] Re: Not obvious when you can scroll a dialog’s contents

2016-04-06 Thread Christian Dywan
What's a "border" in this context? Can you clarify what exactly we want
this to look like?

I made a proof of concept which adds a vertical scrollbar - I don't know
if that's what this refers to, but it should serve as a basis for
discussion if nothing else.

** Also affects: ubuntu-ux
   Importance: Undecided
   Status: New

-- 
You received this bug notification because you are a member of Ubuntu
SDK bug tracking, which is subscribed to ubuntu-ui-toolkit in Ubuntu.
https://bugs.launchpad.net/bugs/1561090

Title:
  Not obvious when you can scroll a dialog’s contents

Status in Ubuntu UX:
  New
Status in ubuntu-ui-toolkit package in Ubuntu:
  Confirmed

Bug description:
  1. Create a dialog that has “Cancel” and “OK” buttons, and other contents 
that make it too tall to fit in some situations — for example, on a phone in 
landscape mode with the OSK present.
  2. Open the dialog in that situation.

  What you see: Unless a particular control is only partly visible,
  there is no obvious clue that the dialog is scrollable.

  What you should see: A visible border at the edge(s) that the dialog
  can currently be scrolled in.

   (currently Canonical-only link, sorry): “In
  addition to a scroller, the body area should have a visible top/bottom
  border whenever you are not scrolled to the top/bottom, indicating
  that the area is scrollable in that direction.”

  This is a sequel to bug 1376763. It may save time to fix this bug at
  the same time as bug 1561082.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-ux/+bug/1561090/+subscriptions

-- 
Mailing list: https://launchpad.net/~ubuntu-sdk-bugs
Post to : ubuntu-sdk-bugs@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-sdk-bugs
More help   : https://help.launchpad.net/ListHelp


[Ubuntu-sdk-bugs] [Bug 1551665] [NEW] was created without a valid QML Engine

2016-03-01 Thread Christian Dywan
Public bug reported:

Recently building UITK produces zillions of warnings:

Found a dependency on Ubuntu.Components.Themes with two major versions:0.1 and 
1.3 which is unsupported, discarding smaller version
Found a dependency on Ubuntu.Components.Themes.Ambiance with two major 
versions:0.1 and 1.3 which is unsupported, discarding smaller version
The item UCHeader was created without a valid QML Engine. Styling will not be 
possible.
The item UCBottomEdgeHint was created without a valid QML Engine. Styling will 
not be possible.
The item UCBottomEdge was created without a valid QML Engine. Styling will not 
be possible.
The item UCMainViewBase was created without a valid QML Engine. Styling will 
not be possible.
: QML ListItemLayout: Invalid attached property!
: QML ListItemLayout: Invalid attached property!
The item UCLabel was created without a valid QML Engine. Styling will not be 
possible.
The item UCLabel was created without a valid QML Engine. Styling will not be 
possible.
The item UCLabel was created without a valid QML Engine. Styling will not be 
possible.
The item UCAppHeaderBase was created without a valid QML Engine. Styling will 
not be possible.
The item UCAppHeaderBase was created without a valid QML Engine. Styling will 
not be possible.
The item UCActionItem was created without a valid QML Engine. Styling will not 
be possible.
The item UCActionItem was created without a valid QML Engine. Styling will not 
be possible.
The item UCStyledItemBase was created without a valid QML Engine. Styling will 
not be possible.
The item UCStyledItemBase was created without a valid QML Engine. Styling will 
not be possible.
The item UCStyledItemBase was created without a valid QML Engine. Styling will 
not be possible.
The item UCStyledItemBase was created without a valid QML Engine. Styling will 
not be possible.
The item UCStyledItemBase was created without a valid QML Engine. Styling will 
not be possible.
The item UCAbstractButton was created without a valid QML Engine. Styling will 
not be possible.
The item UCPageTreeNode was created without a valid QML Engine. Styling will 
not be possible.
The item UCListItem was created without a valid QML Engine. Styling will not be 
possible.
The item UCListItem was created without a valid QML Engine. Styling will not be 
possible.
The item UCPageWrapper was created without a valid QML Engine. Styling will not 
be possible.
The item UCPageWrapper was created without a valid QML Engine. Styling will not 
be possible.

** Affects: ubuntu-ui-toolkit (Ubuntu)
 Importance: Undecided
 Status: New

-- 
You received this bug notification because you are a member of Ubuntu
SDK bug tracking, which is subscribed to ubuntu-ui-toolkit in Ubuntu.
https://bugs.launchpad.net/bugs/1551665

Title:
  was created without a valid QML Engine

Status in ubuntu-ui-toolkit package in Ubuntu:
  New

Bug description:
  Recently building UITK produces zillions of warnings:

  Found a dependency on Ubuntu.Components.Themes with two major versions:0.1 
and 1.3 which is unsupported, discarding smaller version
  Found a dependency on Ubuntu.Components.Themes.Ambiance with two major 
versions:0.1 and 1.3 which is unsupported, discarding smaller version
  The item UCHeader was created without a valid QML Engine. Styling will not be 
possible.
  The item UCBottomEdgeHint was created without a valid QML Engine. Styling 
will not be possible.
  The item UCBottomEdge was created without a valid QML Engine. Styling will 
not be possible.
  The item UCMainViewBase was created without a valid QML Engine. Styling will 
not be possible.
  : QML ListItemLayout: Invalid attached property!
  : QML ListItemLayout: Invalid attached property!
  The item UCLabel was created without a valid QML Engine. Styling will not be 
possible.
  The item UCLabel was created without a valid QML Engine. Styling will not be 
possible.
  The item UCLabel was created without a valid QML Engine. Styling will not be 
possible.
  The item UCAppHeaderBase was created without a valid QML Engine. Styling will 
not be possible.
  The item UCAppHeaderBase was created without a valid QML Engine. Styling will 
not be possible.
  The item UCActionItem was created without a valid QML Engine. Styling will 
not be possible.
  The item UCActionItem was created without a valid QML Engine. Styling will 
not be possible.
  The item UCStyledItemBase was created without a valid QML Engine. Styling 
will not be possible.
  The item UCStyledItemBase was created without a valid QML Engine. Styling 
will not be possible.
  The item UCStyledItemBase was created without a valid QML Engine. Styling 
will not be possible.
  The item UCStyledItemBase was created without a valid QML Engine. Styling 
will not be possible.
  The item UCStyledItemBase was created without a valid QML Engine. Styling 
will not be possible.
  The item UCAbstractButton was created without a valid QML Engine. Styling 
will not be possible.
  The item 

[Ubuntu-sdk-bugs] [Bug 1541999] Re: Show handles when selecting text and a touchscreen is present

2016-02-17 Thread Christian Dywan
** Changed in: ubuntu-ui-toolkit (Ubuntu)
   Status: Incomplete => Invalid

** Changed in: canonical-devices-system-image
   Status: Confirmed => Invalid

-- 
You received this bug notification because you are a member of Ubuntu
SDK bug tracking, which is subscribed to ubuntu-ui-toolkit in Ubuntu.
https://bugs.launchpad.net/bugs/1541999

Title:
  Show handles when selecting text and a touchscreen is present

Status in Canonical System Image:
  Invalid
Status in ubuntu-ui-toolkit package in Ubuntu:
  Invalid

Bug description:
  When selecting text, if the device has a touchscreen the handles
  should always be shown (Irrespective of the input method used to
  select the text e.g. they should be shown even if the text is selected
  using the keyboard.

To manage notifications about this bug go to:
https://bugs.launchpad.net/canonical-devices-system-image/+bug/1541999/+subscriptions

-- 
Mailing list: https://launchpad.net/~ubuntu-sdk-bugs
Post to : ubuntu-sdk-bugs@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-sdk-bugs
More help   : https://help.launchpad.net/ListHelp


[Ubuntu-sdk-bugs] [Bug 1542778] Re: First item in a listitem is always highlighted

2016-02-09 Thread Christian Dywan
So it's not a bug then. Thanks for clarifying.

** Changed in: ubuntu-ui-toolkit (Ubuntu)
   Status: Confirmed => Invalid

-- 
You received this bug notification because you are a member of Ubuntu
SDK bug tracking, which is subscribed to ubuntu-ui-toolkit in Ubuntu.
https://bugs.launchpad.net/bugs/1542778

Title:
  First item in a listitem is always highlighted

Status in Canonical System Image:
  Incomplete
Status in ubuntu-ui-toolkit package in Ubuntu:
  Invalid

Bug description:
  EXPECTED RESULT: All items in a listitem should be in normal mode

  ACTUAL RESULT: First item in the list is highlighted and cannot be
  removed.

  One of the affected apps I saw is Hangups aside from my own unreleased
  app.

To manage notifications about this bug go to:
https://bugs.launchpad.net/canonical-devices-system-image/+bug/1542778/+subscriptions

-- 
Mailing list: https://launchpad.net/~ubuntu-sdk-bugs
Post to : ubuntu-sdk-bugs@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-sdk-bugs
More help   : https://help.launchpad.net/ListHelp


[Ubuntu-sdk-bugs] [Bug 1541820] Re: Missing focus highlight

2016-02-04 Thread Christian Dywan
** Changed in: ubuntu-ui-toolkit (Ubuntu)
   Status: New => Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
SDK bug tracking, which is subscribed to ubuntu-ui-toolkit in Ubuntu.
https://bugs.launchpad.net/bugs/1541820

Title:
  Missing focus highlight

Status in Ubuntu UX:
  New
Status in ubuntu-settings-components package in Ubuntu:
  New
Status in ubuntu-ui-toolkit package in Ubuntu:
  Fix Released
Status in unity8 package in Ubuntu:
  Confirmed

Bug description:
  We miss focus highlight in unity8, making keyboard navigation a
  challenge :)

  EDIT: adding ubuntu-ui-tookit because we'll need support on UI
  components like standard buttons or sliders we use in the shell

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-ux/+bug/1541820/+subscriptions

-- 
Mailing list: https://launchpad.net/~ubuntu-sdk-bugs
Post to : ubuntu-sdk-bugs@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-sdk-bugs
More help   : https://help.launchpad.net/ListHelp


[Ubuntu-sdk-bugs] [Bug 1537550] [NEW] Manifest changes are not saved before publishing regardless of setting

2016-01-24 Thread Christian Dywan
Public bug reported:

I have enabled QtCreator automatically saving all changes before
building. Despite that the manifest isn't being saved when I publish my
package for store upload.

** Affects: qtcreator-plugin-ubuntu (Ubuntu)
 Importance: Undecided
 Status: New

-- 
You received this bug notification because you are a member of Ubuntu
SDK bug tracking, which is subscribed to qtcreator-plugin-ubuntu in
Ubuntu.
https://bugs.launchpad.net/bugs/1537550

Title:
  Manifest changes are not saved before publishing regardless of setting

Status in qtcreator-plugin-ubuntu package in Ubuntu:
  New

Bug description:
  I have enabled QtCreator automatically saving all changes before
  building. Despite that the manifest isn't being saved when I publish
  my package for store upload.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/qtcreator-plugin-ubuntu/+bug/1537550/+subscriptions

-- 
Mailing list: https://launchpad.net/~ubuntu-sdk-bugs
Post to : ubuntu-sdk-bugs@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-sdk-bugs
More help   : https://help.launchpad.net/ListHelp


[Ubuntu-sdk-bugs] [Bug 1537552] [NEW] Publish forgets everything on subsequent runs

2016-01-24 Thread Christian Dywan
Public bug reported:

Publishing an app repeatedly does not result in QtCreator remembering
any details. Targets are always reset. Build folder resets to /tmp
(which is an obscure choice, why isn't this the project folder?).

** Affects: qtcreator-plugin-ubuntu (Ubuntu)
 Importance: Undecided
 Status: New

-- 
You received this bug notification because you are a member of Ubuntu
SDK bug tracking, which is subscribed to qtcreator-plugin-ubuntu in
Ubuntu.
https://bugs.launchpad.net/bugs/1537552

Title:
  Publish forgets everything on subsequent runs

Status in qtcreator-plugin-ubuntu package in Ubuntu:
  New

Bug description:
  Publishing an app repeatedly does not result in QtCreator remembering
  any details. Targets are always reset. Build folder resets to /tmp
  (which is an obscure choice, why isn't this the project folder?).

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/qtcreator-plugin-ubuntu/+bug/1537552/+subscriptions

-- 
Mailing list: https://launchpad.net/~ubuntu-sdk-bugs
Post to : ubuntu-sdk-bugs@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-sdk-bugs
More help   : https://help.launchpad.net/ListHelp


[Ubuntu-sdk-bugs] [Bug 1472572] Re: Scroll to the cursor position

2015-12-23 Thread Christian Dywan
** Also affects: ubuntu-ui-toolkit (Ubuntu)
   Importance: Undecided
   Status: New

** Changed in: ubuntu-ui-toolkit (Ubuntu)
   Status: New => Confirmed

** Summary changed:

- Scroll to the cursor position
+ TextArea scroll to the cursor position if obscured by OSK

-- 
You received this bug notification because you are a member of Ubuntu
SDK bug tracking, which is subscribed to ubuntu-ui-toolkit in Ubuntu.
https://bugs.launchpad.net/bugs/1472572

Title:
  TextArea scroll to the cursor position if obscured by OSK

Status in Ubuntu Notes app:
  New
Status in ubuntu-ui-toolkit package in Ubuntu:
  Confirmed

Bug description:
  When starting to type a text in the lower half of the screen and the
  keyboard is not shown yet, it happens that the cursor is covered by
  the appearing keyboard.

To manage notifications about this bug go to:
https://bugs.launchpad.net/reminders-app/+bug/1472572/+subscriptions

-- 
Mailing list: https://launchpad.net/~ubuntu-sdk-bugs
Post to : ubuntu-sdk-bugs@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-sdk-bugs
More help   : https://help.launchpad.net/ListHelp


[Ubuntu-sdk-bugs] [Bug 1236360] Re: MainView.anchorToKeyboard doesn’t resize the contents in landscape orientation

2015-12-22 Thread Christian Dywan
Believe this has been indirectly fixed with MainView 1.3.

** Changed in: ubuntu-ui-toolkit (Ubuntu)
   Status: Confirmed => Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
SDK bug tracking, which is subscribed to ubuntu-ui-toolkit in Ubuntu.
https://bugs.launchpad.net/bugs/1236360

Title:
  MainView.anchorToKeyboard doesn’t resize the contents in landscape
  orientation

Status in ubuntu-keyboard:
  Invalid
Status in ubuntu-ui-toolkit package in Ubuntu:
  Fix Released

Bug description:
  If the 'anchorToKeyboard' property of a MainView is set to true, the
  contents inside the view are supposed to be anchored to the top of the
  OSK panel when the OSK is up. It seems this works only in portrait
  mode.

  See the attached example to observe the issue (tested on a Galaxy
  Nexus), when in landscape orientation with the OSK up, some key
  presses go through the OSK to the contents of the view below it.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-keyboard/+bug/1236360/+subscriptions

-- 
Mailing list: https://launchpad.net/~ubuntu-sdk-bugs
Post to : ubuntu-sdk-bugs@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-sdk-bugs
More help   : https://help.launchpad.net/ListHelp


[Ubuntu-sdk-bugs] [Bug 1527527] [NEW] Mnemonic support via Action if keyboard available

2015-12-18 Thread Christian Dywan
Public bug reported:

Action should support defining mnemonics via a special token, such as &
or _. Mnemonics should display with an underline whenever a physical
keyboard is attached.

** Affects: ubuntu-ui-toolkit (Ubuntu)
 Importance: Medium
 Assignee: Zsombor Egri (zsombi)
 Status: Confirmed

** Branch linked: lp:~zsombi/ubuntu-ui-toolkit/mnemonics

-- 
You received this bug notification because you are a member of Ubuntu
SDK bug tracking, which is subscribed to ubuntu-ui-toolkit in Ubuntu.
https://bugs.launchpad.net/bugs/1527527

Title:
  Mnemonic support via Action if keyboard available

Status in ubuntu-ui-toolkit package in Ubuntu:
  Confirmed

Bug description:
  Action should support defining mnemonics via a special token, such as
  & or _. Mnemonics should display with an underline whenever a physical
  keyboard is attached.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ubuntu-ui-toolkit/+bug/1527527/+subscriptions

-- 
Mailing list: https://launchpad.net/~ubuntu-sdk-bugs
Post to : ubuntu-sdk-bugs@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-sdk-bugs
More help   : https://help.launchpad.net/ListHelp


[Ubuntu-sdk-bugs] [Bug 1527138] [NEW] apicheck should include C++ class/filename used by AP

2015-12-17 Thread Christian Dywan
Public bug reported:

The original C++ classname and the filename for QML respectively are at
the base of any public class name(s). That's the only name AutoPilot can
see so it's critical for ABI. It should be tracked in the .api file.

** Affects: ubuntu-ui-toolkit (Ubuntu)
 Importance: Undecided
 Status: New

-- 
You received this bug notification because you are a member of Ubuntu
SDK bug tracking, which is subscribed to ubuntu-ui-toolkit in Ubuntu.
https://bugs.launchpad.net/bugs/1527138

Title:
  apicheck should include C++ class/filename used by AP

Status in ubuntu-ui-toolkit package in Ubuntu:
  New

Bug description:
  The original C++ classname and the filename for QML respectively are
  at the base of any public class name(s). That's the only name
  AutoPilot can see so it's critical for ABI. It should be tracked in
  the .api file.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ubuntu-ui-toolkit/+bug/1527138/+subscriptions

-- 
Mailing list: https://launchpad.net/~ubuntu-sdk-bugs
Post to : ubuntu-sdk-bugs@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-sdk-bugs
More help   : https://help.launchpad.net/ListHelp


[Ubuntu-sdk-bugs] [Bug 1526208] [NEW] (Shift)Tab must not leave dialog/popover/menu

2015-12-15 Thread Christian Dywan
Public bug reported:

It must not be possible to leave a dialog/popover/menu using (Shift)Tab.
The only expected ways to leave are Escape and any component or key in
the popover which would result in closing it.

** Affects: ubuntu-ui-toolkit (Ubuntu)
 Importance: High
 Status: Confirmed

-- 
You received this bug notification because you are a member of Ubuntu
SDK bug tracking, which is subscribed to ubuntu-ui-toolkit in Ubuntu.
https://bugs.launchpad.net/bugs/1526208

Title:
  (Shift)Tab must not leave dialog/popover/menu

Status in ubuntu-ui-toolkit package in Ubuntu:
  Confirmed

Bug description:
  It must not be possible to leave a dialog/popover/menu using
  (Shift)Tab. The only expected ways to leave are Escape and any
  component or key in the popover which would result in closing it.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ubuntu-ui-toolkit/+bug/1526208/+subscriptions

-- 
Mailing list: https://launchpad.net/~ubuntu-sdk-bugs
Post to : ubuntu-sdk-bugs@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-sdk-bugs
More help   : https://help.launchpad.net/ListHelp


[Ubuntu-sdk-bugs] [Bug 1526250] [NEW] Pressing Escape should close an open PickerPanel

2015-12-15 Thread Christian Dywan
Public bug reported:

If a DatePicker opens a PickerPanel, Escape should close it.

** Affects: ubuntu-ui-toolkit (Ubuntu)
 Importance: High
 Status: Confirmed

-- 
You received this bug notification because you are a member of Ubuntu
SDK bug tracking, which is subscribed to ubuntu-ui-toolkit in Ubuntu.
https://bugs.launchpad.net/bugs/1526250

Title:
  Pressing Escape should close an open PickerPanel

Status in ubuntu-ui-toolkit package in Ubuntu:
  Confirmed

Bug description:
  If a DatePicker opens a PickerPanel, Escape should close it.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ubuntu-ui-toolkit/+bug/1526250/+subscriptions

-- 
Mailing list: https://launchpad.net/~ubuntu-sdk-bugs
Post to : ubuntu-sdk-bugs@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-sdk-bugs
More help   : https://help.launchpad.net/ListHelp


[Ubuntu-sdk-bugs] [Bug 1524710] [NEW] tests/unit/tst_*/tst_*: error while loading shared libraries: libUbuntuComponents.so: cannot open object file: No such file or directory

2015-12-10 Thread Christian Dywan
Public bug reported:

I'm seeing plenty errors of the form

tests/unit/tst_*/tst_*: error while loading shared libraries:
libUbuntuComponents.so: cannot open object file: No such file or
directory

in staging, both locally and in CI logs.

** Affects: ubuntu-ui-toolkit (Ubuntu)
 Importance: Critical
 Status: Confirmed

-- 
You received this bug notification because you are a member of Ubuntu
SDK bug tracking, which is subscribed to ubuntu-ui-toolkit in Ubuntu.
https://bugs.launchpad.net/bugs/1524710

Title:
  tests/unit/tst_*/tst_*: error while loading shared libraries:
  libUbuntuComponents.so: cannot open object file: No such file or
  directory

Status in ubuntu-ui-toolkit package in Ubuntu:
  Confirmed

Bug description:
  I'm seeing plenty errors of the form

  tests/unit/tst_*/tst_*: error while loading shared libraries:
  libUbuntuComponents.so: cannot open object file: No such file or
  directory

  in staging, both locally and in CI logs.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ubuntu-ui-toolkit/+bug/1524710/+subscriptions

-- 
Mailing list: https://launchpad.net/~ubuntu-sdk-bugs
Post to : ubuntu-sdk-bugs@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-sdk-bugs
More help   : https://help.launchpad.net/ListHelp


[Ubuntu-sdk-bugs] [Bug 1524234] [NEW] QML function trigger() with no argument doesn't override ActionItem.trigger

2015-12-09 Thread Christian Dywan
Public bug reported:

In QML it's only natural to declare

function trigger() { }

on an ActionItem (derived item) and expect it to override the trigger
slot.

This doesn't work - sometimes it works if the function is declared with
an argument, other times not at all.

** Affects: ubuntu-ui-toolkit (Ubuntu)
 Importance: Critical
 Assignee: Zsombor Egri (zsombi)
 Status: Confirmed

-- 
You received this bug notification because you are a member of Ubuntu
SDK bug tracking, which is subscribed to ubuntu-ui-toolkit in Ubuntu.
https://bugs.launchpad.net/bugs/1524234

Title:
  QML function trigger() with no argument doesn't override
  ActionItem.trigger

Status in ubuntu-ui-toolkit package in Ubuntu:
  Confirmed

Bug description:
  In QML it's only natural to declare

  function trigger() { }

  on an ActionItem (derived item) and expect it to override the trigger
  slot.

  This doesn't work - sometimes it works if the function is declared
  with an argument, other times not at all.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ubuntu-ui-toolkit/+bug/1524234/+subscriptions

-- 
Mailing list: https://launchpad.net/~ubuntu-sdk-bugs
Post to : ubuntu-sdk-bugs@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-sdk-bugs
More help   : https://help.launchpad.net/ListHelp


[Ubuntu-sdk-bugs] [Bug 1523840] [NEW] Sections need keyboard navigation support

2015-12-08 Thread Christian Dywan
Public bug reported:

Sections need to accept Tab for keyboard navigation and visualize focus.

** Affects: ubuntu-ui-toolkit (Ubuntu)
 Importance: Undecided
 Status: New

-- 
You received this bug notification because you are a member of Ubuntu
SDK bug tracking, which is subscribed to ubuntu-ui-toolkit in Ubuntu.
https://bugs.launchpad.net/bugs/1523840

Title:
  Sections need keyboard navigation support

Status in ubuntu-ui-toolkit package in Ubuntu:
  New

Bug description:
  Sections need to accept Tab for keyboard navigation and visualize
  focus.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ubuntu-ui-toolkit/+bug/1523840/+subscriptions

-- 
Mailing list: https://launchpad.net/~ubuntu-sdk-bugs
Post to : ubuntu-sdk-bugs@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-sdk-bugs
More help   : https://help.launchpad.net/ListHelp


[Ubuntu-sdk-bugs] [Bug 1523817] [NEW] ComboButton needs keyboard support

2015-12-08 Thread Christian Dywan
Public bug reported:

The ComboButton needs to open and close with a keyboard, via Space/Enter
key, Up/Down arrows change the current choice while the dropdown is
visible.

** Affects: ubuntu-ui-toolkit (Ubuntu)
 Importance: High
 Assignee: Christian Dywan (kalikiana)
 Status: Triaged

-- 
You received this bug notification because you are a member of Ubuntu
SDK bug tracking, which is subscribed to ubuntu-ui-toolkit in Ubuntu.
https://bugs.launchpad.net/bugs/1523817

Title:
  ComboButton needs keyboard support

Status in ubuntu-ui-toolkit package in Ubuntu:
  Triaged

Bug description:
  The ComboButton needs to open and close with a keyboard, via
  Space/Enter key, Up/Down arrows change the current choice while the
  dropdown is visible.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ubuntu-ui-toolkit/+bug/1523817/+subscriptions

-- 
Mailing list: https://launchpad.net/~ubuntu-sdk-bugs
Post to : ubuntu-sdk-bugs@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-sdk-bugs
More help   : https://help.launchpad.net/ListHelp


[Ubuntu-sdk-bugs] [Bug 1523825] [NEW] BottomEdge needs keyboard support

2015-12-08 Thread Christian Dywan
Public bug reported:

The BottomEdge(Hint) needs to respond to the Tab key, trigger when
Space/Return is pressed, focus when committed, and close via Escape.

** Affects: ubuntu-ui-toolkit (Ubuntu)
 Importance: High
 Status: Triaged

-- 
You received this bug notification because you are a member of Ubuntu
SDK bug tracking, which is subscribed to ubuntu-ui-toolkit in Ubuntu.
https://bugs.launchpad.net/bugs/1523825

Title:
  BottomEdge needs keyboard support

Status in ubuntu-ui-toolkit package in Ubuntu:
  Triaged

Bug description:
  The BottomEdge(Hint) needs to respond to the Tab key, trigger when
  Space/Return is pressed, focus when committed, and close via Escape.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ubuntu-ui-toolkit/+bug/1523825/+subscriptions

-- 
Mailing list: https://launchpad.net/~ubuntu-sdk-bugs
Post to : ubuntu-sdk-bugs@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-sdk-bugs
More help   : https://help.launchpad.net/ListHelp


[Ubuntu-sdk-bugs] [Bug 1523836] [NEW] Need support for stroke style UbuntuShape

2015-12-08 Thread Christian Dywan
Public bug reported:

For focus visuals we need the outline of an UbuntuShape but no filled
color. We also have the stroke style for buttons which is currently
using an asset for this.

** Affects: ubuntu-ui-toolkit (Ubuntu)
 Importance: Undecided
 Assignee: Loïc Molinari (loic.molinari)
 Status: New

-- 
You received this bug notification because you are a member of Ubuntu
SDK bug tracking, which is subscribed to ubuntu-ui-toolkit in Ubuntu.
https://bugs.launchpad.net/bugs/1523836

Title:
  Need support for stroke style UbuntuShape

Status in ubuntu-ui-toolkit package in Ubuntu:
  New

Bug description:
  For focus visuals we need the outline of an UbuntuShape but no filled
  color. We also have the stroke style for buttons which is currently
  using an asset for this.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ubuntu-ui-toolkit/+bug/1523836/+subscriptions

-- 
Mailing list: https://launchpad.net/~ubuntu-sdk-bugs
Post to : ubuntu-sdk-bugs@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-sdk-bugs
More help   : https://help.launchpad.net/ListHelp


  1   2   >