[Touch-packages] [Bug 1624331] Re: tst_listitem_focus.13.qml unit test failure

2016-09-19 Thread Zsombor Egri
** Changed in: ubuntu-ui-toolkit (Ubuntu) Importance: Undecided => High ** Changed in: ubuntu-ui-toolkit (Ubuntu) Importance: High => Critical -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to ubuntu-ui-toolkit in Ubuntu.

[Touch-packages] [Bug 1616858] Re: ActionBar overflow issues with Qt 5.6

2016-09-19 Thread Zsombor Egri
** Changed in: ubuntu-ui-toolkit (Ubuntu) Importance: High => Critical -- 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/1616858 Title: ActionBar overflow issues

[Touch-packages] [Bug 1622577] Re: tst_pagestack_deprecated_toolbar unit test warnings with qt56

2016-09-19 Thread Zsombor Egri
** Changed in: ubuntu-ui-toolkit (Ubuntu) Importance: High => Critical -- 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/1622577 Title: tst_pagestack_deprecated_

[Touch-packages] [Bug 1586013] Re: UITK Date picker broken on xenial

2016-09-19 Thread Zsombor Egri
** Changed in: ubuntu-ui-toolkit (Ubuntu) Importance: High => Critical -- 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/1586013 Title: UITK Date picker broken o

[Touch-packages] [Bug 1585996] Re: UITK gallery: can't open subpages on Qt 5.6 because of TypeError

2016-09-19 Thread Zsombor Egri
** Changed in: ubuntu-ui-toolkit (Ubuntu) Importance: High => Critical -- 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/1585996 Title: UITK gallery: can't open

[Touch-packages] [Bug 1624328] Re: tst_listitem failures

2016-09-19 Thread Zsombor Egri
** Changed in: ubuntu-ui-toolkit (Ubuntu) Importance: Undecided => High ** Changed in: ubuntu-ui-toolkit (Ubuntu) Importance: High => Critical -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to ubuntu-ui-toolkit in Ubuntu.

[Touch-packages] [Bug 1536669] Re: "BottomEdge" component does not support automatic mouse detection

2016-09-20 Thread Zsombor Egri
** Changed in: ubuntu-ui-toolkit (Ubuntu) Importance: Critical => 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/1536669 Title: "BottomEdge" component d

[Touch-packages] [Bug 1585996] Re: UITK gallery: can't open subpages on Qt 5.6 because of TypeError

2016-09-20 Thread Zsombor Egri
** 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/1585996 Title: UITK gallery: can

[Touch-packages] [Bug 1585996] Re: UITK gallery: can't open subpages on Qt 5.6 because of TypeError

2016-09-20 Thread Zsombor Egri
If the primaryPageSource is a component, the APL works fine. This problem doesn't appear to affect adding pages to columns -- 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.ne

[Touch-packages] [Bug 1585996] Re: UITK gallery: can't open subpages on Qt 5.6 because of TypeError

2016-09-20 Thread Zsombor Egri
There are two problems: 1) the component the APL creates the default metrics is called in parallel by two changes: body.onChildrenChanged is processed in parallel with d.onDefaultColumnWidthChanged, both call the object creation. This can be filtered out, as done in the attached branch. 2) vari

[Touch-packages] [Bug 1618007] Re: Invalid property assignment in ActivityIndicatorStyle.qml

2016-09-21 Thread Zsombor Egri
** Changed in: canonical-devices-system-image 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/1618007 Title: Invalid pro

[Touch-packages] [Bug 1627078] Re: ScrollBars and ScrollView - add 'isDragged' or 'isScrolling' property

2016-09-26 Thread Zsombor Egri
For teh sake of QQC2 compatibility, let's call the property 'pressed'. Scrollbars are exposed by ScrollView, so there's no need to expose there anything. -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to ubuntu-ui-toolkit in Ubu

[Touch-packages] [Bug 1611327] Re: Disabled ListItem inside ListView takes focus but does not show focus ring

2016-09-27 Thread Zsombor Egri
** Description changed: Items outside of a ListView are skipped when using keyboard navigation to change the focus. However, a ListItem inside a ListView takes the focus even when it is disabled, but it does not show the focus frame when focused. For example, execute this QML program:

[Touch-packages] [Bug 1433590] Re: apparmor dbus denial for org.freedesktop.Accounts and make Other vibrations work

2016-08-14 Thread Zsombor Egri
@zhang woh!!! It works!!! Thanks for that! We can finally proceed on UITK and System Settings app side then. -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to apparmor-easyprof-ubuntu in Ubuntu. https://bugs.launchpad.ne

[Touch-packages] [Bug 1611327] Re: Disabled ListItem inside ListView takes focus but does not show focus ring

2016-08-22 Thread Zsombor Egri
** Changed in: ubuntu-ui-toolkit (Ubuntu) Assignee: (unassigned) => Zsombor Egri (zsombi) -- 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/1611327 Ti

[Touch-packages] [Bug 1567924] Re: App crashes when using StyledItem + Ubuntu.Layouts

2016-08-23 Thread Zsombor Egri
I see the crash happening when the conditional layouts are trying to set a property which for some reason bothers the theming implementation. The ascendant themed item lookup may be in trouble there, so it seems a theming FW bug. -- You received this bug notification because you are a member of U

[Touch-packages] [Bug 1567924] Re: App crashes when using StyledItem + Ubuntu.Layouts

2016-08-23 Thread Zsombor Egri
Does it happen with any other setup than ScrollView? -- 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/1567924 Title: App crashes when using StyledItem + Ubuntu.Lay

[Touch-packages] [Bug 1611327] Re: Disabled ListItem inside ListView takes focus but does not show focus ring

2016-08-24 Thread Zsombor Egri
** 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/1611327 Title: Disabled ListItem

[Touch-packages] [Bug 1611327] Re: Disabled ListItem inside ListView takes focus but does not show focus ring

2016-08-26 Thread Zsombor Egri
@Tim, @Femma: I guess you meant to scroll to the next enabled/disabled item one by one, right? -- 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/1611327 Title: Disa

[Touch-packages] [Bug 1567380] Re: Bottom edge arrow looks lo-res

2016-07-08 Thread Zsombor Egri
** 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, which is subscribed to ubuntu-ui-toolkit in Ubuntu. https://bugs.launchpad.net/bugs/1567380 Title: Bottom edge arro

[Touch-packages] [Bug 1600177] Re: Keyboard Shortcut doesn't work when the action is in the overflow button

2016-07-08 Thread Zsombor Egri
, which has its own ActionContext (PopupContext), which is inactive as long as it is not getting visible. ** 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 see

Re: [Touch-packages] [Bug 1433590] Re: apparmor dbus denial for org.freedesktop.Accounts and make Other vibrations work

2016-07-13 Thread Zsombor Egri
On Wed, Jul 13, 2016 at 10:41 AM, Zhang Enwei wrote: > I am now investigating if org.freedesktop.DBus.GetConnectionUnixProcessID > is supported in go-dbus. > If it is supported, we can use pid to get the name of the process or path > of the binary. > > -- > You received this bug notification beca

[Touch-packages] [Bug 1551349] Re: Make ListItem automatically bind to the height of a SlotsLayout/ListItemLayout when that's the only content

2016-07-17 Thread Zsombor Egri
No work was yet scheduled for this. -- 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/1551349 Title: Make ListItem automatically bind to the height of a SlotsLayo

[Touch-packages] [Bug 1534674] Re: [AdaptivePageLayout] Add function to return the top Page of a PageColumn

2016-07-18 Thread Zsombor Egri
** Tags added: convergence -- 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/1534674 Title: [AdaptivePageLayout] Add function to return the top Page of a PageColu

[Touch-packages] [Bug 1534674] Re: [AdaptivePageLayout] Add function to return the top Page of a PageColumn

2016-07-18 Thread Zsombor Egri
** Tags removed: adaptivepagelayout ** Tags added: apl -- 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/1534674 Title: [AdaptivePageLayout] Add function to return

[Touch-packages] [Bug 1603353] Re: Move BottomEdge between columns in AdaptivePageLayout

