[Bug 1221813] Re: UBUNTU_UI_TOOLKIT_THEMES_PATH should include a writable path so that users can install themes (or operators can have custom themes)

2013-09-13 Thread Zsombor Egri
The env var can point anywhere, also to a writable spot. If that writable spot contains themes that derive from one of the basic themes, those will work properly. However if those themes are derived from other themes not installed to the default location, applying the theme will fail. For that

[Bug 1221813] Re: UBUNTU_UI_TOOLKIT_THEMES_PATH should include a writable path so that users can install themes (or operators can have custom themes)

2013-09-13 Thread Zsombor Egri
** Changed in: ubuntu-ui-toolkit (Ubuntu) Status: New = Confirmed ** Package changed: ubuntu-ui-toolkit (Ubuntu) = ubuntu-ui-toolkit ** Changed in: ubuntu-ui-toolkit Importance: Undecided = Critical -- You received this bug notification because you are a member of Ubuntu Bugs, which

[Bug 1237614] Re: Implement PasswordEchoOnEdit for the wifi passphrase textfield

2013-10-23 Thread Zsombor Egri
So you guys suggest to have a standalone PasswordInput component just for password inputs? I do not see any reason to do that, it wouldn't bring any value. On the other hand I checked on desktop at least, that setting echoMode = TextInput.PasswordEchoOnEdit shows the whole password as clear text

[Bug 1237614] Re: Implement PasswordEchoOnEdit for the wifi passphrase textfield

2013-10-23 Thread Zsombor Egri
Quote from Sailfish OS docs [1] TextField, which is also a proxy for the standard QML TextInput: TextInput.PasswordEchoOnEdit - displays text as entered when the item has active focus and the text is being modified; otherwise, displays asterisks in place of entered text. So seams that the input

[Bug 1237614] Re: Implement PasswordEchoOnEdit for the wifi passphrase textfield

2013-10-23 Thread Zsombor Egri
Update, quote from #qt-quick (09:59:18 AM) ThomasZ: zsombi: EchoOnEdit means its visible while editing. Editing stops until it looses focus. (09:59:25 AM) ThomasZ: zsombi: it does what it says it should do So, showing only the last entered character (like in iOS) is not possible. -- You

[Bug 1234982] Re: Keyboard does not auto-hide when no longer needed

