/srv/irclogs.ubuntu.com/2013/10/02/#ubuntu-app-devel.txt

=== bfiller_afk is now known as bfiller
dholbachgood morning07:08
popeyyo07:13
zsombioSoMoN: ping07:33
guschoSoMoN: ping ;)07:37
nik90|Officepopey: thoughts on https://bugs.launchpad.net/ubuntu-clock-app/+bug/123398607:46
ubot2Launchpad bug 1233986 in Ubuntu Clock App "Right location is identified but wrong timezone" [Undecided,Incomplete]07:46
nik90|Officepopey: it occurs due to the fact that the clock app does not have permission to set the system time yet07:46
oSoMoNzsombi: pong07:55
oSoMoNgusch: pong07:55
zsombioSoMoN: hey dude, will nerochiaro be today?07:55
zsombioSoMoN: just because I have a fix for his Notes app popover issues07:57
oSoMoNzsombi: I think so, he usually starts around 10am his time, so he should be around soonish07:57
zsombioSoMoN: the bug #122699007:57
ubot2Launchpad bug 1226990 in notes-app (Ubuntu Saucy) "popup menu display corrupted in notes-app" [High,Confirmed] https://launchpad.net/bugs/122699007:57
oSoMoNzsombi: if you don’t manage to get a hold of him by noon, ping me and I’ll review your fix07:57
zsombioSoMoN: ok07:58
oSoMoNzsombi: the fix looks easy enough, based on your comments07:59
zsombioSoMoN: I've tested it with the SDK gallery, and it works well08:00
guschoSoMoN: do you have problems with autopilot on mako, or how did you fix them for notes-app?08:04
oSoMoNgusch: there’s a known issue in autopilot tests for notes-app on mako indeed08:05
guschoSoMoN: I see randon failing tests on mako :(08:05
oSoMoNgusch: om26er is working on it, he has a pending MR which I need to review08:05
oSoMoNgusch: for other apps you mean?08:06
guschoSoMoN: yes, gallery and uitk08:06
oSoMoNgusch: is that in the dashboard, or on CI jobs08:07
guschoSoMoN: CI08:07
oSoMoNgusch: can you point me to the log of a failed test?08:07
guschoSoMoN: https://jenkins.qa.ubuntu.com/job/generic-mediumtests-runner-mako/1749/? or https://jenkins.qa.ubuntu.com/job/generic-mediumtests-runner-mako/1760/?08:08
guschoSoMoN: and in gallery there are several tests failing - seems like randomly08:09
oSoMoNgusch: weird, I have no better advice than re-run them, and ping someone on the CI team08:11
guschoSoMoN: well - restarting all the time is no fun - ok - I'll wait/ping omer to investigate08:13
oSoMoNgusch: yeah, I know… :/08:14
JamesTaitGood morning all; happy Farm Animals Day! :-D08:16
popeyoink08:17
JamesTaitpopey, bacon for breakfast? ;)08:22
popeyFruit!08:22
zsombinerochiaro: pingulorius :)08:25
nerochiarozsombi: hello hello08:25
zsombinerochiaro: check the comments I wrote to the bug #122699008:26
ubot2Launchpad bug 1226990 in notes-app (Ubuntu Saucy) "popup menu display corrupted in notes-app" [High,Confirmed] https://launchpad.net/bugs/122699008:26
nerochiarozsombi: ok, i'll give that a shot. note: deprecated properties should not cause errors. as long as they are still allowed they should jsut work. if a deprecated property causes an error, it's  bug in the uitk and needs to be fixed, or the property removed entirely08:28
zsombinerochiarpo: that property should have been removed long time ago08:29
nerochiarozsombi: go for it then08:29
zsombinerochiaro first you get rid of using 'em :)08:29
nerochiarozsombi: if there's no deadline for removal, people don't remove them. we're all lazy ;)08:30
nerochiarozsombi: anyway i'll fix that and see if it works08:30
zsombinerochiaro: ok, agree, all deprecated API will get removed in 30 days...08:31
nerochiarozsombi: well, i don't know when the start date of the deprecation period is. where do i find that ?08:31
nerochiaro;)08:31
zsombinerochiaro: the CHANGES file in SDK tells when a property was deprecated, so 30 days after that you should know that the property may/will vanish08:32
nerochiarozsombi: cool08:33
nerochiarozsombi: btw, your documentation should be updated too08:33
nerochiarozsombi: and by that i mean the examples08:33
zsombinerochiaro: no, all docs are in a perfect shape :D08:34
nerochiarozsombi: i'm pretty sure last i checked the example for popups didn't use ActionItems but I may be mistaken08:34
zsombinerochiaro: there are lots of things we should update in the SDK, docs, examples, more robust unit tests, etc... just don't know when the time will come for that08:35
zsombinerochiaro actually ActionItems does not even exist08:35
nerochiarozsombi: ok, just know they are confusing people at the moment08:35
zsombinerochiaro: yes, I know...08:35
oSoMoNnerochiaro, gusch: would one of you have some time for reviewing https://code.launchpad.net/~osomon/webbrowser-app/bookmarks-star/+merge/188620 ?09:00
guschoSoMoN: ok09:02
nerochiarozsombi1: is there a way to know when a popover has been closed ?09:03
nerochiarozsombi1: also is it not supposed to close on its own when someone clicks anywhere outside of the popover ?09:03
zsombi1nerochiaro: it should close automatically, yes09:04
zsombi1nerochiaro: visible tells whether the popover is hidden. If you open with a component, the popover will be destroyed09:07
nerochiarozsombi: it does not seem to close automatically if i tap nearby in the text area that opened it09:16
nerochiarozsombi: the cursor moves to another point but the popover is still open09:16
zsombinerochiaro: then it is again the touch events not being converted to mouse events...09:18
zsombinerochiaro: because on desktop works pretty well. I've turned the IMA to be derived from MA just because of the unreliability of the mouse + touch handling, and as I got confirmation that all touch events are actually converted into mouse events, the MA derivation was pretty justified. But seems there's something eating the events or not converting them all09:21
nerochiarozsombi: anything I can do to speed up fixing this ?09:36
zsombinerochiaro: honestly no idea... loicm_ says touch events are converted into mouse events, but for some reason no mouse event reaches IMA...09:38
nerochiarozsombi: :(09:38
=== chriadam is now known as chriadam|away
=== mzanetti is now known as mzanetti|otp
om26errenato, ping10:09
smartboyhwdpm, good evening:)10:17
dpmhi smartboyhw :)10:18
=== mpt_ is now known as mpt
=== gusch is now known as gusch|lunch
nerochiarozsombi: out of curiosity, at some point the text area had some "handles" that would pop up and help position the cursor or select text. what happened to those ?10:30
renatoom26er, pong10:30
mihir_hey , good evening :)10:30
om26er renato I wanted to talk about this bug 122759510:31
ubot2Launchpad bug 1227595 in unity8 (Ubuntu) "[touch] The screen brightness change is not realtime" [Low,Confirmed] https://launchpad.net/bugs/122759510:31
zsombinerochiaro: were removed as those were not conform to the design10:31
om26errenato, see comment #3 from charles10:31
nerochiarozsombi: so now one has to have super tiny precise fingers to be able to edit text efficiently ?10:31
om26errenato, he says you wrote that part of the code. can you tell what's the reason for it not being realtime ? was there some problem ?10:31
zsombinerochiaro: I understand your concerns, and this was planned to be fixed during this fall, however there were other more urgent tasks popped up so that was left out... sorry...10:33
nerochiarozsombi: i'm just mentioning it because of notes app is really really hard to use as it stands for doing anything non trivial10:33
=== mzanetti|otp is now known as mzanetti
zsombinerochiaro: I know, but cannot do much about it in the next 24 hours...10:34
nerochiarozsombi: not asking you do. just making sure you are aware10:34
zsombinerochiaro: yes, we are aware, and I've been trying to jump on it several times, all the time got held back...10:35
renatoom26er, I do not remember exactly the reason for that.  I think I was having problems to keep sync btw the ui and the backend due the fact that every time that the backend changes the value its notify the UI and the UI update the slider value10:35
renatoI will add a comment on the bug10:35
om26errenato, hm,, ok... seems to be working fine for me now :)10:36
dpmom26er, would you have any hints on why the tests are failing on this one: https://code.launchpad.net/~dpm/music-app/enable-translations/+merge/18769110:36
om26erdpm, looking10:37
dpmcool, thanks10:37
mihir_dpm: are you able to reproduce this bug https://bugs.launchpad.net/ubuntu-calculator-app/+bug/1233168 ?10:38
ubot2Launchpad bug 1233168 in Ubuntu Calculator App "calc app doesn't show any thing in the upper screen when clicking any number" [Undecided,New]10:38
om26erdpm, its failing  when it tries to create a music database10:38
dpmom26er, ah, so this requires balloons' music database setup, not sure if he's got that merged yet10:39
renatoom26er, test with the sound menu and others menu that uses slider10:39
nerochiarozsombi: does this look ok to you ? https://code.launchpad.net/~amanzi-team/notes-app/notes-app-remove-deprecated-action-prop/+merge/18880610:39
dpmlool, would you have a few mins for a quick hangout later on re: qtpowerd for the music app? We've got a design hangout at 13:30, so perhaps you can join during that or straight after?10:39
looldpm: yes10:40
looldpm: actually I was just about to grab you10:40
dpmlool, ok, cool, I'll add you to the meeting10:41
loolok10:41
loolhopefully I'll all be done with lunch here10:41
dpmlool, if that works best for you, you can join near the end and we can continue the technical side of the meeting past the design hangout time10:42
looldpm: I should be able to make it10:42
dpmlool, ok, cool. I think today only one of the developers can make it from what they said, but I think we need to discuss qtpowerd if we want to get it done this week10:43
looldpm: yeah; actually I think there's consensus on what needs to happen, but it's a question of timing and resources10:43
dpmlool, exactly, after your latest work on the plugin, I understand the bulk of it is done? (pending testing, landing the plugin, etc)10:45
looldpm: yes10:49
looldpm: it's basically all working with the two mps10:49
looldpm: it can land anytime (sooner is better)10:49
looldpm: what remains to be done on this topic is to move this to powerd itself or at least into archive, and merge the unity8 powerd bindings with these; they also need to be reworked not to hardcode the app name10:50
loolon the long term, we'll move to music-hub, so wont even need that for music-app anymore10:50
dpmgotcha10:50
zsombinerochiaro: the MR looks good. Please note that the ActionSelectionPopover has a target property, which in our case will be the text editor10:50
dpmlool, one part that's not clear to me is "merge the unity8 powerd bindings with these". That comes back to my question on the MP - why do we need 2 plugins, could we not just have one qtpowerd plugin that's used by both music and unity8?10:51
looldpm: yes we could, that's what I'd like us to do, but that requires work and we have many other things to finish before 13.1010:52
looldpm: also, I'd like this to move to lp:powerd rather than be a separate source10:52
loolwin 3310:53
loolups10:53
dpmlool, ok, cool, let's use the call to discuss what we can do in the time that we've got10:53
AskUbuntuInteracting with appindicator icon and menus from LDTP | http://askubuntu.com/q/35264611:00
nerochiarozsombi: am I not setting it ?11:02
nerochiarozsombi: oh, interesting, i'm not11:03
looldpm: didn't get the invite though11:04
nerochiarozsombi: i'm setting it now but i don't notice any difference in behavior. I'll update the MR anyway11:05
dpmlool, sorry, got distracted on a couple of other conversations, you got it now (or at least you'll get it in a few mins)11:06
zsombinerochiaro: TextArea sets the target, you don't have to do that11:07
dpmpopey, not sure if you've been following the conversation, but lool will be joining us on the design hangout today to discuss landing the powerd plugin and coordinating the work ^11:08
popeygreat11:08
nerochiarozsombi: i'm using PopupUtils.open to show the thing11:08
nerochiarozsombi: in fact, you can please look at the code a minute and let me know if there's a way to just use the standard text area popover and hook into it11:09
=== MacSlow is now known as MacSlow|lunch
DesvelaoJust new on this chat.11:20
nerochiarooSoMoN: i need a little bit of advice on autopilot. i have a case when clicking on a toolbar button under some condition brings up a popover and under some other condition brings up a component. and the condition is if a facebook account is configured or not. i guess there's no way to autopilot test that button, is there ?11:21
oSoMoNnerochiaro: not sure what you mean by "there's no way to autopilot test that button"11:22
=== gusch|lunch is now known as gusch
guschom26er: did you have the chance to look into the gallery issues on mako/CI11:24
=== oSoMoN is now known as oSoMoN|lunch
DesvelaoI was trying to run the "hello world" C program in qt5 debugging mode but it refused to work. Why is this?11:27
om26ergusch, oh, was I supposed to ? I think I forgot about that. Can you point me to it again. please11:27
looldpm: I'm on, but alone; am I in the right HO?11:31
nerochiarooSoMoN|lunch: how do you determine which outcome to test ?11:31
looldpm: id ends up cea3a11:31
nerochiarooSoMoN|lunch: you can either test that the popup comes out or that the component comes out, but you can't control which one since that depends on an external condition11:32
loolpopey: sorry, where's the HO?  I seem to be alone in this one11:33
dpmlool, let me send you a direct link11:33
loolthanks; happens from time to time with calendar app that I end up in the wrong HO11:34
guschom26er: for example: https://jenkins.qa.ubuntu.com/job/generic-mediumtests-runner-mako/1749/?11:40
=== dholbach_ is now known as dholbach
smartboyhwdpm, BTW I'm going to use the webcam in my laptop, so the video resolution might be terrible;P12:12
om26ergusch, I try to build gallery-app bug cmake says: Dependency is not satisfiable: libcontent-hub-dev (>= 0.0+13.10.20130930.1)12:12
smartboyhwWell, at least I tested it with balloons (right before I realized I can't join any On Air Hangouts)12:13
guschoSoMoN|lunch: approved12:13
om26erI do have an older version but the newer version isn't showing up in updates either (just ran apt-get update_12:13
guschom26er: I thought that is published already - but just for testing, you can remove the version dependency12:14
om26ergusch, that fails the build http://paste.ubuntu.com/6183613/12:21
om26erI just did this http://paste.ubuntu.com/6183616/12:21
guschom26er: remove the version dependency in debian/control - do not touch the cmake files12:23
om26ergusch, I did that as well. I am trying to build locally ala: cmake CMakeLists.txt;make -j412:24
om26erthat only checks inside the CMake config...12:25
guschom26er: oh - sorry - hmm - that's strange12:25
guschom26er: no idea where to get the newer version from12:27
om26ernewer version if not yet release in the ppa atleast12:28
om26er*archives I meant12:28
guschom26er: but don't ask me which ppa/archive contains the package12:31
om26ergusch, no problems, I can run tests without compiling12:32
guschom26er: cool - thx12:33
dpmsmartboyhw, no worries :)13:00
=== _salem is now known as salem_
victorpI cant get the TextField to trigger an accepted() signal when pressing return13:06
victorpany thoughts?13:06
victorpbzoltan, I cant get the TextField to trigger an accepted() signal when pressing return13:13
victorphave you seen something like that?13:13
dpmpopey, lool, qtpowerd plugin for music merged, the armhf package in the core apps PPA should be available in a few hours13:18
popeyta13:19
WebbyIThi dpm :)13:20
dpmlool, added you to the music app team, you should now have commit rights to lp:qtpowerd and lp:music-app13:20
dpmhi WebbyIT, sorry, I've not yet had the chance to come back to you regarding the presentation :/13:21
WebbyITdpm: np, it's about calculator app13:21
WebbyITdpm: on PC there is an error: file:///usr/share/ubuntu-calculator-app/Simple/Screen.qml:80:17: QML QQuickImage: Cannot open: file:///usr/share/ubuntu-calculator-app/images/trash.png13:21
WebbyITdpm: but in install file there is *.png usr/share/ubuntu-calculator-app13:21
dpmWebbyIT, that's probably because the ubuntu-mobile-icons package is not installed by default on the desktop13:21
dpmah, forget what I've said13:22
WebbyITdpm: it's an icon from Paolo Rotolo, it's a png13:22
dpmhm, not sure what it could be13:23
WebbyITdpm: Have I to open a bug?13:26
WebbyITdpm: problem is only on PC, so it's not a big trouble13:26
dpmWebbyIT, feel free to file it, as it might make the autopilot tests fail13:29
WebbyITdpm: mhhh, maybe I understand: icon was introduced since two weeks... is it possible that the error in on installation older than commit? When users update the calc receive new code, but no new file. Is it possible?13:35
guschtmoenicke bfiller https://code.launchpad.net/~schwann/ubuntu-keyboard/keyboard-stuck-keys/+merge/18883313:35
=== oSoMoN|lunch is now known as oSoMoN
=== MacSlow|lunch is now known as MacSlow
looldpm: \o/13:43
looldpm: thanks a lot13:43
victorpmzanetti, ping13:44
om26ergusch, regarding https://jenkins.qa.ubuntu.com/job/generic-mediumtests-runner-mako/1749/testReport/junit/gallery_app.tests.test_photo_viewer/TestPhotoViewer/test_photo_delete_works_with_touch_/13:47
om26erthis seems like something to do with the share component loading13:47
om26erI am having real hard time trying to reproduce any of those crashes13:48
om26er*test failures13:48
victorptrying to package with click an app that has a C++ extension and failing to get it to work13:55
victorpHelp please?!13:55
victorp:_13:55
smartboyhwdpm, you joining the Hangout?13:59
GuidoPallemansdpm_:  what do I need to join for the evernote app?14:01
GuidoPallemansdpm:14:01
dpmGuidoPallemans, do you want to join our hangout?14:02
GuidoPallemansyup14:02
GuidoPallemansdpm: "try again in a few minutes14:04
guschom26er: hmmm - it's strange, as the loader does not have the proper url, so it rather seems the photo was not clicked properly14:04
mzanettivictorp: pong14:09
=== greyback_ is now known as greyback|shops
om26erdanielholm, hello14:39
danielholmom26er: hey14:40
om26erdanielholm, there is a little inconsistency in the music app regrading the list of song... I wanted to talk to you about.14:41
om26erlet me grab a screenshot14:41
danielholmom26er: sure14:42
om26erdanielholm, http://i.imgur.com/MuMi9mP.png14:42
om26ershouldn;t all the songs in this list have the same padding as coverart ?14:43
danielholmom26er: the missing cover art?14:43
om26erdanielholm, no, the coverart area is centered from both left and right but the songs after that in this list are aligned to the extreme left which looks odd14:44
danielholmaha14:45
om26erI think it might make more sense for the songs to have the same padding as the cover art14:45
danielholmom26er: yes, thats true14:45
danielholmom26er: could you report it as a bug so we can keep it listed? I think this will be resolved by Andrew since he is working on the NowPlaying stuff. and there are some other design changes landing14:46
om26erdanielholm, Ok sure. Will report a bug for that.14:46
danielholmom26er: lovely, thank you! :)14:47
smartboyhwdpm, popey thanks a lot:)14:51
dpmthanks for joining smartboyhw14:52
smartboyhwdpm, sorry for not talking14:52
oSoMoNgusch: would you have some time for a review? I meant to ask nerochiaro, but can’t get hold of him… https://code.launchpad.net/~osomon/webbrowser-app/single-contextual-menu/+merge/18884714:52
smartboyhwBut I'm doing my Chinese homework, and I don't want to mutter Chinese into the hangout:P14:52
guschoSoMoN: ok14:52
oSoMoNthanks14:52
dpmballoons, lool and didrocks have been pinging us to take a look at the failing tests for calendar and music, are you onto those?14:52
balloonsdpm, yes14:53
popeyfun fun fun!14:53
balloonseverything is held up in merging because of all the sdk and emulator breakage14:53
dpmthanks balloons, that sounds like "fun"14:55
balloonsdpm, hah, fingers crossed it washes out today.. I'm been trying to get things merged all week14:55
loolballoons: ah what's the issue with SDK breakage?15:05
balloonslool, among other things, https://code.launchpad.net/~elopio/ubuntu-ui-toolkit/fix_tab_switch/+merge/18877415:06
balloonslool, elopio put together a big list of 5 bugs if you are interested. But more or less toolbar changes (open/closed states) and the emulator breakage15:07
loolballoons: so we shouldn't land the updated ui-toolkit in PPA before these are fixed I guess15:08
loolballoons: yes, list is very welcome  :-)15:08
loolballoons: let's move to #ubuntu-ci-eng15:08
smartboyhwdpm, hmm, we have a problem15:12
smartboyhwThe Evernote SDK for Javascript is supposed to work with Apache Cordova Library15:12
smartboyhwBut the library is a big one (24.4 MB zipped...)15:13
AskUbuntuGraduate Software Developer looking to get involved | http://askubuntu.com/q/35274715:14
smartboyhwAnd as far as I know, we have to make http://docs.phonegap.com/en/edge/guide_platforms_index.md.html work for Ubuntu Touch too15:16
=== greyback|shops is now known as greyback
popeydpm: did you say that qtpowerd 0.2 was building somewhere?15:17
dpmpopey, should be building in the core apps PPA, let me check15:22
dpmpopey, https://launchpad.net/~ubuntu-touch-coreapps-drivers/+archive/daily/+builds15:29
popeywoot15:30
popeynot long now!15:30
smartboyhwdpm, where's your blog post? ;)15:32
GuidoPallemanssmartboyhw: have you gotten the code at page http://dev.evernote.com/doc/start/javascript.php to work?15:34
smartboyhwGuidoPallemans, I'm wondering about the Apache Cordova Library, since the Evernote JS SDK needs to work with it15:35
GuidoPallemanssmartboyhw: but the last block of code under " Adding OAuth configuration and login callback functions " seems to be pretty html-independent?15:36
smartboyhwGuidoPallemans, not at all15:36
smartboyhwI mean, hot html-dependent;P15:37
smartboyhw*not15:37
smartboyhw(ALAS)15:37
GuidoPallemansah yes15:38
GuidoPallemansyou can just use that code in qml15:38
AskUbuntuIs there a way to attach a pygame window to glade window in quickly? | http://askubuntu.com/q/35276315:40
=== boiko_ is now known as boiko
om26erboiko, hello16:29
boikohi om26er16:29
om26erboiko, bug 1234280 is would assume that's dialer-app asking the messaging menu to do that ?16:30
ubot2Launchpad bug 1234280 in Messaging Menu "Outgoing calls show up as missed calls" [Undecided,New] https://launchpad.net/bugs/123428016:30
om26eror the service maybe16:30
boikoom26er: that's a duplicate16:31
boikoom26er: I have just marked the bug as being so16:32
boikoom26er: it is already fixed, btw ;)16:32
guschoSoMoN: I commented on your MR16:32
guschoSoMoN: code looks good, but I'm somehow not able to copy&paste an image - with the old and new browser16:33
guschoSoMoN: but I need to run ...16:33
om26erboiko, great, thanks16:33
oSoMoNgusch: thanks for the reviewz16:34
oSoMoN-z16:34
guschoSoMoN: sorry I couldn't approve the second16:34
oSoMoNgusch: that’s ok, I’ll have nerochiaro test it (ping nerochiaro)16:35
oSoMoNnerochiaro: could you please test https://code.launchpad.net/~osomon/webbrowser-app/single-contextual-menu/+merge/188847 ?16:35
nerochiarooSoMoN: i'm on it16:37
oSoMoNnerochiaro: thanks16:38
=== gatox is now known as gatox_lunch
nerochiarooSoMoN: all gree16:48
nerochiarogreen16:48
oSoMoNnerochiaro: thanks16:49
dakerstill no announcement :( ?16:54
randomcpppopey, ping16:58
popeyrandomcpp: yo16:58
randomcppdid you send me an email about my app?16:58
popeyI did ☻16:59
popeynot spam, honest ☻16:59
randomcppehehe16:59
randomcppI'm reading it16:59
popey\o/ People read my mail17:00
popey(although technically I didn't write it)17:00
AskUbuntuissues with some patch | http://askubuntu.com/q/35278017:00
randomcpplol17:00
randomcppI don't have ubuntu 13.10 installed right now >.<17:00
randomcppI'll need mefrio for fixing this bug, is it urgent?17:01
popeynot "house burning down" urgent17:02
randomcppin theory I only need to change a line of code, right?17:02
popeyI believe so.17:03
WebbyITQuestion from Italian Q&A website: will Intel atom Z2560 be supported by Ubuntu Touch?17:22
WebbyIThere there is write no here, but it's an old news: http://www.h-online.com/open/news/item/Intel-No-Linux-support-for-tablet-processor-1709365.html17:24
=== gatox_lunch is now known as gatox
mrqtrosBug in sdk - popup's arrow on wrong place (higher than needed). http://ubuntuone.com/4HVxRXr9PqrFkZSQBbbLPg17:54
mrqtrosDevice only bug17:54
randomcpppopey, I uploaded a new version. applicationName should be correct now18:38
popeyrandomcpp: thanks18:49
dakerpopey: i am done, pushed a new version to the store20:46
popeygreat!20:46
mhall119App Showdown winners announced! http://developer.ubuntu.com/2013/10/winners-of-the-2013-ubuntu-app-showdown/20:57
WebbyITrandomcpp, grandissimo :)20:59
randomcppwoooooooooooooooo21:03
randomcpp:D21:03
WebbyITItalian does it better :P21:04
randomcppWebbyIT, :D21:06
GuidoPallemansIf i'm making a QML app with a js library, does it matter if I use a minified version of that library or not?21:18
randomcppGuidoPallemans, which js lib?21:23
GuidoPallemanshttps://github.com/bytespider/jsOAuth ans21:23
GuidoPallemansand*21:23
GuidoPallemanshttps://github.com/evernote/evernote-sdk-js21:23
randomcppthey should work21:25
randomcppanyway, it doesn't make much difference in phone/desktop app if the library is few bytes bigger21:26
randomcppyou have to load it few times, rather than on a website21:26
=== salem_ is now known as _salem
randomcppgoodnight guys!21:57

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