2016-07-18 Thread Zsombor Egri
** Tags added: apl -- 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/1603353 Title: Move BottomEdge between columns in AdaptivePageLayout Status in ubuntu-ui-toolk

[Touch-packages] [Bug 1603452] Re: [SDK] Change leading action background to red and icon to white

2016-07-19 Thread Zsombor Egri
"Therefore if there are several actions in the leading action slot, all will be disabled. Can we change the API so that there is flexibility when choosing one action to be disabled rather than all of them?" That is not true. Beware that the disabled state is not for the background mainly, but for

[Touch-packages] [Bug 1604509] Re: In the bottom edge component, using preload=true with contentUrl results in an empty page

2016-07-19 Thread Zsombor Egri
** Changed in: ubuntu-ui-toolkit (Ubuntu) Status: New => Confirmed ** Changed in: ubuntu-ui-toolkit (Ubuntu) Assignee: (unassigned) => Zsombor Egri (zsombi) ** Changed in: ubuntu-ui-toolkit (Ubuntu) Importance: Undecided => High -- You received this bug notification be

[Touch-packages] [Bug 1582339] Re: Selected section has no color

2016-05-17 Thread Zsombor Egri
** Changed in: ubuntu-ui-toolkit (Ubuntu) Assignee: Tim Peeters (tpeeters) => Zsombor Egri (zsombi) -- 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/1582

[Touch-packages] [Bug 1582339] Re: Selected section has no color

2016-05-17 Thread Zsombor Egri
** 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/1582339 Title: Selected section

[Touch-packages] [Bug 1531814] Re: Syntax highlighting broken for ListItem

2016-05-19 Thread Zsombor Egri
I have a different one... Perhaps we should check it again. http://imgur.com/3snAsHX -- 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/1531814 Title: Syntax highli

[Touch-packages] [Bug 1584232] Re: trailingActions overlaps APL

2016-05-23 Thread Zsombor Egri
The clipping could be in the APL column holder. So that can be auto-set in the APL itself. ** Changed in: ubuntu-ui-toolkit (Ubuntu) Importance: Undecided => Medium ** Tags added: convergence -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, whic

[Touch-packages] [Bug 1531814] Re: Syntax highlighting broken for ListItem

2016-05-23 Thread Zsombor Egri
It was the qmlplugindump which did not resolve few types properly. Sorry for the inconvenience. Can we close the bug? -- 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

[Touch-packages] [Bug 1575060] Re: APL divider goes on top of column content

2016-05-23 Thread Zsombor Egri
** 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/1575060 Title: APL divider g

[Touch-packages] [Bug 1582339] Re: Selected section has no color

2016-05-23 Thread Zsombor Egri
** 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/1582339 Title: Selected sect

[Touch-packages] [Bug 1531815] Re: Syntax highlighting broken for UbuntuShape

2016-05-23 Thread Zsombor Egri
Michael, it was never the UITK problem, but qmlplugindump one. Despite we create the types file in UITK, QtCreator will run qmlplugindump again, and that overrides the types we gave. -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribe

[Touch-packages] [Bug 1531815] Re: Syntax highlighting broken for UbuntuShape

2016-05-23 Thread Zsombor Egri
** Changed in: ubuntu-ui-toolkit (Ubuntu) Status: New => Invalid ** Changed in: canonical-developer-experience Status: Confirmed => Invalid -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to ubuntu-ui-toolkit in Ub

[Touch-packages] [Bug 1531814] Re: Syntax highlighting broken for ListItem

2016-05-23 Thread Zsombor Egri
** Changed in: ubuntu-ui-toolkit (Ubuntu) Status: New => Invalid ** Changed in: canonical-developer-experience Status: Confirmed => Invalid -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to ubuntu-ui-toolkit in Ub

[Touch-packages] [Bug 1576302] Re: Cannot use keyboard to navigate the UITK gallery in single-column mode

2016-05-27 Thread Zsombor Egri
Hold on ListView navigation is possibl eONLY if the ListView is focused. If the focused item is a Header action, the up/down keys will NOT be captured by the ListView. It is illogical that up/down keys should be grabbed by the ListView even if it has no focus. Enter/Return/Space key handling s

