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

2015-02-25 Thread Zsombor Egri
** Branch unlinked: lp:~zsombi/ubuntu-ui-toolkit/83-dragging -- 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/1195353 Title: SDK should provide support to rearrang

[Touch-packages] [Bug 1401883] Re: [Vivid][Regression] Alarms times are incorrectly saved when editing an alarm

2015-02-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/1401883 Title: [Vivid][Regressio

[Touch-packages] [Bug 1194844] Re: [ListItem.SingleControl] Does not respect the default inner margins

2015-02-27 Thread Zsombor Egri
** Branch unlinked: lp:~zsombi/ubuntu-ui-toolkit/100-listlayout -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to ubuntu-system-settings- online-accounts in Ubuntu. https://bugs.launchpad.net/bugs/1194844 Title: [ListItem.Sin

[Touch-packages] [Bug 1426361] Re: Alarms API should expose a unique permanent alarm ID that clock app can use to open an alarm

2015-02-27 Thread Zsombor Egri
** Changed in: ubuntu-ui-toolkit (Ubuntu) Status: New => Confirmed ** 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 be

[Touch-packages] [Bug 1426361] Re: Alarms API should expose a unique permanent alarm ID that clock app can use to open an alarm

2015-02-27 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/1426361 Title: Alarms API should

[Touch-packages] [Bug 1425184] Re: Alarm cannot be disabled

2015-02-28 Thread Zsombor Egri
This might be caused either by the same regression as in bug #1401883, or because the app does not handle the switch state after the alarm updates. ** Also affects: ubuntu-clock-app (Ubuntu) Importance: Undecided Status: New -- You received this bug notification because you are a membe

[Touch-packages] [Bug 1427117] [NEW] MainView does not handle the RTL system setting

2015-03-02 Thread Zsombor Egri
parent (i.e. Label) ** Affects: ubuntu-ui-toolkit (Ubuntu) Importance: Critical 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

[Touch-packages] [Bug 1427117] Re: MainView does not handle the RTL system setting

2015-03-02 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/1427117 Title: MainView does not handl

[Touch-packages] [Bug 1242089] Re: [sdk] Swipe delete of a list item does not display "Delete" text or icon if confirmRemoval option is not set

2015-03-02 Thread Zsombor Egri
Won't fix as the new ListItem brings a different approach, as requested by design. ** 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-tool

[Touch-packages] [Bug 1194844] Re: [ListItem.SingleControl] Does not respect the default inner margins

2015-03-02 Thread Zsombor Egri
We decided that we will not make any common layouts for the ListItems. Every application will have to create their layouts or use some common components module to define layouts if needed, depending on the performance requirements. ** Branch unlinked: lp:~zsombi/ubuntu-ui-toolkit/90-listitemlayout

[Touch-packages] [Bug 1427534] [NEW] Prepare UI Toolkit documentatiuon for 1.2 release

2015-03-02 Thread Zsombor Egri
Public bug reported: Bump the version of the documentation to 1.2 and move all unstable declared components to stable section. ** Affects: ubuntu-ui-toolkit (Ubuntu) Importance: Critical Assignee: Zsombor Egri (zsombi) Status: New -- You received this bug notification

[Touch-packages] [Bug 1427534] Re: Prepare UI Toolkit documentatiuon for 1.2 release

2015-03-03 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/1427534 Title: Prepare UI Toolkit docu

[Touch-packages] [Bug 1427534] Re: Prepare UI Toolkit documentatiuon for 1.2 release

2015-03-03 Thread Zsombor Egri
** Branch unlinked: lp:~zsombi/ubuntu-ui-toolkit/release-uitk-12 -- 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/1427534 Title: Prepare UI Toolkit documentatiuon

[Touch-packages] [Bug 1431579] Re: Clock App crashes when clicking on the settings icon

2015-03-24 Thread Zsombor Egri
ntu) 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/1431579 Title: Clock App crashes when clicking on the se

[Touch-packages] [Bug 1389721] Re: API versioning broken in some cases

2015-03-30 Thread Zsombor Egri
Actually we have revisions and we use the same declaration for components in UI Toolkit as well. And the revisioning of ViewItems attached properties are also broken, see https://code.launchpad.net/~zsombi/ubuntu-ui-toolkit/listitem- expansion/+merge/254375, where I had to do an ugly workaround to

[Touch-packages] [Bug 1389721] Re: API versioning broken in some cases

