[Bug 1391480] Re: Creating template scope shows many "failed" info

2018-03-09 Thread Benjamin Zeller
** Changed in: qtcreator-plugin-ubuntu (Ubuntu) Assignee: Benjamin Zeller (zeller-benjamin) => (unassigned) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1391480 Title: Creating template sc

[Bug 1520551] Re: Profiling from Ubuntu SDK IDE is working only if "networking", policy group is enabled in apparmor

2016-09-27 Thread Benjamin Zeller
Can we add this to the debug policy? ** Changed in: apparmor-easyprof-ubuntu (Ubuntu) Status: Incomplete => New -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1520551 Title: Profiling from

[Bug 1584093] Re: Running an app on the phone with the SDK gets python spinning on 100% cpu

2016-09-23 Thread Benjamin Zeller
** Changed in: qtcreator-plugin-ubuntu (Ubuntu) Status: Fix Committed => Fix Released ** Changed in: canonical-developer-experience Status: Fix Committed => Fix Released -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1487376] Re: Using click armhf schroot fails on mounting

2016-09-23 Thread Benjamin Zeller
the IDE no longer uses schroot ** Changed in: qtcreator-plugin-ubuntu (Ubuntu) Status: Confirmed => Won't Fix ** Changed in: qtcreator-plugin-ubuntu (Ubuntu) Status: Won't Fix => Fix Released -- You received this bug notification because you are a member of Ubuntu Bugs, which is

[Bug 1580981] Re: PKGCONFIG not working in SDK

2016-09-13 Thread Benjamin Zeller
** Changed in: ubuntu-sdk-ide Status: New => Fix Released -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1580981 Title: PKGCONFIG not working in SDK To manage notifications about this bug go

[Bug 1549680] Re: QtCreator doesn't work with translations any more

2016-09-13 Thread Benjamin Zeller
** Changed in: ubuntu-sdk-ide Status: Fix Committed => Fix Released -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1549680 Title: QtCreator doesn't work with translations any more To manage

[Bug 1591334] Re: [QtCreator/LXD] Can't build amd64 packages

2016-08-24 Thread Benjamin Zeller
This is already implemented in the LXD SDK, creating Click packages for amd64 is possible there. ** Changed in: canonical-pocket-desktop Status: Invalid => Fix Committed ** Changed in: canonical-developer-experience Status: Invalid => Fix Committed ** Changed in:

[Bug 1520551] Re: Profiling from Ubuntu SDK IDE is working only if "networking", policy group is enabled in apparmor

2016-08-18 Thread Benjamin Zeller
>From the phone in this case. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1520551 Title: Profiling from Ubuntu SDK IDE is working only if "networking", policy group is enabled in apparmor To

[Bug 1549680] Re: QtCreator doesn't work with translations any more

2016-06-15 Thread Benjamin Zeller
** Tags added: fix-with-lxd -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1549680 Title: QtCreator doesn't work with translations any more To manage notifications about this bug go to:

[Bug 1549680] Re: QtCreator doesn't work with translations any more

2016-06-14 Thread Benjamin Zeller
** Changed in: canonical-developer-experience Status: In Progress => Fix Committed ** Changed in: ubuntu-sdk-ide Status: In Progress => Fix Committed ** Changed in: ubuntu-sdk-qmake-extras (Ubuntu) Status: In Progress => Fix Committed -- You received this bug notification

[Bug 1549680] Re: QtCreator doesn't work with translations any more

2016-06-14 Thread Benjamin Zeller
** Package changed: qtcreator-plugin-ubuntu (Ubuntu) => ubuntu-sdk- qmake-extras (Ubuntu) ** Changed in: ubuntu-sdk-qmake-extras (Ubuntu) Assignee: (unassigned) => Benjamin Zeller (zeller-benjamin) -- You received this bug notification because you are a member of Ubuntu Bugs,

[Bug 1591334] Re: [QtCreator/LXD] Can't build amd64 packages

2016-06-10 Thread Benjamin Zeller
You can only build click packages if the target device in your kit supports that. The string is a bit misleading here. But you need a Ubuntu Touch device to do so -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1584093] Re: Running an app on the phone with the SDK gets python spinning on 100% cpu

2016-05-31 Thread Benjamin Zeller
** Branch unlinked: lp:~zeller-benjamin/qtcreator-plugin-ubuntu/lxd- part3 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1584093 Title: Running an app on the phone with the SDK gets python spinning

