[Ubuntu-sdk-bugs] [Bug 1564767] Re: Wrong size of embedded window

2016-04-06 Thread Launchpad Bug Tracker
This bug was fixed in the package qtbase-opensource-src - 5.5.1+dfsg-
16ubuntu6

---
qtbase-opensource-src (5.5.1+dfsg-16ubuntu6) xenial; urgency=medium

  [ Alberto Mardegan ]
  * debian/patches/xcb_fix_parent_screen_of_embedded_windows.patch:
- Fix wrong size of embedded window. Fixed in upstream Qt 5.6.
  (LP: #1564767)

 -- Timo Jyrinki   Tue, 05 Apr 2016 13:59:17
+

** Changed in: qtbase-opensource-src (Ubuntu)
   Status: In Progress => Fix Released

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

Title:
  Wrong size of embedded window

Status in webapps-sprint:
  In Progress
Status in qtbase-opensource-src package in Ubuntu:
  Fix Released

Bug description:
  When creating an online account in Xenial, the embedded webview is not
  properly resized to fill up the embedder's area (see attached
  screenshot).

  I'll investigate to find out whether this is a problem with the window
  manager, or with the XEMBED implementation in Gdk or Qt; but
  meanwhile, I'll try to apply a workaround in unity-control-center-
  signon.

To manage notifications about this bug go to:
https://bugs.launchpad.net/webapps-sprint/+bug/1564767/+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 1560528] Re: tst_LargeFile::mapOffsetOverflow started failing on 32-bit xenial

2016-04-06 Thread Launchpad Bug Tracker
This bug was fixed in the package qtbase-opensource-src - 5.5.1+dfsg-
16ubuntu6

---
qtbase-opensource-src (5.5.1+dfsg-16ubuntu6) xenial; urgency=medium

  [ Alberto Mardegan ]
  * debian/patches/xcb_fix_parent_screen_of_embedded_windows.patch:
- Fix wrong size of embedded window. Fixed in upstream Qt 5.6.
  (LP: #1564767)

 -- Timo Jyrinki   Tue, 05 Apr 2016 13:59:17
+

** Changed in: qtbase-opensource-src (Ubuntu)
   Status: Incomplete => Fix Released

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

Title:
  tst_LargeFile::mapOffsetOverflow started failing on 32-bit xenial

Status in glibc package in Ubuntu:
  New
Status in qtbase-opensource-src package in Ubuntu:
  Fix Released

Bug description:
  Something has changed xenial, resulting in the following one unit test
  failing on 32-bit (it's expected failure on 64-bit):

  QWARN  : tst_LargeFile::mapOffsetOverflow() QFSFileEngine::map: Mapping a 
file beyond its size is not portable
  FAIL!  : tst_LargeFile::mapOffsetOverflow() '!address' returned FALSE. ()
 Loc: [tst_largefile.cpp(517)]
  --
  blockSize(1 << 12)
  ...
  void tst_LargeFile::mapOffsetOverflow()
  {
  // Out-of-range mappings should fail, and not silently clip the offset
  for (int i = 50; i < 63; ++i) {
  uchar *address = 0;

  address = largeFile.map(((qint64)1 << i), blockSize);
  #if defined(__x86_64__)
  QEXPECT_FAIL("", "fails on 64-bit Linux (QTBUG-21175)", Abort);
  #endif  
  QVERIFY( !address );

  address = largeFile.map(((qint64)1 << i) + blockSize, blockSize);
  QVERIFY( !address );
  }
  #endif
  }

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/glibc/+bug/1560528/+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 1557259] Re: typo in the property definitions

2016-04-06 Thread Launchpad Bug Tracker
This bug was fixed in the package qtbase-opensource-src - 5.5.1+dfsg-
16ubuntu6

---
qtbase-opensource-src (5.5.1+dfsg-16ubuntu6) xenial; urgency=medium

  [ Alberto Mardegan ]
  * debian/patches/xcb_fix_parent_screen_of_embedded_windows.patch:
- Fix wrong size of embedded window. Fixed in upstream Qt 5.6.
  (LP: #1564767)

 -- Timo Jyrinki   Tue, 05 Apr 2016 13:59:17
+

** Changed in: qtbase-opensource-src (Ubuntu)
   Status: New => Fix Released

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

Title:
  typo in the property definitions

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

Bug description:
  
https://developer.ubuntu.com/api/apps/qml/sdk-15.04.1/Ubuntu.Components.ScrollView/

  on the page:

  defaultcontentItem : Item
  The contentItem of the ScrollView. This is set by the user. Note that the 
definition of contentItem is somewhat different to that of a Flickable, where 
the contentItem is implicitly created.

  read-onlyflickableItem : Item

  There should be a space in the property defintions.

  default contentItem: Item

To manage notifications about this bug go to:
https://bugs.launchpad.net/canonical-devices-system-image/+bug/1557259/+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 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 1561440] Re: tst_datepicker13.qml generates warnings

2016-04-06 Thread Timo Jyrinki
** Also affects: ubuntu-ui-toolkit (Ubuntu RTM)
   Importance: Undecided
   Status: New

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

** Also affects: canonical-devices-system-image
   Importance: Undecided
   Status: New

** Changed in: canonical-devices-system-image
 Assignee: (unassigned) => Zoltan Balogh (bzoltan)

** Changed in: canonical-devices-system-image
   Importance: Undecided => Critical

** Changed in: canonical-devices-system-image
   Status: New => In Progress

** Changed in: canonical-devices-system-image
Milestone: None => 11

-- 
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/1561440

Title:
  tst_datepicker13.qml generates warnings

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

Bug description:
  Landing fails because of the warnings (see
  https://launchpadlibrarian.net/249767391/buildlog_ubuntu-vivid-amd64
  .ubuntu-ui-toolkit_1.3.1908+15.04.20160324-0ubuntu1_BUILDING.txt.gz ):

  Executing dbus-test-runner --task gdb -p --quiet -n tst_datepicker13.qml -m 
300 -p --batch -p -ex -p 'set print thread-events off' -p -ex -p run -p -ex -p 
bt -p --return-child-result -p --args -p 
/«BUILDDIR»/ubuntu-ui-toolkit-1.3.1908+15.04.20160324/tests/unit_x11/tst_components/tst_components
 -p -input -p tst_datepicker13.qml -p -maxwarnings -p 100 -p -o -p 
/«BUILDDIR»/ubuntu-ui-toolkit-1.3.1908+15.04.20160324/tests/test_tst_datepicker13.qml.xml,xunitxml
 -p -o -p -,txt
  Working directory: 
/«BUILDDIR»/ubuntu-ui-toolkit-1.3.1908+15.04.20160324/tests/unit_x11/tst_components
  DBus daemon: 
unix:abstract=/tmp/dbus-kG7JNUiS9E,guid=11bcf0a6a036805528d61e8b56f37499
  tst_datepicker13.qml: Started with PID: 17169
  Undefined command: "".  Try "help".
  tst_datepicker13.qml: [Thread debugging using libthread_db enabled]
  tst_datepicker13.qml: Using host libthread_db library 
"/lib/x86_64-linux-gnu/libthread_db.so.1".
  tst_datepicker13.qml: [New Thread 0x7fffe1ffb700 (LWP 17180)]
  tst_datepicker13.qml: * Start testing of components *
  tst_datepicker13.qml: Config: Using QtTest library 5.4.1, Qt 5.4.1 
(x86_64-little_endian-lp64 shared (dynamic) release build; by GCC 4.9.2)
  tst_datepicker13.qml: QWARN  : components::DatePicker13API::initTestCase() 
file:///«BUILDDIR»/ubuntu-ui-toolkit-1.3.1908+15.04.20160324/qml/Ubuntu/Components/Themes/Ambiance/1.3/DatePickerStyle.qml:35:
 TypeError: Cannot read property 'baseText' of undefined
  tst_datepicker13.qml: PASS   : components::DatePicker13API::initTestCase()
  tst_datepicker13.qml: PASS   : 
components::DatePicker13API::test_1_changeDate()
  tst_datepicker13.qml: QWARN  : 
components::DatePicker13API::test_1_changeDateToNextMonth() 
file:///«BUILDDIR»/ubuntu-ui-toolkit-1.3.1908+15.04.20160324/qml/Ubuntu/Components/Themes/Ambiance/1.3/DatePickerStyle.qml:35:
 TypeError: Cannot read property 'baseText' of undefined
  tst_datepicker13.qml: PASS   : 
components::DatePicker13API::test_1_changeDateToNextMonth()
  tst_datepicker13.qml: QWARN  : 
components::DatePicker13API::test_1_changeLocale() 
file:///«BUILDDIR»/ubuntu-ui-toolkit-1.3.1908+15.04.20160324/qml/Ubuntu/Components/Themes/Ambiance/1.3/DatePickerStyle.qml:35:
 TypeError: Cannot read property 'baseText' of undefined
  tst_datepicker13.qml: PASS   : 
components::DatePicker13API::test_1_changeLocale()
  tst_datepicker13.qml: QWARN  : 
components::DatePicker13API::test_1_changeMaximumAfterDate() 
file:///«BUILDDIR»/ubuntu-ui-toolkit-1.3.1908+15.04.20160324/qml/Ubuntu/Components/Themes/Ambiance/1.3/DatePickerStyle.qml:35:
 TypeError: Cannot read property 'baseText' of undefined
  tst_datepicker13.qml: PASS   : 
components::DatePicker13API::test_1_changeMaximumAfterDate()
  tst_datepicker13.qml: QWARN  : 
components::DatePicker13API::test_1_changeMaximumInvalid() 
file:///«BUILDDIR»/ubuntu-ui-toolkit-1.3.1908+15.04.20160324/qml/Ubuntu/Components/Themes/Ambiance/1.3/DatePickerStyle.qml:35:
 TypeError: Cannot read property 'baseText' of undefined
  tst_datepicker13.qml: PASS   : 
components::DatePicker13API::test_1_changeMaximumInvalid()
  tst_datepicker13.qml: QWARN  : 
components::DatePicker13API::test_1_changeMinimumBeforeDate() 
file:///«BUILDDIR»/ubuntu-ui-toolkit-1.3.1908+15.04.20160324/qml/Ubuntu/Components/Themes/Ambiance/1.3/DatePickerStyle.qml:35:
 TypeError: Cannot read property 'baseText' of undefined
  tst_datepicker13.qml: PASS   : 
components::DatePicker13API::test_1_changeMinimumBeforeDate()
  tst_datepicker13.qml: QWARN  : 
components::DatePicker13API::test_1_changeMinimumInvalid() 
file:///«BUILDDIR»/ubuntu-ui-toolkit-1.3.1908+15.04.20160324/qml/Ubuntu/Components/Themes/Ambiance/1.3/DatePickerStyle.qml:35:
 TypeError: Cannot read property 'baseText' of undefined
  

[Ubuntu-sdk-bugs] [Bug 1540356] Re: UITK apicheck and plugin fail to build against Qt 5.6

2016-04-06 Thread Timo Jyrinki
** Also affects: canonical-devices-system-image
   Importance: Undecided
   Status: New

** Changed in: canonical-devices-system-image
 Assignee: (unassigned) => Zoltan Balogh (bzoltan)

** Changed in: canonical-devices-system-image
   Importance: Undecided => Medium

** Changed in: canonical-devices-system-image
   Status: New => In Progress

** Changed in: canonical-devices-system-image
Milestone: None => 11

-- 
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/1540356

Title:
  UITK apicheck and plugin fail to build against Qt 5.6

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

Bug description:
  Using Qt 5.6 beta:

  Build log at https://launchpadlibrarian.net/235918818/buildlog_ubuntu-
  xenial-amd64.ubuntu-ui-
  toolkit_1.3.1795+16.04.20160106-0ubuntu2_BUILDING.txt.gz

  ---
  apicheck.cpp:95:64: error: no matching function for call to 
'QQmlType::attachedPropertiesType() const'
   collectReachableMetaObjects(ty->attachedPropertiesType(), metas);

  ...

  plugin/propertychanges.cpp:93:17: error: 'getPointer' is not a member of 
'QQmlAbstractBinding'
   toBinding = QQmlAbstractBinding::getPointer(binding);
  ---

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

To manage notifications about this bug go to:
https://bugs.launchpad.net/canonical-devices-system-image/+bug/1540356/+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 1551341] Re: Reduce height of Sections in landscape on phone.

2016-04-06 Thread Timo Jyrinki
** Also affects: canonical-devices-system-image
   Importance: Undecided
   Status: New

** Changed in: canonical-devices-system-image
 Assignee: (unassigned) => Zoltan Balogh (bzoltan)

** Changed in: canonical-devices-system-image
   Importance: Undecided => Medium

** Changed in: canonical-devices-system-image
   Status: New => In Progress

** Changed in: canonical-devices-system-image
Milestone: None => 11

-- 
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/1551341

Title:
  Reduce height of Sections in landscape on phone.

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

Bug description:
  According to the specifications for the Sections component in
  landscape mode here http://client.demo.haus/header/header-landscape-
  sections/ the height of the Sections component when the screen is less
  than 50 GU high should be reduced from 4 to 3 GU. Also, the margin
  between the bottom of the Sections and the baseline of the text (and
  the bottomMargin of the arrows) must be reduced from 2 to 1 GU.

To manage notifications about this bug go to:
https://bugs.launchpad.net/canonical-devices-system-image/+bug/1551341/+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 1527387] Re: SwipeArea: Support watching a swipe without owning its events

2016-04-06 Thread Timo Jyrinki
** Also affects: canonical-devices-system-image
   Importance: Undecided
   Status: New

** Changed in: canonical-devices-system-image
 Assignee: (unassigned) => Zoltan Balogh (bzoltan)

** Changed in: canonical-devices-system-image
   Importance: Undecided => Medium

** Changed in: canonical-devices-system-image
   Status: New => In Progress

** Changed in: canonical-devices-system-image
Milestone: None => 11

-- 
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/1527387

Title:
  SwipeArea: Support watching a swipe without owning its events

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

Bug description:
  == Ask ==

  I want to add SwipeArea.monitorOnly (name is up for debate) which lets
  input events "fall through" (i.e. it doesn't own them) but continues
  to monitor them.

  I have a specific need for it, but it might be a generally useful
  thing?

  == Backstory ==

  Recently, the UITK got SwipeArea, which is great.  In unity8, I'm
  working on a redesign of the edge introduction tutorial on first boot
  of your device.

  There's a part of it where we put a shell-wide overlay on top of the
  screen that says "Swipe from the bottom to do ..." and this should
  fade out as the user swipes up (but should do the right thing if the
  drag isn't completed or is held in place).

  One way to do this would be to communicate with the app.  But that's a
  lot of infrastructure for one little feature.  And this feature might
  be short-lived, because eventually we're going to try to move those
  "coach mark" help screens in the UITK as well for apps to use
  themselves.  But for now, the shell is showing the bottom edge coach
  mark for a select few apps.

  So another easy way to do it is to be able to monitor the user's drag,
  but not interfere with it.  So the shell can see what the drag is
  doing, but the app still does the drag itself.

  == Next Steps ==

  I was working on a unity8 branch to add a monitorOnly field to
  DirectionalDragArea, but that got moved into UITK as SwipeArea and is
  being dropped from unity8.  So now I've come here to try to add it.

  You can see the WIP branch linked from this bug [1] to see the kind of
  change I'd propose.

  But before finalizing that branch by fleshing out tests and such, I
  would appreciate feedback on how receptive you are to it, whether you
  want a different name than 'monitorOnly', etc.  Thanks.

  [1] https://code.launchpad.net/~mterry/ubuntu-ui-toolkit/monitor-
  only/+merge/280923

To manage notifications about this bug go to:
https://bugs.launchpad.net/canonical-devices-system-image/+bug/1527387/+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 1549171] Re: Add testsuite for Tree implementation

2016-04-06 Thread Timo Jyrinki
** Also affects: canonical-devices-system-image
   Importance: Undecided
   Status: New

** Changed in: canonical-devices-system-image
   Importance: Undecided => High

** Changed in: canonical-devices-system-image
 Assignee: (unassigned) => Zoltan Balogh (bzoltan)

** Changed in: canonical-devices-system-image
   Status: New => In Progress

** Changed in: canonical-devices-system-image
Milestone: None => 11

-- 
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/1549171

Title:
  Add testsuite for Tree implementation

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

Bug description:
  The Tree implementation is not covered by any tests.

To manage notifications about this bug go to:
https://bugs.launchpad.net/canonical-devices-system-image/+bug/1549171/+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 1557472] Re: Offline documentation is lacking lists and bullet points styling

2016-04-06 Thread Timo Jyrinki
** Also affects: ubuntu-ui-toolkit (Ubuntu)
   Importance: Undecided
   Status: New

** Changed in: canonical-devices-system-image
 Assignee: (unassigned) => Zoltan Balogh (bzoltan)

** Changed in: canonical-devices-system-image
Milestone: None => 11

-- 
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/1557472

Title:
  Offline documentation is lacking lists and bullet points styling

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

Bug description:
  r1888

  The documentation produced by "make docs" does not have any styling for 
  /list
  /li
  /endlist 

  sections. As a result, the lists presented in the QtCreator/Offline
  documentation are just shown as normal text, without bullet points or
  any list-like styling, making the documentation less clear.

To manage notifications about this bug go to:
https://bugs.launchpad.net/canonical-devices-system-image/+bug/1557472/+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 1560044] Re: UCLabel as ListView delegate crashes while being destroyed

2016-04-06 Thread Timo Jyrinki
** Also affects: ubuntu-ui-toolkit (Ubuntu)
   Importance: Undecided
   Status: New

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

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

** 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/1560044

Title:
  UCLabel as ListView delegate crashes while being destroyed

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

Bug description:
  The Ubuntu Error Tracker has been receiving reports about a problem
  regarding qtdeclarative-opensource-src.  This problem was most
  recently seen with version 5.4.1-1ubuntu11~overlay3, the problem page
  at
  https://errors.ubuntu.com/problem/4eb5a72c06f99f8d9734d01089aead39adf9f340
  contains more details.

  #10 0xb0444c44 in UCLabel::~UCLabel (this=0xf06b30, __in_chrg=) at plugin/uclabel.h:25
  ...
  #28 0xb0444822 in UCStyledItemBase::~UCStyledItemBase (this=0xc46f00, 
__in_chrg=) at plugin/ucstyleditembase.h:28
  No locals.
  #29 UCPageTreeNode::~UCPageTreeNode (this=0xc46f00, __in_chrg=) at plugin/ucpagetreenode.h:22
  No locals.

To manage notifications about this bug go to:
https://bugs.launchpad.net/canonical-devices-system-image/+bug/1560044/+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 1553551] Re: qtdeclarative5-ubuntu-ui-toolkit-plugin transitional package needs to depend on qml-module-ubuntu-performancemetrics, qml-module-ubuntu-layouts and qml-module-ubunt

2016-04-06 Thread Timo Jyrinki
** Also affects: canonical-devices-system-image
   Importance: Undecided
   Status: New

** Changed in: canonical-devices-system-image
 Assignee: (unassigned) => Zoltan Balogh (bzoltan)

** Changed in: canonical-devices-system-image
   Importance: Undecided => High

** Changed in: canonical-devices-system-image
   Importance: High => Medium

** Changed in: canonical-devices-system-image
   Status: New => In Progress

** Changed in: canonical-devices-system-image
Milestone: None => 11

-- 
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/1553551

Title:
  qtdeclarative5-ubuntu-ui-toolkit-plugin transitional package needs to
  depend on qml-module-ubuntu-performancemetrics, qml-module-ubuntu-
  layouts and qml-module-ubuntu-test

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

Bug description:
  Since http://bazaar.launchpad.net/~ubuntu-sdk-team/ubuntu-ui-
  toolkit/staging/revision/1882, qtdeclarative5-ubuntu-ui-toolkit-plugin
  was renamed to qml-module-ubuntu-components and was split up into
  several binary packages. qtdeclarative5-ubuntu-ui-toolkit-plugin is
  now a transitional dummy package, but it depends only on qml-module-
  ubuntu-components. Because of the split, it needs to also depend on
  qml-module-ubuntu-performancemetrics, qml-module-ubuntu-layouts and
  qml-module-ubuntu-test.

  As a real-world example, webbrowser-app currently has build dependency
  on qtdeclarative5-ubuntu-ui-toolkit-plugin, expecting the Ubuntu.Test
  module to be available at build time.

To manage notifications about this bug go to:
https://bugs.launchpad.net/canonical-devices-system-image/+bug/1553551/+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 1551356] Re: Header sections arrows are clickable (and functional) even when the sections should not be scrollable

2016-04-06 Thread Timo Jyrinki
** Also affects: canonical-devices-system-image
   Importance: Undecided
   Status: New

** Changed in: canonical-devices-system-image
 Assignee: (unassigned) => Zoltan Balogh (bzoltan)

** Changed in: canonical-devices-system-image
   Importance: Undecided => High

** Changed in: canonical-devices-system-image
   Status: New => In Progress

** Changed in: canonical-devices-system-image
Milestone: None => 11

-- 
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/1551356

Title:
  Header sections arrows are clickable (and functional) even when the
  sections should not be scrollable

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

Bug description:
  r1872

  1) Open UI 
  2) Go to Sections page
  3) make sure that the window is wide enough to fit all the sections available 