2015-03-30 Thread Zsombor Egri
+Chris, so to give more help, the workaround: 1) create a new class which derives from the one you want to expose the revisioned API 2) move all your revisioned API into this one 3) register the new class to the version you need with the same name as in the previous version >From the upstream bu

[Touch-packages] [Bug 1389721] Re: API versioning broken in some cases

2015-03-30 Thread Zsombor Egri
+Timo, the bug is in Chris' comment #2. I'll add to the description. ** Description changed: With Oxide 1.2 being the version that's shipping in the RTM image, I want to start correctly versioning new API's so that we can upgrade Oxide OTA safely without breaking existing applications. I'm

[Touch-packages] [Bug 1420364] Re: dialog dark background isn't full width on all devices

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

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

2015-03-30 Thread Zsombor Egri
Albert, haven't you provided recently a fix for this? ** 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. https://bugs.launch

[Touch-packages] [Bug 1428757] Re: [SDK] Header should be responsive for Tablet and Desktop form factors

2015-03-30 Thread Zsombor Egri
** Changed in: ubuntu-ui-toolkit (Ubuntu) Status: New => Triaged ** 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 ar

[Touch-packages] [Bug 1421712] Re: Ubuntu Phone: No keyboard in webapp after a lock screen

2015-03-30 Thread Zsombor Egri
Alex, I'll hand this over to you, you can forward to whomever will fix. ** Changed in: ubuntu-ui-toolkit (Ubuntu) Assignee: (unassigned) => Alexandre Abreu (abreu-alexandre) ** Changed in: ubuntu-ui-toolkit (Ubuntu) Status: New => Triaged -- You received this bug notification becaus

[Touch-packages] [Bug 1428775] Re: [SDK] On Long Press in the Text Area, Screen should be magnified to allow precise positioning

2015-03-30 Thread Zsombor Egri
Dropbox link broken ** Changed in: ubuntu-ui-toolkit (Ubuntu) Assignee: (unassigned) => Christian Dywan (kalikiana) ** Changed in: ubuntu-ui-toolkit (Ubuntu) Importance: Undecided => High ** Changed in: ubuntu-ui-toolkit (Ubuntu) Status: New => Triaged -- You received this bug n

[Touch-packages] [Bug 1428762] Re: [SDK] Add Menu to the SDK to support convergence

2015-03-30 Thread Zsombor Egri
Olga, the dropbox link is broken... ** 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 => Triaged -- You

[Touch-packages] [Bug 1428779] Re: [SDK] Tooltips

2015-03-30 Thread Zsombor Egri
Dropbox link broken! ** Changed in: ubuntu-ui-toolkit (Ubuntu) Status: New => Triaged ** 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

[Touch-packages] [Bug 1430833] Re: obscured history and copy/paste dialogs when tap on search field Edit

2015-03-30 Thread Zsombor Egri
Pat, if you managed to drag the history popover, then that is not a toolkit component, as toolkit popovers cannot be dragged! I'll mark the bug incomplete until this is proven to be a toolkit bug. ** Changed in: ubuntu-ui-toolkit (Ubuntu) Status: New => Incomplete -- You received this bug

[Touch-packages] [Bug 1438976] Re: Lock Security - Passcode and Passphrase input field: selectall/cut/copy entry should not be available

2015-04-01 Thread Zsombor Egri
ATM we don't have any possibilities to drive this from outside. We need an API which can tell what clipboard operations are allowed and which don't. -- 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 1367689] Re: Ubuntu.Components.Pickers.Picker does not scroll when using the mouse scroll wheel on the desktop

2015-04-01 Thread Zsombor Egri
Cannot reproduce with UITK gallery with the today's release. ** 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://b

[Touch-packages] [Bug 1368273] Re: ListItem/Empty.qml: Binding loop detected for property "visible"

2015-04-01 Thread Zsombor Egri
Please us the new ListItem (UITK 1.2) as ListItems.Empty is deprecated. You can simply replace the ListItem.Empty with ListItem, and remove the import to Ubuntu.Components.ListItems ** Changed in: ubuntu-ui-toolkit (Ubuntu) Status: Incomplete => Fix Released -- You received this bug notif

[Touch-packages] [Bug 1298307] Re: PickerPanel with custom Picker component

2015-04-01 Thread Zsombor Egri
** Changed in: ubuntu-ui-toolkit (Ubuntu) Status: Confirmed => Won't Fix ** 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/b

