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

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

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

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

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

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

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

[Ubuntu-sdk-bugs] [Bug 1551681] [NEW] Sections scroll too fast

2016-03-01 Thread Tim Peeters
Public bug reported: Disable kinetic scrolling of the sections. Requested by design at the last SDK-design sprint. ** Affects: ubuntu-ui-toolkit (Ubuntu) Importance: Medium Assignee: Tim Peeters (tpeeters) Status: In Progress ** Changed in: ubuntu-ui-toolkit (Ubuntu

[Ubuntu-sdk-bugs] [Bug 1551341] [NEW] Reduce height of Sections in landscape on phone.

2016-02-29 Thread Tim Peeters
the bottom of the Sections and the baseline of the text (and the bottomMargin of the arrows) must be reduced from 2 to 1 GU. ** Affects: ubuntu-ui-toolkit (Ubuntu) Importance: Medium Assignee: Tim Peeters (tpeeters) Status: In Progress -- You received this bug notification

[Ubuntu-sdk-bugs] [Bug 1356434] Re: [PageHeadState] Cannot create pageheadstate with name ""

2016-02-26 Thread Tim Peeters
The PageHeadState gave multiple problems and has been deprecated. With the new PageHeader component there are better ways to switch between header modes, see the example in this blog post: https://developer.ubuntu.com/en/blog/2016/02/24/pageheader-tutorial/ ** Changed in: ubuntu-ui-toolkit

[Ubuntu-sdk-bugs] [Bug 1549830] [NEW] Apps that import Ubuntu.Components 1.2 or older use the 1.3 palette

2016-02-25 Thread Tim Peeters
Public bug reported: For example: import QtQuick 2.4 import Ubuntu.Components 1.2 MainView { width: units.gu(48) height: units.gu(60) Page { title: "Hello, I am blue." // should be darkGrey Label { anchors.centerIn: parent text: "bla"

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

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

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

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

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

[Ubuntu-sdk-bugs] [Bug 1530896] Re: header trailingActions appear from the right to left on header

2016-01-04 Thread Tim Peeters
in: 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

[Ubuntu-sdk-bugs] [Bug 1523553] [NEW] Use namespaces for our CPP classes

2015-12-07 Thread Tim Peeters
Public bug reported: Put our classes inside a UITK namespace to avoid conflicts with other libs. Some cpp classes we prefix with 'uc', but not all (nothing in privates/ is prefixed). ** Affects: ubuntu-ui-toolkit (Ubuntu) Importance: Undecided Status: New -- You received this

[Ubuntu-sdk-bugs] [Bug 1523501] [NEW] r1712 broke our AP tests on desktop

2015-12-07 Thread Tim Peeters
Public bug reported: File "/home/tim/dev/ubuntu-ui-toolkit/m/fix-header-ap-landing/tests/autopilot/ubuntuuitoolkit/_custom_proxy_objects/_flickable.py", line 41, in _get_visible_container_bottom if keyboard._keyboard.is_available(): AttributeError: 'Keyboard' object has no attribute

[Ubuntu-sdk-bugs] [Bug 1522018] [NEW] No flickable in gallery about Page

2015-12-02 Thread Tim Peeters
Public bug reported: On a phone (40GU wide), launch UITK gallery, go to the about screen, and rotate the phone to landscape orientation. The text does not fit in the screen, but scrolling is not possible. ** Affects: ubuntu-ui-toolkit (Ubuntu) Importance: Undecided Status: New --

[Ubuntu-sdk-bugs] [Bug 1500483] Re: [sdk] animate header component when app comes back to the foreground

2015-10-14 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/1500483 Title: [sdk] animate

[Ubuntu-sdk-bugs] [Bug 1504755] [NEW] Popover does not open on top of all other Items

2015-10-10 Thread Tim Peeters
Public bug reported: When I open a Popover, I expect it to be on top of all other Items. This is not the case if any Item has a z-value > 0, the Popover will then open behind that Item, potentially hiding the Popover. Use the example code below to reproduce the issue. Run the qml code and click

[Ubuntu-sdk-bugs] [Bug 1500483] [NEW] [sdk] animate header component when app comes back to the foreground

2015-09-28 Thread Tim Peeters
Public bug reported: When the header is hidden by scrolling it out of the view in an app, and the user switches between apps, when an app comes back to the foreground, the header instantly appears again. This means when going back to a previous app, the app is not in exactly the same state as

[Ubuntu-sdk-bugs] [Bug 1496913] [NEW] RTL switch in UITK component gallery

2015-09-17 Thread Tim Peeters
Public bug reported: We should have a switch for RTL in the component gallery. Next to the theme switch button in the main page header is a good place. ** Affects: ubuntu-ui-toolkit (Ubuntu) Importance: Undecided Status: Confirmed -- You received this bug notification because you

[Ubuntu-sdk-bugs] [Bug 1369939] Re: Default value for MainView.useDeprecatedToolbar will change to false in 1.2

2015-09-16 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/1369939 Title: Default value

[Ubuntu-sdk-bugs] [Bug 1396190] Re: Inactive pages bleed through other pages

2015-09-16 Thread Tim Peeters
This is no longer an issue with AdaptivePageLayout, which is now recommended instead of PageStack. ** 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 1257307] Re: [sdk] The pagestacks should allow to pop more than one page at the time

2015-09-16 Thread Tim Peeters
PageStack will be deprecated in favor of AdaptivePageLayout. AdaptivePageLayout already has a removePages() function that takes a parameter which determines which pages are removed from the stack. ** Changed in: ubuntu-ui-toolkit (Ubuntu) Status: Incomplete => Won't Fix -- You received

[Ubuntu-sdk-bugs] [Bug 1494387] [NEW] CheckBox needs to track external properties

2015-09-10 Thread Tim Peeters
Public bug reported: Often a CheckBox/Switch is used to show the value of a property outside of the CheckBox. For example: Switch { id: hiddenSwitch checked: !header.exposed onClicked: header.exposed = !header.exposed } At first look, this code may seem fine, but clicking the switch

[Ubuntu-sdk-bugs] [Bug 1480767] Re: Double icons on Page head

2015-08-05 Thread Tim Peeters
/Ubuntu.Components.MainView/ ** Changed in: ubuntu-ui-toolkit (Ubuntu) Assignee: (unassigned) = Tim Peeters (tpeeters) ** Changed in: ubuntu-ui-toolkit (Ubuntu) Status: New = Invalid -- You received this bug notification because you are a member of Ubuntu SDK bug tracking, which is subscribed to ubuntu

[Ubuntu-sdk-bugs] [Bug 1406047] Re: Poor contrast between text and background in ProgressBar

2015-08-04 Thread Tim Peeters
Looks good on current releases, the old RTM will be deprecated. ** 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 1404884] Re: Using PullToRefresh in a secondary page breaks content's position

2015-07-27 Thread Tim Peeters
That sounds like a separate issue. Please report a new bug for that. ** Changed in: ubuntu-ui-toolkit (Ubuntu) Status: Triaged = 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 1475205] Re: Random Chinese character missing in header with 50 GU

