[Ubuntu-sdk-bugs] [Bug 1534776] Re: Notification sounds cause multimedia to pause

2016-02-24 Thread Michał Karnicki
** No longer affects: telegram-app -- You received this bug notification because you are a member of Ubuntu SDK bug tracking, which is subscribed to qtubuntu-media in Ubuntu. https://bugs.launchpad.net/bugs/1534776 Title: Notification sounds cause multimedia to pause Status in Canonical Syste

[Ubuntu-sdk-bugs] [Bug 1513449] [NEW] 1.3 DraggingArea reference error MathUtils is not defined

2015-11-05 Thread Michał Karnicki
Public bug reported: This shows up in the log: - when resizing the app window on desktop (15.04 with phone overlay installed) - occasionally on the phone I think the error is pretty obvious, so probably the bug report need to be super detailed. file:///usr/lib/x86_64-linux- gnu/qt5/qml/Ubuntu/Co

[Ubuntu-sdk-bugs] [Bug 1501706] [NEW] DraggingArea.qml - MathUtils is not defined

2015-10-01 Thread Michał Karnicki
Public bug reported: Latest rc-proposed. file:///usr/lib/arm-linux-gnueabihf/qt5/qml/Ubuntu/Components/1.3/DraggingArea.qml:27: ReferenceError: MathUtils is not defined when calling .open() on a Panel component. Similar to: https://bugs.launchpad.net/ubuntu-ui-toolkit/+bug/1248731 ** Affects:

[Ubuntu-sdk-bugs] [Bug 1501397] [NEW] Can't use Action id's in ActionList

2015-09-30 Thread Michał Karnicki
Public bug reported: Latest rc-proposed, UbuntuComponents 1.3 I can't use Action id's to compile an ActionList in order to re-use those actions elsewhere. Please see example: http://paste.ubuntu.com/12625111/ You may want to reference ActionSelectionPopover documentation here: https://developer

[Ubuntu-sdk-bugs] [Bug 1500934] [NEW] The new AdaptivePageLayout should allow replacing primaryPage

2015-09-29 Thread Michał Karnicki
Public bug reported: The new AdaptivePageLayout does not allow replacing of the primaryPage. Simplest use case: primaryPage: isSignedIn ? masterPage : signInPage I've explained in more detail in the #sdk channel, it seems I have convinced two developers the limitation of not allowing to replace

[Ubuntu-sdk-bugs] [Bug 1497298] Re: Not all translations extracted in qmake projects

2015-09-21 Thread Michał Karnicki
This can be workaround by using N_ instead. Not a bug, just lack in documentation. ** Changed in: qtcreator-plugin-ubuntu (Ubuntu) Status: New => Invalid -- You received this bug notification because you are a member of Ubuntu SDK bug tracking, which is subscribed to qtcreator-plugin-ubun

[Ubuntu-sdk-bugs] [Bug 1498076] [NEW] qmake project i18n needs fixing

2015-09-21 Thread Michał Karnicki
Public bug reported: If you choose to use qmake project, there's two bugs: Open http://pastebin.ubuntu.com/12513759/plain/ and search for "touch" That touches a file in build/po/... -- but the po directory does not exist. Creating it manually works around the problem. Open same link, and searc

[Ubuntu-sdk-bugs] [Bug 1497298] [NEW] Not all translations extracted in qmake projects

2015-09-18 Thread Michał Karnicki
Public bug reported: karni@zen:~$ lsb_release -a No LSB modules are available. Distributor ID: Ubuntu Description:Ubuntu 14.10 karni@zen:~$ apt-cache policy qtcreator-plugin-ubuntu qtcreator-plugin-ubuntu: Installed: 3.1.1+15.10.20150720-0ubuntu1~0utopic1 Additional --keyword s need to be

[Ubuntu-sdk-bugs] [Bug 1479688] [NEW] ListItem does not swipe with custom MouseAreas

2015-07-30 Thread Michał Karnicki
Public bug reported: Expected: ListItem with user avatar an an image/attachment. I want to be able to detect the click on the avatar or the image, so I need to place MouseAreas within the list view. This used to work with the old ListViewItemWithActions. Actual: ListItem does not allow a swipe

[Ubuntu-sdk-bugs] [Bug 1470951] [NEW] ListItem.Standard deprecated, but ListItem.ThinDivider not - two imports

2015-07-02 Thread Michał Karnicki
Public bug reported: Perhaps the title of the bug could be worded differently, but I find it weird we deprecate ListItem.Standard and encourage use of ListItem component, but we don't move ListItem.ThinDivider. For the list item, you need Ubuntu.Components For the list thin divider, you need Ubun

[Ubuntu-sdk-bugs] [Bug 1466410] [NEW] Tabs/Pages don't work correctly when Repeater used

2015-06-18 Thread Michał Karnicki
Public bug reported: Steps to reproduce: Follow: https://developer.ubuntu.com/api/apps/qml/sdk-15.04/Ubuntu.Components.Tabs/ Use a Repeater to create two tabs. On one of the tabs, press "open page" button. Expected: page is opened, and it's possible to go back Actual: page is opened, and conte

[Ubuntu-sdk-bugs] [Bug 1447735] [NEW] PopupUtils.open may not work from non-root Component.onCompleted

2015-04-23 Thread Michał Karnicki
Public bug reported: If PopupUtils.open is used from a Component.onCompleted that is not the root of the hierarchy, it may not show. See: http://askubuntu.com/questions/282629/how-to-display-popup-dialog-after-app-start ** Affects: ubuntu-ui-toolkit (Ubuntu) Importance: Undecided S

[Ubuntu-sdk-bugs] [Bug 1417107] [NEW] Failure when trying to get video resolution with QMediaMetaData

2015-02-02 Thread Michał Karnicki
Public bug reported: Trying to query for video resolution with QMediaMetaData ends with: Warning: "No decoder available for type 'video/x-h264, stream-format=(string)avc, alignment=(string)au, level=(string)1.3, profile=(string)high, codec_data=(buffer)01428028ffe1000f67428028e4403c0113f2c0368

[Ubuntu-sdk-bugs] [Bug 1316183] [NEW] QML Image shouldn't decode its source field

2014-05-05 Thread Michał Karnicki
Public bug reported: Sample code: import QtQuick 2.2 Image { source: "http://foo/?url=http%3A%2F%2Fbar%2Fbaz"; onStatusChanged: console.log(source) } Expected result: Image source should be: http://foo/?url=http%3A%2F%2Fbar%2Fbaz Image source is: http://foo/?url=http%3A//bar/baz The