[Ubuntu-sdk-bugs] [Bug 1647417] [NEW] AdaptivePageLayout breaks on loading heavy pages

2016-12-05 Thread Michael Zanetti
Public bug reported: When the pages to be loaded by AdaptivePageLayout are heavy (say, require a second to build up), the APL, because of his async nature by default, still allows user interaction while creating the page. If during that time the user triggers another action that would push

[Ubuntu-sdk-bugs] [Bug 1634879] Re: No back button if you select two different pages rapidly

2016-11-19 Thread Michael Zanetti
I can see this too, in apps using the AdaptivePageLayout. Reassigning to UITK ** Project changed: guitar-tools => ubuntu-ui-toolkit (Ubuntu) ** Changed in: ubuntu-ui-toolkit (Ubuntu) Assignee: Simon Stürz (stuerz-simon) => Tim Peeters (tpeeters) ** Changed in: ubuntu-ui-toolkit (Ubuntu)

[Ubuntu-sdk-bugs] [Bug 1641943] Re: Installing bouncer looks out of place

2016-11-15 Thread Michael Zanetti
** Package changed: unity-scope-click (Ubuntu) => ubuntu-ui-toolkit (Ubuntu) ** Also affects: unity8 (Ubuntu) Importance: Undecided Status: New -- You received this bug notification because you are a member of Ubuntu SDK bug tracking, which is subscribed to ubuntu-ui-toolkit in

[Ubuntu-sdk-bugs] [Bug 1630278] Re: Multiple text selection handles visible in Notes app

2016-10-05 Thread Michael Zanetti
closing for notes app as this is a standard SDK component ** Changed in: reminders-app Status: New => Invalid ** Changed in: notes-app (Ubuntu) Status: New => Invalid -- You received this bug notification because you are a member of Ubuntu SDK bug tracking, which is subscribed to

[Ubuntu-sdk-bugs] [Bug 1615265] Re: OpenStreetMap Plugin for Map QML type broken

2016-08-25 Thread Michael Zanetti
** Package changed: ubuntu-ui-toolkit (Ubuntu) => qtlocation-opensource- src (Ubuntu) ** Also affects: canonical-devices-system-image Importance: Undecided Status: New -- You received this bug notification because you are a member of Ubuntu SDK bug tracking, which is subscribed to

[Ubuntu-sdk-bugs] [Bug 1595910] Re: review input field: send button issues with predictive OSK

2016-06-24 Thread Michael Zanetti
The linked branch updates the dash to use displayText, still it doesn't work as TextArea in uitk seems to not handle that correctly either (at least it seems to differ from TextField's behavior) ** Also affects: ubuntu-ui-toolkit Importance: Undecided Status: New ** No longer affects:

[Ubuntu-sdk-bugs] [Bug 1591334] [NEW] [QtCreator/LXD] Can't build amd64 packages

2016-06-10 Thread Michael Zanetti
Public bug reported: I've created a LXD container for amd64. Trying to build a click package with the "publish" tab in QtCreator, it says "It is not supported to create click packages for a non UbuntuSDK target" This is when trying to build a amd64 package of the terminal app, which is required

[Ubuntu-sdk-bugs] [Bug 1591243] [NEW] ListItemActions trigger too easily

2016-06-10 Thread Michael Zanetti
Public bug reported: When having a scrollable list with ListItems and the ListItems have ListItemActions, the ListItemActions are revealed too easily. It happens very often that one accidentally opens the ListItemActions when instead he wanted to scroll the list up/down. That should be tweaked a

[Ubuntu-sdk-bugs] [Bug 1552928] Re: New bottom edge component is harder to flick up

2016-06-04 Thread Michael Zanetti
** Also affects: canonical-devices-system-image Importance: Undecided Status: New -- You received this bug notification because you are a member of Ubuntu SDK bug tracking, which is subscribed to ubuntu-ui-toolkit in Ubuntu. https://bugs.launchpad.net/bugs/1552928 Title: New bottom

[Ubuntu-sdk-bugs] [Bug 1584093] [NEW] Running an app on the phone with the SDK gets python spinning on 100% cpu

2016-05-20 Thread Michael Zanetti
Public bug reported: Run an app on the phone with the SDK. python will spin at 100% cpu permanently. This causes multiple issues: * it's odd to debug your apps because they are slowed down a lot * while developing with the device, battery drains faster than it charges, even though plugged to