2015-07-20 Thread Tim Peeters
** Also affects: ubuntu-font-family-sources (Ubuntu) Importance: Undecided Status: New ** Changed in: ubuntu-font-family-sources (Ubuntu) Importance: Undecided = High ** Changed in: ubuntu-ui-toolkit (Ubuntu) Status: In Progress = Invalid -- You received this bug

[Ubuntu-sdk-bugs] [Bug 1472001] Re: Search bar of scopes hides underneath the cached keywords

2015-07-07 Thread Tim Peeters
*** This bug is a duplicate of bug 1455406 *** https://bugs.launchpad.net/bugs/1455406 ** This bug has been marked a duplicate of bug 1455406 Search history popover displaced when OSK opens -- You received this bug notification because you are a member of Ubuntu SDK bug tracking, which

[Ubuntu-sdk-bugs] [Bug 1471848] [NEW] Autopilot always wants to emulate Nexus10 on desktop for UITK gallery tests

2015-07-06 Thread Tim Peeters
Public bug reported: I get a lot of failures like this: Traceback (most recent call last): File /home/tim/dev/ubuntu-ui-toolkit/m/multiColumnHeader/tests/autopilot/ubuntuuitoolkit/tests/gallery/__init__.py, line 54, in setUp self.resize_window() File

[Ubuntu-sdk-bugs] [Bug 1468760] [NEW] Re-enable header animations

