[Ubuntu-sdk-bugs] [Bug 1662847] [NEW] UITK examples source in a separate (not UITK) project

2017-02-08 Thread Tim Peeters
the ubuntu-ui-toolkit to the ubuntu-ui- toolkit-examples project on launchpad. ** Affects: ubuntu-ui-toolkit-examples Importance: Undecided Assignee: Tim Peeters (tpeeters) Status: New ** Affects: ubuntu-ui-toolkit (Ubuntu) Importance: Undecided Assignee: Tim Peeters

[Ubuntu-sdk-bugs] [Bug 1659869] Re: Page header and focus behaviour

2017-01-27 Thread Tim Peeters
I agree about the focus order within a page (not sure which page should have focus first though). But I think this will be valid for all apps, so we don't need to make it configurable, just fix the current focus order. Can we get feedback from design on this? ** Package changed:

[Ubuntu-sdk-bugs] [Bug 1646525] [NEW] FAIL! : components::CrossFadeImage::test_fade(row 0) 'wait for signal statusChanged' returned FALSE. ()

2016-12-01 Thread Tim Peeters
Public bug reported: Failure on CI. See https://jenkins.ubuntu.com/ubuntu-sdk/job/ubuntu-ui- toolkit-ci-amd64-devel/1364/consoleFull Blocks landing https://code.launchpad.net/~tpeeters/ubuntu-ui-toolkit /examples-depend-models/+merge/312256 to staging. ** Affects: ubuntu-ui-toolkit (Ubuntu)

[Ubuntu-sdk-bugs] [Bug 1640135] Re: Missing dependency of examples on qml-module-qtqml-models2

2016-12-01 Thread Tim Peeters
signee: (unassigned) => Tim Peeters (tpeeters) -- You received this bug notification because you are a member of Ubuntu SDK bug tracking, which is subscribed to ubuntu-ui-toolkit in Ubuntu. https://bugs.launchpad.net/bugs/1640135 Title: Missing dependency of examples on qml-module-qtqm

[Ubuntu-sdk-bugs] [Bug 1645362] Re: Calculator example is broken

2016-11-28 Thread Tim Peeters
** Also affects: ubuntu-ui-toolkit-examples Importance: Undecided Status: New -- You received this bug notification because you are a member of Ubuntu SDK bug tracking, which is subscribed to ubuntu-ui-toolkit in Ubuntu. https://bugs.launchpad.net/bugs/1645362 Title: Calculator

[Ubuntu-sdk-bugs] [Bug 1645365] Re: customtheme example broken in the deb package

2016-11-28 Thread Tim Peeters
** Also affects: ubuntu-ui-toolkit-examples Importance: Undecided Status: New -- You received this bug notification because you are a member of Ubuntu SDK bug tracking, which is subscribed to ubuntu-ui-toolkit in Ubuntu. https://bugs.launchpad.net/bugs/1645365 Title: customtheme

[Ubuntu-sdk-bugs] [Bug 1645365] [NEW] customtheme example broken in the deb package

2016-11-28 Thread Tim Peeters
Public bug reported: The theme/ directory that contains the custom theme is missing. ** Affects: ubuntu-ui-toolkit (Ubuntu) Importance: Undecided Status: New ** Tags: examples snap ** Tags added: examples snap -- You received this bug notification because you are a member of

[Ubuntu-sdk-bugs] [Bug 1645362] [NEW] Calculator example is broken

2016-11-28 Thread Tim Peeters
Public bug reported: When I start the calculator example, I only see a header with 'Calculator' as the title, and a '0' as a result for calculations, but there is no input field where I can enter new calculations. ** Affects: ubuntu-ui-toolkit (Ubuntu) Importance: Undecided Status:

[Ubuntu-sdk-bugs] [Bug 1617818] Re: [ActionBar] Actions are shown in reverse order

2016-11-23 Thread Tim Peeters
*** This bug is a duplicate of bug 1544052 *** https://bugs.launchpad.net/bugs/1544052 ** This bug has been marked a duplicate of bug 1544052 Page header: Wrong actions moved to burger menu -- You received this bug notification because you are a member of Ubuntu SDK bug tracking, which

[Ubuntu-sdk-bugs] [Bug 1640135] [NEW] Missing dependency of examples on qml-module-qtqml-models2

