[Touch-packages] [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")

[Touch-packages] [Bug 1391548] Re: [sdk] + [header]Portuguese words in selection header don't fit

2016-03-19 Thread Tim Peeters
The standard icons in the header no longer have text, and the edit mode is completely different now (see "extending the header" on https://developer.ubuntu.com/en/blog/2016/02/24/pageheader-tutorial/ ). So this bug is no longer relevant. ** Changed in: ubuntu-ui-toolkit (Ubuntu) Status: Inc

[Touch-packages] [Bug 1379379] Re: [SDK] Popover tip is not rendered properly

2016-03-19 Thread Tim Peeters
** Changed in: ubuntu-ui-toolkit (Ubuntu) Assignee: Tim Peeters (tpeeters) => Loïc Molinari (loic.molinari) -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to ubuntu-ui-toolkit in Ubuntu. https://bugs.launchpad.net/b

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

2016-03-19 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 b

[Touch-packages] [Bug 1558018] Re: Scrolling of icons in Toolbar

2016-03-19 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" https://bugs.launchpad.net/u

[Touch-packages] [Bug 1558018] Re: Scrolling of icons in Toolbar

2016-03-19 Thread Tim Peeters
Femma will check that the requirements are consistent and up-to-date. ** Changed in: ubuntu-ui-toolkit (Ubuntu) Status: Confirmed => Incomplete -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to ubuntu-ui-toolkit in Ubunt

[Touch-packages] [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 Touch seeded packages,

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

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

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

2016-03-19 Thread Tim Peeters
** Changed in: ubuntu-ui-toolkit (Ubuntu) Assignee: Zsombor Egri (zsombi) => Tim Peeters (tpeeters) -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to ubuntu-ui-toolkit in Ubuntu. https://bugs.launchpad.net/bugs/1557

[Touch-packages] [Bug 1558018] Re: Scrolling of icons in Toolbar

2016-03-19 Thread Tim Peeters
** Description changed: Currently, when the icons do not all fit in the toolbar, an overflow - button is shown. This needs to be replaced by icon scrolling instead. + button is shown that shows an overflow popover/panel when clicked. This + needs to be replaced by icon scrolling instead. Se

[Touch-packages] [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 no

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

2016-03-19 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 Touch seeded packages, which is subscribed to ubuntu-ui-toolkit in Ubu

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

2016-03-20 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 Touch seeded packages, which is subscribed to unity8 in Ubunt

[Touch-packages] [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 Touch seeded packages, which is subscribed to ubuntu-ui-toolkit in Ubuntu.

[Touch-packages] [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 Touch seeded packages, which is

[Touch-packages] [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:

[Touch-packages] [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 (sections.la

[Touch-packages] [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 perh

[Touch-packages] [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 header.

[Touch-packages] [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 Touch seeded packages, which is subscribed to ubuntu-ui-toolkit in Ubuntu. https://bugs.launchpad.net/bugs/1393

[Touch-packages] [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: U

[Touch-packages] [Bug 1561440] [NEW] tst_datepicker13.qml generates warnings

2016-03-24 Thread Tim Peeters
ted tst_datepicker13.qml: * Finished testing of components * tst_datepicker13.qml: [Thread 0x7fffe1ffb700 (LWP 17180) exited] tst_datepicker13.qml: [Inferior 1 (process 17171) exited normally] No stack. tst_datepicker13.qml: Shutting down DBus daemon: Shutdown tst_datepicker13.qml e

[Touch-packages] [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 Touch seeded packages, which is subscribed to ubuntu-u

[Touch-packages] [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. ** A

[Touch-packages] [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)

[Touch-packages] [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 Touch seeded packages, which is subscribed to ubuntu-ui-toolkit in Ubuntu. https://bugs.launchpad.net/bugs/1561668 Title: The reason for using backgroundTertiaryTex

[Touch-packages] [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 Touch seeded packages, which is subscribed to unity8 in Ubuntu. https://bugs.launchpad.net/bugs/148 Title: Dialog and Popover have

[Touch-packages] [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 Touch seeded packages, which is subscribed to ubuntu-ui-toolkit in Ubuntu. https://bugs.launchpad.net/bugs/1561440 Title: tst_datepicke

[Touch-packages] [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 Touch seeded packages, which is subscribed to ubuntu-ui-toolkit in Ubunt

[Touch-packages] [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 Touch seeded packages, which is subscribed to ubuntu-ui-toolkit in Ubuntu. https://bugs.launchpad.net/bugs/1399289 Title: Subtitle support in

[Touch-packages] [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 (Ubunt

[Touch-packages] [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 Touch seeded packages, which is subscribed to ubuntu-ui-toolkit in Ubuntu. https://bugs.launchpad.net/bugs/1399289 Title:

[Touch-packages] [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 Touch seeded packages, which is subscribed to ubuntu-ui-toolkit in Ubuntu. https://bugs.launchpad.net/bugs/1393485 Title: [SDK] Need a standard way to make an Ic

[Touch-packages] [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 Touch seeded packages, which is subscribed to ubuntu-ui-toolkit in Ubuntu. https://bugs.launchpad.net/bugs/1554897 Ti

[Touch-packages] [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 Touch seeded packages, which is subscribed to ubuntu-ui-toolkit in Ubuntu. https://bugs.launchpad.net/bugs/1393485 Title: [SDK] Need a standard way t

[Touch-packages] [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 Touch seeded packages, which is subscribed to ubuntu-ui-toolkit in Ubuntu. https://bugs.launchpad.net/bugs/1523093 Title: r1739: "make distclean" deletes uitk gallery script Status in ubuntu-

[Touch-packages] [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 Touch seeded packages, which is subscribed to ubuntu-ui-toolkit in Ubuntu. https://bugs.launchpad.net/bugs/1556860 Title: Blank left panel

[Touch-packages] [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 PageHeader.ex

[Touch-packages] [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 Touch

[Touch-packages] [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 th

[Touch-packages] [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 Touch seeded packages, which is subscribed to ubuntu-ui-toolkit in Ubuntu. https://bugs.launchpad.net/bugs/1560458 Title: Header should onl

[Touch-packages] [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 Touch seeded packages, which is subscribed to ubuntu-ui-toolkit in

[Touch-packages] [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 Touch seeded packages, which is subscribed to ubuntu-ui-toolkit in Ubuntu. https://bugs.launchpad.net/bugs/1560419 Title: Header does not r

[Touch-packages] [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 Touch seeded packages, which is subscribed to ubuntu-ui-toolkit in Ubuntu. https://bugs.launchpad.net/bugs/1393485 Title: [SDK] Need a

[Touch-packages] [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 Touch seeded packages, which is subscribed to ubuntu-ui-toolkit in Ubuntu. https://bugs.launchpad.net/bugs/1399289 Title: Subtitle supp

[Touch-packages] [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 Touch seeded packages, which is subscribed to ubuntu-ui-toolkit in Ubuntu. https://bugs.launchpad.net/bugs/1556860 Title: Blank left pa

[Touch-packages] [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

[Touch-packages] [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 s

[Touch-packages] [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 s

[Touch-packages] [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 Touch seeded packages, which is subscribed to ubuntu-ui-toolkit in Ubuntu. https://bugs.launchpad.net/bugs/1566231 Title: When changing Page.head

[Touch-packages] [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 Touch seeded packages, which is subscribed to ubuntu-ui-toolkit in Ubuntu. https://bugs.launchpad.net/bugs/15397

[Touch-packages] [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

[Touch-packages] [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 Touch seeded

[Touch-packages] [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 Touch seeded packages, which is subscribed to ubuntu-ui-toolkit in Ubuntu. https://bugs.launchpad.net/bugs/1566735 Title: Tabs documentation doe

[Touch-packages] [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 sho

[Touch-packages] [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 Touch seeded packages, which is subscribed to ubuntu-ui-toolkit in Ubunt

[Touch-packages] [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 Touch seeded packages, which is subscribed to ubuntu-ui-toolkit in Ubunt

[Touch-packages] [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 Touch seeded packages, which is subscribed to ubuntu-ui-toolkit in Ubuntu. https://bugs.launchpad.net/bugs/1565811 Title: PageHeader should not h

[Touch-packages] [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: i18n.tr("unti

[Touch-packages] [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 Touch seeded packages, which is subscribed to ubuntu-ui-toolkit in Ubuntu. https://bugs.launchpad.n

[Touch-packages] [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 Touch seeded packages, which is subscribed to ubuntu-ui-toolkit in Ubuntu. https://bugs.launchpad.net/bugs/1561436 Title: tst_adaptivepagelayout: test_forced_synchronous_l

[Touch-packages] [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 => I

[Touch-packages] [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

[Touch-packages] [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

[Touch-packages] [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 Touch seeded packages, which is subscribed to ubuntu-ui-toolkit in Ubuntu. https://bugs.launchpad.net/bugs/1561654 Title: Icon creates binding loop

[Touch-packages] [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

[Touch-packages] [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

[Touch-packages] [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 Touch seeded packages, which is subscribed to ubuntu-ui-toolkit in Ubuntu. https://bugs.launchpad.net/bugs/1567840 Titl

[Touch-packages] [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 g

[Touch-packages] [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 Ubuntu.Components

[Touch-packages] [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 Touch seeded packages, which is subscribed to ubuntu-ui-toolkit in Ubuntu. https://bugs.launchpad.net/bugs/1561668 Title: The reason for using

[Touch-packages] [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 Touch seeded packages, which is subscribed to ubuntu-ui-toolkit in Ubuntu. https:/

[Touch-packages] [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 Touch seeded packages, which is subscribed to xorg in Ubuntu. https:

[Touch-packages] [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: u

[Touch-packages] [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) tim@ti

[Touch-packages] [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 Touch seeded packages, which is subscribed to ubuntu-ui-toolkit in Ubuntu. https://bugs.launchpad.net/bugs/1567840

[Touch-packages] [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 Touch seeded packages, which is subscribed to ubuntu-ui-toolkit in Ubuntu. https://bugs.launchpad.net/b

[Touch-packages] [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 Touch seeded packages, which is subscribed to ubuntu-ui-toolkit in Ubuntu. https://bugs.launchpad.net/bugs/156

[Touch-packages] [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 Touch seeded packages, which is subscribed to ubuntu-ui-toolkit in Ubuntu. https://bugs.launchp

[Touch-packages] [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 Touch seeded packages, which is subscribed to ubuntu-ui-toolkit in Ubuntu. https://bugs.launchpad.net/bugs/1567840 Title: tst_datepicker generate

[Touch-packages] [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 Touch seeded packages, which is subscribed to ubuntu-ui-toolkit in Ubuntu. https://bugs.launchpad.net/bugs/1567840 Title: tst_datepicker generates segfa

[Touch-packages] [Bug 1528263] Re: UITK font sizes should reflect designs

2015-12-21 Thread Tim Peeters
** Changed in: ubuntu-ui-toolkit (Ubuntu) Status: New => In Progress ** Changed in: ubuntu-ui-toolkit (Ubuntu) Importance: Undecided => High -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to ubuntu-ui-toolkit in Ubunt

[Touch-packages] [Bug 1527811] Re: Online accounts buttons not sensitive

2015-12-21 Thread Tim Peeters
It appears that when tapping the list items (ListItem.Standard), there is no triggered signal. Only clicked. This is a bug we need to fix. But as a quick workaround you could use onClicked: instead of onTriggered. -- You received this bug notification because you are a member of Ubuntu Touch see

[Touch-packages] [Bug 1527811] Re: Online accounts buttons not sensitive

2015-12-21 Thread Tim Peeters
We have a fix for ActionItem.trigger included in our current landing, see https://code.launchpad.net/~zsombi/ubuntu-ui- toolkit/switchAndCheckboxFix/+merge/280844 That might fix the issue, but I haven't confirmed that yet. -- You received this bug notification because you are a member of Ubuntu

[Touch-packages] [Bug 1527811] Re: Online accounts buttons not sensitive

2015-12-21 Thread Tim Peeters
I can reproduce the issue with this test program: import QtQuick 2.4 import Ubuntu.Components 1.3 import Ubuntu.Components.ListItems 1.3 Rectangle { width: 800 height: 600 Standard { anchors.fill: parent text: "bla" onTriggered: print("bad") onClicked:

[Touch-packages] [Bug 1527811] Re: Online accounts buttons not sensitive

2015-12-21 Thread Tim Peeters
The bug was introduced in UITK staging r1760 (the above test program fails in r1760 and works fine in r1759), and unfortunately the switchAndCheckboxFix branch does not fix it. -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to u

[Touch-packages] [Bug 1527811] Re: Online accounts buttons not sensitive

2015-12-21 Thread Tim Peeters
Fixed in the attached MR. ** Changed in: ubuntu-ui-toolkit (Ubuntu) Status: Confirmed => Fix Committed -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to ubuntu-ui-toolkit in Ubuntu. https://bugs.launchpad.net/bugs/152781

[Touch-packages] [Bug 1527811] Re: Online accounts buttons not sensitive

2015-12-21 Thread Tim Peeters
** Changed in: ubuntu-ui-toolkit (Ubuntu) Assignee: (unassigned) => Tim Peeters (tpeeters) ** Changed in: ubuntu-ui-toolkit (Ubuntu) Importance: Undecided => Critical -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscri

[Touch-packages] [Bug 1528263] Re: UITK font sizes should reflect designs

2015-12-22 Thread Tim Peeters
** Attachment added: "Screenshots comparing the old font sizes with the new (from the attached MR)." https://bugs.launchpad.net/ubuntu/+source/ubuntu-ui-toolkit/+bug/1528263/+attachment/4538886/+files/screenshots.zip -- You received this bug notification because you are a member of Ubuntu To

[Touch-packages] [Bug 1528263] Re: UITK font sizes should reflect designs

2015-12-22 Thread Tim Peeters
** Changed in: ubuntu-ux Status: New => Fix Committed -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to ubuntu-ui-toolkit in Ubuntu. https://bugs.launchpad.net/bugs/1528263 Title: UITK font sizes should reflect designs

[Touch-packages] [Bug 1530896] Re: header trailingActions appear from the right to left on header

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

[Touch-packages] [Bug 1531016] Re: GridView that is inside tabs or pagestack on desktop judders when the header scrolls in/out

2016-01-05 Thread Tim Peeters
** Changed in: ubuntu-ui-toolkit (Ubuntu) Status: New => Confirmed -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to ubuntu-ui-toolkit in Ubuntu. https://bugs.launchpad.net/bugs/1531016 Title: GridView that is inside t

[Touch-packages] [Bug 1531016] Re: GridView that is inside tabs or pagestack on desktop judders when the header scrolls in/out

2016-01-05 Thread Tim Peeters
** Changed in: ubuntu-ui-toolkit (Ubuntu) Assignee: (unassigned) => Tim Peeters (tpeeters) ** Changed in: ubuntu-ui-toolkit (Ubuntu) Importance: Undecided => High -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscri

[Touch-packages] [Bug 1531016] Re: GridView that is inside tabs or pagestack on desktop judders when the header scrolls in/out

2016-01-05 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 Touch seeded packages, which is subscribed to ubuntu-ui-toolkit in Ubuntu. https://bugs.launchpad.net/bugs/1531016 Title: GridView that is

[Touch-packages] [Bug 1531016] Re: GridView that is inside tabs or pagestack on desktop judders when the header scrolls in/out

2016-01-05 Thread Tim Peeters
The problem occurs when the Page is changing its height when scrolling. The problem does not occur though with a Flickable or ListView instead of the GridView, or when there are no Tabs to hold the Page. To work around this in the example code, you can set the width and height of the Page to the w

[Touch-packages] [Bug 1531457] [NEW] AppHeader has no background

2016-01-06 Thread Tim Peeters
Public bug reported: The clipping of the Page not to overlap with the AppHeader (which has transparent background) was removed in this MR: https://code.launchpad.net/~zsombi/ubuntu-ui- toolkit/bottomEdge/+merge/278336 So in the AdaptivePageLayout, the Page contents, and the header contents may no

[Touch-packages] [Bug 1531457] Re: AppHeader has no background

2016-01-06 Thread Tim Peeters
** Changed in: ubuntu-ui-toolkit (Ubuntu) Assignee: (unassigned) => Tim Peeters (tpeeters) ** Changed in: ubuntu-ui-toolkit (Ubuntu) Status: New => In Progress ** Changed in: ubuntu-ui-toolkit (Ubuntu) Importance: Undecided => High -- You received this bug notificatio

[Touch-packages] [Bug 1531016] Re: GridView that is inside tabs or pagestack on desktop judders when the header scrolls in/out

2016-01-06 Thread Tim Peeters
[17:18:33] t1mp, that branch resolves the issue for both the test case and the music-app thanks :-) -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to ubuntu-ui-toolkit in Ubuntu. https://bugs.launchpad.net/bugs/1531016 Title:

[Touch-packages] [Bug 1531584] Re: [regression] Missing clear-search icon

2016-01-06 Thread Tim Peeters
That change was made in this MR: https://code.launchpad.net/~ubuntu-sdk- team/ubuntu-ui-toolkit/validClearIconName/+merge/280968 ** Changed in: ubuntu-ui-toolkit (Ubuntu) Assignee: (unassigned) => Christian Dywan (kalikiana) ** Changed in: ubuntu-ui-toolkit (Ubuntu RTM) Assignee: (unass

[Touch-packages] [Bug 1574663] Re: Some apps show a header with landscape height in portrait orientation

2016-05-02 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 Touch seeded packages, which is subscribed to ubuntu-ui-toolkit in Ubuntu. https://bugs.launchpad.net/bugs/1574663 Title: Some apps sho

<    1   2   3   4   5   6   7   8   9   >