/srv/irclogs.ubuntu.com/2013/05/20/#ubuntu-unity.txt

=== jono is now known as Guest9541
sil2100Hi07:14
sil2100Can anyone from the scopes team take a look at https://code.launchpad.net/~sil2100/unity-scope-sshsearch/add_dbus_dep/+merge/164677 ?07:14
sil2100pstolowski: ^ ?07:14
sil2100Not sure if this is the *fix* as I'm not home right now07:14
sil2100But it seems logical07:14
sil2100pstolowski: could you take a look? As the sshsearch scope FTBFS07:15
pstolowskisil2100: yup, looking07:15
sil2100pstolowski: https://launchpadlibrarian.net/140282702/buildlog_ubuntu-raring-i386.unity-scope-sshsearch_0.1daily13.05.20ubuntu.unity.next-0ubuntu1_FAILEDTOBUILD.txt.gz07:15
sil2100pstolowski: this was my first idea of fixing it07:15
sil2100brb ;) Changing locations07:15
=== alan_g is now known as alan_g|afk
=== alan_g|afk is now known as alan_g
dandraderSaviq, ping08:22
Saviqdandrader, pong, you climbing later today again? :D08:22
dandraderSaviq,  yes :)08:22
Saviqdandrader, k, will prioritize your MRs, then ;)08:23
dandraderSaviq, do we have a design for "Make sure you can go out of close mode in dash running apps"08:23
dandrader?08:23
Saviqdandrader, yeah, tapping outside of the thumbnails08:23
dandraderSaviq, any graphical change to the "close mode"?08:24
Saviqdandrader, not that I know of08:24
dandraderSaviq, did the designers try it?08:24
Saviqdandrader, I didn't get any feedback if that's what you're asking08:25
dandraderok08:25
sil2100pstolowski: hi!08:33
sil2100pstolowski: ping08:34
sil2100pstolowski: see my comment on the MR08:38
dandraderSaviq, "Could we go with "status" to be consistent with other QML components?" What other QML components?09:01
Saviqdandrader, Loader, Image for example09:01
Saviqdandrader, http://qt-project.org/doc/qt-5.0/qtquick/qml-qtquick2-loader.html#status-prop09:03
Saviqdandrader, http://qt-project.org/doc/qt-5.0/qtquick/qml-qtquick2-image.html#status-prop09:03
Saviqdandrader, hope I'm not starting to be overly annoying :)09:07
=== alan_g is now known as alan_g|physio
Saviqdandrader, slightly annoying is fine, that's what reviews are for ;)09:11
dandraderSaviq, :)09:11
=== dandrader is now known as dandrader|afk
=== dandrader|afk is now known as dandrader
nic-doffaymzanetti, about to write the mouse input test for the infographics, any tips you think I might find useful?10:29
mzanettinic-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
nic-doffaymzanetti, right on.10:36
nic-doffayforgot about that.10:36
sil2100Hi10:42
sil2100Anyone knowledgable in AP could take a look at: https://code.launchpad.net/~sil2100/unity/autopilot_fix_shortcut_and_scroll/+merge/164702 ?10:42
sil2100Trevinho, fginther: ^10:42
=== alan_g|physio is now known as alan_g
Trevinhosil2100: checking11:23
Saviqdandrader, hmm, does that mean that QmlTest.cmake:55-59 is wrong?11:27
dandraderSaviq, no, but adding an ENVIRONMENT property to a custom_target will have no effect I guess.11:29
Saviqdandrader, shouldn't dragging be false if state is Rejected?11:37
dandraderSaviq, no11:39
dandraderSaviq, because you're still "pressing" the area11:39
dandraderSaviq, i.e. there are still active touch points in it11:39
dandraderSaviq, in other words: a drag is still ongoing but it's just not a valid single-finger directional drag11:40
dandraderSaviq, although that might change once we have the infrastructure to forward the touch point events and ownership11:41
Saviqdandrader, 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
dandraderin which case we might even get rit of the Rejected state...11:41
dandraderwell, we have different expectations11:42
Saviqdandrader, I11:42
dandraderbut I can make it work like in your expectation, no problem11:42
SaviqI'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:43
Saviqdandrader, btw, just thought of something, but that can be done later - we should probably expose a "initial touch was that far from the edge" property11:45
Saviqmaybe even include it in the distance11:45
dandraderSaviq, we won't get everything right in the first shot. Let's evolve it as we start use it11:49
Saviqdandrader, yeah, that's why I said "can be done later"11:49
dandraderSaviq, after all it's an internal component. We can change it as much as we want, anytime we want11:49
Saviqdandrader, yeah, of course, re: dragging, why would you expect it to be true even when the drag was rejected?11:51
dandraderSaviq,  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 ownership11:53
Saviqdandrader, 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:54
dandraderSaviq, ok, I'll make this change.11:55
Saviqdandrader, thanks11:55
dandraderSaviq, done12:00
sil2100Trevinho: thank you!12:00
Saviqdandrader, re: touchEventsInQmlTests, you need to #include <QtQml> for QML_DECLARE_TYPE to work12:00
Saviqdandrader, and no need for the QQmlEngine import12:00
sil2100Trevinho: anyway, thanks for your yesterday's assistance ;)12:00
=== dandrader is now known as dandrader|lunch
=== alan_g is now known as alan_g|lunch
=== mmrazik is now known as mmrazik|afk
Saviqpaulliu, ping12:49
=== dandrader|lunch is now known as dandrader
paulliuSaviq: hi12:59
Saviqpaulliu, hey, I'd like you to start looking into making lp:unity/phablet i18n-able13:00
paulliuSaviq: ok.13:00
paulliuSaviq: you mean enable the string translation, right?13:00
Saviqpaulliu, yes13:00
paulliuSaviq: ok..13:00
Saviqpaulliu, 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.h13:01
paulliuSaviq: btw, there's a bug in Hud. The encoding of "Time and Date" is incorrect. I haven't look into that code yet.13:01
paulliuSaviq: ok..13:02
Saviqpaulliu, so you need to set the domain on startup, and then most of the time i18n.tr() should be enough13:03
paulliuSaviq: yes.13:04
Saviqtruth be told most of the strings we display should come already translated13:04
Saviqso there isn't going to be much13:04
dednickmzanetti: ping13:04
Saviqdednick, he's off today13:04
paulliuSaviq: yeah.13:05
dednickSaviq: 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:05
Saviqdednick, in QML?13:06
dednickSaviq: this is re autopilot13:06
Saviqdednick, you can do some introspection in QtCreator13:06
Saviqdednick, if you set up the run configuration so that it exports what ./run does13:07
Saviqdednick, you can then enable QML debugging in QtCreator in the debug configuration13:07
dednickSaviq: i'm having trouble with some objects not being available in autopilot and i'm not sure why.13:07
dednickok. i'll give it a try13:07
=== alan_g|lunch is now known as alan_g
=== _salem is now known as salem_
=== mmrazik|afk is now known as mmrazik
SaviqCimi, standup13:30
CimiSaviq, yeah, just mumble always dies13:30
Saviqdednick, nic-doffay ^13:30
CimiSaviq, why it never works at the first time??13:31
SaviqCimi, dunno, but I had the same13:31
SaviqCimi, started to work fine last week13:31
CimiSaviq, no meeting with ted  - yet another national holiday in us13:51
SaviqCimi, k13:52
=== dandrader is now known as dandrader|afk
kgunnCimi: ? aint no holiday in the US :)14:03
dednickSaviq: have you been able to get qt source code to load in qtcreator debugger?14:10
dednicki get symbols, but no source code :(14:10
Saviqdednick, hmm never tried, really14:10
dednickSaviq: i c. my qml-phone-shell crashes when i try debugging with qtcreator. creating the platform intgrations.14:11
=== dandrader|afk is now known as dandrader
Saviqdednick, when you enable QML debugging?14:11
Saviqdednick, I just noticed mine do, too, was hoping that's something specific to my machine :/14:12
dednickSaviq: ah.14:12
dednickfail14:12
Saviqdednick, is it crashing in g_str_equal for you?14:12
* Saviq tries to drop the qt ppa14:13
dednickSaviq: last useful frame i get is QGuiApplication::createPlatformIntergration14:14
dednickwhich i belive calls QMessageLogger::fatal which raises the error i think14:14
Saviqdednick, here's mine http://pastebin.ubuntu.com/5683837/14:15
dednickSaviq: i think you've got further than me.14:16
Saviqdednick, still, nothing useful there :/14:17
dednickSaviq: actually, maybe not. i think that's the plugin loader.14:17
dednickSaviq: you debugging the qml-phone-shell binary or going directly on the Shell.qml?14:19
Saviqdednick, you need to go via the qml-phone-shell binary14:19
dednickSaviq: ya. i was doing the latter earlier and was having plugin issues14:20
Saviqdednick, 5.0.1 doesn't help :/14:26
elopiohey people, I fixed a bug in the dash emulator14:38
elopiocan I get some eyes on it, please?14:38
elopiohttps://code.launchpad.net/~elopio/unity/fix1181677-execute_action_by_id/+merge/16460814:38
Cimimzanetti, better to use one signalSpy and change signalName or have multiple ones?14:40
Cimimzanetti, it's for the same Component14:40
mzanettiok. seems done14:42
mzanettiwrong channel :D14:42
mzanettiCimi: depends on the use case. also it has a bug somewhere... you can avoid it by using multiple spies14:43
Cimimzanetti, I'll use three then14:43
Cimimzanetti, it's for the previous, next, play buttons of the media player component in the indicators14:43
mzanettiCimi: yeah... fine either way. given the bug I'd say different ones is more safe14:44
sil2100elopio: looking, thanks!14:50
sil2100elopio: just for certainity - is the execute_action_by_id method used anywhere in the unity autopilot code-base?15:14
smspillazJohnLea_: you around ?15:22
smspillazJohnLea_: actually, never mind15:38
fginthersil2100, commented: https://code.launchpad.net/~sil2100/unity/autopilot_fix_shortcut_and_scroll/+merge/16470215:38
sil2100_Got disconnected...15:42
sil2100_Did anyone send any messages to me?15:43
fginthersil2100, commented: https://code.launchpad.net/~sil2100/unity/autopilot_fix_shortcut_and_scroll/+merge/16470215:44
fginthersil2100_, ^^15:45
sil2100_fginther: commented back ;)15:48
kgunnSaviq: ping15:51
Saviqkgunn, pong15:51
=== sil2100_ is now known as sil2100
elopiosil2100: it is not.15:56
elopioit would be nice to have a test for it, but we would need a preview with a button.15:57
fginthersil2100, thanks, approved15:59
dandraderSaviq, 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 time16:04
Saviqdandrader, that should be fine16:04
Saviqdandrader, it's only for testing anyway (we'll need pointer-only interactions on the desktop to be thus)16:04
ChrisTownsendsil2100: 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:04
ubot5Launchpad bug 763148 in Compiz Core "Adding/Removing an external monitor causes open windows to move to another workspace" [Medium,Fix committed]16:05
dandraderSaviq, yes it's only for playing around with the shell using a mouse16:05
CimiSaviq, 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 listelements16:07
=== mmrazik is now known as mmrazik|afk
SaviqCimi, you could have a QtObject with the needed properties16:08
SaviqCimi, and assign that QtObject16:08
SaviqCimi, but that shouldn't be necessary16:08
SaviqCimi, you should get the update more or less atomic, and they should all change at the same time16:09
SaviqCimi, meaning, again: it's the backend's responsibility to update them at the same time16:09
sil2100ChrisTownsend: 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 one16:09
CimiSaviq, can I use id on ListElement?16:09
SaviqCimi, you can't have ListElement without a ListModel, and I'm not sure that you can access it directly (potentially yes)16:10
Cimiah ok16:10
ChrisTownsendsil2100: Yeah, I haven't seen the package in the upload queue or -proposed, so hopefully we could sneak it in.16:10
Cimimmm maybe using model.get indeed16:10
ChrisTownsendsil2100: Thanks!16:11
=== gatox is now known as gatox_lunch
sil2100elopio: approved16:14
sil2100elopio: thanks!16:14
CimiSaviq, http://pastebin.ubuntu.com/5684223/16:16
Cimi(works fine)16:16
SaviqCimi, yeah, that works, too16:18
sil2100kenvandine: ping16:23
kenvandinesil2100, pong16:25
=== gatox_lunch is now known as gatox
=== alan_g is now known as alan_g|life
sil2100robru: ping17:44
=== salem_ is now known as _salem

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