2013-10-28 Thread Zsombor Egri
** Changed in: ubuntu-keyboard (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/1234982 Title: Keyboard does not auto-hide when no longer

[Bug 1233402] Re: The Tab needs a tabIndex property

2013-11-11 Thread Zsombor Egri
** Changed in: ubuntu-ui-toolkit 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/1233402 Title: The Tab needs a tabIndex property To manage notifications

[Bug 1221813] Re: UBUNTU_UI_TOOLKIT_THEMES_PATH should include a writable path so that users can install themes (or operators can have custom themes)

2013-11-11 Thread Zsombor Egri
** Changed in: ubuntu-ui-toolkit 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/1221813 Title: UBUNTU_UI_TOOLKIT_THEMES_PATH should include a writable

[Bug 1246290] Re: there are warnings in the UITK trunk making debug build to fail

2013-11-11 Thread Zsombor Egri
** Changed in: ubuntu-ui-toolkit 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/1246290 Title: there are warnings in the UITK trunk making debug build to

[Bug 1240460] Re: InverseMouseArea is not on top of everything

2013-11-11 Thread Zsombor Egri
** Changed in: ubuntu-ui-toolkit 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/1240460 Title: InverseMouseArea is not on top of everything To manage

[Bug 1226990] Re: popup menu display corrupted in notes-app

2013-10-01 Thread Zsombor Egri
Are you using the TextField's default Popover, or a custom one? -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1226990 Title: popup menu display corrupted in notes-app To manage notifications about

[Bug 1226990] Re: popup menu display corrupted in notes-app

2013-10-01 Thread Zsombor Egri
Sorry, I meant TextArea not TextField. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1226990 Title: popup menu display corrupted in notes-app To manage notifications about this bug go to:

[Bug 1226990] Re: popup menu display corrupted in notes-app

2013-10-02 Thread Zsombor Egri
There has to be something on how the Popover is used... Open Browser, copy some frame into the Clipboard and then go to Notes, open a card and long press to invoke the Popover. There will be two rows, one messed up with Select All|Copy|Other unreadable and a row with Paste. But then I saw you

[Bug 1226990] Re: popup menu display corrupted in notes-app

2013-10-08 Thread Zsombor Egri
** Changed in: ubuntu-ui-toolkit Status: New = Invalid -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1226990 Title: popup menu display corrupted in notes-app To manage notifications about

[Bug 1166374] Re: Some text doesn't get styled from the toolkit

2013-04-09 Thread Zsombor Egri
This is caused by the properties of ItemStyle.style object becoming invalid in certain circumstances. Automatic property styling fixes this issue. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1166374

[Bug 1166374] Re: Some text doesn't get styled from the toolkit

2013-04-10 Thread Zsombor Egri
Hey Bruce, there was an issue in styling (note, not automatic styling), where sometimes the style properties got lost, all var-typed properties became invalid, therefore your text was looking black (default value for color). The current styling unfortunately does not report these issues. We

[Bug 1169601] Re: [TextArea] setting color property disables styling

2013-04-17 Thread Zsombor Egri
Changed to critical as blocks friends-app freeze. ** Changed in: ubuntu-ui-toolkit 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/1169601 Title: [TextArea] setting

[Bug 1169601] Re: [TextArea] setting color property disables styling

2013-04-17 Thread Zsombor Egri
** Changed in: ubuntu-ui-toolkit 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/1169601 Title: [TextArea] setting color property disables styling To manage

[Bug 1124071] Re: [tabs] Cannot add Tabs programmatically

2013-12-09 Thread Zsombor Egri
We have added functions to add, insert, move and remove tabs. However there were some issues with the way tabs were arranged in the Tabs stack, therefore we had to remove the MP which fixed this bug, so teh functions disappear again. On the other side we managed to fix the Repeater issues we had

[Bug 1124071] Re: [tabs] Cannot add Tabs programmatically

2013-12-10 Thread Zsombor Egri
Roman, noone questions your experience, what I just said previously was that you cannot combine Repeater and function-based added tabs, as you cannot insert a Tab in between the tabs created by the Repeater, because any model change of the Repeater will throw out the function-added tab from that

[Bug 1255129] Re: [regression] List scrolling seems to be broken

2013-11-27 Thread Zsombor Egri
Seems to get fixed indirectly in the last UITK release in r33. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1255129 Title: [regression] List scrolling seems to be broken To manage notifications

[Bug 1255129] Re: [regression] List scrolling seems to be broken

2013-11-28 Thread Zsombor Egri
There was a commit at revision 861 which did the fix. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1255129 Title: [regression] List scrolling seems to be broken To manage notifications about this

[Bug 1266707] Re: tst_quickutils segfaults with Qt 5.2 in qv4functionobject

2014-01-27 Thread Zsombor Egri
** Branch unlinked: lp:~zsombi/ubuntu-ui-toolkit/singletonFix ** Changed in: ubuntu-ui-toolkit 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/1266707 Title:

[Bug 1267039] Re: StateSaver: properties of a component which is loaded as a result of an other restored property is not happening.

2014-02-04 Thread Zsombor Egri
** Changed in: ubuntu-ui-toolkit Milestone: None = february-2014 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1267039 Title: StateSaver: properties of a component which is loaded as a result

[Bug 1266707] Re: tst_quickutils segfaults with Qt 5.2 in qv4functionobject

2014-01-23 Thread Zsombor Egri
This seems to be caused by the second QQmlEngine instance used in creating the UbuntuColors and palette object for the Theme context property. Transforming Theme and UbuntuColors into a proper singleton type seems to solve the race. -- You received this bug notification because you are a member

[Bug 1266707] Re: tst_quickutils segfaults with Qt 5.2 in qv4functionobject

2014-01-24 Thread Zsombor Egri
** Changed in: ubuntu-ui-toolkit 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/1266707 Title: tst_quickutils segfaults with Qt 5.2

[Bug 1191693] Re: After pasting a link, cursor in compose entry box jumps to the end of the text after every keystroke

2014-02-10 Thread Zsombor Egri
** Tags added: text-input -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1191693 Title: After pasting a link, cursor in compose entry box jumps to the end of the text after every keystroke To

[Bug 1234982] Re: Keyboard does not auto-hide when no longer needed

2014-02-10 Thread Zsombor Egri
** Tags added: text-input -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1234982 Title: Keyboard does not auto-hide when no longer needed To manage notifications about this bug go to:

[Bug 1237812] Re: make check fails in test_zz_ActionInputMethodHints

2014-02-10 Thread Zsombor Egri
** Tags added: text-input -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1237812 Title: make check fails in test_zz_ActionInputMethodHints To manage notifications about this bug go to:

[Bug 1223955] Re: [browser] can't drag across text entry inside URL bar

2014-02-10 Thread Zsombor Egri
*** This bug is a duplicate of bug 1183257 *** https://bugs.launchpad.net/bugs/1183257 TextField does not present handlers neither for the input caret nor for the selection carets. Once having those implemented we can have this bug fixed too. ** This bug has been marked a duplicate of bug

[Bug 1238907] Re: TextArea does not center text

2014-02-10 Thread Zsombor Egri
The sample centers the component into its parent center not the text inside the TextArea. In order to achieve that, you should set horizontalAlignment: TextEdit.AlignHCenter. ** Changed in: ubuntu-ui-toolkit Status: New = Invalid ** Changed in: ubuntu-ui-toolkit (Ubuntu) Status:

[Bug 1279789] Re: ListItem inside Dialog is black-on-grey

2014-02-13 Thread Zsombor Egri
** Changed in: ubuntu-ui-toolkit (Ubuntu) Assignee: (unassigned) = Zsombor Egri (zsombi) ** Changed in: ubuntu-ui-toolkit (Ubuntu) Status: New = Confirmed ** Package changed: ubuntu-ui-toolkit (Ubuntu) = ubuntu-ui-toolkit ** Changed in: ubuntu-ui-toolkit Importance: Undecided

[Bug 1221510] Re: When changing ~/.config/ubuntu-ui-toolkit/theme.ini to SuruDark, ProgressBars no longer show up

2013-09-09 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/1221510 Title: When changing ~/.config/ubuntu-ui-toolkit

[Bug 1221813] Re: UBUNTU_UI_TOOLKIT_THEMES_PATH should include a writable path so that users can install themes (or operators can have custom themes)

2013-09-09 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/1221813 Title: UBUNTU_UI_TOOLKIT_THEMES_PATH should

[Bug 1214618] Re: apparmor policy_version is incorrectly set

2013-08-22 Thread Zsombor Egri
JSON cannot store the decimals of a number if those are all zero. Therefore x.0 will always be stored as x. If we need to store the decimals (i.e. major.minor format), then we need to store it as strings. You could then convert those strings into float. On the other hand, just wondering,

[Bug 1215918] Re: import failure when using a project name with dashes with QML Extension Library + Tabbed Touch UI

2013-08-25 Thread Zsombor Egri
If you open HelloTab.qml in Qt Creator you will see that it gives the expected token ';' error for the first dash. Though this link [1] does not give any other definition on what is a qualified module name other than is an identifier specified in dotted URI notation, which uniquely identifies the

[Bug 1215918] Re: import failure when using a project name with dashes with QML Extension Library + Tabbed Touch UI

2013-08-26 Thread Zsombor Egri
I filed a bug [1] against QML Documentation [2], but the feedback from upstream was that dash does not qualify as valid in module names. However QtC allows the dash to be in a module name... [1] https://bugreports.qt-project.org/browse/QTBUG-33170 [2]

[Bug 1216990] [NEW] cannot create custom collection

2013-08-26 Thread Zsombor Egri
Public bug reported: This feature is needed to support Alarms. Alarms should be saved in their own collection to avoid mixing them with other calendar collections. The following code succeeds: QOrganizerManager *manager = new QOrganizerManager(eds); QOrganizerCollection collection;

[Bug 1217254] [NEW] asynchronous saving of a Todo item crashes before the progress is reported

2013-08-27 Thread Zsombor Egri
Public bug reported: Saving a QOrganizerToDo element asynchronously into the default collection (or any dedicated collection i.e. Personal) causes crash in operation before having the operation progress signaled to the operation requester:

[Bug 1297846] Re: ubuntuuitoolkit tests hang on touch_custom suite

2014-03-27 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/1297846 Title: ubuntuuitoolkit tests hang on touch_custom

[Bug 1297846] Re: ubuntuuitoolkit tests hang on touch_custom suite

2014-03-27 Thread Zsombor Egri
Plenty of the tests are showing up only white screen. This happens when the component cannot load the visuals. Either the theme is broken, or the theme engine has bugs. I will check the toolkit gallery, whether that works or not. -- You received this bug notification because you are a member of

[Bug 1035324] Re: [desktop] Desktop Scrollbars

2014-03-28 Thread Zsombor Egri
You can enable toolkit's Scrollbar tumbler by setting the hidden __interactive property to true. This should reveal the tumbler inside the window when the mouse hovers over it. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1182734] Re: Slide out toolbar should be displayed by default on the desktop (swiping is difficult)

2014-03-28 Thread Zsombor Egri
Toolbar could be revealed when the mouse hovers over it. As we discussed, this would be enough for the moment till we have toolbar and we get all the tools migrated into the header. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1182734] Re: Slide out toolbar should be displayed by default on the desktop (swiping is difficult)