[Bug 1584093] Re: Running an app on the phone with the SDK gets python spinning on 100% cpu

2016-05-25 Thread Benjamin Zeller
** Changed in: canonical-developer-experience Status: Confirmed => Fix Committed ** Changed in: qtcreator-plugin-ubuntu (Ubuntu) Status: Confirmed => Fix Committed -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1580943] Re: Kernel is very unstable on Dell XPS15 (model 2014)

2016-05-25 Thread Benjamin Zeller
I can not reproduce this anymore on the upstream kernel and a manually compiled zfs module ** Changed in: linux (Ubuntu) Status: Incomplete => Confirmed ** Tags added: kernel-fixed-upstream -- You received this bug notification because you are a member of Ubuntu Bugs, which is

[Bug 1584093] Re: Running an app on the phone with the SDK gets python spinning on 100% cpu

2016-05-24 Thread Benjamin Zeller
After some more debugging with Michael it seems the flooding is local to my device. However we were able to confirm that the syslog code is causing python to spin on 100% CPU. I will try to figure out a different way to follow changes in the syslog file. -- You received this bug notification

[Bug 1584093] Re: Running an app on the phone with the SDK gets python spinning on 100% cpu

2016-05-24 Thread Benjamin Zeller
I can confirm the problem, and it seems it is due to us reading syslog and syslog getting constant updates. ( tail -f /var/log/syslog). The script needs to parse every syslog line for potential apparmor errors which is expensive. There was another issue with listening on the pipes but it alone

[Bug 1584093] Re: Running an app on the phone with the SDK gets python spinning on 100% cpu

2016-05-24 Thread Benjamin Zeller
** Changed in: canonical-developer-experience Status: New => Confirmed ** Changed in: qtcreator-plugin-ubuntu (Ubuntu) Status: New => Confirmed -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1584093] Re: Running an app on the phone with the SDK gets python spinning on 100% cpu

2016-05-23 Thread Benjamin Zeller
Python is used here for several things: 1. Installing the uploaded click package 2. Setting up a debug environment 3. Executing the app using the hook specified in the RC 4. Redirecting the stdout and stderr of the application so it can be read by QtC 5. Waiting for the app to finish (using

[Bug 1549680] Re: QtCreator doesn't work with translations any more

2016-05-23 Thread Benjamin Zeller
** Changed in: canonical-developer-experience Status: Confirmed => In Progress ** Changed in: ubuntu-sdk-ide Status: Confirmed => In Progress ** Changed in: qtcreator-plugin-ubuntu (Ubuntu) Status: Confirmed => In Progress -- You received this bug notification because you

[Bug 1580943] Re: Kernel is very unstable on Dell XPS15 (model 2014)

2016-05-18 Thread Benjamin Zeller
Short update, I built the zfs module and tools myself. If I cannot crash the kernel now anymore we can consider it to be fixed in upstream. Will give a update at the end of the week. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1580943] Re: Kernel is very unstable on Dell XPS15 (model 2014)

2016-05-17 Thread Benjamin Zeller
I installed the 4.6rc kernel and did some quick checks. I could not reproduce the issue. However the ZFS module is missing which might be a part of the problem. I'm using lxd containers with ZFS enabled and noticed that the crashes seem to happen more likely when containers are started. Aside

[Bug 1580943] Re: Kernel is very unstable on Dell XPS15 (model 2014)

2016-05-12 Thread Benjamin Zeller
This kern.log also contains a few of them ** Attachment added: "kern.log.4.gz" https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1580943/+attachment/4661229/+files/kern.log.4.gz -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1580943] Re: Kernel is very unstable on Dell XPS15 (model 2014)

2016-05-12 Thread Benjamin Zeller
Searching through my logs I found more oopses: May 9 14:11:57 zbenjamin-laptop kernel: [116304.441199] BUG: unable to handle kernel NULL pointer dereference at (null) May 9 14:11:57 zbenjamin-laptop kernel: [116304.441229] IP: [] __rb_erase_color+0xdd/0x260 May 9 14:11:57

[Bug 1580943] [NEW] Kernel is very unstable on Dell XPS15 (model 2014)

2016-05-12 Thread Benjamin Zeller
Public bug reported: The system is halted on my machine in different scenarios: 1) Running debootstrap, the oops happens when chroot tries to mount a kernel filesystem from the host 2) Running ubuntu-emulator create from the Ubuntu SDK IDE: http://pastebin.ubuntu.com/16373613/ 3) USB devices

[Bug 1579782] [NEW] UITK documentation has always the same namespace

2016-05-09 Thread Benjamin Zeller
bound to UITK releases. ** Affects: ubuntu-ui-toolkit (Ubuntu) Importance: Undecided Assignee: Benjamin Zeller (zeller-benjamin) Status: Confirmed -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https

[Bug 1577002] Re: Running app from QtCreator wipes associated accounts

2016-05-02 Thread Benjamin Zeller
After quickly checking the app launcher that is used by the SDK IDE it turns out that we have to uninstall the application if it is already installed. This workaround was required to support scopes. Since there is no other way to make sure a scope is stopped , so that the next query would use

[Bug 1528017] Re: Removing page objects from AdaptivePageLayout causes error

2016-02-25 Thread Benjamin Zeller
** Changed in: ubuntu-ui-toolkit (Ubuntu) Status: New => Fix Committed -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1528017 Title: Removing page objects from AdaptivePageLayout causes error

[Bug 1549244] [NEW] Bottomedge does not commit if completely moved up with the mouse

2016-02-24 Thread Benjamin Zeller
Public bug reported: In some cases a BottomEdge move is never commited, leaving the Page in a state where the user can not return and/or the header still shows "Revealed" instead of "Commited" To reproduce: 1. Start Gallery 2. Open the Bottom Edge page 3. Enable Mouse 4. Move the BottomEdge

[Bug 1549171] [NEW] Add testsuite for Tree implementation

2016-02-24 Thread Benjamin Zeller
Public bug reported: The Tree implementation is not covered by any tests. ** Affects: ubuntu-ui-toolkit (Ubuntu) Importance: High Assignee: Benjamin Zeller (zeller-benjamin) Status: Triaged -- You received this bug notification because you are a member of Ubuntu Bugs, which

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

2016-02-09 Thread Benjamin Zeller
Not a problem in the QtCreator plugins ** No longer affects: qtcreator-plugin-ubuntu (Ubuntu) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1539862 Title: Dump in click build . in Ubuntu Xenial

[Bug 1537550] Re: Manifest changes are not saved before publishing regardless of setting

2016-02-09 Thread Benjamin Zeller
** Changed in: qtcreator-plugin-ubuntu (Ubuntu) Status: In Progress => Fix Committed -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1537550 Title: Manifest changes are not saved before

[Bug 1540642] Re: When closing a QML app, there are a bunch of invalid disconnects

2016-02-05 Thread Benjamin Zeller
** Changed in: ubuntu-ui-toolkit (Ubuntu) Status: In Progress => Fix Committed -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1540642 Title: When closing a QML app, there are a bunch of

[Bug 1542309] [NEW] New singleton handling causes testfailures

2016-02-05 Thread Benjamin Zeller
Public bug reported: The following tests are failing because a Q_ASSERT() is thrown: tst_qquick_image_extension: QFATAL : tst_UCQQuickImageExtension::scaledBorderIdentity() ASSERT: "parent" in file /staging/src/Ubuntu/Components/plugin/ucunits.h, line 35 tst_arguments: QFATAL :

[Bug 1540642] Re: When closing a QML app, there are a bunch of invalid disconnects

2016-02-04 Thread Benjamin Zeller
** Changed in: ubuntu-ui-toolkit (Ubuntu) Status: Confirmed => In Progress -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1540642 Title: When closing a QML app, there are a bunch of invalid

[Bug 1541346] [NEW] qmlplugindump can not correctly handle singleton types

