[04:19] Hello === commandoline_ is now known as commandoline === Wellark__ is now known as Wellark [08:54] kalikiana_: How do I test your u1db MP? Here are the steps I took, [08:55] Kaleo: I branches your code, and then cmake .; make [08:55] kalikiana_: ^^ [08:55] kalikiana_: and then sudo make install [08:55] kalikiana_: the build and install went well, however for some reason the databases are no longer created in .local/share directory [08:56] kalikiana_: I tried reinstalling the original package by sudo apt-get --reinstall install qtdeclarative5-u1db1.0 [08:56] kalikiana_: still I dont get the directories created .local/share...so I am wondering where the files are created :( === Guest30957 is now known as JamesTait === JamesTait is now known as Guest69661 === Guest69661 is now known as JamesTait [09:03] Good morning all; happy Homemade Soup Day! :-D [09:47] aquarius: ping [09:48] nik90, pong [09:48] aquarius: hey my timer u1db transition is progressing well.. [09:49] aquarius: I have one small issue [09:49] aquarius: I tried your example 2 in your blog post and did one minor modification [09:49] aquarius: i added http://paste.ubuntu.com/6872108/ to your delegate listitem.standard [09:49] aquarius: however when I remove an item, it spits out an error [09:49] interesting. what's the error? [09:50] aquarius: QQmlVMEMetaObject: Internal error - attempted to evaluate a function in an invalid context [09:50] file:///usr/lib/x86_64-linux-gnu/qt5/qml/Ubuntu/Components/ListItems/Empty.qml:459:9: QML ScriptAction: : [09:50] cor. [09:50] cor. ? [09:50] that looks suspiciously like a QML problem, not a u1db problem. Let me have a play. [09:51] it is not a critical error, since it does delete the doc. however I like to prevent as much error messages as possible :) [09:51] heh. Sorry. English slang. "cor (excl): expression of mild surprise (old-fashioned)" [09:52] ah. :) [09:52] aquarius: btw my doc looks like { timer: { name: "Timer #1", duration: 600 }}. And this works perfectly :) [09:54] right. I think that the problem here is that the document gets "removed" twice [09:54] you use removable:true [09:54] then you do the swipe/delete action to remove it, and QML removes the delegate from the ListView [09:54] then we remove the actual U1DB document [09:54] and the u1DB ListModel changes [09:55] and so the ListView notices that its model has changed and so tries to remove the delegate again [09:55] but that delegate has already been removed [09:55] thus: fail. [09:57] aquarius: but I do something siimilar with LocalStorage..where I delete the entry and then listview model changes [09:57] ah. === ogra_` is now known as ogra_ [09:57] so ListItem.remove actually calls listModel.remove() [09:57] I suspect that the U1DB ListModel doesn't map remove() to a putDoc("", docid) [09:57] which is a bug [09:58] * aquarius rtfs of ListItem.Empty [09:59] on looking through the old timer code, I noticed it does http://paste.ubuntu.com/6872152/ [09:59] where the whole thing is a ListModel{} [09:59] *nod* [10:00] For now is it okay to ignore the error and continue? [10:00] What we want is to tell ListItem this: removable=true, but when someone says to remove the item, call our handler and *don't do anything yourself* [10:00] and report a bug at u1db? [10:00] + [10:01] annoyingly, there is a bool to say that, but it's an internal property in ListItem.Empty which we can't fiddle with [10:01] aquarius: may be I can report a bug to UITK to make that property public? [10:02] I *think* there are two bugs here: Ubuntu.ListItem doesn't allow us to override their removal action, it only allows us to add our own action *after* theirs, and U1DB QML doesn't correctly treat a ListModel.remove action as deleting the document. [10:02] However, the U1DB stuff is debateable -- would we really want the action of "remove this document from this query" to mean "delete the document from the entire database"? [10:03] I think report two bugs, one against uitk and one against u1db [10:03] but it may be worth talking to timp first or kaleo or someone, to talk through this issue [10:03] okay [10:04] * nik90 makes a copy of this irc conversation to help with the discussion with timp or kaleo [10:04] kalikiana_ may have some thoughts on whether u1db ListModels *should* respond to .remove() with a delete-doc. [10:04] on the thought of u1db-qt, how do I test its MP? [10:04] I built it and installed it using cmake .; make [10:05] and then sudo make install [10:05] everything went well. [10:05] I think you have to branch it, build it, and then add it to QML2_IMPORT_PATH [10:05] oh. Or you could actually install it at system level, I suppose [10:05] I never, ever, ever do that. System level belongs to apt ;) [10:05] okay can you show me how to do the last step alone [10:05] I prefer not installing stuff [10:05] but I am quite a lot more rigorous than most people in this :) [10:06] I know the SDK does this by, [10:06] export QML_IMPORT_PATH=$PWD/modules [10:06] export QML2_IMPORT_PATH=$PWD/modules [10:06] export UBUNTU_UI_TOOLKIT_THEMES_PATH=$PWD/modules [10:07] *nod* that ought to work. Running, say... QML2_IMPORT_PATH=path/to/u1db-qtbranch/modules qmlscene myfile.qml [10:07] should include the changed version of u1db-qt [10:07] awesome [10:08] be careful with export. Export puts that envar in your environment for hte whole life of that shell, so running any qml from then on (in that shell) will use the envar [10:08] you may want to be assiduous about unsetting the envar when you're finished [10:08] true but if close the terminal and restart, it should be gone [10:08] I personally don't export things and instead just specify them on every command line I need them for, which is a lot more typing but makes me feel safer :) [10:09] yeah, closing that terminal will lose it, because you've ended that shell -- sounds like you're on top of this so no worries. I was just being cautious in case you didn't know :) [10:09] Hi, I have problems installing the ubuntu sdk on saucy. Seems like there's dependency conflict with ubuntu-html5-sdk [10:10] I learnt a little about this yesterday :) [10:11] m-b-o: I noticed that my qtcreator-plugin-ubuntu has been kept back during an update [10:11] m-b-o: are you referring to this? [10:11] nik90: yes [10:12] tried to remove and reinstall qtcreator-plugin-ubuntu, but with no success [10:12] m-b-o: usually it gets sorted by the sdk devs, but I think we should let them know none the less [10:12] m-b-o: it is not critical [10:12] nik90 sort of, I can't install the sdk anymore.. [10:13] bzoltan: we are having a small issue where qtcreator-plugin-ubuntu is kept back during an update. The issue started a few days back. [10:13] bzoltan: Seems like there's dependency conflict with ubuntu-html5-sdk [10:13] bzoltan: on ubuntu 13.10 [10:21] mhall119: The links on http://developer.ubuntu.com/api/qml/sdk-1.0/U1DB.overview/ are broken. Can you update them when you have some time pls. thnx [10:32] aquarius: sry to disturb, but do you know how to add 3 documents (timers) only first time creation only using dynamic document method? [10:33] nik90, I'm not sure I'm following that. Why do you need to add them first-time-only but dynamically? [10:33] aquarius: I know I can do that using static document creation, but that would mean I need to define 3 different u1db.document object with the create=true property which results in more code [10:33] aquarius: while dynamic doc is a simple putDoc() :) [10:34] ya, but dynamic is less declarative and QMLish. However, I see your point :) Note that db has a getDoc method; use it to get the doc by ID, and if it doesn't exist, create it. [10:35] aquarius: ooh yes thats the idea I was looking for..thnx === hunger_ is now known as hunger === chriadam is now known as chriadam|away [11:22] nik90: it's better to report a bug [11:23] daker: to the u1db or sdk dependency issue? [11:24] nik90: no for the docs https://bugs.launchpad.net/ubuntu-api-website [11:24] daker: ah..sure I will report t [11:24] s/t/it [11:24] nik90: since they are in a sprint [11:25] true [11:35] aquarius: https://code.launchpad.net/~nik90/ubuntu-clock-app/transition-timer-u1db/+merge/204648 [11:35] aquarius: Timer transition complete === PabloRubianes_ is now known as PabloRubianes [11:43] nik90, nice! [11:44] aquarius: code reduction by 58% :) loving u1db [11:44] simpler code, too, which is what I like about it. [11:44] be sure and let people know ;) [11:44] +1 [11:46] Does anyone know if the new file manager will be packaged and available in 14.04 desktop? [11:47] jo-erlend_: I think the plan was to make it possible to easily install all core apps using their click packages [11:47] the branch seems to have a debian dir already [11:47] jo-erlend_: But no idea on the progress made [11:47] nik90, on the desktop as well? [11:47] jo-erlend_, not by default indeed :) [11:48] jo-erlend_: it wont be installed by default..but easily installable from the archive I guess [11:48] like Gnome Clocks, Contacts etc [11:50] ogra_: True. All core apps have a debian dir, however the ongoing work should help install other touch store app as well using their click packages. A nice prerequisite when unity 8 lands on the desktop [11:50] the debian packaging is only used for development and testing purposes through the core apps daily PPA [11:58] kalikiana_: https://bugs.launchpad.net/ubuntu-ui-toolkit/+bug/1276118 [11:58] Launchpad bug 1276118 in Ubuntu UI Toolkit "List Item onItemRemoved signal should provide the option to override its action with a custom one." [Undecided,New] [12:00] Hey [12:00] anybody knows why none of http://developer.ubuntu.com/resources/platform/api/12-04/ displayed apis are not found? [12:01] some URL refactoring? [12:01] shookees: yes [12:02] shookees: please report a bug at https://bugs.launchpad.net/ubuntu-api-website [12:02] alright [12:02] maybe somebody knows where they might be put atm? :D [12:03] shookees: are you looking at the Ubuntu SDK API? [12:03] s/at/for [12:04] nik90, I'm looking for Application Indicator API for 12.04 [12:05] shookees: ah .. no idea .. sry.. the developer.ubuntu.com now only shows Qt and HTML5 API [12:06] well google still links to some of the 12.04 pages, maybe they'll have some in archives [12:15] nik90: fixed the links [12:19] mhall119: thnx [12:45] om26er: do you know why this MR isn't being run by CI ? https://code.launchpad.net/~amanzi-team/webbrowser-app/webbrowser-app-file-upload/+merge/195760 [12:45] om26er: is it because it's marked as superseded ? === MacSlow is now known as MacSlow|lunch [12:45] nerochiaro, yes, ci only runs for 'needs review' [12:46] om26er: got it === aboudreault_ is now known as aboudreault [13:21] fginther: om26er: i'm trying to figure out why CI keeps failing on this MR, but I can't really get to the root cause. it seems that autopilot can't find the app on dbus [13:21] https://jenkins.qa.ubuntu.com/job/generic-mediumtests-runner-mako/4847/console [13:29] nerochiaro, seems the app is not starting, probably due to unity8 crashing === popey_ is now known as popey [13:29] yes thats due to unity8 crash, I can see the attached unity8 crash file [13:30] om26er: ok, is it something i need to fix or is it a problem in the infrastructure ? [13:31] nerochiaro, you can do a retry and hope unity wont crash [13:31] anyways its not related to your code [13:33] fginther: om26er: i did a ton alrady on the same MR in the past and it really didn't help. and in general i believe we should move away from this attitude of "let's run it again and hope it works" and look into what is causing the crash instead ? can we file a bug about this problem ? [13:34] nerochiaro, no, the unity8 crash is a known issue, my intent of retry here was if you really want to get the results no [13:35] *now [13:36] om26er: i see. ok, i've restarted it one more time, but i doubt it will fare any better. is there a bug reported about the issue so at least i can keep an eye on the progress ? [13:40] nerochiaro, bug 1236525 [13:40] Launchpad bug 1236525 in unity-mir "unity8 killed/crash then restart can result in mir unable "could not unblank display"" [Medium,Triaged] https://launchpad.net/bugs/1236525 [13:40] om26er: thanks [13:41] nerochiaro, btw its also currently being discussed on the ubuntu-phone mailing list. titled: "Landing team 31.01.2014" [13:41] om26er:great [13:50] nik90: did you try apt-get dist-upgrade? [13:52] bzoltan: yup [13:53] bzoltan: it just says the following package (qtcreator-ubuntu-plugin) has been kept back === _salem is now known as salem_ === MacSlow|lunch is now known as MacSlow [13:59] bzoltan, nik90: I removed qtcreator-plugin-ubuntu and tried to reinstall it. But there's a problem with ubuntu-html5-sdk [14:00] m-b-o: OK, let me look after it [14:07] nik90, hey ... no extra logs or something about the issue in 13.10? [14:07] m-b-o, what does it say exactly? [14:08] alex-abreu: I can get the toolkit version for you... In the update manager I cannot select it. [14:09] alex-abreu: qtcreator-plugin-ubuntu : Hängt ab von: ubuntu-html5-sdk soll aber nicht installiert werden [14:11] alex-abreu: If I try to install ubuntu-html5-sdk, it wants to install qtdeclarative5-ubuntu-webapps-api, which misses ubuntu-html5-container [14:13] alex-abreu: or ubuntu-html5-sdk misses both, qtdeclarative5-ubuntu-webapps-api and ubuntu-html5-container [14:16] m-b-o: alex-abreu: I have pushed the webbrowser-app 0.23+14.04.20140122 for Precise to the SDK to work around the same problem [14:16] on lastt Thursday [14:18] bzoltan, yeah ... you are missing a few deps now in 13.10 that those packages need [14:18] alex-abreu: yes... [14:18] bzoltan, you need to add unity-webapps-qml which pulls all those [14:19] and the webbrowser-app happens to also pull this [14:19] which indeed should solve the issue [14:19] but the "root" package that should be pulled is unity-webapps-qml [14:19] (provided that you also have ubuntu-html5-container too" [14:20] alex-abreu: OK... So I Just need top backport that package to Saucy [14:22] bzoltan, well yeah just add it in the ppa [14:22] alex-abreu: sir, yes sir :) [14:29] nik90, m-b-o, alex-abreu: I have dput the webbrowser-app for Saucy to the SDK PPA [14:38] bzoltan: when will it be available? [14:39] m-b-o: whenever these builds are done and the packages are published in the PPA -> https://launchpad.net/~ubuntu-sdk-team/+archive/ppa/+builds?build_text=webbrowser-app&build_state=all [14:40] bzoltan: ah, thanks! [14:44] Someone has news about mzanetti? He (his bnc) isn't online since last week, it's weird... [14:45] WebbyIT: probably just the stupid freenode outage [14:45] WebbyIT: he is online, just not in this channel [14:46] popey, ok, thanks :-) He has to fix a MR, I'll write him an email === jo-erlend_ is now known as jo-erlend === salem_ is now known as _salem [15:44] bzoltan: updated webbrowser-app but still can't install qtcreator-plugin-ubuntu [15:46] bzoltan: ubuntu-html5-sdk wants to install ubuntu-html5-container, but that one removes ubuntu-html5-ui-toolkit. which is also needed by ubuntu-html5-sdk [15:52] dholbach: http://popey.mooo.com/mirror/clicks/2014-02-04-134025/com.ubuntu.developer.jonobacon.sleepytime_0.4_unknown.click [15:52] new farting app ? [15:52] :) [15:53] heh === _salem is now known as salem_ [16:17] hey nik90, look at this: http://ubuntuone.com/5gJMfCItEjcWaj1LVDPeH3 [16:19] dpm wow :) [16:20] :-) [16:24] dpm: omg... [16:24] * nik90 runs around the room in excitement!!!!! [16:24] * dpm hugs nik90 [16:24] nik90, so after the teasing, here are the full details... :-) [16:25] dpm: :) [16:25] dpm: the timing cannot be any better. we had fixes to EDS land in trunk. so alarms are saved better now [16:26] nik90, I know, I checked with renato this morning that this landed, which is quite cool :) [16:27] dpm: so the details [16:27] I am going to share this with the app dev community [16:27] nik90, so Thomas Strehl's team is trying to get a landing slot this week [16:28] nik90, notifications will be working, but there are two points that will still need to be addressed when that lands: [16:28] - Playing a notification sound [16:28] - Getting the notifications to work also in the Welcome screen [16:28] okay [16:29] the alarms API by default uses the default ringtone unless I (user) specifies it [16:30] nik90: so I noticed you didn't want to review the cmake changes :-) Can you confirm at least that they work for you? [16:30] https://code.launchpad.net/~nskaggs/ubuntu-clock-app/add-cmake/+merge/204326 [16:30] balloons: if you can tell me how to test them sure [16:31] nik90, balloons, once that lands, can we enable the alarm tests? (or are they already enabled for the alarm storage part?) [16:31] dpm: erm I will have to review and correct the alarms tests :-) since the UI changes since balloons wrote them [16:32] dpm, balloons: But I can make it a high priority over other things [16:33] nik90, cool, thanks. Yeah, I think that'd be good [16:34] dholbach: hey, I am not sure if you read the email from the dutch loco, but do you know how long a app dev school event is supposed to take? [16:34] nik90: so you should be able to use click buddy now, and do a cmake build [16:34] click-buddy --dir . [16:34] balloons: so I run click-buddy --dir inside the clock app root folder? [16:35] nik90: yep.. it should work, and you should get a nice click pacakge [16:35] balloons: I guess it builds the clock app. Does it install on my system somewhere? [16:35] balloons: ah okay [16:35] if you run with --provision it should provision a device with the tests as well [16:35] nik90, if you do the hands-on workshop part as well, I'd guess "an afternoon"? like 3-4h? [16:35] nik90: it won't install on the local system [16:36] dholbach: shall I reply to them with such details? [16:36] balloons:ok ... trying it now [16:36] balloons: btw the tests are failing in that MP [16:36] nik90, sure, that'd be great [16:36] nik90, sorry for not replying earlier, I got a bit busy with things [16:37] * dholbach hugs nik90 [16:37] dholbach: no worries, I figure you are busy with the sprint [16:37] s/figure/figured [16:37] keep up the great work! :) [16:37] thnx :) [16:38] nik90: yes.. they are not actually failing.. they are failing to run [16:38] balloons: btw I am not sure if you saw the tests code refactor by elopio... it looks awesome..but I will tackle during the alarms AP [16:38] nik90: I just added my review. +1 from me [16:39] balloons: cool [16:40] balloons: so on running click-buddy (nice name :)) it generated a click package [16:40] balloons: so if I have the phone connected and run it with --provision it will run the tests on the phone? [16:42] nik90: that was the idea, but looking at the tool and code it only provisions, not run it [16:42] balloons: yeah I got the following output, [16:42] 8 files pushed. 0 files skipped. [16:42] 129 KB/s (42986 bytes in 0.325s) [16:42] Allowing autopilot to play well with apparmor [16:42] Ready to run autopilot [16:42] nik90: also working on making this happen from QtCreator this week [16:43] after it's done I'll probably ping you for some feedback [16:43] Hi all, I'm trying out a HTML5 app on trusty. Now it seems ubuntu-html5-container is i386 and i'm using amd64. Now I get "error while loading shared libraries: libQt5Core.so.5" when executing the sdk template. [16:43] balloons: wow this cmake makes it easy to install the latest clock on phone :) [16:43] nik90: yes.. that is the point [16:44] so you should be able to iterate on code easier [16:44] balloons: although when I run it on phone, it shows a white screen [16:44] the app doesnt launch [16:45] odd.. I don't have my cable on me to try on my device [16:48] bfiller, ping [16:49] om26er: pong [16:49] bfiller, can you release a new messaging-app ? [16:49] bfiller, including https://code.launchpad.net/~om26er/messaging-app/fix_introspection/+merge/203392 [16:49] om26er: yes, just send me a list of MR's that you need [16:49] ok [18:08] popey, ping [18:08] om26er: pong [18:08] popey, did you find any new bug with today's testing ? [18:09] om26er: not tested [18:09] am at a sprint [18:09] popey, good, i saw that picture of yours, enjoy ;) [18:22] popey, btw did you report a bug for "Pairs but no audio from headphones during calls." ? [18:28] om26er: i think it's already filed, but will check === wendar_ is now known as wendar [18:40] need someone to review https://code.launchpad.net/~nik90/ubuntu-clock-app/fix-overflowing-column-labels/+merge/204487 pls [18:51] nik90, I'm testing it. Could you suggest me a long city name to test in clock page? :-P [18:52] Longest I can think it's "Vigarano Mainarda" :-P [18:53] WebbyIT: I couldnt test that..but it uses the same logic so I figured it has to be okay [18:54] WebbyIT: actually I did test it [18:54] WebbyIT: just reduce the clock app width :) [18:55] WebbyIT: and see if it elides at the right [18:55] nik90, I found a italian city that is too long \o/ "Pino sulla Sponda del Lago Maggiore" litteraly Pine Tree on the Shore of Major Lake [18:56] Approved and top-approved ;-) [18:56] WebbyIT: omg...you know why I implemented it in the clock tab as well..."Just in case" and you just fulfilled that :P [18:56] thnx [19:00] ahayzen: btw, since you worked me on u1db, I am dumping all related MP to you :P [19:00] ahayzen: feel free to return the favour [19:00] nik90, i noticed :) [19:00] nik90, will do when my works [19:01] nik90, i tried tht branch to fix the issue with multiple levels [19:02] nik90, but either my build didn't work as i saw no change in the examples [19:02] nik90, u said there is a .deb tht jenkins produces? === JamesTait is now known as Guest38143 [19:45] nik90, ping [19:46] ahayzen: sorry I was eating [19:46] I read [19:46] Your messages [19:46] nik90, no worries... i'm just testing ur branch [19:46] nik90, and was wondering if it was expected for *nothing* to happen when trying to delete a timer preset? [19:47] ahayzen: I could try that [19:47] nik90, u stated a warning occurs [19:47] nik90, but for me nothing happens [19:48] Really you do not see an error when you delete a preset? [19:49] nik90, no :/ but i created a preset with no name beforehand not sure if tht has caused this to occur? [19:50] Can you create a new one and then delete it [19:51] nik90, i can create but not delete [19:51] nik90, note this is on 13.10 desktop [19:52] ahayzen: I am on 13.10 as well [19:52] nik90, hmm shall i try wiping the db and see if it was tht blank timer name? [19:52] nik90, ...and if so where is ur db stored? [19:56] It is .local/share [19:57] In com.Ubuntu.com [19:58] nik90, ok so on a blank database i tried to delete one of the existing timers and nothing happened? [19:59] As in did it delete the timer? [19:59] Or you did not get the error? [20:00] nik90, it didn't delete the timer and there was no output in the console :/ [20:00] nik90, the toolbar appears to think tht i'm editing the timer as it shows the option 'Save' [20:01] Can you press add a new timer and create one like that [20:01] Save is also for saving a new timer [20:01] nik90, looking at the code i would at least expect 'Deleting timer preset' to appear [20:02] I have no idea why you don't get it [20:02] How is that you are getting no console output [20:02] magic :) [20:03] nik90, ah where does Utils.log() go? [20:04] It just outputs to console [20:06] nik90, ah [20:06] nik90, i'm running a badly patched UITK :P [20:06] Lol [20:07] nik90, there we go! ... i was playing about with swipeDelete last night a forgot to revert back .. sorry for about tht [20:07] nik90, yeah i get the expected error panic over [20:09] Finally :) [20:17] nik90, approved :) [20:22] ahayzen: thnx [20:52] popey, ping [20:53] iBelieve: yo [20:53] popey, do you want to review this? https://code.launchpad.net/~mdspencer/ubuntu-filemanager-app/remove-header-verse/+merge/204777 [20:55] iBelieve: done. Thank you [20:55] popey, thanks [20:58] balloons, dholbach bug 1237992 [20:58] Launchpad bug 1237992 in unity-scope-click (Ubuntu) "Need to load translations from .desktop files for click apps" [Medium,Triaged] https://launchpad.net/bugs/1237992 === jackson__ is now known as Noskcaj [22:08] elopio, if ur around could u retry the merge, it appears to be passing tests for me now :) https://code.launchpad.net/~andrew-hayzen/ubuntu-ui-toolkit/fix-swipe-delete-002/+merge/202171 [23:14] ahayzen: I can't approve your branch, as I [23:14] 'm not a member of the team. We need timp to review it again. [23:15] elopio, ... does it pass for u though? [23:15] elopio, i used the fact resetDrag() sets __mouseArea.drag.target = null to detect when waitingForConfirmation=true/false do u think tht is ok? [23:17] I really have no idea about that. If they use it in resetDrag, I'd say it's ok, but I'm totally new to this code. [23:17] ahayzen: I'll try the tests. But I need to reboot first as I'm having weird qt5.2 issues. I'll be bak soon. [23:17] elopio, haha thanks :) [23:18] elopio, just wanted someone else to test as well as mine was done from a VM [23:42] ahayzen: btw regarding the u1db-qt MP, it can be installed by, [23:42] cmake .; make [23:42] nik90, i think i tried tht ...followed the instructions in HACKING ? [23:43] ayup [23:43] ahayzen: then you need to do one more thing [23:43] export QML2_IMPORT_PATH=$PWD/modules [23:44] very similar to the ui-toolkit build [23:44] ah [23:44] you dont need to sudo make install :) [23:44] nik90, i was running a copy of ur QML file via... qmltestrunner -import ./modules [23:44] ahayzen: btw, I have one last u1db migration which is the world clocks. and then the clock app is completely u1db :) [23:45] ahayzen: ah ok [23:45] nik90, oh no this one i think ... qmlscene -I ./modules examples/u1db-qt-example-1.qml [23:46] the export command is better since it is then available for the shell [23:46] until you exit it [23:47] nik90, this example still has the undefined issue for me https://launchpadlibrarian.net/161718542/u1db2.qml [23:48] ahayzen: actually I do notice some improvement over trunk.. [23:48] ahayzen: for instance the query now returns all the fields [23:48] however when sometimes it does not return all the results [23:48] nik90, yeah i see tht too [23:49] but you are right [23:49] I want to do some more testing before commenting on MP [23:50] agreed