2015-06-25 Thread Tim Peeters
Public bug reported: Header animations were disabled because of a bug in this MR https://code.launchpad.net/~tpeeters/ubuntu-ui- toolkit/popLoopBug/+merge/261627 They should be enabled again eventually. ** Affects: ubuntu-ui-toolkit (Ubuntu) Importance: Undecided Status: New --

[Ubuntu-sdk-bugs] [Bug 1456350] [NEW] Apps importing UITK 1.2 or older print a lot of UCDeprecatedTheme deprecation notes

2015-05-18 Thread Tim Peeters
Public bug reported: We should not be printing these warnings in UITK = 1.2 because there using 'Theme' instead of 'theme' is a valid way of doing stuff. Also it slows down the app because it prints hundreds of these warnings some times. For example, running this on device results in OK:

[Ubuntu-sdk-bugs] [Bug 1445265] Re: Image flickers when application going fullscreen on device

2015-04-23 Thread Tim Peeters
May be related to this bug https://bugs.launchpad.net/tangxi/+bug/1417006 ** Also affects: mir 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 1444178] Re: Crash when creating a page with sections

2015-04-20 Thread Tim Peeters
I closed the bug as fixed. Please re-open it and ping me on IRC (t1mp) if it re-appears. Thanks. ** Changed in: ubuntu-ui-toolkit (Ubuntu) Assignee: (unassigned) = Tim Peeters (tpeeters) ** Changed in: ubuntu-ui-toolkit (Ubuntu) Status: New = Fix Released -- You received this bug

[Ubuntu-sdk-bugs] [Bug 1436767] Re: No error output if item is used for the Page assignment

2015-03-30 Thread Tim Peeters
) = Tim Peeters (tpeeters) ** Changed in: ubuntu-ui-toolkit (Ubuntu) Status: Confirmed = Opinion -- 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/1436767 Title

[Ubuntu-sdk-bugs] [Bug 1336793] Re: Smaller header in landscape orientation

2015-03-24 Thread Tim Peeters
** No longer affects: ubuntu-ui-toolkit ** 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-ui-toolkit in Ubuntu.

[Ubuntu-sdk-bugs] [Bug 1336791] Re: [sdk] Header behavior modes

2015-03-18 Thread Tim Peeters
App developers can soon lock and show/hide the header if they don't like the default header behavior, see https://bugs.launchpad.net/ubuntu/+source/ubuntu-ui-toolkit/+bug/1424592 If an overlay mode is still needed, please report a separate bug for that. I'm closing this one. ** Changed in:

[Ubuntu-sdk-bugs] [Bug 1400297] Re: PageHeadState doens't correctly update head.contents

2015-03-16 Thread Tim Peeters
*** This bug is a duplicate of bug 1341814 *** https://bugs.launchpad.net/bugs/1341814 ** This bug has been marked a duplicate of bug 1341814 Using search in the header can sometimes have a text field from a different tab -- You received this bug notification because you are a member of

[Ubuntu-sdk-bugs] [Bug 1429838] [NEW] Some (internal) test programs should be split up and filenames are not consistent

2015-03-09 Thread Tim Peeters
in filenames). ** Affects: ubuntu-ui-toolkit (Ubuntu) Importance: Low Assignee: Tim Peeters (tpeeters) Status: In Progress ** Changed in: ubuntu-ui-toolkit (Ubuntu) Status: New = In Progress ** Changed in: ubuntu-ui-toolkit (Ubuntu) Assignee: (unassigned) = Tim Peeters