2016-02-03 Thread Benjamin Zeller
Public bug reported: When exporting singleton types in qmldir files, qmplugindump creates invalid output and breaks autocompletion in QtCreator for those qml modules. The exports and exportMetaObjectRevisions have invalid values. For example: Component { prototype: "QObject"    

[Bug 1535241] Re: AdaptivePageLayout first example is badly broken

2016-02-02 Thread Benjamin Zeller
** Changed in: ubuntu-ui-toolkit (Ubuntu) Status: Confirmed => Fix Committed -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1535241 Title: AdaptivePageLayout first example is badly broken To

[Bug 1537550] Re: Manifest changes are not saved before publishing regardless of setting

2016-01-27 Thread Benjamin Zeller
** Changed in: qtcreator-plugin-ubuntu (Ubuntu) Status: New => In Progress -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1537550 Title: Manifest changes are not saved before publishing

[Bug 1535241] Re: AdaptivePageLayout first example is badly broken

2016-01-18 Thread Benjamin Zeller
** Changed in: ubuntu-ui-toolkit (Ubuntu) Assignee: (unassigned) => Benjamin Zeller (zeller-benjamin) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1535241 Title: AdaptivePageLayout fi

[Bug 1525487] Re: Support swift programming language

2016-01-15 Thread Benjamin Zeller
** Changed in: ubuntu-sdk-ide Status: New => Confirmed ** Changed in: ubuntu-sdk-ide Importance: Undecided => Wishlist -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1525487 Title:

[Bug 1488038] Re: No feedback when an app is building when clicking on "Build and validate click package"

2015-12-16 Thread Benjamin Zeller
I can not reproduce that with the ubuntu-sdk-ide package anymore. The build process is shown in the bottom right corner of QtC like when the build button was pressed. Could you please verify its the same for you? ** Changed in: qtcreator-plugin-ubuntu (Ubuntu) Status: Confirmed =>

[Bug 1459178] Re: Connectivity module on the vivid desktop is missing

2015-12-16 Thread Benjamin Zeller
This is not related to qtcreator-plugin-ubuntu. ** Changed in: qtcreator-plugin-ubuntu (Ubuntu) Status: New => Invalid -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1459178 Title:

[Bug 1407916] Re: Cannot delete the "Kits" in the "Build and Run"

2015-12-16 Thread Benjamin Zeller
Kits can not be deleted in Build, they can only be deleted manually from console or the Ubuntu options tab. ** Changed in: qtcreator-plugin-ubuntu (Ubuntu) Status: Confirmed => Invalid -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to

[Bug 1418460] Re: libconnectivity-qt1-dev un-installable in click chroot

2015-12-16 Thread Benjamin Zeller
Thats a click bug, nothing the plugin can do about it. However for me It can not even find that package: E: Unable to locate package libconnectivity-qt1-dev ** Also affects: click (Ubuntu) Importance: Undecided Status: New ** Changed in: qtcreator-plugin-ubuntu (Ubuntu) Status:

[Bug 1522007] Re: .desktop file not found in template

2015-12-16 Thread Benjamin Zeller
This is due to a old chroot. Make sure to recreate your chroot in order to get all the required packages. Alternatively its possible to add the phone overlay PPA. ** Changed in: qtcreator-plugin-ubuntu (Ubuntu) Status: New => Invalid ** Changed in: canonical-developer-experience

[Bug 1389698] Re: Favoriting QtCreator-ran scope results in blank dash

2015-11-30 Thread Benjamin Zeller
I can not reproduce this with the current rc-proposed image. Is this still a problem? ** Changed in: qtcreator-plugin-ubuntu (Ubuntu) Status: Confirmed => Invalid -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1505597] Re: IconAndLink.qml:39:5: QML QQuickImage: Invalid image provider: image://scaling/1//

2015-11-30 Thread Benjamin Zeller
Adding ubuntu-ui-toolkit to the affected packages. This should be fixed in the toolkit ultimately because mixing different QML toolkits will be common at least on desktop (using Qt Controls) ** Also affects: ubuntu-ui-toolkit (Ubuntu) Importance: Undecided Status: New -- You

[Bug 1476647] Re: local_create_emulator chowns with group name same as user name

2015-11-26 Thread Benjamin Zeller
** Changed in: qtcreator-plugin-ubuntu (Ubuntu) Status: In Progress => Fix Committed -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1476647 Title: local_create_emulator chowns with group name

[Bug 1427133] Re: "Build and validate click package" button disabled without explanation

2015-11-26 Thread Benjamin Zeller
** Changed in: qtcreator-plugin-ubuntu (Ubuntu) Status: Confirmed => In Progress -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1427133 Title: "Build and validate click package" button

[Bug 1387305] Re: Device panel buttons ado not enable unless you are on the bottom half

2015-11-25 Thread Benjamin Zeller
This seems to be fixed with the ubuntu-sdk-ide package. I can not reproduce it anymore. ** Changed in: qtcreator-plugin-ubuntu (Ubuntu) Status: Confirmed => Fix Released -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1454319] Re: umount.ecryptfs_private prints Sessions still open, not unmounting