[Ubuntu-sdk-bugs] [Bug 1584061] [NEW] Update SDK Templates to wrap MainView in a Window item

2016-05-20 Thread Michael Zanetti
Public bug reported: Currently, like 99% of the apps don't work well on windowed environments in a sense that they neither set preferred/minimum/maximum sizes, or window titles etc. Currently MainView does not support those things (and it'll be hard to add since we're talking about everything a

[Ubuntu-sdk-bugs] [Bug 1577002] [NEW] Running app from QtCreator wipes associated accounts

2016-04-30 Thread Michael Zanetti
Public bug reported: Developing an app that uses Online Accounts, every time you run the app on the device, it will remove all the associated Online Accounts. This requires you to type the login credentials again and again with the OSK on every test run. ** Affects:

[Ubuntu-sdk-bugs] [Bug 1576989] [NEW] stale lock files freeze apps

2016-04-30 Thread Michael Zanetti
Public bug reported: Debugging why the Notes app would freeze for some people, I found there were some stale .lock files around. Those .lock files are autocreated by QSettings (with QLockFile) when this file is edited. Problem is, that it sometimes seems to happen that the app is suspended by our

[Ubuntu-sdk-bugs] [Bug 1572093] [NEW] Action's iconSource property not used in ListItemActions

2016-04-19 Thread Michael Zanetti
Public bug reported: This code doesn't work, the icon is missing. It only works with iconName. trailingActions: ListItemActions { actions: [ Action { iconSource: "qrc:///src/gui/ubuntu/icons/swap-with-via.svg" } ] } ** Affects: ubuntu-ui-toolkit (Ubuntu)

[Ubuntu-sdk-bugs] [Bug 1571576] [NEW] Text in TextField not vertically centered

2016-04-18 Thread Michael Zanetti
Public bug reported: Running any application written with the Ubuntu UI toolkit on xenial, all the texts in TextFields are not properly centered vertically. Example screenshots: http://i.imgur.com/OKiz8Sx.png http://i.imgur.com/FMhyVvM.png ** Affects: ubuntu-ui-toolkit (Ubuntu)

[Ubuntu-sdk-bugs] [Bug 1570886] [NEW] Tabs mix up initial page/title