[Touch-packages] [Bug 1439102] Re: Dialogs are rotated incorrectly if root item is not a MainView

2015-04-01 Thread Zsombor Egri
Christian, this seems to be related to the same OrientationHelper bug I guess. Please mark it as duplicate if it does. ** Changed in: ubuntu-ui-toolkit (Ubuntu) Assignee: (unassigned) => Christian Dywan (kalikiana) ** Changed in: ubuntu-ui-toolkit (Ubuntu) Status: New => Triaged --

[Touch-packages] [Bug 1433296] Re: Does not build out-of-source

2015-04-01 Thread Zsombor Egri
** Changed in: ubuntu-ui-toolkit (Ubuntu) Assignee: (unassigned) => Benjamin Zeller (zeller-benjamin) ** Changed in: ubuntu-ui-toolkit (Ubuntu) Status: New => Triaged ** Changed in: ubuntu-ui-toolkit (Ubuntu) Importance: Undecided => High -- You received this bug notification bec

[Touch-packages] [Bug 1439149] Re: Magnification to position the cursor correctly in a texfield

2015-04-01 Thread Zsombor Egri
*** This bug is a duplicate of bug 1428775 *** https://bugs.launchpad.net/bugs/1428775 We have a task to prototype Jolla-type of magnification, so I'll make this as duplicate of that task. ** This bug has been marked a duplicate of bug 1428775 [SDK] On Long Press in the Text Area, Screen s

[Touch-packages] [Bug 1433305] Re: Does not respect PREFIX

2015-04-01 Thread Zsombor Egri
** Changed in: ubuntu-ui-toolkit (Ubuntu) Assignee: (unassigned) => Benjamin Zeller (zeller-benjamin) ** Changed in: ubuntu-ui-toolkit (Ubuntu) Status: New => Triaged ** Changed in: ubuntu-ui-toolkit (Ubuntu) Importance: Undecided => Medium -- You received this bug notification b

[Touch-packages] [Bug 1439195] Re: Touchscreen blocked when finger on one of the unvisible hardware keys

2015-04-01 Thread Zsombor Egri
This is not a toolkit bug. It's either a HAL bug or a touch related one. ** 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 Ubuntu. htt

[Touch-packages] [Bug 1426042] Re: mako UITK failures started after 2015-02-12 (not because of UITK)

2015-04-01 Thread Zsombor Egri
Timo, this seem to be ended? CI at least seems to be back to normal now... -- 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/1426042 Title: mako UITK failures start

[Touch-packages] [Bug 1200371] Re: [SDK] auto-scroll input fields when OSK visibility changes

2015-04-06 Thread Zsombor Egri
Similar situation is valid also when a component focused using TAB/Shift+TAB key falls outside of the visible area. As all focusable components are derived from StyledItem, I feel we can implant the "scrolling" functionality into that component. -- You received this bug notification because you a

[Touch-packages] [Bug 1233630] Re: gallery example app: controls hide behind OSK and become inaccessible

2015-04-07 Thread Zsombor Egri
*** This bug is a duplicate of bug 1200371 *** https://bugs.launchpad.net/bugs/1200371 OSK disappears when text input looses focus, so the only thing is to get the OSK to push the focus component upwards when opened. ** This bug has been marked a duplicate of bug 1200371 [SDK] auto-scroll

[Touch-packages] [Bug 1415023] Re: sim unlock/lock confirmation button dismisses keyboard but doesn't confirm till pressed again

2015-04-08 Thread Zsombor Egri
It seems the button is getting the pressed signal, which removes the OSK. That one triggers the dialog to be grabbed to the centre of the screen, and therefore the release event happens outside the button. -- You received this bug notification because you are a member of Ubuntu Touch seeded packa

[Touch-packages] [Bug 1441508] Re: Brightness control broke

2015-04-08 Thread Zsombor Egri
Sorry, this is not a toolkit bug. ** 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 Ubuntu. https://bugs.launchpad.net/bugs/1441508 T

[Touch-packages] [Bug 1441499] Re: Unneeded build dependencies in UITK

2015-04-08 Thread Zsombor Egri
** Changed in: ubuntu-ui-toolkit (Ubuntu) Status: New => In Progress ** 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 Ubu

[Touch-packages] [Bug 1440289] Re: Touch, background is black and not changeable

2015-04-08 Thread Zsombor Egri
This aint seem to be a toolkit bug. ** 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 Ubuntu. https://bugs.launchpad.net/bugs/1440289