2015-11-25 Thread Benjamin Zeller
This was fixed in the ecryptfs package. If someone is still experiencing that bug please reopen it. ** Changed in: qtcreator-plugin-ubuntu (Ubuntu) Status: Confirmed => Won't Fix -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1379693] Re: Add internationalization support to webapp templates

2015-11-25 Thread Benjamin Zeller
** Changed in: qtcreator-plugin-ubuntu (Ubuntu) Importance: Medium => Wishlist -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1379693 Title: Add internationalization support to webapp templates

[Bug 1255521] Re: Offer option to install the project as click package locally

2015-11-25 Thread Benjamin Zeller
Click support on the desktop is not planned, so for now we will not support this scenario. ** Changed in: qtcreator-plugin-ubuntu (Ubuntu) Status: Confirmed => Won't Fix -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1329565] Re: emulator package needed to interact with device

2015-11-25 Thread Benjamin Zeller
I can not reproduce this bug. In case this is still valid please reopen the Bug. ** Changed in: qtcreator-plugin-ubuntu (Ubuntu) Status: Incomplete => Invalid -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1401639] Re: Error messages difficult to read

2015-11-25 Thread Benjamin Zeller
*** This bug is a duplicate of bug 1519384 *** https://bugs.launchpad.net/bugs/1519384 ** This bug has been marked a duplicate of bug 1519384 Error message in wizard cannot be read -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to

[Bug 1476647] Re: local_create_emulator chowns with group name same as user name

2015-11-25 Thread Benjamin Zeller
** Changed in: qtcreator-plugin-ubuntu (Ubuntu) Status: Confirmed => In Progress -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1476647 Title: local_create_emulator chowns with group name

[Bug 1519255] Re: Autopilot Testsuite configuration is set by default after a project is created

2015-11-25 Thread Benjamin Zeller
Setting this to LOW priority for now. We will work on solutions for this for the next iteration of the Ubuntu SDK. ** Changed in: qtcreator-plugin-ubuntu (Ubuntu) Importance: Undecided => Low ** Changed in: qtcreator-plugin-ubuntu (Ubuntu) Status: New => Confirmed -- You received

[Bug 1408042] Re: Template tests don't reflect best practice

2015-11-25 Thread Benjamin Zeller
All templates should have tests now ** Changed in: qtcreator-plugin-ubuntu (Ubuntu) Status: Confirmed => Fix Released -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1408042 Title: Template

[Bug 1452416] Re: Provide a reliable entry point for inserting third party components

2015-11-25 Thread Benjamin Zeller
Is there still work going on with the UCS? ** Changed in: qtcreator-plugin-ubuntu (Ubuntu) Importance: High => Medium -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1452416 Title: Provide a

[Bug 1488036] Re: The listview when creating a Kit can easily be unsynced

2015-11-24 Thread Benjamin Zeller
** Changed in: qtcreator-plugin-ubuntu (Ubuntu) Status: New => Confirmed ** Changed in: qtcreator-plugin-ubuntu (Ubuntu) Importance: Undecided => Medium -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1494566] Re: "Tools/Ubuntu/Showcase gallery" is not working after updating my SDK

2015-11-24 Thread Benjamin Zeller
** Changed in: qtcreator-plugin-ubuntu (Ubuntu) Importance: Undecided => Medium -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1494566 Title: "Tools/Ubuntu/Showcase gallery" is not working after

[Bug 1512072] Re: qtc_chroot_wrapper.py craches when build in non ASCII build dir

2015-11-23 Thread Benjamin Zeller
** Changed in: qtcreator-plugin-ubuntu (Ubuntu) Status: New => In Progress ** Changed in: qtcreator-plugin-ubuntu (Ubuntu) Importance: Undecided => High -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1499135] Re: Cannot deploy a scope onto phone due to reserved policy group 'debug': not for production use

2015-11-23 Thread Benjamin Zeller
** Changed in: qtcreator-plugin-ubuntu (Ubuntu) Status: Confirmed => In Progress -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1499135 Title: Cannot deploy a scope onto phone due to reserved

[Bug 1499213] Re: Default Scope template cannot be successfully compiled

2015-11-23 Thread Benjamin Zeller
** Changed in: qtcreator-plugin-ubuntu (Ubuntu) Status: Incomplete => Invalid -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1499213 Title: Default Scope template cannot be successfully

[Bug 1512072] Re: qtc_chroot_wrapper.py craches when build in non ASCII build dir