[Ubuntu-sdk-bugs] [Bug 1420748] Re: Always reserve space for three actions in header

2015-02-25 Thread Tim Peeters
** Changed in: ubuntu-ui-toolkit (Ubuntu) Status: Confirmed = Won't Fix ** Changed in: ubuntu-ui-toolkit (Ubuntu) Importance: Undecided = Wishlist -- 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 1420748] [NEW] Always reserve space for three actions in header

2015-02-11 Thread Tim Peeters
if there is an action in the left of the header. ** Affects: ubuntu-ux Importance: Undecided Status: New ** Affects: ubuntu-ui-toolkit (Ubuntu) Importance: Undecided Assignee: Tim Peeters (tpeeters) Status: New ** Also affects: ubuntu-ux Importance: Undecided Status: New

[Ubuntu-sdk-bugs] [Bug 1420347] [NEW] Unit tests only test single version of Ubuntu.Components

2015-02-10 Thread Tim Peeters
Public bug reported: We have versions 1.0(=0.1) and 1.1 of Ubuntu.Components and we are adding 1.2. Our unit tests all test with only a single import version in the qml file. It would be good to automatically test with previous versions as well since changes in the code might break something in

[Ubuntu-sdk-bugs] [Bug 1415902] Re: Bottom edge can get stuck part way exposed

2015-02-04 Thread Tim Peeters
It appears that these apps use a PageWithBottomEdge component which is not a UITK component. I think it comes from here: http://ubuntu- component- store.readthedocs.org/en/latest/_components/pagewithbottomedge.html ** Also affects: ubuntu-ui-toolkit Importance: Undecided Status: New **

[Ubuntu-sdk-bugs] [Bug 1415902] Re: Bottom edge can get stuck part way exposed

2015-02-04 Thread Tim Peeters
** Changed in: ubuntu-ui-toolkit (Ubuntu) Status: Invalid = 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/1415902 Title: Bottom edge can get stuck part

[Ubuntu-sdk-bugs] [Bug 1081607] Re: Provide translations for the text used in the SDK that will be visible for the user

2015-02-04 Thread Tim Peeters
** 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. https://bugs.launchpad.net/bugs/1081607 Title: Provide translations

[Ubuntu-sdk-bugs] [Bug 1417680] [NEW] Add context to i18n.tr(), deprecate ctr()

2015-02-03 Thread Tim Peeters
Public bug reported: i18n.ctr() functions were added two months ago, but they are not in sync with our proposed API at https://docs.google.com/a/canonical.com/document/d/1qDcfbu9aAj7uU9qzjXCOJn8zGexBnXwZCgO8pLDsO5M/edit# We decided to overload tr() and dtr() instead of adding ctr() and dctr() to

[Ubuntu-sdk-bugs] [Bug 1378774] Re: Swipe to delete is not translatable

2015-01-30 Thread Tim Peeters
this is fixed in RTM since r1115. ** Changed in: ubuntu-ui-toolkit (Ubuntu RTM) Status: New = 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 1408643] Re: Header divider is invisible on very dark backgrounds

2015-01-08 Thread Tim Peeters
** Also affects: ubuntu-ux Importance: Undecided Status: New ** Changed in: ubuntu-ui-toolkit (Ubuntu) Status: New = Confirmed -- 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 1368711] Re: [SDK] Toggle switch animation needs to be faster

2015-01-05 Thread Tim Peeters
** Changed in: ubuntu-ui-toolkit (Ubuntu) Assignee: (unassigned) = Tim Peeters (tpeeters) ** Changed in: ubuntu-ui-toolkit (Ubuntu) Status: New = Fix Released -- You received this bug notification because you are a member of Ubuntu SDK bug tracking, which is subscribed to ubuntu-ui

