/srv/irclogs.ubuntu.com/2015/03/20/#ubuntu-app-devel.txt

=== salem_ is now known as _salem
dholbachgood morning08:21
dholbachdpm, 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:43
dpmdholbach, it makes sense to me from my I-try-not-to-touch-shell-scripts-with-a-stick point of view08:44
dholbachok08:46
dholbachany shell experts who want to help out with the merge proposal above? ^08:46
dholbachit's not very long or complicated, but I would appreciate a review :)08:46
=== chriadam is now known as chriadam|away
faenilany "Clock" developer in here?10:17
faenilopened clock app -> press on the + to open an alarm ---> UI gets stuck ---> clock app crashes after 30 secs10:18
faenilit worked on r150 last night, today I upgraded to r151, and it's broken10:18
dholbachdpm, nice work on lp:~dpm/help-app/metadata-fixes10:27
popeyfaenil: that's nik9010:33
popeyfaenil: can you file a bug?10:33
faenilpopey: ok, let me grab some log10:51
faenilhttps://bugs.launchpad.net/ubuntu-clock-app/+bug/143450410:58
ubot5Ubuntu bug 1434504 in Ubuntu Clock App "Clock app crashes when trying to set a new alarm" [Undecided,New]10:58
popeythanks faenil11:01
faenilpopey: np :)11:05
=== _salem is now known as salem_
dholbachdpm, balloons: please re-propose your branches against the new lp:help-app12:21
dholbachhttps://code.launchpad.net/help-app/+activereviews12:21
dholbachwe now have ~help-app-dev12:21
nik90zsombi, 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:25
dholbachdpm, https://code.launchpad.net/~dholbach/help-app/1434125/+merge/25365812:27
t1mpnik90: sure, I'll check it in a few hours12:35
nik90faenil: bug confirmed. thanks for reporting it. (although I am having a tough time trying to figure out how to fix it)12:35
nik90t1mp: thnx12:35
dholbachdpm, 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:04
dpmdone, thanks dholbach!13:10
dholbachdpm, rock on13:10
faenilnik90: np13:24
balloonsnik90, btw thanks for the feedback on the ci docs, and for pointing out the bugs you did13:35
dholbachdpm, balloons: https://code.launchpad.net/~dholbach/help-app/1434125/+merge/25365813:40
balloonsdholbach, ack, I'll have a look in a bit13:49
dholbachthanks balloons13:50
nik90balloons: np, you're welcome :)14:02
nik90balloons: 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 before14:03
dholbachballoons, make sure you reload the page - mvo helped me a bit with the shell script, so I just pushed a new revision14:05
balloonsnik90, nice! done14:05
balloonsdholbach, refreshing14:05
nik90balloons: thnx14:05
balloonsdholbach, bzr import --help bzr: ERROR: unknown command "import"14:16
balloonsneeds bzrtools eh?14:17
dholbachah, yes14:17
dholbachlet me add that to the list14:17
dholbachdone14:18
balloonsdholbach, outputdir_web=$(cd .. && make print-OUTPUTDIR_WEB | cut -d'=' -f2) fails for me in your script14:44
dholbachdoes the following work?14:44
dholbachmake print-OUTPUTDIR_WEB14:44
balloonsrunning standalone it's fine, but the cut fails when running inside the script14:44
balloonsOUTPUTDIR_WEB=/home/nskaggs/projects/ubuntutouch/merges/1429896/build/web/wwwmake[1]: Leaving directory '/home/nskaggs/projects/ubuntutouch/merges/1429896'14:44
dholbachcan you run "sh -x web-publish"14:45
dholbach?14:45
dholbachand pastebin the output?14:45
balloonsdholbach, sure so you can see it14:45
dholbachthanks14:45
balloonsdholbach, here I think this shows it: http://paste.ubuntu.com/10635176/14:49
dholbachhah, no14:50
dholbachit fails because it runs the second time14:50
dholbachand there are no changes to commit/push14:50
balloonsdholbach, look closely.. see what outputdir_web is set to?14:50
balloonsSee the bzr import error? bzr import make[1]: Entering directory '/home/nskaggs/projects/ubuntutouch/merges/1429896'14:51
balloons/home/nskaggs/projects/ubuntutouch/merges/1429896/build/web/wwwmake[1]: Leaving directory '/home/nskaggs/projects/ubuntutouch/merges/1429896'14:51
balloonsbzr: 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
balloonswow, sorry14:51
dholbachbizarre14:51
dholbachok, looks like I won't merge the change today14:51
dholbachthanks for testing it14:51
dholbachI'll leave your pastebin in the comments14:51
balloonsdholbach, yes it is bizarre. I was working on trying to fix your magic foo to grab the proper string for outputdir_web14:52
balloonsbetter to not use '='14:53
dholbachwhat would you propose?14:55
kunal21hi dear developers.... I just want to know how to develop an app to read or write files on ubuntu phone using qml14:59
balloonsdholbach, not sure just yet, I played with it a little but I'll have to step away for now15:05
dholbachok15:05
nik90zsombi: 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:09
zsombinik90: ok, I will do that with teh alarm ID exposed15:10
zsombinik90: btw, I was planning to add the app ID as well tothether with the same MR15:10
nik90zsombi: 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:13
zsombinik90: I thought that both would be encoded in a tag, and alarm ID would be an uuid15:14
zsombinik90: a string15:14
kunal21hi dear developers.... I just want to know how to develop an app to read or write files on ubuntu phone using qml15:15
nik90ack.15:15
nik90zsombi: 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
nik90kunal21: you can't do read/write files using just qml. You will need to implement a c++ plugin.15:16
nik90kunal21: what's your use caes?15:16
nik90s/caes/case15:16
kunal21hii thanks.....15:18
kunal21do 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:19
nik90kunal21: Javascript doesn't have a native way of writing files..search google for yourself to confirm that.15:20
kunal21nik90: please tell me where can I find proper documentation for required C++ plugin..... ?? please help15:20
nik90kunal21: check out https://www.youtube.com/watch?v=WsW52Iq2aPQ which shows how to make a sample c++ plugin for your qml app.15:21
kunal21Yes, I know that about java script..... What about Corodova?? Please tell me....15:22
nik90kunal21: 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 correctly15:22
nik90I dont know about Cordova.15:22
popeyhey nik90 how are you doing?15:23
nik90popey: hey, its going good. Busy but trying my best to sort out issues in the clock app.15:24
popeyyeah, saw the alarms bug come in.15:24
nik90the 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
nik90no wonder I am hating on vivid atm :P15:27
popeyhah15:28
LangeOortjesis there a reference implementation of the bottom edge, I tried the one from UCS but that gives warnings that Pages shouldn't be nested17:06
nik90LangeOortjes: 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 now17:10
AskUbuntu_What type of developer can build this eLearning platform? | http://askubuntu.com/q/59921417:10
LangeOortjesnik90, alright, so I'll just ignore the warning then :)17:16
t1mpnik90: I left a tiny comment on https://code.launchpad.net/~nik90/ubuntu-ui-toolkit/fix-slider-bubble-width/+merge/25362020:48
t1mpnik90: it works well for me20:48
nik90t1mp: thnx for the review, sure I will add the example.20:59
=== salem_ is now known as _salem
nik90zsombi: 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:57
nik90zsombi: I am still trying to figure out how to fix this issue though.22:58
nik90anyways I am done for the day now.22:58

Generated by irclog2html.py 2.7 by Marius Gedminas - find it at mg.pov.lt!