in the header
  4) Click on the left arrow

  Expected outcome:
  The sections don't move

  Actual outcome:
  The sections scroll to the right, thus leaving empty space on the left side. 
  NOTE: the arrow button looks disable, but it still performs an action.

To manage notifications about this bug go to:
https://bugs.launchpad.net/canonical-devices-system-image/+bug/1551356/+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 1549743] Re: SystemSettings Language view: tapping on a list item with HW keyboard connected changes the focus without showing any visual hint

2016-04-06 Thread Timo Jyrinki
** Also affects: canonical-devices-system-image
   Importance: Undecided
   Status: New

** Changed in: canonical-devices-system-image
 Assignee: (unassigned) => Zoltan Balogh (bzoltan)

** Changed in: canonical-devices-system-image
   Importance: Undecided => High

** Changed in: canonical-devices-system-image
   Status: New => In Progress

** Changed in: canonical-devices-system-image
Milestone: None => 11

-- 
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/1549743

Title:
  SystemSettings Language view: tapping on a list item with HW
  keyboard connected changes the focus without showing any visual hint

Status in Canonical System Image:
  In Progress
Status in ubuntu-system-settings package in Ubuntu:
  Incomplete
Status in ubuntu-ui-toolkit package in Ubuntu:
  Fix Committed