[Touch-packages] [Bug 1603452] Re: [SDK] Change leading action background to red and icon to white

2016-07-20 Thread Zsombor Egri
> What Design wants, from what I understood, is an easy way for developers to > specify that an action is destructive/neutral/positive, something like that. That way, the developer specifies the kind of action, and the SDK takes care of using the right colour, following the guidelines provided by

[Touch-packages] [Bug 1604780] [NEW] null initializer properties handed over to AdaptivePageLayout or PageStack page adding functions cause error

2016-07-20 Thread Zsombor Egri
ementation. This works with 1.2 PageStack and PageWrapper (all QML). ** Affects: ubuntu-ui-toolkit (Ubuntu) Importance: High Assignee: Zsombor Egri (zsombi) Status: In Progress ** Changed in: ubuntu-ui-toolkit (Ubuntu) Status: New => In Progress -- You received this bug

[Touch-packages] [Bug 1552928] Re: New bottom edge component is harder to flick up

2016-08-05 Thread Zsombor Egri
The BottomEdge design guides state that if a gesture ends less than 1/3rd of the screen, it should collapse back. There was no mentioning on quick flicks, and we discussed this with them back then, and we agreed that we will implemented the swipe gesture for now. I think we need to revisit this wit

[Touch-packages] [Bug 1611327] Re: Disabled ListItem inside ListView takes focus but does not show focus ring

2016-08-09 Thread Zsombor Egri
** 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/1611327 Title: Disabled ListItem inside

[Touch-packages] [Bug 1590005] Re: activeFocusOnTab is ignored when Button is embedded inside ListItem in a horizontal ListView

2016-06-07 Thread Zsombor Egri
** 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/1590005 Title: activeFocusOnTab is ignor

[Touch-packages] [Bug 1591908] Re: Unit tests fail on Yakketi

2016-06-13 Thread Zsombor Egri
Indeed, Yakkety has Qt 5.6 (so far) which brings some conceptual changes in the Qt internals which we are relying on. So far we managed to make them build, but that is not enough, as some functionality differs from how it used to be thus our tests fail. As our target is not yet Yakkety but Vivid a

[Touch-packages] [Bug 1594400] Re: Wrong statement about "persistentSelection" property of TextArea

2016-06-20 Thread Zsombor Egri
This has been a copy+paste from Qt doc. So if someone disagrees, can comment to Qt :) -- 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/1594400 Title: Wrong stateme

[Touch-packages] [Bug 1595461] [NEW] API file uses namespace inconsistently

2016-06-23 Thread Zsombor Egri
Public bug reported: With the recent move of c++ types from Ubuntu.Components plugin into UbuntuToolkit and embedding them into a namespace caused API dump to use the namespace inconsistently. In some places has a "." in other places a "::". ** Affects: ubuntu-ui-toolkit (Ubuntu) Importance:

[Touch-packages] [Bug 1537810] Re: When entering a password with the keyboard on an external screen, the letters are shown in plaintext

2016-01-31 Thread Zsombor Egri
The text is shown clear because the timeout comes from QPA. So this is more like a QPA than a toolkit bug. ** Also affects: qtubuntu (Ubuntu) Importance: Undecided Status: New ** Changed in: ubuntu-ui-toolkit (Ubuntu) Status: New => Invalid -- You received this bug notification

[Touch-packages] [Bug 1536679] Re: Some items should looks different when a keyboard is attached

2016-02-01 Thread Zsombor Egri
Progress ** Changed in: ubuntu-ui-toolkit (Ubuntu) Importance: Undecided => High ** Changed in: ubuntu-ui-toolkit (Ubuntu) Assignee: (unassigned) => Zsombor Egri (zsombi) -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to ubu

[Touch-packages] [Bug 1535480] Re: Icon image loading is synchronous

2016-02-01 Thread Zsombor Egri
The default behaviour will be true, so backwards compatibility is kept. -- 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/1535480 Title: Icon image loading is synch

[Touch-packages] [Bug 1535480] Re: Icon image loading is synchronous

2016-02-01 Thread Zsombor Egri
; High ** Changed in: ubuntu-ui-toolkit (Ubuntu) Assignee: (unassigned) => Zsombor Egri (zsombi) -- 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/1535480 Titl

[Touch-packages] [Bug 1536722] Re: ScrollView scrollbar on a dark theme can be difficult to see

2016-02-01 Thread Zsombor Egri
Please check the branch above, or more the staging. This will come to OTA10. ** Branch linked: lp:~zsombi/ubuntu-ui-toolkit/paleette2 ** Changed in: ubuntu-ui-toolkit (Ubuntu) Status: New => Fix Committed ** Changed in: ubuntu-ui-toolkit (Ubuntu) Assignee: (unassigned) => Z

[Touch-packages] [Bug 1535272] Re: [AdaptivePageLayout] UITK Scrollbar hard to use because of the vertical divider

2016-02-01 Thread Zsombor Egri
I've added UX to the bug so they can think of how this should work, as they've requested the divider area to be as it is now. My humble opinion is that there's no clear way to get this done properly. Checking Crusader for instance the scrollbar there is always visible, and the sensing area of the

[Touch-packages] [Bug 1532931] Re: ProportionalShape edges incorrect with devicePixelRatio

2016-02-01 Thread Zsombor Egri
** Changed in: ubuntu-ui-toolkit (Ubuntu) Assignee: (unassigned) => Loïc Molinari (loic.molinari) ** Changed in: ubuntu-ui-toolkit (Ubuntu) Importance: Undecided => High ** Changed in: ubuntu-ui-toolkit (Ubuntu) Status: New => Triaged -- You received this bug notification because

[Touch-packages] [Bug 1534684] Re: [AdaptivePageLayout] Only reserve space for columns with a Page in them

2016-02-01 Thread Zsombor Egri
** Changed in: ubuntu-ui-toolkit (Ubuntu) Status: New => Opinion -- 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/1534684 Title: [AdaptivePageLayout] Only r

[Touch-packages] [Bug 1532812] Re: [desktop] Tab text is low-contrast

2016-02-01 Thread Zsombor Egri
Yes, I noticed the same that the colors in denial somehow are screwed. There has to be something with Qt 5.5.1 again which causes the issue. -- 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://

[Touch-packages] [Bug 1532346] Re: Can't update "Click target" for armhf

2016-02-01 Thread Zsombor Egri
Michal, this is not a toolkit bug, I forwarded it to the SDK IDE package. ** Also affects: ubuntu-sdk-ide (Ubuntu) Importance: Undecided Status: New ** No longer affects: ubuntu-ui-toolkit (Ubuntu) -- You received this bug notification because you are a member of Ubuntu Touch seeded p

[Touch-packages] [Bug 1531814] Re: Syntax highlighting broken for ListItem

2016-02-01 Thread Zsombor Egri
Blame qmlplugindump :) -- 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/1531814 Title: Syntax highlighting broken for ListItem Status in Client Developer Experien

[Touch-packages] [Bug 1535480] Re: Icon image loading is synchronous

2016-02-01 Thread Zsombor Egri
Andrea, whenever you add a property you should not change the previous behaviour of the component, right? So yes, it has to be kept as Image.asynchronous default is. -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to ubuntu-ui-to

[Touch-packages] [Bug 1540574] Re: [Page] "header" property unusable, hides contents

2016-02-01 Thread Zsombor Egri
Please read the docs, if you have Flickable content, you must link the flickable to the PagerHeader. ** Changed in: ubuntu-ui-toolkit (Ubuntu) Status: New => Invalid -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to ubun

[Touch-packages] [Bug 1535480] Re: Icon image loading is synchronous

2016-02-01 Thread Zsombor Egri
No, the previous behaviour wasn't a bug. Neither Image's default behaviour is a bug. Therefore we must obey the default behaviour and default it to whatever Image's default is, which is synchronous. -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, wh

[Touch-packages] [Bug 1539558] Re: segfault in tst_subtheming on xenial

2016-02-01 Thread Zsombor Egri
** Branch linked: lp:~zsombi/ubuntu-ui-toolkit/xenial_crash -- 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/1539558 Title: segfault in tst_subtheming on xenial S

[Touch-packages] [Bug 1532812] Re: [desktop] Tab text is low-contrast on Xenial

2016-02-03 Thread Zsombor Egri
** Changed in: ubuntu-ui-toolkit (Ubuntu) Assignee: (unassigned) => Loïc Molinari (loic.molinari) ** 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

[Touch-packages] [Bug 1535480] Re: Icon image loading is synchronous

2016-02-03 Thread Zsombor Egri
See comment #2. And let me come with an example Qt screwed up from one version to the other. MultiPointTouchArea. The default component was handling only touch events, not taking care of the Mouse events. In order to handle mouse event you had to put a MouseArea inside of it, and then one handled

[Touch-packages] [Bug 1536679] Re: Some items should look different when a keyboard is attached

2016-02-03 Thread Zsombor Egri
In addition, this selected+focused list item visualisation is no two black and white yet, we need to get tai sorted out from UX/UI point of view. AFAIK this has not been really taken on UX side, so sorry, Femma, I'll have to roll it back to in progress. ** Summary changed: - Some items should loo

[Touch-packages] [Bug 1432696] Re: [SDK] Bottom edge header improvement

2016-02-03 Thread Zsombor Egri
The BottomEdge component has been released, with slightly different behaviour, approved by UX. ** 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, which is subscribed to

[Touch-packages] [Bug 1540449] Re: add sync option to AdaptivePageLayout

2016-02-03 Thread Zsombor Egri
** Changed in: ubuntu-ui-toolkit (Ubuntu) Status: New => Triaged -- 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/1540449 Title: add sync option to Adaptive

[Touch-packages] [Bug 1531892] Re: Bottom edge open the page after drag it back

2016-02-03 Thread Zsombor Egri
So, let's be clear, the page is dragged using the mouse, right? -- 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/1531892 Title: Bottom edge open the page after dra

[Touch-packages] [Bug 1536669] Re: "BottomEdge" component does not support automatic mouse detection

2016-02-04 Thread Zsombor Egri
In order to get this working we need to drill holes in apparmor to the following: /sys/devices/**/input*/ rk, /sys/devices/**/input*/** rk, /sys/class/ r, /sys/class/input/ r, /run/udev/data/** r, >From these the last one especially is the biggest problem, because all apps will have acc

[Touch-packages] [Bug 1542778] Re: First item in a listitem is always highlighted

2016-02-08 Thread Zsombor Egri
Yes, the culprit is UbuntuListView, and it was due to the half-way road to the ListItem focus handling implementation, which after all not even design could agree on... So the change is there, but we can remove it until dear design gets to a consensus on what should be the colour used when the List

[Touch-packages] [Bug 1542309] Re: New singleton handling causes debug asserts

2016-02-10 Thread Zsombor Egri
** Changed in: ubuntu-ui-toolkit (Ubuntu) Importance: Undecided => Critical ** 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-toolki

[Touch-packages] [Bug 1543998] [NEW] We must clean singleton and context property handling so they are always tight to a given QML Engine instance.

2016-02-10 Thread Zsombor Egri
* FontUtils * QuickUtils * UbuntuApplication * StateSaver(!) * Haptics ** Affects: ubuntu-ui-toolkit (Ubuntu) Importance: High Assignee: Zsombor Egri (zsombi) Status: New -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is

[Touch-packages] [Bug 1540449] Re: add sync option to AdaptivePageLayout

2016-02-10 Thread Zsombor Egri
** 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/1540449 Title: add sync option to

[Touch-packages] [Bug 1253608] Re: topMost InverseMouseArea should removeEventFilter when disabled

2016-02-11 Thread Zsombor Egri
This seems to be fixed some time, as we are no longer filtering the app events, but the window. So I'll mark it as fix released. ** Changed in: ubuntu-ui-toolkit (Ubuntu) Status: Confirmed => Fix Released -- You received this bug notification because you are a member of Ubuntu Touch seede

[Touch-packages] [Bug 1331606] Re: Missing regression test for inverseMouseArea-update fix

2016-02-11 Thread Zsombor Egri
Actually we have tests for that. ** Changed in: ubuntu-ui-toolkit (Ubuntu) Status: Confirmed => Invalid -- 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/13316

[Touch-packages] [Bug 1540454] Re: support using a pre-loaded page in BottomEdge component

2016-02-11 Thread Zsombor Egri
** 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/1540454 Title: support using a pre-loa

[Touch-packages] [Bug 1540454] Re: support using a pre-loaded page in BottomEdge component

2016-02-11 Thread Zsombor Egri
** Branch linked: lp:~zsombi/ubuntu-ui-toolkit/bottomEdgePreloadsContent ** Changed in: canonical-devices-system-image 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

[Touch-packages] [Bug 1540449] Re: add sync option to AdaptivePageLayout

2016-02-11 Thread Zsombor Egri
** Changed in: canonical-devices-system-image 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/1540449 Title: add sync opti

[Touch-packages] [Bug 1372530] Re: Button text color doesn't offer great contrast, and looks disabled when it's not

2016-02-17 Thread Zsombor Egri
Pierre, maybe then it would be wiser to assign the bug to those MRs? -- 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/1372530 Title: Button text color doesn't offer great con

[Touch-packages] [Bug 1546677] Re: Popovers doesn’t allow overriding onEscapePressed

2016-02-17 Thread Zsombor Egri
A Popover is closed automatically if you click outside of it. Esc and outside click is basically the same thing. In any other circumstances it is the developer who closes it, for instance when an action is selected. So there shouldn't be any difference between handling Esc or outside click. Any oth

[Touch-packages] [Bug 1540454] Re: support using a pre-loaded page in BottomEdge component

2016-02-18 Thread Zsombor Egri
** Branch linked: lp:~zsombi/ubuntu-ui-toolkit/asyncLoader -- 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/1540454 Title: support using a pre-loaded page in Botto

[Touch-packages] [Bug 1368390] Re: Button shouldn't steal focus by default

2016-03-06 Thread Zsombor Egri
** Changed in: ubuntu-ui-toolkit (Ubuntu) Status: In Progress => Incomplete ** Changed in: ubuntu-ui-toolkit (Ubuntu RTM) Status: New => Incomplete -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to ubuntu-ui-toolk

[Touch-packages] [Bug 1554447] Re: 4 webbrowser-app unit test failures with staging UITK

2016-03-08 Thread Zsombor Egri
** Changed in: ubuntu-ui-toolkit (Ubuntu) Status: New => Confirmed ** Changed in: ubuntu-ui-toolkit (Ubuntu) Importance: Undecided => Critical ** Changed in: ubuntu-ui-toolkit (Ubuntu) Assignee: (unassigned) => Zsombor Egri (zsombi) -- You received this bug notificatio

[Touch-packages] [Bug 1554447] Re: 4 webbrowser-app unit test failures with staging UITK

2016-03-08 Thread Zsombor Egri
** 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/1554447 Title: 4 webbrowser-app

[Touch-packages] [Bug 1554473] Re: [SDK] Focus ring width for ubunshape should be 1dp

2016-03-08 Thread Zsombor Egri
** Also affects: ubuntu-ui-toolkit (Ubuntu) Importance: Undecided Status: New ** Changed in: ubuntu-ui-toolkit (Ubuntu) Assignee: (unassigned) => Zsombor Egri (zsombi) ** Changed in: ubuntu-ui-toolkit (Ubuntu) Importance: Undecided => High ** Changed in: ubuntu-ui-t

[Touch-packages] [Bug 1555245] [NEW] Add focused palette value set, fix broken palette colors

2016-03-09 Thread Zsombor Egri
Public bug reported: Focused palette value set is missing. In addition some color values do not have good contrast with their text counterpart. ** Affects: ubuntu-ui-toolkit (Ubuntu) Importance: High Assignee: Zsombor Egri (zsombi) Status: In Progress ** Branch linked: lp

[Touch-packages] [Bug 1554473] Re: [SDK] Focus ring width for ubunshape should be 1dp

2016-03-09 Thread Zsombor Egri
** 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/1554473 Title: [SDK] Focus ring

[Touch-packages] [Bug 1555548] Re: Dialog has no attached theme property

2016-03-10 Thread Zsombor Egri
Same applies for Popover!!! ** 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/148 Title

[Touch-packages] [Bug 1549244] Re: Bottomedge does not commit if completely moved up with the mouse

2016-03-10 Thread Zsombor Egri
** Tags added: bottomed ** Tags removed: bottomed ** Tags added: bottomedge -- 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/1549244 Title: Bottomedge does not co

[Touch-packages] [Bug 1356779] Re: [SDK] MainView.backgroundColor is not usable any more

2016-03-10 Thread Zsombor Egri
** No longer affects: ubuntu-ui-toolkit (Ubuntu Vivid) ** No longer affects: ubuntu-ui-toolkit (Ubuntu RTM) -- 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/1356779

[Touch-packages] [Bug 1545945] Re: Selection flickers to dark grey for a split second before settling on light grey

2016-03-10 Thread Zsombor Egri
Could we get a video about this pls? -- 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/1545945 Title: Selection flickers to dark grey for a split second before settling on l

[Touch-packages] [Bug 1555784] [NEW] Label doesn't take into account the color values which are same as the default.

2016-03-10 Thread Zsombor Egri
itical Assignee: Zsombor Egri (zsombi) Status: New -- 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/1555784 Title: Label doesn't take into account th

[Touch-packages] [Bug 1542778] Re: First item in a listitem is always highlighted

2016-03-11 Thread Zsombor Egri
It means that your first item is the currentItem, right? So that is going to happen from now on in an UbuntuListView. The colors will be different when the UbuntuListView is focused and when not, but the selected item will always have a different color. -- You received this bug notification becau

[Touch-packages] [Bug 1556757] Re: optionselector does not display image correctly

2016-03-14 Thread Zsombor Egri
If your images are in QRC then you should say that to the OptionSelector somehow. Like "qrc://images/icon2.jpg" ** Changed in: ubuntu-ui-toolkit (Ubuntu) Status: New => Invalid -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscri

[Touch-packages] [Bug 1555797] Re: Theme loads MainViewStyle 1.2 when MainView has a dark backgroundColor set.

2016-03-14 Thread Zsombor Egri
** Changed in: ubuntu-ui-toolkit (Ubuntu) Status: Confirmed => In Progress ** Changed in: ubuntu-ui-toolkit (Ubuntu) Assignee: (unassigned) => Zsombor Egri (zsombi) -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscri

[Touch-packages] [Bug 1557802] Re: Cannot assign to non-existent sensingMargins "sensingMargins"

2016-03-19 Thread Zsombor Egri
Are you sure you have the version in your phone which has the change? ** Changed in: ubuntu-ui-toolkit (Ubuntu) Status: New => Incomplete -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to ubuntu-ui-toolkit in Ubuntu. htt

[Touch-packages] [Bug 1560044] Re: UCLabel as ListView delegate crashes while being destroyed

2016-03-25 Thread Zsombor Egri
** Changed in: ubuntu-ui-toolkit (Ubuntu) Status: Confirmed => In Progress ** Changed in: canonical-devices-system-image 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

[Touch-packages] [Bug 1560044] Re: UCLabel as ListView delegate crashes while being destroyed

2016-04-04 Thread Zsombor Egri
** Changed in: ubuntu-ui-toolkit (Ubuntu) Status: In Progress => Fix Committed ** Changed in: canonical-devices-system-image Status: In Progress => Fix Committed -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to u

[Touch-packages] [Bug 1553090] Re: Binding loops in implicitWidth with OTA 10 landing

2016-04-04 Thread Zsombor Egri
** Changed in: ubuntu-ui-toolkit (Ubuntu) Status: Triaged => 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/1553090 Title: Binding loops in impl

[Touch-packages] [Bug 1553090] Re: Binding loops in implicitWidth with OTA 10 landing

2016-04-05 Thread Zsombor Egri
Indeed, the binding loop is due to the sensing area that was requested by design to be introduced, which alters the internal __mouseArea size. Which has an impact on the childrenRect size, which in turn alters the implicit size, which in turn loops back to adjust the internal MouseArea again and ag

<    1   2   3   4   5   6   7   8   >