[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

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

[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

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

[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

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

[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