[Touch-packages] [Bug 1439680] Re: DatePicker scrolls too quickly, making precision difficult

2015-04-08 Thread Zsombor Egri
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/1439680 Title: DatePicker scrolls too quickl

[Touch-packages] [Bug 1439393] Re: Alarms aren't ordered by time

2015-04-08 Thread Zsombor Egri
ded => Medium ** 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/14393

[Touch-packages] [Bug 1434537] Re: Silo test script fails on rtm-14.09/mako

2015-04-08 Thread Zsombor Egri
** Changed in: ubuntu-ui-toolkit (Ubuntu) Assignee: (unassigned) => Timo Jyrinki (timo-jyrinki) ** Changed in: ubuntu-ui-toolkit (Ubuntu) Importance: Undecided => High ** Changed in: ubuntu-ui-toolkit (Ubuntu) Status: New => In Progress -- You received this bug notification becau

[Touch-packages] [Bug 1409027] Re: Timer in rewritten OrientationHelper breaks keyboard orientation

2015-01-15 Thread Zsombor Egri
** Changed in: ubuntu-ui-toolkit (Ubuntu) Assignee: (unassigned) => Michael Sheldon (michael-sheldon) ** 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 subscrib

[Touch-packages] [Bug 1409778] Re: autopilot and autopilot sdk helper documentation needs API website integration

2015-01-15 Thread Zsombor Egri
** Changed in: ubuntu-ui-toolkit (Ubuntu) Assignee: (unassigned) => Nicholas Skaggs (nskaggs) ** 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 ub

[Touch-packages] [Bug 1410477] Re: ubuntu-ui-toolkit-autopilot documentation is not buildable

2015-01-15 Thread Zsombor Egri
** Changed in: ubuntu-ui-toolkit (Ubuntu) Assignee: (unassigned) => Nicholas Skaggs (nskaggs) ** 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 ub

[Touch-packages] [Bug 1378823] Re: apparmor denial for bind on name="org.freedesktop.Application"

2015-01-15 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 apparmor-easyprof-ubuntu in Ubuntu. https://bugs.launchpad.net/bugs/1378823 Title: apparmor den

[Touch-packages] [Bug 1330959] Re: Art in cards with backgrounds are Ubuntu-shaped

2015-01-21 Thread Zsombor Egri
Kevin, Pat, the UITK fix [1] wasn't planned for RTM (UITK v1.1) but for Vivid (UITK 1.2) as it introduces a brand new component. The fix is based on a major UbuntuShape refactoring [2], and needs smoke tested. However, we can redirect both MPs to land in UITK 1.1, RTM in case this is so urgent. I

[Touch-packages] [Bug 1338138] Re: [sdk] Time Picker component does not respect user locale

2015-01-22 Thread Zsombor Egri
** Changed in: ubuntu-ui-toolkit (Ubuntu) Importance: Undecided => Medium ** 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 1407723] Re: Text cursor/selection handles too small and confusing

2015-01-23 Thread Zsombor Egri
** Changed in: ubuntu-ui-toolkit (Ubuntu RTM) Assignee: (unassigned) => Christian Dywan (kalikiana) ** Changed in: ubuntu-ui-toolkit (Ubuntu RTM) Importance: Undecided => High ** Changed in: ubuntu-ui-toolkit (Ubuntu RTM) Status: New => Confirmed -- You received this bug notifica

[Touch-packages] [Bug 1411733] Re: [CheckBox/Switch] not resolution independet

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

[Touch-packages] [Bug 1411733] Re: [CheckBox/Switch] not resolution independet

2015-01-26 Thread Zsombor Egri
I don't get the problem: Checkbox size is set to be 3/3 GU, and Switch to 6/3 GU (width/height). So it definitely scales with the GU size. ** Changed in: ubuntu-ui-toolkit (Ubuntu) Status: New => Incomplete ** Changed in: canonical-devices-system-image Status: Confirmed => Incomplet

[Touch-packages] [Bug 1411733] Re: [CheckBox/Switch] not resolution independet

2015-01-26 Thread Zsombor Egri
Ok, Arale has Vivid, Krillin has RTM. There was a bug filed for the Switch/Checkbox design, which was fixed in Vivid only. Perhaps we should port that bug back to Krillin so they both will look smaller. -- You received this bug notification because you are a member of Ubuntu Touch seeded packages