Status in ubuntu-ui-toolkit package in Ubuntu RTM:
  Fix Committed

Bug description:
  Nexus7, rc-proposed, r373

  Ubuntu UI Toolkit version r1795

  How to reproduce:
  1) Connect bluetooth keyboard
  2) Open system settings
  3) Open Language & Text view
  4) Press tab until the n-th switch shows its focus frame
  5) Now tap (using touchscreen) another list item in the list
  7) Notice that there is no visual focus frame anymore
  8) Press Tab again

  Expected outcome:
  IF tapping on a list item changes the focused item in the view, then that 
should be shown to the user using a focus frame (if it makes sense, for 
instance if HW keyboard is connected). At that point, Tab can move to the next 
item and the user is not surprised

  Actual outcome:
  Pressing tab moves the focus to the list item that follows the one the user 
has tapped on, but the user did not get any visual hint that focus was moved 
from the list item he previously tabbed to, to the item he tapped on 
afterwards, and is hence confused.

To manage notifications about this bug go to:
https://bugs.launchpad.net/canonical-devices-system-image/+bug/1549743/+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 1536679] Re: Some items should look different when a keyboard is attached

2016-04-06 Thread Timo Jyrinki
** Also affects: canonical-devices-system-image
   Importance: Undecided
   Status: New

