[Touch-packages] [Bug 1594281] Re: Can't override overflow menu delegate in ActionBar

2016-06-20 Thread Tim Peeters
** Changed in: ubuntu-ui-toolkit (Ubuntu) Status: New => Confirmed ** Changed in: ubuntu-ui-toolkit (Ubuntu) Importance: Undecided => Medium ** Changed in: ubuntu-ui-toolkit (Ubuntu) Importance: Medium => High -- You received this bug notification because you are a member of Ubuntu

[Touch-packages] [Bug 1583636] Re: Missing Page.header in APL should cause message or color change

2016-06-20 Thread Tim Peeters
** 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/1583636 Title: Missing Page.he

[Touch-packages] [Bug 1588172] Re: qml/Ubuntu/Components/1.3/AdaptivePageLayout.qml:828: TypeError: Cannot read property 'header' of null

2016-06-20 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/1588172 Title: qml/Ubuntu/Co

[Touch-packages] [Bug 1184810] Re: [i18n] Confused about using plural forms

2016-06-20 Thread Tim Peeters
It works like this: import QtQuick 2.4 import Ubuntu.Components 1.3 Text { text: i18n.tr("singular: %1", "plural: %1", 1).arg("1") + "" + i18n.tr("singular: %1", "plural: %1", 2).arg(2) } I will update documentation. -- You received this bug notification because you are a member

[Touch-packages] [Bug 1184810] Re: [i18n] Confused about using plural forms

2016-06-20 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/1184810 Title: [i18n] Confused a

[Touch-packages] [Bug 1540240] Re: Automatic Header height adjustment should be optional

2016-06-21 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/1540240 Title: Automatic Header

[Touch-packages] [Bug 1540240] Re: Automatic Header height adjustment should be optional

2016-02-01 Thread Tim Peeters
** Changed in: ubuntu-ui-toolkit (Ubuntu) Assignee: (unassigned) => Tim Peeters (tpeeters) ** 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 subscri

[Touch-packages] [Bug 1540240] Re: Automatic Header height adjustment should be optional

2016-02-01 Thread Tim Peeters
Because I like to know what the designers think of this. Perhaps they propose the app to be different, or maybe the header heights should not be linked at all, or linking the header heights should be optional. The last option is probably the most cumbersome because then we have to decide on an API

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