2014-03-28 Thread Zsombor Egri
** Changed in: ubuntu-ui-toolkit 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/1182734 Title: Slide out toolbar should be displayed by default on the desktop

[Bug 1297846] Re: ubuntuuitoolkit tests hang on touch_custom suite

2014-03-31 Thread Zsombor Egri
Hmm... I do not see XDG_DATA_DIRS set... -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1297846 Title: ubuntuuitoolkit tests hang on touch_custom suite To manage notifications about this bug go to:

[Bug 1297846] Re: ubuntuuitoolkit tests hang on touch_custom suite

2014-03-31 Thread Zsombor Egri
seem to be broken, like the environment variables would have not been loaded in the tests. ** Changed in: ubuntu-ui-toolkit Assignee: (unassigned) = Zsombor Egri (zsombi) ** Changed in: ubuntu-ui-toolkit Status: New = Confirmed ** Changed in: ubuntu-ui-toolkit Importance: Undecided

[Bug 1283859] Re: Updated recurring alarm values are not reflected in the indicator until phone reboot

2014-03-31 Thread Zsombor Egri
** Branch unlinked: lp:~zsombi/ubuntu-ui-toolkit/alarm-fetch-fix -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1283859 Title: Updated recurring alarm values are not reflected in the indicator

[Bug 1283212] Re: Unable to edit single type alarms and update them

