/srv/irclogs.ubuntu.com/2016/01/05/#ubuntu-app-devel.txt

ahayzenballoons, any idea what has happened here https://core-apps-jenkins.ubuntu.com/job/adt-krillin/49/console for this mp https://code.launchpad.net/~fazerlicourice/music-app/test-empty-library/+merge/28079401:28
balloonsahayzen, I may be playing with adt-krillin atm01:34
balloonslol, I saw the failure and thought you might ask01:35
balloonsoops, can you re-approve ahayzen?01:35
balloonsit will work this time01:35
ahayzenballoons, ah :-) it just passed and failed again :-)01:35
ahayzenokies01:35
ahayzenballoons, yey it landed, thanks :-)01:39
balloonsyw. Working on the AP stuff. It should work, but the click's aren't copying01:40
balloonsand that's the confusing bit for me..01:41
ahayzen:-/01:53
=== chihchun_afk is now known as chihchun
=== chihchun is now known as chihchun_afk
=== chihchun_afk is now known as chihchun
=== shuduo is now known as shuduo-afk
=== chihchun is now known as chihchun_afk
=== _salem is now known as salem_
=== chihchun_afk is now known as chihchun
mhall119Elleo: the Download Manager API docs are fixed in production now: https://developer.ubuntu.com/api/apps/qml/sdk-15.04.1/Ubuntu.DownloadManager.SingleDownload/13:53
Elleomhall119: awesome, thanks :)13:55
Elleomhall119: now people don't have to guess how to get file paths for their finished downloads :P13:55
mhall119\o/13:56
mhall119oh nice, I just realized that the API docs also imports this: https://developer.ubuntu.com/api/apps/qml/sdk-15.04.1/UbuntuUserInterfaceToolkit.ubuntu-whatsnew/13:59
dholbachvery nice14:03
=== greyback__ is now known as greyback
t1mpahayzen: I confirmed bug https://bugs.launchpad.net/ubuntu/+source/ubuntu-ui-toolkit/+bug/153101615:19
ubot5`Launchpad bug 1531016 in ubuntu-ui-toolkit (Ubuntu) "GridView that is inside tabs or pagestack on desktop judders when the header scrolls in/out" [High,In progress]15:19
t1mpahayzen: it is a tricky one. The issue is not there with a ListView or Flickable, and also not without the Tabs15:19
ahayzent1mp, thanks, it does exist with PageStack as well15:20
ahayzenso Tabs or PageStack15:20
t1mpin the example program, if I set the width and height of the Page to the width and height of the MainView, it works fine. But probably you cannot do that in all actual apps15:20
ahayzenoh interesting15:21
ahayzendoes it need like anchors { fill: parent; } or something?15:21
t1mpthe page already tries to do that by itself15:22
t1mpmaybe that's where it goes wrong15:22
ahayzenand why it doesn't happen with ListView is intriguing as well lol :-)15:22
t1mpahayzen: it seems like the difference is the 'moving' property of the GridView15:49
t1mpit becomes false and true when you are using the scrollwheel.. :s15:49
t1mpdoesn't happen for the ListView15:49
ahayzenah15:49
t1mpI'm not sure why it happens15:49
t1mphmm.. when I set the width and height of the Page, 'moving' also only changes when needed.. so not multiple times15:50
=== chihchun is now known as chihchun_afk
=== jdstrand_ is now known as jdstrand
balloonsahayzen, nudge nudge on those tasks for GCI :p19:42
ahayzenballoons, ah yes :-) sorry been busy with qtubuntu-media stuff :-)20:25
aquariusappdevs: I have the sdk ppa installed; I've just created a brand new app, given it the "Ubuntu SDK Desktop" kit, and tried running it, and I get this error: /usr/ubuntu-sdk-dev/bin/qmlscene: symbol lookup error: /usr/ubuntu-sdk-dev/bin/qmlscene: undefined symbol: _ZN7QString18toLocal8Bit_helperEPK5QChari. anyone have any idea what that means or what I can do about it?20:32
ahayzenaquarius, the only time i've seen something like that is when trying to run something from a future version of Qt on an older one20:37
aquariusahayzen, it's possible that that's what's happening, but I haven't done anything to make that so: I've just added the SDK PPA and then installed the SDK from it20:37
aquariusnote that it's running /usr/ubuntu-sdk-dev/bin/qmlscene, which is the SDK PPA version20:37
aquariusso... surely the SDK isn't currently broken?20:38
ahayzenyeah weird, blame the SDK folks ? ;-)20:38
mcphailaquarius: I'm sure one of the SDK guys (? bzoltan_?) mentioned that the desktop kit is incomplete20:38
aquariusyou're joking20:38
* ahayzen tries it20:38
aquariusso even having the SDK installed from a PPA and it parallel-installing a whole bunch of extra Qt stuff and whatnot *still* doesn't mean that I can run an Ubuntu app on my desktop?20:39
* aquarius sobs20:39
aquarius$ /usr/ubuntu-sdk-dev/bin/qmake -v20:39
aquariusQMake version 3.020:39
aquariusUsing Qt version 5.4.1 in /usr/ubuntu-sdk-dev/lib20:39
mcphailaquarius: I wouldn't take my word on it, as it is a dim recollection of a previous conversation. But, AFAI remember, the desktop kit isn't fit for purpose20:40
aquariusOK. If that's honestly the case, then maybe I'll just have to step back to Ubuntu.Components 1.2 or whatever20:40
aquariuswriting an app from scratch when it can only be tested on a device is a complete nightmare20:41
mcphailaquarius: I tend to use the native desktop approach, rather than using the desktop kit. Not sure if that brings more or less breakage20:41
aquariusmcphail, that's my plan, but i'm not running an interim release; I'm running 14.04, because it's the LTS20:42
mcphailaquarius: yes, it isn't pretty, is it?20:42
aquariusheh, the desktop only has Ubuntu.Components 1.120:43
aquariusstill, that's probably OK for the app I'm making20:43
balloonsaquarius, sigh. Sad to hear another victim20:48
aquariusballoons, ya. So, I'm developing with version 1.1 of the components, because that works at least20:49
aquariusand I do not want to upgrade to 15.1020:49
bzoltan_mcphail:  aquarius: tell me in brief what is the problem20:59
aquariusbzoltan_:  appdevs: I have the sdk ppa installed; I've just created a brand new app, given it the "Ubuntu SDK Desktop" kit, and tried running it, and I get this error: /usr/ubuntu-sdk-dev/bin/qmlscene: symbol lookup error: /usr/ubuntu-sdk-dev/bin/qmlscene: undefined symbol: _ZN7QString18toLocal8Bit_helperEPK5QChari. anyone have any idea what that means or what I can do about it?20:59
* bzoltan_ watching ice hockey championshop20:59
bzoltan_aquarius: would you please give a bit more details :) Like versions, release, apt-cache policies and stuff like that21:00
aquariusbzoltan_, certainly. What would you like version numbers of? OS: Ubuntu 14.04. /usr/ubuntu-sdk-dev/bin/qmake -v says "Using Qt version 5.4.1 in /usr/ubuntu-sdk-dev/lib". "apt-cache policy ubuntu-sdk-dev" says it's "3.5.0+16.04-0ubuntu1~109+201512221317~ubuntu14.04.1".21:02
aquariusHappy to provide any other version numbers you may find useful, if you tell me how.21:03
=== salem_ is now known as _salem
randy_OI'm having trouble getting an app to compile for armhf with the Ubuntu SDK. I'm getting the error: Could not find compiled binaries for architecture 'armhf'. Any ideas for what I should check?21:47

Generated by irclog2html.py 2.7 by Marius Gedminas - find it at mg.pov.lt!