2015-11-23 Thread Benjamin Zeller
** Changed in: qtcreator-plugin-ubuntu (Ubuntu) Status: In Progress => Fix Committed -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1512072 Title: qtc_chroot_wrapper.py craches when build in

[Bug 1488038] Re: No feedback when an app is building when clicking on "Build and validate click package"

2015-11-23 Thread Benjamin Zeller
** Changed in: qtcreator-plugin-ubuntu (Ubuntu) Importance: Undecided => Medium ** Changed in: qtcreator-plugin-ubuntu (Ubuntu) Status: New => Confirmed -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1494566] Re: "Tools/Ubuntu/Showcase gallery" is not working after updating my SDK

2015-11-23 Thread Benjamin Zeller
** Changed in: qtcreator-plugin-ubuntu (Ubuntu) Status: New => Fix Committed -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1494566 Title: "Tools/Ubuntu/Showcase gallery" is not working after

[Bug 1499135] Re: Cannot deploy a scope onto phone due to reserved policy group 'debug': not for production use

2015-11-23 Thread Benjamin Zeller
** Changed in: qtcreator-plugin-ubuntu (Ubuntu) Status: In Progress => Fix Committed -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1499135 Title: Cannot deploy a scope onto phone due to

[Bug 1488047] Re: Adding new files in subdirectory deploy them in root directory with qmake template

2015-11-23 Thread Benjamin Zeller
Not sure how to handle this. This is default qmake behaviour. You need to add the files to the correct install target, or they won't be installed into the right directory. ** Changed in: qtcreator-plugin-ubuntu (Ubuntu) Importance: Undecided => Wishlist ** Changed in:

[Bug 1515599] Re: qt5 help document is not installed by default

2015-11-12 Thread Benjamin Zeller
*** This bug is a duplicate of bug 1515598 *** https://bugs.launchpad.net/bugs/1515598 ** This bug has been marked a duplicate of bug 1515598 qt5 help document is not installed by default -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed

[Bug 1503832] Re: SDK cross build does not set PKG_CONFIG_PATH properly according to the architecture

2015-11-10 Thread Benjamin Zeller
** Also affects: click (Ubuntu) Importance: Undecided Status: New ** Changed in: qtcreator-plugin-ubuntu (Ubuntu) Status: Incomplete => Triaged -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1512272] Re: Cannot delete a chroot from ubuntu SDK

2015-11-02 Thread Benjamin Zeller
You are removing Kits, not the chroots. You need to remove them in the Ubuntu section ** Changed in: qtcreator-plugin-ubuntu (Ubuntu) Status: New => Invalid -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1508891] Re: qtcreator3.5.0 add a new same qtversion to the list when qtcreator startup.

2015-11-02 Thread Benjamin Zeller
Our register QtVersions patch is causing this problem. Additionally to the changed we should integrate the attached patch. ** Patch added: "qtc.patch" https://bugs.launchpad.net/ubuntu/+source/qtcreator/+bug/1508891/+attachment/4511132/+files/qtc.patch -- You received this bug notification

[Bug 1505597] Re: IconAndLink.qml:39:5: QML QQuickImage: Invalid image provider: image://scaling/1//

2015-10-14 Thread Benjamin Zeller
The proposed solution is not a bugfix but more a workaround. The /usr /ubuntu-sdk-ide/share/qtcreator/welcomescreen/widgets/IconAndLink.qml is a upstream source file and should not need to import UITK. Can we somehow get the same behaviour in a different way? -- You received this bug

[Bug 1503832] Re: SDK cross build does not set PKG_CONFIG_PATH properly according to the architecture

2015-10-07 Thread Benjamin Zeller
Shouldn't that be done by click automatically? I do not think the SDK IDE should take care about setting environment variables to make the click chroots work. Because then it would break when you want to build manuallly. ** Changed in: qtcreator-plugin-ubuntu (Ubuntu) Status: New =>

[Bug 1499135] Re: Cannot deploy a scope onto phone due to reserved policy group 'debug': not for production use

2015-09-30 Thread Benjamin Zeller
** Changed in: qtcreator-plugin-ubuntu (Ubuntu) Status: New => Triaged ** Changed in: qtcreator-plugin-ubuntu (Ubuntu) Importance: Undecided => High ** Changed in: qtcreator-plugin-ubuntu (Ubuntu) Assignee: (unassigned) => Benjamin Zeller (zeller-benjamin) -- You

