[Bug 1523840] Re: Sections need keyboard navigation support

2016-04-14 Thread Tim Peeters
** Changed in: ubuntu-ui-toolkit (Ubuntu) Status: In Progress => Confirmed ** Changed in: ubuntu-ui-toolkit (Ubuntu RTM) Status: In Progress => Confirmed -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1568016] Re: Freezes in uitk

2016-04-13 Thread Tim Peeters
** Changed in: ubuntu-ui-toolkit (Ubuntu RTM) Status: New => In Progress ** Changed in: ubuntu-ui-toolkit (Ubuntu RTM) Assignee: (unassigned) => Tim Peeters (tpeeters) ** Changed in: ubuntu-ui-toolkit (Ubuntu RTM) Importance: Undecided => Critical -- You received

[Bug 1561654] Re: Icon creates binding loop on implicitWidth and implicitHeight when used with QT_DEVICE_PIXEL_RATIO

2016-04-13 Thread Tim Peeters
See if https://bugs.launchpad.net/ubuntu/+source/ubuntu-ui- toolkit/+bug/1553090 can be related, even though the Icon does not have a sensing area. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1569447] Re: QML Icon: Binding loop detected for property "implicitHeight"

2016-04-13 Thread Tim Peeters
*** This bug is a duplicate of bug 1561654 *** https://bugs.launchpad.net/bugs/1561654 ** This bug has been marked a duplicate of bug 1561654 Icon creates binding loop on implicitWidth and implicitHeight when used with QT_DEVICE_PIXEL_RATIO -- You received this bug notification because

[Bug 1567523] Re: Gallery app has no subtitle in the header page

2016-04-13 Thread Tim Peeters
** Changed in: ubuntu-ui-toolkit (Ubuntu) Importance: Medium => High -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1567523 Title: Gallery app has no subtitle in the header page To manage

[Bug 1553090] Re: Binding loops in implicitWidth with OTA 10 landing

2016-04-13 Thread Tim Peeters
Could this be related? https://bugs.launchpad.net/ubuntu/+source/ubuntu- ui-toolkit/+bug/1561654 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1553090 Title: Binding loops in implicitWidth with OTA

[Bug 1569979] Re: Dialog does not restore previous focus when closed

2016-04-13 Thread Tim Peeters
** Description changed: test_popover_refocus() in tst_focus.qml is broken so it does not detect - this. I will propose an MR to fix the tests. + this. The test will be fixed in this MR: + https://code.launchpad.net/~tpeeters/ubuntu-ui-toolkit/popup-focus- + test/+merge/291780 -- You received

[Bug 1569981] Re: Dialog and Popover items do not restore the focus when they are hidden.

2016-04-13 Thread Tim Peeters
** Description changed: Only Popover restores the focus when being closed using PopupUtils. But Dialog and Popover can be defined as Items, and hidden with the hide() function. Calling that does not restore the focus. This is currently not - tested in tst_focus.qml, but I will propose an MR

[Bug 1569979] [NEW] Dialog does not restore previous focus when closed

2016-04-13 Thread Tim Peeters
Public bug reported: test_popover_refocus() in tst_focus.qml is broken so it does not detect this. I will propose an MR to fix the tests. ** Affects: ubuntu-ui-toolkit (Ubuntu) Importance: Undecided Status: New -- You received this bug notification because you are a member of

[Bug 1569981] [NEW] Dialog and Popover items do not restore the focus when they are hidden.

2016-04-13 Thread Tim Peeters
Public bug reported: Only Popover restores the focus when being closed using PopupUtils. But Dialog and Popover can be defined as Items, and hidden with the hide() function. Calling that does not restore the focus. This is currently not tested in tst_focus.qml, but I will propose an MR that adds

[Bug 1569794] Re: PopoverTests::test_popover_follows_pointerTarget_bug1199502(Moving pointerTarget) FAILS when setting GRID_UNIT_PX.

2016-04-13 Thread Tim Peeters
** Changed in: ubuntu-ui-toolkit (Ubuntu) Importance: Undecided => High -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1569794 Title:

[Bug 1569794] Re: PopoverTests::test_popover_follows_pointerTarget_bug1199502(Moving pointerTarget) FAILS

