=== chriadam|away is now known as chriadam [00:40] Hi, I'm unable to find any documentation for using u1db in qml? The only documentation I can find seems kind of sparse [00:43] Except pretend I punctuated that correctly. === _salem is now known as salem_ [02:44] A question on QML: Is it possible to style the values of a ValueSelector individually? [02:44] I can do this by copying and editing the ValueSelector .qml file, but this seems silly. [02:45] Can I access the child elements of one, or subclass it somehow? === salem_ is now known as _salem [06:02] good morning [06:03] Hello dpm [06:03] hi smartboyhw [06:06] dpm, so, my code failed with http://91.189.93.70:8080/job/generic-mediumtests/96/testReport/junit/ubuntu_rssreader_app.tests.test_rssreader/TestMainWindow/test_add_remove_feed_and_topic_with_mouse_/ , any reasons/ [06:06] ? [06:07] smartboyhw, hm, I don't know, perhaps the autopilot test was relying on the label text that you replaced? [06:07] dpm, I think so [06:08] * smartboyhw changes the text, sigh [06:08] smartboyhw, no need to change the text [06:08] dpm, I mean, the test:P [06:08] ah, ok :) [06:08] now it makes sense :) [06:11] dpm, um, the problem is that it doesn't seem to be code error at all (from me) [06:11] File "/usr/lib/python2.7/dist-packages/ubuntuuitoolkit/emulators.py", line 127, in switch_to_tab_by_index [06:11] raise IndexError('Tab index out of range.') [06:11] IndexError: Tab index out of range. [06:14] smartboyhw, hm, yeah, it seems the autopilot SDK emulator is failing. We will probably have to wait for balloons or some QA people to come online to fix this. [06:14] * smartboyhw will get either DanChapman or balloons, no worries:D [06:14] perfect, thanks smartboyhw! [06:15] dpm, so, the code can't be merged in until they fixed the Ubuntu SDK emulator right? [06:15] smartboyhw, that's correct. Or disabled the test. [06:17] * smartboyhw does not think we should disable the test [06:17] So, balloons wake up whenever you can:P [06:58] good morning [06:59] good morning [07:13] Hello [07:13] I am totally new to IRC [07:52] who's the designer of the ubuntu-mobile-icons? I have few question/request :) [08:05] Can somebody confirm for me if ubuntu-mobile is available in /usr/share/icons by default in raring and saucy? [08:05] randomcpp: ^ [08:06] wellsb, I'm on raring, and I had to install a package from the sdk [08:06] I don't remember the name atm [08:06] Good to know. Thanks [08:07] wellsb, -> ubuntu-mobile-icons [08:07] I don't guess that's available in quantal. I'm overdue for an upgrade [08:08] I don't think so, but you can always install them manually [08:08] they're just icons [08:08] Indeed [08:28] gusch: hey, would you be available to review https://code.launchpad.net/~osomon/ubuntu-calendar-app/reduce-newevent-popup-height/+merge/183090 ? [08:32] oSoMoN: ok [08:34] thanks! [08:41] oSoMoN: I just saw that I'm not in the correct group to top approve it [08:45] gusch: right, if you approve it I’ll top-approve myself (and will take on the consequences of doing so) [08:46] oSoMoN: done [08:47] gusch: thanks [08:54] re: who's the designer of the ubuntu-mobile-icons? I have few question/request :) [09:06] any documentation on ubuntu actions? [09:06] ubuntu unity actions** [09:10] randomcpp, you mean unity launcher shortcuts? How to have a dynamic list of options? [09:11] nope, "hud" actions [09:13] randomcpp: yes, on the cpp side http://developer.ubuntu.com/api/devel/ubuntu-13.10/cplusplus/unity-action/ [09:14] randomcpp: qml docs are in the code, but for some reason for the online docs we *have to* choose between cpp and qmld ocs [09:14] Wellark / dpm ^ is anything happening with the unity-action qml docs? [09:15] timp, thanks :) I just wanted to know how keywords were meant to be set [09:15] timp, unfortunately, not really unless they can be separated into different packages or the publisher script is modified. And working on the script is low on my todo list :/ [09:15] randomcpp: if you are using the ubuntu-ui-toolkit and want to make actions available for HUD, assign Actions to the actions properties of MainView (global actions) or your Page (local actions, only visible when the page is active) [09:15] and I found the answer there [09:16] dpm: okay [09:16] timp, ok :) [09:24] icon designers: ping [09:45] is there a signal I can use when a Dialog is opened? [09:58] bah [09:59] or how can I refer to something within the dialog from the place where I open it? [09:59] I'm getting confused by scoping [09:59] Component -> Dialog -> TextField { id: foo } [09:59] want to focus foo when the dialog is opened [10:00] Laney, alias a property? [10:00] Laney, http://stackoverflow.com/questions/15953151/qml-aliases-to-children-properties [10:00] ups [10:01] Laney, something like that should work? [10:01] is the answer to remove the Component right? [10:01] I did that because that's what the example in the docs does [10:02] Laney, I'm not sure to understand what you are doing ... did you try to make a "property alias foo: id.foo" in your component [10:02] then just use componentId.foo in your caller? [10:03] you can't make new properties inside a Component [10:03] and it's not found if you do that from the top level [10:03] let me try getting rid of the Component layer [10:04] yeah, maybe that's the easiest [10:06] breaks PopupUtils.open() at least [10:06] maybe you can open it directly === gusch is now known as gusch|lunch [10:12] OK, that works; dialog.show() [10:13] don't know if that's bad in some way though === gatox is now known as gatox_bbl [11:38] hmm [11:38] what's the way to stop an event handler being called when the item is first constructed? [11:41] a skip boolean? === _salem is now known as salem_ === chriadam is now known as chriadam|away === gusch|lunch is now known as gusch === gatox_bbl is now known as gatox [12:42] mhall119, ping [12:50] Sure would be nice if OptionSelectorDelegate.qml set the maxheight of the icon passed to it to the height of the row, in cases where we want to use system icons and can't resize them ourselves [12:51] nic-doffay: ^ [13:17] wellsb, what cases would those be? [13:19] using Online Accounts, it might be desirable to pull the icon corresponding w/ the service from /usr/share/icons/ubuntu-mobile, rather than packaging your own, but the smallest is 144 [13:21] dpm: have you tried the weather app today? [13:22] popey, not yet, but I did yesterday on the PC when I saw the MR landing :) [13:22] looks awesome [13:22] seems odd [13:22] on the device [13:22] * dpm tries [13:22] i see no hours as he showed on the hangout [13:22] you have to swipe to make it move from one day to the next, and there's no animation doing that [13:24] mefrio: pong [13:24] morning mhall119 [13:24] morning popey [13:24] mhall119, I am developing an app for the ubuntu appshowdown contest. It build using CMake instead of qmlproject because of I use a C++ part. Is it allowed? [13:25] nic-doffay: Does that seem like a reasonable use case? It'd be a relatively trivial change to optionselectordelegate [13:25] hm, I can't enable the wireless connection on the device, so weather won't work without location (I swiped all data this morning) [13:25] mefrio: under the rules of the showdown yes, it's allowed. However, packaging and distributing compiled apps is still an unsolved issue for the app store and Click [13:25] mefrio: do you have an armhf device you can compile it on? [13:26] mhall119, no, I don't have any Ubuntu Touch supported devices....will my app be package by a packager team? [13:26] wellsb, yeah def [13:26] I'll add it. [13:26] mefrio: it'll need somebody, yeah, we'll work that out though [13:28] mhall119, ok so my app is fine for the contest. Thank you! [13:29] wellsb, I think a boolean governing whether the iconSize is constrained is a better idea. [13:29] But I'm concerned about the width in that case. [13:37] nic-doffay: That's a fair idea, though. You can just PreserveAspectFit. If they try an icon that's not square-ish, then they'll find out when they test it [13:49] dpm: phablet-network ? [13:50] popey, [13:50] you're my hero [13:51] nice one, thanks [13:53] np [14:27] dpm, can you approve my merge? balloons said that Jenkins won't merge in my changes to fix if you don't approve it [14:32] dpm, popey, boiko, design meeting time? :) [14:32] WebbyIT, coming! [14:32] WebbyIT: arriving [14:32] WebbyIT: yep, I will be joining soon, finishing another meeting before [14:35] WebbyIT, coming? [14:35] dpm, where is the hangout? [14:36] WebbyIT, it should be in the calendar invite, it's https://plus.google.com/hangouts/_/32f5d7e7aa06e6c29c8b0d7820cff00d613089d0 [14:36] dpm, did you see my message? [14:36] dpm, thanks [14:45] iBelieve, howdy [14:50] balloons, back again. Internet problems :( [14:52] iBelieve, heh.. how's file manager fixes coming along? vUDS is behind us now, so if you need help, I'm ready to help [14:52] :-) [14:54] balloons, I've been working on them this morning. Just ran the app and the popovers work again! I'll run autopilot now to see if they're fixed [14:57] woot! [15:03] does anyone know how can I fix symbols like & in qml strings? === boiko_ is now known as boiko === smartboyhw_ is now known as smartboyhw [15:15] http://developer.ubuntu.com/2013/08/software-store-for-click-packages-now-open-for-testing/ [15:15] yes yes yes! [15:15] +1 [15:15] oooh [15:15] dholbach, +! [15:15] dholbach, awesome!!!!! [15:15] Oops, +1 [15:16] http://www.reddit.com/r/Ubuntu/comments/1lejmx/software_store_for_click_packages_now_open_for/ [15:16] upboat! [15:16] I haven't even read it yet, it's that awesome [15:18] Just registered my namespace :) [15:22] dpm, should it turn up here as well: http://developer.ubuntu.com/community/app-developer-blog/? [15:23] beuno, can you add a link to the "publish" doc to the announce? [15:23] dholbach, sure [15:23] thanks [15:23] dholbach, replacing a link or adding it in? [15:24] maybe replace this line: [15:24] You can upload your apps here: https://myapps.developer.ubuntu.com/dev/click-apps/new/ [15:24] with: [15:24] Find out how to submit your Ubuntu Touch app here: http://developer.ubuntu.com/publish/ [15:24] because people will have to sign up, etc. [15:24] dholbach, sounds good [15:24] beuno, you're my friend! [15:24] nic-doffay: If you notice your merge get approved in the trunk, shoot me a ping so I can uncomment the constrainImage: line in my code [15:25] wellsb, will do. It's working just busy writing tests for the branch. [15:25] done [15:25] * dholbach hugs beuno [15:26] beuno, I spread the news in a couple of places [15:26] scary! [15:32] dpm, why did you re-assign this to me? https://bugs.launchpad.net/ubuntu-rssreader-app/+bug/1210571 [15:32] Launchpad bug 1210571 in Ubuntu RSS Feed Reader App "test_rssreader.TestMainWindow.test_add_remove_feed_and_topic failure on devices" [High,Triaged] [15:32] hahahahahahahah [15:33] balloons, because I like you? :) [15:33] dpm, now, that's a comment:P [15:34] dpm, rofl.. the application is misbehaving, so ideally one of the developers could implement what omer recommended :-) [15:35] dpm, does that make sense? [15:38] popey, ping [15:45] iBelieve, ping [15:46] cwayne, pong [15:47] iBelieve, hey, im gonna try and set up the account-plugin-trello for you today :) [15:47] cwayne, awesome!! [15:49] iBelieve, i should have a branch + ppa set up today, i'll ping you when it's ready for some testing [15:49] iBelieve: pong [15:49] cwayne, great, thank you so much [15:50] popey, so I'm working on fixing some bugs in the file manager and also making various improvements [15:50] popey, I'm going to update the sidebar with a better version that I wrote [15:50] Super! [15:50] popey, for the header at the top, should I leave my original one, or replace it with one that says the file is part of File Manger and is copyrighted by Canonical? [15:51] popey, the component is GPLv3 or greater [15:52] hmm. I think you need to sign the CLA first. [15:53] popey, I signed something, I think that was it. I'm part of the Canonical Contributor Agreement team in LP [15:53] https://launchpad.net/~mdspencer doesnt show you in that team [15:55] popey, that's weird - it shows it for me: http://i.imgur.com/fgajs7s.png [15:56] oh, odd [15:56] it has no logo, i didnt look down there [15:59] popey, so what should I do about the file header? [16:00] I would leave the original intact [16:00] and we add your name to the changelog & contributors list [16:01] popey, which original? My original or the same as other files? [16:02] oh, i misread, thought you'd said there was one originally. [16:03] so leave whatever header in you already had [16:03] popey, okay, thanks [16:10] popey, okay, here's the merge request if you have time to review it: https://code.launchpad.net/~mdspencer/ubuntu-filemanager-app/fix-popover-caller/+merge/183225 [16:17] iBelieve: I'll let the file manager devs review that ☻ [16:18] popey, Neither of them have been reviewing my merges for a while. Arto said he doesn't have time for much except replying to emails and Carlos does backend stuff [16:18] popey, so I don't know who else to go to [16:27] iBelieve: we talked about this at the meeting, I think Arto will have some time for this. if it doesn't get reviewed promptly, let me know and we'll sort it [16:28] popey, okay, thanks [16:58] balloons, sorry for the late reply, doing too many things at the same time today. Let's chat next week about core apps and tests! [16:58] Hi, is there a preferred way to access the contacts for Ubuntu Phone? (in Qt) [17:02] dpm, no worries.. [18:38] Hi all! [19:16] timp, who knows about the Arguments object? http://developer.ubuntu.com/api/devel/ubuntu-13.10/qml/ui-toolkit/qml-ubuntu-components0-arguments.html [19:16] timp, specifically, how am I meant to use it in an app run with qmlscene? [20:16] Is it safe to references images such as /usr/share/icons/ubuntu-mobile/actions/scalable/share.svg or should I bundle my own in the app? I think from saucy on it will be fine, but I guess I should bundle for backward compatibility? === mh0` is now known as mh0 === salem_ is now known as _salem