2014-03-31 Thread Zsombor Egri
** Also affects: ubuntu-ui-toolkit Importance: Undecided Status: New ** Changed in: ubuntu-ui-toolkit Importance: Undecided = High ** Changed in: ubuntu-ui-toolkit Assignee: (unassigned) = Zsombor Egri (zsombi) -- You received this bug notification because you are a member

[Bug 1283212] Re: Unable to edit single type alarms and update them

2014-03-31 Thread Zsombor Egri
** Branch linked: lp:~zsombi/ubuntu-ui-toolkit/alarm-fetch-fix ** Changed in: ubuntu-ui-toolkit Status: New = 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/1283212 Title: Unable

[Bug 1182734] Re: Slide out toolbar should be displayed by default on the desktop (swiping is difficult)

2014-03-31 Thread Zsombor Egri
** Changed in: ubuntu-ui-toolkit Milestone: march-2014 = april-2014 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1182734 Title: Slide out toolbar should be displayed by default on the desktop

[Bug 1273184] Re: Remove toolbar

2014-03-31 Thread Zsombor Egri
** Changed in: ubuntu-ui-toolkit Milestone: march-2014 = june-2014 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1273184 Title: Remove toolbar To manage notifications about this bug go to:

[Bug 1297846] Re: ubuntuuitoolkit tests hang on touch_custom suite

2014-03-31 Thread Zsombor Egri
** Changed in: ubuntu-ui-toolkit Milestone: None = april-2014 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1297846 Title: ubuntuuitoolkit tests hang on touch_custom suite To manage

Re: [Bug 1124071] Re: [tabs] Cannot add Tabs programmatically

2014-03-31 Thread Zsombor Egri
It has been planned to be released, but due to CI hiccups and some extra comments I got in the review for documentation, we had to exclude it from the landing. Will be included in the next one, once we manage to sort out whether the current landing fails because of some UITK introduced changes or

[Bug 1124071] Re: [tabs] Cannot add Tabs programmatically

2014-04-01 Thread Zsombor Egri
** Changed in: ubuntu-ui-toolkit Status: Confirmed = In Progress ** Changed in: ubuntu-ui-toolkit Milestone: None = april-2014 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1124071 Title:

[Bug 1204453] Re: Binding loop in MainView when using tabs in unity8 indicators

2014-04-01 Thread Zsombor Egri
** Changed in: ubuntu-ui-toolkit Status: Confirmed = In Progress ** Changed in: ubuntu-ui-toolkit Milestone: None = march-2014 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1204453 Title:

[Bug 1285958] Re: Reccuring Alarm can't be set for sunday

2014-03-06 Thread Zsombor Egri
** Changed in: ubuntu-ui-toolkit 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/1285958 Title: Reccuring Alarm can't be set for sunday To manage

[Bug 1285958] Re: Reccuring Alarm can't be set for sunday

2014-03-06 Thread Zsombor Egri
** Changed in: ubuntu-ui-toolkit Importance: Undecided = High -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1285958 Title: Reccuring Alarm can't be set for sunday To manage notifications about

[Bug 1289194] [NEW] BUG: unable to handle kernel paging request at ffff8801a1ac07f8

2014-03-07 Thread Zsombor Egri
Public bug reported: Ubuntu Trusty Tahr 14.04 beta amd64, running in VMWare Fusion under MacOSX Mavericks. The crash happens when VMWare Fusion's VM settings have 3D graphics accelleration enabled. It is not needed to have full retina display support enabled, only 3D accelleration. ProblemType:

[Bug 1288742] Re: clock app using incorrect path for config file

2014-03-10 Thread Zsombor Egri
Yes, Christian is right. The file has been created by the StateSaver using QSettings default behavior. There is an MR which forces the creation of the file into /tmp folder. The MR has not been landed yet. ** Changed in: ubuntu-ui-toolkit (Ubuntu) Assignee: (unassigned) = Zsombor Egri

[Bug 1283236] Re: Alarms are triggered in UTC tz despite saving in local tz

2014-03-10 Thread Zsombor Egri
** Changed in: ubuntu-ui-toolkit Status: New = 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/1283236 Title: Alarms are triggered in UTC tz despite saving in local tz To manage

[Bug 1124071] Re: [tabs] Cannot add Tabs programmatically

2014-03-11 Thread Zsombor Egri
Yes, the same functionality that was planned with the previous branch attached to the bug is brought back: you will get functions to add tabs dynamically, to reorder them and to remove them. You can also remove statically added tabs too, and you can add them back. -- You received this bug

[Bug 1124071] Re: [tabs] Cannot add Tabs programmatically

2014-03-11 Thread Zsombor Egri
you could eventually branch/take the deb packages and test it :) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1124071 Title: [tabs] Cannot add Tabs programmatically To manage notifications about

[Bug 1288742] Re: clock app using incorrect path for config file

2014-03-11 Thread Zsombor Egri
The MP attached uses QStandardPaths::standardLocations(QStandardPaths::TempLocation)[0] to get the first temp folder to store the file. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1288742 Title:

[Bug 1124071] Re: [tabs] Cannot add Tabs programmatically

2014-06-27 Thread Zsombor Egri
** Changed in: ubuntu-ui-toolkit Milestone: june-2014 = september-2014 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1124071 Title: [tabs] Cannot add Tabs programmatically To manage

[Bug 1297846] Re: ubuntuuitoolkit tests hang on touch_custom suite

2014-06-27 Thread Zsombor Egri
** Changed in: ubuntu-ui-toolkit Milestone: june-2014 = august-2014 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1297846 Title: ubuntuuitoolkit tests hang on touch_custom suite To manage

[Bug 1296832] Re: PinchArea always reports 1.0 scale when a MouseArea is inside of it

2014-06-27 Thread Zsombor Egri
** Changed in: ubuntu-ui-toolkit Status: Confirmed = Invalid ** Changed in: ubuntu-ui-toolkit Milestone: june-2014 = None -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1296832 Title:

[Bug 1180188] Re: [textarea] PgUp/PgDown Don't Work

2014-06-27 Thread Zsombor Egri
** Changed in: ubuntu-ui-toolkit 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/1180188 Title: [textarea] PgUp/PgDown Don't Work To manage notifications

[Bug 1324089] Re: UITK test testThemesRelativePathWithParentOneXDGPathSet fails on Qt 5.3

2014-06-27 Thread Zsombor Egri
** Changed in: ubuntu-ui-toolkit (Ubuntu) Status: Fix Committed = Fix Released ** Changed in: ubuntu-ui-toolkit Status: Fix Committed = Fix Released -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1300668] Re: Cannot use visible property reliably while using Ubuntu Layouts

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

[Bug 1324088] Re: UITK test testCase_InverseMouseAreInWindow() fails on Qt 5.3

2014-06-27 Thread Zsombor Egri
** Changed in: ubuntu-ui-toolkit Status: Fix Committed = Fix Released ** 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.

[Bug 1298886] Re: Layout incorrectly sizes the children in the default layout when using Components{}

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

[Bug 1324070] Re: Failed to create OpenGL context when running ui-toolkit tests under Qt 5.3

2014-06-27 Thread Zsombor Egri
** Changed in: ubuntu-ui-toolkit Status: Fix Committed = Fix Released ** 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.

[Bug 1319401] Re: Clock app alarms ignores the day set by the user

2014-06-27 Thread Zsombor Egri
** Changed in: ubuntu-ui-toolkit 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/1319401 Title: Clock app alarms ignores the day set by the user To manage

[Bug 1204834] Re: PageStack doesn't display default of ConditionalLayout

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

[Bug 1276760] Re: StateSaver must discard saved states after reboot.

2014-03-24 Thread Zsombor Egri
** Changed in: ubuntu-ui-toolkit Status: New = 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/1276760 Title: StateSaver must discard saved states after reboot. To manage

[Bug 1288742] Re: clock app, gallery, etc using incorrect path for config file due to StateSaver

2014-03-25 Thread Zsombor Egri
The MP from UITK should come in the next UITK release. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1288742 Title: clock app, gallery, etc using incorrect path for config file due to StateSaver

[Bug 1297846] Re: ubuntuuitoolkit tests hang on touch_custom suite

2014-05-02 Thread Zsombor Egri
** Changed in: ubuntu-ui-toolkit Milestone: april-2014 = june-2014 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1297846 Title: ubuntuuitoolkit tests hang on touch_custom suite To manage

[Bug 1283236] Re: Alarms are triggered in UTC tz despite saving in local tz

2014-04-07 Thread Zsombor Egri
Yes, Charles, I'm giving the date to qtorganizer-eds transformed into UTC (i.e. 3pm Local time === 3pm UTC). Now, all tasks.ics entries are in UTC. But I guess we agreed that it is OK to have that. If not, eds plugin must do sthing with the time. -- You received this bug notification because you

[Bug 1204453] Re: Binding loop in MainView when using tabs in unity8 indicators

2014-05-15 Thread Zsombor Egri
** Changed in: ubuntu-ui-toolkit Status: In Progress = 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/1204453 Title: Binding loop in MainView when using tabs in unity8 indicators

[Bug 1289194] Re: BUG: unable to handle kernel paging request at ffff8801a1ac07f8

2014-03-12 Thread Zsombor Egri
I've taken the kernel and the system seems to boot well. Both 3D acceleration and use full resolution for Retina display is turned on. The first boot goes well, but after the second one I start getting this: http://pastebin.ubuntu.com/7077754/ Seems the retina is not taken into account. However

[Bug 1276172] Re: Combo button

2014-05-07 Thread Zsombor Egri
** Changed in: ubuntu-ui-toolkit 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/1276172 Title: Combo button To manage notifications about this bug go to:

[Bug 1276821] Re: If mouse is present, invoke long press actions when right mouse click invoked for text area and input fields

2014-05-08 Thread Zsombor Egri
** Changed in: ubuntu-ui-toolkit 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/1276821 Title: If mouse is present, invoke long press actions when right

[Bug 1288937] Re: UbuntuTestCase.qml missing in installs

2014-05-08 Thread Zsombor Egri
** Changed in: ubuntu-ui-toolkit 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/1288937 Title: UbuntuTestCase.qml missing in installs To manage

[Bug 1183255] Re: [text inputs] Revisit text selection in TextField and TextArea

2014-05-08 Thread Zsombor Egri
** Changed in: ubuntu-ui-toolkit 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/1183255 Title: [text inputs] Revisit text selection in TextField and

[Bug 1168914] Re: TextArea should allow mouse selections if mouse present

2014-05-08 Thread Zsombor Egri
** Changed in: ubuntu-ui-toolkit 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/1168914 Title: TextArea should allow mouse selections if mouse present To

[Bug 1296832] Re: PinchArea always reports 1.0 scale when a MouseArea is inside of it

2014-05-08 Thread Zsombor Egri
** Changed in: ubuntu-ui-toolkit Importance: High = Low -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1296832 Title: PinchArea always reports 1.0 scale when a MouseArea is inside of it To

[Bug 1316057] Re: webbrowser-app AP failures after UITK upgrade

