[Ubuntu-sdk-bugs] [Bug 1461042] Re: Qthelp documentation (pressing in F1) has no style in qtcreator

2015-06-24 Thread Benjamin Zeller
Retargeting to uitk. The shipped qch file does not contain the style files. So QtCreator can not show styles there. Also visible in Assistant. ** Package changed: qtcreator-plugin-ubuntu (Ubuntu) = ubuntu-ui- toolkit (Ubuntu) ** Changed in: ubuntu-ui-toolkit (Ubuntu) Status: New =

[Ubuntu-sdk-bugs] [Bug 1468308] [NEW] TextArea is showing scrollbars when initially empty and using autoSize

2015-06-24 Thread Nick Dedekind
Public bug reported: If the TextArea is using autoSize=true and has no text in it, the vertical scrollbar shows on start. If you edit to multiple lines, then remove the text, the scrollbar no longer shows. Test Case: import QtQuick 2.3 import Ubuntu.Components 1.2 Item { width:

[Ubuntu-sdk-bugs] [Bug 1411130] Re: Cannot compile my scope after doing localization work

2015-06-24 Thread Benjamin Zeller
** Changed in: qtcreator-plugin-ubuntu (Ubuntu) Status: Incomplete = 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/1411130 Title: Cannot

[Ubuntu-sdk-bugs] [Bug 1329336] Re: Documented scope template causes click build error

2015-06-24 Thread Benjamin Zeller
This is not a specific qtcreator-plugin-ubuntu bug. The ubuntu-scope-network policy was deprecated a long time ago. So throwing a error when its used is the correct behaviour. ** Changed in: qtcreator-plugin-ubuntu (Ubuntu) Status: New = Invalid -- You received this bug notification

[Ubuntu-sdk-bugs] [Bug 1271185] Re: [QtCreator] When using cmake, there is no way to set QML_IMPORT_PATH

2015-06-24 Thread Benjamin Zeller
As long as upstream does not add proper qml codemodel support for cmake projects, we can hardly do anything about that. To get proper code completion support for projects the qmake project manager should be used. Judging from the comments on this bug:

[Ubuntu-sdk-bugs] [Bug 1468402] [NEW] UITK breaks Widget fonts in mixed applications

2015-06-24 Thread Benjamin Zeller
Public bug reported: The UI Toolkit does change the default application font, which breaks some Texts in Widget based applications. If a developer mixes Qt Widgets and the UITK some text fonts will be shown way too small because widgets don't respect the grid units. As seen in lp:1340061 **

[Ubuntu-sdk-bugs] [Bug 1468603] [NEW] Adding ActivationQueryBase into the scope template to respond to button clicks

2015-06-24 Thread XiaoGuo, Liu
Public bug reported: Currently, in our scope template, there is no code touching the ActivationQueryBase, which is needed for responding the button/actions clicks. It is needed in the rating-input PreviewWidget as well. I would commend adding it into the template to make it more complete though