[Bug 1596601] [NEW] Show the module of the parent component in components.api
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.Components.StyledItem Ubuntu.Layouts.Layouts 1.0 0.1 ULLayouts: QtQuick.Item ** Affects: ubuntu-ui-toolkit (Ubuntu) Importance: Undecided Assignee: Christian Dywan (kalikiana) Status: Confirmed -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1596601 Title: Show the module of the parent component in components.api To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/ubuntu-ui-toolkit/+bug/1596601/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1595803] Re: [i915_bpo][SKL] Display core init/uninit updates
I found this bug via a link in http://en.community.dell.com/techcenter /os-applications/f/4613/t/19682246?pi9=2 If it is the same bug, then I am experiencing it on trusty with kernel 3.19.0-61-generic #69~14.04.1-Ubuntu SMP Thu Jun 9 09:09:13 UTC 2016 x86_64 x86_64 x86_64 GNU/Linux so it would need to be fixed there too. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1595803 Title: [i915_bpo][SKL] Display core init/uninit updates To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1595803/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1184810] Re: [i18n] Confused about using plural forms
** Changed in: ubuntu-ui-toolkit (Ubuntu) Status: In Progress => Fix Committed -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1184810 Title: [i18n] Confused about using plural forms To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/ubuntu-ui-toolkit/+bug/1184810/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1597774] [NEW] Give ActionBar a configurable foreground and background color in the style
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. Also, the new designs for adding scrolling of icons in the ActionBars, see bug https://bugs.launchpad.net/ubuntu/+source/ubuntu-ui- toolkit/+bug/1558018 , feature a scroll button that overlays the icons in the ActionBar. The scroll button must have the same background color as the background of the ActionBar, but that color is not available now because the ActionBarStyle has no backgroundColor. ** Affects: ubuntu-ui-toolkit (Ubuntu) Importance: Undecided Status: New -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1597774 Title: Give ActionBar a configurable foreground and background color in the style To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/ubuntu-ui-toolkit/+bug/1597774/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1597774] Re: Give ActionBar a configurable foreground and background color in the style
** Changed in: ubuntu-ui-toolkit (Ubuntu) Assignee: (unassigned) => Tim Peeters (tpeeters) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1597774 Title: Give ActionBar a configurable foreground and background color in the style To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/ubuntu-ui-toolkit/+bug/1597774/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1539759] Re: Tab button does not appear when using the new header API
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 Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1539759 Title: Tab button does not appear when using the new header API To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu-ux/+bug/1539759/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1554897] Re: With silo050 if an app has a black background it flickers temporarily to white at startup
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 are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1554897 Title: With silo050 if an app has a black background it flickers temporarily to white at startup To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/ubuntu-ui-toolkit/+bug/1554897/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1554897] Re: With silo050 if an app has a black background it flickers temporarily to white at startup
** 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 Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1554897 Title: With silo050 if an app has a black background it flickers temporarily to white at startup To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/ubuntu-ui-toolkit/+bug/1554897/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1223050] Re: [PageStack] Calling positionViewAtIndex cause the page header misbehave
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 take the ListView.topMargin into account. But that would need to be reported as a separate Qt bug. ** Attachment added: "newfruits.zip" https://bugs.launchpad.net/ubuntu/+source/ubuntu-ui-toolkit/+bug/1223050/+attachment/4594331/+files/newfruits.zip ** Changed in: ubuntu-ui-toolkit (Ubuntu) Status: Confirmed => Fix Released -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1223050 Title: [PageStack] Calling positionViewAtIndex cause the page header misbehave To manage notifications about this bug go to: https://bugs.launchpad.net/music-app/+bug/1223050/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1465048] Re: Sections does not scroll
** Changed in: ubuntu-ui-toolkit (Ubuntu) Status: In Progress => Fix Committed -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1465048 Title: Sections does not scroll To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/ubuntu-ui-toolkit/+bug/1465048/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1489591] Re: head sections on the left side of an AdaptivePageLayout 'leak' onto the right side instead of scrolling
** Changed in: ubuntu-ui-toolkit (Ubuntu) Status: In Progress => Fix Committed -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1489591 Title: head sections on the left side of an AdaptivePageLayout 'leak' onto the right side instead of scrolling To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/ubuntu-ui-toolkit/+bug/1489591/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1555548] [NEW] Dialog has no attached theme property
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 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" Component { id: dialogComponent Dialog { id: dialog title: "Input dialog" // the dialog and its children will use SuruDark theme: ThemeSettings { name: "Ubuntu.Components.Themes.SuruDark" } TextField { placeholderText: "enter text" } Button { text: "Close" onClicked: PopupUtils.close(dialog) } } } Button { text: "Open dialog" onClicked: PopupUtils.open(dialogComponent) } } However, this gives the following error file:///home/tim/test.qml:19 Cannot assign to non-existent property "theme" because Dialog is not a StyledItem. ** Affects: ubuntu-ui-toolkit (Ubuntu) Importance: Undecided Status: New -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/148 Title: Dialog has no attached theme property To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/ubuntu-ui-toolkit/+bug/148/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1555548] Re: Dialog has no attached theme property
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" Component { id: dialogComponent Dialog { id: dialog title: "Input dialog" // the dialog and its children will use SuruDark ThemeSettings { id: tset name: "Ubuntu.Components.Themes.SuruDark" } TextField { placeholderText: "enter text" } Button { text: "Close" onClicked: PopupUtils.close(dialog) } Component.onCompleted: { __foreground.theme = tset; } } } Button { text: "Open dialog" onClicked: PopupUtils.open(dialogComponent) } } -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/148 Title: Dialog and Popover have no attached theme property To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/ubuntu-ui-toolkit/+bug/148/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1555548] Re: Dialog has no attached theme property
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 Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/148 Title: Dialog and Popover have no attached theme property To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/ubuntu-ui-toolkit/+bug/148/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1318017] Re: Flickable contents appear in a wrong position
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 Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1318017 Title: Flickable contents appear in a wrong position To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/ubuntu-ui-toolkit/+bug/1318017/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1345775] Re: Adding PropertyChanges to PageHeadState overwrites previous PropertyChanges
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 of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1345775 Title: Adding PropertyChanges to PageHeadState overwrites previous PropertyChanges To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/ubuntu-ui-toolkit/+bug/1345775/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1370506] Re: Header Action should take focus to commit Qt.inputMethod
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 member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1370506 Title: Header Action should take focus to commit Qt.inputMethod To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/ubuntu-ui-toolkit/+bug/1370506/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1370506] Re: Header Action should take focus to commit Qt.inputMethod
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 bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1370506 Title: Header Action should take focus to commit Qt.inputMethod To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/ubuntu-ui-toolkit/+bug/1370506/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1389115] Re: ItemSelector ticks are not visible in dark themes
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 Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1389115 Title: ItemSelector ticks are not visible in dark themes To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/ubuntu-ui-toolkit/+bug/1389115/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1408015] Re: [sdk][UX] Confirmation in the header bar confusing
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-toolkit (Ubuntu) Status: In Progress => Fix Released -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1408015 Title: [sdk][UX] Confirmation in the header bar confusing To manage notifications about this bug go to: https://bugs.launchpad.net/quick-memo/+bug/1408015/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1408643] Re: Header divider is invisible on very dark backgrounds
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 Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1408643 Title: Header divider is invisible on very dark backgrounds To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu-ux/+bug/1408643/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1416408] Re: Dialog shouldn't allow interactions with page behind it
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 Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1416408 Title: Dialog shouldn't allow interactions with page behind it To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/ubuntu-ui-toolkit/+bug/1416408/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1416450] Re: [regression] Tab switcher doesn't work if a text field is focused
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 Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1416450 Title: [regression] Tab switcher doesn't work if a text field is focused To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/ubuntu-ui-toolkit/+bug/1416450/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1551341] Re: Reduce height of Sections in landscape on phone.
** Changed in: ubuntu-ui-toolkit (Ubuntu) Status: In Progress => Fix Committed -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1551341 Title: Reduce height of Sections in landscape on phone. To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/ubuntu-ui-toolkit/+bug/1551341/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1376502] Re: Header not correctly displayed under certain conditions.
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 Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1376502 Title: Header not correctly displayed under certain conditions. To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/ubuntu-ui-toolkit/+bug/1376502/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1544052] Re: Page header: Wrong actions moved to burger menu
** 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 Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1544052 Title: Page header: Wrong actions moved to burger menu To manage notifications about this bug go to: https://bugs.launchpad.net/canonical-devices-system-image/+bug/1544052/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1544052] Re: Page header: Wrong actions moved to burger menu
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 member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1544052 Title: Page header: Wrong actions moved to burger menu To manage notifications about this bug go to: https://bugs.launchpad.net/canonical-devices-system-image/+bug/1544052/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1443424] Re: Header blocks key press events from reaching it's Page
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-ui-toolkit (Ubuntu) Status: Triaged => Fix Released -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1443424 Title: Header blocks key press events from reaching it's Page To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/ubuntu-ui-toolkit/+bug/1443424/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1544052] Re: Page header: Wrong actions moved to burger menu
^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. " ** Changed in: ubuntu-ui-toolkit (Ubuntu) Status: Confirmed => Invalid ** Changed in: canonical-devices-system-image Status: Confirmed => Invalid -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1544052 Title: Page header: Wrong actions moved to burger menu To manage notifications about this bug go to: https://bugs.launchpad.net/canonical-devices-system-image/+bug/1544052/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1473326] Re: Page Header flickering when dragging with Ubuntu.Components 1.3
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 Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1473326 Title: Page Header flickering when dragging with Ubuntu.Components 1.3 To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/ubuntu-ui-toolkit/+bug/1473326/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1493178] Re: PageHeadStyle should coordinate Page.head.contents and the ActionBar to not overlap, if possible
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 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1493178 Title: PageHeadStyle should coordinate Page.head.contents and the ActionBar to not overlap, if possible To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/ubuntu-ui-toolkit/+bug/1493178/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1513003] Re: AdaptivePageLayout doesn't allow hiding a Page header
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 { width: units.gu(100) height: units.gu(70) AdaptivePageLayout { id: apl anchors.fill: parent primaryPage: page0 Page { id: page0 header: PageHeader { title: "aloha" } Button { anchors.centerIn: parent text: "add page -->" onClicked: apl.addPageToNextColumn(page0, page1) } } Page { id: page1 header: PageHeader { title: "You can hide me" exposed: false } Switch { id: exposedSwitch anchors.centerIn: parent checked: page1.header.exposed onTriggered: page1.header.exposed = !page1.header.exposed } Label { anchors { right: exposedSwitch.left verticalCenter: exposedSwitch.verticalCenter } text: "Show header: " } } } } ** Changed in: ubuntu-ui-toolkit (Ubuntu) Status: Confirmed => Fix Released -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1513003 Title: AdaptivePageLayout doesn't allow hiding a Page header To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/ubuntu-ui-toolkit/+bug/1513003/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1520778] Re: No way to get rid of header divider without Page component
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) } } ** Changed in: ubuntu-ui-toolkit (Ubuntu) Status: Confirmed => Fix Released -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1520778 Title: No way to get rid of header divider without Page component To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/ubuntu-ui-toolkit/+bug/1520778/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1539759] Re: Tab button does not appear when using the new header API
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 are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1539759 Title: Tab button does not appear when using the new header API To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu-ux/+bug/1539759/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1551356] Re: Header sections arrows are clickable (and functional) even when the sections should not be scrollable
** Changed in: ubuntu-ui-toolkit (Ubuntu) Status: In Progress => Fix Committed -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1551356 Title: Header sections arrows are clickable (and functional) even when the sections should not be scrollable To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/ubuntu-ui-toolkit/+bug/1551356/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1554897] Re: With silo050 if an app has a black background it flickers temporarily to white at startup
** Changed in: ubuntu-ui-toolkit (Ubuntu) Status: New => In Progress -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1554897 Title: With silo050 if an app has a black background it flickers temporarily to white at startup To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/ubuntu-ui-toolkit/+bug/1554897/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1408015] Re: [sdk][UX] Confirmation in the header bar confusing
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 Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1408015 Title: [sdk][UX] Confirmation in the header bar confusing To manage notifications about this bug go to: https://bugs.launchpad.net/quick-memo/+bug/1408015/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1555797] [NEW] Theme loads MainViewStyle 1.2 when MainView has a dark backgroundColor set.
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 + @@ -26,6 +26,8 @@ #include "ucstyleditembase_p.h" #include "ucthemingextension.h" +#include + #include #include #include @@ -705,6 +707,7 @@ bool fallback = false; QUrl url = styleUrl(styleName, version, &fallback); if (url.isValid()) { +qDebug()<<"creating style component from "
[Bug 1235680] Re: Tab missing header after changing Page
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 is no longer relevant for new development. ** Changed in: ubuntu-ui-toolkit (Ubuntu) Status: Confirmed => Won't Fix -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1235680 Title: Tab missing header after changing Page To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu-rssreader-app/+bug/1235680/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1203066] Re: [sdk] MainView background doesn't have the correct color when set to a light color
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 Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1203066 Title: [sdk] MainView background doesn't have the correct color when set to a light color To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu-ux/+bug/1203066/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1247865] Re: Pages Stack misses animations
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: Confirmed => Won't Fix -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1247865 Title: Pages Stack misses animations To manage notifications about this bug go to: https://bugs.launchpad.net/music-app/+bug/1247865/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1262224] Re: [PageStack] PageStack fails to push pages when using Component.onCompleted
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 Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1262224 Title: [PageStack] PageStack fails to push pages when using Component.onCompleted To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/ubuntu-ui-toolkit/+bug/1262224/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1329812] Re: [SDK] Provide a property to change the panel open(), close() animation speed
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 Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1329812 Title: [SDK] Provide a property to change the panel open(), close() animation speed To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu-ux/+bug/1329812/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1311714] Re: PopupUtils/PageStack difficult to troubleshoot error when a component can't be created
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 Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1311714 Title: PopupUtils/PageStack difficult to troubleshoot error when a component can't be created To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/ubuntu-ui-toolkit/+bug/1311714/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1371846] Re: [SDK] no way to disable PageHeadState actions highlighting
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-ui-toolkit (Ubuntu) Status: Incomplete => Fix Released -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1371846 Title: [SDK] no way to disable PageHeadState actions highlighting To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu-ux/+bug/1371846/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1385654] Re: MainView's OrientationHelper: page isn't being clipped properly to accomodate the header
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 header. See https://developer.ubuntu.com/en/blog/2016/02/24 /pageheader-tutorial/ ) ** Changed in: ubuntu-ui-toolkit (Ubuntu) Status: Incomplete => Fix Released -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1385654 Title: MainView's OrientationHelper: page isn't being clipped properly to accomodate the header To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/ubuntu-ui-toolkit/+bug/1385654/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1358423] Re: topMargin can become wrong on page structure changes
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: Confirmed => Fix Released -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1358423 Title: topMargin can become wrong on page structure changes To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/ubuntu-ui-toolkit/+bug/1358423/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1388115] Re: [sdk] More actions visible in header with selection mode
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 Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1388115 Title: [sdk] More actions visible in header with selection mode To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu-ux/+bug/1388115/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1393485] Re: [SDK] Need a standard way to make an Icon look disabled
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 Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1393485 Title: [SDK] Need a standard way to make an Icon look disabled To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu-ux/+bug/1393485/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1445265] Re: sdk header flickers when hide/show going in and out of fullscreen
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 member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1445265 Title: Image flickers when switching to/from fullscreen To manage notifications about this bug go to: https://bugs.launchpad.net/mir/+bug/1445265/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1407371] Re: Long tab titles overlap edges of tab switched menu
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 doesn't fit in the header." leadingActionBar.actions: [ Action { iconName: "contact" text: "Navigation 1" }, Action { iconName: "calendar" text: "Navigation 2" } ] trailingActionBar.actions: [ Action { iconName: "settings" text: "First" }, Action { iconName: "info" text: "Second" }, Action { iconName: "search" text: "Third" } ] } } } ** Changed in: ubuntu-ui-toolkit (Ubuntu) Status: Triaged => Fix Released -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1407371 Title: Long tab titles overlap edges of tab switched menu To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/ubuntu-ui-toolkit/+bug/1407371/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1481619] Re: Flickable doesn't position below header on start
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 notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1481619 Title: Flickable doesn't position below header on start To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/ubuntu-ui-toolkit/+bug/1481619/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1475643] Re: MainView adds a horizontal line
Fixed. ** Changed in: ubuntu-ui-toolkit (Ubuntu) Status: Confirmed => Fix Released -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1475643 Title: MainView adds a horizontal line To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/ubuntu-ui-toolkit/+bug/1475643/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1551681] Re: Sections scroll too fast
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 Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1551681 Title: Sections scroll too fast To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/ubuntu-ui-toolkit/+bug/1551681/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1214442] Re: [sdk]Add sidebar component
** 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 Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1214442 Title: [sdk]Add sidebar component To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu-ux/+bug/1214442/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1547038] Re: Tabs with PageHeader, a sidebar with PageHeader and multirotation makes the old tab header appear
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 notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1547038 Title: Tabs with PageHeader, a sidebar with PageHeader and multirotation makes the old tab header appear To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/ubuntu-ui-toolkit/+bug/1547038/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1372580] Re: Don't make header divider higher when sections is set to an empty list
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-ui-toolkit -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1372580 Title: Don't make header divider higher when sections is set to an empty list To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/ubuntu-ui-toolkit/+bug/1372580/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1276066] Re: Checkbox needs 'unknown' state
** 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 Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1276066 Title: Checkbox needs 'unknown' state To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu-ui-toolkit/+bug/1276066/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1391548] Re: [sdk] + [header]Portuguese words in selection header don't fit
** Changed in: ubuntu-ui-toolkit (Ubuntu) Importance: Undecided => Medium -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1391548 Title: [sdk] + [header]Portuguese words in selection header don't fit To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu-ux/+bug/1391548/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1443358] Re: Header covering components after rotation
** Changed in: ubuntu-ui-toolkit (Ubuntu) Importance: Undecided => Medium -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1443358 Title: Header covering components after rotation To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/ubuntu-ui-toolkit/+bug/1443358/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1540240] Re: Automatic Header height adjustment should be optional
** Changed in: ubuntu-ui-toolkit (Ubuntu) Importance: Undecided => Medium -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1540240 Title: Automatic Header height adjustment should be optional To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu-ux/+bug/1540240/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1415902] Re: [Sdk]Bottom edge can get stuck part way exposed
** Changed in: ubuntu-ui-toolkit (Ubuntu) Importance: Undecided => Medium -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1415902 Title: [Sdk]Bottom edge can get stuck part way exposed To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu-clock-app/+bug/1415902/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1379379] Re: [SDK] Popover tip is not rendered properly
** Changed in: ubuntu-ui-toolkit (Ubuntu) Importance: Undecided => Medium -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1379379 Title: [SDK] Popover tip is not rendered properly To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu-ux/+bug/1379379/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1555797] Re: Theme loads MainViewStyle 1.2 when MainView has a dark backgroundColor set.
** Changed in: ubuntu-ui-toolkit (Ubuntu) Importance: Undecided => High -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1555797 Title: Theme loads MainViewStyle 1.2 when MainView has a dark backgroundColor set. To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/ubuntu-ui-toolkit/+bug/1555797/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1320860] Re: Section header should not go under the page header
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 Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1320860 Title: Section header should not go under the page header To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/ubuntu-ui-toolkit/+bug/1320860/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1555548] Re: Dialog and Popover have no attached theme property
** Changed in: ubuntu-ui-toolkit (Ubuntu) Importance: Undecided => High -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/148 Title: Dialog and Popover have no attached theme property To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/ubuntu-ui-toolkit/+bug/148/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1556860] Re: Blank left panel header after resizing AdaptivePageLayout from two panels to one and back
** Changed in: ubuntu-ui-toolkit (Ubuntu) Status: New => Confirmed -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1556860 Title: Blank left panel header after resizing AdaptivePageLayout from two panels to one and back To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/ubuntu-ui-toolkit/+bug/1556860/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1184810] Re: [i18n] Confused about using plural forms
** Changed in: ubuntu-ui-toolkit (Ubuntu) Assignee: (unassigned) => Tim Peeters (tpeeters) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1184810 Title: [i18n] Confused about using plural forms To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/ubuntu-ui-toolkit/+bug/1184810/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1534674] Re: [AdaptivePageLayout] Add function to return the top Page of a PageColumn
** Changed in: ubuntu-ui-toolkit (Ubuntu) Assignee: Tim Peeters (tpeeters) => (unassigned) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1534674 Title: [AdaptivePageLayout] Add function to return the top Page of a PageColumn To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/ubuntu-ui-toolkit/+bug/1534674/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1634879] Re: No back button if you select two different pages rapidly
** Changed in: ubuntu-ui-toolkit (Ubuntu) Assignee: Tim Peeters (tpeeters) => (unassigned) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1634879 Title: No back button if you select two different pages rapidly To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/ubuntu-ui-toolkit/+bug/1634879/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1583633] Re: addPageToCurrent/NextColumn behaves funny with a non-Page
** Changed in: ubuntu-ui-toolkit (Ubuntu) Assignee: Tim Peeters (tpeeters) => (unassigned) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1583633 Title: addPageToCurrent/NextColumn behaves funny with a non-Page To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/ubuntu-ui-toolkit/+bug/1583633/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1616889] Re: ActionBar with overflow doesn't shrink
** Changed in: ubuntu-ui-toolkit (Ubuntu) Assignee: Tim Peeters (tpeeters) => (unassigned) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1616889 Title: ActionBar with overflow doesn't shrink To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/ubuntu-ui-toolkit/+bug/1616889/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1579045] Re: PageHeaderStyle.disabledForeground color doesn't affect title or subtitle
** Changed in: ubuntu-ui-toolkit (Ubuntu) Assignee: Tim Peeters (tpeeters) => (unassigned) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1579045 Title: PageHeaderStyle.disabledForeground color doesn't affect title or subtitle To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu-ux/+bug/1579045/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1577277] Re: Document Viewer app freezes/crashes on clicking back from pdf files
** Changed in: ubuntu-docviewer-app Assignee: Tim Peeters (tpeeters) => (unassigned) ** Changed in: ubuntu-ui-toolkit (Ubuntu) Assignee: Tim Peeters (tpeeters) => (unassigned) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1577277 Title: Document Viewer app freezes/crashes on clicking back from pdf files To manage notifications about this bug go to: https://bugs.launchpad.net/canonical-devices-system-image/+bug/1577277/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1576302] Re: Cannot use keyboard to navigate the UITK gallery in single-column mode
** Changed in: ubuntu-ui-toolkit (Ubuntu) Assignee: Tim Peeters (tpeeters) => (unassigned) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1576302 Title: Cannot use keyboard to navigate the UITK gallery in single-column mode To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu-ux/+bug/1576302/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1584223] Re: Apply StyleHint's foregroundColor to ActionBar
** Changed in: ubuntu-ui-toolkit (Ubuntu) Assignee: Tim Peeters (tpeeters) => (unassigned) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1584223 Title: Apply StyleHint's foregroundColor to ActionBar To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/ubuntu-ui-toolkit/+bug/1584223/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1561668] Re: The reason for using backgroundTertiaryText in SectionsStyle is unclear.
** Changed in: ubuntu-ui-toolkit (Ubuntu) Assignee: Tim Peeters (tpeeters) => (unassigned) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1561668 Title: The reason for using backgroundTertiaryText in SectionsStyle is unclear. To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu-ux/+bug/1561668/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1415902] Re: [Sdk]Bottom edge can get stuck part way exposed
** Changed in: ubuntu-ui-toolkit (Ubuntu) Assignee: Tim Peeters (tpeeters) => (unassigned) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1415902 Title: [Sdk]Bottom edge can get stuck part way exposed To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu-clock-app/+bug/1415902/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1276066] Re: Checkbox needs 'unknown' state
** Changed in: ubuntu-ui-toolkit (Ubuntu) Assignee: Tim Peeters (tpeeters) => (unassigned) ** Changed in: ubuntu-ui-toolkit Assignee: Tim Peeters (tpeeters) => (unassigned) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1276066 Title: Checkbox needs 'unknown' state To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu-ui-toolkit/+bug/1276066/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1534843] Re: Drop down in tabs drawer has a slight vertical offset
** Changed in: ubuntu-ui-toolkit (Ubuntu) Assignee: Tim Peeters (tpeeters) => (unassigned) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1534843 Title: Drop down in tabs drawer has a slight vertical offset To manage notifications about this bug go to: https://bugs.launchpad.net/music-app/+bug/1534843/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1600177] Re: Keyboard Shortcut doesn't work when the action is in the overflow button
** Changed in: ubuntu-ui-toolkit (Ubuntu) Assignee: Tim Peeters (tpeeters) => (unassigned) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1600177 Title: Keyboard Shortcut doesn't work when the action is in the overflow button To manage notifications about this bug go to: https://bugs.launchpad.net/canonical-devices-system-image/+bug/1600177/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1605097] Re: Header sections anchors should be documented better
** Summary changed: - Header sections should be flickable + Header sections anchors should be documented better ** Changed in: ubuntu-ui-toolkit (Ubuntu) Importance: High => Low -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1605097 Title: Header sections anchors should be documented better To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/ubuntu-ui-toolkit/+bug/1605097/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1617818] Re: [ActionBar] Actions are shown in reverse order
*** 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 Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1617818 Title: [ActionBar] Actions are shown in reverse order To manage notifications about this bug go to: https://bugs.launchpad.net/canonical-devices-system-image/+bug/1617818/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1583587] Re: Remove "old header" support from AdaptivePageLayout
** Changed in: ubuntu-ui-toolkit (Ubuntu) Assignee: Tim Peeters (tpeeters) => (unassigned) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1583587 Title: Remove "old header" support from AdaptivePageLayout To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/ubuntu-ui-toolkit/+bug/1583587/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1576298] Re: PageHeader tutorial as UITK doc
** Changed in: ubuntu-ui-toolkit (Ubuntu) Importance: Medium => Low -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1576298 Title: PageHeader tutorial as UITK doc To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/ubuntu-ui-toolkit/+bug/1576298/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1566778] Re: Documentation on anchoring and PageHeader is confusing
** Changed in: ubuntu-ui-toolkit (Ubuntu) Importance: Medium => Low -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1566778 Title: Documentation on anchoring and PageHeader is confusing To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/ubuntu-ui-toolkit/+bug/1566778/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1558018] Re: Scrolling of icons in Toolbar
** Changed in: ubuntu-ui-toolkit (Ubuntu) Importance: High => Medium -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1558018 Title: Scrolling of icons in Toolbar To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu-ux/+bug/1558018/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1558018] Re: Scrolling of icons in Toolbar
Updates TBD are listed in a comment of the MR. ** Changed in: ubuntu-ui-toolkit (Ubuntu) Status: In Progress => Confirmed -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1558018 Title: Scrolling of icons in Toolbar To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu-ux/+bug/1558018/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1645362] [NEW] Calculator example is broken
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: New ** Tags: examples snap -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1645362 Title: Calculator example is broken To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/ubuntu-ui-toolkit/+bug/1645362/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1645365] [NEW] customtheme example broken in the deb package
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 Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1645365 Title: customtheme example broken in the deb package To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/ubuntu-ui-toolkit/+bug/1645365/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1645362] Re: Calculator example is broken
** Tags added: examples snap -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1645362 Title: Calculator example is broken To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/ubuntu-ui-toolkit/+bug/1645362/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1645365] Re: customtheme example broken in the deb package
** Also affects: ubuntu-ui-toolkit-examples Importance: Undecided Status: New -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1645365 Title: customtheme example broken in the deb package To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu-ui-toolkit-examples/+bug/1645365/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1645362] Re: Calculator example is broken
** Also affects: ubuntu-ui-toolkit-examples Importance: Undecided Status: New -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1645362 Title: Calculator example is broken To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu-ui-toolkit-examples/+bug/1645362/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1616798] Re: AdaptivePageLayout behaves odd, when using 3 columns
** Changed in: ubuntu-ui-toolkit (Ubuntu) Importance: Undecided => High ** Changed in: ubuntu-ui-toolkit (Ubuntu) Status: New => Confirmed -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1616798 Title: AdaptivePageLayout behaves odd, when using 3 columns To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/ubuntu-ui-toolkit/+bug/1616798/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1647417] Re: AdaptivePageLayout breaks on loading heavy pages
** Tags added: unity8 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1647417 Title: AdaptivePageLayout breaks on loading heavy pages To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/ubuntu-ui-toolkit/+bug/1647417/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1610231] Re: tst_sections.13 fails with Qt 5.6
** Changed in: ubuntu-ui-toolkit (Ubuntu) Importance: High => Critical -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1610231 Title: tst_sections.13 fails with Qt 5.6 To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/ubuntu-ui-toolkit/+bug/1610231/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1577277] Re: Document Viewer app freezes/crashes on clicking back from pdf files
** Changed in: ubuntu-ui-toolkit (Ubuntu) Importance: Critical => Low ** Changed in: ubuntu-ui-toolkit (Ubuntu) Status: In Progress => Incomplete -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1577277 Title: Document Viewer app freezes/crashes on clicking back from pdf files To manage notifications about this bug go to: https://bugs.launchpad.net/canonical-devices-system-image/+bug/1577277/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1622577] [NEW] tst_pagestack_deprecated_toolbar unit test warnings with qt56
Public bug reported: ubuntu@xenial1:~/dev/ubuntu-ui-toolkit/staging/tests/unit/components$ qmltestrunner -import ../../../qml/ -input tst_pagestack_deprecated_toolbar.qml qml: Page.tools is a deprecated property. Please use Page.head instead. qml: Page.tools is a deprecated property. Please use Page.head instead. qml: WARNING! Do not put Page/Tabs/PageStack inside another Page because that causes confusion which is the active page that sets the title and actions. qml: WARNING! Do not put Page/Tabs/PageStack inside another Page because that causes confusion which is the active page that sets the title and actions. * Start testing of qmltestrunner * 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 : qmltestrunner::PageStackAPI::initTestCase() PASS : qmltestrunner::PageStackAPI::test_active_bug1260116() QDEBUG : qmltestrunner::PageStackAPI::test_active_bug1260116() qml: Page.tools is a deprecated property. Please use Page.head instead. PASS : qmltestrunner::PageStackAPI::test_currentPage() PASS : qmltestrunner::PageStackAPI::test_depth() PASS : qmltestrunner::PageStackAPI::test_pop_to_tabs_bug1316736() PASS : qmltestrunner::PageStackAPI::test_tabs_inside_stack_bug1187850() PASS : qmltestrunner::PageStackAPI::test_title_bug1143345_bug1317902() PASS : qmltestrunner::PageStackAPI::test_tools_bug1126197() QDEBUG : qmltestrunner::PageStackAPI::test_tools_bug1126197() qml: Page.tools is a deprecated property. Please use Page.head instead. PASS : qmltestrunner::PageStackAPI::cleanupTestCase() QWARN : qmltestrunner::UnknownTestFunc() file:///home/ubuntu/dev/ubuntu-ui-toolkit/staging/qml/Ubuntu/Components/Themes/Ambiance/1.2/TabBarStyle.qml:144: TypeError: Cannot read property 'count' of null QWARN : qmltestrunner::UnknownTestFunc() file:///home/ubuntu/dev/ubuntu-ui-toolkit/staging/qml/Ubuntu/Components/Themes/Ambiance/1.2/TabBarStyle.qml:144: TypeError: Cannot read property 'count' of null QWARN : qmltestrunner::UnknownTestFunc() file:///home/ubuntu/dev/ubuntu-ui-toolkit/staging/qml/Ubuntu/Components/Themes/Ambiance/1.2/TabBarStyle.qml:144: TypeError: Cannot read property 'count' of null QWARN : qmltestrunner::UnknownTestFunc() file:///home/ubuntu/dev/ubuntu-ui-toolkit/staging/qml/Ubuntu/Components/Themes/Ambiance/1.2/TabBarStyle.qml:144: TypeError: Cannot read property 'count' of null QWARN : qmltestrunner::UnknownTestFunc() file:///home/ubuntu/dev/ubuntu-ui-toolkit/staging/qml/Ubuntu/Components/Themes/Ambiance/1.2/TabBarStyle.qml:144: TypeError: Cannot read property 'count' of null QWARN : qmltestrunner::UnknownTestFunc() file:///home/ubuntu/dev/ubuntu-ui-toolkit/staging/qml/Ubuntu/Components/Themes/Ambiance/1.2/TabBarStyle.qml:144: TypeError: Cannot read property 'count' of null Totals: 9 passed, 0 failed, 0 skipped, 0 blacklisted * Finished testing of qmltestrunner * ** Affects: ubuntu-ui-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-toolkit (Ubuntu) Assignee: (unassigned) => Tim Peeters (tpeeters) ** Summary changed: - tst_pargestack_deprecated_toolbar unit test warnings with qt56 + tst_pagestack_deprecated_toolbar unit test warnings with qt56 ** Changed in: ubuntu-ui-toolkit (Ubuntu) Importance: Undecided => High ** Changed in: ubuntu-ui-toolkit (Ubuntu) Importance: High => Critical ** Changed in: ubuntu-ui-toolkit (Ubuntu) Status: New => Confirmed -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1622577 Title: tst_pagestack_deprecated_toolbar unit test warnings with qt56 To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/ubuntu-ui-toolkit/+bug/1622577/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1600177] Re: Keyboard Shortcut doesn't work when the action is in the overflow button
** Changed in: ubuntu-ui-toolkit (Ubuntu) Importance: Undecided => High -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1600177 Title: Keyboard Shortcut doesn't work when the action is in the overflow button To manage notifications about this bug go to: https://bugs.launchpad.net/canonical-devices-system-image/+bug/1600177/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1583633] Re: addPageToCurrent/NextColumn behaves funny with a non-Page
Well, you can of course add a non-Page Item to the APL. But since it doesn't have API for the navigation, you have to take care of your own navigation. Does the new SplitView deal with this? ** Changed in: ubuntu-ui-toolkit (Ubuntu) Importance: Undecided => Medium ** Changed in: ubuntu-ui-toolkit (Ubuntu) Status: New => Incomplete -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1583633 Title: addPageToCurrent/NextColumn behaves funny with a non-Page To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/ubuntu-ui-toolkit/+bug/1583633/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs