[Touch-packages] [Bug 1502091] Re: inconsistent and unpredictable scrolling behaviour

2015-10-19 Thread Zsombor Egri
Unfortunately there's not much we can do about this on the toolkit level. This must be handled on the ListView or Flickable level, and those are not toolkit elements. We have UbuntuListView derived from ListView which could do something about the scrolling speed. But that requires the app to use th

[Touch-packages] [Bug 1502091] Re: inconsistent and unpredictable scrolling behaviour

2015-10-19 Thread Zsombor Egri
Right, I think that was discussed even before on this bug https://bugs.launchpad.net/ubuntu/+source/ubuntu-ui-toolkit/+bug/1348557 -- 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.launc

[Touch-packages] [Bug 1507910] Re: UITK: error: 'emit' was not declared in this scope

2015-10-20 Thread Zsombor Egri
Simple fix: #define emit Q_EMIT #include . #undef emit -- 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/1507910 Title: UITK: error: 'emit' was not declared in

[Touch-packages] [Bug 1508114] Re: AbstractButton doesn't have a minimum size for the touch area

2015-10-20 Thread Zsombor Egri
hanged 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/1508114 Title: Abstr

[Touch-packages] [Bug 1392306] Re: [sdk] Swipe to remove/answer/switch inconsistent

2015-10-22 Thread Zsombor Egri
** Changed in: ubuntu-ui-toolkit (Ubuntu) Status: Incomplete => Invalid -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to dialer-app in Ubuntu. https://bugs.launchpad.net/bugs/1392306 Title: [sdk] Swipe to remove/answe

[Touch-packages] [Bug 1492343] Re: Pages hidden in an AdpativePageLayout stack have their width changed to zero

2015-10-22 Thread Zsombor Egri
** Changed in: ubuntu-ui-toolkit (Ubuntu) Assignee: (unassigned) => Zsombor Egri (zsombi) ** 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 subs

[Touch-packages] [Bug 1508363] Re: Coordinated migration to UITK 1.3

2015-10-23 Thread Zsombor Egri
@Joey Ubuntu.Content is not part of the Ubuntu UI Toolkit project the version of that is not driven by the toolkit versioning. The toolkit has the following modules: Ubuntu.Components 1.3 Ubuntu.Components.ListItems 1.3 Ubuntu.Components.Pickers 1.3 Ubuntu.Components.Popups 1.3 Ubuntu.Components.S

[Touch-packages] [Bug 1508363] Re: Coordinated migration to UITK 1.3

2015-10-23 Thread Zsombor Egri
** Description changed: The migration to 1.3 needs to happen in a coordinated way, so that shell and all apps we care of migrate within the same OTA window to reduce visual inconsistencies to a minimum. This bug is a means to collect all the projects affected and keep tabs on what's h

[Touch-packages] [Bug 1500409] Re: Dragging within a ListItem does not work

2015-10-26 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/1500409 Title: Dragging within a

[Touch-packages] [Bug 1500416] Re: Swiping should not be possible when leadingActions or trailingActions is an empty list

2015-10-26 Thread Zsombor Egri
** Changed in: ubuntu-ui-toolkit (Ubuntu) Assignee: (unassigned) => Zsombor Egri (zsombi) ** Changed in: ubuntu-ui-toolkit (Ubuntu) Importance: Undecided => High ** Changed in: ubuntu-ui-toolkit (Ubuntu) Status: New => In Progress -- You received this bug notificatio

[Touch-packages] [Bug 1508363] Re: Coordinated migration to UITK 1.3

2015-10-27 Thread Zsombor Egri
Victor and others, in order to get the header height you need to set the Page.header first. Page.header is null by default, so no wonder you cannot get the height. You can do something like Page { header: PageHeader { } } Then you will have the header set and you can use that to get the

[Touch-packages] [Bug 1508363] Re: Coordinated migration to UITK 1.3

2015-10-27 Thread Zsombor Egri
Victor, You are right, there is one header per application. Which means that all pages in an application use that header. However that would be broken when you'd use the AdaptivePageLayout, which has as many headers as columns. Therefore we are preparing to move the header in the page, so each pag

[Touch-packages] [Bug 1510201] Re: AdaptativeLayout take longer to show a page

2015-10-27 Thread Zsombor Egri
I'll take a look on it but I'm pretty sure any optimisation on AdaptivePageLayout will not make it to OTA8. -- 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/1510201

[Touch-packages] [Bug 1510919] Re: developer mode toggle does nothing

2015-10-28 Thread Zsombor Egri
2015-10-28 13:40:25,358 - WARNING - QQmlExpression: Expression file:///usr/share/ubuntu/settings/system/qml-plugins/about/DevMode.qml:94:30 depends on non-NOTIFYable properties: 2015-10-28 13:40:25,358 - WARNING - StorageAbout::developerMode 2015-10-28 13:40:33,696 - WARNING - QQmlExpression:

[Touch-packages] [Bug 1510919] Re: developer mode toggle does nothing

2015-10-28 Thread Zsombor Egri
** Changed in: ubuntu-ui-toolkit (Ubuntu) Status: Confirmed => In Progress ** Changed in: ubuntu-ui-toolkit (Ubuntu) Assignee: Zoltan Balogh (bzoltan) => Zsombor Egri (zsombi) -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, wh

[Touch-packages] [Bug 1510919] Re: developer mode toggle does nothing

2015-10-28 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/1510919 Title: developer mod

[Touch-packages] [Bug 1510201] Re: AdaptativeLayout take longer to show a page

2015-10-29 Thread Zsombor Egri
Alternatively we can add an extra parameter to force page addition to be synchronous. -- 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/1510201 Title: AdaptativeLay

[Touch-packages] [Bug 1510201] Re: AdaptativeLayout take longer to show a page

2015-10-29 Thread Zsombor Egri
We profiled this with Florian, and it ends up that Repeater is no longer creating the bunch of components and then renders, but it creates each delegate asynchronously after which it renders each of them separately. So instead of a 1000 block create then render we have 1000 create + render, and sni

[Touch-packages] [Bug 1511839] Re: On dynamically created pages, head.sections.selectedIndex can't be set to -1

2015-11-02 Thread Zsombor Egri
Raised to critical as blocks migration to 1.3. ** Changed in: ubuntu-ui-toolkit (Ubuntu) Status: New => In Progress ** Changed in: ubuntu-ui-toolkit (Ubuntu) Assignee: Zoltan Balogh (bzoltan) => Zsombor Egri (zsombi) ** Changed in: ubuntu-ui-toolkit (Ubuntu) Importance

[Touch-packages] [Bug 1511839] Re: On dynamically created pages, head.sections.selectedIndex can't be set to -1

2015-11-02 Thread Zsombor Egri
** Changed in: canonical-devices-system-image 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/1511839 Title: On dynamically crea

[Touch-packages] [Bug 1510919] Re: developer mode toggle does nothing

2015-11-03 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/1510919 Title: developer mod

[Touch-packages] [Bug 1513897] Re: TextField/AbstractButton regression/behavior change in 1.3

2015-11-06 Thread Zsombor Egri
Perhaps the TextField got changed, it should keep the content of the overlay Items unfocusable by touch... -- 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/1513897 T

[Touch-packages] [Bug 1510201] Re: AdaptativeLayout take longer to show a page

2015-11-08 Thread Zsombor Egri
I mark this as invalid as it is not the AdaptivePageLayout which makes the page to load slower but the content of the page, in particular the QtQuick Repeater component which slows the page loading. ** Changed in: ubuntu-ui-toolkit (Ubuntu) Status: New => Invalid ** Changed in: canonical-d

[Touch-packages] [Bug 1513897] Re: TextField/AbstractButton regression/behavior change in 1.3

2015-11-09 Thread Zsombor Egri
As workaround, set the activeFocusOnPress for the AbstractButton to false. TextField should set them all automatically. -- 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/bu

[Touch-packages] [Bug 1513897] Re: TextField/AbstractButton regression/behavior change in 1.3

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

[Touch-packages] [Bug 1513897] Re: TextField/AbstractButton regression/behavior change in 1.3

2015-11-09 Thread Zsombor Egri
** Changed in: ubuntu-ui-toolkit (Ubuntu) Status: Confirmed => 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/1513897 Title: TextField/AbstractButton

[Touch-packages] [Bug 1513897] Re: TextField/AbstractButton regression/behavior change in 1.3

2015-11-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/1513897 Title: TextField/AbstractButton

[Touch-packages] [Bug 1513897] Re: TextField regression/behavior change in 1.3

2015-11-09 Thread Zsombor Egri
The same happens if you replace the AbstractButton with MouseArea: the text field suffers focus change. -- 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/1513897 Titl

[Touch-packages] [Bug 1513897] Re: TextField regression/behavior change in 1.3

2015-11-09 Thread Zsombor Egri
** Changed in: ubuntu-ui-toolkit (Ubuntu) Assignee: Zsombor Egri (zsombi) => Christian Dywan (kalikiana) -- 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

[Touch-packages] [Bug 1514173] Re: [listitemlayout] setting RichText format with html image tag leads to crash (segfault)

2015-11-11 Thread Zsombor Egri
** 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 subscribed to ubuntu-ui-toolkit in Ubuntu. https://bugs.launchpad.net/bugs/1514173 Title: [listitemlayout] set

[Touch-packages] [Bug 1513933] Re: Page.head.sections.selectedIndex does not reset when changing model

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

[Touch-packages] [Bug 1195353] Re: SDK should provide support to rearrange items in a ListView

2015-11-11 Thread Zsombor Egri
** Changed in: ubuntu-ui-toolkit (Ubuntu) Status: Triaged => Fix Released ** Changed in: ubuntu-ui-toolkit (Ubuntu Vivid) Status: New => Fix Released -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to ubuntu-ui-too

[Touch-packages] [Bug 1289433] Re: "No accounts" doesn't use the list placeholder font style

2015-11-11 Thread Zsombor Egri
This can be achieved with simple Label within an Item, no need for special toolkit component. ** 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 ubunt

[Touch-packages] [Bug 1259876] Re: No support for colourizing ListItems.Standard Icon.

2015-11-11 Thread Zsombor Egri
No changes will be done for ListItems submodule, the new ListItemLayout gives the freedom to include anything in the slots and thus you can colorise in whichever way you like. ** Changed in: ubuntu-ui-toolkit (Ubuntu) Status: Confirmed => Won't Fix -- You received this bug notification be

[Touch-packages] [Bug 1226329] Re: [TextField] The placeholderText does not apper when inputMask is setted

2015-11-11 Thread Zsombor Egri
Christian, not sure whether is this still valid. ** Changed in: ubuntu-ui-toolkit (Ubuntu) Assignee: Zsombor Egri (zsombi) => Christian Dywan (kalikiana) -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to ubuntu-ui-tool

[Touch-packages] [Bug 1514841] Re: [Ubuntu phone] Text in text entry is cut at the bottom (TextArea with autoSize=true)

2015-11-11 Thread Zsombor Egri
** Changed in: ubuntu-ui-toolkit (Ubuntu) Assignee: (unassigned) => Christian Dywan (kalikiana) ** Changed in: ubuntu-ui-toolkit (Ubuntu) Importance: Undecided => Medium ** Changed in: ubuntu-ui-toolkit (Ubuntu) Status: New => Confirmed -- You received this bug notification becau

[Touch-packages] [Bug 1513642] Re: [sdk] Change "Back button" to simple right-swipe from the center of the screen.

2015-11-11 Thread Zsombor Egri
** Changed in: ubuntu-ui-toolkit (Ubuntu) Status: New => Invalid ** Changed in: ubuntu-ui-toolkit (Ubuntu) Importance: Undecided => Wishlist -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to ubuntu-ui-toolkit in Ubunt

[Touch-packages] [Bug 1513449] Re: 1.3 DraggingArea reference error MathUtils is not defined

2015-11-11 Thread Zsombor Egri
This should pop up only if you use Panel in your app. Do you happen to have that? ** 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

[Touch-packages] [Bug 1512180] Re: [datetime] Standard alarms are not work correctly for Timers, after timezone/DST change

2015-11-11 Thread Zsombor Egri
** 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 indicator-datetime in Ubuntu. https://bugs.launchpad.net/bugs/1512180 Title: [datetime] Standard ala

[Touch-packages] [Bug 1501397] Re: Can't use Action id's in ActionList

2015-11-11 Thread Zsombor Egri
First, when you declare a list, you can only initialise it with objects, not with their IDs. Seems we have this limitation on that. See Object component implementation how its data is implemented. Second, Page.head.actions is a list, not an object. You are trying to assign an object to a list. Be

[Touch-packages] [Bug 1499872] Re: Right swipe showing running apps, some apps are grayed out

2015-11-11 Thread Zsombor Egri
This is not a toolkit bug, rather Unity8. ** Also affects: unity8 (Ubuntu) Importance: Undecided Status: New ** 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

[Touch-packages] [Bug 1499845] Re: Expose whether an app has a visible BottomEdge

2015-11-11 Thread Zsombor Egri
It is way easier to detect on an app whether it is the first run or not than on shell. Shell would need to keep track about each app on how many times it has been launched, and that is just not its task. I mentioned Tutorial component simply because I do see this whole logic being tracked by it:

[Touch-packages] [Bug 1477363] Re: onDestruction is never called in the QML component

2015-11-12 Thread Zsombor Egri
In your example, the Page is declared as an instance. When you close the application, the elements will be destroyed silently, without having their attached Component.onDestruction called. When you use a Page declared in the way you reported in a PageStack or AdaptivePageLayout, the Page will not

[Touch-packages] [Bug 1492769] Re: OSK should be closed before removing page from PageStack

2015-11-12 Thread Zsombor Egri
OSK is removed by the Qt's TextInput or TextEdit components losing focus. Those lose focus also when the component is deleted or made invisible. As OSK and the UI are running in separate threads, it is obvious that you will receive the signal after the page has been closed. ** Changed in: ubuntu-u

[Touch-packages] [Bug 1276808] Re: new API that allows to know what the current mode is (desktop, phone, tablet)

2015-11-12 Thread Zsombor Egri
As long as it will be back ported to Qt 5.4 I'm OK with it. Otherwise we need an API of our own till we migrate to Qt 5.6. ** 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

[Touch-packages] [Bug 1514850] Re: There is no visual feedback for Header actions with focus

2015-11-13 Thread Zsombor Egri
No component but text inputs have visual feedback on focus. This is an ongoing work by design and would be handled through the same change set. -- 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 1514850] Re: There is no visual feedback for Header actions with focus

2015-11-13 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/1514850 Title: There is no visual feedback for Header actions with focus Status in Ca

[Touch-packages] [Bug 1508114] Re: AbstractButton doesn't have a minimum size for the touch area

2015-11-13 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/1508114 Title: AbstractButton do

[Touch-packages] [Bug 1241506] Re: Confirm Swipe to delete icon color is Gray in Suru themes

2015-11-14 Thread Zsombor Egri
Ehm, sorry, ListItem's leadingActions. -- 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/1241506 Title: Confirm Swipe to delete icon color is Gray in Suru themes S

[Touch-packages] [Bug 1241506] Re: Confirm Swipe to delete icon color is Gray in Suru themes

2015-11-14 Thread Zsombor Egri
Deprecated in favour of ListItemLayout. ** Changed in: ubuntu-ui-toolkit (Ubuntu) Status: Confirmed => Won't Fix -- 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

[Touch-packages] [Bug 1340132] Re: Text labels under icons are offset to the right #123 mako

2015-11-14 Thread Zsombor Egri
** Changed in: ubuntu-ui-toolkit (Ubuntu) Status: Incomplete => 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/1340132 Title: Text labels under ic

[Touch-packages] [Bug 1450846] Re: [SDK] Changing the font / font size...

2015-11-14 Thread Zsombor Egri
This is not the system theming or so, this is all about the Accessibility support. We need system wide support for that. Yet we don't. ** Changed in: ubuntu-ui-toolkit (Ubuntu) Importance: Undecided => Wishlist -- You received this bug notification because you are a member of Ubuntu Touch see

[Touch-packages] [Bug 1421293] Re: Icon width is inconsistent when height is specified

2015-11-14 Thread Zsombor Egri
Ahm, Albert, I have worst news for you: design said we have to set the implicit width/height to 2grid units... so you will have to do more calculations if we apply that :( Perhaps we expose the image size so you can decide whether you want to bind to that or not. -- You received this bug notific

[Touch-packages] [Bug 1355046] Re: Colourized icon with invalid source is black

2015-11-14 Thread Zsombor Egri
I think this has been fixed indirectly in 1.3 by one OTAx bug where we had the same issue with the header navigation actions getting black boxes. I cannot reproduce the bug anymore. ** Changed in: ubuntu-ui-toolkit (Ubuntu) Status: Confirmed => Fix Released -- You received this bug notifi

[Touch-packages] [Bug 1515593] Re: head.foregroundColor does not affect icons in the header

2015-11-14 Thread Zsombor Egri
** Changed in: ubuntu-ui-toolkit (Ubuntu) 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/1515593 Title: hea

[Touch-packages] [Bug 1277195] Re: Need to support theme customization via click package

2015-11-14 Thread Zsombor Egri
** Changed in: ubuntu-ui-toolkit (Ubuntu) Status: Confirmed => Opinion ** 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 Ubuntu. https://bugs.launchpad.net/bug

[Touch-packages] [Bug 1246141] Re: ListItem.Standard spacing between icon & label shouldn't be linked to contentsMargin

2015-11-14 Thread Zsombor Egri
We are deprecating the ListItems sub-module. Please use ListItemLayout or SlotsLayout instead. ** Changed in: ubuntu-ui-toolkit (Ubuntu) Status: Triaged => Won't Fix -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to ubun

[Touch-packages] [Bug 1393485] Re: [SDK] Need a standard way to make an Icon look disabled

2015-11-14 Thread Zsombor Egri
Same goes for the Labels too. So in general, we need to set different colors for components when they are disabled. -- 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/1

[Touch-packages] [Bug 1260793] Re: Error logs from Icon ShaderEffect

2015-11-14 Thread Zsombor Egri
This was fixed indirectly by an OTA5 (or OTA6?) bug where the header navigation icons were turned into black boxes, and we got the same error message when non-visible source was set. ** Changed in: ubuntu-ui-toolkit (Ubuntu) Status: Confirmed => Fix Released -- You received this bug notif

[Touch-packages] [Bug 1504315] Re: right hand click doubles down on prompts (which autoappear from selected text)

2015-11-14 Thread Zsombor Egri
The right click has been there for quite some time, before we started the race for convergence. There is no "official" way to detect whether we have mouse attached, the QInpiutDeviceInfo is about to come. Unity8 has ported something from the upstream code, but we are waiting till upstream ports th

[Touch-packages] [Bug 1514856] Re: Receiving "Ambiguous shortcut" even when action is not in use

2015-11-14 Thread Zsombor Egri
The contextual actions is in work in progress. Right now, every action is active, no matter if the component it is attached to is visible or not. This means you will have several shortcuts set, as page stacks/adaptive page layouts do not disable them while in background. The shortcut system therefo

[Touch-packages] [Bug 1514860] Re: OptionSelector does not work with keyboard

2015-11-14 Thread Zsombor Egri
True, no focus handling is performed on any component, and this belongs to the focus handling, as the expansion, navigation requires the component to be focused. Beside, this component requires heavy redesign. ** Tags added: convergence ** Changed in: ubuntu-ui-toolkit (Ubuntu) Status: Ne

[Touch-packages] [Bug 1514822] Re: activeFocusOnTab is not accessible

2015-11-14 Thread Zsombor Egri
This is there due to the upstream bug logged in https://bugs.launchpad.net/ubuntu/+source/qtdeclarative-opensource- src/+bug/1389721. But please port your application to use Ubuntu.Components ListItem and ListItemLayout components, ListItems module will be deprecated in 1.3 and removed in 1.4. **

[Touch-packages] [Bug 1504551] Re: Text input popover and selection cursors not oriented properly in shell

2015-11-14 Thread Zsombor Egri
** Changed in: ubuntu-ui-toolkit (Ubuntu) Assignee: (unassigned) => Christian Dywan (kalikiana) ** 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 ubun

[Touch-packages] [Bug 1386579] Re: [SDK] Toolkit lacks radio buttons

2015-11-14 Thread Zsombor Egri
** Changed in: ubuntu-ui-toolkit (Ubuntu) Importance: Undecided => Medium ** Changed in: ubuntu-ui-toolkit (Ubuntu) Status: New => Triaged ** Changed in: ubuntu-ui-toolkit (Ubuntu) Status: Triaged => Confirmed ** No longer affects: ubuntu-ui-toolkit -- You received this bug no

[Touch-packages] [Bug 1367412] Re: [address book] no landscape support

2015-11-14 Thread Zsombor Egri
Invalid for toolkit as the application orientation is not a toolkit restriction. ** 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 ubuntu-ui-toolkit in Ubu

[Touch-packages] [Bug 1401920] Re: Image extension fails to notify of source changes

2015-11-14 Thread Zsombor Egri
I checked the issue with .svg and .jpg images, they both seem to work. sourceChanged() signal is emitted and the source is changed accordingly. I have tested with QtQuick 2.4 and UITK 1.3. ** Changed in: ubuntu-ui-toolkit (Ubuntu) Status: New => Incomplete -- You received this bug notifi

[Touch-packages] [Bug 1413121] Re: MainView is missing an API to dynamically set supported orientations

2015-11-14 Thread Zsombor Egri
We need Mir support for this, and an API we can drive this. ** Changed in: ubuntu-ui-toolkit (Ubuntu) Importance: Undecided => Wishlist ** Changed in: ubuntu-ui-toolkit (Ubuntu) Status: New => Triaged -- You received this bug notification because you are a member of Ubuntu Touch seede

[Touch-packages] [Bug 1514143] Re: While searching often times the keyboard hides while typing

2015-11-15 Thread Zsombor Egri
Unfortunately there's no workaround for this. AppHeader has a binding on enabled, which cannot be worked around. This is indeed a use case we had not thought enough about. Sorry, we'll fix it ASAP! ** Changed in: ubuntu-ui-toolkit (Ubuntu) Importance: Undecided => Critical ** Changed in: ubunt

[Touch-packages] [Bug 1514928] Re: ListItem outside ListView segfaults

2015-11-15 Thread Zsombor Egri
** Branch linked: lp:~zsombi/ubuntu-ui-toolkit/listitemSelectModeBugs ** Changed in: ubuntu-ui-toolkit (Ubuntu) Status: Confirmed => In Progress ** Changed in: ubuntu-ui-toolkit (Ubuntu) Assignee: Zoltan Balogh (bzoltan) => Zsombor Egri (zsombi) -- You received th

[Touch-packages] [Bug 1513450] Re: ActivityIndicators cause very high cpu usage for unity8/mir even when visible: false

2015-11-16 Thread Zsombor Egri
** Project changed: ubuntu-ui-toolkit => ubuntu-ui-toolkit (Ubuntu) ** Changed in: ubuntu-ui-toolkit (Ubuntu) Importance: Undecided => Critical ** Changed in: ubuntu-ui-toolkit (Ubuntu) Status: New => In Progress ** Changed in: ubuntu-ui-toolkit (Ubuntu) Assignee: (unassigned) =>

[Touch-packages] [Bug 1517008] [NEW] Remove DraggingArea in favor of SwipeArea

2015-11-17 Thread Zsombor Egri
Public bug reported: DraggingArea is an old implementation for the same thing SwipeArea is doing, the later actually doing it much better. ** Affects: ubuntu-ui-toolkit (Ubuntu) Importance: Medium Status: Triaged -- You received this bug notification because you are a member of Ub

[Touch-packages] [Bug 1368811] Re: [SDK] Bottom edge behaviour needs refining

2015-11-19 Thread Zsombor Egri
Raised to Critical, should be included in OTA-9 ** Changed in: ubuntu-ui-toolkit (Ubuntu) Importance: Medium => Critical ** Tags removed: ota-1 ** Tags added: convergence ** Changed in: ubuntu-ui-toolkit (Ubuntu) Status: Incomplete => In Progress ** Branch linked: lp:~zsombi/ubuntu-ui

[Touch-packages] [Bug 1517771] [NEW] Use SwipeArea in BottomEgeHint, remove temporary GestureDetector

2015-11-19 Thread Zsombor Egri
Assignee: Zsombor Egri (zsombi) Status: In Progress ** Branch linked: lp:~zsombi/ubuntu-ui- toolkit/bottomedgehint_with_swipearea -- 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 1517777] [NEW] BottomEdgeHint does not focus when activeFocusOnPress is set

2015-11-19 Thread Zsombor Egri
Public bug reported: Set activeFocusOnPressed on BottomEdgeHint. This should result in the component to take the active focus when clicked with the mouse (status being Locked or Active), and it doesn't. ** Affects: ubuntu-ui-toolkit (Ubuntu) Importance: Critical Assignee: Zsombor

[Touch-packages] [Bug 1368811] Re: [SDK] Bottom edge behaviour needs refining

2015-11-19 Thread Zsombor Egri
** Changed in: canonical-devices-system-image 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/1368811 Title: [SDK] Bottom edge b

[Touch-packages] [Bug 1517777] Re: BottomEdgeHint does not focus when activeFocusOnPress is set

2015-11-19 Thread Zsombor Egri
** Branch unlinked: lp:~zsombi/ubuntu-ui- toolkit/bottomedgehint_with_swipearea -- 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/151 Title: BottomEdgeHint does

[Touch-packages] [Bug 1517798] [NEW] Add ability to assign action to BottomEdgeHint

2015-11-19 Thread Zsombor Egri
Public bug reported: This requires the BottomEdgeHint to be derived from ActionItem ** Affects: ubuntu-ui-toolkit (Ubuntu) Importance: High Assignee: Zsombor Egri (zsombi) Status: In Progress ** Branch linked: lp:~zsombi/ubuntu-ui- toolkit/bottomedgehint_with_swipearea

[Touch-packages] [Bug 1517614] Re: Page.head.sections.selectedIndex binding of values is broken

2015-11-19 Thread Zsombor Egri
** Changed in: ubuntu-ui-toolkit (Ubuntu) Assignee: Zoltan Balogh (bzoltan) => Tim Peeters (tpeeters) ** 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 t

[Touch-packages] [Bug 1517612] Re: Page.head.sections selects the first item even though selectedIndex is -1

2015-11-19 Thread Zsombor Egri
Isn't this similar to bug 1511839? -- 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/1517612 Title: Page.head.sections selects the first item even though selectedIn

[Touch-packages] [Bug 1517771] Re: Use SwipeArea in BottomEgeHint, remove temporary GestureDetector

2015-11-20 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/1517771 Title: Use SwipeArea

[Touch-packages] [Bug 1517798] Re: Add ability to assign action to BottomEdgeHint

2015-11-20 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/1517798 Title: Add ability t

[Touch-packages] [Bug 1517777] Re: BottomEdgeHint does not focus when activeFocusOnPress is set

2015-11-20 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/151 Title: BottomEdgeHin

[Touch-packages] [Bug 1500934] Re: The new AdaptivePageLayout should allow replacing primaryPage

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

[Touch-packages] [Bug 1499845] Re: Expose whether an app has a visible BottomEdge

2015-09-29 Thread Zsombor Egri
The BottomEdge component is decided to be available per Page, that means that it will be available if the Page is active. Now there can be situations when more than one BottomEdge will be available at a time, and the logic described above does not deal with that. Also, the edge tutorial does not se

[Touch-packages] [Bug 1500934] Re: The new AdaptivePageLayout should allow replacing primaryPage

2015-09-29 Thread Zsombor Egri
** Changed in: ubuntu-ui-toolkit (Ubuntu) Status: Confirmed => In Progress ** Branch linked: lp:~zsombi/ubuntu-ui-toolkit/aplReplacePrimaryPage -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to ubuntu-ui-toolkit in Ubunt

[Touch-packages] [Bug 1495554] Re: AbstractButton 1.3 pressAndHold breaks inside a Loader

2015-09-30 Thread Zsombor Egri
** Changed in: ubuntu-ui-toolkit (Ubuntu) Assignee: (unassigned) => Zsombor Egri (zsombi) ** Changed in: ubuntu-ui-toolkit (Ubuntu) Importance: Undecided => High ** Branch linked: lp:~zsombi/ubuntu-ui-toolkit/abstractbutton_longpress ** Changed in: ubuntu-ui-toolkit (

[Touch-packages] [Bug 1500118] Re: ListItem feature request: Signal at end of live drag

2015-09-30 Thread Zsombor Egri
** Changed in: ubuntu-ui-toolkit (Ubuntu) Assignee: (unassigned) => Zsombor Egri (zsombi) ** Changed in: ubuntu-ui-toolkit (Ubuntu) Importance: Undecided => Medium ** Changed in: ubuntu-ui-toolkit (Ubuntu) Status: New => In Progress ** Branch linked: lp:~zsombi/ubuntu-u

[Touch-packages] [Bug 1493882] Re: selectMode property isn't obeyed on ListItem if set at component creation

2015-10-01 Thread Zsombor Egri
Actually you can do that on the ListView's level, using ViewItems.selectMode property, no need a Component.onCompleted implementation. ** Changed in: ubuntu-ui-toolkit (Ubuntu) Assignee: (unassigned) => Zsombor Egri (zsombi) ** Changed in: ubuntu-ui-toolkit (Ubuntu) Importance: U

[Touch-packages] [Bug 1493880] Re: ListItem's selectedChanged signal is emitted when the selection hasn't changed

2015-10-01 Thread Zsombor Egri
** Changed in: ubuntu-ui-toolkit (Ubuntu) Assignee: (unassigned) => Zsombor Egri (zsombi) ** Changed in: ubuntu-ui-toolkit (Ubuntu) Importance: Undecided => Medium ** Changed in: ubuntu-ui-toolkit (Ubuntu) Status: New => Confirmed ** Changed in: ubuntu-ui-toolki

[Touch-packages] [Bug 1493880] Re: ListItem's selectedChanged signal is emitted when the selection hasn't changed

2015-10-01 Thread Zsombor Egri
** Branch linked: lp:~zsombi/ubuntu-ui-toolkit/listitemSelectModeBugs -- 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/1493880 Title: ListItem's selectedChanged si

[Touch-packages] [Bug 1493882] Re: selectMode property isn't obeyed on ListItem if set at component creation

2015-10-01 Thread Zsombor Egri
** Changed in: ubuntu-ui-toolkit (Ubuntu) Status: New => Confirmed ** Changed in: ubuntu-ui-toolkit (Ubuntu) Status: Confirmed => In Progress ** Branch linked: lp:~zsombi/ubuntu-ui-toolkit/listitemSelectModeBugs -- You received this bug notification because you are a member of Ubu

[Touch-packages] [Bug 1501673] Re: [UCLabel] Remove REVISION requirement for textSize property

2015-10-01 Thread Zsombor Egri
** 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 subscribed to ubuntu-ui-toolkit in Ubuntu. https://bugs.launchpad.net/bugs/1501673 Title: [UCLabel] Remove REV

[Touch-packages] [Bug 1503901] Re: Authenticator app won't open with latest SDK

2015-10-08 Thread Zsombor Egri
** Changed in: ubuntu-ui-toolkit (Ubuntu) Assignee: Zoltan Balogh (bzoltan) => 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/1503

[Touch-packages] [Bug 1503901] Re: Authenticator app won't open with latest SDK

2015-10-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/1503901 Title: Authenticator app

[Touch-packages] [Bug 1503901] Re: Authenticator app won't open with latest SDK

2015-10-08 Thread Zsombor Egri
** Branch unlinked: lp:~zsombi/ubuntu-ui-toolkit/label_child_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/1503901 Title: Authenticator app won't open wit

[Touch-packages] [Bug 1451225] Re: Cannot set background colour for overflow of leading/trailing actions

2015-05-10 Thread Zsombor Egri
The bug here is the colouring of the panel colors using Palette value rather than setting the bg colour of the panel. Unfortunately we did not receive any colouring guides from UX for dark themes, only for Ambiance. -- You received this bug notification because you are a member of Ubuntu Touch se

[Touch-packages] [Bug 1451225] Re: Cannot set background colour for overflow of leading/trailing actions

2015-05-10 Thread Zsombor Egri
ned) => 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-ui-toolkit in Ubuntu. https://bugs.launchpad.net/bugs/1451225 Title:

[Touch-packages] [Bug 1452676] Re: [SDK] Right-click menu instead of leading/ trailing actions

2015-05-10 Thread Zsombor Egri
** Changed in: ubuntu-ui-toolkit (Ubuntu) Assignee: (unassigned) => Zsombor Egri (zsombi) ** Changed in: ubuntu-ui-toolkit (Ubuntu) Importance: Undecided => Medium ** Changed in: ubuntu-ui-toolkit (Ubuntu) Status: New => Triaged ** Tags added: convergence -- You rece

[Touch-packages] [Bug 1197058] Re: [SDK ListItems] should allow controls on the left

2015-05-11 Thread Zsombor Egri
** Changed in: ubuntu-ui-toolkit (Ubuntu) Status: Fix Committed => 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/1197058 Title: [SDK ListIte

  1   2   3   4   5   6   7   8   >