2016-02-01 Thread Tim Peeters
The tabs pattern was deprecated by design (it wouldn't work well with the AdaptivePageLayout), so we don't have it in the new PageHeader for now. They are working on a new navigation pattern for the root page. I will need the new designs before I can implement this. ** Changed in: ubuntu-ui-toolki

[Touch-packages] [Bug 1540240] Re: Automatic Header height adjustment should be optional

2016-02-01 Thread Tim Peeters
** Attachment added: "From the attached zip file (for people who couldn't open it)" https://bugs.launchpad.net/ubuntu-ux/+bug/1540240/+attachment/4561218/+files/primary%20column.jpg -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subsc

[Touch-packages] [Bug 1540240] Re: Automatic Header height adjustment should be optional

2016-02-01 Thread Tim Peeters
I can think of a solution where the AdaptivePageLayout has a maximumHeaderHeight property that holds the maximum (implicit) height of the header in each of the columns. App developers can then set PageHeader { height: adaptivePageLayout.maximumHeaderHeight } to synchronize the header heights. Howe

[Touch-packages] [Bug 1540240] Re: Automatic Header height adjustment should be optional

2016-02-01 Thread Tim Peeters
@Stefano, for your use case, maybe it is better not to use the PageHeader in the page on the right side. You could set Page.header: Item { } to not show any header there, and then you add your own larger and more complicated header at the top of your page manually. If you want it to link to a flick

[Touch-packages] [Bug 1540240] Re: Automatic Header height adjustment should be optional

2016-02-01 Thread Tim Peeters
** Attachment added: "From the attached zip file" https://bugs.launchpad.net/ubuntu-ux/+bug/1540240/+attachment/4561217/+files/dualcolumn.jpg -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to ubuntu-ui-toolkit in Ubuntu. htt

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

2016-02-01 Thread Tim Peeters
I had a chat with Jouni, and a pattern similar to the tabs pattern will be used as navigation. However, the panel that the navigation ("hamburger") button on the top- left opens will be more flexible, so that the app developers can put inside anything they want. This means that the current Tabs {

[Touch-packages] [Bug 1540642] [NEW] When closing a QML app, there are a bunch of invalid disconnects

2016-02-01 Thread Tim Peeters
Public bug reported: For example: tim@ubuntu:~/dev/ubuntu-ui-toolkit/m/headerAnimate/tests/unit_x11/tst_components$ GRID_UNIT_PX=16 ../../../ubuntu-ui-toolkit-launcher/ubuntu-ui-toolkit-launcher tst_pagehead_visible.qml file:///usr/lib/x86_64-linux-gnu/qt5/qml/QtTest/TestCase.qml:337:32: Unabl

[Touch-packages] [Bug 1540574] Re: [Page] "header" property unusable, hides contents

2016-02-02 Thread Tim Peeters
I will improve the documentation. ** Changed in: ubuntu-ui-toolkit (Ubuntu) Assignee: (unassigned) => Tim Peeters (tpeeters) ** Changed in: ubuntu-ui-toolkit (Ubuntu) Status: Invalid => In Progress ** Changed in: ubuntu-ui-toolkit (Ubuntu) Importance: Undecided => High

[Touch-packages] [Bug 1541385] [NEW] Two tests in tst_pagehead_visible.qml fail on i386

2016-02-03 Thread Tim Peeters
Public bug reported: We have two failures on i386: tst_pagehead_visible.qml: * Start testing of components * tst_pagehead_visible.qml: Config: Using QtTest library 5.4.1, Qt 5.4.1 (i386-little_endian-ilp32 shared (dynamic) release build; by GCC 4.9.2) tst_pagehead_visible.qml: PA

[Touch-packages] [Bug 1541386] [NEW] Failing tests with GLES on i386/amd64 in tst_tabs_with_repeater.DEPRECATED_TOOLBAR.qml

2016-02-03 Thread Tim Peeters
Public bug reported: We have a failing unit test with gles on i386 and amd64: tst_tabs_with_repeater.DEPRECATED_TOOLBAR.qml: Started with PID: 18869 tst_tabs_with_repeater.DEPRECATED_TOOLBAR.qml: * Start testing of components * tst_tabs_with_repeater.DEPRECATED_TOOLBAR.qml: Confi

[Touch-packages] [Bug 1534651] Re: tst_pagehead_visible flaky test

2016-02-03 Thread Tim Peeters
Also failed for i386, see https://bugs.launchpad.net/ubuntu/+source /ubuntu-ui-toolkit/+bug/1541385 -- 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/1534651 Title:

[Touch-packages] [Bug 1547038] Re: Tabs with PageHeader, a sidebar with PageHeader and multirotation makes the old tab header appear

2016-02-18 Thread Tim Peeters
** Changed in: ubuntu-ui-toolkit (Ubuntu) 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/1547038 Ti

[Touch-packages] [Bug 1547038] Re: Tabs with PageHeader, a sidebar with PageHeader and multirotation makes the old tab header appear

2016-02-18 Thread Tim Peeters
I marked it as Medium importance because there is a workaround for the use case above. ** 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-too

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

2016-03-07 Thread Tim Peeters
You can use the leadingActionBar.actions now to control the navigation, and it will look the same as the Tabs used to look. See example 2 on https://developer.ubuntu.com/en/blog/2016/02/24/pageheader-tutorial/ -- You received this bug notification because you are a member of Ubuntu Touch seeded p

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

2016-03-09 Thread Tim Peeters
t1mp, with that branch you can see the flicker probably 1/2 times, so yeah it does happen on the laptop t1mp, if you are on Xenial, you can probably run the Music app as well, which will be super visible So it can be reproduced on a desktop. -- You received this bug notification because you

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

2016-03-09 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 1223050] Re: [PageStack] Calling positionViewAtIndex cause the page header misbehave

2016-03-09 Thread Tim Peeters
With the new PageHeader, you can anchor another item that takes the place of the section header at the bottom of the header. See attached newfruits.zip for a modification of the example code above that solves the problem. Another solution would be to adapt the ListView for the section header to ta

[Touch-packages] [Bug 1465048] Re: Sections does not scroll

2016-03-09 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/1465048 Title: Sections does

[Touch-packages] [Bug 1489591] Re: head sections on the left side of an AdaptivePageLayout 'leak' onto the right side instead of scrolling

2016-03-09 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/1489591 Title: head sections

[Touch-packages] [Bug 1555548] [NEW] Dialog has no attached theme property

2016-03-10 Thread Tim Peeters
Public bug reported: In order to give the Dialog a different theme from the rest of an app, we need to set the theme property, as is done in the example of the theming tutorial in file:///usr/share/ubuntu-ui-toolkit/doc/html/ubuntu- theming-subtheming.html (ubuntu-ui-toolkit-doc package): import

[Touch-packages] [Bug 1555548] Re: Dialog has no attached theme property

2016-03-10 Thread Tim Peeters
Workaround: import QtQuick 2.4 import Ubuntu.Components 1.3 import Ubuntu.Components.Popups 1.3 MainView { width: units.gu(40) height: units.gu(71) applicationName: "subthemed" // make sure the main theme is Ambiance theme.name: "Ubuntu.Components.Themes.Ambiance" Compon

[Touch-packages] [Bug 1555548] Re: Dialog has no attached theme property

2016-03-10 Thread Tim Peeters
When fixing the bug, please add the missing import Ubuntu.Components.Popups 1.3 to the tutorial code. ** Summary changed: - Dialog has no attached theme property + Dialog and Popover have no attached theme property -- You received this bug notification because you are a member of Ubuntu Touch

[Touch-packages] [Bug 1318017] Re: Flickable contents appear in a wrong position

2016-03-10 Thread Tim Peeters
This bug is no longer valid. Was fixed a while ago. ** 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, which is subscribed to ubuntu-ui-toolkit in Ubuntu. https://bugs.

[Touch-packages] [Bug 1345775] Re: Adding PropertyChanges to PageHeadState overwrites previous PropertyChanges

2016-03-10 Thread Tim Peeters
PageHeadState is now deprecated. Instead, a different Page.header can be set. See https://developer.ubuntu.com/en/blog/2016/02/24/pageheader- tutorial/ ** Changed in: ubuntu-ui-toolkit (Ubuntu) Status: Confirmed => Won't Fix -- You received this bug notification because you are a member o

[Touch-packages] [Bug 1370506] Re: Header Action should take focus to commit Qt.inputMethod

2016-03-10 Thread Tim Peeters
Correction: the actions in the header are now displayed using an AbstractButton, and the focus is fixed for those. So it should all work as requested. ** Changed in: ubuntu-ui-toolkit (Ubuntu) Status: Incomplete => Fix Released -- You received this bug notification because you are a membe

[Touch-packages] [Bug 1370506] Re: Header Action should take focus to commit Qt.inputMethod

2016-03-10 Thread Tim Peeters
It sounds like you want to change the default behavior of the TextField. That way, the TextField in a header would behave different from other textfields which can be a cause of bugs. I think it is fine for actions in the header to call commit() on a textfield when needed. -- You received this bu

[Touch-packages] [Bug 1389115] Re: ItemSelector ticks are not visible in dark themes

2016-03-10 Thread Tim Peeters
Fixed. With the dark theme, the checkmarks are now white on a black background. ** 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, which is subscribed to ubuntu-ui-tool

[Touch-packages] [Bug 1408015] Re: [sdk][UX] Confirmation in the header bar confusing

2016-03-10 Thread Tim Peeters
This was cleared up by design. Cancel/confirm headers now look very different from headers with a back button. See, for example, the "Extending the header" example on https://bugs.launchpad.net/ubuntu/+source/ubuntu-ui-toolkit/+bug/1408015 Closing the bug for UITK. ** Changed in: ubuntu-ui-toolki

[Touch-packages] [Bug 1408643] Re: Header divider is invisible on very dark backgrounds

2016-03-10 Thread Tim Peeters
This is fixed with the new header and new theming with palette. ** 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, which is subscribed to ubuntu-ui-toolkit in Ubuntu. h

[Touch-packages] [Bug 1416450] Re: [regression] Tab switcher doesn't work if a text field is focused

2016-03-10 Thread Tim Peeters
I tested this on mako and the bug no longer exists. ** Changed in: ubuntu-ui-toolkit (Ubuntu) Status: Triaged => 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.la

[Touch-packages] [Bug 1416408] Re: Dialog shouldn't allow interactions with page behind it

2016-03-10 Thread Tim Peeters
I tested the sample app on the device, and the bug no longer exists. ** Changed in: ubuntu-ui-toolkit (Ubuntu) Status: Triaged => 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

[Touch-packages] [Bug 1551341] Re: Reduce height of Sections in landscape on phone.

2016-03-10 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/1551341 Title: Reduce height

[Touch-packages] [Bug 1376502] Re: Header not correctly displayed under certain conditions.

2016-03-10 Thread Tim Peeters
timp, hey, I think this bug isn't reproducible anymore, at least on messaging-app I'm closing the bug. ** Changed in: ubuntu-ui-toolkit (Ubuntu) Status: Incomplete => Fix Released -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is su

[Touch-packages] [Bug 1544052] Re: Page header: Wrong actions moved to burger menu

2016-03-10 Thread Tim Peeters
This is not a bug, this is new behavior as requested by design. The first action in the actions list is shown on the right side, and following actions are added to the left of that. Actions that don't fit (on the left) go in the overflow. -- You received this bug notification because you are a me

[Touch-packages] [Bug 1544052] Re: Page header: Wrong actions moved to burger menu

2016-03-10 Thread Tim Peeters
** Changed in: ubuntu-ui-toolkit (Ubuntu) Assignee: Zoltan Balogh (bzoltan) => 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/1544

[Touch-packages] [Bug 1443424] Re: Header blocks key press events from reaching it's Page

2016-03-10 Thread Tim Peeters
We have a new PageHeader component, that will be used as a child of the Page, so there is no longer a need to forward the keys from the header to the Page. See https://developer.ubuntu.com/en/blog/2016/02/24 /pageheader-tutorial/ for a quick introduction how to use the PageHeader. ** Changed in: u

[Touch-packages] [Bug 1544052] Re: Page header: Wrong actions moved to burger menu

2016-03-10 Thread Tim Peeters
^This is explained in this design doc: https://docs.google.com/document/d/1IuNM_0jywDhHTuGrU2Ee9iy4r5J7rs51lgoXDklG-14/edit "When the panel increases its width actions migrate from the action drawer into the header. The new action appears every 10GU to the left of the already placed action slots

[Touch-packages] [Bug 1473326] Re: Page Header flickering when dragging with Ubuntu.Components 1.3

2016-03-10 Thread Tim Peeters
timp, haven't seen it in ages. I'd say close it closing the bug. ** Changed in: ubuntu-ui-toolkit (Ubuntu) Status: Triaged => 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.

[Touch-packages] [Bug 1493178] Re: PageHeadStyle should coordinate Page.head.contents and the ActionBar to not overlap, if possible

2016-03-10 Thread Tim Peeters
with the new header you have control over the number of slots. See the introduction here https://developer.ubuntu.com/en/blog/2016/02/24 /pageheader-tutorial/ and use PageHeader.trailingActionBar.numberOfSlots. ** Changed in: ubuntu-ui-toolkit (Ubuntu) Status: Confirmed => Fix Released --

[Touch-packages] [Bug 1513003] Re: AdaptivePageLayout doesn't allow hiding a Page header

2016-03-10 Thread Tim Peeters
With the new PageHeader, it is possible to show/hide the header for each column individually. See the introduction here: https://developer.ubuntu.com/en/blog/2016/02/24/pageheader-tutorial/ Example code to show/hide the header: import QtQuick 2.4 import Ubuntu.Components 1.3 MainView { widt

[Touch-packages] [Bug 1520778] Re: No way to get rid of header divider without Page component

2016-03-10 Thread Tim Peeters
This is solved. The code below shows no divider: import QtQuick 2.4 import Ubuntu.Components 1.3 MainView { width: units.gu(100) height: units.gu(70) Rectangle { anchors.fill: parent color: "red" opacity: 0.2 border.width: units.gu(1) } } ** Chan

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

2016-03-10 Thread Tim Peeters
So, the Tabs component will be deprecated and app developers have to use the leading actions to control the navigation (this can be done with an AdaptivePageLayout). ** Changed in: ubuntu-ui-toolkit (Ubuntu) Status: Incomplete => Won't Fix -- You received this bug notification because you

[Touch-packages] [Bug 1551356] Re: Header sections arrows are clickable (and functional) even when the sections should not be scrollable

2016-03-10 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/1551356 Title: Header sectio

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

2016-03-10 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/1554897 Title: With silo050 if an app

[Touch-packages] [Bug 1408015] Re: [sdk][UX] Confirmation in the header bar confusing

2016-03-10 Thread Tim Peeters
The link in my previous comment should be: https://developer.ubuntu.com/en/blog/2016/02/24/pageheader-tutorial/ -- 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/14080

[Touch-packages] [Bug 1555797] [NEW] Theme loads MainViewStyle 1.2 when MainView has a dark backgroundColor set.

2016-03-10 Thread Tim Peeters
Public bug reported: 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.cpp2016-03-07 15:51:52 + +++ src/Ubuntu/Components/plugin/uctheme.cpp2016-03-10 20:02:57 +

[Touch-packages] [Bug 1203066] Re: [sdk] MainView background doesn't have the correct color when set to a light color

2016-03-11 Thread Tim Peeters
This is fixed in UITK 1.3. ** 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, which is subscribed to ubuntu-ui-toolkit in Ubuntu. https://bugs.launchpad.net/bugs/120306

[Touch-packages] [Bug 1235680] Re: Tab missing header after changing Page

2016-03-11 Thread Tim Peeters
We have a new header, which is an Item added to a Page, so it can be controlled for each page individually (see https://developer.ubuntu.com/en/blog/2016/02/24/pageheader-tutorial/ ), and the Tabs component will be deprecated in favor of using the leadingActionBar of the new PageHeader. So this bug

[Touch-packages] [Bug 1247865] Re: Pages Stack misses animations

2016-03-11 Thread Tim Peeters
Instead of the PageStack, we now recommend to use the AdaptivePageLayout to support convergence. Future work on animations will most likely go there, and not to PageStack. For some cases, there is the BottomEdge which includes animations. ** Changed in: ubuntu-ui-toolkit (Ubuntu) Status: C

[Touch-packages] [Bug 1262224] Re: [PageStack] PageStack fails to push pages when using Component.onCompleted

2016-03-11 Thread Tim Peeters
The bug no longer exists in Ubuntu.Components 1.3. ** 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, which is subscribed to ubuntu-ui-toolkit in Ubuntu. https://bugs.l

[Touch-packages] [Bug 1311714] Re: PopupUtils/PageStack difficult to troubleshoot error when a component can't be created

2016-03-11 Thread Tim Peeters
We are printing the errorString now if there is a failure in UITK 1.3 when loading a Page. ** 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, which is subscribed to ubu

[Touch-packages] [Bug 1329812] Re: [SDK] Provide a property to change the panel open(), close() animation speed

2016-03-11 Thread Tim Peeters
the Panel component has been replaced by a configurable BottomEdge component in UITK 1.3. ** Changed in: ubuntu-ui-toolkit (Ubuntu) Status: Confirmed => Won't Fix -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to ubuntu-

[Touch-packages] [Bug 1358423] Re: topMargin can become wrong on page structure changes

2016-03-11 Thread Tim Peeters
This is solved with the new PageHeader (see https://developer.ubuntu.com/en/blog/2016/02/24/pageheader-tutorial/ for an introduction). If you don't want the topMargin in the ListView, simply don't set the PageHeader.flickable property. ** Changed in: ubuntu-ui-toolkit (Ubuntu) Status: Confi

[Touch-packages] [Bug 1371846] Re: [SDK] no way to disable PageHeadState actions highlighting

2016-03-11 Thread Tim Peeters
PageHeadState is now deprecated. Instead, simply set a different PageHeader for the Page.header property. See https://developer.ubuntu.com/en/blog/2016/02/24/pageheader-tutorial/ Also, in UITK 1.3, we have a completely new palette and all the highlight colors should be good now. ** Changed in: ub

[Touch-packages] [Bug 1385654] Re: MainView's OrientationHelper: page isn't being clipped properly to accomodate the header

2016-03-11 Thread Tim Peeters
We no longer clip the MainView to make space for the header (the header is now an overlay that is fully opaque). Also, to disable the header completely in UITK 1.3, you can set the Page.header property to Item { } (which is invisible, but setting Page.header disables the deprecated application head

[Touch-packages] [Bug 1388115] Re: [sdk] More actions visible in header with selection mode

2016-03-11 Thread Tim Peeters
Fixed. ** Changed in: ubuntu-ui-toolkit (Ubuntu) Status: Confirmed => Fix Released ** Changed in: ubuntu-ux 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

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

2016-03-11 Thread Tim Peeters
For Icons, you often set the color explicitly (to override the keyColor in the image), so I'm not sure we can use the different palette color for this. Using 0.3 opacity can be done though. -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is su

[Touch-packages] [Bug 1407371] Re: Long tab titles overlap edges of tab switched menu

2016-03-11 Thread Tim Peeters
Fixed in the new header, try for example this code: import QtQuick 2.4 import Ubuntu.Components 1.3 MainView { width: units.gu(50) height: units.gu(20) Page { header: PageHeader { title: "This is a very super mega extremely long title.. well not THAT long, but it d

[Touch-packages] [Bug 1445265] Re: sdk header flickers when hide/show going in and out of fullscreen

2016-03-11 Thread Tim Peeters
Closing for UITK. ** Changed in: ubuntu-ui-toolkit (Ubuntu) Status: Confirmed => Invalid ** Summary changed: - sdk header flickers when hide/show going in and out of fullscreen + Image flickers when switching to/from fullscreen -- You received this bug notification because you are a mem

[Touch-packages] [Bug 1475643] Re: MainView adds a horizontal line

2016-03-11 Thread Tim Peeters
Fixed. ** 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, which is subscribed to ubuntu-ui-toolkit in Ubuntu. https://bugs.launchpad.net/bugs/1475643 Title: MainView

[Touch-packages] [Bug 1481619] Re: Flickable doesn't position below header on start

2016-03-11 Thread Tim Peeters
This should not be a problem any more with the new PageHeader, you set the flickable property there explicitly. See https://developer.ubuntu.com/en/blog/2016/02/24/pageheader-tutorial/ ** Changed in: ubuntu-ui-toolkit (Ubuntu) Status: Triaged => Fix Released -- You received this bug notif

[Touch-packages] [Bug 1551681] Re: Sections scroll too fast

2016-03-11 Thread Tim Peeters
Maybe it is good the way it is. Let's wait for people to start using Sections, and if it needs to change, design can report a new bug. ** Changed in: ubuntu-ui-toolkit (Ubuntu) Status: Incomplete => Opinion -- You received this bug notification because you are a member of Ubuntu Touch see

[Touch-packages] [Bug 1547038] Re: Tabs with PageHeader, a sidebar with PageHeader and multirotation makes the old tab header appear

2016-03-11 Thread Tim Peeters
Pages should be used for navigation inside AdaptivePageLayout/PageStack, so the solution above to use an Item in the sidebar instead of a Page is not just a workaround but the proper solution. ** Changed in: ubuntu-ui-toolkit (Ubuntu) Status: New => Invalid -- You received this bug notifi

[Touch-packages] [Bug 1214442] Re: [sdk]Add sidebar component

2016-03-11 Thread Tim Peeters
** Summary changed: - [sdk]Add toolbar component + [sdk]Add sidebar component ** Changed in: ubuntu-ui-toolkit (Ubuntu) Status: Incomplete => Won't Fix -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to ubuntu-ui-toolkit

[Touch-packages] [Bug 1372580] Re: Don't make header divider higher when sections is set to an empty list

2016-03-11 Thread Tim Peeters
This is not an issue with the new header, where the 'extension' property has to be explicitly set to get the sections. See https://developer.ubuntu.com/en/blog/2016/02/24/pageheader-tutorial/ ** Changed in: ubuntu-ui-toolkit (Ubuntu) Status: Confirmed => Fix Released ** No longer affects:

[Touch-packages] [Bug 1276066] Re: Checkbox needs 'unknown' state

2016-03-11 Thread Tim Peeters
** Summary changed: - [sdk] Checkbox cannot be stopped from animating + Checkbox needs 'unknown' state -- 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/1276066 Titl

[Touch-packages] [Bug 1540240] Re: Automatic Header height adjustment should be optional

2016-03-11 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/1540240 Title: Automatic Header heigh

[Touch-packages] [Bug 1415902] Re: [Sdk]Bottom edge can get stuck part way exposed

2016-03-11 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 messaging-app in Ubuntu. https://bugs.launchpad.net/bugs/1415902 Title: [Sdk]Bottom edge can get s

[Touch-packages] [Bug 1443358] Re: Header covering components after rotation

2016-03-11 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/1443358 Title: Header covering compon

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

2016-03-11 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/1391548 Title: [sdk] + [header]Portug

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

2016-03-11 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/1379379 Title: [SDK] Popover tip is n

[Touch-packages] [Bug 1555797] Re: Theme loads MainViewStyle 1.2 when MainView has a dark backgroundColor set.

2016-03-11 Thread Tim Peeters
** 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. https://bugs.launchpad.net/bugs/1555797 Title: Theme loads MainViewStyl

[Touch-packages] [Bug 1320860] Re: Section header should not go under the page header

2016-03-11 Thread Tim Peeters
This may be a solution: https://bugs.launchpad.net/ubuntu/+source /ubuntu-ui-toolkit/+bug/1223050/comments/5 or at least a workaround. -- 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.l

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

2016-03-11 Thread Tim Peeters
** 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. https://bugs.launchpad.net/bugs/148 Title: Dialog and Popover have

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

2016-03-14 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/1556860 Title: Blank left panel header a

[Touch-packages] [Bug 1184810] Re: [i18n] Confused about using plural forms

2016-03-14 Thread Tim Peeters
** Changed in: ubuntu-ui-toolkit (Ubuntu) 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/1184810 Ti

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

2016-03-16 Thread Tim Peeters
No, changing the model will reset the selectedIndex. We frequently got (conflicting) requests from apps to change the behavior in the past, to either keep the value, or to reset it to -1, or to reset it to 0. After several iterations and discussions, we decided to reset the selectedIndex to 0 (or -

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

2016-03-16 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/1554897 Title: With silo050

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

2016-03-16 Thread Tim Peeters
What is the use case for the behavior requested in this bug? ** Changed in: ubuntu-ui-toolkit (Ubuntu) Status: New => Incomplete -- 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

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

2016-03-16 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 1399289] Re: Subtitle support in Header

2016-03-16 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/1399289 Title: Subtitle support in Header

[Touch-packages] [Bug 1558010] [NEW] Sections keyboard control

2016-03-16 Thread Tim Peeters
://docs.google.com/document/d/13JoVlVNqn7t5mnwyLc1wa7daozqdGwWj1AqH9LJMid4/edit#heading=h.4nyzngok3pt5 ** Affects: ubuntu-ux Importance: Undecided Assignee: Femma (femma) Status: New ** Affects: ubuntu-ui-toolkit (Ubuntu) Importance: High Assignee: Tim Peeters (tpeeters

[Touch-packages] [Bug 1558010] Re: Sections keyboard control

2016-03-16 Thread Tim Peeters
** Description changed: Using the TAB key it must be possible to focus the Sections component in the header. The next TAB will go to the next focus item, and does not change the selected section. To change the selected section, the left and right arrow keys must be used. - See - https:

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

2016-03-16 Thread Tim Peeters
: Undecided Assignee: Femma (femma) Status: New ** Affects: ubuntu-ui-toolkit (Ubuntu) Importance: High Assignee: Tim Peeters (tpeeters) Status: New ** Changed in: ubuntu-ui-toolkit (Ubuntu) Assignee: (unassigned) => Tim Peeters (tpeeters) ** Changed in: ubuntu

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

2016-03-18 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 Touch seeded packages, which is subscribed to

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

2016-03-18 Thread Tim Peeters
** Changed in: ubuntu-ui-toolkit (Ubuntu) Status: Incomplete => 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/1558018 Title: Scrolling of icons

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

2016-03-18 Thread Tim Peeters
Discussed with Gustavo, and we decided to close the bug. If it turns out that later there are problems the bug may be re-opened. ** Changed in: ubuntu-ui-toolkit (Ubuntu) Status: Incomplete => Invalid ** Changed in: canonical-devices-system-image Status: Triaged => Invalid -- You

[Touch-packages] [Bug 1523840] Re: Sections need keyboard navigation support

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

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

2016-03-19 Thread Tim Peeters
Thanks for the update Rae. I'll close the bug. ** Changed in: ubuntu-ui-toolkit (Ubuntu) Status: Incomplete => Invalid -- 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

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

2016-03-19 Thread Tim Peeters
@zsombi, for the Labels, please report a separate bug. ** 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.

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

[Touch-packages] [Bug 1443358] Re: Header covering components after rotation

2016-03-19 Thread Tim Peeters
The new PageHeader is a child of the Page, so it doesn't go on top of the popover any more. ** Changed in: ubuntu-ui-toolkit (Ubuntu) Status: Triaged => Fix Released -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to ubun

<    1   2   3   4   5   6   7   8   9   >