[00:09] I'm a developer - is it possible to get access to errors on errors.ubuntu.com for my application? [00:15] * ahoneybun has access but does not know why [00:17] It might be because I am a Ubuntu member [00:18] ahoneybun, ah sorry; every so often some kids stop me to teach them a bit of piano [00:19] Happy to hear about your first app. [00:19] Akiva-Mobile, its ok [00:19] Akiva-Mobile, it is a basic app but something lol [00:20] yep; our first ones always are [00:20] just wish I could the click package to work [00:20] yah; you might want to give the development team some feedback on that [00:20] I am not exactly sure how it works either. [00:21] Akiva-Mobile, I just saw that the Kernel devs put 3.16.3 into the kernel with 14.10 [00:21] * ahoneybun wishes he know who to report his problem too [00:21] * Akiva-Mobile yells at guake [00:21] lo [00:22] XD [00:23] * ahoneybun yells at mhall119, popey (only people he knows) [00:23] they are probably not working atm. its sunday for them afaik [00:24] ahoneybun, o/ [00:24] not mhall119 [00:25] ahayzen_, \o [00:25] he is in the same timezone as me [00:25] ahoneybun, the fact the templates don't pass shows probably something with the actual review tool [00:25] yea ahayzen_ [00:25] ahoneybun, but u actually get a .click its just ur on a read-only image so.... yeah...u could go write but i thought there was a way for it to work without [00:26] ahoneybun, and p opey is in the same timezone as me and it is 0125am on sunday [00:26] ahayzen_, I want to r/w mode to set my APN for mobile data to darn work as well [00:27] ahoneybun, ah right well try $ phablet-config writable-image [00:27] ahoneybun, just don't complain at me if bad things happen ;) [00:27] ahayzen_, do that when I'm shelled in? [00:27] ahoneybun, that is from ur main machine [00:28] ahoneybun, there are a a set of tools phablet-abc ... eg phablet-shell phablet-screenshot etc [00:28] ahoneybun, come from the package phablet-tools [00:29] well it rebooted [00:29] not sure how to tell if it worked [00:29] ahoneybun, try and write something! aha [00:29] * ahoneybun looks for that page about APN setting [00:29] ahoneybun, oh ur qtcreator should say "has writeable image" with a tick next to it [00:30] ahoneybun, under devices->builder [00:30] it worked! [00:30] \o/ [00:30] nice [00:30] my mobile data was the only reason I went back to android for a bit [00:34] I can write to it! [00:34] yey [00:35] I love that I can sudo reboot my phone! [00:35] now to see if it works lol [00:35] it is booting [00:35] if the mobile data works I would kiss you lol [00:36] * ahayzen_ hides lol [00:36] understandable lol [00:37] nope [00:37] :/ [00:37] * ahoneybun looks at page again [00:38] it went back to stock [00:38] in the APN settings [00:39] magic [00:41] I lost power [00:42] and now this bash: phablet-config: command not found [00:42] nvm [00:42] * ahoneybun trys again [00:43] ahoneybun, you run phablet-config on the pc not the device [00:43] yea trying [00:44] now it is doing noting [00:44] nothing [00:44] ahoneybun, because it already is a writeable image? as u made it one earlier? [00:44] yea but I could not save my changes to the file for apn [00:45] ahoneybun, how were you trying to change them? [00:45] nano [00:45] ahoneybun, u'll likely need $ sudo nano [00:45] yep [00:46] ahoneybun, which bug report is it that you are looking at anyway? [00:46] well I'm looking at this https://wiki.ubuntu.com/QATeam/TouchTesting/Tips#Add_APN_Settings [00:47] ok I made the changes === IbrahimA is now known as IbrahimA|znc [00:49] nothing [00:50] it keeps rewriting it back to stock settings [00:51] ahoneybun, i guess when it restarts it overwrites it or something? [00:51] ahoneybun, probably best to speak to some ofono people in the week [00:51] yea but it says to reboot the phone [00:52] yea I don;t know who they are [00:52] brb [00:55] * ahoneybun flys in === IbrahimA|znc is now known as IbrahimA [01:07] hmm in my html5 app, i made two tabs, now when i click on the heading thing it shows the second tab and takes me there but then i cant get back to the main tab [01:08] not sure what the deal is [01:08] also, is there a way to change tabs programmatically? [01:08] i dont even seem to have a back button [01:09] IbrahimA, if your just switching tabs surely u would go back in the same way you got there? [01:09] IbrahimA, the back button only appears when you push pages onto the stack (in QML at least) [01:10] in html5 there are two methods of navigation, tab based and pagestack, as far as i know [01:10] IbrahimA, yeah the same in QML... we usually mix them together [01:11] i thought the tab thing would be simpler because this is kind of a throwaway thing but i dont understand how it works [01:11] so like [01:11] my app starts with "AppName >" at the top [01:11] if i click on the > it shows me the other tabs [01:11] but then when i go to the other tabs clicking on the title thing doesnt show the tab list again [01:12] hmm that doesn't sound right [01:13] hmm, it seems like the tab list is a positional thing, so now i made 3 tabs and when i go to the middle tab and then go up to the top i can see the third tab [01:13] but not hte first [01:13] i.e. i cant go back [01:14] i wonder if this is a touch interface thing, like would i swipe to go back or something? [01:14] the only reason im doing this is because i wanted to make a desktop app but i've never used gtk or qt and i've done a bit of web dev so i figured html5 would be the easiest way to go [01:14] IbrahimA, weird i guess you need to find someone that does html5 apps as i don't know how they work sorry :/ [01:14] :/ [01:15] IbrahimA, QML isn't that tricky it is basically javascript/css syntax anyway lol [01:15] hmm [01:15] IbrahimA, there are some tabbed examples here if u are interested in QML https://developer.ubuntu.com/api/qml/sdk-14.10/Ubuntu.Components.Tabs/ [01:16] IbrahimA, but even if you choose QML you should probably chase someone up with that HTML5 issue as that doesn't sound right [01:18] it's quite possible i did something wrong but i cant imagine what [01:18] i guess i should spin up a new project and just try to make three tabs and see what happens [01:18] IbrahimA, you've seen the docs right (just checking)? http://developer.ubuntu.com/api/html5/sdk-14.10/UbuntuUI.Tabs/ [01:18] yeah, the docs are kind of useless lol [01:19] heh [01:19] i cant figure out how you would programmatically change tabs, that seems like an obvious thing [01:20] * ahayzen_ wonders if u can even do that in QML as the property is read-only according to the docs [01:22] IbrahimA, i can do tabs.selectedTabIndex = 1 to switch to that index in QML so maybe an equivalent in HTML5 [01:22] ah ok [01:26] http://www.softpedia.com/reviews/linux/Ubuntu-Touch-Review-459511.shtml [01:27] aha, it does work, thanks! [01:27] leaky abstractions ftw === IbrahimA is now known as IbrahimA|znc === balloons is now known as Guest13468 [02:53] * ahoneybun really likes QML [03:07] ahoneybun, heh [03:07] ahoneybun, APL is better :P [03:11] Akiva-Thinkpad, APL? [03:11] ahoneybun, yah, a programming language [03:11] well QML is C++ no? [03:12] QML is QML [03:13] APL - literally stands for - A Programming Language === IbrahimA|znc is now known as IbrahimA [03:23] is there a way to show notifications in ubuntu sdk apps? (html5 preferably) [03:24] except this is a desktop app, but i imagine the same thing would work across desktop or mobile [03:24] basically i just want something like notify-send except maybe a little more useful [03:25] like, perhaps something with actionable notifications like android has (can click on a button in the notification to do something) [03:26] APL: because who doesn't want to write code like [03:26] life←{↑1 ⍵∨.∧3 4=+/,¯1 0 1∘.⊖¯1 0 1∘.⌽⊂⍵} [03:28] IbrahimA, thats like 5000 lines of java right there [03:28] :) [03:28] probably [03:28] lol [03:28] not even kidding its funny [03:29] I think thats why a lot of businesses like java; it makes them feel productive given all the code they have to write. [03:43] * ahoneybun started a blog to get into planet.ubuntu.com [04:05] ahoneybun, ah very cool === IbrahimA is now known as IbrahimA|znc === IbrahimA|znc is now known as IbrahimA === IbrahimA is now known as IbrahimA|znc [11:35] * ahoneybun was thinking of taking a GoPro to a FOSS Con === Mirv_ is now known as Mirv [13:08] hello [13:08] Can someone help me with the actions in the header ? [13:10] justcarakas, I'm not to familiar with it [13:11] I get the error could not resolve UnityActions,Action [13:11] just did not want you to feel that no one is listening :) [13:11] hehe thx:) [13:11] I know I would not want that feeling XD [13:11] true that :) [13:12] I gues finding help on a sunday is not as easy as finding it on a weekday :p [13:12] yea kinda [13:13] I know popey is at XDA DevCon [13:18] to bad, I was first making my app in html5 but when I tried it out it was too slow [13:18] so I desided to give qml a try [13:21] justcarakas, IIRC UnityActions don't exist anymore you should just use Action ... let me see if i can find the mail [13:21] well I'm trying this atm [13:21] Page { [13:21] title: i18n.tr("Kamisado") [13:21] id: page [13:21] head.actions: [ [13:21] Action { [13:21] iconName: "add" [13:21] text: i18n.tr("Search") [13:21] } [13:21] ] [13:21] Board{} [13:21] justcarakas, this was the email https://lists.launchpad.net/ubuntu-phone/msg09721.html [13:21] } [13:21] but it doesn't work [13:21] Cannot assign to non-existent property "head" [13:22] justcarakas, ok let me check what we do... [13:23] justcarakas, hmm that should work mind pastebin'ing the file? http://pastebin.ubuntu.com/ [13:24] http://pastebin.ubuntu.com/8447740/ [13:26] morning ahayzen [13:26] ahoneybun, o/ 'morning' [13:27] morning here anyway 9:30am [13:27] any idea ahayzen ? [13:27] justcarakas, strange thats what the docs say todo https://developer.ubuntu.com/api/qml/sdk-14.10/Ubuntu.Components.Page/ [13:27] I know :s [13:27] ahoneybun, 1430 here...but i only just got up :P [13:27] i got it from there [13:28] justcarakas, let me check what some of the coreapps that use it do... [13:28] is it possible that I need to install something on my laptop ? [13:28] I have the sdk [13:29] justcarakas, ah PageHeadState {} [13:29] ahayzen, I tested building a app with the default settings and it still crashed, so I mailed the mailing list [13:29] justcarakas, but that was for doing more advanced things i thought... [13:29] justcarakas, hang on we have an 'Add' action in music app what do we do lol... [13:30] justcarakas, heh we do http://pastebin.ubuntu.com/8447769/ [13:30] justcarakas, you just want a button in the header right? [13:30] jup [13:31] justcarakas, ^^ is how we do it...but that looks legacy..but it works aha [13:31] it works indeed [13:31] justcarakas, docs are here https://developer.ubuntu.com/api/qml/sdk-14.10/Ubuntu.Components.ToolbarItems/ [13:32] justcarakas, you could check with t1mp if that is the correct way of doing it when he is about [13:32] oki I will, thanks for helping me otu [13:32] out [13:32] justcarakas, no problem [13:33] justcarakas, you can see clock uses PageHeadState for the add alarm header button http://bazaar.launchpad.net/~ubuntu-clock-dev/ubuntu-clock-app/utopic-3.0/view/head:/app/alarm/AlarmPage.qml#L33 [13:40] wait does the clock get synced with the desktop too 0.o [13:42] any Idea where I can find the provided icons ? [13:42] justcarakas, icons for ubuntu touch? [13:42] uhu [13:42] ? [13:42] yes [13:43] where I can find what else is provided next to that add icon [13:43] justcarakas, /usr/share/icons/suru [13:43] thx [13:43] np [13:44] * ahoneybun saw that somewhere on the docs [13:44] justcarakas: it's odd your approach using head.actions isn't working. I use it exactly the same way in dekko without issue http://bazaar.launchpad.net/~dpniel/dekko/trunk-1/view/head:/src/Ubuntu/qml/AccountsView/AccountsPage.qml [13:44] I don't remember though [13:44] * ahoneybun gives a shout out to DanChapman_ for his cool email client [13:45] * justcarakas joins the shout out [13:45] is it posible that I need to add a ppa or something DanChapman_ [13:45] DanChapman_, do you use T-Mobile or AT&T on your phone? [13:45] justcarakas, yeah u may need a newer SDK or something...u on trusty? [13:45] I am [13:46] ahayzen, I saw that one developer uses trusty for his dev [13:46] * ahayzen uses trusty [13:46] but he says that he will have to upgrade as trusty is not getting the updated stuff for ubuntu touch development or something like that [13:46] * ahoneybun looks for link [13:46] but then i don't run the app on desktop lol i just deploy to device to test [13:47] so it is because I'm on trusty ? [13:47] ahayzen, justcarakas http://nik90.com/a-core-app-devs-workflow/ [13:47] ahoneybun, yeah nik90 managed to get it all working on trusty :) [13:48] ahoneybun, probably i have is the latest mediascanner2 doesn't work well on trusty so sortof breaks the music-app lol [13:48] *problem [13:48] justcarakas: ahh if you are on trusty then yes it probably won't work as alot of the *new stuff* can't be backported easily. [13:48] hmm [13:49] * ahoneybun runs utopic just fine [13:49] is there a way to upgrade ? with dist upgrade or something ? [13:49] yea [13:50] justcarakas: sudo do-release-upgrade -d [13:50] * ahoneybun gets beat by DanChapman_ [13:50] * justcarakas crosses fingers [13:50] justcarakas, you should be fine [13:51] :) [13:51] ahayzen, I still don't have mobile data :( [13:52] ahoneybun, :( ask someone in #ubuntu-touch tomorrow when more people are about [13:52] * ahoneybun wonders if him using his usb 3.0 port might effect it [13:52] I just hope my screen doesn't break again :) Ive been working for 2 days to get my 21:9 screen working, problem is if I use nvidia 343 I have lag and I write code but my screen still shows the previous code :p [13:53] ahoneybun: sorry didn't see yoru question. I use giffgaff on my phone. It's a UK only network i believe... [13:53] I see thanks DanChapman_ [13:53] * ahoneybun has no mobile data on Straight Talk on Ubuntu Touch [13:54] ahayzen, seems I'm still on r/w mode [13:54] ahoneybun, yep u will be [13:54] ahoneybun, not sure if/how you go the other way [13:54] yea lol [13:58] ahayzen, I saw that when I reboot my bluetooth gets turned back on [13:59] so I think it will not keep any changes I make [13:59] ahoneybun, probably a bug i remember seeing something about that [13:59] oh crap [13:59] I have working data [13:59] I turned wifi off and it loaded a website [13:59] !!! [14:00] but if I reboot I have to do that again [14:00] \o/ [14:00] * ahoneybun tests DanChapman_ email to see if it is not me being crazy [14:01] DanChapman_, does your email client not support outlook? [14:02] never mind [14:02] no data [14:02] weir [14:02] d [14:02] well back to the drawing board [14:03] * ahoneybun looks for food [14:03] ahoneybun: yes it works through it's imap implementation. No EWS support at the moment. Although outlook is severly lacking on the IMAP front so it's actually quite slow and they like to close the connections way before the 30min cut-off [14:03] but yeah it *should* just work [14:04] I was missing data DanChapman_ so it is my fault [14:07] I wonder if I have to put back to read only mode [14:12] * DanChapman_ has noticed an increasing frequency of daily downloads for new users recently. It's so cool to see!! [14:13] DanChapman_, you app pretty cool [14:13] *is pretty [14:13] I just have webapps in the store for the moment [14:15] ahayzen: do you know if there is any documentation for UserMetrics I can't find any on developer.u.c [14:16] ahoneybun: nice!! which webapps are yours? [14:17] DanChapman_, WellsFargo, GotoBus, BrowardCollege (though I don't like it), and IGN [14:17] DanChapman_, erm there maybe hang on... [14:17] I can't see any Stats for my apps [14:17] oh [14:17] for IGN there is one download [14:18] someone from germeny [14:18] *germany [14:18] DanChapman_, i can't see any but u can copy from us http://bazaar.launchpad.net/~music-app-dev/music-app/trunk/view/head:/music-app.qml#L499 [14:19] DanChapman_, I do have a real app ready for upload but I can't get it to build [14:20] DanChapman_, IIRC nik90 was my 'documentation' .. http://nik90.com/adding-infographics-to-ubuntu-phone/ [14:21] ahayzen: that's great, that will do the job nicely. Thanks :-) [14:21] ahoneybun: awesome.. i'll have to check them out :-) [14:21] DanChapman_, yea it is really just a list of states (but something :) [14:21] thanks [14:23] :) [14:39] * ahoneybun can't get Dekko to open DanChapman_ [14:40] ahoneybun: does it just die out on the loading screen? [14:44] yep [14:44] ahoneybun: can you paste the log somewhere for me please [14:44] I'm on devel-proposed I believe [14:44] just tell me how and I'll have it on pastie.ubuntu.com in no time [14:46] DanChapman_, just tell me how :) [14:48] ahoneybun: it should be in ~/.local/share/ somewhere my batteries dead atm so I can't tell you exactly :-D [14:50] * DanChapman_ plugs phone in [14:55] I found the .desktop file [14:57] ahoneybun: sorry it's under ~/.cache/upstart/ [14:59] DanChapman_, http://pastebin.ubuntu.com/8448302/ [15:06] ahoneybun: ok can your try deleting the config file and create new account it's under ~/.config/com.ubuntu.developer.dpniel.dekko/ [15:07] there is a bug around deleting an account which a fix is coming in the next update so for now the whole file needs deleting [15:09] ahoneybun: can you also not save your password when you re-create the account. [15:09] ok it opened [15:10] I did not see a option to save password [15:11] ahoneybun: just leave the password field empty :-) [15:11] opps [15:11] ok don't worry we'll go with password instead. [15:11] I'm redoing it [15:12] ok cool once you have re-done it can you open the account settings again. (Left swipe the account) and go to the "About" tab and long press the dekko icon and enable developer mode [15:13] you then need to close and re-open dekko and you should have a settings button visible on the mailbox view [15:15] ok [15:15] I have a option to enable imap logging [15:16] * ahoneybun wishes he could save his password [15:17] yes can you enable it for me and also you can save your password now if you wish on the imap & smtp settings tabs. Then close and reopen dekko again and tell me if it fails to start again [15:20] how do I get out of mailbox view? [15:20] did it open up into mailbox view after restart? [15:21] i did not restart [15:21] I want to save my password [15:21] got it [15:21] right.. click on the little account icon in the header [15:22] got it [15:22] it opened up fine [15:23] shucks i was actually hoping it would die out. :-) ok try opening and closing it a few times to make sure. [15:26] * ahoneybun opens it 2 more times and it works fine [15:27] and one more time and still works [15:27] ahoneybun: \o/ well at least it's not broken. Must have been a misconfiguration going on somewhere. I have a feeling it was the password watcher. But anyway glad it's working again you can disable developer mode the same way you enabled it btw [15:28] ok thanks [17:48] nik90, ping [17:48] nik90, i pushed some trivial MR, if you could review them when you get time. [17:50] hey mihir do you have a N4? [17:54] ahoneybun, hey yes i do have [18:03] mihir, do you have tmobile with it? and working mobile data? [18:05] ahoneybun, nope i am in India and I am on Vodafone [18:06] oh [18:23] ahoneybun: I have a N4 and the mobile data works properly [18:24] nik90, oh yea> [18:25] I can't [18:25] I have straight talk with tmobile sim [18:25] mihir: I can't test since I am having trouble running apps (all) on the emulator and device. As such I am kinda stuck until tomorrow [18:26] ahoneybun: I am not sure, I just started dogfooding my device 2 days ago [18:29] nik90, ahh you upgraded ? [18:29] nik90, i just freshly installed utopic :| [18:30] mihir: nope I am sticking with trusty [18:30] setting up machine [18:30] nik90, okay :) [18:30] mihir: it seems like an update may have borked my qtc running apps on an external device [18:30] since it spits out some errors and doesn't go further [18:30] I need to talk to the sdk folks tomorrow [18:30] nik90, hmm may be.. [18:31] nik90, i believe my both issues should be resolved , emulator & device [18:31] * mihir hopes to get his issues resolved :D [18:33] do you guys nik90 mihir have android 4.4.2 and then flash ubuntu touch or can you be on 4.4.4 and then flash? [18:33] nik90, I cant build my app [18:36] nik90, are you facing this issue : unable to use mouse scroll on SDK ? [18:37] ahoneybun: I flashed the phone a long time ago when I guess it came with 4.4.2..not sure...but I don't think it matters anyway [18:37] mihir: nope [18:37] mihir, i can;t scroll on the code in sdk [18:38] nik90, Hmmm i am not sure why it is not able to scroll inside SDK , otherwise it works [18:38] ahoneybun, yeah same here [18:39] mihir, I got a few errors when trying to build my click package [19:16] popey, nik90, one suggestion required, what would you suggest to user , to make selected at least one calendar from list of calendars or you won't allow them to create an event if there are no calendar selected ? === IbrahimA|znc is now known as IbrahimA [19:48] afternoon all [19:52] hey Akiva-Thinkpad [19:52] ahoneybun, what you working on today? [19:53] still trying to get the thing packaged? [19:54] Akiva-Thinkpad, there has no updates so I doubt it would magically work [19:54] mmmmm okay [19:54] nope still errors [19:55] too bad [19:55] today someone in #ubuntu-touch as been helping me try to get mobile data [19:55] working [19:56] * ahoneybun wonders if trying the devel or rtm channel would help [19:56] ahoneybun, so after rtm; what app do you want to work on? [19:56] Akiva-Thinkpad, no clue [19:56] guess I'll have to find one soon [19:57] ahoneybun, remember; we are using Go [19:57] ahoneybun, I got an idea [19:57] Akiva-Thinkpad, yea I remember [19:58] ahoneybun, how about a wifi password software based brute forcer [19:58] thats a bit high tech for me [19:58] ahoneybun, so? [19:58] its easy [19:58] Akiva-Thinkpad, maybe to you [19:58] no its not as complicated as you think. [19:59] besides, we are using Go; so it will be new for both of us. [19:59] yea but if you know one programming language it is easier to learn [19:59] I kinda know C++ [19:59] like really kinda [20:00] Challenge yourself [20:02] maybe [20:02] well I help where I can but I have to want to do *that* project [20:03] fair enough [20:03] Considering i'm always in need of wifi, i'd use it. [20:04] so you'll hack a wifi to use i [20:04] *it [20:05] probably [20:05] oh [20:16] ahoneybun, what are you interested in, in general? [20:16] I tutor economics, I am teaching myself the piano, I like playing with spreadsheets. [20:16] so I make applications in accordance to that. [20:17] What about you; perhaps we can find something you are interested in and create an application around that. [20:27] hi [20:38] vitimiti, heya [20:40] Hi, Akiva-Thinkpad [20:40] vitimiti, whats new? [20:41] I installed 14.04 again and my app now says that the head.actions property doesn't exist. I guess it's a Trusty problem, because I do have the 1.1 components installed [20:41] I should upgrade again, tonight [20:42] mzanetti: hi, great animation effect for the level difficulty :) [20:42] mivoligo: hi. [20:42] mivoligo: I changed it a little [20:42] mzanetti: for the better, I'd say [20:43] mivoligo: hope you like it. when I was done with how you specced it, I felt that bar seemed a bit stuck [20:43] so I tweaked it a little [20:43] mzanetti: I love the effect :) [20:44] cool [20:44] mzanetti: only problem is the circle positions are bit off [20:44] hmm... are they [20:45] mivoligo: how? looks quite ok here [20:45] mzanetti: http://screencloud.net/v/3SuO [20:46] oh... that's off indeed [20:46] and those icons :D [20:46] it looks totally different then here :D [20:46] :D [20:47] mivoligo: http://i.imgur.com/nNg6Cdx.png [20:47] mzanetti: I guess it's because I'm on 14.04 [20:48] the different icons, yes, the different size of the icons no [20:48] mzanetti: your window is bigger than mine, I think [20:49] yes, but I think its because of the different grid size [20:50] yeah... can reproduce. will fix [20:50] vitimiti, ah snakes [20:51] Akiva-Thinkpad, nvm, it's quick (if there's enough internet speed) [20:51] mzanetti: also I submitted a bug report after testing/playing a bit with my children [20:51] :D [20:51] * mzanetti looks [20:52] right. have noticed that too. but forgot about it already [20:52] thanks for the bug [20:52] mzanetti, what game is it? Would like to test it too [20:52] mzanetti: no problemo, they like the game so far :) [20:52] vitimiti: lp:machines-vs-machines [20:53] mzanetti, thanks, will compile it now [20:53] Dang it, forgot I needed to update my public key [20:53] vitimiti: you need to run ./setupdata.py in the data directory [20:53] mzanetti, thanks, will do [20:55] mivoligo: is the carousel ok? [20:55] mzanetti: I think so [20:55] I'm not entirely happy with it... but not sure how to improve [20:55] the animation seems still a bit odd to me [20:58] mzanetti: hmm.. for me is fine, maybe a bit to slow [20:59] mzanetti: also no "+" sign here but you probably aware of that [21:02] mzanetti: btw, now when we have different difficulty levels, we should add info about it on the level selection page [21:02] yep [21:04] mivoligo: I've pushed some fixes. now sizes schould be better [21:04] mzanetti: and about the settings: should we have different settings for different levelpacks? Or one settings for all of them? [21:04] mivoligo: only one settings page [21:05] mzanetti: ok, so maybe we should remove "reset scores" from settings? [21:05] mivoligo: hmm [21:06] where would you move it to? [21:06] mzanetti: I thought about some kind of scoreboard [21:07] we're not really counting any scores though [21:08] this is mostly what's unlocked so far and current star balance [21:08] mzanetti: right, but what happen if a player wants to reset scores only for one levelpack and not the other? [21:08] yeah... makes sense [21:08] it could also make sense to only reset scores for a certain difficulty [21:08] so in theory it would belong to the level selector page [21:09] but not sure how good it fits there [21:09] Oh, I didn't have inkscape installed [21:09] mzanetti: yep, maybe a click on the star with score there whould open a dialog for that? [21:10] mivoligo: yeah, we could do that [21:10] mzanetti: btw, sizes looks fine and circles are centered now :) [21:10] :) [21:11] upss, crashed when I was resizing the window [21:14] mzanetti: can you also center "easy", "medium" and "hard" under related circle, please? [21:14] not working? [21:15] mivoligo: that should be already the case [21:15] mzanetti: text is bit of here: http://screencloud.net/v/21Hw [21:16] sizes seem still wrong [21:16] mzanetti: they are smaller in smaller window [21:17] yeah. the fonts don't scale with the window size [21:17] and the play button at the bottom neither [21:18] anyone know if you can do dictionary lists in qml? [21:19] you know, key, definition sort of thing? [21:19] mzanetti: one more thing, does the difficulty selection background is exported to png? I don't see the blur [21:20] Akiva-Thinkpad: FolderListModel [21:20] mzanetti, it looks gorgeous. But I'm really bad at it [21:20] mivoligo: no, it's not [21:21] mivoligo: still have to clean up game artwork [21:21] mzanetti: ok [21:21] mivoligo: I don't have svg's of all the stuff [21:21] mivoligo: when you have some time, could you add the missing ones? [21:21] mzanetti: can you file a bug [21:21] sure [21:21] thanks [21:21] mivoligo: fixed the remaining scaling issues in MainPage [21:22] the button on the text still doesn't scale [21:22] mzanetti: should we make custom icons for settings and stuff or do you want to use Ubuntu default? [21:23] mivoligo: hmm... what do you think? [21:23] Ubuntu Suru icons are quite nice imo [21:23] vitimiti: heh, don't give up :) [21:24] mzanetti: I don't know if you can change their color [21:24] mivoligo: yes, I can change the color [21:24] * ahoneybun does some graphic work mzanetti [21:24] ok then [21:24] ahoneybun: ? [21:24] marcoceppi, haha [21:24] game artwork [21:25] ahoneybun: interesting. you searching for something to work on? [21:25] mzanetti, I just go with the flow really, I can't say I'm a expert but I try [21:28] ahoneybun: well, so I think with general machines vs machines artwork we're quite set by now. You could however, create a level pack with your own towers, enemies and levels. [21:28] nice [21:29] * ahoneybun makes banners and logos mostly [21:30] ahoneybun: icon for the game is not yet done, so you can give it a shot :) [21:30] oh :) [21:30] also, last days I had a play with Bacon2D and looks like there might be another game upcoming... something like this: http://upload.wikimedia.org/wikipedia/commons/4/47/PuzzleOfDexterity.jpg [21:31] mivoligo, shot me some level designs to get concepts and ideas from please [21:31] ahoneybun: it's a tower defence game [21:32] mivoligo, ok cool [21:32] ahoneybun: mzanetti posted link how to get a game [21:35] ahoneybun: if you seriously start on working something, please let me know beforehand to work out details [21:35] mzanetti, I just started a sec ago [21:37] ahoneybun: on what? [21:37] I would like an icon for an IRC app that didn't suck, mine sucks quite a lot [21:37] a icon [21:37] ahoneybun: did you see how the game looks like? [21:38] mzanetti, a bit [21:38] :) [21:38] ahoneybun: try to keep in line with the general style a bit please [21:39] you're free to bring in ideas, but not like going totally different than what we have so far [21:39] * ahoneybun thinks he can't do this [21:39] mzanetti: btw I think (and probably popey too) a player should not be allowed to mute the music ;) [21:39] lol [21:39] I don't really see the purpose of that, I just mute the PC if I don't want to listen [21:40] mzanetti: my son love the melodies :) [21:40] vitimiti, shot me your current icon [21:40] mivoligo: there's more coming up :) [21:40] :D great [21:40] ahoneybun, it's an svg, I have this picture of it: http://goo.gl/aOdVkE [21:40] mivoligo: I've spend like ages to cut the songs in a way that I can loop them :D [21:41] mzanetti: it was worth it [21:41] you haven't heard them yet :D [21:41] but yeah, they're similarly awesome [21:41] I see vitimiti [21:42] * mzanetti afk for 5 minutes [21:42] mzanetti: I believe :) ok, I'll catch you tomorrow [21:42] ahoneybun, it's horrible [21:42] vitimiti, not the worst [21:42] * mivoligo is afk for hours [21:42] Well, yeah, it was worse before [21:43] But I really need to focus on the UI, afterwards I can work on the backend and then the details [21:47] vitimiti, something like these? https://www.google.com/search?q=quote+bubble&client=ubuntu&hs=nS3&channel=fs&source=lnms&tbm=isch&sa=X&ei=zIEoVN2BN42LyASawYC4Cw&ved=0CAgQ_AUoAQ&biw=1855&bih=951 [21:48] ahoneybun, that happens to me for trying from scartch, I should use some of those, yeah [21:48] vitimiti, I'll do it [21:48] from scartch [21:49] ahoneybun, well, that'd be really nice [21:56] vitimiti, shooting you a link to it in a min [21:56] vitimiti, http://imgur.com/vBZkaVh [21:57] ahoneybun, opening (slow connection) [21:57] ok [21:58] ahoneybun, that looks really really good [21:58] I would like to make it clear it is your doing, though [21:58] I saved the .xfc from gimp and I have it in 512by512 for when you upload it to the store [21:58] I have the gimp file [21:59] woah [21:59] that is cool... [21:59] that is the best I can do to prove [21:59] I disabled alt for moving windows in ubuntu [21:59] ahoneybun, that's great [21:59] and now I can do free flow selecting in the ubuntu sdk [22:00] * ahoneybun needs to setup his owncloud to share files easier [22:01] vitimiti, https://drive.google.com/folderview?id=0B6zAAODZFwQ2ZnVfOTloTkZOR2M&usp=sharing [22:03] * ahoneybun is on his second mike's hard lemonade [22:03] ahoneybun, thanks a lot, seriously. If you want, the same way I posted the first one I can link you from my g+ account with this new icon [22:04] vitimiti, sure np [22:04] just keep on making apps vitimiti ! :) [22:04] ahoneybun, yeah, I love the Ubuntu project :) [22:05] sweet me too [22:05] * ahoneybun is a Ubuntu member [22:05] As soon as I get the Utopic back I'll keep advancing [22:05] I'm utopic right now [22:06] vitimiti, can you make a new project with a simple ui and try to make a click package (I can;t build my app) [22:06] ahoneybun, I'm upgrading to utopic right now, actually, I can't do it right now [22:06] oh ok [22:08] I am going to share the link and close it all for the upgrade, be back when it's done [22:08] ahoneybun, give me the lp:, anyway, I'll try when I upgraded [22:08] vitimiti, no it is a example in the SDK [22:09] Oh, alright. Anyway, I've always had problems with the click packages, I'm not sure that this time it'd be different. I still need to learn packaging [22:11] I just posted the new icon linking it to you :P [22:11] I'm going to upgrade, later [22:12] too bad I don't know his name lol [22:12] his/her [22:13] http://blog.bofh.it/debian/id_451 only open source! [22:33] * ahoneybun moves to devel channel