[Ubuntu-sdk-bugs] [Bug 1330397] Re: New scope project times out when started, but not from CLI

2015-08-05 Thread Yuan-Chen Cheng
too old. ** Changed in: savilerow Status: New = Fix Released -- You received this bug notification because you are a member of Ubuntu SDK bug tracking, which is subscribed to qtcreator-plugin-ubuntu in Ubuntu. https://bugs.launchpad.net/bugs/1330397 Title: New scope project times out

[Ubuntu-sdk-bugs] [Bug 1481619] [NEW] Flickable doesn't position below header on start

2015-08-05 Thread Didier Roche
Public bug reported: with Ubuntu Components 1.2, instantiating a MainView should adjust on start contentY of the flickable component to header.height. In the following example, this isn't recalculated properly before an user's drag. import QtQuick 2.4 import Ubuntu.Components 1.2 MainView {

[Ubuntu-sdk-bugs] [Bug 1481629] [NEW] OptionSelector animation is very jumpy

2015-08-05 Thread Didier Roche
Public bug reported: The animation in the OptionSelector component is very jumpy, even on a beefy desktop (with Ubuntu Component 1.2). import QtQuick 2.4 import Ubuntu.Components 1.2 MainView { id: mainview objectName: mainView applicationName: foo.bar width: units.gu(40)

[Ubuntu-sdk-bugs] [Bug 1481620] Re: Flickable doesn't position below header on start

2015-08-05 Thread Didier Roche
seems my chrome submitted it twice, setting this one as invalid ** Tags removed: devexp ** Changed in: ubuntu-ui-toolkit (Ubuntu) Status: New = 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-sdk-bugs] [Bug 1453517] Re: Plasma 5.2 System Preference Crash - destroyed QQuickItems can be left in the dirty list

2015-08-05 Thread Timo Jyrinki
Should be fixed in wily: qtdeclarative-opensource-src (5.4.2-1ubuntu1) wily; urgency=medium * New upstream release. * Drop patches merged upstream: - Fix-regression-where-QQuickScreenAttached-overwrites.patch - Fix-crash-in-overdraw-and-change-visualizers.patch -

[Ubuntu-sdk-bugs] [Bug 1371207] Re: [Browser] when focusing on the URL field, copy/cut/paste options are not displayed

2015-08-05 Thread John Lea
** Changed in: webbrowser-app (Ubuntu RTM) Status: Fix Released = Triaged ** Changed in: webbrowser-app (Ubuntu) Status: Fix Released = Triaged -- 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 1371207] Re: [Browser] when focusing on the URL field, copy/cut/paste options are not displayed

2015-08-05 Thread Olivier Tilloy
@Christian: I don’t think the toolkit is misbehaving here. Marking the ubuntu-ui-toolkit task invalid. ** Changed in: webbrowser-app Status: Fix Released = Confirmed ** No longer affects: webbrowser-app ** Changed in: webbrowser-app (Ubuntu) Importance: Undecided = Medium ** Changed

[Ubuntu-sdk-bugs] [Bug 1481680] [NEW] Mouse attached property is missing contains property

2015-08-05 Thread Ugo Riboni
Public bug reported: At the moment if we want to track if a component contains the mouse pointer we need to set Mouse.hoverEnabled: true and then manually track Mouse.onEntered and Mouse.onExited to update some internal boolean property. It would be nice to have a property called contains or

[Ubuntu-sdk-bugs] [Bug 1480767] Re: Double icons on Page head

2015-08-05 Thread Tim Peeters
The MainView creates the header for the app and shows the title and header actions, depending on which page is currently active. Each app should have only one MainView. Inside that you can put Pages, PageStack, etc. See also

[Ubuntu-sdk-bugs] [Bug 1481791] [NEW] UbuntuShape shouldn't emit redundant deprecation warnings

2015-08-05 Thread Christian Dywan
Public bug reported: What it says on the tin. UCDeprecatedTheme keeps a hash of warnings based on the filename. UbuntuShape should be using that. ** Affects: ubuntu-ui-toolkit (Ubuntu) Importance: Undecided Status: New -- You received this bug notification because you are a