[00:00] mhall119: that sounds like a bug [00:00] I can work around it but I do not know how to get the path to write to, from QML [00:00] dgalg: I agree [00:01] and even if that were fixed, the thing which is making the app crash is a pulseaudio error, and that has to be a problem in the platform, surely? [00:01] I might be doing somethnig wrong with sound (although it works on my desktop) but even if I am, I should not be able to prevent pulseaudio from opening a folder in /var/run [00:01] er /run/user I mean [00:02] that's a platform thing. === chriadam|away is now known as chriadam [00:02] mhall119: does it always fail with the same error? [00:12] dgalg: yeah [00:12] dgalg: I'm thinking there might be something in u1db that isn't playing nice with the security sandbox, I'll check in on that too [00:12] mhall119: thank you [00:12] np [00:21] dgalg: can you join #ubuntu-touch? [00:32] iBelieve, just wondering about the merge for file manager [05:44] Is "qtdeclarative5-nemo-qml-plugin-folderlistmodel" supposed to still be needed for "music-app"? [07:00] good morning [07:21] good morning [07:39] good morning everyone [07:40] <_5m0k3> Good morning === _5m0k3 is now known as wellsb [08:05] Good morning! [08:15] Guys, how can I "pause" an app for x seconds in Qt? [08:27] PaoloRotolo: pause? What is your purpose? [08:27] nik90_, https://bugs.launchpad.net/ubuntu-clock-app/+bug/1200410 :) [08:27] Launchpad bug 1200410 in Ubuntu Clock App "While searching world cities provide a small pause before going online to search" [Medium,Triaged] [08:28] PaoloRotolo: ah that one. That does not need a pause literally [08:28] PaoloRotolo: what I meant there was a search be made online after the user stops typing for 1 or 2 seconds [08:28] PaoloRotolo: for this you need to use a Timer (qml timer) which starts when the typing stops [08:29] PaoloRotolo: if this timer is over 1 second, then perform the search [08:29] PaoloRotolo: so you do not need to pause the app [08:29] nik90_, ok, thanks for the tip ;) [08:29] PaoloRotolo: thanks for trying to fix it [08:29] PaoloRotolo: cant believe we have over 6 bug fixes in 1 day :) [08:30] :D [08:31] nik90_, last thing: according to this bug https://bugs.launchpad.net/ubuntu-clock-app/+bug/1197908 the reset button doesn't work if the clock hand animation is triggered. Can I stop it, before resetting the timer? [08:31] Launchpad bug 1197908 in Ubuntu Clock App "Timer sometimes does not reset its clock hands after stopping it" [Medium,Confirmed] [08:34] PaoloRotolo: you could give it shot. I am really not sure about why that really happens [08:35] so if stopping it before resetting works, good for everybody :) [08:37] thanks again oSoMoN for your Calendar app reviews, the app is really starting to look really good! [08:38] (too many reallys in there, but you get what I mean ;) [08:38] dpm: yep, it’s looking really good, it’s good to see so many incoming contributions [08:38] yeah :) [08:38] dpm: really, it really doesn’t really matter, really :) [08:38] :) [08:52] Good morning all, happy Paperboy Day! :-D [08:58] Morning JamesTait [08:59] PaoloRotolo, o/ === chriadam is now known as chriadam|away === JamesTai1 is now known as JamesTait [09:22] nik90_, I added a new timer, but it doesn't work. This is my code: http://paste.ubuntu.com/6061937/ [09:25] PaoloRotolo: the search_timer interval is in milliseconds [09:25] so you cannot do if(search_timer == 1) [09:25] PaoloRotolo: in the search_timer, add a onTriggered: count = count + 1; [09:25] if this count == 2, then do a online search [09:27] PaoloRotolo: also you may need to use the restart() function and clear the count variable when appropriate [09:27] PaoloRotolo: try drawing a flowchart to see the logic and order of the operations going on [09:28] nik90_, ok, thanks! [09:35] gusch: when you have some time can you please have a look at https://code.launchpad.net/~amanzi-team/camera-app/camera-app-actions/+merge/183835 ? it's quite simple. i will run the tests on the device myself when jenkins finishes, but in the meantime would be great if you could have a look at the code. [09:38] nerochiaro: ok [09:39] gusch: thanks [09:46] nerochiaro: I think you can remove the quit action, as quit was removed from HUD [09:46] gusch: good point. i'll do that [09:47] gusch: done [09:51] nerochiaro: is there a way to test it, or is HUD still broken? (even on desktop) [10:10] gusch: on desktop i don't know, i can't run unity for some reason and i never had the time to figure out what's wrong. on the device hud works after you type in any search and then clear it [10:12] nerochiaro: ah - thx for the hint [10:12] gusch: you're welcome. and Wallark i think should be working on fixing this but not sure what the status is [10:14] Wellark: me and gusch (and bfiller) were wondering what the status is on fixing the hud so that it displays the actions correctly (without having to do a search first) [10:14] ? [10:15] hi dpm :) [10:23] morning WebbyIT! [10:24] dpm, I have an idea on bug #1217876, maybe is a stupid idea, but prevent the app to crash on PC... [10:24] Launchpad bug 1217876 in Ubuntu Calculator App "Calculator locks while scrolling" [Critical,In progress] https://launchpad.net/bugs/1217876 [10:24] dpm, can you try on your phone? :) [10:24] https://code.launchpad.net/~rpadovani/ubuntu-calculator-app/1217876 [10:37] WebbyIT, wow, that's pretty awesome, let me see if I can test it on the phone === dholbach_ is now known as dholbach [10:45] WebbyIT, I've just tested it, but unfortunately it still locks [10:49] dpm, ok, I said that maybe is stupid :P [10:49] dpm, I'll try other way [10:50] *ways [10:50] ok, thanks WebbyIT [10:50] dpm, another question. I am invited to conference where I have to speak about Ubuntu Touch, there are some resources? [10:51] dpm, something like template for presentation, old presentation to have some ideas... [10:51] WebbyIT, I'm not sure we've got much, but I'll have a look. When would you need the material? [10:52] dpm, it's for the end of november, a lot of time :) [10:52] WebbyIT, ok. Would you mind sending me an e-mail about it, so I can keep track of it? [10:52] dpm, sure [10:52] great, thanks [10:55] dpm, thanks to you :) [11:07] dpm: http://paste.ubuntu.com/6062223/ <- script to branch, build, push, install and reboot phone [11:09] popey, nice! [11:10] lunch! [11:17] wohoo, hourly scrolling landed for Calendar! \o/ [11:19] yay [11:27] popey: why do you need the script? Cant you run the branch on the phone through qtcreator without having to build and install etc. That's what I am doing to test my local alarm branch :) [11:35] nik90_: well that script is a fork of another script https://bazaar.launchpad.net/~popey/+junk/phablet-flash-wrapper/revision/24 [11:35] nik90_: which branches _all_ of the core apps and shoves them onto the phone [11:35] faster than using qtcreator repeatedly, for 12 apps [11:35] popey: wow that's impressive [11:36] i like automating my life [11:36] hehe [11:36] popey: in the future, your bot will be typing these messages for you :P [11:37] People have suggested "popey" is a bot [11:37] lol [11:46] nerochiaro: what's the bug number? [11:52] Wellark: i can't find it anymore, let me search the backlog [12:00] Wellark: the bug is https://bugs.launchpad.net/hud/+bug/1205097 and i followed the advice in the last comment, then rebooted the phone. the hud is still not showing actions unless a search is made [12:00] Launchpad bug 1205097 in Unity HUD "HUD isn't working" [Critical,Fix released] [12:03] Wellark: i added a comment with more info on the version of image and package. I'm reopening the bug unless you say otherwise [12:25] dholbach or mhall119 ping [12:27] Wellark: when you have a minute I'd really like to get to the bottom of this hud issue [12:36] zsombi: ping [12:37] tmoenicke: pong [12:37] zsombi: do you know who works on the popover component? [12:38] tmoenicke: atm noone :) [12:38] tmoenicke: either timp or me, depends on who's available :) [12:38] tmoenicke: what's the problem? [12:39] zsombi: i trying to use it in the osk for the extended keys, when you long-press a key the popover pops over and shows extended keys :) [12:39] it looks really cool, but sometimes I only see the shadow around and no content [12:39] zsombi: ^ [12:40] tmoenicke: maybe you don't have content :D [12:43] dgalg, pong [12:44] zsombi: it shows this as debug: WARNING: QObject::connect: Cannot connect QQuickShaderEffectSource:: to ShapeItem_QML_24::onImagePropertiesChanged() [12:44] dholbach: thank you for reviewing my app (Word Chain) (I think it was you) in the beta app store. however mhall119 ran it on a device and it didn't work. did it work for you? (I was hoping for some feedback helping to explain why it didn't work on a device.) [12:44] dgalg, it worked on the device for popey - for me it worked on the desktop [12:45] dgalg, looks like the u1db extension was /just/ added to ubuntu-touch, so it should be on the devices [12:45] dholbach: it works on the desktop for me too (that is all I have to test it on!). popey tested it on a device as well and it worked there too? [12:45] dpm, popey: does wordchain for you turn up in the store now? [12:46] nic-doffay: ping. I am trying to use ItemSelector but it is giving me errors. Since you coded it, can you help identify the issue? I am pretty much copying the code from the examples [12:47] tmoenicke: that' sUbuntuShape problem [12:48] zsombi: ok, thx [12:48] nik90, yeah post away [12:49] nik90_, ^ [12:49] tmoenicke: at least I think so :D [12:51] nic-doffay: http://paste.ubuntu.com/6062554/ [12:51] nic-doffay: that's the code and error message I get [12:51] dholbach: how can i see that? [12:52] popey, should turn up in "more suggestions" in the app scope [12:52] or search for it [12:52] for some reason I can't see it [12:52] nic-doffay: if it matters, I have applied a background gradient. I am trying to use ItemSelector to implement the alarms for clock app. Design as https://lh4.googleusercontent.com/bHiRIrFr5nlpKH455DEUjb_QVMmCLdyFftO_1qlokNeBNbD1OjwRQJRYw04KTsv3dIJ_Do52DwilFTcOL-hq6kWXUiZYd_LNFCRWB5xCGLcLKPSAQzw6y_RZdg [12:52] beuno, can you see the "wordchain" app in the app scope? (approved like 2h ago) [12:52] hmm, i see only 6 in more suggestions [12:52] dholbach popey I haven't clicked on the "publish it" button yet because I was worried that it did not work on the device! [12:52] heh [12:53] well it starts on the device [12:53] dunno how to play it though ☻ [12:53] dgalg: does it matter? We are all early testers and would love to give feedback [12:53] i havn't done instructions yet [12:53] dgalg, ahh ok, so that's the issue then :) [12:53] nik90_: i don't want to publish a thing which doesn't work because then people won't know to go back to it [12:54] popey, choose a letter in the lower half which might turn the word in the upper half into a new word [12:54] popey: pick a letter and change it for another one that makes a word, so POPEY -> POPES [12:54] yeah [12:54] I am planning to add inline help [12:55] dgalg: need to make the letters larger i think [12:56] popey: the keyboard letters or the word letters? [12:56] keyboard [12:56] also, i have broken my phone [12:56] ok, thank you, that's useful feedback [12:56] disable the applications scope and you can't get to the screen to re-enable it [12:56] this seems sub-optimal [13:00] nic-doffay: also has the OptionSelector landed in the SDK? I cannot find any documentation related to it. [13:00] dgalg: dholbach now I can't get wordchain to start [13:00] nik90_ yeah it has. [13:00] nik90_, think I know what the issue with that is. [13:00] I'm prepping another branch to fix a scrolling bug now, so I'll include the fix in that. [13:00] going to wipe my phone and start again [13:01] nic-doffay: thnx [13:03] popey: thank you for testing [13:03] no problem, anytime, am going to try again with a clean phone [13:21] nik90_, https://code.launchpad.net/~nicolas-doffay/ubuntu-ui-toolkit/scroll-nudging-fix/+merge/183863 [13:21] nik90_, can you comment if it's fixed? [13:21] It's ok for me now. [13:23] Notication bar not working | http://askubuntu.com/q/341259 [13:24] nic-doffay: I do not know how to test it. I previously trying building the files and broke my system :( [13:24] as it caused some package conflicts all over my system [13:24] nik90_, no worries [13:25] nic-doffay: btw did jouni talk to you about extending itemselector to multiple selections? [13:26] nik90_, yeah I started on it a bit this morning. [13:26] nik90_, they will be separate components. [13:26] nic-doffay: thanks again for the fix. And I am glad to hear about the multipleoptions [13:26] nic-doffay: for now, I am using the optionselector [13:26] nic-doffay: when the other one lands, i will change to that [13:27] nik90_, cool. I've sent over that branch to the sdk guys for review, hopefully it will land soon. [13:28] nic-doffay: awesome [13:39] dholbach, just came back from lunch, testing it now [13:40] dholbach, how does the store update? Do I need to just kill unity? Or reboot? [13:41] dholbach, nope, still not there after killing unity, trying rebooting now [13:43] dpm, no worries - looks like dgalg didn't publish it yet [13:43] dholbach, ok. Yeah, it does not appear after reboot, either [13:44] I have not published yet because I have not had a confirmation that it actually works on the phone yet :) [13:44] (also I am adding first-run tutorial stuff so people know what to do!) [13:45] mhall119, for your app you might need to get in touch with jdstrand [13:46] dholbach: is there a way to remove installed click apps? [13:46] dholbach: I installed some, but couldnt find a way to remove them [13:47] balloons, ping (or rather a late pong) [13:48] nik90_, AFAIK that not implemented yet - not sure how to do it [13:49] dholbach: ah ok [13:58] Wellark: ping [13:59] dholbach: which app? [13:59] mhall119, g+ [13:59] I did get with him [14:00] ah ok [14:00] dholbach: is there something wrong with it? [14:00] no, I just wasn't sure about the template being used [14:00] if he's fine, he can probably go and approve it [14:01] yeah, I got the template line from him [14:01] and I was able to click install it on my N4 and run it [14:01] RobbyF tested it too and it worked for him [14:04] hi zsombi, meet pkunal-parmar, the Calendar app developer. He is planning to use Qt Organizer and the e-d-s backend to store events, and he's looking at setting alarms and recurrence. I thought it might be worth considering using the Alarms API if that makes sense, so I then thought I'd get you two in touch to discuss it [14:04] pkunal-parmar, zsombi works in the SDK team and is the developer of the Alarms API that the clock app is going to use ^ [14:05] phunal-parmar: hi there [14:05] hi zsombi [14:06] so as I understand it, we can register alarm with alarm API [14:06] pkunal-parmar: ah, typo, sorry :) [14:06] and how can we handle recurrance ? [14:07] pkunal-parmar: Alarm API also uses QtOrganzier to set alarms, my question would be what would you need alarms for? To pop up a reminder? Then you don't need Alarm API for that [14:08] pkunal-parmar: the QtOrganizer does the job for you [14:08] so I dont need to use any particular API to register alarm right ? [14:08] nerochiaro: I don't have time to look at it today [14:09] I can just add that to Qt Organizer and its done [14:09] will look at remaining HUD issue tomorrow [14:09] Actions defined on a page level instead of the mainview level don't appear in the hud when that page is opened. Are others seeing this? [14:10] pkunal-parmar: I haven't checked what's available to QML, however in C++ you need to set AudibleReminder to get reminder triggered... however that doesn't work yet, or at least I couldn't get it working yet [14:11] pkunal-parmar: the EDS backend is still under development, so if something doesn't work, ping renato_ [14:12] zsombi, so you use same EDS backend that calendar is going to use ? [14:12] pkunal-parmar: yep [14:12] I mean i dont need to add seperate entry to Alarm? [14:12] pkunal-parmar: nope [14:12] ok that's great then [14:13] pkunal-parmar: if you want to be reminded on a calendar event, then you don't need anything else, just play with the calendar events :) [14:14] zsombi, that seems great :) thanks [14:16] Wellark: ok, but can you give us an idea of when you will do that ? and keep bfiller updated on the state ? [14:16] pkunal-parmar, does that answer your questions? If so, I'd suggest to move forward as we discussed: first the new event UI and then the Qt Organizer changes. Does that make sense to you? [14:17] that makes sense, but is EDS plugin going to be back ported ? [14:17] it not then can I build that plugin my self ? [14:19] iBelieve, ping pong :-) [14:19] pkunal-parmar, I'll ask Mirv to see if it can be copied/backported to 13.04 in the SDK PPA. If you need to build it yourself, renato_ should be able to help you [14:20] dpm, then I will first work on newevent and wait for news, else will contact renato for build instruction [14:21] pkunal-parmar, makes sense. In any case, the project lives in https://launchpad.net/qtorganizer5-eds [14:21] ok [14:21] awesome, really looking forward to your latest branch to land! :-) [14:22] dpm, me too, I also added theme support [14:23] now only some minor changes will be pending and Qt Organizer [14:23] yeah, I just ran the branch, the theme makes such a difference! [14:23] good work [14:23] thanks [14:24] BTW I got this error [14:24] OSError: [Errno 12] Cannot allocate memory [14:24] so that;s server issue or app issue ? [14:25] dgalg: how did you make you 0.3 package? [14:25] pkunal-parmar, let's ask balloons, he's our QA mastermind :) balloons, any ideas about this failure and how to sort it out? -> http://91.189.93.70:8080/job/generic-mediumtests/204/testReport/calendar_app.tests.test_monthview/TestMonthView/test_monthview_go_to_today_prev_year_with_mouse_/ [14:26] mhall119: with qt creator (but this is after you suggested that I upgrade, so I may have the newer version of things) [14:26] ohh yikes, looks like the virtual enviroment ran out of memmory.. I wonder how many forks you created [14:26] dgalg: strange, the filename is wrong [14:26] is should be com.ubuntu.developer.dgalg.wordchain_0.3_all.click [14:27] mhall119: it is, isn't it? [14:27] hmmm, not when I download it from myapps [14:27] when I download it I get com.ubuntu.developer.dgalg.wordchain-0.3.click [14:28] mhall119: oh. I think I uploaded it with the right name? [14:28] ok [14:28] balloons, I pushed change once after proposing merge [14:28] so may be it ran twice [14:29] beuno: does myapps rename uploaded files? [14:29] so first time it got passed and second time out of memory [14:29] pkunal-parmar, we can try a simple re-run. if it fails again, we'll have to look closer at the vm, and make sure your not calling tons of forks for some odd reason [14:29] iBelieve, whenever your back, I want to get this landed :-) https://code.launchpad.net/~mdspencer/ubuntu-filemanager-app/fix-popover-caller/+merge/183225 That's what I'm pinging about [14:30] balloons, what you mean by fork ? do you mean push the changes ? [14:31] no, you have os.fork calls.. you are creating subprocesses [14:32] ahh, I am not sure if QML does that in background, or may be autopilot is doing it [14:32] not sure, may be we can try re-run and see what happens [14:33] mhall119, it does [14:33] beuno: ok....why does it do that? [14:34] nerochiaro: tomorrow, [14:34] mhall119, because you could give us a bogus name [14:34] mhall119, and it's easier to rename than to have people try and cply manually [14:34] and [14:34] Wellark: i won't be around but please sync with bfiller when he comes in tomorrow [14:34] filenames don't actually matter here [14:34] except in our lint tools :) [14:34] ok [14:35] pkunal-parmar, right.. I didn't think you would be doing that in the application, so I'm sure it's an enviroment thing [14:37] balloons, thanks I will try to re-run may be tomorrow, once review is done [14:37] balloons, pong [14:39] nerochiaro: will do [14:42] I have just uploaded a newer version of Word Chain (version 0.4) which has some fixes in it (inline help, mainly, after popey's feedback). Version 0.3 is ready to publish, but 0.4 has not been reviewed. Should I wait until version 0.4 has been approved before publishing, or if I publish 0.3 now, will 0.4 be automatically published once it's reviewed? [14:43] dgalg: I think you'll need to republish 0.4 when it's approved, but I could be wrong, beuno ? [14:45] iBelieve, so I wanted to land that branch I pasted in there.. I know you do also [14:45] mhall119: ok I will wait for 0.4 review [14:45] dgalg, great question! I'm not sure. Want to try it? :) [14:45] we've been playing ping pong for too long [14:46] balloons, sorry, I got busy working on schoolwork [14:46] balloons, so why is that branch failing? [14:46] iBelieve, I just remembered why it's failing.. is it ready to land otherwise? [14:47] balloons, yes, the branch is ready to land [14:55] beuno: I don't mind trying it if two things are true... that there is someone willing to test that the app works on a device once it'spublished, and that it is possible for me to "unpublish" it if it doesn't work! [14:55] dgalg, it is possible to unpublish [14:56] dgalg, I'll help you out with whatever the outcome is [15:02] The accounts-plugin for devices does not seem to populate the displayName field of the account service model [15:14] beuno, ping [15:15] iBelieve, pong [15:15] beuno, I've got a couple questions about my click package namespace, are you the right person to ask? [15:18] Would this be the appropriate place to propose an application be removed from USC? Wasn't really getting a response from #ubuntu-develop. [15:18] JoshStrobl: what app? [15:19] afitness...its the Windows Phone app I was talking about in the JB Mumble server (to you on-air) that is in USC for some reason. [15:19] dpm: why does the calendar app build two debs.. once called calendar-app_0.4_all.deb and one called ubuntu-calendar-app_0.4_all.deb ? [15:19] https://apps.ubuntu.com/cat/applications/afitness/ [15:19] It's also in the WP8 Store, no surprise there. Identical. Not sure how it got passed the review process on USC [15:20] that's correct popey [15:20] iBelieve, sure, shoot [15:20] popey, the ubuntu-* one is most probably a leftover from before we renamed the app and should not be built. Perhaps the daily recipe needs to be updated? [15:21] how odd JoshStrobl [15:21] dpm: if I branch trunk and "debuild" it builds it, I will take a look at the package and propose a fix [15:21] ok, cool [15:22] JoshStrobl: I'll pass that on, thanks [15:22] No problem. [15:22] beuno, so I choose com.sonrisesoftware for my namespace, since my website is sonrisesoftware.wordpress.com and because I'd eventually like to get the sonrisesoftware.com domain. When I tried to submit my click app, I was told I can't use that since I don't own the domain. [15:22] beuno, so I need to change my namespace. But I'm also wondering if I'll be able to change back to com.sonrisesoftware if I ever get that domain? [15:23] iBelieve, you won't, as your namespace is assigned to you as a developer que sticks with you from then on [15:24] iBelieve, to be fair, the namespace isn't use visible in any way [15:24] beuno, so I'm not able to use com.sonrisesoftware now? [15:24] iBelieve, no, we need it to be something you own [15:24] to avoid conflicts [15:25] beuno, make sense, I just wanted to double check. Then how do I get it changed to something that I'm allowed to use? [15:25] iBelieve, I can do that for you, just tell me what to change it to [15:26] beuno, whatever the default was is fine. I don't remember what that was. My LP username is mdspencer [15:26] iBelieve, com.ubuntu.developer.mdspencer it is! [15:27] beuno, okay, cool. Thanks! [15:29] iBelieve, now I just need you to upload a new version with that namespace in the click manifest [15:30] JoshStrobl: seems that app is legit [15:30] dpm, can you review please https://code.launchpad.net/~rpadovani/ubuntu-calculator-app/4Sep2013/+merge/183906 ? [15:30] beuno, okay, will do [15:30] dpm, the commit of yesterday introduced a little bug [15:30] WebbyIT: let me [15:31] popey: A windows phone app in the USC is considered legit? [15:31] popey, thanks [15:31] popey, there is all in the description of change, [15:31] JoshStrobl: have you installed it? Do you know it's a windows app? [15:31] Windows Phone, not Windows. And yes, I'll go ahead and link you, one moment. [15:31] (screenshots may not be indicative) [15:31] beuno, Hi, could you help me with changing "Username namespace" in developer.ubuntu.com please ? ( someone said you have access to it ) [15:32] szymon_, sure can. What to what? [15:32] popey: Links to screenshots of it can be found at: http://www.reddit.com/r/LinuxActionShow/comments/1l10hc/anyone_want_to_buy_a_windows_phone_app_found_this/cbv4ucy [15:32] beuno, "ushopper" to "majster-pl" please. [15:33] JoshStrobl: where did those screenshots come from? [15:33] My Lumia 920 [15:33] auto-uploaded via Skydrive [15:33] szymon_, it'll be a bit of a problem as your app has already been published [15:33] Hence the Skydrive links [15:34] and will be orhpaned [15:34] no. [15:34] beuno, yeap... is there any other way around to change it ? [15:34] JoshStrobl: where did they come from, not how did you make them available on reddit [15:35] szymon_, I'll fix it and do a lot of manual tweaking [15:35] JoshStrobl: so you took photos of the app on windows phone? [15:35] I mean, screenshots [15:35] szymon_, but in the future, this won't be possible :) [15:35] Yes. [15:36] JoshStrobl: right, so if I take a screenshot of spotify on android does that mean its only an android app? [15:36] I can use the Windows key and lock screen key to take screenshots in Windows Phone. [15:36] beuno, whats about if I delate package... you change namespace and then I will upload app again ? [15:36] JoshStrobl: or if I take a screenshot of gmail does that make gmail an android app? [15:37] No, however the screenshots clearly indicate that afitness is a Windows Phone 8 app. Either the screenshot is out of date and should be changed, or its a Windows Phone 8 app and serves no purpose being in USC. [15:37] beuno, okay, uploaded the fixed verson. Thanks for your help! [15:37] szymon_, perfect, lets do that [15:37] iBelieve, anytime [15:37] JoshStrobl: neither of those is the case ☻ [15:37] the screenshot a.k.a those available on USC [15:37] beuno, doing it now. [15:37] JoshStrobl: what if the ubuntu app also looked like the windows app [15:38] beuno, done. [15:38] szymon_, done [15:38] beuno, thank you :) [15:39] popey: You mean to tell me that this passed the whole review process by Canonical despite it being an exact port from Windows Phone 8 to Ubuntu? [15:39] szymon_, np [15:39] JoshStrobl: if someone wants to submit an app which looks like a windows app or an android app to USC, they can [15:39] I'm baffled... [15:39] JoshStrobl: what exactly is the issue here? [15:40] an app is in the USC which looks like a windows app by the *same* *person* [15:40] Looks like? It IS. There is a different between an imitation and a port. [15:41] Its a port. What's the problem? [15:41] beuno, I having problem with uploading app now... ;/ when I choose package name I get error: "You already have a Click Package with this package name." [15:43] szymon_, aha, of course [15:44] szymon_, and you can't upload it as an update? [15:44] beuno, I can't even get to update page as there is no such application. [15:45] szymon_, ah, you deleted the app instead of unpublishing, right? [15:46] beuno, yes, sorry I'm new to USC [15:46] szymon_, it's ok, it shouldn't be this confusing, this is what the beta stage is for :) [15:47] beuno, true :) [15:47] szymon_, should be back from the dead to push an update [15:50] beuno, should I try to create/upload app tomorrow ? [15:50] szymon_, no, just upload a new version [15:50] szymon_, you should see it again now [15:54] nik90_, merge proposed :D [16:01] beuno, uploading new version now. Thank you once again! ( hopefully reviewing my app with new namespace will go smoother :) ) [16:02] szymon_, np! [16:03] thanks for helping us through this phase [16:29] WebbyIT: tried https://code.launchpad.net/~rpadovani/ubuntu-calculator-app/4Sep2013/+merge/183906 [16:29] left a comment [16:31] popey, thanks [16:39] popey, is not related, but I updated the branch, can you check please? :) [16:41] sure [16:42] * popey hugs his script [16:44] WebbyIT: NICE! [16:47] Is anybody already busy with an IM app ? [16:47] there's http://www.reddit.com/r/ubuntuappshowdown/comments/1k235y/app_submission_fallback_messenger_the_smart/ dwisse [16:48] but I don't know of any others [16:48] popey, thanks [16:51] A frontend for libpurple would be nice I think, don't you ? [16:52] I do! [16:52] especially if you can integrate torchat or some other really nice secure chat mechanism ☻ [16:52] nice selling point [16:53] ok nice [17:29] popey: you free to do some testing? [17:29] popey: I did some testing myself as well, but just need another opinion [17:30] sure thing! [17:30] popey: https://code.launchpad.net/~paolorotolo/ubuntu-clock-app/fix-for-1200410/+merge/183908 [17:30] popey: you need to make a small change to the code [17:30] before you build and run your script :) [17:30] oh noes [17:30] my script doesn't cater for this! :D [17:30] just 3 lines of code to produce some output to test stuff [17:31] ok, what do I do? [17:31] open clock/WorldClock.qml file [17:31] add the import statement import "../common/ClockUtils.js" as Utils [17:32] then in the function searchCityURL(), add Utils.log("Online") [17:32] and in the function localCityUrl (), add Utils.log("Local") [17:32] that's it [17:32] popey: you are testing https://bugs.launchpad.net/ubuntu-clock-app/+bug/1200410 btw [17:32] Launchpad bug 1200410 in Ubuntu Clock App "While searching world cities provide a small pause before going online to search" [Medium,In progress] [17:33] ok [17:33] so basically press add city, and then type any city. Previously it did an online query after every string you type. Now it should only search after a small pause (which is when the user stops typing) [17:34] this is a bit broken [17:34] i press "Add city" and get a blank screen [17:35] http://popey.com/~alan/device-2013-09-04-183524.png [17:35] * popey starts again [17:36] yeah, add city just gives blank screen every time [17:36] popey: can you select all text in that file and replace with http://paste.ubuntu.com/6063466/ [17:36] sure [17:38] dunno what I did wrong then, that works [17:38] well, when I say "works" [17:38] nik90_: the add city screen disappears when i type a city [17:39] popey: but it search and provide some results after that? [17:39] as soon as a keypress registers, it appears in the box and i'm dumped back to the clock [17:39] nik90_: Hey ! :) [17:39] Chocanto: hi [17:39] http://popey.com/~alan/device-2013-09-04-183929.png [17:39] it looks like that, which is okay [17:39] nik90_: Did you have the time to work on file-qml-plugin ? I'm sorry I was really busy these last time [17:40] then i highlight the search field, osk appears, then i press F and I'm dumped back to the clock [17:40] popey: and let me guess it added a world city to your saved list [17:40] Chocanto: my last work was my MP [17:40] ooh, it added a few [17:40] i have lots of amsterdam [17:40] nik90_: Ok :) [17:40] Chocanto: I am busy with the alarms implementation now. [17:40] popey: that's not a clock bug but more with the osk [17:40] ah [17:41] popey: which means you cannot test :( [17:41] Chocanto: what more needs to be done? [17:41] i can roll back to an earlier image nik90_ [17:41] if the osk bug is new [17:41] popey: no it has been there for a while. I cannot say since when [17:41] atleast after I got the phone [17:42] popey: but it happens only rarely, so hard to reproduce [17:42] happens every time here [17:42] but never used to for me [17:42] popey: anyway the reason I asked you to test is that the same pause time before making an online search can be adjusted. [17:42] popey: can you try with some other application [17:43] try what OSK? [17:43] yeah [17:43] nik90_: Right now we have something that would work with the clock app and the docviewer app, so we can create a package ? Or maybe ask to the sdk team to implement it, but I don't think the plugin is mature enough to do it [17:43] k [17:43] works fine in notes [17:43] hah, now it doesnt ☻ [17:44] Chocanto: yes atm it has what we need. [17:44] never seen it this bad before [17:44] * popey reflashes back to a previous image [17:44] popey: I faced this when I started trying development branches of the app. [17:44] popey: oh btw, I do not see the osk when I launch app in phone through qtcreator [17:44] nik90_: Ok I'll try to start packaging [17:44] nik90_: thank you [17:45] Chocanto: I will try to organise a meeting with bzoltan regarding getting it into sdk. Will invite you to it [17:45] odd [17:46] nik90_: Ok, feel free to email me if I'm not in IRC :) [17:47] Chocanto: definitely [17:48] hi, [17:48] hi [17:48] I'm new to this [17:48] nik90_: Ok, thank you ! [17:48] welcome! [17:49] any body can address what's this [17:49] ? [17:51] labsin: A follow up on styling Sliders: The thing I needed was the __styledItem property, which gives you access to the widgets created by the style property. Specifically, the thumb is available at __styledItem.thumb. Now we know :) [17:51] rschroll, good to know [17:54] nik90_: bah! even an old image does it, never seen this issue before.. sorry [17:54] popey: no worries [17:55] popey: I tried it on the desktop, and have asked Paolo to increase the pause timer a little bit more [17:55] we should have a bug for the same city being added twice too? [17:59] popey: yes === chiefseattle is now known as reveldevel [17:59] popey: although that is due to the online api, so kinda hard to solve. [18:26] Hi, Lisette! How are you? :) [18:37] popey, can I use the Cordova APIs (for Ubuntu Touch) in the QML / JS implementation of applications? [18:38] I believe so, just figured I'd double check with someone that is more experienced in the field. Obviously it is usable in the HTML5 implementation that is still in the works. [18:47] hi [18:48] someone here who could give me a hint on the nexus4 with ubuntu touch? [18:49] i flashed cdimage-touch but i have no wifi or gsm data connection [18:50] jrei: I think #ubuntu-touch is a better place to ask [18:50] ok [18:50] thanks [18:56] I'm playing with toolbar for Ubuntu Touch... I need toolbar to be opened but not locked... it looks like it can not be done at the moment or I'm doing something wrong ? [18:58] szymon_: you can do it [18:59] szymon_: try locked: false and opened: true [18:59] szymon_: the toolbar automatically closes when you change to a new Page. [18:59] szymon_: don't spend too much time on it, wait a week or so, the default behavior of the Toolbar will be changed [18:59] jrei, I had this problem too, try turn of wifi, then go to settings->cellular and where is data: tap on "none" and then on "3g" it should works ( data ) [18:59] szymon_: the new behavior will be that the toolbar is opened (and not locked) when there is a new active Page, so that users can see which actions are available. [19:00] szymon_: tanks, i'll give it a shot [19:00] +h [19:00] szymon_: I had the implementation for that done, but some tests for apps depend on the old behavior, so they need to be modified fiest [19:00] *first [19:01] szymon_: ^is that the behavior that you are looking for? [19:01] timp, thanks for info this is what I thought that its not working as it should... [19:02] probably if the users don't interact with the toolbar for a while, it will automatically hide. [19:02] timp, what I'm really looking for is to be able to open toolbar on let say on button click [19:02] szymon_: true, at the moment it is not working like that. I am working on that and the changes should be in the ubuntu-ui-toolkit next week [19:02] szymon_: are you using a Page that has a tools property set? you can then set the opened property of the tools to true [19:05] timp, yes, I'm using pagestack and I have page in it which has tools property set and I want toolbar to be hidden by default and when button clicked I want this to be opened. [19:05] timp, when I use opened: true its still hidden. dono why [19:08] szymon_: this works for me http://pastebin.ubuntu.com/6063776/ [19:10] szymon_: didn't helped to get wifi or 3g working - wifi is not asking for a password [19:10] * timp gotta go. bye. [19:11] any idea [19:12] timp, checking it now... [19:12] jrei, sorry dono how to help you, try #ubuntu-touch [19:13] kk [19:16] timp, it works just fine... I was doing it different way and it didn't work :D Thanks for help! [20:00] o/ [20:00] so, it turns out that it's not so easy to use a local sqlite database with my project [20:01] how hideous would it be for me to make a huge json file and read that in as a model? [20:01] rickspencer3, i wouldn't laugh at you :) [20:02] kenvandine, the sqlite dastabase is like 3 megs [20:02] so maybe the json file would be 5 megs? [20:02] the real questions is how much does it change? [20:03] kenvandine, it won't change [20:03] reading the whole thing in and writing it back out for small changes wouldn't be great [20:03] totally static [20:03] great, then that's a great solution [20:03] not sure about the size [20:04] I guess I can just try it [20:04] you could do your own compression if it's an issue... [20:04] do you have your own implementation of a JSONListModel ? [20:04] kenvandine, maybe [20:04] kenvandine, I'm more concerned about the size in memory [20:04] and the speed [20:05] kenvandine, no, I don't have a jsonlistmodel, I usually just use an actual json list and it works fine [20:05] ah, as an object [20:05] i wish there was a JSONListModel in qml [20:05] to get the json remotely you mean? [20:05] remotely or locally [20:05] fair enough [20:05] but alas [20:05] :) [20:06] just back a listview, etc from json [20:06] seems silly qml has that for xml [20:06] but not json [20:06] kenvandine, well, like I say, I do that all the time [20:06] just convert the json to an object [20:06] and so long as it's a list, it backs as listview just fine [20:06] as a model [20:06] xmlistview gives you a couple of nice things though [20:06] yeah [20:06] one is you don't have to fetch the xml [20:07] just point to the url [20:07] the other is the query paths [20:07] anyone knows what causing this? http://pastebin.ubuntu.com/6063954/ [20:07] so you don't have to go: myobj["data"]["list"] or whatever [20:07] yup [20:10] clepto, I've seen that error before. What are you trying to do in QML? [20:10] iBelieve, I don't which part is causing the error [20:11] iBelieve, I think its causing when I'm changing listview's model [20:13] clepto, I don't really know anything about that error, though I remember seeing it before. Maybe look at the code in your list view delegate [20:15] hey guys, i tried to click install a package today, and i got this: ValueError: Framework "ubuntu-sdk-13.10" not present on system [20:15] any ideas? [20:26] daker: hey, I'm trying to compile your code on my N4 [20:26] I get: [20:26] phablet@ubuntu-phablet:/projects/rad.io$ cd src && moc player.h -omoc_player.h && cd .. [20:26] moc: could not exec '/usr/lib/arm-linux-gnueabihf/qt5/bin/moc': No such file or directory [20:27] :( [20:27] am I missing a package for moc? [20:28] not sure what package you are missing [20:29] cwayne_, are you doing that on the desktop? I saw a message on the mailing list with a way to fix that [20:30] daker: looks like [20:30] qtbase5-dev-tools: [20:30] cwayne_, the command was sudo click install --force-missing-framework --user=$USER ./*.click [20:31] daker: seems I need cmake too [20:31] cwayne_, with --force-missing-framework being the key to your error [20:31] mhall119: ya [20:32] iBelieve, trying to do it on the phone [20:32] cwayne_, ah. Not sure if that would work then, but you could try it anyway [20:33] daker: I must be missing other deps too: http://paste.ubuntu.com/6064032/ [20:33] that's after installing qtbase5-dev-tools and cmake packages [20:34] iBelieve, it shows up in click list, but not anywhere in the dash [20:34] cwayne_, I have no idea about anything related to running it on the phone, since I don't have an Ubuntu Touch phone [20:35] cwayne_: did you search the dash for it? [20:35] mhall119, yeah, doesnt show up [20:36] cwayne_: any .desktop file for it in ~/.local/share/applications? [20:36] cwayne_, I believe you shouldn't be installing packages like that, but rather, using packagekit [20:36] mhall119, hmm, no there' s not [20:36] beuno, hm? [20:37] alecu, maybe you're around to clarify? [20:37] mhall119: ok let me try to google that [20:38] daker: in the mean time, I'm going ot install all of the ubuntu-sdk on my phone [20:39] mhall119: do you have make installed ? [20:41] mhall119, is there a way to install a click package from software center via command line? [20:41] daker: I installed it just a minute ago, didn't get me much further [20:41] ok [20:41] cwayne_: you can download the package and manually install it [20:42] I've done that with `sudo click install` and `click register` [20:46] hmm, ill try that, maybe my click package is just borked [20:46] seeing as how it didnt copy a .desktop or anything [20:46] cwayne_: how did you build your package? [20:46] mhall119, click build uWoot/ [20:46] and also from qtcreator [20:46] cwayne_: pastebin your manifest.json [20:47] mhall119, http://pastebin.ubuntu.com/6064086/ [20:48] daker: http://paste.ubuntu.com/6064089/ even after installing ubuntu-sdk [20:50] cwayne_: first thing I'd suggest us making the app name and .desktop filename all lowercase [20:50] app name being lowercase is required, .desktop filename being lowercase shouldn't be required but currently there's a bug in unity8 that prevents it from working with mixed-case .desktop filenames [20:53] cwayne_: make line 5 of your manifest.json all lowercase too [20:53] mhall119: ok [20:53] click uses that to build the final .desktop filename that goes into ~/.local/share/applications [21:03] mhall119, hm, my d/install seems to want to put stuff in /usr/share/uwoot instead of .local/share [21:05] cwayne_: you click package? that's not right [21:05] hey kenvandine thoughts on searching through a list of 27,000 objects in qml? [21:06] I'm not seeing any obvious filtering functionality [21:08] rickspencer3, not really [21:08] lol [21:08] I'll figure something out [21:08] JS... [21:08] ugh [21:08] mhall119, yeah, i know right [21:14] ping iBelieve [21:15] balloons, pong [21:15] can you swing into #ubuntu-quality quickly? [21:15] iBelieve, ^^ [22:14] mhall119, do you have an example click package i can grab to compare to mine to see whats wrong? [22:33] cwayne_: https://public.apps.ubuntu.com/download/com.ubuntu.developer.alecu/qr-code/com.ubuntu.developer.alecu.qr-code-0.2.click?noauth=1 [22:34] cwayne_: also, you should not be using "click install". I heard it was deprecated [22:34] cwayne_: the click scope installs packages for the running user like this: [22:35] "pkcon install-local com.ubuntu.developer.alecu.qr-code-0.2.click" [22:35] cwayne_: make sure the package name ends with .click and also, don't use sudo to run this [22:49] Is there anybody on I could ask a (hopefully) quick qml question about how to structure a query in a XmlListModel? [22:53] jedidiah: probably better asking during the European/US working day tbh [22:54] Thanks popey :) will try again in the morning [22:56] Thought it was a long shot but that I might have a chance of catching someone either physically or corporally in another timezone. [23:00] cwayne_: https://public.apps.ubuntu.com/download/com.ubuntu.developer.mhall119/xda-developers-app/com.ubuntu.developer.mhall119.xda-developers-app-0.1.7.click?noauth=1 [23:06] mhall119, btw, that noauth=1 trick expires on Sep 15th :) [23:15] no! you can't take away my options! Choice..Open...Freedom...why are you evil and hate us? [23:16] mhall119, hey, is there a way to force the apps lens to refresh? it seems to die after click installing [23:18] mhall119: do I have to do something to trigger review of my uploaded latest version of Word Chain? [23:18] cwayne_: I've noticed that too, doing a search usually makes it refresh it's list of apps, but that doesn't help the dying [23:19] dgalg_: nothing to do, no, just have to wait for somebody to come online tomorrow morning and start reviewing [23:19] mhall119: OK. I suppose complaining about a 24 hour wait is pretty ungrateful ;) [23:23] dgalg_: soon you won't have to wait, but the final pieces of that are still being built [23:23] so until then we still need human reviewers [23:23] mhall119: yeah...I think the error I made was uploading 0.4 while 0.3 was still under review, so 0.3 got approved and no-one noticed that there was a 0.4 too :-) [23:24] will review be completely automatic then? [23:24] also, if I write tests for my game, will those tests be run by the app store? and run on an Ubuntu Phone? [23:28] dgalg_: it should be yes [23:29] the app store doesn't run tests, no, you've got to run those yourself [23:29] ah ok [23:29] mhall119: do you know if unity8 works on 13.04 ? [23:29] daker: I don't know, but I don't think so [23:29] it would be very cool if the app store ran tests on Ubuntu Phones and didn't publish failed things [23:29] IIRC, unity 8 uses new libunity APIS at least that aren't on 13.04 [23:31] daker: "Only Ubuntu 13.10 (saucy) is supported as a developement environment." from https://unity.ubuntu.com/getinvolved/development/unity8/ [23:32] mhall119: ok, i can't do a demo with virtualbox because unity is very slow [23:43] so i think i need to find a way [23:44] to do the demo or upgrade to 13.10 === chriadam|away is now known as chriadam === sds is now known as Guest84708