=== salem_ is now known as _salem === _salem is now known as salem_ === chihchun_afk is now known as chihchun [03:23] good evening! === salem_ is now known as _salem === chriadam is now known as chriadam|away [05:14] DanChapman: hey dude when you are about, I'm having issues creating an initial user for dekko :( [06:44] good morning [07:37] nik90: ping [07:44] good morning [08:22] zsombi: pong [08:24] nik90: hi dude, have you gone any further with the alarm issue? [08:25] zsombi: other than debugging, nope [08:25] zsombi: it seems after the alarm model refresh it reverts back to the old value. No idea why it does that [08:25] nik90: I think we have the problem with teh Switch component completion [08:26] zsombi: will I have the same issue with a checkbox? [08:26] nik90: I think there must be one more condition for the onCheckedChanged.... it should toggle enabled only if the component is complete [08:26] nik90: yep [08:26] switch is a checkbox with different style [08:27] nik90: so you need a bool property which is set to true once the component gets completed, and you update the alarm enabled field only if the Switch is complete [08:28] nik90: try that [08:28] Ok [08:30] jdstrand, --json and -v options implemented in https://code.launchpad.net/~dholbach/click-reviewers-tools/1355215/+merge/231569 [08:31] jdstrand, let me know if we need to get anything else done in there to get it landed [08:31] once it's landed it'll make popey and my life a bit easier in terms of copy/pasting review results :-) [08:34] davmor2, hey chap. :-) So what's the issue? is it crashing out while saving the user account? [08:34] DanChapman: that's the one [08:37] davmor2, ahh excellent. You might be able to help me out here, i've tried endless times to reproduce it. If you have some time could you try running the attached click in bug 1355493 and send me the log output [08:37] bug 1355493 in dekko "0.2.3 does not remember/use configuration" [Critical,In progress] https://launchpad.net/bugs/1355493 [08:38] DanChapman: right I had to wipe my phones so I'll re try after and see if I can reproduce it [08:38] davmor2, and also delete the current config file to be sure it's starting a fresh run [08:38] davmor2, awesome thanks :-) [08:51] zsombi: doesn't work :/ https://code.launchpad.net/~nik90/ubuntu-clock-app/fix-status-revert/+merge/231690 [08:51] zsombi: it fails at the same exact issue which is disabling an alarm which was just edited [08:52] zbenjamin: hey, I saw your https://code.launchpad.net/~zeller-benjamin/ubuntu-clock-app/clock-sdktoolscompat, I am afraid you did it on the wrong branch [08:52] zbenjamin: the correct clock branch is lp:ubuntu-clock-app/reboot [08:52] nik90: ok, pastebin the code pls [08:52] zbenjamin: sry :/ [08:53] zsombi: even better I linked the MR itself [08:53] nik90: dang :/ [08:53] zsombi: https://code.launchpad.net/~nik90/ubuntu-clock-app/fix-status-revert/+merge/231690 [08:53] zbenjamin: I wasn't aware until I checked now [08:54] nik90: ok i'll check out the new branch [08:54] nik90: it's not enough only for the onCheckedChanged, also for the alarm status change [08:54] nik90: i thought this one is still used [08:54] zsombi: ah ok, let me try [08:57] zsombi: that's a negative, same issue [08:58] zsombi: i pushed it [08:58] hmm [08:58] nik90: have you tested with memory manager? [08:59] zsombi: no, what was the environment variable again? I will add it to my personal wiki permanently [09:01] nik90: ALARM_MANAGER=memory [09:02] zsombi: same issue with memory manager as well [09:02] nik90: thx, it's easier to debug 4 me [09:03] zsombi: I set the variable in the Build Environment in the Projects Tab. [09:03] nik90: that's OK, it can be on teh runtime as well, doesn't matter, it's a runtime check, not build time [09:08] Good morning all; happy Senior Citizens Day! :-D [09:08] good morning ;) [09:10] nik90: wow, this UI looks 1000 times better!! [09:10] zsombi: :D [09:10] heh [09:11] zsombi: too late to the party my friend [09:46] hey [09:46] I'm trying to get a list of items that the user can select [09:46] I tried using ListItem.SingleControl with a checkbox [09:46] but I'd like a label as well [09:46] should I just roll my own component that is composed of a checkbox and some text? [09:46] or is there a better way? [09:46] zyga: use ListItem.Standard [09:46] zyga: it offers a control element as well where you can add a checkbox [09:47] zyga: or any control element for that matter [09:47] nik90: let's try, thanks! [09:47] zyga: yw [09:47] nik90: have you see the warning about "do not put Page/Tabs/PageStack inside another Page" warning? ;) [09:47] nik90: that works very well [09:47] nik90: is there a way to move the checkbox to the left side of the column? [09:48] nik90: other than forcing it with anchors? [09:49] nik90: so which use-case was problematic? editing an enabled alarm? [09:49] zsombi: so edit a saved alarm (which is already enabled) and then save it. Try disabling it. [09:50] nik90: aham... [09:50] nik90: crap, onCompleted and model.ready comes almost the same time... [09:50] zyga: no you shouldn't do that. If you do, then ListItem.Standard is not what you need since you are breaking design [09:51] nik90: ok, thanks [09:51] nik90: it is caused due to the entire model update... [09:51] morning all [09:51] zsombi: yes [09:52] nik90: the status goes to ready, and that's ok, but then comes a model refresh, and that messes up the states... damn [09:52] zsombi: I mentioned that yesterday in http://paste.ubuntu.com/8096923/ [09:52] zsombi: I have seen two warnings, the first "do not put Page/Tabs/PageStack inside another Page", I was told by t1mp that it needs to be disabled in the SDK side ;) [09:53] nik90: aaah, t1mp boy ;) [09:53] zsombi: the second warning is about "ShaderEffect: Property 'source' is not assigned a valid texture provider (QQuickImage*)." which I have no idea why it comes [09:53] nik90: seems it comes from UbuntuShape [09:53] zsombi: I decided to postpone my investigation of the warning after fixing some more pressing issues [09:54] zsombi: I don't use any UbuntuShape [09:54] zsombi: it comes from the Clock shape which has the shader effects [09:54] nik90: actually comes from some ShaderEffect you use [09:55] zsombi: yup :D [10:11] nik90: ehh, I have to convert this memory manager alarm DB into a JSON db... [10:11] ? [10:15] nik90: it's not easy in this way to see whether the enabled value got changed... and apparently doesn't get changed :/ [10:16] oh ok [10:46] someone help me out here; can you position the elements in a column to the centre? [10:47] Akiva-Thinkpad: parent.horizontalCenter? [10:47] * Akiva-Thinkpad tries that [10:48] Akiva-Thinkpad: you can do any horizontal anchoring...column doesn't accept top, bottom and vertical anchoring since that defies the purpose of a column [10:48] ah yes I see that now [10:48] thanks [10:49] that did it [11:22] I have a row that I am trying to have its elements equally spaced in accordance to the window size. Do i have to calculate this manually, or is there something I'm missing here? [11:22] o/ Akiva-Thinkpad [11:22] justCarakas, holo! [11:23] hows the database dump coming along? [11:23] it works :) imported it yesterday :) [11:23] :) [11:23] now I can start cracking my brain on queries [11:23] ha ha [11:23] I laughed [11:23] I also started a new project [11:23] really?! [11:24] what ?! [11:24] this game https://www.youtube.com/watch?v=KPKEmzLV9TA [11:24] qml? [11:25] gameboard and towers are already working [11:25] no, html [11:25] html5? [11:25] uhu [11:25] wow this looks interesting [11:25] it is [11:25] * Akiva-Thinkpad loves board games [11:25] its an awesome game [11:25] if you know the rules and play it fair you can already play it with 2 persons [11:25] :p [11:26] justCarakas, I was developing dominion earlier before [11:26] had fun, need to revisit it though [11:26] :) [11:26] I hope to finish it in the comming days [11:27] wow quick [11:27] the first version :) [11:27] no AI [11:27] and than I'll write the AI [11:27] wow nice logic [11:27] very interesting [11:27] anybody know where I can hook a designer for a logo and some small things for the towers ? [11:28] justCarakas, you know what I would do? [11:28] what ? [11:28] find some unicode for a tower, perhaps a chess rook [11:28] and use that svn (the scaleable graphic) [11:29] and make a logo from that. [11:30] good Idea :D [11:30] thx [11:34] justCarakas, yep; thats what I did for logic [11:34] tried it, but I need to do stuff with colours aswell so it doesn't work [11:34] https://code.launchpad.net/~akiva/logic-calculator/trunk [11:35] mmmm yah [11:47] mzanetti: Do you know if it is possible to reverse geocode usingn QtLocation? For instance if I know the coordinates of the iss, can I reverse geocode that to get the city or country name? [11:48] nik90: hmm... not sure... [11:48] * nik90 looks at osmtouch [11:53] nik90: heh, whenever I come here, you happen to have *just* asked the question I was going for :D if you find that, please be so kind to ping me the url/solution. I think we could use this in one of our scopes (where the provider supports data for a limited set of cities). thanks in advance :) [11:53] karni: lol [11:54] karni:but will do if I get the answer [11:56] karni: have you tried OSMTouch? [11:56] karni: it has this feature where one can search for near by places. And it returns places of various interest like pubs, restaurants etc perfectly on the map [11:57] karni: which makes it think that it is some type of reverse geocoding. I suspect we could use the same [11:58] nik90: wow, that is pretty cool! haven't tried OSMTouch yet. [12:00] karni: it seems like it just does http://api.openstreetmap.fr/oapi/xapi?node[bbox=4.290088886425934,52.09501793986946,4.341587299511872,52.1366818616302][amenity=fast_food] to get the coordinates of these places of interest [12:00] karni: if that's the case, I know what I need to do. [12:01] karni: I will get the user location via gps, and then pass that to geoname.org at http://api.geonames.org/findNearbyPlaceNameJSON?formatted=true&lat=55.93&lng=-3.24&username=krnekhelesh&style=full and get the closest city name [12:05] nik90: good findings. I see your username, I suppose there's a quota for the number of calls? [12:07] karni: there is, but the geonames.org is temporary. We are trying getting this into http://geoname-lookup.ubuntu.com/?query=Farnborough&release=utopic where we are searching by city name atm. [12:07] karni: http://geoname-lookup.ubuntu.com/?query=Farnborough&release=utopic is used by the ubuntu installer and managed by canonical [12:08] nik90: sweet [12:10] karni: feel free to exert pressure on https://bugs.launchpad.net/ubuntu-geonames/+bug/1359206 [12:10] Ubuntu bug 1359206 in Ubuntu Geonames "Need to be able to search cities by their lat and long" [Undecided,New] [12:10] thanks :) [12:13] nik90: by the way, I noticed sudoku uses a hamburger style icon on the far left, I assume this is some new api (or are they using custom header content perhaps?) [12:13] I admit I'm not up-to-date with the bleeding-edge latest developments of the platform. [12:14] i.e. such toolkit details as the one mentioned [12:14] karni: it is the new tab button [12:14] karni: if you set "useDeprecatedToolbar: false" and use the 1.1 ubuntu components, you should have it :D [12:14] karni: although you will require utopic and later to run your app then [12:14] lol. /me tries changing 0 to 1 haha [12:15] sure, we do that anyway. thanks :) [12:15] np === _salem is now known as salem_ [12:28] I’m trying to get my app to make a core file. when it crashes, I see “Segmentation fault (core dumped)”, however no core file appears in the current directory [12:29] where is it? [12:36] cat /proc/sys/kernel/core_pattern says “|/usr/share/apport/apport %p %s %c” which sounds terrible. /var/crash/ is empty. ulimit -c is 0 even though /etc/security/limits.conf has “* hard core unlimited” [12:37] and “ulimit -c unlimited” says “ulimit: core file size: cannot modify limit: Operation not permitted” [12:37] I’m at a loss. === Guest60224 is now known as renatu [12:47] oh my god. https://github.com/keithw/mosh/issues/196 === chihchun is now known as chihchun_afk [13:04] core file? [13:04] alsu^ [13:05] ara: ping [13:48] nik90, pong [13:49] ara: hey, I was told that you are well versed with launchpad translation tools [13:50] ara: Would you be able to check if https://translations.launchpad.net/ubuntu-clock-app/reboot/+translations has the translation enabled correctly since I haven't see any .po files in that branch. [13:50] nik90, mmm, who told you that, I am very bad with lp translations tools :D [13:50] nik90, wrong person? [13:50] oops [13:50] my bad [13:50] ara: oops, sry [13:51] popey, nik90: no worries, just sorry I cannot help [13:51] ara: no worries === om26er is now known as om26er|doctor [14:33] mzanetti: In your experience, do you know why qml might output Location:Label_QMLTYPE_40(0x24916a0, "location") instead of Location: Edinburgh ? [14:33] mzanetti: I did qDebug() << location which shows the correct output. But in the QML side, it returns Label_QMLTYPE_40(0x24916a0, "location") [14:34] nik90: show me the line that prints it [14:34] on the qml side it is essentially, [14:34] onLocationChanged: { [14:34] console.log("Location:" + location) [14:34] } [14:35] where location is a QString Q_PROPERTY [14:35] interesting [14:35] nik90: I rather think "location" is somewhere defined as "id: location" [14:35] mzanetti: ah yes...stupid me :? [14:35] Label { id: location ... } to be precise [14:35] :/ [14:35] yup [14:35] :) [14:36] :p [14:38] hey I have a question for mergers [14:39] up until this point, I have been tackling each bug by pulling the latest image from trunk, and fixing one bug exclusively on that, and then linking the bug report. Repeat for the next, etc [14:39] is it better for me to just do say, one merge request and link 3 bugs to it? [14:45] no [14:45] unless the bugs are related [14:45] like 3 different UI bugs with the same component, one merge could fix them all [14:46] but if they're different features then separate merges should be done for each and linked to each bug [14:47] popey, thanks [15:31] jdstrand, let me know if https://code.launchpad.net/~dholbach/click-reviewers-tools/1355215/+merge/231569 can be merged - I think the --json thing makes sense now - maybe we could have a --full-info output which shows json and additionally display stuff like click-show-files, etc [15:31] but let's add that later on :) [15:32] or maybe add a --old-sdk-output option :) === chihchun_afk is now known as chihchun === gatox is now known as gatox_lunch === om26er|doctor is now known as om26er [16:03] think im gonna head out [16:04] what is the rtm date btw? [16:04] is it just august 30th? [16:19] ahh, Brian Lunduke calls the dash, the "Hud" in his unity review, http://www.networkworld.com/article/2466595/opensource-subnet/the-linux-desktop-a-week-review-ubuntu-unity.html [16:20] that bothers me so much >:9 [16:59] hi! I'll try to take a look at it in a bit [16:59] dholbach: thanks for that! :) [17:00] awesome [17:00] hey [17:00] I have a question [17:01] I'm trying to display a chinese character using 黄 but for some reason it is not showing, any ideas [17:01] its an HTML5 app btw === gatox_lunch is now known as gatox [17:05] dholbach do you know someone who could help me with that ? [17:06] maybe dbarth or alex-abreu in #ubuntu-webapps [17:06] or maybe daker [18:11] popey: so quick question, in 203 any app that requires location will not get the gps coordinates since the location service is not running? [18:12] i believe so [18:12] popey: if yes impeccable timing just when I want to test location retrieval in the clock app :P [18:12] well, the popup doesn't appear [18:12] haha [18:12] image #202 is → that way [18:12] * nik90 roots to 202 [18:12] hehe [18:59] davmor2, popey have you seen this bug on the promoted image? https://bugs.launchpad.net/libusermetrics/+bug/1359022 [18:59] Ubuntu bug 1359022 in libusermetrics "Welcome screen on image #200 always states that there are no data sources available" [Undecided,Confirmed] [19:15] popey: === https://code.launchpad.net/~nik90/ubuntu-clock-app/update-project-name/+merge/231618 -> Click Upload Done === [19:16] ahayzen: yes [19:16] ahayzen: i think ogra_ mentioned someone had broken that recently [19:17] popey, ah ok so it is 'known' ? [19:17] popey, wasnt me ... i was only complaining about missing translations :) [19:17] popey, should it be added to the landing mail with that tag? or is there another bug tracking it [19:17] hmm, who was that then [19:18] probably dave [19:18] any surprise there ^^ :P [19:18] i didnt even notice it until i saw the bug above [19:18] popey, we also weren't sure if it was usermetrics or unity8 [19:19] nik90: will test shortly [19:20] popey: ok, no hurry, I am uploading more stuff [19:20] popey, totally random off topic question, where did u get that orange cover for the nexus 4 from? [19:22] ahayzen: http://www.slickwraps.com/ [19:23] popey, thanks :) [19:26] popey: ==== https://code.launchpad.net/~nik90/ubuntu-clock-app/implement-location-finding/+merge/231793 ==== Location Retrieval. [19:40] nik90: clock wont launch here [19:40] popey: you will have to search for it [19:41] dont like the version number [19:41] 3.1. [19:41] that shouldn't have a trailing dot IMO [19:41] not sure that's related [19:41] popey: that fixes itself when a click package is created [19:41] popey: it is there since I created the click on qtc. [19:41] I did search but it just wont start [19:41] * popey reboots [19:41] popey: it should take the revision number automatically and become 3.1.71 [19:41] hmm strange [19:43] launches after a reboot [19:43] you should no longer have the old clock? [19:44] correct [19:44] sweet so that was it [19:46] alarm is taking a looooong time to save [19:46] oh, its not saving [19:47] eh [19:47] http://popey.mooo.com/screenshots/device-2014-08-21-204730.png that is the alarm I am about to try to save... [19:47] note I unticked repeat:thursday [19:48] popey: then u didnt choose any day [19:48] i dont want to repeat though [19:48] and the label is "Repeat" [19:48] popey: atm there is no single type alarms. i am working on that [19:48] ah okay [19:49] popey: there is a bug in progress for that. I just need some design info on that before proceeding further [19:49] kk [19:57] popey: shall I add the check for the empty days and disable the back button? It should be a small patch + unit test. When I land single alarm support, unchecking all days will show the label "Never" in the Repeat listitem. [19:58] popey: other than that, does it look okay? [19:58] yes. [19:58] (it looks okay) [19:59] I'm not sure that's needed, it's fine as is. When do you think single alarm support will land? [20:00] popey: I have been trying to get in touch with the designer the past 2 days..It should land hopefully by monday since code wise the implementation is quite simple. [20:00] alarm I set just went off, so that's good ☻ [20:00] hehe [20:00] be good to get a reply before next week as many of them are out at a sprint. [20:00] lets poke john lea tomorrow if you have no reply [20:00] oh [20:01] I definitely need to do a hangout with the designer since there are 2-3 other pressing design issues I need to discuss [20:01] so yeah we will definitely check tomorrow with john lea then [20:02] popey: can you top approve https://code.launchpad.net/~nik90/ubuntu-clock-app/update-project-name/+merge/231618 and https://code.launchpad.net/~nik90/ubuntu-clock-app/update-potfile-aug18/+merge/231198 [20:05] done [20:05] thnx [20:15] hey, Graphite and uDraw work now! I don't know when that happened, but this is great! [20:20] mhall119: wut! are they in the store? [20:22] popey: yeah [21:29] balloons, ping [21:33] ahayzen_, pong [21:33] balloons, I'm converting more tests over and I have got this method set_shuffle(state) http://pastebin.ubuntu.com/8109321/ should I be putting this in the helpers? or the tests? If the helpers should it go in the main MusicApp one or the toolbar/player and should you do assertThat inside helpers? If the tests am I accessing the pointing_device correctly? [21:38] ahayzen_, helpers shouldn't have asserts in them [21:38] maybe that helps clarify where it should go? [21:39] balloons, or could i use a wait_for(state) ? [21:39] yes. What page has the shuffle? [21:39] balloons, as it could potentially be changing the state or shuffle [21:39] balloons, erm well it is in the toolbar...but only visible on the now playing page at the moment [21:39] balloons, so does that answer it?...put it in the now playing page helper? [21:40] balloons, and with a wait_for(state) [21:40] balloons, yeah that makes most sense i'll do that :) [21:41] ahayzen_, :-) Awesome.. [21:41] you start to get a feel for how these things should layout as you go eh? [21:41] balloons, the first refactoring mp landed by the way \o/ [21:41] I saw victor's comments on it as well. [21:42] balloons, yeah getting there ...just a few more examples and i'll probably understand it all...hence my question :) [21:42] balloons, ended up changing the same line of code 3 times lol [21:42] ahayzen_, I saw that hehe [21:42] balloons, *nothing* gets past victor ;) hehe [21:42] which is totally fine.. I mean, I rewrote some of my own code several times [21:44] balloons, am i ok to add u as a reviewer to the next round of autopilot refactor branches when i mp them? [21:45] balloons, ah...ok so inside my MusicNowPlaying helper how do i get back up to the MusicApp ? [21:46] balloons, oh is that the self.get_root_instance() part of Leo's way of getting back up to MainView self.get_root_instance().select_single(MainView) [22:41] balloons, ah damn that doesn't work, so how can i back up to MusicApp ? [22:50] balloons, no worries i've found a solution :)