=== jono is now known as Guest9541 [07:14] Hi [07:14] Can anyone from the scopes team take a look at https://code.launchpad.net/~sil2100/unity-scope-sshsearch/add_dbus_dep/+merge/164677 ? [07:14] pstolowski: ^ ? [07:14] Not sure if this is the *fix* as I'm not home right now [07:14] But it seems logical [07:15] pstolowski: could you take a look? As the sshsearch scope FTBFS [07:15] sil2100: yup, looking [07:15] pstolowski: https://launchpadlibrarian.net/140282702/buildlog_ubuntu-raring-i386.unity-scope-sshsearch_0.1daily13.05.20ubuntu.unity.next-0ubuntu1_FAILEDTOBUILD.txt.gz [07:15] pstolowski: this was my first idea of fixing it [07:15] brb ;) Changing locations === alan_g is now known as alan_g|afk === alan_g|afk is now known as alan_g [08:22] Saviq, ping [08:22] dandrader, pong, you climbing later today again? :D [08:22] Saviq, yes :) [08:23] dandrader, k, will prioritize your MRs, then ;) [08:23] Saviq, do we have a design for "Make sure you can go out of close mode in dash running apps" [08:23] ? [08:23] dandrader, yeah, tapping outside of the thumbnails [08:24] Saviq, any graphical change to the "close mode"? [08:24] dandrader, not that I know of [08:24] Saviq, did the designers try it? [08:25] dandrader, I didn't get any feedback if that's what you're asking [08:25] ok [08:33] pstolowski: hi! [08:34] pstolowski: ping [08:38] pstolowski: see my comment on the MR [09:01] Saviq, "Could we go with "status" to be consistent with other QML components?" What other QML components? [09:01] dandrader, Loader, Image for example [09:03] dandrader, http://qt-project.org/doc/qt-5.0/qtquick/qml-qtquick2-loader.html#status-prop [09:03] dandrader, http://qt-project.org/doc/qt-5.0/qtquick/qml-qtquick2-image.html#status-prop [09:07] dandrader, hope I'm not starting to be overly annoying :) === alan_g is now known as alan_g|physio [09:11] dandrader, slightly annoying is fine, that's what reviews are for ;) [09:11] Saviq, :) === dandrader is now known as dandrader|afk === dandrader|afk is now known as dandrader [10:29] mzanetti, about to write the mouse input test for the infographics, any tips you think I might find useful? [10:36] nic-doffay: I'm not really here today :) Just try what you think is useful and I'll look at it tomorrow and give some feedback. Read again through the first mail on testing I've sent you. [10:36] mzanetti, right on. [10:36] forgot about that. [10:42] Hi [10:42] Anyone knowledgable in AP could take a look at: https://code.launchpad.net/~sil2100/unity/autopilot_fix_shortcut_and_scroll/+merge/164702 ? [10:42] Trevinho, fginther: ^ === alan_g|physio is now known as alan_g [11:23] sil2100: checking [11:27] dandrader, hmm, does that mean that QmlTest.cmake:55-59 is wrong? [11:29] Saviq, no, but adding an ENVIRONMENT property to a custom_target will have no effect I guess. [11:37] dandrader, shouldn't dragging be false if state is Rejected? [11:39] Saviq, no [11:39] Saviq, because you're still "pressing" the area [11:39] Saviq, i.e. there are still active touch points in it [11:40] Saviq, in other words: a drag is still ongoing but it's just not a valid single-finger directional drag [11:41] Saviq, although that might change once we have the infrastructure to forward the touch point events and ownership [11:41] dandrader, yeah, exactly, I would expect DirectionalDragArea::dragging(true) to mean "it can be (we don't know yet), or is (we already know) a valid directional drag" [11:41] in which case we might even get rit of the Rejected state... [11:42] well, we have different expectations [11:42] dandrader, I [11:42] but I can make it work like in your expectation, no problem [11:43] I'm just thinking of the simple usage "I want to follow the drag area", which I'd just go "x: area.dragging ? area.distance : 0" [11:45] dandrader, btw, just thought of something, but that can be done later - we should probably expose a "initial touch was that far from the edge" property [11:45] maybe even include it in the distance [11:49] Saviq, we won't get everything right in the first shot. Let's evolve it as we start use it [11:49] dandrader, yeah, that's why I said "can be done later" [11:49] Saviq, after all it's an internal component. We can change it as much as we want, anytime we want [11:51] dandrader, yeah, of course, re: dragging, why would you expect it to be true even when the drag was rejected? [11:53] Saviq, because a drag is still ongoing and owned by the area. it's just not a valid single-finger directional drag. But, again, that will likely change once we pass onward the touch point ownership [11:54] dandrader, I believe that would be an "advanced" use of the component, that you can achieve with the status property, IMO dragging should be "!(WaitingForTouch || Rejected)" [11:55] Saviq, ok, I'll make this change. [11:55] dandrader, thanks [12:00] Saviq, done [12:00] Trevinho: thank you! [12:00] dandrader, re: touchEventsInQmlTests, you need to #include for QML_DECLARE_TYPE to work [12:00] dandrader, and no need for the QQmlEngine import [12:00] Trevinho: anyway, thanks for your yesterday's assistance ;) === dandrader is now known as dandrader|lunch === alan_g is now known as alan_g|lunch === mmrazik is now known as mmrazik|afk [12:49] paulliu, ping === dandrader|lunch is now known as dandrader [12:59] Saviq: hi [13:00] paulliu, hey, I'd like you to start looking into making lp:unity/phablet i18n-able [13:00] Saviq: ok. [13:00] Saviq: you mean enable the string translation, right? [13:00] paulliu, yes [13:00] Saviq: ok.. [13:01] paulliu, here's the (currently unpublished) doc for the "i18n" object from Ubuntu.Components http://bazaar.launchpad.net/~ubuntu-sdk-team/ubuntu-ui-toolkit/trunk/view/head:/modules/Ubuntu/Components/plugin/i18n.h [13:01] Saviq: btw, there's a bug in Hud. The encoding of "Time and Date" is incorrect. I haven't look into that code yet. [13:02] Saviq: ok.. [13:03] paulliu, so you need to set the domain on startup, and then most of the time i18n.tr() should be enough [13:04] Saviq: yes. [13:04] truth be told most of the strings we display should come already translated [13:04] so there isn't going to be much [13:04] mzanetti: ping [13:04] dednick, he's off today [13:05] Saviq: yeah. [13:05] Saviq: ah. ok. dont suppose you know if there is a tool to view the object introspection heirachy in unity? I seem to remember something but it might have been a fantasy. [13:06] dednick, in QML? [13:06] Saviq: this is re autopilot [13:06] dednick, you can do some introspection in QtCreator [13:07] dednick, if you set up the run configuration so that it exports what ./run does [13:07] dednick, you can then enable QML debugging in QtCreator in the debug configuration [13:07] Saviq: i'm having trouble with some objects not being available in autopilot and i'm not sure why. [13:07] ok. i'll give it a try === alan_g|lunch is now known as alan_g === _salem is now known as salem_ === mmrazik|afk is now known as mmrazik [13:30] Cimi, standup [13:30] Saviq, yeah, just mumble always dies [13:30] dednick, nic-doffay ^ [13:31] Saviq, why it never works at the first time?? [13:31] Cimi, dunno, but I had the same [13:31] Cimi, started to work fine last week [13:51] Saviq, no meeting with ted - yet another national holiday in us [13:52] Cimi, k === dandrader is now known as dandrader|afk [14:03] Cimi: ? aint no holiday in the US :) [14:10] Saviq: have you been able to get qt source code to load in qtcreator debugger? [14:10] i get symbols, but no source code :( [14:10] dednick, hmm never tried, really [14:11] Saviq: i c. my qml-phone-shell crashes when i try debugging with qtcreator. creating the platform intgrations. === dandrader|afk is now known as dandrader [14:11] dednick, when you enable QML debugging? [14:12] dednick, I just noticed mine do, too, was hoping that's something specific to my machine :/ [14:12] Saviq: ah. [14:12] fail [14:12] dednick, is it crashing in g_str_equal for you? [14:13] * Saviq tries to drop the qt ppa [14:14] Saviq: last useful frame i get is QGuiApplication::createPlatformIntergration [14:14] which i belive calls QMessageLogger::fatal which raises the error i think [14:15] dednick, here's mine http://pastebin.ubuntu.com/5683837/ [14:16] Saviq: i think you've got further than me. [14:17] dednick, still, nothing useful there :/ [14:17] Saviq: actually, maybe not. i think that's the plugin loader. [14:19] Saviq: you debugging the qml-phone-shell binary or going directly on the Shell.qml? [14:19] dednick, you need to go via the qml-phone-shell binary [14:20] Saviq: ya. i was doing the latter earlier and was having plugin issues [14:26] dednick, 5.0.1 doesn't help :/ [14:38] hey people, I fixed a bug in the dash emulator [14:38] can I get some eyes on it, please? [14:38] https://code.launchpad.net/~elopio/unity/fix1181677-execute_action_by_id/+merge/164608 [14:40] mzanetti, better to use one signalSpy and change signalName or have multiple ones? [14:40] mzanetti, it's for the same Component [14:42] ok. seems done [14:42] wrong channel :D [14:43] Cimi: depends on the use case. also it has a bug somewhere... you can avoid it by using multiple spies [14:43] mzanetti, I'll use three then [14:43] mzanetti, it's for the previous, next, play buttons of the media player component in the indicators [14:44] Cimi: yeah... fine either way. given the bug I'd say different ones is more safe [14:50] elopio: looking, thanks! [15:14] elopio: just for certainity - is the execute_action_by_id method used anywhere in the unity autopilot code-base? [15:22] JohnLea_: you around ? [15:38] JohnLea_: actually, never mind [15:38] sil2100, commented: https://code.launchpad.net/~sil2100/unity/autopilot_fix_shortcut_and_scroll/+merge/164702 [15:42] Got disconnected... [15:43] Did anyone send any messages to me? [15:44] sil2100, commented: https://code.launchpad.net/~sil2100/unity/autopilot_fix_shortcut_and_scroll/+merge/164702 [15:45] sil2100_, ^^ [15:48] fginther: commented back ;) [15:51] Saviq: ping [15:51] kgunn, pong === sil2100_ is now known as sil2100 [15:56] sil2100: it is not. [15:57] it would be nice to have a test for it, but we would need a preview with a button. [15:59] sil2100, thanks, approved [16:04] Saviq, got the generation of QTouchEvents out of QMouseEvents working on the desktop. Pretty straightforward but it will require that you select whether you want it or not at built time [16:04] dandrader, that should be fine [16:04] dandrader, it's only for testing anyway (we'll need pointer-only interactions on the desktop to be thus) [16:04] sil2100: Hi, any ideas when the next Compiz SRU for Precise might be getting uploaded? And do we think we can get the fix for https://bugs.launchpad.net/compiz/+bug/763148 in it? [16:05] Launchpad bug 763148 in Compiz Core "Adding/Removing an external monitor causes open windows to move to another workspace" [Medium,Fix committed] [16:05] Saviq, yes it's only for playing around with the shell using a mouse [16:07] Saviq, I am on the mediaPlayerMenu, I removed the listview and using the properties directly (song, album etc etc), but I would like to test now when those are changing, how would you change them all at once? for the moment, I still have the old model with multiple listelements === mmrazik is now known as mmrazik|afk [16:08] Cimi, you could have a QtObject with the needed properties [16:08] Cimi, and assign that QtObject [16:08] Cimi, but that shouldn't be necessary [16:09] Cimi, you should get the update more or less atomic, and they should all change at the same time [16:09] Cimi, meaning, again: it's the backend's responsibility to update them at the same time [16:09] ChrisTownsend: hi, for precise? I would have to check, since we're concentrated on saucy right now, but if Mirv didn't find time to finish the earlier SRU work, maybe we would be able to push it to the current one [16:09] Saviq, can I use id on ListElement? [16:10] Cimi, you can't have ListElement without a ListModel, and I'm not sure that you can access it directly (potentially yes) [16:10] ah ok [16:10] sil2100: Yeah, I haven't seen the package in the upload queue or -proposed, so hopefully we could sneak it in. [16:10] mmm maybe using model.get indeed [16:11] sil2100: Thanks! === gatox is now known as gatox_lunch [16:14] elopio: approved [16:14] elopio: thanks! [16:16] Saviq, http://pastebin.ubuntu.com/5684223/ [16:16] (works fine) [16:18] Cimi, yeah, that works, too [16:23] kenvandine: ping [16:25] sil2100, pong === gatox_lunch is now known as gatox === alan_g is now known as alan_g|life [17:44] robru: ping === salem_ is now known as _salem