What I really meant, is this (probably you want to define the actions
somewhere else):
import QtQuick 2.4
import Ubuntu.Components 1.3
MainView {
width: units.gu(80)
height: units.gu(70)
Action {
id: action1
text: "Action 1"
onTriggered: print("first one")
The standard icons in the header no longer have text, and the edit mode
is completely different now (see "extending the header" on
https://developer.ubuntu.com/en/blog/2016/02/24/pageheader-tutorial/ ).
So this bug is no longer relevant.
** Changed in: ubuntu-ui-toolkit (Ubuntu)
Status: Inc
** Changed in: ubuntu-ui-toolkit (Ubuntu)
Assignee: Tim Peeters (tpeeters) => Loïc Molinari (loic.molinari)
--
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to ubuntu-ui-toolkit in
Ubuntu.
https://bugs.launchpad.net/b
Instead of a list of strings as input for the Sections you can also use
the 'actions' property with a list of Actions. Then renaming a sim can
update the text for the action, without changing the list that the
Sections use, so selectedIndex is not changed.
Using an Action for each sim might also b
Attached is a screenshot of how the toolbar currently looks when there
are too many icons to fit. On the right-hand side it shows an overflow
button, and tapping that reveals the overflow panel with the remaining
actions.
** Attachment added: "toolbar-overflow.png"
https://bugs.launchpad.net/u
Femma will check that the requirements are consistent and up-to-date.
** Changed in: ubuntu-ui-toolkit (Ubuntu)
Status: Confirmed => Incomplete
--
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to ubuntu-ui-toolkit in
Ubunt
This is fixed when using the new PageHeader. See
https://developer.ubuntu.com/en/blog/2016/02/24/pageheader-tutorial/
** Changed in: ubuntu-ui-toolkit (Ubuntu)
Status: Confirmed => Fix Released
--
You received this bug notification because you are a member of Ubuntu
Touch seeded packages,
** Changed in: ubuntu-ui-toolkit (Ubuntu)
Status: In Progress => Confirmed
--
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to ubuntu-ui-toolkit in
Ubuntu.
https://bugs.launchpad.net/bugs/1556860
Title:
Blank left panel
** Changed in: ubuntu-ui-toolkit (Ubuntu)
Assignee: Zsombor Egri (zsombi) => Tim Peeters (tpeeters)
--
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to ubuntu-ui-toolkit in
Ubuntu.
https://bugs.launchpad.net/bugs/1557
** Description changed:
Currently, when the icons do not all fit in the toolbar, an overflow
- button is shown. This needs to be replaced by icon scrolling instead.
+ button is shown that shows an overflow popover/panel when clicked. This
+ needs to be replaced by icon scrolling instead.
Se
timp, and using the silo fixes the issue for the music-app :-D
Thanks for testing :)
** Summary changed:
- With silo050 if an app has a black background it flickers temporarily to
white at startup
+ App with dark background flickers temporarily to white at startup
--
You received this bug no
Fixed in AdaptivePageLayout.
** Changed in: ubuntu-ui-toolkit (Ubuntu)
Status: Confirmed => Fix Released
** No longer affects: ubuntu-ui-toolkit
--
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to ubuntu-ui-toolkit in
Ubu
** Changed in: canonical-devices-system-image
Status: New => In Progress
** Changed in: ubuntu-ui-toolkit (Ubuntu)
Status: Confirmed => In Progress
--
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to unity8 in Ubunt
** Changed in: ubuntu-ui-toolkit (Ubuntu)
Status: New => Confirmed
** Changed in: ubuntu-ui-toolkit (Ubuntu)
Importance: Undecided => High
--
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to ubuntu-ui-toolkit in
Ubuntu.
*** This bug is a duplicate of bug 1523840 ***
https://bugs.launchpad.net/bugs/1523840
** This bug has been marked a duplicate of bug 1523840
Sections need keyboard navigation support
--
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is
** Description changed:
Sections need to accept Tab for keyboard navigation and visualize focus.
+
+ UX solution:
+
https://docs.google.com/document/d/13JoVlVNqn7t5mnwyLc1wa7daozqdGwWj1AqH9LJMid4/edit#bookmark=id.wcaukfag4nd5
** Also affects: ubuntu-ux
Importance: Undecided
Status:
Public bug reported:
ListView supports showing a section headers (for example A, B, C... in
an address book), see http://doc.qt.io/qt-5/qml-qtquick-listview.html
#section-prop
These ListView sections header can be configured to stay visible at the
top of the ListView when it is moved (sections.la
@nik90 right, this should also apply to header icons. Actually, with the
latest palette update that was taken care of, but I need to make sure
that the opacity is not multiplied with 0.3 twice (once from the icon,
once from the palette) for disabled header icons.
That also makes me think that perh
The new palette already takes care of the reduced opacity of the icons
in the header.
For the Icon component itself, I will not change the opacity
automatically, because that may conflict with opacities set in other
components that use the Icon, as would be the case with the buttons in
the header.
(fixed by the new palette)
** Changed in: ubuntu-ui-toolkit (Ubuntu)
Status: In Progress => Fix Released
--
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to ubuntu-ui-toolkit in
Ubuntu.
https://bugs.launchpad.net/bugs/1393
Public bug reported:
It fails some times (not always). Here is the log when it fails:
tim@tim-mbp:~/dev/ubuntu-ui-toolkit/m/fix-tests/tests/unit_x11/tst_components$
qmltestrunner -import ../../../qml/ -input tst_adaptivepagelayout.qml
* Start testing of qmltestrunner *
Config: U
ted
tst_datepicker13.qml: * Finished testing of components *
tst_datepicker13.qml: [Thread 0x7fffe1ffb700 (LWP 17180) exited]
tst_datepicker13.qml: [Inferior 1 (process 17171) exited normally]
No stack.
tst_datepicker13.qml: Shutting down
DBus daemon: Shutdown
tst_datepicker13.qml e
** Changed in: ubuntu-ui-toolkit (Ubuntu)
Assignee: (unassigned) => Zsombor Egri (zsombi)
** Changed in: ubuntu-ui-toolkit (Ubuntu)
Status: New => Confirmed
--
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to ubuntu-u
The palette is global, per-app, so not per component. That means if text
in two different components need to have a different color, we need two
separate entries in the palette.
Having a visual mock-up of an app showing all the components in all the
states, with the colors listed would help.
** A
** Summary changed:
- SectionStyle shouldn't use backgroundTertiaryText to set the color of
selected section
+ The reason for using backgroundTertiaryText in SectionsStyle is unclear.
** Changed in: ubuntu-ui-toolkit (Ubuntu)
Assignee: (unassigned) => Tim Peeters (tpeeters)
** Changed in: ubuntu-ux
Status: New => Confirmed
--
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to ubuntu-ui-toolkit in
Ubuntu.
https://bugs.launchpad.net/bugs/1561668
Title:
The reason for using backgroundTertiaryTex
** Changed in: ubuntu-ui-toolkit (Ubuntu)
Status: In Progress => Fix Committed
--
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to unity8 in Ubuntu.
https://bugs.launchpad.net/bugs/148
Title:
Dialog and Popover have
** Changed in: ubuntu-ui-toolkit (Ubuntu)
Status: In Progress => Fix Committed
--
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to ubuntu-ui-toolkit in
Ubuntu.
https://bugs.launchpad.net/bugs/1561440
Title:
tst_datepicke
** Changed in: ubuntu-ui-toolkit (Ubuntu)
Importance: Undecided => Medium
** Changed in: ubuntu-ui-toolkit (Ubuntu)
Status: New => Confirmed
--
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to ubuntu-ui-toolkit in
Ubunt
** Changed in: ubuntu-ui-toolkit (Ubuntu)
Status: Triaged => In Progress
--
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to ubuntu-ui-toolkit in
Ubuntu.
https://bugs.launchpad.net/bugs/1399289
Title:
Subtitle support in
I re-open this bug, because even though for the icon buttons the color
is updated when the icon is disabled, icons in the PageHeader currently
always have the foregroundColor of the PageHeader so disabled buttons
cannot be distinguished from enabled buttons.
** Changed in: ubuntu-ui-toolkit (Ubunt
Specs are here:
https://docs.google.com/document/d/1235LE15c9YDBkma1BSBdK5_S9MeZkXs0RncfqIVPJQs/edit#
--
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to ubuntu-ui-toolkit in
Ubuntu.
https://bugs.launchpad.net/bugs/1399289
Title:
** Branch unlinked: lp:~tpeeters/ubuntu-ui-toolkit/subtitle
--
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to ubuntu-ui-toolkit in
Ubuntu.
https://bugs.launchpad.net/bugs/1393485
Title:
[SDK] Need a standard way to make an Ic
** Changed in: ubuntu-ui-toolkit (Ubuntu RTM)
Assignee: (unassigned) => Tim Peeters (tpeeters)
--
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to ubuntu-ui-toolkit in
Ubuntu.
https://bugs.launchpad.net/bugs/1554897
Ti
** Changed in: ubuntu-ui-toolkit (Ubuntu)
Importance: Medium => High
--
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to ubuntu-ui-toolkit in
Ubuntu.
https://bugs.launchpad.net/bugs/1393485
Title:
[SDK] Need a standard way t
Confirmed for staging r1915.
--
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to ubuntu-ui-toolkit in
Ubuntu.
https://bugs.launchpad.net/bugs/1523093
Title:
r1739: "make distclean" deletes uitk gallery script
Status in ubuntu-
** Changed in: ubuntu-ui-toolkit (Ubuntu)
Status: Confirmed => In Progress
--
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to ubuntu-ui-toolkit in
Ubuntu.
https://bugs.launchpad.net/bugs/1556860
Title:
Blank left panel
This is not a bug in APL or header, but in the gallery. The APL
currently does nothing with the PageHeader when changing the layout, the
apps need to deal with that. The gallery does that by setting and
unsetting the PageHeader.flickable property, but that does not
automatically reset PageHeader.ex
** Summary changed:
- Blank left panel header after resizing AdaptivePageLayout from two panels to
one and back
+ Blank left panel header in gallery after resizing AdaptivePageLayout from two
panels to one and back
--
You received this bug notification because you are a member of Ubuntu
Touch
The reason this is happening is because the BottomEdgePage sets a new
PageHeader that overrides the default PageHeader of the gallery Template
page. The old PageHeader is no longer visible because it has no parent
any more, but it still sets/unsets the flickable topMargin.
I will work on fixing th
** Changed in: ubuntu-ui-toolkit (Ubuntu)
Status: Confirmed => In Progress
--
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to ubuntu-ui-toolkit in
Ubuntu.
https://bugs.launchpad.net/bugs/1560458
Title:
Header should onl
** Summary changed:
- Header causes wrong flickable.topMargin to be set in BottomEdgePage
+ Header does not revert flickable topMargin when it has no parent
--
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to ubuntu-ui-toolkit in
** Changed in: ubuntu-ui-toolkit (Ubuntu)
Status: Confirmed => In Progress
--
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to ubuntu-ui-toolkit in
Ubuntu.
https://bugs.launchpad.net/bugs/1560419
Title:
Header does not r
** Changed in: ubuntu-ui-toolkit (Ubuntu)
Status: In Progress => Fix Committed
--
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to ubuntu-ui-toolkit in
Ubuntu.
https://bugs.launchpad.net/bugs/1393485
Title:
[SDK] Need a
** Changed in: ubuntu-ui-toolkit (Ubuntu)
Status: In Progress => Fix Committed
--
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to ubuntu-ui-toolkit in
Ubuntu.
https://bugs.launchpad.net/bugs/1399289
Title:
Subtitle supp
** Changed in: ubuntu-ui-toolkit (Ubuntu)
Status: In Progress => Fix Committed
--
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to ubuntu-ui-toolkit in
Ubuntu.
https://bugs.launchpad.net/bugs/1556860
Title:
Blank left pa
: High
Assignee: Tim Peeters (tpeeters)
Status: New
** Changed in: ubuntu-ui-toolkit (Ubuntu)
Importance: Undecided => High
** Changed in: ubuntu-ui-toolkit (Ubuntu)
Assignee: (unassigned) => Tim Peeters (tpeeters)
--
You received this bug notification because you are a
** Description changed:
Currently when Page.header = header1, and then you set Page.header =
header2, header1.parent will be reverted to the parent that header1 had
before it was assigned to Page.header (and thus re-parented to that
page).
+
+ Motivation: You want only one header at the s
** Description changed:
Currently when Page.header = header1, and then you set Page.header =
header2, header1.parent will be reverted to the parent that header1 had
before it was assigned to Page.header (and thus re-parented to that
page).
Motivation: You want only one header at the s
** Changed in: ubuntu-ui-toolkit (Ubuntu)
Status: New => In Progress
--
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to ubuntu-ui-toolkit in
Ubuntu.
https://bugs.launchpad.net/bugs/1566231
Title:
When changing Page.head
We still need to update some docs, see
https://bugs.launchpad.net/ubuntu/+source/ubuntu-ui-toolkit/+bug/1566737
--
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to ubuntu-ui-toolkit in
Ubuntu.
https://bugs.launchpad.net/bugs/15397
/ubuntu-ui-toolkit/+bug/1539759
However, inside the Tabs and Tab docs there is no mention of this. So please
mark them as deprecated.
** Affects: ubuntu-ui-toolkit (Ubuntu)
Importance: Medium
Assignee: Tim Peeters (tpeeters)
Status: New
** Changed in: ubuntu-ui-toolkit (Ubuntu
*** This bug is a duplicate of bug 1566735 ***
https://bugs.launchpad.net/bugs/1566735
** This bug has been marked a duplicate of bug 1566735
Tabs documentation does not mention that Tabs are deprecated
--
You received this bug notification because you are a member of Ubuntu
Touch seeded
** Changed in: ubuntu-ui-toolkit (Ubuntu)
Importance: Undecided => Medium
--
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to ubuntu-ui-toolkit in
Ubuntu.
https://bugs.launchpad.net/bugs/1566735
Title:
Tabs documentation doe
** Description changed:
- If I use a Tabs component, and place a Page in one of the Tabs, and that
- Page has a new-style PageHeader, then my app shows two separate headers.
+ If I use a Tabs component, and place a Page in one of the Tabs, and that Page
has a new-style PageHeader, then my app sho
** Changed in: ubuntu-ui-toolkit (Ubuntu)
Importance: Undecided => Medium
** Changed in: ubuntu-ui-toolkit (Ubuntu)
Status: New => Confirmed
--
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to ubuntu-ui-toolkit in
Ubunt
** Changed in: ubuntu-ui-toolkit (Ubuntu)
Importance: Undecided => Medium
** Changed in: ubuntu-ui-toolkit (Ubuntu)
Status: New => Confirmed
--
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to ubuntu-ui-toolkit in
Ubunt
** Changed in: ubuntu-ui-toolkit (Ubuntu)
Status: New => In Progress
--
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to ubuntu-ui-toolkit in
Ubuntu.
https://bugs.launchpad.net/bugs/1565811
Title:
PageHeader should not h
Confirmed with this program:
import QtQuick 2.4
import Ubuntu.Components 1.3
MainView {
width: units.gu(50)
height: units.gu(60)
PageStack {
Component.onCompleted: push(p1)
Page {
id: p1
header: PageHeader {
title: i18n.tr("unti
I still get this some times in MRs: https://jenkins.ubuntu.com/ubuntu-
sdk/job/ubuntu-ui-toolkit-ci-amd64-stable/625/console
--
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to ubuntu-ui-toolkit in
Ubuntu.
https://bugs.launchpad.n
^that failure is without the attached MR applied.
--
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to ubuntu-ui-toolkit in
Ubuntu.
https://bugs.launchpad.net/bugs/1561436
Title:
tst_adaptivepagelayout: test_forced_synchronous_l
The solution that we discussed for this bug was for Jamie to publish an
overview graphic (or multiple) that shows all the components and their
color (in different themes). That way it is easy to look up what the
colors are used for.
** Changed in: ubuntu-ui-toolkit (Ubuntu)
Status: New => I
** Changed in: ubuntu-ui-toolkit (Ubuntu RTM)
Assignee: (unassigned) => Tim Peeters (tpeeters)
** Changed in: ubuntu-ui-toolkit (Ubuntu RTM)
Importance: Undecided => High
** Changed in: ubuntu-ui-toolkit (Ubuntu RTM)
Status: New => In Progress
--
You received
** Changed in: ubuntu-ui-toolkit (Ubuntu)
Status: Confirmed => In Progress
** Changed in: ubuntu-ui-toolkit (Ubuntu RTM)
Status: Confirmed => In Progress
** Changed in: ubuntu-ux
Status: New => Fix Committed
--
You received this bug notification because you are a member of
** Changed in: ubuntu-ui-toolkit (Ubuntu)
Status: New => Confirmed
--
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to ubuntu-ui-toolkit in
Ubuntu.
https://bugs.launchpad.net/bugs/1561654
Title:
Icon creates binding loop
Public bug reported:
That would be useful for design to review the subtitle.
** Affects: ubuntu-ui-toolkit (Ubuntu)
Importance: Medium
Assignee: Tim Peeters (tpeeters)
Status: Confirmed
** Changed in: ubuntu-ui-toolkit (Ubuntu)
Assignee: (unassigned) => Tim Peet
Public bug reported:
On my amd64 xenial laptop:
tim@tim-mbp:~/dev/ubuntu-ui-toolkit/m/datepicker-
segfault/tests/unit_x11/tst_components$ qmltestrunner -import
../../../qml/ -input tst_datepicker.qml
* Start testing of qmltestrunner *
Config: Using QtTest library 5.5.1, Qt 5.5.1
Fails with current staging, and my system UITK which is Installed:
1.3.1872+16.04.20160330.2-0ubuntu1
--
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to ubuntu-ui-toolkit in
Ubuntu.
https://bugs.launchpad.net/bugs/1567840
Titl
Removing some tests from tst_datepicker.qml can get rid of the segfault.
But it seems like random which tests need to be removed. Even removing a
single totally unrelated line of code can cause the segfault to
appear/disappear.
So, with this tst_datepicker.qml http://paste.ubuntu.com/15684437/ I g
I get segfault with this:
import QtQuick 2.0
import QtTest 1.0
import Ubuntu.Test 1.2
import Ubuntu.Components 1.1
import Ubuntu.Components.Pickers 1.0
but the segfault is gone with:
import QtQuick 2.0
import QtTest 1.0
import Ubuntu.Test 1.3
import Ubuntu.Components 1.1
import Ubuntu.Components
** Changed in: ubuntu-ui-toolkit (Ubuntu)
Status: Invalid => Confirmed
--
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to ubuntu-ui-toolkit in
Ubuntu.
https://bugs.launchpad.net/bugs/1561668
Title:
The reason for using
The segfault can occur in different places (after commenting out
crashing tests), but always seem to happen after a PickerItemChanged
signal.
--
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to ubuntu-ui-toolkit in
Ubuntu.
https:/
My use case: remap the ALT and CMD keys on a Macbook so that I get the
ALT and SUPER keys on the place where I am used to find them on a
"normal" keyboard.
--
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to xorg in Ubuntu.
https:
Confirmed by running 'qmlscene Main.qml' in the attached archive, then
clicking 'Continue' and then 'Kill' button. The result is that the UI is
not responsive, I cannot click the 'Continue' button any more.
** Changed in: ubuntu-ui-toolkit (Ubuntu)
Status: New => Confirmed
** Changed in: u
Yes, Ubuntu.Test 1.2 is the same as 1.0.
I identified the pickerItemChanged like this:
tim@tim-mbp:~/dev/ubuntu-ui-toolkit/m/datepicker-segfault/tests/unit_x11/tst_components$
qmltestrunner -v2 -vs -import ../../../qml/ -input tst_datepicker.qml > log.txt
Segmentation fault (core dumped)
tim@ti
The location of the segfault depends on the value of GRID_UNIT_PX. See
http://pastebin.ubuntu.com/15755867/
--
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to ubuntu-ui-toolkit in
Ubuntu.
https://bugs.launchpad.net/bugs/1567840
I get no more segfaults when I comment out the UbuntuShape in
DatePickerStyle 1.2, see http://paste.ubuntu.com/15756150/
--
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to ubuntu-ui-toolkit in
Ubuntu.
https://bugs.launchpad.net/b
The bug may only be present in 1.2 of the components or Ubuntu.Tests or
theming. I could not reproduce it in 1.3.
--
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to ubuntu-ui-toolkit in
Ubuntu.
https://bugs.launchpad.net/bugs/156
I disabled the test for now in this MR
https://code.launchpad.net/~tpeeters/ubuntu-ui-toolkit/datepicker-
segfault/+merge/291524
--
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to ubuntu-ui-toolkit in
Ubuntu.
https://bugs.launchp
The stacktrace http://pastebin.ubuntu.com/15761131/ does not make me
wiser.
--
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to ubuntu-ui-toolkit in
Ubuntu.
https://bugs.launchpad.net/bugs/1567840
Title:
tst_datepicker generate
** Branch linked: lp:~tpeeters/ubuntu-ui-toolkit/datepicker-segfault
--
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to ubuntu-ui-toolkit in
Ubuntu.
https://bugs.launchpad.net/bugs/1567840
Title:
tst_datepicker generates segfa
** Changed in: ubuntu-ui-toolkit (Ubuntu)
Status: New => In Progress
** Changed in: ubuntu-ui-toolkit (Ubuntu)
Importance: Undecided => High
--
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to ubuntu-ui-toolkit in
Ubunt
It appears that when tapping the list items (ListItem.Standard), there
is no triggered signal. Only clicked.
This is a bug we need to fix. But as a quick workaround you could use
onClicked: instead of onTriggered.
--
You received this bug notification because you are a member of Ubuntu
Touch see
We have a fix for ActionItem.trigger included in our current landing,
see https://code.launchpad.net/~zsombi/ubuntu-ui-
toolkit/switchAndCheckboxFix/+merge/280844
That might fix the issue, but I haven't confirmed that yet.
--
You received this bug notification because you are a member of Ubuntu
I can reproduce the issue with this test program:
import QtQuick 2.4
import Ubuntu.Components 1.3
import Ubuntu.Components.ListItems 1.3
Rectangle {
width: 800
height: 600
Standard {
anchors.fill: parent
text: "bla"
onTriggered: print("bad")
onClicked:
The bug was introduced in UITK staging r1760 (the above test program
fails in r1760 and works fine in r1759), and unfortunately the
switchAndCheckboxFix branch does not fix it.
--
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to u
Fixed in the attached MR.
** Changed in: ubuntu-ui-toolkit (Ubuntu)
Status: Confirmed => Fix Committed
--
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to ubuntu-ui-toolkit in
Ubuntu.
https://bugs.launchpad.net/bugs/152781
** Changed in: ubuntu-ui-toolkit (Ubuntu)
Assignee: (unassigned) => Tim Peeters (tpeeters)
** Changed in: ubuntu-ui-toolkit (Ubuntu)
Importance: Undecided => Critical
--
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscri
** Attachment added: "Screenshots comparing the old font sizes with the new
(from the attached MR)."
https://bugs.launchpad.net/ubuntu/+source/ubuntu-ui-toolkit/+bug/1528263/+attachment/4538886/+files/screenshots.zip
--
You received this bug notification because you are a member of Ubuntu
To
** Changed in: ubuntu-ux
Status: New => Fix Committed
--
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to ubuntu-ui-toolkit in
Ubuntu.
https://bugs.launchpad.net/bugs/1528263
Title:
UITK font sizes should reflect designs
: 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 a
** Changed in: ubuntu-ui-toolkit (Ubuntu)
Status: New => Confirmed
--
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to ubuntu-ui-toolkit in
Ubuntu.
https://bugs.launchpad.net/bugs/1531016
Title:
GridView that is inside t
** Changed in: ubuntu-ui-toolkit (Ubuntu)
Assignee: (unassigned) => Tim Peeters (tpeeters)
** Changed in: ubuntu-ui-toolkit (Ubuntu)
Importance: Undecided => High
--
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscri
** Changed in: ubuntu-ui-toolkit (Ubuntu)
Status: Confirmed => In Progress
--
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to ubuntu-ui-toolkit in
Ubuntu.
https://bugs.launchpad.net/bugs/1531016
Title:
GridView that is
The problem occurs when the Page is changing its height when scrolling.
The problem does not occur though with a Flickable or ListView instead
of the GridView, or when there are no Tabs to hold the Page.
To work around this in the example code, you can set the width and
height of the Page to the w
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 no
** Changed in: ubuntu-ui-toolkit (Ubuntu)
Assignee: (unassigned) => Tim Peeters (tpeeters)
** Changed in: ubuntu-ui-toolkit (Ubuntu)
Status: New => In Progress
** Changed in: ubuntu-ui-toolkit (Ubuntu)
Importance: Undecided => High
--
You received this bug notificatio
[17:18:33] t1mp, that branch resolves the issue for both the
test case and the music-app thanks :-)
--
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to ubuntu-ui-toolkit in
Ubuntu.
https://bugs.launchpad.net/bugs/1531016
Title:
That change was made in this MR: https://code.launchpad.net/~ubuntu-sdk-
team/ubuntu-ui-toolkit/validClearIconName/+merge/280968
** Changed in: ubuntu-ui-toolkit (Ubuntu)
Assignee: (unassigned) => Christian Dywan (kalikiana)
** Changed in: ubuntu-ui-toolkit (Ubuntu RTM)
Assignee: (unass
** Changed in: ubuntu-ui-toolkit (Ubuntu)
Status: In Progress => Fix Committed
--
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to ubuntu-ui-toolkit in
Ubuntu.
https://bugs.launchpad.net/bugs/1574663
Title:
Some apps sho
501 - 600 of 855 matches
Mail list logo