[07:38] nik90: ping !! === Mirv_ is now known as Mirv [11:42] mihir: pong what's up? [11:43] mihir: next time it is best to leave a message with the ping, this way I can quickly reply to it when I see it. [12:29] nik90: I was trying to keep bottomedge in main view as I need that in multiple views like day/week/month. Is it a good solution to to put in MainView and not into separate views [12:30] nik90: when I tried to put in MainView it was not behaving properly and there were issues with pagestack [13:42] I get following click review error: specified unsupported template 'ubuntu-scope-network' [13:43] on a scope [15:00] I want to create a list that has groups of elements, as in 3 Labels and 3 TextFields per ListItem, is it possible to do this? I want to create them dynamically and the easiest thing would be to just append to the list, but I can't find any documentation about these kind of lists [15:03] vitimiti: I think you can use a ListItem.Empty and then define your 3 Labels and 3 TextFields inside it. Then add this component as the delegate of your listview. [15:03] nik90, thanks, I will look into that [15:04] mihir: I don't think you can do that since the Page and the BottomEdge are connected to one other [15:04] mihir: I would recommend talking to renato about this though to make sure [17:16] nik90, http://www.kryogenix.org/days/2014/11/16/ubuntu-component-store-redux/ (and popey, akiva-thinkpad, mhall119, et al) [17:25] aquarius_, awesome! [17:25] rpadovani, well, I'll wait to see if I've missed anything obvious first, but thank you :) [17:26] aquarius_, I did a fast read, the post itself seems good, but it's the idea that is awesome, I want to see it ready asap :D [17:27] * aquarius_ nods :) [17:59] aquarius_: two camps, but we are on the same side :) [18:14] nik90, indeed we are :) [19:16] I can't get the template for "App with QML Extension Library" to run on my mako [19:17] if I switch to the UbuntuSDK kit, I get a "no targets specified and no makefile found" error [19:25] nik90, is that what you used to build the clock-app? [19:30] doflaherty: yeah that's what I used to build the clock-app, although it has changed quite a bit since then [19:31] doflaherty: did you set the kit for your project? [19:32] yeah, it works fine if I run it with the desktop kit, though it seems to be out of date, still using the toolbar [19:33] If I open the clock-app CMakeLists.txt in QtC, and use the UbuntuSDK kit, I get the same "no makefile found" error [19:33] hmm strange [19:33] then it is localised issue [19:33] have you tried recreating a new kit? [19:34] no, how do I do that? [19:35] in the devices tab, when you select a device, you can remove the existing kits and ask qtc to autocreate one for you [19:39] it looks like it is running cmake, it tells me it can't find intltool-merge [19:39] "please install the intltool package" [19:40] apt-get tells me it is installed, so I think it means in the armhf chroot? [19:40] ah [19:40] doflaherty: that's easy to do [19:40] yup [19:40] so go to the chroots and install intltool-merge package manually [19:40] it should be in tools->options->ubuntu->chroots [19:42] I don't see a "chroots" but there is a "maintain" button in the click build targets list that opens a terminal in a chroot [19:45] it looks like a lot of packages need upgrading [20:01] nik90, installing intltool gets clock-app working [20:02] my other one was failing because I was including QtDeclarative - does UT support QtQuick 1 at all or do we need to use the newer QtQuick 2? [20:13] hi [20:14] who can help ppa > software center [21:05] doflaherty: why are you using qtquick 1? [21:07] Hi guys! We've been developing a project for some time and now we want want to get it upstream. My question is, how to apply for that, where to go, what kind of requirements we have to meet, all we need to know basically :-D This is the project: https://github.com/ProfessorKaos64/RetroRig [21:10] nik90, I've been building a star watching app which is essentially baby Stellarium, so I've been trying to see if I can get Stellarium itself to run on mako [21:10] ah ok [21:10] they can't move away from QtDeclarative yet [21:11] tbh I have never tried runnign qt quick 1.0 on ut