[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 1543344] Re: scroll wheel too fast

2016-03-11 Thread MichaƂ Sawicz
W dniu 11.03.2016 o 15:02, Michael Terry pisze: > Ah! I do see a difference between 1.0 and 0.5. In comment #3, I was > testing on slashdot.org in the browser. When I wrote comment #5, I was > testing the dash. The browser still works fine. For some reason, > scrolling in the dash is a

[Ubuntu-sdk-bugs] [Bug 1556078] [NEW] Playlist requires QtMultimedia 5.6 but documentation says 5.4

2016-03-11 Thread Stuart Langridge
Public bug reported: https://developer.ubuntu.com/api/apps/qml/sdk-15.04.1/QtMultimedia.Playlist/ has this explicit code example: import QtQuick 2.0 import QtMultimedia 5.4 Item { width: 400; height: 300; Audio { id: player; playlist: Playlist { id:

[Ubuntu-sdk-bugs] [Bug 1542778] Re: First item in a listitem is always highlighted

2016-03-11 Thread Jean-Baptiste Lallement
Setting to invalid according to last comment from Christian ** Changed in: canonical-devices-system-image 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.