[Ubuntu-sdk-bugs] [Bug 1381008] Re: [SDK] Switch is too large

2014-12-10 Thread Tim Peeters
** Changed in: ubuntu-ui-toolkit (Ubuntu) Assignee: (unassigned) = Tim Peeters (tpeeters) ** Changed in: ubuntu-ui-toolkit (Ubuntu) Status: New = Fix Released -- You received this bug notification because you are a member of Ubuntu SDK bug tracking, which is subscribed to ubuntu-ui

[Ubuntu-sdk-bugs] [Bug 1372590] Re: Update header divider

2014-12-10 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/1372590 Title: Update header

[Ubuntu-sdk-bugs] [Bug 1399025] [NEW] new ListItem click does not work without leading/trailing actions

2014-12-03 Thread Tim Peeters
Public bug reported: When a ListItem is defined without leading/trailing actions, there is no onClicked signal, and there is no highlight when the list item is being pressed. See http://pastebin.ubuntu.com/9359166/ Uncommenting line 93 which enables trailing actions makes onClicked and pressed

[Ubuntu-sdk-bugs] [Bug 1277227] Re: LabelVisual.isInsideOverlay() performance issue

2014-12-02 Thread Tim Peeters
** Also affects: ubuntu-ui-toolkit 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/1277227 Title:

[Ubuntu-sdk-bugs] [Bug 1368711] Re: [SDK] Toggle switch animation needs to be faster

2014-11-14 Thread Tim Peeters
** Changed in: ubuntu-ui-toolkit 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/1368711 Title: [SDK] Toggle switch

[Ubuntu-sdk-bugs] [Bug 1390624] Re: Black line on top of the scope headers with image vivid/mako 12

2014-11-10 Thread Tim Peeters
** Also affects: ubuntu-ui-toolkit Importance: Undecided Status: New ** Changed in: ubuntu-ui-toolkit Assignee: (unassigned) = Tim Peeters (tpeeters) ** Changed in: ubuntu-ui-toolkit Status: New = Confirmed ** Changed in: ubuntu-ui-toolkit Importance: Undecided = High

[Ubuntu-sdk-bugs] [Bug 1311165] Re: timezone incorrectly modified when editing/creating google calendar event

2014-10-24 Thread Tim Peeters
** Changed in: ubuntu-ui-toolkit Status: Fix Committed = Fix Released -- You received this bug notification because you are a member of Ubuntu SDK bug tracking, which is subscribed to qtorganizer5-eds in Ubuntu. https://bugs.launchpad.net/bugs/1311165 Title: timezone incorrectly

[Ubuntu-sdk-bugs] [Bug 1376763] Re: Dialog doesn't take the contents size into consideration

2014-10-24 Thread Tim Peeters
** Changed in: ubuntu-ui-toolkit Status: Fix Committed = Fix Released ** 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

[Ubuntu-sdk-bugs] [Bug 1370146] Re: Adjust header behaviour UI in multi select mode

2014-10-24 Thread Tim Peeters
** Changed in: ubuntu-ui-toolkit Status: Fix Committed = Fix Released ** Changed in: ubuntu-ui-toolkit Milestone: 10.09 = None -- 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 1364949] Re: Editing alarm sounds doesn't actually change them

2014-10-24 Thread Tim Peeters
** Changed in: ubuntu-ui-toolkit Status: Fix Committed = Fix Released -- You received this bug notification because you are a member of Ubuntu SDK bug tracking, which is subscribed to qtorganizer5-eds in Ubuntu. https://bugs.launchpad.net/bugs/1364949 Title: Editing alarm sounds

[Ubuntu-sdk-bugs] [Bug 1337257] Re: readOnly TextField has clear button

2014-10-24 Thread Tim Peeters
** Changed in: ubuntu-ui-toolkit (Ubuntu) Status: New = Fix Released ** Changed in: ubuntu-ux Status: Fix Committed = Fix Released ** Changed in: ubuntu-ui-toolkit Status: Fix Committed = Fix Released -- You received this bug notification because you are a member of Ubuntu