[Bug 1415487] Re: Add a --ignore-debug-mode switch

2015-09-30 Thread Benjamin Zeller
Another example just came up, breaking the deployment of scopes to the device: https://bugs.launchpad.net/ubuntu/+source/qtcreator-plugin- ubuntu/+bug/1499135 Even though we have a regex for the policy_groups_safe error for debug group it stopped to work because the string was changed. Can we

[Bug 1499213] Re: Default Scope template cannot be successfully compiled

2015-09-30 Thread Benjamin Zeller
Does installing the jsoncpp package fix it for you? ** Changed in: qtcreator-plugin-ubuntu (Ubuntu) Status: New => Incomplete -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1499213 Title:

[Bug 1498578] Re: crash when "Upload files to Ubuntu Device" run step has been disabled

2015-09-30 Thread Benjamin Zeller
I can not reproduce that problem: Do you have the Ubuntu sdk ppa enabled? (sudo add-apt-repository ppa:ubuntu-sdk-team/ppa && sudo apt update && sudo apt dist-upgrade && sudo apt install ubuntu-sdk) The ubuntu-sdk ppa is the official source to get the ubuntu SDK ** Changed in:

[Bug 1494534] Re: default template generates broken translations

2015-09-11 Thread Benjamin Zeller
This is already fixed in the qtcreator-plugin-ubuntu package, a new rebuild of ubuntu-sdk-ide needs to be triggered. ** Changed in: qtcreator-plugin-ubuntu (Ubuntu) Status: New => Fix Released ** Also affects: ubuntu-sdk-ide (Ubuntu) Importance: Undecided Status: New -- You

[Bug 1488402] Re: Unify settings directories

2015-09-04 Thread Benjamin Zeller
** Changed in: qtcreator-plugin-ubuntu (Ubuntu) Status: Triaged => In Progress -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1488402 Title: Unify settings directories To manage

[Bug 1491708] Re: Building a click for a QML App with C++ plugin or QtQuick App with QML UI presents invalid options

2015-09-03 Thread Benjamin Zeller
What is currently happening is that we scan the project if it creates binaries and if it does preselect the correct option. However there is no way of knowing if a project might copy binary files from the chroot and includes them into the package in the end, even if it does not create those

[Bug 1491708] Re: Building a click for a QML App with C++ plugin or QtQuick App with QML UI presents invalid options

2015-09-03 Thread Benjamin Zeller
We can however disable the option for the projects that create binaries what about the other option? -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1491708 Title: Building a click for a QML App

[Bug 1488085] Re: Navigating in the Add Security Policies window is broken with keyboard

2015-09-01 Thread Benjamin Zeller
** Changed in: qtcreator-plugin-ubuntu (Ubuntu) Status: New => In Progress ** Changed in: qtcreator-plugin-ubuntu (Ubuntu) Assignee: (unassigned) => Benjamin Zeller (zeller-benjamin) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subs

[Bug 1489331] Re: [Wily Qtcreator 3.5] Complains about not being able to find custom executable when trying to run application

2015-08-31 Thread Benjamin Zeller
** Summary changed: - Complains about not being able to find custom executable when trying to run application + [Wily Qtcreator 3.5] Complains about not being able to find custom executable when trying to run application ** Changed in: qtcreator-plugin-ubuntu (Ubuntu) Status: Triaged =>

[Bug 1489344] Re: [Wily Qtcreator 3.5] Install application on device is broken

2015-08-31 Thread Benjamin Zeller
** Changed in: qtcreator-plugin-ubuntu (Ubuntu) Status: New => In Progress ** Changed in: qtcreator-plugin-ubuntu (Ubuntu) Importance: Undecided => High -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1489331] Re: [Wily Qtcreator 3.5] Complains about not being able to find custom executable when trying to run application

2015-08-31 Thread Benjamin Zeller
This needs to be fixed in QtC itself, the default cmake plugin does not care about using RCFactories so those are not autocreated. ** Package changed: qtcreator-plugin-ubuntu (Ubuntu) => qtcreator (Ubuntu) -- You received this bug notification because you are a member of Kubuntu Bugs, which is

[Bug 1489567] Re: [Wily Qtcreator 3.5] Ubuntu Toolkit Gallery cannot be opened

2015-08-31 Thread Benjamin Zeller
** Changed in: qtcreator-plugin-ubuntu (Ubuntu) Status: Confirmed => In Progress -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1489567 Title: [Wily Qtcreator 3.5] Ubuntu Toolkit Gallery