** Changed in: canonical-devices-system-image
 Assignee: (unassigned) => Zoltan Balogh (bzoltan)

** Changed in: canonical-devices-system-image
   Importance: Undecided => High

** Changed in: canonical-devices-system-image
   Status: New => In Progress

** Changed in: canonical-devices-system-image
Milestone: None => 11

-- 
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/1536679

Title:
  Some items should look different when a keyboard is attached

Status in Canonical System Image:
  In Progress
Status in Ubuntu UX:
  In Progress
Status in ubuntu-ui-toolkit package in Ubuntu:
  Fix Committed
Status in ubuntu-ui-toolkit package in Ubuntu RTM:
  Fix Committed

Bug description:
  currentindex ListItems should looks different when keyboard is
  attached.

  To be able to navigate with keyboard in a list,grid[view] the current
  item should have a different visual to point which is the selected
  item.

  This is valid only when using keyboard we do not want the item to
  appear selected if we do not have a keyboard.

  I think the same idea apply to focused buttons and others items, but
  the design team probably has a best understand about that.

  UX Fix:
  We currently have a focus state spec as well as visuals as part of the SDK 
work we are undertaking. This addresses the issue stated and is currently being 
implemented. Keep your eyes peeled :)

To manage notifications about this bug go to:
https://bugs.launchpad.net/canonical-devices-system-image/+bug/1536679/+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 1549733] Re: SystemSettings Language view: hitting Space on HW keyboard triggers switch even when it (or its list item) does not show any visual focus frame

2016-04-06 Thread Timo Jyrinki
** Also affects: canonical-devices-system-image
   Importance: Undecided
   Status: New

** Changed in: canonical-devices-system-image
 Assignee: (unassigned) => Zoltan Balogh (bzoltan)

** Changed in: canonical-devices-system-image
   Status: New => In Progress

** Changed in: canonical-devices-system-image
   Importance: Undecided => High

** Changed in: canonical-devices-system-image
Milestone: None => 11

-- 
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/1549733

Title:
  SystemSettings Language view: hitting Space on HW keyboard
  triggers switch even when it (or its list item) does not show any
  visual focus frame

Status in Canonical System Image:
  In Progress
Status in ubuntu-system-settings package in Ubuntu:
  Confirmed
Status in ubuntu-ui-toolkit package in Ubuntu:
  Fix Committed
Status in ubuntu-ui-toolkit package in Ubuntu RTM:
  Fix Committed

Bug description:
  Nexus7, rc-proposed, r373

  Ubuntu UI Toolkit version r1795

  How to reproduce:
  1) Connect bluetooth keyboard
  2) Open system settings
  3) Open Language & Text view
  4) Press tab until the n-th switch shows its focus frame
  5) Now tap (using touchscreen) on the m-th list item, with  m < n (tap on the 
list item, not on the switch of that list item)
  NOTE: It is important that m < n, the bug will not trigger on listitems that 
have not been focused at least once!
  6) At this point the focus frame around the n-th switch has disappeared
  7) Now press Space on the keyboard

  Expected outcome:
  Nothing, because there is no focus frame anywhere on the screen

  Actual outcome:
  The switch of the m-th list item is triggered, even though that list item or 
switch were not showing any focus frame

To manage notifications about this bug go to:
https://bugs.launchpad.net/canonical-devices-system-image/+bug/1549733/+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 1555784] Re: Label doesn't take into account the color values which are same as the default.

2016-04-06 Thread Timo Jyrinki
** Also affects: canonical-devices-system-image
   Importance: Undecided
   Status: New

** Changed in: canonical-devices-system-image
 Assignee: (unassigned) => Zoltan Balogh (bzoltan)

** Changed in: canonical-devices-system-image
   Importance: Undecided => Critical

** Changed in: canonical-devices-system-image
Milestone: None => 11

** Changed in: canonical-devices-system-image
   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/1555784

Title:
  Label doesn't take into account the color values  which are same as
  the default.

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

Bug description:
  The following code does not overrule the theming of the Label

  Label {
  text: "howdy lamb!"
  color: "white"
  }

  The text will not be drawn with white, but with the default label
  color.

To manage notifications about this bug go to:
https://bugs.launchpad.net/canonical-devices-system-image/+bug/1555784/+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 1554447] Re: 4 webbrowser-app unit test failures with staging UITK

2016-04-06 Thread Timo Jyrinki
** Also affects: ubuntu-ui-toolkit (Ubuntu)
   Importance: Undecided
   Status: New

** Changed in: ubuntu-ui-toolkit (Ubuntu)
 Assignee: (unassigned) => Zsombor Egri (zsombi)

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

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

** Changed in: canonical-devices-system-image
 Assignee: Zsombor Egri (zsombi) => Zoltan Balogh (bzoltan)

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

** Changed in: canonical-devices-system-image
Milestone: None => 11

-- 
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/1554447

Title:
  4 webbrowser-app unit test failures with staging UITK

Status in Canonical System Image:
  In Progress
