[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 Bugs, which is subscri

[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:

[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 Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1510201 Title: AdaptativeLayout take longer

[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

[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

[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

[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 Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1500409 Title: Dragging within a ListItem does not work To manage not

[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

[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

[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 Bugs, which is subscribed to Ubuntu.

[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 Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1392306 Title: [sdk] Swipe to remove/answer/switch inconsistent To manag

[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 Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1508114 Title: AbstractButton doesn't have a minimu

[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 Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1507910 Title: UITK: error: 'emit' was not declared in this scope To manage notifications a

[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 Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1502091 Title: incons

[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

[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 Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1503901 Title: Authenticator app won't open with latest SDK To manage notifications

[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 Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1503901 Title: Authenticator app won't open with latest SDK To manage

[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 Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1503901 Title: Authenticator app won

[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 Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1501673 Title: [UCLabel] Remove REVISION requirement for textSize propert

[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

[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 Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1493880 Title: ListItem's selectedChanged signal is emitted when the selection has

[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

[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

[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

[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 (

[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 Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/150

[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

[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

[Bug 1499179] Re: There must be a way for AdaptivePageLayout to load the primaryPage asynchronously

2015-09-28 Thread Zsombor Egri
** Changed in: ubuntu-ui-toolkit (Ubuntu) Status: Confirmed => In Progress ** Branch linked: lp:~zsombi/ubuntu-ui-toolkit/aplPrimaryPageAsync -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/14991

[Bug 1499174] Re: AdaptivePageLayout should load URL pages fully asynchronous

2015-09-28 Thread Zsombor Egri
** Changed in: ubuntu-ui-toolkit (Ubuntu) Status: Confirmed => In Progress ** Branch linked: lp:~zsombi/ubuntu-ui-toolkit/aplEvenMoreAsync -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1499174

[Bug 1499178] Re: AdaptivePageLayout hides previous pages way before the new page is added to the column

2015-09-28 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 Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1499178 Title: AdaptivePageLayout hides previous pages way before

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

2015-09-28 Thread Zsombor Egri
** Tags added: listitem -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1500409 Title: Dragging within a ListItem does not work To manage notifications about this bug go to: https://bugs.launchpad.ne

[Bug 1486008] Re: [sdk] leading actions width is too small making it very difficult to press

2015-09-25 Thread Zsombor Egri
** Changed in: ubuntu-ui-toolkit (Ubuntu) Status: Confirmed => Fix Released ** Changed in: canonical-devices-system-image Status: New => Fix Released -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad

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

2015-09-24 Thread Zsombor Egri
While implementing the bug fix for #1499178 I started to get segfault on UITK Gallery when one column mode was set. Every time I tried to push a second page in a column was causing segfault. Sizing invisible item to fill the AdaptivePageLayout solves the segfault, however would not solve the pages

[Bug 1499174] Re: AdaptivePageLayout should load URL pages fully asynchronous

2015-09-24 Thread Zsombor Egri
** Changed in: ubuntu-ui-toolkit (Ubuntu) Status: In Progress => Confirmed ** Branch unlinked: lp:~zsombi/ubuntu-ui-toolkit/aplMoreAsynchronous -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/149

[Bug 1499178] Re: AdaptivePageLayout hides previous pages way before the new page is added to the column

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

[Bug 1499179] [NEW] There must be a way for AdaptivePageLayout to load the primaryPage asynchronously

2015-09-23 Thread Zsombor Egri
{Current|Next}Column() functions. ** Affects: ubuntu-ui-toolkit (Ubuntu) Importance: High Assignee: Zsombor Egri (zsombi) Status: Confirmed -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs

[Bug 1499178] [NEW] AdaptivePageLayout hides previous pages way before the new page is added to the column

2015-09-23 Thread Zsombor Egri
removed and screen becomes blank. After a while the new page is added. ** 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 Bugs, which is subscribed to

[Bug 1499174] [NEW] AdaptivePageLayout should load URL pages fully asynchronous

2015-09-23 Thread Zsombor Egri
asynchronously. ** Affects: ubuntu-ui-toolkit (Ubuntu) Importance: High Assignee: Zsombor Egri (zsombi) Status: In Progress ** Tags: convergence ** Changed in: ubuntu-ui-toolkit (Ubuntu) Status: Confirmed => In Progress ** Branch linked: lp:~zsombi/ubuntu-ui-tool

[Bug 1483331] Re: Minimum window dimensions

2015-09-23 Thread Zsombor Egri
They have to deal with the main window anyway in case they don't use AdaptivePageLayout. So rather an API in MainView would be better than in a layout. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/148

[Bug 1491331] Re: DatePicker example not working in Ubuntu UI Toolkit Gallery

2015-09-23 Thread Zsombor Egri
** Changed in: ubuntu-ui-toolkit (Ubuntu) Importance: High => Critical -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1491331 Title: DatePicker example not working in Ubuntu UI Toolkit Gallery To

[Bug 1430416] Re: [OSK] Should remember keyboard layout per conversation

2015-09-23 Thread Zsombor Egri
** Changed in: ubuntu-ui-toolkit (Ubuntu) Status: Incomplete => Won't Fix ** Changed in: ubuntu-ui-toolkit (Ubuntu) Importance: Undecided => Wishlist ** Description changed: Steps: * go to a conversation * select a non-default keyboard layout * go to a different conversation

[Bug 1419667] Re: [DatePicker] pathItemCount binding loop when using DatePicker

2015-09-22 Thread Zsombor Egri
And yes, there's no easy way to fix it. The only way we can fix is to drive the height through a property. We cannot even create a delegate to know its height. And in any case, the fixed highlight height does not allow us to create bigger delegates than the default one. -- You received this bug n

[Bug 1419667] Re: [DatePicker] pathItemCount binding loop when using DatePicker

2015-09-22 Thread Zsombor Egri
I think I found the root cause of this bug: the PathView behaviour has been changed in 5.4.x. Previously PathView was creating all the items in the model, but now it behaves exactly as ListView, creating only the visible items. Which in turn causes binding loop in the number of items calculation, p

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

2015-09-22 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 Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1428114 Title: Need OSK input device on phones To manage notific

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

2015-09-22 Thread Zsombor Egri
Every button press by default grabs the active focus. Therefore OSK should disappear in any case. if OSK stays still, this is OSK issue. ** Also affects: ubuntu-keyboard (Ubuntu) Importance: Undecided Status: New -- You received this bug notification because you are a member of Ubuntu

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

2015-09-22 Thread Zsombor Egri
This is somehow not related to the PageStack or whatever. Recently the OSK does;'t disappear in some cases when the app is closed either! So it's rather OSK than PageStack issue. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://

[Bug 1495118] Re: OSK anchored buttons are difficult to click

2015-09-22 Thread Zsombor Egri
Matti, these two bugs have nothing in common. The reason the OSK disappears is due to Button taking focus when pressed, thus OSK is automatically removed. Whilst there is a discussion on when to gain the focus (on pressed or on released, depending on the previous focused item's type, i.e. text inpu

[Bug 1462373] Re: Need preset layouts for the new ListItem

2015-09-22 Thread Zsombor Egri
** Changed in: ubuntu-ui-toolkit (Ubuntu) Status: Confirmed => In Progress ** Branch linked: lp:~faenil/ubuntu-ui-toolkit/listItem_slotsLayout -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1462

[Bug 1498138] Re: z-order weirdness when dragging ListItems

2015-09-21 Thread Zsombor Egri
** Tags added: listitem -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1498138 Title: z-order weirdness when dragging ListItems To manage notifications about this bug go to: https://bugs.launchpad.n

[Bug 1498143] Re: Separator missing when last ListItem dragged into middle of ListView

2015-09-21 Thread Zsombor Egri
Ubuntu) Assignee: (unassigned) => Zsombor Egri (zsombi) ** Tags added: listitem -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1498143 Title: Separator missing when last ListItem dragged into middle of Lis

[Bug 1498138] Re: z-order weirdness when dragging ListItems

2015-09-21 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 Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1498138 Title: z-order weirdness when dragging ListIt

[Bug 1496468] Re: ListItem doesn't emit onClicked after user has swiped to leading item and back

2015-09-21 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 Bugs, which is subscribed to Ubuntu. https://bu

[Bug 1495408] Re: Black square in header

2015-09-18 Thread Zsombor Egri
quandan, have you tried with the fix attached to the bug? -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1495408 Title: Black square in header To manage notifications about this bug go to: https://b

[Bug 1497156] [NEW] ListItem does not swipe back when swipe is initiated over an overlay active component with mouse

2015-09-18 Thread Zsombor Egri
r any other active component Expected result: - the ListItem swipes out Actual result: - The ListItem becomes highlighted, but it is not swiped at all. This happens with mouse only, with touch it works fine. ** Affects: ubuntu-ui-toolkit (Ubuntu) Importance: Critical Assignee: Zsombor

[Bug 1496468] Re: ListItem doesn't emit onClicked after user has swiped to leading item and back

2015-09-18 Thread Zsombor Egri
** Changed in: ubuntu-ui-toolkit (Ubuntu) Status: New => In Progress ** Changed in: ubuntu-ui-toolkit (Ubuntu) Assignee: (unassigned) => Zsombor Egri (zsombi) ** Branch linked: lp:~zsombi/ubuntu-ui-toolkit/listitem_swipe ** Changed in: canonical-devices-system-image

[Bug 1486008] Re: [sdk] leading actions width is too small making it very difficult to press

2015-09-16 Thread Zsombor Egri
Andrea, there are two problems here: 1) the swiping grabs the moves when initiated over a leading/trailing item, which happens to jump the ListItem's content when touched on these actions 2) the size of the action is visually bad, this we have to increase a bit. -- You received this bug notifica

[Bug 1495451] Re: Page pushed on a stack gets instantiated twice, and PageStack.push() returns null

2015-09-16 Thread Zsombor Egri
** Branch linked: lp:~aacid/ubuntu-ui-toolkit/setIncubator ** Changed in: ubuntu-ui-toolkit (Ubuntu) Status: In Progress => Fix Committed -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1495451

[Bug 1486008] Re: [sdk] leading actions width is too small making it very difficult to press

2015-09-16 Thread Zsombor Egri
Importance risen to critical as affects many apps out in the store. ** Changed in: ubuntu-ui-toolkit (Ubuntu) Importance: Medium => High ** Changed in: ubuntu-ui-toolkit (Ubuntu) Importance: High => Critical -- You received this bug notification because you are a member of Ubuntu Bugs, wh

[Bug 1495451] Re: Page pushed on a stack gets instantiated twice, and PageStack.push() returns null

2015-09-16 Thread Zsombor Egri
Olivier, please confirm that https://code.launchpad.net/~aacid/ubuntu- ui-toolkit/setIncubator/+merge/271119 branch fixes the bug, at least I cannot reproduce it anymore. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.lau

[Bug 1495451] Re: Page pushed on a stack gets instantiated twice, and PageStack.push() returns null

2015-09-16 Thread Zsombor Egri
** Branch linked: lp:~zsombi/ubuntu-ui-toolkit/pagestack_regression -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1495451 Title: Page pushed on a stack gets instantiated twice, and PageStack.push()

[Bug 1495451] Re: Page pushed on a stack gets instantiated twice, and PageStack.push() returns null

2015-09-15 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 Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1495451 Title: Page pushed on a stack gets instantiated twice, and Pag

[Bug 1495408] Re: Black square in header

2015-09-15 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 Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1495408 Title: Black square in header To manage notifications abo

[Bug 1495408] Re: Black square in header

2015-09-14 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 Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1495408 Title: Black square in header To manage notifications about t

[Bug 1495451] Re: Page pushed on a stack gets instantiated twice, and PageStack.push() returns null

2015-09-14 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 Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1495451 Title: Page pushed on a stack gets instantia

[Bug 1495408] Re: Black square in header

2015-09-14 Thread Zsombor Egri
** Changed in: canonical-devices-system-image Assignee: (unassigned) => Zsombor Egri (zsombi) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1495408 Title: Black square in header To man

[Bug 1486008] Re: [sdk] leading actions width is too small making it very difficult to press

2015-09-10 Thread Zsombor Egri
** Description changed: Since a recent update to the ListItem leading actions in Ubuntu.Components 1.2, where the width of the action was clamped, the width is too small to press comfortably on a phone resulting in it missing 9 out of 10 tries. It affects the usability of the action and

[Bug 1494282] Re: ListItemActions are very hard to tap on

2015-09-10 Thread Zsombor Egri
*** This bug is a duplicate of bug 1486008 *** https://bugs.launchpad.net/bugs/1486008 ** This bug has been marked a duplicate of bug 1486008 [sdk] leading actions width is too small making it very difficult to press -- You received this bug notification because you are a member of Ubuntu

[Bug 1492328] Re: header icon color should match title label color when backgroundColor is set

2015-09-10 Thread Zsombor Egri
In general Icon color should be same as text color in header. However the new design said a bit different things there. ** Changed in: ubuntu-ui-toolkit (Ubuntu) Status: New => Confirmed ** Changed in: ubuntu-ui-toolkit (Ubuntu) Assignee: (unassigned) => Tim Peeters (tpeeters) -- Yo

[Bug 1344883] Re: PageHeadSections/Picker: selectedIndex changes incorrectly when inserting/removing model entries

2015-09-07 Thread Zsombor Egri
ListView has currentIndex, which is the selected one. Picker.selectedIndex works with that property as well. Then Sections.selectedIndex is not interacting with any ListView or such, so that works a bit differently, it always moves to the last item in the model when changes afaik. -- You received

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

2015-09-06 Thread Zsombor Egri
Tim, sorry, this auto-correct reformulated my words, I meant concepted badly :) Page filling its parent is what causes the width changes when reparented, do you agree? I do not say that width becoming 0 is right, but I disagree Page filling its parent is also a wanted behaviour. You can always fil

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

2015-09-06 Thread Zsombor Egri
The root cause of the problem you see is because the Page itself anchor fills to its parent. This was connected badly, and because of that we have this problem. A fix would be to have property change for each Page added into the hidden item to unset the anchor.fill of the page and restore it when

[Bug 1491802] Re: A disabled label cannot be visually differantiated from enabled labels

2015-09-04 Thread Zsombor Egri
As Label is not an active component, it cannot really be disabled. If the Label belongs to a component, then it should be dimmed same way as the component itself. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.n

[Bug 1415023] Re: [Dialog] if keyboard is present, buttons and derivatives have to be pressed twice

2015-09-03 Thread Zsombor Egri
1. Much better :) 2. Unsure whether the Ubuntu Touch System Settings -> Wi-Fi ->Connect to hidden network Dialog's two text inputs are handling the OSK differently, but atm focusing the other text input while the first one is focus doesn't pull out the OSK and then back. If they did a workaround,

[Bug 1486008] Re: leading actions width is too small making it very difficult to press on Nexus 4 (mako)

2015-09-03 Thread Zsombor Egri
Jamie, look at the images from comments #8 and #9. There the action slot size is about 1 or 2 GU bigger than the one we have now. Just to help you with the size. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.ne

[Bug 1415023] Re: [Dialog] if keyboard is present, buttons and derivatives have to be pressed twice

2015-09-03 Thread Zsombor Egri
1. The text field looses focus due to the fact that someone else is getting focused. The same behaviour happens on every control, not only on TextField. Now, the question is whether do we want to do slightly different focusing behaviour on different controls, i.e. on desktop when focusing a Button,

[Bug 1484545] Re: [listitem] swiping doesn't work when a mousearea on top doesn't accept the mouse event

2015-08-31 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 Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1484545 Title: [listitem] swiping doesn't work when a mousearea on top

[Bug 1484545] Re: [listitem] swiping doesn't work when a mousearea on top doesn't accept the mouse event

2015-08-31 Thread Zsombor Egri
We have a problem here: there's no way for us to know whether the overlaid MouseArea did or did not accept mouse events. childMouseEventFilter acts prior the MouseArea's mousePressed() is handled, so the event is still in accepted state. As result of onPressed: mouse.accepted = false, ListItem is a

[Bug 1486008] Re: leading actions width is too small making it very difficult to press on Nexus 4 (mako)

2015-08-22 Thread Zsombor Egri
If it is a Nexus4 issue, then it is not really a UITK issue. The sensing area of the actions in leading/trailing are 5x7 GU, so the entire area of the slot, not only the icon, which is 2x2 GU. ** Changed in: ubuntu-ui-toolkit (Ubuntu) Assignee: (unassigned) => Zsombor Egri (zso

[Bug 1308979] Re: test_ubuntushape started failing with no change

2015-08-21 Thread Zsombor Egri
Christian, is this still valid? ** Changed in: ubuntu-ui-toolkit (Ubuntu) Assignee: (unassigned) => Christian Dywan (kalikiana) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1308979 Title: tes

[Bug 1486940] Re: Example for UbuntuListView mix versions and doesn't work

2015-08-21 Thread Zsombor Egri
This is indeed buggy, however where do you see 1.3 imports? ** Changed in: ubuntu-ui-toolkit (Ubuntu) Importance: Undecided => High ** Changed in: ubuntu-ui-toolkit (Ubuntu) Status: New => Triaged -- You received this bug notification because you are a member of Ubuntu Bugs, which is

[Bug 1486638] Re: Poputils documentation example doesn't show the ListItem.SingleControl

2015-08-21 Thread Zsombor Egri
** Changed in: ubuntu-ui-toolkit (Ubuntu) Status: New => Triaged ** Changed in: ubuntu-ui-toolkit (Ubuntu) Importance: Undecided => Low -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1486638

[Bug 1483627] Re: Warning for the newer theme system should give more clear info to the developers

2015-08-21 Thread Zsombor Egri
The problem is that it shouldn't trigger on 1.2, as there it is not deprecated. Unfortunately QML versioning system does not give us any help on detecting the version the component is used in. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ub

[Bug 1465997] Re: [SDK] number wheel too sensitive

2015-08-21 Thread Zsombor Egri
We need a deceleration value of the spinners in general. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1465997 Title: [SDK] number wheel too sensitive To manage notifications about this bug go to:

[Bug 1481624] Re: OptionSelector components in flickable doesn't show its expansion

2015-08-21 Thread Zsombor Egri
** 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 Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/14816

[Bug 1483279] Re: Unit tests fail where mouseClick() is used to simulate a click event on a MouseArea which is a descendant of a TextField

2015-08-21 Thread Zsombor Egri
There is no difference between 1.2 and 1.3 TextField logic. QtTest uses the item in mouseClick() to calculate the position relative to the window, and will send the event to the window. So mouse forwarding will work as usual. At least theoretically. -- You received this bug notification because y

[Bug 1481629] Re: OptionSelector animation is very jumpy

2015-08-21 Thread Zsombor Egri
** 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 Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/14816

[Bug 1481233] Re: Tab and BackTab can not be handled anymore

2015-08-21 Thread Zsombor Egri
** 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 Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/14812

[Bug 1481619] Re: Flickable doesn't position below header on start

2015-08-21 Thread Zsombor Egri
** 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 Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/14816

[Bug 1458419] Re: QML Window API crashes the system

2015-08-21 Thread Zsombor Egri
Try to open the SplaschScreen.qml from an Item, do not set it as root item of the QQuickView. ** Changed in: ubuntu-ui-toolkit (Ubuntu) Status: New => Invalid -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchp

[Bug 1445265] Re: sdk header flickers when hide/show going in and out of fullscreen

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

[Bug 1443358] Re: Header covering components after rotation

2015-08-21 Thread Zsombor Egri
** Changed in: ubuntu-ui-toolkit (Ubuntu) Status: New => Triaged -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1443358 Title: Header covering components after rotation To manage notification

[Bug 1430416] Re: [OSK] Should remember keyboard layout per conversation

2015-08-21 Thread Zsombor Egri
I don;t think the OSK layout should really be set by the text input itself. Would you really use different language per each text input in the same application? I don't think it would make sense. The user won't necessarily use different OSK layout in the same app, it's rather app specific than text

[Bug 1326836] Re: /api/qml/sdk-1.0/UbuntuUserInterfaceToolkit.ubuntu-layouts/ should probably be imported as its own article on developer.u.c

2015-08-21 Thread Zsombor Egri
What do you expect from toolkit side? ** Changed in: ubuntu-ui-toolkit (Ubuntu) Status: New => Incomplete -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1326836 Title: /api/qml/sdk-1.0/Ubuntu

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

2015-08-21 Thread Zsombor Egri
** Changed in: ubuntu-ui-toolkit (Ubuntu) Importance: Undecided => Low ** Changed in: ubuntu-ui-toolkit (Ubuntu) Status: New => Triaged -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1421293

[Bug 1485222] Re: Using ContentStore disables silently any StateSaver capability

2015-08-21 Thread Zsombor Egri
Ehh, typos, what I wanted to say is that it won't find the state file anymore. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1485222 Title: Using ContentStore disables silently any StateSaver capabi

[Bug 1485222] Re: Using ContentStore disables silently any StateSaver capability

2015-08-21 Thread Zsombor Egri
Does the ContentStore somehow alter APP_ID or applicationName? If it does, StateSaver won;t find the state feel anymore. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1485222 Title: Using ContentSto

[Bug 1485222] Re: Using ContentStore disables silently any StateSaver capability

2015-08-19 Thread Zsombor Egri
The logic to delay StateSaver when URI handler is installed did not land in toolkit, so I wonder why it does disable the statesaver... -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1485222 Title: Us

[Bug 1365471] Re: Long-tapping doesn't work on any control

2015-08-19 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 Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1365471 Title: Long-tapping doesn't work on any control To manage notif

[Bug 1458028] Re: Button: long press, then release, is not registered as a click

2015-08-19 Thread Zsombor Egri
ubuntu-ui-toolkit (Ubuntu) Assignee: (unassigned) => Zsombor Egri (zsombi) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1458028 Title: Button: long press, then release, is not registered a

<    1   2   3   4   5   6   7   8   9   10   >