[Touch-packages] [Bug 1415023] Re: sim unlock/lock confirmation button dismisses keyboard but doesn't confirm till pressed again

2015-01-30 Thread Zsombor Egri
If you had this in the system settings, then it's bad, and I am wondering how this worked so far. If it ever did work properly. See https://developer.ubuntu.com/api/qml/sdk-14.10/Ubuntu.Components.Popups.Dialog/ ** Changed in: ubuntu-ui-toolkit (Ubuntu) Status: Confirmed => Incomplete --

[Touch-packages] [Bug 1415023] Re: sim unlock/lock confirmation button dismisses keyboard but doesn't confirm till pressed again

2015-01-30 Thread Zsombor Egri
In the sample posted by Jonas I do not see any command to dismiss the dialog when the button is pressed. A call to PopupUtils.close(dialogue) - (or depending on the code a dialogue.hide()) should be there, otherwise the Dialog won't know when to close. -- You received this bug notification becaus

[Touch-packages] [Bug 1415023] Re: sim unlock/lock confirmation button dismisses keyboard but doesn't confirm till pressed again

2015-01-31 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/1415023 Title: sim unlock/lock conf

[Touch-packages] [Bug 1447113] Re: Page.theme property introduced in 1.2 conflicts with app properties

2015-04-25 Thread Zsombor Egri
** Branch linked: lp:~zsombi/ubuntu-ui-toolkit/fix-import-versions ** Summary changed: - Page.theme property introduced in 1.2 conflicts with app properties + Preview UITK version 1.3 conflicts released version 1.2 -- You received this bug notification because you are a member of Ubuntu Touch s

[Touch-packages] [Bug 1447113] Re: Preview UITK version 1.3 conflicts released version 1.2

2015-04-25 Thread Zsombor Egri
** Branch linked: lp:~zsombi/ubuntu-ui-toolkit/separate-uitk-versions -- 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/1447113 Title: Preview UITK version 1.3 conf

[Touch-packages] [Bug 1372061] Re: SMS notification: time format not translatable

2015-05-04 Thread Zsombor Egri
** 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 telephony-service in Ubuntu. https://bugs.launchpad.net/bugs/1372061 Title: SMS notification: time f

[Touch-packages] [Bug 1372061] Re: SMS notification: time format not translatable

2015-05-04 Thread Zsombor Egri
internationalisation engine which can be extended with a function or two to support this. ** 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, wh

[Touch-packages] [Bug 1433590] Re: apparmor dbus denial for org.freedesktop.Accounts

2015-05-04 Thread Zsombor Egri
Ok, guys, is anybody working on any service that toolkit can use? -- 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.net/bugs/1433590 Title: apparmor dbus denial for o

[Touch-packages] [Bug 1433590] Re: apparmor dbus denial for org.freedesktop.Accounts

2015-05-04 Thread Zsombor Egri
Pat, seams we are not going to have this for wk21. See below. [15:31:55] zsombi, hey, yes, we started working on that [15:45:49] seb128: any estimate on the availability? [15:45:58] zsombi, not yet, weeks at least [15:46:22] seb128: ouh, so it may fall out of wk21 milestone [15:46:45] zsombi,

[Touch-packages] [Bug 1433590] Re: apparmor dbus denial for org.freedesktop.Accounts

2015-05-05 Thread Zsombor Egri
We discussed yesterday with Jamie and Christian, and the best would be to get this implemented in the usensord service. So the idea is that service would expose a property the settings application can change. Toolkit will not read any setting, but will call the Haptics as it did before. On the othe

[Touch-packages] [Bug 1433590] Re: apparmor dbus denial for org.freedesktop.Accounts

2015-05-05 Thread Zsombor Egri
Ok, then I've added usensord as affected, no idea who can pick up the task on that front... ** Also affects: usensord (Ubuntu) Importance: Undecided Status: New ** Changed in: usensord (Ubuntu) Importance: Undecided => High -- You received this bug notification because you are a me

[Touch-packages] [Bug 1097733] Re: [sdk] Ubuntu.Application component should be platform agnostic

2014-09-10 Thread Zsombor Egri
Can someone confirm that if it has been identified that the bug is in ubuntu-platform-api, then why has been assigned to the 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.la

[Touch-packages] [Bug 1351024] Re: Date & Time picker is not working on device.