2014-05-08 Thread Zsombor Egri
** Also affects: ubuntu-keyboard Importance: Undecided Status: New -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1316057 Title: webbrowser-app AP failures after UITK upgrade To manage

[Bug 1316057] Re: webbrowser-app AP failures after UITK upgrade

2014-05-08 Thread Zsombor Egri
I did some investigation on what are the differences on the input elements (TextInput and TextEdit used in TextField and TextArea) and found that autoFocusOnPressed is the only difference on the component setup. In the previous setup we had this property untouched (its default value is true) and

[Bug 1259228] Re: ls: cannot access *.qml: No such file or directory in Layouts

2014-05-08 Thread Zsombor Egri
** Changed in: ubuntu-ui-toolkit 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/1259228 Title: ls: cannot access *.qml: No such file or directory in

[Bug 1283859] Re: Updated recurring alarm values are not reflected in the indicator until phone reboot

2014-02-24 Thread Zsombor Egri
Alarms fetched in Alarms API are getting their date from the due date, which is the due date of the next occurrence. The question is whether I get a proper date at fetch time if I do not set the due date for the original event. Or is the due date for the individual occurrences set independently

[Bug 1280359] Re: Ubuntu Layouts causes application to crash while switching from one layout to the other

2014-02-25 Thread Zsombor Egri
** Changed in: ubuntu-ui-toolkit Status: In Progress = Fix Released ** Changed in: ubuntu-clock-app Status: In Progress = Fix Released -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1283859] Re: Updated recurring alarm values are not reflected in the indicator until phone reboot

2014-02-25 Thread Zsombor Egri
Ahh, sorry, my comments are on the wrong bug :) Let me check if I can get rid of the dueDate() and rely only on startDate() -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1283859 Title: Updated

[Bug 1283236] Re: Alarms are triggered in UTC tz despite saving in local tz

2014-02-27 Thread Zsombor Egri
) Assignee: (unassigned) = Zsombor Egri (zsombi) ** Package changed: ubuntu-ui-toolkit (Ubuntu) = ubuntu-ui-toolkit ** Changed in: ubuntu-ui-toolkit Importance: Undecided = High -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu

[Bug 1283236] Re: Alarms are triggered in UTC tz despite saving in local tz

2014-02-27 Thread Zsombor Egri
I meant transform the local hour into exactly same UTC time (i.e. 3:00am UTC+2 onto 3:00am UTC). Would this be good enough? Or would this still contain TZ info? -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1286019] [NEW] test application segfaults with qtorganizer5-eds and UI toolkit trunks

2014-02-28 Thread Zsombor Egri
Public bug reported: Steps to reproduce: 1. Install stock qtorganizer-eds 2. branch UITK (lp:ubuntu-ui-toolkit) 3. build UI toolkit 4. execute Alarm test application from the branched UITK: qmlscene - I modules tests/resources/alarm/Alarms.qml 4. do not do anything, just close the test

[Bug 1286019] Re: test application segfaults with qtorganizer5-eds and UI toolkit trunks

2014-02-28 Thread Zsombor Egri
One additional issue is that after EDS backend is instantiated, all debug traces are eaten, i.e. none of them appear on the output. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1286019 Title: test

[Bug 1286262] Re: License text is tiny

2014-03-04 Thread Zsombor Egri
I don't get this: Another possible solution would be to remove Text{} from the SDK altogether,. Text is NOT an SDK component, it's a QtQuick one. So if someone uses Text instead of Label, the font properties the Label applies (fontFamily and fontSize) will not be applied at all. Thus bugs on Text

[Bug 1286262] Re: License text is tiny

2014-03-04 Thread Zsombor Egri
We simply cannot theme Text as it is not our component. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1286262 Title: License text is tiny To manage notifications about this bug go to:

[Bug 1286262] Re: License text is tiny (Text widget not looking integrated)

2014-03-04 Thread Zsombor Egri
So, to be clear, if an app developer decides to use Text instead of Label, it is up to the developer to set the font and color properties to be in par with the UI. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1124071] Re: [tabs] Cannot add Tabs programmatically

2014-04-16 Thread Zsombor Egri
We had to draw back the change again from landing, as conflicts with the changes we have for the header. We will reload the work once the header changes are completed. Moved to june milestone. ** Changed in: ubuntu-ui-toolkit Status: Fix Committed = Confirmed ** Changed in:

  1   2   3   4   5   6   7   8   9   10   >