2016-04-13 Thread Tim Peeters
** Description changed: - tim@tim-mbp:~/dev/ubuntu-ui-toolkit/m/freeze/tests/unit_x11/tst_components$ qmltestrunner -import ../../../qml/ -input tst_popover13.qml + tim@tim-mbp:~/dev/ubuntu-ui-toolkit/m/freeze/tests/unit_x11/tst_components$ GRID_UNIT_PX=16 qmltestrunner -import ../../../qml/

[Bug 1569794] [NEW] PopoverTests::test_popover_follows_pointerTarget_bug1199502(Moving pointerTarget) FAILS

2016-04-13 Thread Tim Peeters
Public bug reported: tim@tim-mbp:~/dev/ubuntu-ui-toolkit/m/freeze/tests/unit_x11/tst_components$ qmltestrunner -import ../../../qml/ -input tst_popover13.qml * Start testing of qmltestrunner * Config: Using QtTest library 5.5.1, Qt 5.5.1 (x86_64-little_endian-lp64 shared

[Bug 1567840] Re: SEGFAULT in DatePicker

2016-04-13 Thread Tim Peeters
** Changed in: ubuntu-ui-toolkit (Ubuntu) Status: Fix Committed => Confirmed -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1567840 Title: SEGFAULT in DatePicker To manage notifications

[Bug 1568016] Re: Freezes in uitk

2016-04-12 Thread Tim Peeters
The dialog is created with the context of the Page. When closing the dialog, it starts to fade out, and then the page is popped (and destroyed) before the dialog fade-out is finished. This makes the context of the dialog invalid, and the ScriptAction that makes the dialog invisible (and destroys

[Bug 1569379] Re: SignalSpy records TWO clicks when clicking on a Button ONCE.

2016-04-12 Thread Tim Peeters
** Description changed: Execute the code below using qmltestrunner, and the test will fail because 'count' is 2, not 1. import QtTest 1.0 import QtQuick 2.4 import Ubuntu.Components 1.3 - import Ubuntu.Test 1.3 Item { id: root width: units.gu(50) height:

[Bug 1569379] Re: SignalSpy records TWO clicks when clicking on a Button ONCE.

2016-04-12 Thread Tim Peeters
** Description changed: Execute the code below using qmltestrunner, and the test will fail because 'count' is 2, not 1. import QtTest 1.0 import QtQuick 2.4 import Ubuntu.Components 1.3 import Ubuntu.Test 1.3 Item { - id: root - width: units.gu(50) - height:

[Bug 1569379] Re: SignalSpy records TWO clicks when clicking on a Button ONCE.

2016-04-12 Thread Tim Peeters
** Changed in: ubuntu-ui-toolkit (Ubuntu) Importance: Undecided => High -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1569379 Title: SignalSpy records TWO clicks when clicking on a Button ONCE.

[Bug 1569379] [NEW] SignalSpy records TWO clicks when clicking on a Button ONCE.

2016-04-12 Thread Tim Peeters
Public bug reported: Execute the code below using qmltestrunner, and the test will fail because 'count' is 2, not 1. import QtTest 1.0 import QtQuick 2.4 import Ubuntu.Components 1.3 import Ubuntu.Test 1.3 Item { id: root width: units.gu(50) height: units.gu(80) Button {

[Bug 1568016] Re: Freezes in uitk

2016-04-12 Thread Tim Peeters
** Changed in: ubuntu-ui-toolkit (Ubuntu) Assignee: (unassigned) => Tim Peeters (tpeeters) ** Changed in: ubuntu-ui-toolkit (Ubuntu) Status: Confirmed => In Progress -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1567840] Re: SEGFAULT in DatePicker

2016-04-12 Thread Tim Peeters
** Summary changed: - tst_datepicker generates segfault + SEGFAULT in DatePicker -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1567840 Title: SEGFAULT in DatePicker To manage notifications about

[Bug 1567840] Re: tst_datepicker generates segfault

2016-04-11 Thread Tim Peeters
tst_adaptivepagelayout.qml can crash as well, see http://pastebin.ubuntu.com/15767687/ -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1567840 Title: tst_datepicker generates segfault To manage

[Bug 1567840] Re: tst_datepicker generates segfault

2016-04-11 Thread Tim Peeters
with aggressive garbage collection the bug gets exposed in tst_datepicker13.qml as well: tim@tim-mbp:~/dev/ubuntu-ui-toolkit/m/datepicker-segfault/tests/unit_x11/tst_components$ export QV4_MM_AGGRESSIVE_GC=1 tim@tim-mbp:~/dev/ubuntu-ui-toolkit/m/datepicker-segfault/tests/unit_x11/tst_components$

[Bug 1567840] Re: tst_datepicker generates segfault

2016-04-11 Thread Tim Peeters
** Branch linked: lp:~tpeeters/ubuntu-ui-toolkit/datepicker-segfault -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1567840 Title: tst_datepicker generates segfault To manage notifications about

[Bug 1567840] Re: tst_datepicker generates segfault

2016-04-11 Thread Tim Peeters
The stacktrace http://pastebin.ubuntu.com/15761131/ does not make me wiser. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1567840 Title: tst_datepicker generates segfault To manage notifications

[Bug 1567840] Re: tst_datepicker generates segfault

2016-04-11 Thread Tim Peeters
I disabled the test for now in this MR https://code.launchpad.net/~tpeeters/ubuntu-ui-toolkit/datepicker- segfault/+merge/291524 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1567840 Title:

[Bug 1567840] Re: tst_datepicker generates segfault

2016-04-11 Thread Tim Peeters
The bug may only be present in 1.2 of the components or Ubuntu.Tests or theming. I could not reproduce it in 1.3. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1567840 Title: tst_datepicker

[Bug 1567840] Re: tst_datepicker generates segfault

2016-04-11 Thread Tim Peeters
I get no more segfaults when I comment out the UbuntuShape in DatePickerStyle 1.2, see http://paste.ubuntu.com/15756150/ -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1567840 Title: tst_datepicker

[Bug 1567840] Re: tst_datepicker generates segfault

2016-04-11 Thread Tim Peeters
The location of the segfault depends on the value of GRID_UNIT_PX. See http://pastebin.ubuntu.com/15755867/ -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1567840 Title: tst_datepicker generates

[Bug 1567840] Re: tst_datepicker generates segfault

2016-04-09 Thread Tim Peeters
Yes, Ubuntu.Test 1.2 is the same as 1.0. I identified the pickerItemChanged like this: tim@tim-mbp:~/dev/ubuntu-ui-toolkit/m/datepicker-segfault/tests/unit_x11/tst_components$ qmltestrunner -v2 -vs -import ../../../qml/ -input tst_datepicker.qml > log.txt Segmentation fault (core dumped)

[Bug 1568016] Re: Freezes in uitk

2016-04-08 Thread Tim Peeters
Confirmed by running 'qmlscene Main.qml' in the attached archive, then clicking 'Continue' and then 'Kill' button. The result is that the UI is not responsive, I cannot click the 'Continue' button any more. ** Changed in: ubuntu-ui-toolkit (Ubuntu) Status: New => Confirmed ** Changed in:

[Bug 1243642] Re: .Xmodmap not automatically loaded on start

2016-04-08 Thread Tim Peeters
My use case: remap the ALT and CMD keys on a Macbook so that I get the ALT and SUPER keys on the place where I am used to find them on a "normal" keyboard. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1567840] Re: tst_datepicker generates segfault

2016-04-08 Thread Tim Peeters
The segfault can occur in different places (after commenting out crashing tests), but always seem to happen after a PickerItemChanged signal. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1567840

[Bug 1561668] Re: The reason for using backgroundTertiaryText in SectionsStyle is unclear.

2016-04-08 Thread Tim Peeters
** Changed in: ubuntu-ui-toolkit (Ubuntu) Status: Invalid => Confirmed -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1561668 Title: The reason for using backgroundTertiaryText in

[Bug 1567840] Re: tst_datepicker generates segfault

2016-04-08 Thread Tim Peeters
Removing some tests from tst_datepicker.qml can get rid of the segfault. But it seems like random which tests need to be removed. Even removing a single totally unrelated line of code can cause the segfault to appear/disappear. So, with this tst_datepicker.qml http://paste.ubuntu.com/15684437/ I

[Bug 1567840] Re: tst_datepicker generates segfault

2016-04-08 Thread Tim Peeters
I get segfault with this: import QtQuick 2.0 import QtTest 1.0 import Ubuntu.Test 1.2 import Ubuntu.Components 1.1 import Ubuntu.Components.Pickers 1.0 but the segfault is gone with: import QtQuick 2.0 import QtTest 1.0 import Ubuntu.Test 1.3 import Ubuntu.Components 1.1 import

[Bug 1567840] Re: tst_datepicker generates segfault

2016-04-08 Thread Tim Peeters
Fails with current staging, and my system UITK which is Installed: 1.3.1872+16.04.20160330.2-0ubuntu1 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1567840 Title: tst_datepicker generates

[Bug 1567840] [NEW] tst_datepicker generates segfault

2016-04-08 Thread Tim Peeters
Public bug reported: On my amd64 xenial laptop: tim@tim-mbp:~/dev/ubuntu-ui-toolkit/m/datepicker- segfault/tests/unit_x11/tst_components$ qmltestrunner -import ../../../qml/ -input tst_datepicker.qml * Start testing of qmltestrunner * Config: Using QtTest library 5.5.1, Qt 5.5.1

[Bug 1567523] [NEW] Gallery app has no subtitle in the header page

2016-04-07 Thread Tim Peeters
Public bug reported: That would be useful for design to review the subtitle. ** Affects: ubuntu-ui-toolkit (Ubuntu) Importance: Medium Assignee: Tim Peeters (tpeeters) Status: Confirmed ** Changed in: ubuntu-ui-toolkit (Ubuntu) Assignee: (unassigned) => Tim Peet

[Bug 1561654] Re: Icon creates binding loop on implicitWidth and implicitHeight when used with QT_DEVICE_PIXEL_RATIO

2016-04-07 Thread Tim Peeters
** Changed in: ubuntu-ui-toolkit (Ubuntu) Status: New => Confirmed -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1561654 Title: Icon creates binding loop on implicitWidth and implicitHeight

[Bug 1565811] Re: PageHeader should not have a back action if it's the first page on the stack

2016-04-07 Thread Tim Peeters
** Changed in: ubuntu-ui-toolkit (Ubuntu RTM) Assignee: (unassigned) => Tim Peeters (tpeeters) ** Changed in: ubuntu-ui-toolkit (Ubuntu RTM) Importance: Undecided => High ** Changed in: ubuntu-ui-toolkit (Ubuntu RTM) Status: New => In Progress -- You received

[Bug 1523840] Re: Sections need keyboard navigation support

2016-04-07 Thread Tim Peeters
** Changed in: ubuntu-ui-toolkit (Ubuntu) Status: Confirmed => In Progress ** Changed in: ubuntu-ui-toolkit (Ubuntu RTM) Status: Confirmed => In Progress ** Changed in: ubuntu-ux Status: New => Fix Committed -- You received this bug notification because you are a member of

[Bug 1561668] Re: The reason for using backgroundTertiaryText in SectionsStyle is unclear.

2016-04-07 Thread Tim Peeters
The solution that we discussed for this bug was for Jamie to publish an overview graphic (or multiple) that shows all the components and their color (in different themes). That way it is easy to look up what the colors are used for. ** Changed in: ubuntu-ui-toolkit (Ubuntu) Status: New =>

[Bug 1561436] Re: tst_adaptivepagelayout: test_forced_synchronous_loading_bug1540449 is flaky

2016-04-06 Thread Tim Peeters
I still get this some times in MRs: https://jenkins.ubuntu.com/ubuntu- sdk/job/ubuntu-ui-toolkit-ci-amd64-stable/625/console -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1561436 Title:

[Bug 1561436] Re: tst_adaptivepagelayout: test_forced_synchronous_loading_bug1540449 is flaky

2016-04-06 Thread Tim Peeters
^that failure is without the attached MR applied. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1561436 Title: tst_adaptivepagelayout: test_forced_synchronous_loading_bug1540449 is flaky To

[Bug 1565811] Re: PageHeader should not have a back action if it's the first page on the stack

2016-04-06 Thread Tim Peeters
Confirmed with this program: import QtQuick 2.4 import Ubuntu.Components 1.3 MainView { width: units.gu(50) height: units.gu(60) PageStack { Component.onCompleted: push(p1) Page { id: p1 header: PageHeader { title:

[Bug 1565811] Re: PageHeader should not have a back action if it's the first page on the stack

2016-04-06 Thread Tim Peeters
** Changed in: ubuntu-ui-toolkit (Ubuntu) Status: New => In Progress -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1565811 Title: PageHeader should not have a back action if it's the first

[Bug 1566778] Re: Documentation on anchoring and PageHeader is confusing

2016-04-06 Thread Tim Peeters
** Changed in: ubuntu-ui-toolkit (Ubuntu) Importance: Undecided => Medium ** Changed in: ubuntu-ui-toolkit (Ubuntu) Status: New => Confirmed -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1566736] Re: Tabs documentation page example does not work (Page.tools no longer exists)

2016-04-06 Thread Tim Peeters
** Changed in: ubuntu-ui-toolkit (Ubuntu) Importance: Undecided => Medium ** Changed in: ubuntu-ui-toolkit (Ubuntu) Status: New => Confirmed -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1566741] Re: Tabs and Page with PageHeader shows two headers

2016-04-06 Thread Tim Peeters
** Description changed: - 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. + 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

[Bug 1566735] Re: Tabs documentation does not mention that Tabs are deprecated

2016-04-06 Thread Tim Peeters
** Changed in: ubuntu-ui-toolkit (Ubuntu) Importance: Undecided => Medium -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1566735 Title: Tabs documentation does not mention that Tabs are

[Bug 1566737] Re: 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 ** This bug has been marked a duplicate of bug 1566735 Tabs documentation does not mention that Tabs are deprecated -- You received this bug notification because you are a member of Ubuntu Bugs, which

[Bug 1566737] [NEW] Tabs need to be marked DEPRECATED in its own documentation

2016-04-06 Thread Tim Peeters
/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

[Bug 1539759] Re: Tab button does not appear when using the new header API

2016-04-06 Thread Tim Peeters
We still need to update some docs, see https://bugs.launchpad.net/ubuntu/+source/ubuntu-ui-toolkit/+bug/1566737 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1539759 Title: Tab button does not

[Bug 1566231] Re: When changing Page.header, set previous header.parent to null.

2016-04-05 Thread Tim Peeters
** Changed in: ubuntu-ui-toolkit (Ubuntu) Status: New => In Progress -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1566231 Title: When changing Page.header, set previous header.parent to

[Bug 1566231] Re: When changing Page.header, set previous header.parent to null.

2016-04-05 Thread Tim Peeters
** Description changed: Currently when Page.header = header1, and then you set Page.header = header2, header1.parent will be reverted to the parent that header1 had before it was assigned to Page.header (and thus re-parented to that page). Motivation: You want only one header at the

[Bug 1566231] Re: When changing Page.header, set previous header.parent to null.

2016-04-05 Thread Tim Peeters
** Description changed: Currently when Page.header = header1, and then you set Page.header = header2, header1.parent will be reverted to the parent that header1 had before it was assigned to Page.header (and thus re-parented to that page). + + Motivation: You want only one header at the

[Bug 1566231] [NEW] When changing Page.header, set previous header.parent to null.

2016-04-05 Thread Tim Peeters
: High Assignee: Tim Peeters (tpeeters) Status: New ** Changed in: ubuntu-ui-toolkit (Ubuntu) Importance: Undecided => High ** Changed in: ubuntu-ui-toolkit (Ubuntu) Assignee: (unassigned) => Tim Peeters (tpeeters) -- You received this bug notification because you are a

[Bug 1393485] Re: [SDK] Need a standard way to make an Icon look disabled

2016-04-05 Thread Tim Peeters
** Changed in: ubuntu-ui-toolkit (Ubuntu) Status: In Progress => Fix Committed -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1393485 Title: [SDK] Need a standard way to make an Icon look

[Bug 1399289] Re: Subtitle support in Header

2016-04-05 Thread Tim Peeters
** Changed in: ubuntu-ui-toolkit (Ubuntu) Status: In Progress => Fix Committed -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1399289 Title: Subtitle support in Header To manage

[Bug 1556860] Re: Blank left panel header in gallery after resizing AdaptivePageLayout from two panels to one and back

2016-04-05 Thread Tim Peeters
** Changed in: ubuntu-ui-toolkit (Ubuntu) Status: In Progress => Fix Committed -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1556860 Title: Blank left panel header in gallery after resizing

[Bug 1560419] Re: Header does not revert flickable topMargin when it has no parent

2016-03-31 Thread Tim Peeters
** Changed in: ubuntu-ui-toolkit (Ubuntu) Status: Confirmed => In Progress -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1560419 Title: Header does not revert flickable topMargin when it has

[Bug 1560419] Re: Header does not revert flickable topMargin when it has no parent

2016-03-31 Thread Tim Peeters
** Summary changed: - Header causes wrong flickable.topMargin to be set in BottomEdgePage + Header does not revert flickable topMargin when it has no parent -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1560458] Re: Header should only change flickable content margins when its size is not null and it's visible property is true

2016-03-31 Thread Tim Peeters
** Changed in: ubuntu-ui-toolkit (Ubuntu) Status: Confirmed => In Progress -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1560458 Title: Header should only change flickable content margins

[Bug 1560419] Re: Header causes wrong flickable.topMargin to be set in BottomEdgePage

2016-03-31 Thread Tim Peeters
The reason this is happening is because the BottomEdgePage sets a new PageHeader that overrides the default PageHeader of the gallery Template page. The old PageHeader is no longer visible because it has no parent any more, but it still sets/unsets the flickable topMargin. I will work on fixing

[Bug 1556860] Re: Blank left panel header in gallery after resizing AdaptivePageLayout from two panels to one and back

2016-03-31 Thread Tim Peeters
** Summary changed: - Blank left panel header after resizing AdaptivePageLayout from two panels to one and back + Blank left panel header in gallery after resizing AdaptivePageLayout from two panels to one and back -- You received this bug notification because you are a member of Ubuntu Bugs,

[Bug 1556860] Re: Blank left panel header after resizing AdaptivePageLayout from two panels to one and back

2016-03-31 Thread Tim Peeters
This is not a bug in APL or header, but in the gallery. The APL currently does nothing with the PageHeader when changing the layout, the apps need to deal with that. The gallery does that by setting and unsetting the PageHeader.flickable property, but that does not automatically reset

[Bug 1556860] Re: Blank left panel header after resizing AdaptivePageLayout from two panels to one and back

2016-03-31 Thread Tim Peeters
** Changed in: ubuntu-ui-toolkit (Ubuntu) Status: Confirmed => In Progress -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1556860 Title: Blank left panel header after resizing

[Bug 1523093] Re: r1739: "make distclean" deletes uitk gallery script

2016-03-31 Thread Tim Peeters
Confirmed for staging r1915. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1523093 Title: r1739: "make distclean" deletes uitk gallery script To manage notifications about this bug go to:

[Bug 1554897] Re: App with dark background flickers temporarily to white at startup

2016-03-30 Thread Tim Peeters
** Changed in: ubuntu-ui-toolkit (Ubuntu RTM) Assignee: (unassigned) => Tim Peeters (tpeeters) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1554897 Title: App with dark background flick

[Bug 1393485] Re: [SDK] Need a standard way to make an Icon look disabled

2016-03-30 Thread Tim Peeters
** Changed in: ubuntu-ui-toolkit (Ubuntu) Importance: Medium => High -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1393485 Title: [SDK] Need a standard way to make an Icon look disabled To

[Bug 1393485] Re: [SDK] Need a standard way to make an Icon look disabled

2016-03-30 Thread Tim Peeters
** Branch unlinked: lp:~tpeeters/ubuntu-ui-toolkit/subtitle -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1393485 Title: [SDK] Need a standard way to make an Icon look disabled To manage

[Bug 1399289] Re: Subtitle support in Header

2016-03-30 Thread Tim Peeters
Specs are here: https://docs.google.com/document/d/1235LE15c9YDBkma1BSBdK5_S9MeZkXs0RncfqIVPJQs/edit# -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1399289 Title: Subtitle support in Header To

[Bug 1393485] Re: [SDK] Need a standard way to make an Icon look disabled

2016-03-30 Thread Tim Peeters
I re-open this bug, because even though for the icon buttons the color is updated when the icon is disabled, icons in the PageHeader currently always have the foregroundColor of the PageHeader so disabled buttons cannot be distinguished from enabled buttons. ** Changed in: ubuntu-ui-toolkit

[Bug 1399289] Re: Subtitle support in Header

2016-03-29 Thread Tim Peeters
** Changed in: ubuntu-ui-toolkit (Ubuntu) Status: Triaged => In Progress -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1399289 Title: Subtitle support in Header To manage notifications

[Bug 1560458] Re: Header should only change flickable content margins when its size is not null and it's visible property is true

2016-03-25 Thread Tim Peeters
** Changed in: ubuntu-ui-toolkit (Ubuntu) Importance: Undecided => Medium ** Changed in: ubuntu-ui-toolkit (Ubuntu) Status: New => Confirmed -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1561440] Re: tst_datepicker13.qml generates warnings

2016-03-25 Thread Tim Peeters
** Changed in: ubuntu-ui-toolkit (Ubuntu) Status: In Progress => Fix Committed -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1561440 Title: tst_datepicker13.qml generates warnings To manage

[Bug 1555548] Re: Dialog and Popover have no attached theme property

2016-03-25 Thread Tim Peeters
** Changed in: ubuntu-ui-toolkit (Ubuntu) Status: In Progress => Fix Committed -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/148 Title: Dialog and Popover have no attached theme property

[Bug 1561668] Re: The reason for using backgroundTertiaryText in SectionsStyle is unclear.

2016-03-25 Thread Tim Peeters
** Changed in: ubuntu-ux Status: New => Confirmed -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1561668 Title: The reason for using backgroundTertiaryText in SectionsStyle is unclear. To

[Bug 1561668] Re: The reason for using backgroundTertiaryText in SectionsStyle is unclear.

2016-03-24 Thread Tim Peeters
** Summary changed: - SectionStyle shouldn't use backgroundTertiaryText to set the color of selected section + The reason for using backgroundTertiaryText in SectionsStyle is unclear. ** Changed in: ubuntu-ui-toolkit (Ubuntu) Assignee: (unassigned) => Tim Peeters (tpeeters) --

[Bug 1561668] Re: SectionStyle shouldn't use backgroundTertiaryText to set the color of selected section

2016-03-24 Thread Tim Peeters
The palette is global, per-app, so not per component. That means if text in two different components need to have a different color, we need two separate entries in the palette. Having a visual mock-up of an app showing all the components in all the states, with the colors listed would help. **

[Bug 1561436] Re: tst_adaptivepagelayout: test_forced_synchronous_loading_bug1540449 is flaky

2016-03-24 Thread Tim Peeters
** Changed in: ubuntu-ui-toolkit (Ubuntu) Assignee: (unassigned) => Zsombor Egri (zsombi) ** Changed in: ubuntu-ui-toolkit (Ubuntu) Status: New => Confirmed -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1561440] [NEW] tst_datepicker13.qml generates warnings

2016-03-24 Thread Tim Peeters
running tst_datepicker13 on my laptop. ** Affects: ubuntu-ui-toolkit (Ubuntu) Importance: Critical Assignee: Tim Peeters (tpeeters) Status: In Progress ** Changed in: ubuntu-ui-toolkit (Ubuntu) Importance: Undecided => Critical ** Changed in: ubuntu-ui-toolkit (Ubuntu)

[Bug 1561436] [NEW] tst_adaptivepagelayout: test_forced_synchronous_loading_bug1540449 is flaky

2016-03-24 Thread Tim Peeters
Public bug reported: It fails some times (not always). Here is the log when it fails: tim@tim-mbp:~/dev/ubuntu-ui-toolkit/m/fix-tests/tests/unit_x11/tst_components$ qmltestrunner -import ../../../qml/ -input tst_adaptivepagelayout.qml * Start testing of qmltestrunner * Config:

[Bug 1393485] Re: [SDK] Need a standard way to make an Icon look disabled

2016-03-23 Thread Tim Peeters
The new palette already takes care of the reduced opacity of the icons in the header. For the Icon component itself, I will not change the opacity automatically, because that may conflict with opacities set in other components that use the Icon, as would be the case with the buttons in the

[Bug 1393485] Re: [SDK] Need a standard way to make an Icon look disabled

2016-03-23 Thread Tim Peeters
(fixed by the new palette) ** Changed in: ubuntu-ui-toolkit (Ubuntu) Status: In Progress => Fix Released -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1393485 Title: [SDK] Need a standard

[Bug 1393485] Re: [SDK] Need a standard way to make an Icon look disabled

2016-03-23 Thread Tim Peeters
@nik90 right, this should also apply to header icons. Actually, with the latest palette update that was taken care of, but I need to make sure that the opacity is not multiplied with 0.3 twice (once from the icon, once from the palette) for disabled header icons. That also makes me think that

[Bug 1561000] [NEW] Guidelines needed using PageHeader+ListView header

2016-03-23 Thread Tim Peeters
Public bug reported: ListView supports showing a section headers (for example A, B, C... in an address book), see http://doc.qt.io/qt-5/qml-qtquick-listview.html #section-prop These ListView sections header can be configured to stay visible at the top of the ListView when it is moved

[Bug 1523840] Re: Sections need keyboard navigation support

2016-03-22 Thread Tim Peeters
** Description changed: Sections need to accept Tab for keyboard navigation and visualize focus. + + UX solution: + https://docs.google.com/document/d/13JoVlVNqn7t5mnwyLc1wa7daozqdGwWj1AqH9LJMid4/edit#bookmark=id.wcaukfag4nd5 ** Also affects: ubuntu-ux Importance: Undecided Status:

[Bug 1558010] Re: Sections keyboard control

2016-03-22 Thread Tim Peeters
*** This bug is a duplicate of bug 1523840 *** https://bugs.launchpad.net/bugs/1523840 ** This bug has been marked a duplicate of bug 1523840 Sections need keyboard navigation support -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to

[Bug 1560419] Re: Header causes wrong flickable.topMargin to be set in BottomEdgePage

2016-03-22 Thread Tim Peeters
** Changed in: ubuntu-ui-toolkit (Ubuntu) Status: New => Confirmed ** Changed in: ubuntu-ui-toolkit (Ubuntu) Importance: Undecided => High -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1369552] Re: Need to set visible: false for a Page inside PageStack to hide it until pushed

2016-03-20 Thread Tim Peeters
Fixed in AdaptivePageLayout. ** Changed in: ubuntu-ui-toolkit (Ubuntu) Status: Confirmed => Fix Released ** No longer affects: ubuntu-ui-toolkit -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1558018] Re: Scrolling of icons in Toolbar

2016-03-20 Thread Tim Peeters
Attached is a screenshot of how the toolbar currently looks when there are too many icons to fit. On the right-hand side it shows an overflow button, and tapping that reveals the overflow panel with the remaining actions. ** Attachment added: "toolbar-overflow.png"

[Bug 1557707] Re: [Sections] selectedIndex binding is broken if the model changes

2016-03-20 Thread Tim Peeters
Instead of a list of strings as input for the Sections you can also use the 'actions' property with a list of Actions. Then renaming a sim can update the text for the action, without changing the list that the Sections use, so selectedIndex is not changed. Using an Action for each sim might also

[Bug 1557707] Re: [Sections] selectedIndex binding is broken if the model changes

2016-03-19 Thread Tim Peeters
What I really meant, is this (probably you want to define the actions somewhere else): import QtQuick 2.4 import Ubuntu.Components 1.3 MainView { width: units.gu(80) height: units.gu(70) Action { id: action1 text: "Action 1" onTriggered: print("first one")

[Bug 1555548] Re: Dialog and Popover have no attached theme property

2016-03-19 Thread Tim Peeters
** Changed in: ubuntu-ui-toolkit (Ubuntu) Assignee: (unassigned) => Tim Peeters (tpeeters) ** Changed in: ubuntu-ui-toolkit (Ubuntu) Importance: High => Critical -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1555548] Re: Dialog and Popover have no attached theme property

2016-03-19 Thread Tim Peeters
** Changed in: canonical-devices-system-image Status: New => In Progress ** Changed in: ubuntu-ui-toolkit (Ubuntu) Status: Confirmed => In Progress -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1484736] Re: Locked & Hidden Page header is shown briefly when returning to the page

2016-03-19 Thread Tim Peeters
This is fixed when using the new PageHeader. See https://developer.ubuntu.com/en/blog/2016/02/24/pageheader-tutorial/ ** Changed in: ubuntu-ui-toolkit (Ubuntu) Status: Confirmed => Fix Released -- You received this bug notification because you are a member of Ubuntu Bugs, which is

[Bug 1492238] Re: [sdk] back button hard to reach/use

2016-03-19 Thread Tim Peeters
We have a minimum touch-size now for components, including the back button, so the problem may not exist any more. Also, I don't see in the specs any more here https://docs.google.com/document/d/1235LE15c9YDBkma1BSBdK5_S9MeZkXs0RncfqIVPJQs/edit that the title area should act as the back button.

[Bug 1554897] Re: With silo050 if an app has a black background it flickers temporarily to white at startup

2016-03-19 Thread Tim Peeters
timp, and using the silo fixes the issue for the music-app :-D Thanks for testing :) ** Summary changed: - With silo050 if an app has a black background it flickers temporarily to white at startup + App with dark background flickers temporarily to white at startup -- You received this bug

<    1   2   3   4   5   6   7   8   9   10   >