2014-09-11 Thread Zsombor Egri
>From UITK side the only modification we did was to make the PickerPanel and UbuntuColors to be instantiated as proper QML singletons. The change has been tested on the device, and everything was working perfectly. However the Calendar app wasnát looking like now in 237, so either the Calendar app

[Touch-packages] [Bug 1351024] Re: Date & Time picker is not working on device.

2014-09-11 Thread Zsombor Egri
I rigged further, and seems we have a problem with Qt defining the singletons, or there is something in our backend which makes the PickerPanel singleton to be instantiable. There was a change in UITK which brought the proper instantiation of QML singletons. This affected UbuntuColors and Picke

[Touch-packages] [Bug 1234339] Re: HUD ($APP_ID) errors printed on console

2014-09-15 Thread Zsombor Egri
** Branch linked: lp:~zsombi/ubuntu-ui-toolkit/00-remove-unity-actions ** Changed in: ubuntu-ui-toolkit (Ubuntu) Assignee: (unassigned) => Zsombor Egri (zsombi) ** Changed in: ubuntu-ui-toolkit Assignee: (unassigned) => Zsombor Egri (zsombi) ** Changed in: ubuntu-ui-t

[Touch-packages] [Bug 1314390] Re: The autopilot helper to click an element on the list doens't work on autopilot

2014-09-15 Thread Zsombor Egri
** Changed in: ubuntu-ui-toolkit Status: Fix Committed => Fix Released ** Changed in: ubuntu-ui-toolkit (Ubuntu) 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-toolkit in U

[Touch-packages] [Bug 1367459] Re: Messaging app should not rotate upside down

2014-09-16 Thread Zsombor Egri
True, MainView or OrientationHelper has no possibilities to specify which orientation is supported. -- 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/1367459 Title: Messaging

[Touch-packages] [Bug 1237614] Re: [sdk] Implement PasswordEchoOnEdit for the wifi passphrase textfield

2014-09-16 Thread Zsombor Egri
It ends up that all we need is to provide handling of QPlatformIntegration::PasswordMaskDelay in QtUbuntu integration's styleHint() method. That should do the job. -- 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 1237614] Re: [sdk] Implement PasswordEchoOnEdit for the wifi passphrase textfield

2014-09-16 Thread Zsombor Egri
** Changed in: qtubuntu (Ubuntu) Assignee: Loïc Molinari (loic.molinari) => Zsombor Egri (zsombi) ** Changed in: ubuntu-ui-toolkit (Ubuntu) Status: Confirmed => Invalid ** Changed in: qtubuntu (Ubuntu) Status: Confirmed => In Progress -- You received this bug not

[Touch-packages] [Bug 1179716] Re: QML Scene does not reliably start

2014-09-18 Thread Zsombor Egri
Can anyone reproduce this 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/1179716 Title: QML Scene does not reliably start Status in “ubuntu-ui-toolkit” pac

[Touch-packages] [Bug 1372446] [NEW] [Toolkit AP]pullToRefresh tests are flaky

2014-09-22 Thread Zsombor Egri
Public bug reported: PullToRefresh autopilot tests are flaky, and hard to reproduce on desktop/device when running tests. http://paste.ubuntu.com/8403015/ The test has been disabled, so must fix the AP. ** Affects: ubuntu-ui-toolkit (Ubuntu) Importance: Undecided Status: Confirmed

[Touch-packages] [Bug 1428000] Re: Dashboard reports test failures for TextInput

2015-03-04 Thread Zsombor Egri
Please, give us the exact logs what are the failures, with chronological proof that those started to fail. The last UITK release on Vivid was on 6th of February 2015, so tests failing before and after should be the same. ** Changed in: ubuntu-ui-toolkit (Ubuntu) Status: New => Incomplete -

[Touch-packages] [Bug 1428114] Re: Need OSK input device on phones

2015-03-04 Thread Zsombor Egri
I think we should extend these to be used also on unit tests. We do not run those as we do not have OSK on desktop environments. I think it would be worth having those there as well. -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribe

[Touch-packages] [Bug 1248982] Re: [theming] rewrite theming unit tests

2015-03-07 Thread Zsombor Egri
** Branch unlinked: lp:~zsombi/ubuntu-ui-toolkit/02-styleset ** Branch linked: lp:~zsombi/ubuntu-ui-toolkit/01-multiple-theme-engines -- 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.l

[Touch-packages] [Bug 1357548] Re: [toolkit] Empty PIN/password/passphrase field appears to contain 4 characters

