=== chihchun_afk is now known as chihchun | ||
Randy_O | 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:03 |
---|---|---|
ahayzen | 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 |
ahayzen | 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:04 |
Randy_O | 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 |
ahayzen | Randy_O, if you have the arm kit setup to deploy to device it should work :-) I'm using that at the moment | 02:05 |
Randy_O | 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:08 |
ahayzen | Randy_O, you can just ignore them | 02:09 |
ahayzen | music has some security things that need manual review, (because it can read your music files) | 02:09 |
Randy_O | 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 |
Randy_O | ahayzen, It's up and going on the phone now, thanks! | 02:12 |
ahayzen | Randy_O, ah, i didn't know that, or don't remember changing it... interesting :-) and awesome :-) | 02:13 |
=== 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 | ||
ahayzen | 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 :-/ | 11:36 |
=== chihchun is now known as chihchun_afk | ||
nik90 | ahayzen, I think if you set "title" of a page, that is set as the window title automatically. | 11:49 |
ahayzen | nik90, hmm, it seems to pick the objectName of our MainView :') as it does with clock, weather, music when i tested | 11:49 |
ahayzen | also for music, this was when i was using the new PageHeader | 11:49 |
nik90 | ahayzen, well with clock previously (prior to UC 1.3), we didnt set a title, since that would show the page header. | 11:49 |
nik90 | with UC 1.3, you should be able to set a title while also hiding the page header | 11:50 |
nik90 | I haven't tried it recently though | 11:50 |
ahayzen | hmmm | 11:50 |
ahayzen | maybe our MainView->PageStack->Tabs->Tab->Page confuses it | 11:50 |
DanChapman | ahayzen, adding this to your MainView should work http://paste.ubuntu.com/15646228/ | 11:53 |
ahayzen | DanChapman, interesting, even when you don't have a Window around the MainView? | 11:54 |
ahayzen | nik90, i just checked and we have the title set of the tab, page and pageheader :-) | 11:54 |
DanChapman | Yeah it should still work as qml makes the window type available once it's created it | 11:55 |
ahayzen | DanChapman, ooo interesting, i'll give it a go thanks :-) | 11:55 |
ahayzen | DanChapman, hmm don't think it worked :-/ | 12:00 |
DanChapman | hmm it works for me here :-/ | 12:01 |
=== chihchun_afk is now known as chihchun | ||
ahayzen | hmm i can see windowReady going to true... | 12:04 |
DanChapman | ahayzen, http://imgur.com/4NBeUWd | 12:04 |
ahayzen | let me try with Music, maybe weather has some odd headers | 12:05 |
DanChapman | maybe PageHeader or whatever is setting it after you? | 12:05 |
ahayzen | DanChapman, well i end up with the objectName of the MainView ... and note i'm testing this on a mako with Windowed mode | 12:06 |
* DanChapman grabs mako | 12:08 | |
popey | sverzegnassi: new docviewer uploaded and published :) thank you! | 12:08 |
DanChapman | ahayzen, is this weather trunk? | 12:09 |
ahayzen | DanChapman, i just took trunk and added what you said | 12:10 |
ahayzen | DanChapman, maybe try music though | 12:10 |
DanChapman | ack | 12:10 |
ahayzen | as weather still has old headers IIRC | 12:10 |
ahayzen | music just got the convergence stuff landed \o/ | 12:10 |
nik90 | oh wow! | 12:11 |
nik90 | Congrats! | 12:11 |
DanChapman | \o/ | 12:11 |
ahayzen | :-) | 12:11 |
ahayzen | well the first iteration... ;-) | 12:11 |
nik90 | Yes I noticed the Bug #1253761: Implement initial conditional layout framework | 12:12 |
ubot5` | bug 1253761 in Ubuntu Music App "Implement initial conditional layout framework" [Medium,Fix committed] https://launchpad.net/bugs/1253761 | 12:12 |
nik90 | still a very good start | 12:12 |
ahayzen | haha yeah i tried to kill as many old bugs as possible :') | 12:12 |
nik90 | so what did you end up using? | 12:12 |
nik90 | AdaptivePageLayout or UbuntuLayouts? | 12:12 |
nik90 | or your own solution? | 12:12 |
* DanChapman needs to quickly reflash mako. | 12:13 | |
ahayzen | PageHeader + anchors :') | 12:13 |
ahayzen | i think... | 12:13 |
nik90 | ah..interesting | 12:13 |
ahayzen | nik90, https://code.launchpad.net/~ahayzen/music-app/convergence-tabs-with-sidebar-01/+merge/286127 | 12:13 |
nik90 | I'm already looking ;) | 12:13 |
DanChapman | 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 |
ahayzen | 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:14 |
ahayzen | DanChapman, ok well that's interesting! i was looking at dekko earlier.. | 12:15 |
ahayzen | DanChapman, i thought it came from here https://git.launchpad.net/dekko/tree/src/app/main.cpp#n180 | 12:15 |
DanChapman | hah so it does :-) I didn't realise that was getting set. I stand corrected :-D | 12:16 |
ahayzen | there was only one app i managed to find doing it in QML, and they did it via Window { MainView {} } | 12:17 |
=== _salem is now known as salem_ | ||
DanChapman | ahayzen, out of curiosity any reason not to use Window {}? | 12:29 |
ahayzen | DanChapman, no much, just another thing to add to our MainView->PageStack->Tabs->Tab->Page :') | 12:29 |
ahayzen | *not much | 12:30 |
ahayzen | 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:30 |
ahayzen | and really you should be able to do it from the MainView | 12:31 |
DanChapman | 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:11 |
ahayzen | DanChapman, ok, thanks for looking i'll give that a try later | 13:13 |
=== chihchun is now known as chihchun_afk | ||
sverzegnassi | popey: great, thanks! | 13:43 |
nik90 | popey, Hi, were there any strings that need fixing in uNav? | 14:27 |
nik90 | 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 |
nik90 | sverzegnassi, also when you search for something and press cancel, the OSK does not autohide. | 14:40 |
nik90 | known bugs? or should I report them? | 14:40 |
sverzegnassi | nik90: hey! it's something I noticed too... My first feeling is that the TextInput used in the search header is always focused | 14:41 |
sverzegnassi | I wasn't aware of, so please open a report :) | 14:42 |
nik90 | 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:42 |
nik90 | sure, will report bugs. | 14:43 |
sverzegnassi | 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 |
nik90 | sverzegnassi, :P...snappy help us pls | 14:45 |
sverzegnassi | nik90: haha :D | 14:49 |
popey | sverzegnassi: with your file manager hat on 😃 - I started a small merge to get rid of the blue colours... | 15:03 |
popey | sverzegnassi: if you could take a look I'd appreciate it :) | 15:03 |
popey | nik90: sorry, forgot to say, no, all looked fine to me, nice one! | 15:04 |
nik90 | popey, oh cool. awesome. thnx | 15:07 |
mike00 | hi, I'm trying to install an app on the device, but I get this, how can I do? | 15:16 |
mike00 | http://pastebin.ubuntu.com/15652761/ | 15:16 |
=== chihchun_afk is now known as chihchun | ||
mike00 | I restart the phone and now it's ok... | 15:18 |
=== chihchun is now known as chihchun_afk | ||
sverzegnassi | https://code.launchpad.net/~popey/ubuntu-filemanager-app/fix-1554621/+merge/291133 | 15:45 |
sverzegnassi | popey: this one? ^^ | 15:45 |
popey | yes | 15:45 |
sverzegnassi | on it! | 15:45 |
popey | I'm missing one thing, the blue highlight in places | 15:45 |
popey | http://people.canonical.com/~alan/screenshots/device-2016-04-06-152257.png | 15:46 |
popey | that one | 15:46 |
sverzegnassi | popey: http://paste.ubuntu.com/15653717/ | 15:51 |
sverzegnassi | you can use the "__foregroundColor" property, but it isn't suggested to use it | 15:52 |
sverzegnassi | (internal property) | 15:52 |
sverzegnassi | 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:53 |
popey | where's that from? | 15:58 |
sverzegnassi | the second link? it's the code of an internal component used by ListItems.Standard | 16:00 |
popey | oh | 16:01 |
popey | will play, thanks! | 16:01 |
sverzegnassi | 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 |
popey | true | 16:03 |
popey | this was a quick fix for the blue stuff | 16:03 |
popey | sverzegnassi: tested the foregroundcolor and it looks good, so pushed that | 16:06 |
sverzegnassi | popey: great! let me know when you'll need someone to review that branch | 16:13 |
popey | sverzegnassi: thanks | 16:15 |
guest____ | 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:29 |
popey | 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:43 |
popey | same for camera or whatever else you held back? | 17:44 |
ahayzen | guest____, sounds linked to bug 1553827 and other similar bugs against those two projects (canonical-developer-experience and ubuntu-sdk-ide) | 17:49 |
ubot5` | 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:49 |
guest____ | ahayzen, thank you for the answer | 17:55 |
ahayzen | 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 | 17:55 |
flurick | Hello, how is it with QML Ubuntu.Components on other distros? | 18:41 |
bfiller | popey: yes we do | 18:44 |
bfiller | popey: same goes for camera and gallery | 18:44 |
popey | 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 |
bfiller | popey: let me double check, it should | 18:45 |
popey | ok | 18:45 |
bfiller | popey: ack on publishing calendar 0.5.800, camera 3.0.0.644, and gallery 2.9.1.1292 | 19:03 |
popey | doing now | 19:04 |
popey | bfiller: all done. thanks | 19:06 |
bfiller | popey: ty | 19:06 |
dobey | flurick: fine as long as the components are installed | 20:05 |
=== salem_ is now known as _salem |
Generated by irclog2html.py 2.7 by Marius Gedminas - find it at mg.pov.lt!