Status in ubuntu-ui-toolkit package in Ubuntu:
  Fix Committed
Status in webbrowser-app package in Ubuntu:
  New
Status in ubuntu-ui-toolkit package in Ubuntu RTM:
  Fix Committed

Bug description:
  Running webbrowser-app’s unit tests with the latest staging branch of
  the UITK as of today (lp:~ubuntu-sdk-team/ubuntu-ui-toolkit/staging at
  revision 1885), I’m seeing 4 unit test failures (see full log
  attached).

  Looking into those failures, it appears that they all have the same
  root cause: they expect a KeyUp/KeyDown event to transfer active focus
  from a listview to another element, and that doesn’t happen.
  https://bazaar.launchpad.net/~ubuntu-sdk-team/ubuntu-ui-
  toolkit/staging/revision/1878 looks like a likely culprit. In
  particular, ListViewProxy::keyPressEvent() always returns true, even
  if the event didn’t actually result in an index change.

To manage notifications about this bug go to:
https://bugs.launchpad.net/canonical-devices-system-image/+bug/1554447/+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 1555797] Re: Theme loads MainViewStyle 1.2 when MainView has a dark backgroundColor set.

2016-04-06 Thread Timo Jyrinki
** Also affects: canonical-devices-system-image
   Importance: Undecided
   Status: New

** Changed in: canonical-devices-system-image
 Assignee: (unassigned) => Zoltan Balogh (bzoltan)

** Changed in: canonical-devices-system-image
Milestone: None => 11

** Changed in: canonical-devices-system-image
   Importance: Undecided => High

** Changed in: canonical-devices-system-image
   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/1555797

Title:
  Theme loads MainViewStyle 1.2 when MainView has a dark backgroundColor
  set.

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

Bug description:
  I applied this patch .cpp in order to see which theme files are
  loaded:

  === modified file 'src/Ubuntu/Components/plugin/uctheme.cpp'
  --- src/Ubuntu/Components/plugin/uctheme.cpp  2016-03-07 15:51:52 +
  +++ src/Ubuntu/Components/plugin/uctheme.cpp  2016-03-10 20:02:57 +
  @@ -26,6 +26,8 @@
   #include "ucstyleditembase_p.h"
   #include "ucthemingextension.h"
   
  +#include 
  +
   #include 
   #include 
   #include 
  @@ -705,6 +707,7 @@
   bool fallback = false;
   QUrl url = styleUrl(styleName, version, );
   if (url.isValid()) {
  +qDebug()<<"creating style component from "<

[Ubuntu-sdk-bugs] [Bug 1554447] Re: 4 webbrowser-app unit test failures with staging UITK

2016-04-06 Thread Zoltan Balogh
** Package changed: ubuntu-ui-toolkit (Ubuntu) => canonical-devices-
system-image

-- 
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/1554447

Title:
  4 webbrowser-app unit test failures with staging UITK

Status in Canonical System Image:
  In Progress
Status in ubuntu-ui-toolkit package in Ubuntu:
  Fix Committed
Status in webbrowser-app package in Ubuntu:
  New
Status in ubuntu-ui-toolkit package in Ubuntu RTM:
  Fix Committed

Bug description:
  Running webbrowser-app’s unit tests with the latest staging branch of
  the UITK as of today (lp:~ubuntu-sdk-team/ubuntu-ui-toolkit/staging at
  revision 1885), I’m seeing 4 unit test failures (see full log
  attached).

  Looking into those failures, it appears that they all have the same
  root cause: they expect a KeyUp/KeyDown event to transfer active focus
  from a listview to another element, and that doesn’t happen.
  https://bazaar.launchpad.net/~ubuntu-sdk-team/ubuntu-ui-
  toolkit/staging/revision/1878 looks like a likely culprit. In
  particular, ListViewProxy::keyPressEvent() always returns true, even
  if the event didn’t actually result in an index change.

To manage notifications about this bug go to:
https://bugs.launchpad.net/canonical-devices-system-image/+bug/1554447/+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 1557472] Re: Offline documentation is lacking lists and bullet points styling

2016-04-06 Thread Zoltan Balogh
** Package changed: ubuntu-ui-toolkit (Ubuntu) => canonical-devices-
system-image

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

** Project changed: ubuntu-ui-toolkit => 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/1557472

Title:
  Offline documentation is lacking lists and bullet points styling

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

Bug description:
  r1888

  The documentation produced by "make docs" does not have any styling for 
  /list
  /li
  /endlist 

  sections. As a result, the lists presented in the QtCreator/Offline
  documentation are just shown as normal text, without bullet points or
  any list-like styling, making the documentation less clear.

To manage notifications about this bug go to:
https://bugs.launchpad.net/canonical-devices-system-image/+bug/1557472/+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 1560044] Re: UCLabel as ListView delegate crashes while being destroyed

2016-04-06 Thread Zoltan Balogh
** Package changed: ubuntu-ui-toolkit (Ubuntu) => 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/1560044

Title:
  UCLabel as ListView delegate crashes while being destroyed

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

Bug description:
  The Ubuntu Error Tracker has been receiving reports about a problem
  regarding qtdeclarative-opensource-src.  This problem was most
  recently seen with version 5.4.1-1ubuntu11~overlay3, the problem page
  at
  https://errors.ubuntu.com/problem/4eb5a72c06f99f8d9734d01089aead39adf9f340
  contains more details.

  #10 0xb0444c44 in UCLabel::~UCLabel (this=0xf06b30, __in_chrg=) at plugin/uclabel.h:25
  ...
  #28 0xb0444822 in UCStyledItemBase::~UCStyledItemBase (this=0xc46f00, 
__in_chrg=) at plugin/ucstyleditembase.h:28
  No locals.
  #29 UCPageTreeNode::~UCPageTreeNode (this=0xc46f00, __in_chrg=) at plugin/ucpagetreenode.h:22
  No locals.