2015-03-07 Thread Zsombor Egri
To handle this in SDK we would need to have a separate PasswordField component, which can have the design requested functionality in case that is different from the one provided by Qt TextInput. ** Changed in: ubuntu-ui-toolkit (Ubuntu) Importance: Undecided => Wishlist ** Changed in: ubuntu-

[Touch-packages] [Bug 1429263] Re: [Popover] Popovers should expose a maximumHeight property

2015-03-07 Thread Zsombor Egri
The content width/height should ideally be clamped to the maximum screen size minus some margin value. Instead of adding more properties aliased from the content itself, it would be wiser to expose that component through a property so developers can configure the content item freely. ** Tags added

[Touch-packages] [Bug 1399289] Re: Extend double-line header to ImageView and TextView

2015-03-07 Thread Zsombor Egri
** Changed in: ubuntu-ui-toolkit (Ubuntu) Assignee: (unassigned) => Tim Peeters (tpeeters) ** Changed in: ubuntu-ui-toolkit (Ubuntu) Importance: Undecided => Medium ** Changed in: ubuntu-ui-toolkit (Ubuntu) Status: New => Triaged -- You received this bug notification because you

[Touch-packages] [Bug 1418041] Re: dropdown box shows sharp greyed corners

2015-03-07 Thread Zsombor Egri
** Changed in: ubuntu-ui-toolkit (Ubuntu) Assignee: (unassigned) => Loïc Molinari (loic.molinari) ** Changed in: ubuntu-ui-toolkit (Ubuntu) Importance: Undecided => Critical ** Changed in: ubuntu-ui-toolkit (Ubuntu) Status: New => Triaged -- You received this bug notification bec

[Touch-packages] [Bug 1404884] Re: Using PullToRefresh in a secondary page breaks content's position

2015-03-07 Thread Zsombor Egri
That behavior can be seen in many other cases when you simply use a ListView without any PullToRefresh. That is somehow related to the Header functionality, so I forward this to Tim. ** Changed in: ubuntu-ui-toolkit (Ubuntu) Assignee: (unassigned) => Tim Peeters (tpeeters) ** Changed in: ubu

[Touch-packages] [Bug 1407725] Re: Tap vs. drag threshold is too low

2015-03-07 Thread Zsombor Egri
I think we already have a bug logged for this, must check it... -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to qtdeclarative-opensource- src in Ubuntu. https://bugs.launchpad.net/bugs/1407725 Title: Tap vs. drag threshold

[Touch-packages] [Bug 1421672] Re: Overwrite the gettext to MainView.applicationName if already set

2015-03-07 Thread Zsombor Egri
** Changed in: ubuntu-ui-toolkit (Ubuntu) Assignee: (unassigned) => Christian Dywan (kalikiana) ** Changed in: ubuntu-ui-toolkit (Ubuntu) Importance: Undecided => High ** Changed in: ubuntu-ui-toolkit (Ubuntu) Status: New => Triaged -- You received this bug notification because y

[Touch-packages] [Bug 1418981] Re: ActionSelectionPopover doesn't scroll when there are too many items to display

2015-03-07 Thread Zsombor Egri
** Changed in: ubuntu-ui-toolkit (Ubuntu) Assignee: (unassigned) => Zsombor Egri (zsombi) ** Changed in: ubuntu-ui-toolkit (Ubuntu) Importance: Undecided => Critical ** Changed in: ubuntu-ui-toolkit (Ubuntu) Importance: Critical => High ** Changed in: ubuntu-ui-toolki

[Touch-packages] [Bug 1421704] Re: Ubuntu Phone: Needs better redefine selecting text

2015-03-07 Thread Zsombor Egri
I think this will be lot easier once the new cursor handler will be in use. ** 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

[Touch-packages] [Bug 1423342] Re: SDCard fake needed for filemanager autopilot tests

2015-03-07 Thread Zsombor Egri
For me an API simulation should be provided by the same package which brings the SD Card functionality. Toolkit provides CPOs for each - well, almost - component we create. ** Changed in: ubuntu-ui-toolkit (Ubuntu) Status: New => Won't Fix -- You received this bug notification because you

[Touch-packages] [Bug 1427714] Re: Clock app requires timers support from the platform