2016-11-08 Thread Tim Peeters
Public bug reported: The first version of the uitk-gallery snap shows me this when opening the colors page: ui-toolkit/examples/ubuntu-ui-toolkit-gallery/Colors.qml:19:1: module "QtQml.Models" is not installed import QtQml.Models 2.1 ^) Adding the qml-module-qtqml-models2 dependency

[Ubuntu-sdk-bugs] [Bug 1626063] [NEW] OrientationHelper tests are useless

2016-09-21 Thread Tim Peeters
Public bug reported: tst_orientation does not test that settings are actually effective, because there is a QSKIP in there that skips the useful tests. It is only tested that there are no warnings when initializing OrientationHelper. The test that follows the QSKIP is not valid because

[Ubuntu-sdk-bugs] [Bug 1625993] [NEW] tst_MainView::testLabsSettings has a lot of warnings

2016-09-21 Thread Tim Peeters
Public bug reported: ubuntu@xenial1:~/dev/ubuntu-ui-toolkit/staging/tests/unit/mainview$ ./mainview * Start testing of tst_MainView * Config: Using QtTest library 5.6.1, Qt 5.6.1 (x86_64-little_endian-lp64 shared (dynamic) release build; by GCC 5.4.0 20160609) PASS :

[Ubuntu-sdk-bugs] [Bug 1625137] [NEW] Layouts unit tests fail on Yakkety