[Ubuntu-sdk-bugs] [Bug 1242666] Re: Standalone labels as an element distinct from group headers

2014-10-17 Thread Tim Peeters
List items have a property highlightWhenPressed to prevent the visual highlight when tapped. We have a ListItem.Header component which looks like what you are looking for, except that it makes the text look bold. If this is the only visual difference, we should consider making the font-weight a

[Ubuntu-sdk-bugs] [Bug 1261396] Re: Need C++ UbuntuTestCase API

2014-10-01 Thread Tim Peeters
** Changed in: ubuntu-ui-toolkit Status: New = 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/1261396 Title: Need C++ UbuntuTestCase API Status

[Ubuntu-sdk-bugs] [Bug 1304709] Re: Runtime signal connection errors when using the new signal style

2014-10-01 Thread Tim Peeters
not an uitk bug ** Changed in: ubuntu-ui-toolkit Status: New = Invalid -- You received this bug notification because you are a member of Ubuntu SDK bug tracking, which is subscribed to qtbase-opensource-src in Ubuntu. https://bugs.launchpad.net/bugs/1304709 Title: Runtime signal

[Ubuntu-sdk-bugs] [Bug 1288730] Re: [Patterns] Please reduce the height of the Tabbar

2014-10-01 Thread Tim Peeters
we are now using the height as specified by design. There may be additional header modes in future that are less high (for example in landscape mode) ** Changed in: ubuntu-ui-toolkit Status: New = Won't Fix ** Changed in: ubuntu-ui-toolkit (Ubuntu) Status: New = Fix Released --

[Ubuntu-sdk-bugs] [Bug 1229933] Re: Tab header arrow almost invisible

2014-10-01 Thread Tim Peeters
fixed with new tabs pattern ** Changed in: ubuntu-ui-toolkit Status: New = Won't Fix ** Changed in: ubuntu-ui-toolkit (Ubuntu) Status: New = 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 1368711] Re: [SDK] Toggle switch animation needs to be faster

2014-09-23 Thread Tim Peeters
** Tags added: design-sync ** Also affects: ubuntu-ui-toolkit Importance: Undecided Status: New ** Changed in: ubuntu-ui-toolkit Status: New = Confirmed ** Changed in: ubuntu-ui-toolkit Importance: Undecided = Medium -- You received this bug notification because you are a

[Ubuntu-sdk-bugs] [Bug 1327171] Re: [sdk] The back button in the header is a missed target, needs more area

2014-09-22 Thread Tim Peeters
ok, I will keep it as it is then ** Changed in: ubuntu-ui-toolkit Importance: High = Low ** Changed in: ubuntu-ui-toolkit 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-ui-toolkit

[Ubuntu-sdk-bugs] [Bug 1308554] Re: [sdk] Visual indication for pressing List item disappeared

2014-08-04 Thread Tim Peeters
fixed here: https://code.launchpad.net/~tpeeters/ubuntu-ui-toolkit/more- visual-updates/+merge/228848 ** Changed in: ubuntu-ui-toolkit Status: Confirmed = Fix Released ** Changed in: ubuntu-ui-toolkit (Ubuntu) Assignee: (unassigned) = Tim Peeters (tpeeters) ** Changed in: ubuntu-ui

[Ubuntu-sdk-bugs] [Bug 1327189] Re: UITK + Qt 5.3 autopilot failure ubuntuuitoolkit.tests.custom_proxy_objects.test_toolbar.ToolbarTestCase.test_click_toolbar_button

2014-07-11 Thread Tim Peeters
** Changed in: ubuntu-ui-toolkit Status: Fix Committed = Fix Released ** Changed in: ubuntu-ui-toolkit (Ubuntu) Assignee: (unassigned) = Tim Peeters (tpeeters) ** Changed in: ubuntu-ui-toolkit (Ubuntu) Status: Fix Committed = Fix Released -- You received this bug

