=== chihchun_afk is now known as chihchun [02:03] Hello, I'm trying to build and run the ubuntu music app, but I lack module "QtMultimedia" version 5.6. I'm using all the latest versions of everything for ubuntu 15.10. How do I get v5.6? thanks [02:04] Randy_O, it is tricky to get it in Wily, in theory you should be able to add the vivid overlay PPA ... but I don't think that is recommended [02:04] Randy_O, i'm actually one of the music-app devs and running on Wily... I gave up and just run on device until I move to Xenial :-/ [02:05] ahayzen, thanks (I recognize your name, just the person i was hoping to find!) I'll try it on my phone and see what happens [02:05] Randy_O, if you have the arm kit setup to deploy to device it should work :-) I'm using that at the moment [02:08] ahayzen, I'll try that too. I'm running into the click package check failures, for security. What do you do to get around that? [02:09] Randy_O, you can just ignore them [02:09] music has some security things that need manual review, (because it can read your music files) [02:12] ahayzen, there is an option in the run configuration (in the SDK) "Treat click review errors as warnings", I had to turn that on first. I always forget that one. [02:12] ahayzen, It's up and going on the phone now, thanks! [02:13] Randy_O, ah, i didn't know that, or don't remember changing it... interesting :-) and awesome :-) === chihchun is now known as chihchun_afk === shuduo-afk is now known as shuduo === chihchun_afk is now known as chihchun === JanC_ is now known as JanC === JamesTait is now known as Guest31919 === chihchun is now known as chihchun_afk === chihchun_afk is now known as chihchun [11:36] Hi, Does anyone know how to set the window title of an app from QML, using MainView (not Window) and not cpp :-) ... I'm sure someone submitted an MP before to either music/weather todo it, but now can't locate it or how todo it :-/ === chihchun is now known as chihchun_afk [11:49] ahayzen, I think if you set "title" of a page, that is set as the window title automatically. [11:49] nik90, hmm, it seems to pick the objectName of our MainView :') as it does with clock, weather, music when i tested [11:49] also for music, this was when i was using the new PageHeader [11:49] ahayzen, well with clock previously (prior to UC 1.3), we didnt set a title, since that would show the page header. [11:50] with UC 1.3, you should be able to set a title while also hiding the page header [11:50] I haven't tried it recently though [11:50] hmmm [11:50] maybe our MainView->PageStack->Tabs->Tab->Page confuses it [11:53] ahayzen, adding this to your MainView should work http://paste.ubuntu.com/15646228/ [11:54] DanChapman, interesting, even when you don't have a Window around the MainView? [11:54] nik90, i just checked and we have the title set of the tab, page and pageheader :-) [11:55] Yeah it should still work as qml makes the window type available once it's created it [11:55] DanChapman, ooo interesting, i'll give it a go thanks :-) [12:00] DanChapman, hmm don't think it worked :-/ [12:01] hmm it works for me here :-/ === chihchun_afk is now known as chihchun [12:04] hmm i can see windowReady going to true... [12:04] ahayzen, http://imgur.com/4NBeUWd [12:05] let me try with Music, maybe weather has some odd headers [12:05] maybe PageHeader or whatever is setting it after you? [12:06] DanChapman, well i end up with the objectName of the MainView ... and note i'm testing this on a mako with Windowed mode [12:08] * DanChapman grabs mako [12:08] sverzegnassi: new docviewer uploaded and published :) thank you! [12:09] ahayzen, is this weather trunk? [12:10] DanChapman, i just took trunk and added what you said [12:10] DanChapman, maybe try music though [12:10] ack [12:10] as weather still has old headers IIRC [12:10] music just got the convergence stuff landed \o/ [12:11] oh wow! [12:11] Congrats! [12:11] \o/ [12:11] :-) [12:11] well the first iteration... ;-) [12:12] Yes I noticed the Bug #1253761: Implement initial conditional layout framework [12:12] bug 1253761 in Ubuntu Music App "Implement initial conditional layout framework" [Medium,Fix committed] https://launchpad.net/bugs/1253761 [12:12] still a very good start [12:12] haha yeah i tried to kill as many old bugs as possible :') [12:12] so what did you end up using? [12:12] AdaptivePageLayout or UbuntuLayouts? [12:12] or your own solution? [12:13] * DanChapman needs to quickly reflash mako. [12:13] PageHeader + anchors :') [12:13] i think... [12:13] ah..interesting [12:13] nik90, https://code.launchpad.net/~ahayzen/music-app/convergence-tabs-with-sidebar-01/+merge/286127 [12:13] I'm already looking ;) [12:14] ahayzen, fwiw Dekko in windowed mode on unity8 the window title seems to be taken from the desktop file ( i think as it's the only place dekko has an uppercase 'D' ) [12:14] nik90, interesting bits... http://bazaar.launchpad.net/~ahayzen/music-app/convergence-tabs-with-sidebar-01/view/head:/app/music-app.qml#L891 ... http://bazaar.launchpad.net/~ahayzen/music-app/convergence-tabs-with-sidebar-01/view/head:/app/music-app.qml#L576 [12:15] DanChapman, ok well that's interesting! i was looking at dekko earlier.. [12:15] DanChapman, i thought it came from here https://git.launchpad.net/dekko/tree/src/app/main.cpp#n180 [12:16] hah so it does :-) I didn't realise that was getting set. I stand corrected :-D [12:17] there was only one app i managed to find doing it in QML, and they did it via Window { MainView {} } === _salem is now known as salem_ [12:29] ahayzen, out of curiosity any reason not to use Window {}? [12:29] DanChapman, no much, just another thing to add to our MainView->PageStack->Tabs->Tab->Page :') [12:30] *not much [12:30] maybe have to switch to that if i can't find another way... but then that means indenting 700 lines :') the diff is gonna be horrible lol [12:31] and really you should be able to do it from the MainView [13:11] ahayzen, right. yeah i agree mainview should be able to do this. So this seems to work for me on mako albeit it's rather ugly http://paste.ubuntu.com/15649852/ it's probably cleaner to just use a Window{} :-) [13:13] DanChapman, ok, thanks for looking i'll give that a try later === chihchun is now known as chihchun_afk [13:43] popey: great, thanks! [14:27] popey, Hi, were there any strings that need fixing in uNav? [14:40] sverzegnassi, hey, with the latest doc-viewer update, I have an issue where the OSK appears on app startup..the issue is quite consistent. [14:40] sverzegnassi, also when you search for something and press cancel, the OSK does not autohide. [14:40] known bugs? or should I report them? [14:41] nik90: hey! it's something I noticed too... My first feeling is that the TextInput used in the search header is always focused [14:42] I wasn't aware of, so please open a report :) [14:42] sverzegnassi, true..usually when I go back to the normal header, I explicitly forceActivefocus() on the listview or page so the OSK disappears on pressing the cancel button. [14:43] sure, will report bugs. [14:45] nik90: Thanks! I'll start working on a bugfix ASAP, although it could be annoying to get two >60MB updates in a week :S [14:45] sverzegnassi, :P...snappy help us pls [14:49] nik90: haha :D [15:03] sverzegnassi: with your file manager hat on 😃 - I started a small merge to get rid of the blue colours... [15:03] sverzegnassi: if you could take a look I'd appreciate it :) [15:04] nik90: sorry, forgot to say, no, all looked fine to me, nice one! [15:07] popey, oh cool. awesome. thnx [15:16] hi, I'm trying to install an app on the device, but I get this, how can I do? [15:16] http://pastebin.ubuntu.com/15652761/ === chihchun_afk is now known as chihchun [15:18] I restart the phone and now it's ok... === chihchun is now known as chihchun_afk [15:45] https://code.launchpad.net/~popey/ubuntu-filemanager-app/fix-1554621/+merge/291133 [15:45] popey: this one? ^^ [15:45] yes [15:45] on it! [15:45] I'm missing one thing, the blue highlight in places [15:46] http://people.canonical.com/~alan/screenshots/device-2016-04-06-152257.png [15:46] that one [15:51] popey: http://paste.ubuntu.com/15653717/ [15:52] you can use the "__foregroundColor" property, but it isn't suggested to use it [15:52] (internal property) [15:53] The blue color seems to be something okay (the ListItem explicitely sets that color if the item is selected) http://paste.ubuntu.com/15653683/ [15:58] where's that from? [16:00] the second link? it's the code of an internal component used by ListItems.Standard [16:01] oh [16:01] will play, thanks! [16:03] anyway, I guess we'd need to migrate to the new ListItem component as soon as possible, since all the other list items have been deprecated [16:03] true [16:03] this was a quick fix for the blue stuff [16:06] sverzegnassi: tested the foregroundcolor and it looks good, so pushed that [16:13] popey: great! let me know when you'll need someone to review that branch [16:15] sverzegnassi: thanks [17:29] Hello, if I do "import QtLocation 5.0" and run the app in "Ubuntu SDK Desktop Kit" on Ubuntu 15.10 I get: "QtLocation" is not installed. Do you have any hint? [17:43] bfiller: now ota-10 is out, do we need to approve the calendar app in the store, so people can un/re-install it? [17:44] same for camera or whatever else you held back? [17:49] guest____, sounds linked to bug 1553827 and other similar bugs against those two projects (canonical-developer-experience and ubuntu-sdk-ide) [17:49] bug 1553827 in Ubuntu SDK IDE "Ubuntu SDK Desktop Kit missing a large number of SDK imports" [Undecided,New] https://launchpad.net/bugs/1553827 [17:55] ahayzen, thank you for the answer [17:55] guest____, have a look around the other bugs for those projects, there maybe a specific one for location...but that is the generic one for missing packages [18:41] Hello, how is it with QML Ubuntu.Components on other distros? [18:44] popey: yes we do [18:44] popey: same goes for camera and gallery [18:45] bfiller: want me to do that? Does the store have the same bzr revno's for all 3 apps that the phone image has? [18:45] popey: let me double check, it should [18:45] ok [19:03] popey: ack on publishing calendar 0.5.800, camera 3.0.0.644, and gallery 2.9.1.1292 [19:04] doing now [19:06] bfiller: all done. thanks [19:06] popey: ty [20:05] flurick: fine as long as the components are installed === salem_ is now known as _salem