[Bug 1486937] Re: Documentation is always latest available in the target

2015-08-29 Thread Benjamin Zeller
After a bit of digging in the code and talking to upstream I figured out that even though QtC has all the documentation files from the different targets, it always chooses the most recent available documentation. This seems to be by design and needs to be fixed (if upstream agrees that this should

[Bug 1479581] Re: Debug helper is disabled by default

2015-08-27 Thread Benjamin Zeller
** Changed in: qtcreator-plugin-ubuntu (Ubuntu) Status: Opinion = Triaged ** Changed in: qtcreator-plugin-ubuntu (Ubuntu) Status: Triaged = In Progress ** Changed in: qtcreator-plugin-ubuntu (Ubuntu) Importance: Wishlist = Critical -- You received this bug notification because

[Bug 1481325] Re: fix i18n integration in qmake template

2015-08-27 Thread Benjamin Zeller
** Changed in: qtcreator-plugin-ubuntu (Ubuntu) Status: New = Triaged ** Changed in: qtcreator-plugin-ubuntu (Ubuntu) Status: Triaged = In Progress ** Changed in: qtcreator-plugin-ubuntu (Ubuntu) Importance: Undecided = High -- You received this bug notification because you

[Bug 1443351] Re: .desktop file is not translated for qmake based projects

2015-08-27 Thread Benjamin Zeller
** Changed in: qtcreator-plugin-ubuntu (Ubuntu) Status: Triaged = In Progress -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1443351 Title: .desktop file is not translated for qmake based

[Bug 1480771] Re: Wrong directory used for translation for new projects when app name was changed

2015-08-27 Thread Benjamin Zeller
** Changed in: qtcreator-plugin-ubuntu (Ubuntu) Status: Triaged = In Progress -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1480771 Title: Wrong directory used for translation for new

[Bug 1489331] Re: Complains about not being able to find custom executable when trying to run application

2015-08-27 Thread Benjamin Zeller
** Changed in: qtcreator-plugin-ubuntu (Ubuntu) Status: New = Triaged ** Changed in: qtcreator-plugin-ubuntu (Ubuntu) Importance: Undecided = Critical -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1486937] Re: Documentation is always latest available version, not the one matchin the current sdk or imports

2015-08-27 Thread Benjamin Zeller
Not sure if that is a Bug, however there are no distinct 1.1 vs 1.2 vs 1.3 docs as far as I can see. Thus QtCreator can not select any other documentation. Forwarding to uitk to clear that up. ** Package changed: qtcreator-plugin-ubuntu (Ubuntu) = ubuntu-ui- toolkit (Ubuntu) -- You received

[Bug 1485507] Re: Some very bad fonts

2015-08-27 Thread Benjamin Zeller
Since the bug was not related to qtcreator-plugin-ubuntu and is solved now I mark it as Invalid ** Changed in: qtcreator-plugin-ubuntu (Ubuntu) Status: New = Invalid -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1485979] Re: Wrong error message is dumped

2015-08-27 Thread Benjamin Zeller
This is not a qtcreator-plugin-ubuntu bug. If that property is marked deprecated then this is the message you get. Nothing wrong with that. I suspect because of 1.1 using 1.2 in the background this message is issued. Forwarding to UITK. ** Package changed: qtcreator-plugin-ubuntu (Ubuntu) =

[Bug 1485682] Re: Mouse pointer flickers at using DisplayLink

2015-08-26 Thread Benjamin Zeller
I can confirm this Bug, I use a Dell USB 3.0 docking station for my XPS15. The Laptop screen flickers, but not the one attached to the docking station (2 Monitor setup). -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1488402] [NEW] Unify settings directories

2015-08-25 Thread Benjamin Zeller
and the -settingsdir switch of QtC works correctly. ** Affects: qtcreator-plugin-ubuntu (Ubuntu) Importance: Medium Assignee: Benjamin Zeller (zeller-benjamin) Status: Triaged -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu

[Bug 1483291] Re: Dash crashes on emulator (or never starts)

2015-08-10 Thread Benjamin Zeller
This is a problem of the emulator, not the SDK plugin. Moving the bug to the right project. ** Package changed: qtcreator-plugin-ubuntu (Ubuntu) = goget-ubuntu- touch (Ubuntu) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

  1   2   3   >