2015-03-07 Thread Zsombor Egri
Thanks Nekhelesh for reporting this, however this most likely will make it to UITK 1.3. ** Changed in: ubuntu-ui-toolkit (Ubuntu) Assignee: (unassigned) => Zsombor Egri (zsombi) ** Changed in: ubuntu-ui-toolkit (Ubuntu) Importance: Undecided => Wishlist ** Changed in: ubuntu-ui-t

[Touch-packages] [Bug 1430191] [NEW] Checkbox does not clip the tick mark

2015-03-10 Thread Zsombor Egri
Public bug reported: When CheckBox is resized to be smaller than the default size, it does not clip the tick mark. ** Affects: ubuntu-ui-toolkit (Ubuntu) Importance: Medium Status: In Progress ** Branch linked: lp:~fboucault/ubuntu-ui-toolkit/checkbox_clipping_fix -- You received

[Touch-packages] [Bug 1429899] Re: StateSaver should not restore when app launched from content-hub

2015-03-10 Thread Zsombor Egri
I need more details on this: was this also happening on RTM (Qt 5.3.x)? Or only on Vivid (Qt 5.4)? Had there be any changes in the way ContentHub invokes Application (i.e. not thru UriHandler, the URI is passed over the application later than it si launched, etc). ** Changed in: ubuntu-ui-toolkit

[Touch-packages] [Bug 1429899] Re: StateSaver should not restore when app launched from content-hub

2015-03-10 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/1429899 Title: StateSaver should

[Touch-packages] [Bug 1430833] Re: obscured history and copy/paste dialogs when tap on search field Edit

2015-03-12 Thread Zsombor Egri
Can we get the screenshots attached as well? -- 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/1430833 Title: obscured history and copy/paste dialogs when tap on se

[Touch-packages] [Bug 1429899] Re: StateSaver should not restore when app launched from content-hub

2015-03-16 Thread Zsombor Egri
Ken, let's do this with launching the app with some argument (e.g. --no- restore-state) rather than url_dispatch. -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to content-hub in Ubuntu. https://bugs.launchpad.net/bugs/1429899

[Touch-packages] [Bug 1429899] Re: StateSaver should not restore when app launched from content-hub

2015-03-17 Thread Zsombor Egri
** Branch unlinked: lp:~zsombi/ubuntu-ui-toolkit/disable-statesaver- from-urihandler -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to content-hub in Ubuntu. https://bugs.launchpad.net/bugs/1429899 Title: StateSaver should no

[Touch-packages] [Bug 1429899] Re: StateSaver should not restore when app launched from content-hub

2015-03-19 Thread Zsombor Egri
** Branch linked: lp:~zsombi/ubuntu-ui-toolkit/disable-statesaver-from- urihandler -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to content-hub in Ubuntu. https://bugs.launchpad.net/bugs/1429899 Title: StateSaver should not

[Touch-packages] [Bug 1380766] Re: revert listitem dividers to previous (no margins)

2014-12-17 Thread Zsombor Egri
Omer, as long as we get green light to land it, we will. -- 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/1380766 Title: revert listitem dividers to previous (no m

[Touch-packages] [Bug 1403758] Re: Unity8 shows black screen with Qt 5.4.0

2014-12-18 Thread Zsombor Egri
Checking how the type is exported - and all related types to that one - I see a potential bug in UITK. The way is exported to 1.1 version is wrong: qmlRegisterType(uri, 1, 1, "SortFilterModel"); And it should be qmlRegisterType(uri, 1, 1, "SortFilterModel") More, as the type is supposed to be

[Touch-packages] [Bug 1401723] Re: can't use OSK to complete purchase after adding account

2015-01-05 Thread Zsombor Egri
We would need a sample code that reproduces the issue. I tried to reproduce it myself with the UI Toolkit Gallery, and I couldn't manage to. ** Changed in: ubuntu-ui-toolkit (Ubuntu) Status: New => Incomplete -- You received this bug notification because you are a member of Ubuntu Touch s

[Touch-packages] [Bug 1380766] Re: revert listitem dividers to previous (no margins)

2015-01-06 Thread Zsombor Egri
** Changed in: ubuntu-ui-toolkit (Ubuntu RTM) Assignee: (unassigned) => Zsombor Egri (zsombi) ** Changed in: ubuntu-ui-toolkit (Ubuntu RTM) Importance: Undecided => High ** Changed in: ubuntu-ui-toolkit (Ubuntu RTM) Status: New => In Progress ** Branch linked: lp:~zsom

<    1   2   3   4   5   6   7   8   >