To manage notifications about this bug go to:
https://bugs.launchpad.net/canonical-devices-system-image/+bug/1560044/+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 1553090] Re: Binding loops in implicitWidth with OTA 10 landing

2016-04-06 Thread Timo Jyrinki
** Also affects: ubuntu-ui-toolkit (Ubuntu RTM)
   Importance: Undecided
   Status: New

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

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

** Also affects: canonical-devices-system-image
   Importance: Undecided
   Status: New

** Changed in: canonical-devices-system-image
 Assignee: (unassigned) => Zoltan Balogh (bzoltan)

** Changed in: canonical-devices-system-image
Milestone: None => 11

-- 
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/1553090

Title:
  Binding loops in implicitWidth with OTA 10 landing

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

Bug description:
  The simple code

  import QtQuick 2.4
  import Ubuntu.Components 1.3

  AbstractButton {
  implicitWidth: childrenRect.width
  implicitHeight: childrenRect.height
  Label {
  id: titleLabel
  text: "HOLA CARACOLA"
  }
  }

  is giving

  file:///home/tsdgeos_work/test/1.qml:4:1: QML AbstractButton: Binding loop 
detected for property "implicitWidth"
  file:///home/tsdgeos_work/test/1.qml:4:1: QML AbstractButton: Binding loop 
detected for property "implicitWidth"
  file:///home/tsdgeos_work/test/1.qml:4:1: QML AbstractButton: Binding loop 
detected for property "implicitHeight"
  file:///home/tsdgeos_work/test/1.qml:4:1: QML AbstractButton: Binding loop 
detected for property "implicitWidth"
  file:///home/tsdgeos_work/test/1.qml:4:1: QML AbstractButton: Binding loop 
detected for property "implicitHeight"
  file:///home/tsdgeos_work/test/1.qml:4:1: QML AbstractButton: Binding loop 
detected for property "implicitWidth"
  file:///home/tsdgeos_work/test/1.qml:4:1: QML AbstractButton: Binding loop 
detected for property "implicitHeight"
  file:///home/tsdgeos_work/test/1.qml:4:1: QML AbstractButton: Binding loop 
detected for property "implicitWidth"
  file:///home/tsdgeos_work/test/1.qml:4:1: QML AbstractButton: Binding loop 
detected for property "implicitWidth"
  file:///home/tsdgeos_work/test/1.qml:4:1: QML AbstractButton: Binding loop 
detected for property "implicitHeight"
  file:///home/tsdgeos_work/test/1.qml:4:1: QML AbstractButton: Binding loop 
detected for property "implicitWidth"
  file:///home/tsdgeos_work/test/1.qml:4:1: QML AbstractButton: Binding loop 
detected for property "implicitHeight"

  with the OTA 10 landing as of today.

  This works fine without that landing and i think it's valid code that
  should not be giving out warnings like this.

To manage notifications about this bug go to:
https://bugs.launchpad.net/canonical-devices-system-image/+bug/1553090/+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 1566737] [NEW] Tabs need to be marked DEPRECATED in its own documentation

2016-04-06 Thread Tim Peeters
*** This bug is a duplicate of bug 1566735 ***
https://bugs.launchpad.net/bugs/1566735

Public bug reported:

The tutorial, and the new documentation for PageHeader and related components 
do not refer to Tabs any more because they are deprecated, see 
https://bugs.launchpad.net/ubuntu/+source/ubuntu-ui-toolkit/+bug/1539759
However, inside the Tabs and Tab docs there is no mention of this. So please 
mark them as deprecated.

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

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

** 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/1566737

Title:
  Tabs need to be marked DEPRECATED in its own documentation

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

Bug description:
  The tutorial, and the new documentation for PageHeader and related components 
do not refer to Tabs any more because they are deprecated, see 
https://bugs.launchpad.net/ubuntu/+source/ubuntu-ui-toolkit/+bug/1539759
  However, inside the Tabs and Tab docs there is no mention of this. So please 
mark them as deprecated.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ubuntu-ui-toolkit/+bug/1566737/+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 1529909] Re: ListItemLayout: title text overlaps subtitle if maximumLineCount > 1

2016-04-06 Thread Timo Jyrinki
** Also affects: ubuntu-ui-toolkit (Ubuntu RTM)
   Importance: Undecided
   Status: New

** Also affects: canonical-devices-system-image
   Importance: Undecided
   Status: New

** Changed in: canonical-devices-system-image
 Assignee: (unassigned) => Zoltan Balogh (bzoltan)

** Changed in: canonical-devices-system-image
   Importance: Undecided => High

** Changed in: canonical-devices-system-image
Milestone: None => 11

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

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

** Changed in: ubuntu-ui-toolkit (Ubuntu RTM)
 Assignee: (unassigned) => Andrea Bernabei (faenil)

** Changed in: canonical-devices-system-image
   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/1529909

Title:
  ListItemLayout: title text overlaps subtitle if maximumLineCount > 1

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

Bug description:
  See attached screenshot.

  What happens:
  When the "title.maximumLineCount" property is set to a value greater than 1,  
the second line of the title overlaps the subtitle, resulting in an unreadable 
text.

  What I'd expect to happen:
  The subtitle is placed below the last line of the title, according to the 
spacing and all the style/layout properties of ListItemLayout.

  Attached to this report there's a QML document which reproduces the
  issue.

  * Verified on:
  Ubuntu 15.04 (desktop) + Stable Phone Overlay PPA

  qtdeclarative5-ubuntu-ui-toolkit-plugin
  Version: 1.3.1758+201512121301-staging-0+1.3.1742+16.04.20151209~ubuntu15.04.1

To manage notifications about this bug go to:
https://bugs.launchpad.net/canonical-devices-system-image/+bug/1529909/+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 1566736] [NEW] Tabs documentation page example does not work (Page.tools no longer exists)

2016-04-06 Thread Stuart Langridge
Public bug reported:

The Tabs documentation page
(https://developer.ubuntu.com/api/apps/qml/sdk-15.04.1/Ubuntu.Components.Tabs/)
contains a primary documentation example that does not work: it uses
Page.tools, which no longer exists.

import QtQuick 2.4
import Ubuntu.Components 1.3
import Ubuntu.Components.ListItems 1.3 as ListItem
MainView {
width: units.gu(48)
height: units.gu(60)
Tabs {
id: tabs
Tab {
title: i18n.tr("Simple page")
page: Page {
Label {
id: label
anchors.centerIn: parent
text: "A centered label"
}
tools: ToolbarItems {
ToolbarButton {
text: "action"
onTriggered: print("action triggered")
}
}
}
}
(snip)

** Affects: ubuntu-ui-toolkit (Ubuntu)
 Importance: Undecided
 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/1566736

Title:
  Tabs documentation page example does not work (Page.tools no longer
  exists)

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

Bug description:
  The Tabs documentation page
  
(https://developer.ubuntu.com/api/apps/qml/sdk-15.04.1/Ubuntu.Components.Tabs/)
  contains a primary documentation example that does not work: it uses
  Page.tools, which no longer exists.

  import QtQuick 2.4
  import Ubuntu.Components 1.3
  import Ubuntu.Components.ListItems 1.3 as ListItem
  MainView {
  width: units.gu(48)
  height: units.gu(60)
  Tabs {
  id: tabs
  Tab {
  title: i18n.tr("Simple page")
  page: Page {
  Label {
  id: label
  anchors.centerIn: parent
  text: "A centered label"
  }
  tools: ToolbarItems {
  ToolbarButton {
  text: "action"
  onTriggered: print("action triggered")
  }
  }
  }
  }
  (snip)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ubuntu-ui-toolkit/+bug/1566736/+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 1566741] [NEW] Tabs and Page with PageHeader shows two headers

2016-04-06 Thread Stuart Langridge
Public bug reported:

If I use a Tabs component, and place a Page in one of the Tabs, and that
Page has a new-style PageHeader, then my app shows two separate headers.

Tabs {
Tab {
page:Page {
header: PageHeader {
id: pageHeader
title: i18n.tr("MyApp")
 }
 } 
}
Tab {
title: i18n.tr("Simple page")
page: Page {
Label {
id: label
anchors.centerIn: parent
text: "A centered label"
}
}
}
}

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

** Attachment added: "Screenshot at 16-04-06 10.09.46.png"
   
https://bugs.launchpad.net/bugs/1566741/+attachment/4625749/+files/Screenshot%20at%2016-04-06%2010.09.46.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/1566741

Title:
  Tabs and Page with PageHeader shows two headers

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

Bug description:
  If I use a Tabs component, and place a Page in one of the Tabs, and
  that Page has a new-style PageHeader, then my app shows two separate
  headers.

  Tabs {
  Tab {
  page:Page {
  header: PageHeader {
  id: pageHeader
  title: i18n.tr("MyApp")
   }
   } 
  }
  Tab {
  title: i18n.tr("Simple page")
  page: Page {
  Label {
  id: label
  anchors.centerIn: parent
  text: "A centered label"
  }
  }
  }
  }

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ubuntu-ui-toolkit/+bug/1566741/+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 1566735] [NEW] Tabs documentation does not mention that Tabs are deprecated

2016-04-06 Thread Stuart Langridge
Public bug reported:

The Tabs documentation at
https://developer.ubuntu.com/api/apps/qml/sdk-15.04.1/Ubuntu.Components.Tabs/
does not mention that the Tabs component and navigation pattern are
apparently deprecated, according to
https://bugs.launchpad.net/ubuntu/+source/ubuntu-ui-
toolkit/+bug/1539759.

** 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/1566735

Title:
  Tabs documentation does not mention that Tabs are deprecated

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

Bug description:
  The Tabs documentation at
  https://developer.ubuntu.com/api/apps/qml/sdk-15.04.1/Ubuntu.Components.Tabs/
  does not mention that the Tabs component and navigation pattern are
  apparently deprecated, according to
  https://bugs.launchpad.net/ubuntu/+source/ubuntu-ui-
  toolkit/+bug/1539759.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ubuntu-ui-toolkit/+bug/1566735/+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 1566713] [NEW] OSK does not work as expected

2016-04-06 Thread XiaoGuo, Liu
Public bug reported:

 I am now trying to following the OSK at the link
https://developer.ubuntu.com/en/apps/qml/tutorials/ubuntu-screen-
keyboard-tricks/. I find that when i set anchorToKeyboard to true, the
UI looks different from the one shown on the link.

When anchorToKeyboard: true, I cannot even see the input field for
"username" and "password"? is this a bug? the UI is like
http://imgur.com/wXaSzqG my test code is at https://github.com/liu-xiao-
guo/osk

faenil helped to verify that if we set:

  Page {
title: i18n.tr("onscreenkeyboard")
anchors.fill: parent   // this line makes the OSK work properly as 
expected on the link


  }

Best regards,
XiaoGuo

** 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/1566713

Title:
  OSK does not work as expected

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

Bug description:
   I am now trying to following the OSK at the link
  https://developer.ubuntu.com/en/apps/qml/tutorials/ubuntu-screen-
  keyboard-tricks/. I find that when i set anchorToKeyboard to true, the
  UI looks different from the one shown on the link.

  When anchorToKeyboard: true, I cannot even see the input field for
  "username" and "password"? is this a bug? the UI is like
  http://imgur.com/wXaSzqG my test code is at https://github.com/liu-
  xiao-guo/osk

  faenil helped to verify that if we set:

Page {
  title: i18n.tr("onscreenkeyboard")
  anchors.fill: parent   // this line makes the OSK work properly as 
expected on the link

  
}

  Best regards,
  XiaoGuo

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ubuntu-ui-toolkit/+bug/1566713/+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