[Ubuntu-sdk-bugs] [Bug 1304541] Re: Deprecate sheets

2014-07-11 Thread Tim Peeters
** Changed in: ubuntu-ui-toolkit Status: Fix Committed = Fix Released ** Changed in: ubuntu-ui-toolkit (Ubuntu) Assignee: (unassigned) = Tim Peeters (tpeeters) ** Changed in: ubuntu-ui-toolkit (Ubuntu) Status: New = Fix Released ** Changed in: ubuntu-ux Status: New

[Ubuntu-sdk-bugs] [Bug 1339709] Re: Dialog does not appear to support anchorToKeyboard

2014-07-10 Thread Tim Peeters
** Also affects: ubuntu-ui-toolkit Importance: Undecided Status: New ** Changed in: ubuntu-ui-toolkit Importance: Undecided = High ** Changed in: ubuntu-ui-toolkit Status: New = Confirmed -- You received this bug notification because you are a member of Ubuntu SDK bug

[Ubuntu-sdk-bugs] [Bug 1168309] Re: [SDK][sheets] Sheet navigation should be consistent with other navigation and address keyboard interaction

2014-06-03 Thread Tim Peeters
sheets will be deprecated, see https://bugs.launchpad.net/ubuntu-ui-toolkit/+bug/1304541 closing this bug ** Changed in: ubuntu-ui-toolkit 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 1195243] Re: Sheet visual design need to be done and implemented

2014-06-03 Thread Tim Peeters
sheets will be deprecated, see https://bugs.launchpad.net/ubuntu-ui-toolkit/+bug/1304541 closing this bug ** Changed in: ubuntu-ui-toolkit 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 1322525] Re: Button icons can't be colourized

2014-06-02 Thread Tim Peeters
the amd64 and apport-bug tags seem wrong? ** Also affects: ubuntu-ui-toolkit Importance: Undecided Status: New ** Also affects: ubuntu-ux Importance: Undecided Status: New ** Tags added: icon -- You received this bug notification because you are a member of Ubuntu SDK bug

[Ubuntu-sdk-bugs] [Bug 1183257] Re: [text inputs] [sdk] Caret visuals to be fixed for TextField and TextArea

2014-05-26 Thread Tim Peeters
** Changed in: ubuntu-ui-toolkit 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/1183257 Title: [text inputs] [sdk] Caret

[Ubuntu-sdk-bugs] [Bug 1322630] Re: Setting i18n.domain breaks translation

2014-05-25 Thread Tim Peeters
My guess is that it broke here: http://bazaar.launchpad.net/~ubuntu-sdk-team/ubuntu-ui- toolkit/staging/revision/1053 so the fix for click apps made it not work for unity8. ** Also affects: ubuntu-ui-toolkit Importance: Undecided Status: New ** Changed in: ubuntu-ui-toolkit

[Ubuntu-sdk-bugs] [Bug 1208833] Re: popover pointer is misplaced

2014-05-14 Thread Tim Peeters
** Changed in: ubuntu-ui-toolkit 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/1208833 Title: popover pointer is

[Ubuntu-sdk-bugs] [Bug 1314948] Re: Possibility to replace title by textfield in new header

2014-05-13 Thread Tim Peeters
** Changed in: ubuntu-ui-toolkit 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/1314948 Title: Possibility to replace

[Ubuntu-sdk-bugs] [Bug 1316736] Re: Tabs current selection changes when pushed down a PageStack

2014-05-13 Thread Tim Peeters
** Changed in: ubuntu-ui-toolkit 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/1316736 Title: Tabs current selection

[Ubuntu-sdk-bugs] [Bug 1273187] Re: Tabs in drawer

2014-05-09 Thread Tim Peeters
** Changed in: ubuntu-ui-toolkit 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/1273187 Title: Tabs in drawer Status in

[Ubuntu-sdk-bugs] [Bug 1292601] Re: Move TabBar to HeaderStyle