2016-04-15 Thread Michael Zanetti
Public bug reported: Running the follwoing snippet it will show Page 1 but have Page 2 in the title. import QtQuick 2.4 import Ubuntu.Components 1.3 MainView { Tabs { Tab { title: "Page 1" page: Page { title: i18n.tr("Page 1")

[Ubuntu-sdk-bugs] [Bug 1569447] [NEW] QML Icon: Binding loop detected for property "implicitHeight"

2016-04-12 Thread Michael Zanetti
Public bug reported: This warning appears every time an Icon is created without explicitly setting implicitWidth/height on it. When used inside QtQuick.Layouts, this can even freeze the app as the loop is not detected and broken up. ** Affects: ubuntu-ui-toolkit (Ubuntu) Importance:

[Ubuntu-sdk-bugs] [Bug 1568016] [NEW] Freezes in uitk

2016-04-08 Thread Michael Zanetti
Public bug reported: Ever since moving to uitk 1.3, I see occational freezes, mostly related to page push/pop operations. This happens very randomly but causes the app to freeze and requires a restart. I've triggered such freezes in many situations in all sorts of different apps but never could

[Ubuntu-sdk-bugs] [Bug 1565811] [NEW] PageHeader should not have a back action if it's the first page on the stack

2016-04-04 Thread Michael Zanetti
Public bug reported: In this example, the header will have a back action. Pressing it, leaves us with an empty page stack. This is unexpected. PageStack { Component.onCompleted: push(p1) Page { id: p1 header: PageHeader { title: i18n.tr("untitled21") }

[Ubuntu-sdk-bugs] [Bug 1561561] [NEW] Turbo is not supported

2016-03-24 Thread Michael Zanetti
Public bug reported: Plugging a Turbo phone to the SDK won't make it appear in the devices tab. The log says: Detecting device.. 860BCMJ22DCU device usb:1-2 product:occam model:Nexus_4 device:mako arch:aarch64 Error: Can not register device 860BCMJ22DCU. Architecture aarch64 is not supported.

[Ubuntu-sdk-bugs] [Bug 1404188] Re: QNetworkSession::isOpen() always returns false

2016-03-19 Thread Michael Zanetti
I've just tested this. It is *NOT* fixed. ** Changed in: canonical-devices-system-image Status: Fix Released => Confirmed ** Changed in: qtbase-opensource-src (Ubuntu) Status: Fix Released => Confirmed ** Changed in: qtbase-opensource-src (Ubuntu RTM) Status: Fix Released

[Ubuntu-sdk-bugs] [Bug 1556971] [NEW] ListItem pressed highlight gets stuck when scrolling

2016-03-14 Thread Michael Zanetti
Public bug reported: With the attached snippet, when you press on an item to activate the pressed highlight and then start dragging, sometimes the pressed state gets stuck. The ListItem will continue to be highlighted and won't react to presses any more. ** Affects: ubuntu-ui-toolkit (Ubuntu)

[Ubuntu-sdk-bugs] [Bug 1554063] [NEW] AbstractButton clicked/pressAndHold should provide MouseEvent parameter

2016-03-07 Thread Michael Zanetti
Public bug reported: Sometimes it'd be useful in an AbstractButton to access the MouseEvent paramter just like QML's MouseArea has. Please consider adding it. ** Affects: ubuntu-ui-toolkit (Ubuntu) Importance: Undecided Status: New -- You received this bug notification because

[Ubuntu-sdk-bugs] [Bug 1552928] [NEW] New bottom edge component is harder to flick up

2016-03-03 Thread Michael Zanetti
Public bug reported: I usually hold the phone in one hand and open the bottom edge by flicking up from the bottom with the thumb. This worked fine with the previous bottom edge, however, with the new one, there seems to be larger amount of dragging required. I keep on failing to open the bottom

[Ubuntu-sdk-bugs] [Bug 1549680] [NEW] QtCreator doesn't work with translations any more

2016-02-25 Thread Michael Zanetti
Public bug reported: The template creates a translation file in "po/appid.pot". As long as there are no translations, everything is fine. But once translated files come in this starts to break. The build scripts want to find "po/template.pot". In addition to that, it fails to create the

[Ubuntu-sdk-bugs] [Bug 1536669] Re: "BottomEdge" component does not support automatic mouse detection

2016-02-04 Thread Michael Zanetti
** Project changed: mir => mir (Ubuntu) -- You received this bug notification because you are a member of Ubuntu SDK bug tracking, which is subscribed to ubuntu-ui-toolkit in Ubuntu. https://bugs.launchpad.net/bugs/1536669 Title: "BottomEdge" component does not support automatic mouse

[Ubuntu-sdk-bugs] [Bug 1521518] Re: No way to invoke OSK when a hardware keyboard is connected

2016-02-03 Thread Michael Zanetti
** Also affects: ubuntu-keyboard Importance: Undecided Status: New -- You received this bug notification because you are a member of Ubuntu SDK bug tracking, which is subscribed to ubuntu-ui-toolkit in Ubuntu. https://bugs.launchpad.net/bugs/1521518 Title: No way to invoke OSK when

[Ubuntu-sdk-bugs] [Bug 1539862] Re: Dump in click build . in Ubuntu Xenial alpha2

2016-02-01 Thread Michael Zanetti
** Project changed: qtcreator-plugin-ubuntu => qtcreator-plugin-ubuntu (Ubuntu) -- You received this bug notification because you are a member of Ubuntu SDK bug tracking, which is subscribed to ubuntu-ui-toolkit in Ubuntu. https://bugs.launchpad.net/bugs/1539862 Title: Dump in click build .

[Ubuntu-sdk-bugs] [Bug 1539862] Re: Dump in click build . in Ubuntu Xenial alpha2

2016-02-01 Thread Michael Zanetti
** Also affects: canonical-developer-experience Importance: Undecided Status: New ** Also affects: qtcreator-plugin-ubuntu Importance: Undecided Status: New -- You received this bug notification because you are a member of Ubuntu SDK bug tracking, which is subscribed to

[Ubuntu-sdk-bugs] [Bug 1537810] [NEW] When entering a password with the keyboard on an external screen, the letters are shown in plaintext

2016-01-25 Thread Michael Zanetti
Public bug reported: This feature (the last character of a password is shown in plaintext for a second) is quite nice for devices where the input method is likely to produce mistakes (aka OSK) in combination of a small screen that can only be seen by the user (phone, tablet). In pocket desktop

[Ubuntu-sdk-bugs] [Bug 1438072] Re: QCameraInfo::availableCameras() returns empty list on qtubuntu, works on xcb

2016-01-08 Thread Michael Zanetti
** Also affects: canonical-developer-experience Importance: Undecided Status: New -- You received this bug notification because you are a member of Ubuntu SDK bug tracking, which is subscribed to qtmultimedia-opensource-src in Ubuntu. https://bugs.launchpad.net/bugs/1438072 Title:

[Ubuntu-sdk-bugs] [Bug 1531814] [NEW] Syntax highlighting broken for ListItem

2016-01-07 Thread Michael Zanetti
Public bug reported: ListItem is not recognized by the syntax highlighter (and with that no code completion for it) http://i.imgur.com/hEDwMYR.png ** Affects: canonical-developer-experience Importance: Undecided Status: New ** Affects: ubuntu-ui-toolkit (Ubuntu) Importance:

[Ubuntu-sdk-bugs] [Bug 1531817] [NEW] import statements broken in uitk documentation

2016-01-07 Thread Michael Zanetti
Public bug reported: It says: Since 1.3 Import statement: 1.2 http://i.imgur.com/KZMpObN.png ** Affects: canonical-developer-experience Importance: Undecided Status: New ** Affects: ubuntu-ui-toolkit (Ubuntu) Importance: Undecided Status: New ** Also affects:

[Ubuntu-sdk-bugs] [Bug 1531815] [NEW] Syntax highlighting broken for UbuntuShape

2016-01-07 Thread Michael Zanetti
Public bug reported: Syntax highlighting not working for UbuntuShape, and with that also no code completion for it: http://i.imgur.com/sh3aogD.png ** Affects: canonical-developer-experience Importance: Undecided Status: New ** Affects: ubuntu-ui-toolkit (Ubuntu) Importance:

[Ubuntu-sdk-bugs] [Bug 1426505] Re: Clicking on an entry in the datetime indicator always opens the calendar app

2015-12-09 Thread Michael Zanetti
** Also affects: canonical-devices-system-image Importance: Undecided Status: New -- You received this bug notification because you are a member of Ubuntu SDK bug tracking, which is subscribed to qtorganizer5-eds in Ubuntu. https://bugs.launchpad.net/bugs/1426505 Title: Clicking on

[Ubuntu-sdk-bugs] [Bug 1522007] [NEW] .desktop file not found in template

2015-12-02 Thread Michael Zanetti
Public bug reported: * Open Ubuntu SDK * select "new project" * select the "QtQuick app with QML UI (qmake)" * try to run it on the phone Problem: the .desktop file can't be found. One needs to manually fix the .pro file. ** Affects: canonical-developer-experience Importance: Undecided

[Ubuntu-sdk-bugs] [Bug 1480877] Re: Access points' "PropertiesChanged" dbus signals freeze UI on mobile devices

2015-11-13 Thread Michael Zanetti
** Package changed: unity8 (Ubuntu RTM) => qtbase-opensource-src (Ubuntu) ** Also affects: unity8 Importance: Undecided Status: New -- You received this bug notification because you are a member of Ubuntu SDK bug tracking, which is subscribed to qtbase-opensource-src in Ubuntu.

[Ubuntu-sdk-bugs] [Bug 1420169] Re: Alarms don't set RTC alarm to wake up the phone

2015-11-05 Thread Michael Zanetti
** Also affects: canonical-devices-system-image Importance: Undecided Status: New -- You received this bug notification because you are a member of Ubuntu SDK bug tracking, which is subscribed to ubuntu-ui-toolkit in Ubuntu. https://bugs.launchpad.net/bugs/1420169 Title: Alarms

[Ubuntu-sdk-bugs] [Bug 1513003] [NEW] AdaptivePageLayout doesn't allow hiding a Page header

2015-11-04 Thread Michael Zanetti
Public bug reported: Trying to port reminders-app to use an APL instead of my home-brew multicolumn thing, I noticed that it's no longer possible to hide a Page's header using: head { visible: false locked: true } This was hiding the page header successfully with a PageStack, however,

[Ubuntu-sdk-bugs] [Bug 1367459] Re: Messaging app should not rotate upside down

2015-10-05 Thread Michael Zanetti
** Changed in: unity8 (Ubuntu) Status: Triaged => Fix Released ** Changed in: ubuntu-ui-toolkit (Ubuntu) Status: Triaged => Invalid -- You received this bug notification because you are a member of Ubuntu SDK bug tracking, which is subscribed to ubuntu-ui-toolkit in Ubuntu.

[Ubuntu-sdk-bugs] [Bug 1497145] [NEW] UbuntuShape is missing type information

2015-09-18 Thread Michael Zanetti
Public bug reported: In the UbuntuSDK, the UbuntuShape does not support autocompletion, will not be recognized by the Syntax highlighter and code completion does not work for its properties. In short, it's missing all type information for the IDE. ** Affects: ubuntu-ui-toolkit (Ubuntu)

[Ubuntu-sdk-bugs] [Bug 1495471] [NEW] ListItems.Subtitled subText not visible on SuruDark

2015-09-14 Thread Michael Zanetti
Public bug reported: As the title says. See attached qml file for an example. ** Affects: ubuntu-ui-toolkit (Ubuntu) Importance: Undecided Status: New -- You received this bug notification because you are a member of Ubuntu SDK bug tracking, which is subscribed to

[Ubuntu-sdk-bugs] [Bug 1495477] [NEW] TextField placeholderText not visible on SuruDark

2015-09-14 Thread Michael Zanetti
Public bug reported: As summary says, see attached example qml. ** Affects: ubuntu-ui-toolkit (Ubuntu) Importance: Undecided Status: New -- You received this bug notification because you are a member of Ubuntu SDK bug tracking, which is subscribed to ubuntu-ui-toolkit in Ubuntu.

[Ubuntu-sdk-bugs] [Bug 1495473] [NEW] ItemSelector has "highlighted" background always on on SuruDark

2015-09-14 Thread Michael Zanetti
Public bug reported: On SuruDark, the ItemSelector looks like being active all the time. See attached example qml. ** Affects: ubuntu-ui-toolkit (Ubuntu) Importance: Undecided Status: New ** Attachment added: "selectorbug.qml"

[Ubuntu-sdk-bugs] [Bug 1495475] [NEW] DatePicker hard to use/read when in Dialogs and SuruDark theme

2015-09-14 Thread Michael Zanetti
Public bug reported: As the summary says, see attached example qml ** Affects: ubuntu-ui-toolkit (Ubuntu) Importance: Undecided Status: New ** Attachment added: "datepickerbug.qml" https://bugs.launchpad.net/bugs/1495475/+attachment/4463961/+files/datepickerbug.qml -- You

[Ubuntu-sdk-bugs] [Bug 1381534] Re: Crashes on Nexus 7

2015-09-12 Thread Michael Zanetti
** Also affects: qtubuntu-camera Importance: Undecided Status: New ** Project changed: qtubuntu-camera => qtubuntu-camera (Ubuntu) ** Changed in: tagger Assignee: Ricardo Salveti (rsalveti) => (unassigned) ** Changed in: tagger Status: Confirmed => Invalid ** Changed in:

[Ubuntu-sdk-bugs] [Bug 1494282] [NEW] ListItemActions are very hard to tap on

2015-09-10 Thread Michael Zanetti
Public bug reported: Using Ubuntu.Components 1.3 and ListItem, the leading/trainling Actions are *very* hard to tap using touch. Can't see the issue with a Mouse, just with Touch. There's multiple issues I think. * The items (or at least the clickable areas) are too small so they are hard to

[Ubuntu-sdk-bugs] [Bug 1494534] [NEW] default template generates broken translations

2015-09-10 Thread Michael Zanetti
Public bug reported: Testing ubuntu-sdk-ide version 3.5.0+15.10.20150829-0ubuntu1~0vivid4 from ppa:ubuntu-sdk-team/tools-development creates broken translations templates. This is because the default app name has changed to be the same as the project name instead of "app". Steps to reproduce: *

[Ubuntu-sdk-bugs] [Bug 1413121] Re: MainView is missing an API to lock to landscape

2015-08-28 Thread Michael Zanetti
Reopening, this really needs to be changeable during runtime. The current entry in the .desktop file is not enough. ** Changed in: ubuntu-ui-toolkit (Ubuntu) Status: Invalid = New -- You received this bug notification because you are a member of Ubuntu SDK bug tracking, which is

[Ubuntu-sdk-bugs] [Bug 1375163] Re: Stop and restart the camera automatically when app changes active state

2015-08-19 Thread Michael Zanetti
This can be reproduced by opening uTorch, leaving it open and then open the camera-app. The camera app will be broken. ** Also affects: canonical-devices-system-image Importance: Undecided Status: New -- You received this bug notification because you are a member of Ubuntu SDK bug

[Ubuntu-sdk-bugs] [Bug 1485701] [NEW] Label in Dialog invisible when using SuruDark theme

2015-08-17 Thread Michael Zanetti
Public bug reported: See attached example qml ** Affects: ubuntu-ui-toolkit (Ubuntu) Importance: Undecided Status: New ** Attachment added: labelbug.qml https://bugs.launchpad.net/bugs/1485701/+attachment/4446061/+files/labelbug.qml -- You received this bug notification

[Ubuntu-sdk-bugs] [Bug 1462489] Re: Allow apps to keep the screen on

2015-08-14 Thread Michael Zanetti
** Changed in: unity-system-compositor (Ubuntu) Status: Confirmed = Fix Released -- You received this bug notification because you are a member of Ubuntu SDK bug tracking, which is subscribed to ubuntu-ui-toolkit in Ubuntu. https://bugs.launchpad.net/bugs/1462489 Title: Allow apps to

[Ubuntu-sdk-bugs] [Bug 1404188] Re: QNetworkSession::isOpen() always returns false

2015-07-24 Thread Michael Zanetti
** Also affects: canonical-devices-system-image Importance: Undecided Status: New -- You received this bug notification because you are a member of Ubuntu SDK bug tracking, which is subscribed to qtbase-opensource-src in Ubuntu. https://bugs.launchpad.net/bugs/1404188 Title:

[Ubuntu-sdk-bugs] [Bug 1478147] [NEW] hidden header allows clicking the back button while animating away

2015-07-24 Thread Michael Zanetti
Public bug reported: Create a Page with a hidden header: head { visible: false locked: true } When pushing this page to the stack, the header will hide by animating to the top. During this animation the back button can be seen and also be pressed which causes the page to be popped from the

[Ubuntu-sdk-bugs] [Bug 1404188] Re: QNetworkSession::isOpen() always returns false

2015-07-23 Thread Michael Zanetti
This is still not working ** Also affects: apparmor-easyprof-ubuntu Importance: Undecided Status: New -- You received this bug notification because you are a member of Ubuntu SDK bug tracking, which is subscribed to qtbase-opensource-src in Ubuntu.

[Ubuntu-sdk-bugs] [Bug 1473546] Re: Text selector and cursor hidden beneath keyboard

2015-07-10 Thread Michael Zanetti
** Project changed: ubuntu-ui-toolkit = ubuntu-ui-toolkit (Ubuntu) ** Also affects: ubuntu-ux Importance: Undecided Status: New ** Also affects: ubuntu-keyboard Importance: Undecided Status: New -- You received this bug notification because you are a member of Ubuntu SDK

[Ubuntu-sdk-bugs] [Bug 1460290] Re: Build click package doesn't honor project's qmake and make args

2015-06-16 Thread Michael Zanetti
Ok. This seems to work after all. Seems I only added the qmake option to the debug build configuration while the publish package step obviously uses the release configuration. Sorry for the noise. ** Changed in: qtcreator-plugin-ubuntu (Ubuntu) Status: New = Invalid -- You received this

[Ubuntu-sdk-bugs] [Bug 1461729] [NEW] calling pageStack.pop() in a loop pops too much

2015-06-03 Thread Michael Zanetti
Public bug reported: In Ubuntu.Components 1.1 this was working fine to pop everything from a PageStack except the first page: while (pageStack.depth 1) { pageStack.pop() } In Ubuntu.Components 1.2 this does no longer work, because it pops the first page

[Ubuntu-sdk-bugs] [Bug 1455567] [NEW] UbuntuShape fails to antialias when created while device is in landscape

2015-05-15 Thread Michael Zanetti
Public bug reported: Steps to reproduce: * flash latest vivid image * open the gallery * rotate device to landscape * pull in the launcher from above = see how launcher icons are not antialiased http://i.imgur.com/dh40r0N.png Or another way: * Open some random app * Rotate the device to

[Ubuntu-sdk-bugs] [Bug 1454210] [NEW] accounts are lost each time the app is ran on the device

2015-05-12 Thread Michael Zanetti
Public bug reported: In vivid, whenever I run an app containing an Online Accounts plugin on the device, all my accounts are destroyed. This makes working with online Accounts extremely cumbersome as one needs to re-enter account credentials on every run. This does not happen if I install an

[Ubuntu-sdk-bugs] [Bug 1426505] [NEW] Clicking on an entry in the datetime indicator always opens the calendar app

2015-02-27 Thread Michael Zanetti
Public bug reported: In the reminders-app I create some QtOrganizer entries in the DateTime indicator. They appear correctly, they ring when they should and disappear again. However, if the user taps on one of those entries, it always opens the calendar app, instead of the reminders-app. **

[Ubuntu-sdk-bugs] [Bug 1420169] [NEW] Alarms don't set RTC alarm to wake up the phone

2015-02-10 Thread Michael Zanetti
Public bug reported: The alarms API is not setting the device's RTC alarm to power on the phone when an alarm should ring and the device is powered off. This causes alarms to be lost. ** Affects: ubuntu-ui-toolkit (Ubuntu) Importance: Undecided Status: New -- You received this

[Ubuntu-sdk-bugs] [Bug 1418062] [NEW] Devices tab looks odd with higher GRID_UNIT_PX settings

2015-02-04 Thread Michael Zanetti
Public bug reported: Here's a screenshot of the devices tab on a high dpi screen: http://i.imgur.com/1e6TgP6.png to reproduce, just export GRID_UNIT_PX=16 before starting qtcreator. ** Affects: qtcreator-plugin-ubuntu (Ubuntu) Importance: Undecided Status: New -- You received

[Ubuntu-sdk-bugs] [Bug 1413801] [NEW] TextField's placeHolderText invisible inside a dialog

2015-01-22 Thread Michael Zanetti
Public bug reported: Using a dark background in an application, a Dialog and a TextField inside that Dialog renders the placeholderText nearly invisible. ** Affects: ubuntu-ui-toolkit (Ubuntu) Importance: Undecided Status: New -- You received this bug notification because you are

[Ubuntu-sdk-bugs] [Bug 1413121] [NEW] MainView is missing an API to lock to landscape

2015-01-21 Thread Michael Zanetti
Public bug reported: The MainView offers an api to lock the app to landscape. For games however, it's common to require landscape mode. This is not supported and causes most of the games to show a notice like Please rotate the device when in portrait mode which looks not very professional. **

[Ubuntu-sdk-bugs] [Bug 1412622] Re: Can't turn off vibrate-on-touch in the dash

2015-01-20 Thread Michael Zanetti
need design input on this ** Also affects: ubuntu-ux Importance: Undecided Status: New ** Changed in: ubuntu-ui-toolkit (Ubuntu) Status: New = Incomplete ** Changed in: unity8 (Ubuntu) Status: New = Incomplete -- You received this bug notification because you are a

[Ubuntu-sdk-bugs] [Bug 1404188] Re: QNetworkSession::isOpen() always returns false

2015-01-08 Thread Michael Zanetti
This upstream patch removes the use of Introspect: https://codereview .qt-project.org/#/c/102665/ However, apparmor still prevents the required Get calls on properties so it still doesn't work and prints the error pasted in comment #3. ** Also affects: apparmor-easyprof-ubuntu Importance:

[Ubuntu-sdk-bugs] [Bug 1378817] Re: apparmor denial for /home/phablet/.local/share/applications/ and /usr/share/applications/

2014-10-09 Thread Michael Zanetti
Status: New = Opinion ** Changed in: reminders-app Status: New = Opinion ** Changed in: tagger Assignee: (unassigned) = Michael Zanetti (mzanetti) ** Changed in: reminders-app Assignee: (unassigned) = Michael Zanetti (mzanetti) -- You received this bug notification because you

[Ubuntu-sdk-bugs] [Bug 1283032] Re: PageHeader doesn't render correctly

2014-07-27 Thread Michael Zanetti
** Changed in: unity8 Status: New = Fix Released ** Changed in: ubuntu-ui-toolkit (Ubuntu) Status: New = Fix Released -- You received this bug notification because you are a member of Ubuntu SDK bug tracking, which is subscribed to ubuntu-ui-toolkit in Ubuntu.

[Ubuntu-sdk-bugs] [Bug 1333150] [NEW] scrolling in Qt 5.3 ignores scrolling settings

2014-06-23 Thread Michael Zanetti
Public bug reported: Since Qt 5.3 scrolling doesn't regard any settings any more. That means that scrolling speed in Qt 5.3 applications differs from other applications and depending on the setup, scroll direction is inverted for Qt 5.3 applications (All the touch apps and QtCreator in