2016-09-19 Thread Tim Peeters
Public bug reported: /«BUILDDIR»/ubuntu-ui-toolkit-1.3.2104+16.10.20160919.2/tests/checkresults.sh /«BUILDDIR»/ubuntu-ui-toolkit-1.3.2104+16.10.20160919.2/tests/*.xml || exit 1; pep8 /«BUILDDIR»/ubuntu-ui-toolkit-1.3.2104+16.10.20160919.2 || exit 1; 3 fatal warnings which MUST be fixed:

[Ubuntu-sdk-bugs] [Bug 1624342] [NEW] tst_textarea.11.qml unit test fails

2016-09-16 Thread Tim Peeters
Public bug reported: Fails with Qt 5.6. FAIL! : components::TextAreaAPI::test_0_color() TextArea.color is same as TextEdit.canUndo Actual (): #5d5d5d Expected (): #00 Loc: [/tmp/buildd/ubuntu-ui-toolkit-1.3.2085+16.10.20160831.4/tests/unit/visual/tst_textarea.11.qml(141)] See

[Ubuntu-sdk-bugs] [Bug 1624340] [NEW] tst_textfield.11.qml unit test failures

2016-09-16 Thread Tim Peeters
Public bug reported: Fails with Qt 5.6. FAIL! : components::TextFieldAPI::test_0_cursorRectangle() cursorRectangle 0 by default Actual (): QRectF(0, 4, 1, 16) Expected (): QRectF(0, 0, 0, 0) Loc:

[Ubuntu-sdk-bugs] [Bug 1624343] [NEW] UbuntuListView TypeErrors

2016-09-16 Thread Tim Peeters
Public bug reported: Failing unit tests with Qt 5.6: * Start testing of components * Config: Using QtTest library 5.6.1, Qt 5.6.1 (x86_64-little_endian-lp64 shared (dynamic) release build; by GCC 5.4.0 20160609) PASS : components::UbuntuListView::initTestCase() PASS :

[Ubuntu-sdk-bugs] [Bug 1624337] [NEW] Scrollbar tests fail on Qt 5.6.

2016-09-16 Thread Tim Peeters
Public bug reported: FAIL! : components::Scrollbar::test_defaultStylingValues(vertical scrollbar) Wrong styling property default value. Actual (): #5d5d5d Expected (): #11 Loc: [/tmp/buildd/ubuntu-ui-toolkit-1.3.2085+16.10.20160831.4/tests/unit/visual/tst_scrollbar.13.qml(1205)]

[Ubuntu-sdk-bugs] [Bug 1624331] [NEW] tst_listitem_focus.13.qml unit test failure

2016-09-16 Thread Tim Peeters
Public bug reported: FAIL! : components::ListItemFocus::test_refocus_listview_on_last_focused_item(No content) 'Focus frame shown for the item' returned FALSE. () Loc: [/tmp/buildd/ubuntu-ui-toolkit-1.3.2085+16.10.20160831.4/tests/unit/visual/tst_listitem_focus.13.qml(504)] See

[Ubuntu-sdk-bugs] [Bug 1624328] [NEW] tst_listitem failures

2016-09-16 Thread Tim Peeters
Public bug reported: Must be fixed for Qt 5.6. FAIL! : components::ListItemAPI::test_0_defaults() theme.palette.selected.background color by default FAIL! : components::ListItem13API::test_0_defaults() theme.palette.selected.background color by default See

[Ubuntu-sdk-bugs] [Bug 1624314] [NEW] Failing DPR unit tests

2016-09-16 Thread Tim Peeters
Public bug reported: With Qt 5.6. FAIL! : tst_UCUnitsDPR2::dpGridUnitDefaultWithDPR2() Compared floats are not the same (fuzzy compare) FAIL! : tst_UCUnitsDPR2::guGridUnitDefaultWithDPR2() Compared floats are not the same (fuzzy compare) FAIL! : tst_UCUnitsDPR2::dpGridUnitEightWithDPR2()

[Ubuntu-sdk-bugs] [Bug 1622577] [NEW] tst_pagestack_deprecated_toolbar unit test warnings with qt56

2016-09-12 Thread Tim Peeters
-toolkit (Ubuntu) Importance: Critical Assignee: Tim Peeters (tpeeters) Status: Confirmed ** Tags: qt5.6 ** Summary changed: - tst_pargestack_deprecated_toolbar unit test failures with qt56 + tst_pargestack_deprecated_toolbar unit test warnings with qt56 ** Changed in: ubuntu-ui

[Ubuntu-sdk-bugs] [Bug 1621509] [NEW] ListView with extension from UbuntuToolkit updates its model after the component is completed

2016-09-08 Thread Tim Peeters
Public bug reported: This is the cause for the Sections index resetting after initialization, see bug https://bugs.launchpad.net/ubuntu/+source/ubuntu-ui- toolkit/+bug/1610231 Create the file ModelTest.qml: import QtQuick 2.4 Item { id: root width: 800 height: 600 ListView {

[Ubuntu-sdk-bugs] [Bug 1611035] Re: Flickable AP CPO needs to take left and right margins into account

2016-08-24 Thread Tim Peeters
This is no longer needed. I now use displayMargin{Beginning,End} of the ListView. See https://bugs.launchpad.net/ubuntu/+source/ubuntu-ui- toolkit/+bug/1611327 ** Changed in: ubuntu-ui-toolkit (Ubuntu) Status: In Progress => Won't Fix -- You received this bug notification because you are

[Ubuntu-sdk-bugs] [Bug 1614541] [NEW] Some times left/right arrow keys move the focus inside the ListItem in a horizontal ListView.

2016-08-18 Thread Tim Peeters
*** This bug is a duplicate of bug 1590005 *** https://bugs.launchpad.net/bugs/1590005 Public bug reported: For the first and last ListItem inside a ListView, the left/right arrow key will move the focus inside the ListItem, instead of navigating between ListItems. For the other ListItems

[Ubuntu-sdk-bugs] [Bug 1612579] [NEW] ActionSelectionPopover hides disabled Actions

2016-08-12 Thread Tim Peeters
Public bug reported: Disabled actions should be greyed-out, not hidden. ** Affects: ubuntu-ux Importance: Medium Assignee: Femma (femma) Status: Confirmed ** Affects: ubuntu-ui-toolkit (Ubuntu) Importance: Medium Status: Confirmed ** Also affects: ubuntu-ux

[Ubuntu-sdk-bugs] [Bug 1611327] Re: Disabled ListItem inside ListView takes focus but does not show focus ring

2016-08-10 Thread Tim Peeters
@Femma that sounds like the best solution, and it is how it currently happens outside of ListViews. I think we need to implement this in our ListView extension. ** Also affects: ubuntu-ux Importance: Undecided Status: New -- You received this bug notification because you are a member

[Ubuntu-sdk-bugs] [Bug 1605634] Re: Navigation with arrow keys in ListView is incorrect when layoutDirection == Qt.RightToLeft

2016-08-09 Thread Tim Peeters
** Changed in: ubuntu-ui-toolkit (Ubuntu) Status: In Progress => Fix Released -- You received this bug notification because you are a member of Ubuntu SDK bug tracking, which is subscribed to ubuntu-ui-toolkit in Ubuntu. https://bugs.launchpad.net/bugs/1605634 Title: Navigation with

[Ubuntu-sdk-bugs] [Bug 1611327] [NEW] Disabled ListItem inside ListView takes focus but does not show focus ring

2016-08-09 Thread Tim Peeters
Public bug reported: Items outside of a ListView are skipped when using keyboard navigation to change the focus. However, a ListItem inside a ListView takes the focus even when it is disabled, but it does not show the focus frame when focused. For example, execute this QML program: import

[Ubuntu-sdk-bugs] [Bug 1611035] [NEW] Flickable AP CPO needs to take left and right margins into account

2016-08-08 Thread Tim Peeters
in the ListView. This should probably be added to the Scrollable CPO (in _flickable.py). ** Affects: ubuntu-ui-toolkit (Ubuntu) Importance: High Assignee: Tim Peeters (tpeeters) Status: New ** Changed in: ubuntu-ui-toolkit (Ubuntu) Importance: Undecided => High ** Changed in: ubu

[Ubuntu-sdk-bugs] [Bug 1609508] [NEW] Items in overflow for ActionBar and PageHeader cannot be selected using keyboard navigation

2016-08-03 Thread Tim Peeters
Public bug reported: The overflow icon can be selected using TAB and opened using ENTER, but there is currently no way to use the keyboard to select the items that are in the overflow panel. ** Affects: ubuntu-ui-toolkit (Ubuntu) Importance: Undecided Status: New ** Tags:

[Ubuntu-sdk-bugs] [Bug 1606247] Re: Several app autopilot tests break when using namespaces in UITK

2016-08-01 Thread Tim Peeters
** Changed in: ubuntu-ui-toolkit (Ubuntu) Assignee: (unassigned) => Tim Peeters (tpeeters) ** Changed in: ubuntu-ui-toolkit (Ubuntu) Importance: Undecided => Critical ** Changed in: ubuntu-ui-toolkit (Ubuntu) Status: New => Fix Released -- You received this bug not

[Ubuntu-sdk-bugs] [Bug 1603353] Re: Move BottomEdge between columns in AdaptivePageLayout

2016-07-28 Thread Tim Peeters
nce: Undecided => High ** Changed in: ubuntu-ui-toolkit (Ubuntu) Assignee: (unassigned) => Tim Peeters (tpeeters) -- You received this bug notification because you are a member of Ubuntu SDK bug tracking, which is subscribed to ubuntu-ui-toolkit in Ubuntu. https://bugs.launchpad.net/bug

[Ubuntu-sdk-bugs] [Bug 1606247] [NEW] Several app autopilot tests break when using namespaces in UITK

2016-07-25 Thread Tim Peeters
Public bug reported: See http://paste.ubuntu.com/20854299/ These need to be fixed before we use the namespaces in UITK. ** Affects: ubuntu-ui-toolkit (Ubuntu) Importance: Undecided Status: New -- You received this bug notification because you are a member of Ubuntu SDK bug

[Ubuntu-sdk-bugs] [Bug 1605634] [NEW] Navigation with arrow keys in ListView is incorrect when layoutDirection == Qt.RightToLeft

2016-07-22 Thread Tim Peeters
- toolkit/+bug/1575893 ** Affects: ubuntu-ui-toolkit (Ubuntu) Importance: High Assignee: Tim Peeters (tpeeters) Status: In Progress ** Description changed: Possibly also incorrect for verticalLayoutDirection == Qt.BottomToTop. I will update the bug description

[Ubuntu-sdk-bugs] [Bug 1603353] [NEW] Move BottomEdge between columns in AdaptivePageLayout

2016-07-15 Thread Tim Peeters
Public bug reported: In several apps (address-book and messaging-app), the Page to which the BottomEdge is attached depends on the number of columns in AdaptivePageLayout (APL). In the description below, we assume that mainPage is the primary page in the APL and is always displayed in the first

[Ubuntu-sdk-bugs] [Bug 1602836] [NEW] Grouped properties in StyleHints don't work for simple values.

2016-07-13 Thread Tim Peeters
Public bug reported: For example: import QtQuick 2.4 import Ubuntu.Components 1.3 Item { width: units.gu(40) height: units.gu(71) Button { objectName: "Button" id: button gradient: UbuntuColors.greyGradient StyleHints {

[Ubuntu-sdk-bugs] [Bug 1371846] Re: [SDK] no way to disable PageHeadState actions highlighting

2016-07-06 Thread Tim Peeters
** Changed in: ubuntu-ux Status: In Progress => Fix Released -- You received this bug notification because you are a member of Ubuntu SDK bug tracking, which is subscribed to ubuntu-ui-toolkit in Ubuntu. https://bugs.launchpad.net/bugs/1371846 Title: [SDK] no way to disable

[Ubuntu-sdk-bugs] [Bug 1597774] [NEW] Give ActionBar a configurable foreground and background color in the style

2016-06-30 Thread Tim Peeters
Public bug reported: Currently apps can add a Rectangle behind the ActionBar, and use a custom delegate to change the foreground color. But directly adding a foregroundColor and backgroundColor property to the ActionBar would be more handy. This is also the way it is done in the PageHeaderStyle.

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

2016-06-27 Thread Tim Peeters
Public bug reported: Lines like this in components.api can be ambiguous: Ubuntu.Components.Pickers.Dialer 1.3: StyledItem Ubuntu.Layouts.Layouts 1.0 0.1 ULLayouts: Item It is better to also show the module for the parent component, like this: Ubuntu.Components.Pickers.Dialer 1.3:

[Ubuntu-sdk-bugs] [Bug 1590005] [NEW] activeFocusOnTab is ignored when Button is embedded inside ListItem in a horizontal ListView

2016-06-07 Thread Tim Peeters
Public bug reported: Run this code: import QtQuick 2.4 import Ubuntu.Components 1.3 Item { width: units.gu(50) height: units.gu(50) ListView { anchors.fill: parent model: 10 orientation: ListView.Horizontal delegate: ListItem { width:

[Ubuntu-sdk-bugs] [Bug 1583587] [NEW] Remove subHeader from AdaptivePageLayout

2016-05-19 Thread Tim Peeters
Public bug reported: Remove support for the "old-style header" from AdaptivePageLayout (APL). Currently there is the (internal) subHeader to take care of this, but it is not well tested and we cannot support it with all features in the future. This will force apps that use APL to make use of

[Ubuntu-sdk-bugs] [Bug 1534843] Re: Drop down in tabs drawer has a slight vertical offset

2016-05-17 Thread Tim Peeters
This seems to be by design. ** Also affects: ubuntu-ux Importance: Undecided Status: New ** Changed in: ubuntu-ui-toolkit (Ubuntu) Status: Confirmed => Incomplete -- You received this bug notification because you are a member of Ubuntu SDK bug tracking, which is subscribed to

[Ubuntu-sdk-bugs] [Bug 1566741] Re: Tabs and Page with PageHeader shows two headers

2016-05-17 Thread Tim Peeters
** Changed in: ubuntu-ui-toolkit (Ubuntu) Status: In Progress => Won't Fix -- You received this bug notification because you are a member of Ubuntu SDK bug tracking, which is subscribed to ubuntu-ui-toolkit in Ubuntu. https://bugs.launchpad.net/bugs/1566741 Title: Tabs and Page with

[Ubuntu-sdk-bugs] [Bug 1247809] Re: [sdk] Column view for Tabs element

2016-05-02 Thread Tim Peeters
We have the AdaptivePageLayout component now that automatically adapts the view to the visible space. ** Changed in: ubuntu-ui-toolkit (Ubuntu) Status: Triaged => Fix Released -- You received this bug notification because you are a member of Ubuntu SDK bug tracking, which is subscribed

[Ubuntu-sdk-bugs] [Bug 1320806] Re: [sdk] tabs(actions) miss if too many of them in Tabs(toolbar)

2016-05-02 Thread Tim Peeters
** Changed in: ubuntu-ui-toolkit (Ubuntu) Status: Fix Committed => Fix Released -- You received this bug notification because you are a member of Ubuntu SDK bug tracking, which is subscribed to ubuntu-ui-toolkit in Ubuntu. https://bugs.launchpad.net/bugs/1320806 Title: [sdk]

[Ubuntu-sdk-bugs] [Bug 1575893] [NEW] Toolbar focus & keyboard navigation

2016-04-27 Thread Tim Peeters
Public bug reported: Toolbar needs focus for keyboard navigation that works in the same way as the Sections. ** Affects: ubuntu-ui-toolkit (Ubuntu) Importance: High Assignee: Tim Peeters (tpeeters) Status: Confirmed ** Changed in: ubuntu-ui-toolkit (Ubuntu) Importance

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

2016-04-27 Thread Tim Peeters
You can check your version like this: tim@tim-mbp:~$ apt-cache policy qml-module-ubuntu-components qml-module-ubuntu-components: Installed: 1.3.1918+16.04.20160404-0ubuntu1 Candidate: 1.3.1918+16.04.20160404-0ubuntu1 Version table: *** 1.3.1918+16.04.20160404-0ubuntu1 500 500

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

2016-04-27 Thread Tim Peeters
You need at least UITK r1685 to have the Page.header property. ** Changed in: ubuntu-ui-toolkit (Ubuntu) Status: New => Fix Released ** Changed in: ubuntu-ui-toolkit (Ubuntu) Assignee: (unassigned) => Tim Peeters (tpeeters) ** Changed in: ubuntu-ui-toolkit (Ubuntu) Impo

[Ubuntu-sdk-bugs] [Bug 1572525] Re: [regression] Double header height is set as flickable topMargin

2016-04-26 Thread Tim Peeters
After some more discussion on IRC, for Alberto's use case he will lock the header. I will close this bug. In UITK2 we probably will not try to automatically set the topMargin of the flickable, and leave it to the app developer so there will be full freedom (at the cost of a few extra lines of code

[Ubuntu-sdk-bugs] [Bug 1575165] [NEW] property keyNavigationFocus of StyledItem has no documentation.

2016-04-26 Thread Tim Peeters
Public bug reported: It is a public property so we should document it. ** Affects: ubuntu-ui-toolkit (Ubuntu) Importance: Low Assignee: Christian Dywan (kalikiana) Status: New ** Changed in: ubuntu-ui-toolkit (Ubuntu) Importance: Undecided => Low -- You received this bug

[Ubuntu-sdk-bugs] [Bug 1574663] [NEW] Some apps show a header with landscape height in portrait orientation

2016-04-25 Thread Tim Peeters
Public bug reported: The following applications use a header height of 5 GU in portrait mode, which should be 6 GU: - messaging app - authenticator app ** Affects: ubuntu-ui-toolkit (Ubuntu) Importance: Undecided Assignee: Tim Peeters (tpeeters) Status: New ** Changed

[Ubuntu-sdk-bugs] [Bug 1573616] [NEW] ListView keyboard navigation focus using arrow keys only works with ListItem as a delegate

2016-04-22 Thread Tim Peeters
Public bug reported: We have this code to set the navigation focus for ListItems: void ListViewProxy::setKeyNavigationForListView(bool value) { UCListItem *listItem = qobject_cast(currentItem()); if (listItem) {

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

2016-04-21 Thread Tim Peeters
Public bug reported: In a horizontal ListView, the divider at the bottom of a ListItem is not needed. Perhaps a vertical divider instead? Also, it looks weird when all ListItems in the horizontal list have a divider at the bottom, except the last one. ** Affects: ubuntu-ui-toolkit (Ubuntu)

[Ubuntu-sdk-bugs] [Bug 1572991] [NEW] ListViewProxy breaks horizontal ListView keyboard navigation

2016-04-21 Thread Tim Peeters
Public bug reported: Left and right keys are swapped. ** Affects: ubuntu-ui-toolkit (Ubuntu) Importance: Undecided Status: New -- You received this bug notification because you are a member of Ubuntu SDK bug tracking, which is subscribed to ubuntu-ui-toolkit in Ubuntu.

[Ubuntu-sdk-bugs] [Bug 1572987] [NEW] Not all PageStack unit tests use the new PageHeader

2016-04-21 Thread Tim Peeters
Public bug reported: Test coverage for PageStack with the new PageHeader is not complete. ** Affects: ubuntu-ui-toolkit (Ubuntu) Importance: Undecided Status: New -- You received this bug notification because you are a member of Ubuntu SDK bug tracking, which is subscribed to

[Ubuntu-sdk-bugs] [Bug 1572988] [NEW] Not all PageStack unit tests use the new PageHeader

2016-04-21 Thread Tim Peeters
Public bug reported: Test coverage for PageStack with the new PageHeader is not complete. ** Affects: ubuntu-ui-toolkit (Ubuntu) Importance: Medium Assignee: Tim Peeters (tpeeters) Status: Fix Committed ** Branch linked: lp:~tpeeters/ubuntu-ui-toolkit/pagestack-unit-tests

[Ubuntu-sdk-bugs] [Bug 1572983] [NEW] Focus unit tests do not properly test restored focus for dialogs or popovers created from a component.

2016-04-21 Thread Tim Peeters
Public bug reported: Focus unit tests do not properly test restored focus for dialogs or popovers created from a component. The current tests are broken and ignore those cases. ** Affects: ubuntu-ui-toolkit (Ubuntu) Importance: High Assignee: Tim Peeters (tpeeters) Status: Fix

[Ubuntu-sdk-bugs] [Bug 1571426] [NEW] tst_slotslayout is flaky

2016-04-17 Thread Tim Peeters
Public bug reported: I got a segfault on CI with tst_slotslayout: Executing dbus-test-runner --task gdb -p --quiet -n tst_slotslayout.qml -m 500 -p --batch -p -ex -p 'set print thread-events off' -p -ex -p run -p -ex -p bt -p --return-child-result -p --args -p

[Ubuntu-sdk-bugs] [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

[Ubuntu-sdk-bugs] [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

[Ubuntu-sdk-bugs] [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

[Ubuntu-sdk-bugs] [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

[Ubuntu-sdk-bugs] [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

[Ubuntu-sdk-bugs] [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 =>

[Ubuntu-sdk-bugs] [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

[Ubuntu-sdk-bugs] [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

[Ubuntu-sdk-bugs] [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

[Ubuntu-sdk-bugs] [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. **

[Ubuntu-sdk-bugs] [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)

[Ubuntu-sdk-bugs] [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:

[Ubuntu-sdk-bugs] [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 SDK bug tracking, which is subscribed to ubuntu-ui-toolkit in Ubuntu. https://bugs.launchpad.net/bugs/1393485

[Ubuntu-sdk-bugs] [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

[Ubuntu-sdk-bugs] [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:

[Ubuntu-sdk-bugs] [Bug 1557707] Re: [Sections] selectedIndex binding is broken if the model changes

2016-03-20 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

[Ubuntu-sdk-bugs] [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 SDK bug tracking, which is subscribed to

[Ubuntu-sdk-bugs] [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:

[Ubuntu-sdk-bugs] [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 SDK bug tracking,

[Ubuntu-sdk-bugs] [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 SDK bug tracking, which is subscribed to ubuntu-ui-toolkit in Ubuntu.

[Ubuntu-sdk-bugs] [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 SDK bug tracking, which is subscribed to ubuntu-ui-toolkit in Ubuntu.

[Ubuntu-sdk-bugs] [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:

[Ubuntu-sdk-bugs] [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

[Ubuntu-sdk-bugs] [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 SDK bug

[Ubuntu-sdk-bugs] [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

[Ubuntu-sdk-bugs] [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

[Ubuntu-sdk-bugs] [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 SDK bug tracking, which is subscribed to ubuntu-ui-toolkit in Ubuntu.

[Ubuntu-sdk-bugs] [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 SDK bug tracking, which is subscribed to ubuntu-ui-toolkit in

[Ubuntu-sdk-bugs] [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:

[Ubuntu-sdk-bugs] [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

[Ubuntu-sdk-bugs] [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:

[Ubuntu-sdk-bugs] [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 SDK bug tracking, which is subscribed to

[Ubuntu-sdk-bugs] [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 SDK bug tracking, which is subscribed to

[Ubuntu-sdk-bugs] [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:

[Ubuntu-sdk-bugs] [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

[Ubuntu-sdk-bugs] [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 SDK bug tracking, which is subscribed to ubuntu-ui-toolkit in Ubuntu. https://bugs.launchpad.net/bugs/1203066

[Ubuntu-sdk-bugs] [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

[Ubuntu-sdk-bugs] [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) } } **

[Ubuntu-sdk-bugs] [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 {

[Ubuntu-sdk-bugs] [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 SDK bug tracking, which is subscribed to ubuntu-ui-toolkit in Ubuntu.

[Ubuntu-sdk-bugs] [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:

[Ubuntu-sdk-bugs] [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 SDK bug tracking, which is

  1   2   3   >