=== salem_ is now known as _salem [08:21] good morning [08:43] dpm, thanks for the review of https://code.launchpad.net/~dholbach/help-app/1434125/+merge/253526 - apart from the other comments, did it generally make sense from a I-don't-write-shell-scripts-every-day point of view? [08:44] dholbach, it makes sense to me from my I-try-not-to-touch-shell-scripts-with-a-stick point of view [08:46] ok [08:46] any shell experts who want to help out with the merge proposal above? ^ [08:46] it's not very long or complicated, but I would appreciate a review :) === chriadam is now known as chriadam|away [10:17] any "Clock" developer in here? [10:18] opened clock app -> press on the + to open an alarm ---> UI gets stuck ---> clock app crashes after 30 secs [10:18] it worked on r150 last night, today I upgraded to r151, and it's broken [10:27] dpm, nice work on lp:~dpm/help-app/metadata-fixes [10:33] faenil: that's nik90 [10:33] faenil: can you file a bug? [10:51] popey: ok, let me grab some log [10:58] https://bugs.launchpad.net/ubuntu-clock-app/+bug/1434504 [10:58] Ubuntu bug 1434504 in Ubuntu Clock App "Clock app crashes when trying to set a new alarm" [Undecided,New] [11:01] thanks faenil [11:05] popey: np :) === _salem is now known as salem_ [12:21] dpm, balloons: please re-propose your branches against the new lp:help-app [12:21] https://code.launchpad.net/help-app/+activereviews [12:21] we now have ~help-app-dev [12:25] zsombi, t1mp: Hi, can any of you check https://code.launchpad.net/~nik90/ubuntu-ui-toolkit/fix-slider-bubble-width/+merge/253620 when you are free to see if it is good to go? [12:27] dpm, https://code.launchpad.net/~dholbach/help-app/1434125/+merge/253658 [12:35] nik90: sure, I'll check it in a few hours [12:35] faenil: bug confirmed. thanks for reporting it. (although I am having a tough time trying to figure out how to fix it) [12:35] t1mp: thnx [13:04] dpm, not sure if you've seen it yet, but maybe you can merge https://code.launchpad.net/~dholbach/help-app/metadata-fixes.fixes/+merge/253646 into your branch too? [13:10] done, thanks dholbach! [13:10] dpm, rock on [13:24] nik90: np [13:35] nik90, btw thanks for the feedback on the ci docs, and for pointing out the bugs you did [13:40] dpm, balloons: https://code.launchpad.net/~dholbach/help-app/1434125/+merge/253658 [13:49] dholbach, ack, I'll have a look in a bit [13:50] thanks balloons [14:02] balloons: np, you're welcome :) [14:03] balloons: when you find time, could you approve https://code.launchpad.net/~nik90/ubuntu-clock-app/reenable-alarm-tests/+merge/253291 .. I am basically enabling a test on the device which was disabled before [14:05] balloons, make sure you reload the page - mvo helped me a bit with the shell script, so I just pushed a new revision [14:05] nik90, nice! done [14:05] dholbach, refreshing [14:05] balloons: thnx [14:16] dholbach, bzr import --help bzr: ERROR: unknown command "import" [14:17] needs bzrtools eh? [14:17] ah, yes [14:17] let me add that to the list [14:18] done [14:44] dholbach, outputdir_web=$(cd .. && make print-OUTPUTDIR_WEB | cut -d'=' -f2) fails for me in your script [14:44] does the following work? [14:44] make print-OUTPUTDIR_WEB [14:44] running standalone it's fine, but the cut fails when running inside the script [14:44] OUTPUTDIR_WEB=/home/nskaggs/projects/ubuntutouch/merges/1429896/build/web/wwwmake[1]: Leaving directory '/home/nskaggs/projects/ubuntutouch/merges/1429896' [14:45] can you run "sh -x web-publish" [14:45] ? [14:45] and pastebin the output? [14:45] dholbach, sure so you can see it [14:45] thanks [14:49] dholbach, here I think this shows it: http://paste.ubuntu.com/10635176/ [14:50] hah, no [14:50] it fails because it runs the second time [14:50] and there are no changes to commit/push [14:50] dholbach, look closely.. see what outputdir_web is set to? [14:51] See the bzr import error? bzr import make[1]: Entering directory '/home/nskaggs/projects/ubuntutouch/merges/1429896' [14:51] /home/nskaggs/projects/ubuntutouch/merges/1429896/build/web/wwwmake[1]: Leaving directory '/home/nskaggs/projects/ubuntutouch/merges/1429896' [14:51] bzr: ERROR: No such file: u"make[1]: Entering directory '/home/nskaggs/projects/ubuntutouch/merges/1429896'\n/home/nskaggs/projects/ubuntutouch/merges/1429896/build/web/wwwmake[1]: Leaving directory '/home/nskaggs/projects/ubuntutouch/merges/1429896'" [14:51] wow, sorry [14:51] bizarre [14:51] ok, looks like I won't merge the change today [14:51] thanks for testing it [14:51] I'll leave your pastebin in the comments [14:52] dholbach, yes it is bizarre. I was working on trying to fix your magic foo to grab the proper string for outputdir_web [14:53] better to not use '=' [14:55] what would you propose? [14:59] hi dear developers.... I just want to know how to develop an app to read or write files on ubuntu phone using qml [15:05] dholbach, not sure just yet, I played with it a little but I'll have to step away for now [15:05] ok [15:09] zsombi: hey, when you get time, can you push the multi-page alarm sample app to your junk branch? I am trying to debug the clock app crash due to the alarm manager and cannot seem to find the cause of it. [15:10] nik90: ok, I will do that with teh alarm ID exposed [15:10] nik90: btw, I was planning to add the app ID as well tothether with the same MR [15:13] zsombi: ok, I am not up to date with what exactly we planned on doing with that yet. But I will work on that when I get past this crasher and AP issues first. [15:14] nik90: I thought that both would be encoded in a tag, and alarm ID would be an uuid [15:14] nik90: a string [15:15] hi dear developers.... I just want to know how to develop an app to read or write files on ubuntu phone using qml [15:15] ack. [15:16] zsombi: ok. and that would be the url which the i-dt will send the clock app which can then be used to open the alarm. ack. [15:16] kunal21: you can't do read/write files using just qml. You will need to implement a c++ plugin. [15:16] kunal21: what's your use caes? [15:16] s/caes/case [15:18] hii thanks..... [15:19] do i need to use c++ in my qml app.... to read write files on ubuntu phone??? isn't there any more way in javascript or in html5? [15:20] kunal21: Javascript doesn't have a native way of writing files..search google for yourself to confirm that. [15:20] nik90: please tell me where can I find proper documentation for required C++ plugin..... ?? please help [15:21] kunal21: check out https://www.youtube.com/watch?v=WsW52Iq2aPQ which shows how to make a sample c++ plugin for your qml app. [15:22] Yes, I know that about java script..... What about Corodova?? Please tell me.... [15:22] kunal21: You will need to search the qt docs online to find the appropriate Qt c++ class to use..It should be QFile if I recall correctly [15:22] I dont know about Cordova. [15:23] hey nik90 how are you doing? [15:24] popey: hey, its going good. Busy but trying my best to sort out issues in the clock app. [15:24] yeah, saw the alarms bug come in. [15:27] the problem is that the alarm model is loaded at app start up and thereby it is causing crashes pretty much at any part of the clock app. The user doesn't even need to add an alarm to crash the clock app.. Opening and closing the settings page a couple of times is enough to cause it to crash. [15:27] no wonder I am hating on vivid atm :P [15:28] hah [17:06] is there a reference implementation of the bottom edge, I tried the one from UCS but that gives warnings that Pages shouldn't be nested [17:10] LangeOortjes: nope. The one from UCS is the one that all the apps including clock, address book etc are using. Its pretty much the official one for now [17:10] What type of developer can build this eLearning platform? | http://askubuntu.com/q/599214 [17:16] nik90, alright, so I'll just ignore the warning then :) [20:48] nik90: I left a tiny comment on https://code.launchpad.net/~nik90/ubuntu-ui-toolkit/fix-slider-bubble-width/+merge/253620 [20:48] nik90: it works well for me [20:59] t1mp: thnx for the review, sure I will add the example. === salem_ is now known as _salem [22:57] zsombi: hey I finally figured out what's causing the crash :) ... it seems the bottom edge title which shows "Next active alarm in 3h 28m" etc.. is receiving that info by calling the get() function just like in the edit alarm page. We fixed that in the edit alarm page but didnt so for the bottom edge one. [22:58] zsombi: I am still trying to figure out how to fix this issue though. [22:58] anyways I am done for the day now.