2014-05-09 Thread Tim Peeters
** Changed in: ubuntu-ui-toolkit 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/1292601 Title: Move TabBar to HeaderStyle

[Ubuntu-sdk-bugs] [Bug 1314945] Re: Header back button override

2014-05-09 Thread Tim Peeters
** Changed in: ubuntu-ui-toolkit 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/1314945 Title: Header back button

[Ubuntu-sdk-bugs] [Bug 1273185] Re: Actions in header

2014-05-09 Thread Tim Peeters
** Changed in: ubuntu-ui-toolkit 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/1273185 Title: Actions in header Status

[Ubuntu-sdk-bugs] [Bug 1290121] Re: Move selectedTabIndex to tabs model

2014-05-09 Thread Tim Peeters
** Changed in: ubuntu-ui-toolkit 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/1290121 Title: Move selectedTabIndex to

[Ubuntu-sdk-bugs] [Bug 1256424] Re: Back button in Header

2014-05-09 Thread Tim Peeters
** Changed in: ubuntu-ui-toolkit 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/1256424 Title: Back button in Header

[Ubuntu-sdk-bugs] [Bug 1228042] Re: Flickable anchor margins changes when you push/pop a page

2014-05-09 Thread Tim Peeters
** Changed in: ubuntu-ui-toolkit 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/1228042 Title: Flickable anchor margins

[Ubuntu-sdk-bugs] [Bug 1199863] Re: [SDK] Header tab should only display '' when there is more than 1 tab

2014-04-23 Thread Tim Peeters
** Changed in: ubuntu-ux 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/1199863 Title: [SDK] Header tab should only

[Ubuntu-sdk-bugs] [Bug 1289695] Re: Title for all Core apps should be improved/localized for Desktop

2014-04-10 Thread Tim Peeters
** Changed in: ubuntu-ui-toolkit 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/1289695 Title: Title for all Core apps

[Ubuntu-sdk-bugs] [Bug 1182734] Re: Slide out toolbar should be displayed by default on the desktop (swiping is difficult)

2014-04-10 Thread Tim Peeters
** Changed in: ubuntu-ui-toolkit Status: In Progress = Fix Committed ** Changed in: ubuntu-ui-toolkit 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.

[Ubuntu-sdk-bugs] [Bug 1295720] Re: When a panel is open it blocks some mouse events to the rest of the page

2014-04-02 Thread Tim Peeters
** Changed in: ubuntu-ui-toolkit 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/1295720 Title: When a panel is open it

[Ubuntu-sdk-bugs] [Bug 1273184] Re: Remove toolbar

2014-04-02 Thread Tim Peeters
** Changed in: ubuntu-ui-toolkit 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/1273184 Title: Remove toolbar Status in

[Ubuntu-sdk-bugs] [Bug 1259476] Re: Flaky gallery.test_textinput.TextInputTests.test_textfield_numbers, fix or disable

2014-03-09 Thread Tim Peeters
** Changed in: ubuntu-ui-toolkit 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/1259476 Title: Flaky

[Ubuntu-sdk-bugs] [Bug 1261907] Re: ContentY of Flickable inside Page is not correctly initialized if the direct parent of the page is not a PageTreeNode

2014-03-09 Thread Tim Peeters
** Changed in: ubuntu-ui-toolkit 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/1261907 Title: ContentY of Flickable

[Ubuntu-sdk-bugs] [Bug 1248487] Re: Need a way to ensure the toolbar is visible when clicking a button using the emulator

2013-11-28 Thread Tim Peeters
** Changed in: ubuntu-ui-toolkit (Ubuntu) Assignee: (unassigned) = Tim Peeters (tpeeters) ** Changed in: ubuntu-ui-toolkit 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

[Ubuntu-sdk-bugs] [Bug 1202277] Re: [MainView] positioning clipping don't take into account ListView.header's height at startup

2013-11-28 Thread Tim Peeters
** Changed in: ubuntu-ui-toolkit Status: Fix Committed = Fix Released ** 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

<    1   2   3   >