=== _salem is now known as salem_ === salem_ is now known as _salem === seb128_ is now known as seb128 [08:00] Saviq, mhr3 could you refresh me the possible scope settings types? [08:00] pls? [08:01] Cimi, http://developer.ubuntu.com/api/scopes/sdk-14.10/index/#scopesettings [08:01] Saviq, thanks [08:01] Saviq, I created a folder and doing a widget factory like for preview widgets [08:02] Saviq, already hooked up to the api [08:02] Cimi, k [08:33] mako is improving so much [08:51] Cimi, mhr3: what time at brixton? [08:51] 2? [08:52] or maybe a bit earlier [08:52] 2 sounds good [08:54] mhr3: how about 1:30 . gives us plenty time to get sorted and back to Cimi's for our standup. [08:54] ah, right your standup... [08:57] Saviq: could you review https://code.launchpad.net/~nick-dedekind/ubuntu-settings-components/uqmlscene/+merge/229081 please? [08:57] and Cimi: https://code.launchpad.net/~nick-dedekind/ubuntu-settings-components/indicator-polishing please? [09:00] dednick, hmm you don't really *need* uqmlscene do you, you don't have the need for MouseTouchAdaptor, do you... you'd only need the fake testroot thing so tryFoo doesn't try to run the test [09:01] Saviq: yah [09:02] dednick, our standup is at 3:30 [09:02] dednick, I think we only need to register a singleton with that name, we already have the test util plugin [09:03] Saviq: how come we're not registering the singleton with the test util plugin in unity8? [09:03] dednick, because we already had uqmlscene there ;) [09:03] or just "because" [09:04] dednick, I'll have a think and will comment on the MP [09:04] Cimi: yeah, but 2pm is kinda late for meeting for lunch anyway! [09:04] yeah [09:04] Saviq: i'll give registering in plugin a try [09:05] dednick, yeah, only thing is we don't want to always register it, only when try*, not when test* [09:05] dednick, so we might need a separate import path to make this happen [09:06] dednick, maybe it's possible to check whether something's defined in the context when initializing the plugin, and if Qt.test.qtestroot isn't there, register the dummy [09:06] Saviq: it will only done under test though, does it matter if it's done in test*? [09:07] dednick, qmltestrunner won't work if you override it [09:07] Saviq: ah [09:08] i wonder if it will override one already defined. Or if it will already be defined when initing the plugin. [09:08] one way to find out! [09:09] Saviq: there was some talk about the dash background scrolling? [09:10] tsdgeos, yeah [09:10] or did i misread something? [09:10] tsdgeos, bug #1350891 [09:10] bug 1350891 in Unity 8 "[Dash] Suru Background should scroll" [High,Triaged] https://launchpad.net/bugs/1350891 [09:10] Saviq, so.. reverting dash-as-app yet? :P [09:10] mhr3, didn't merge it yet :P [09:11] Saviq, ah right, so just dropping the landing then? :) [09:11] mhr3, no, why? [09:12] Saviq, no reason, i'm just being annoying :) [09:12] mhr3, you failed, then ;P [09:12] bah, will try harder next time [09:15] * dandrader having to use Lubuntu now because of the freeze he's getting when logging into his Unity 7 session :( [09:18] biab [09:30] Saviq: hm. doesnt seem to matter if you register it or not. [09:30] i mean "if you do", for test* [09:37] * greyback waves hello [09:38] hey greyback [09:38] Saviq, bcmwl broken again :/ [09:45] greyback, o/ [09:58] Saviq, shall we start importing Ubuntu Components 1.1 in new files? [10:00] greyback, https://code.launchpad.net/~dandrader/qtmir/fix_lp1350917/+merge/229585 [10:00] dandrader: got it [10:01] greyback, now checking if it fixes https://bugs.launchpad.net/unity8/+bug/1352571 as well [10:01] Launchpad bug 1352571 in Unity 8 "With dash-as-app, showing the dash while an app is loading freezes" [Undecided,In progress] [10:06] mhr3, a scope with settings different than boolean? [10:07] Cimi, a real one? doesn't exist atm afaict [10:07] ah damn [10:11] Cimi, aren't you mocking it anyway? [10:12] mhr3, I will mock in tests [10:12] mhr3, for each of them... [10:12] wanted to see how it is supposed to work [10:13] Cimi, well you can just edit the settings ini for whichever scope you want and add there all the supported types [10:13] mhr3, you show me this afternoon [10:28] mhr3, are those real? the boolean settings I have are set to false [10:29] Cimi, what are you testing exactly? [10:30] mhr3, music scope settings [10:31] [com.canonical.scopes.grooveshark] [10:31] type=boolean [10:31] defaultValue=true [10:31] displayName=Display results from Grooveshark [10:31] so should be true [10:31] mmm [10:31] here seems false, might be qml loading shit [10:31] like delayed or so [10:31] maybe you already set it to false [10:31] or there's a bug in reading this [10:34] mhr3, it's undefined for me [10:35] (I think) [10:38] mhr3, yeah defaultValue is undefined for me [10:38] mhr3, displayName is defined [10:39] Cimi, it's just "value" [10:39] pete-woods, but there seems to be something weird [10:40] pete-woods, if i do [10:40] QML2_IMPORT_PATH=/usr/lib/x86_64-linux-gnu/unity8/qml/ ./run.sh musicaggregator [10:40] (in plugin's tools/settings) [10:40] i get [10:40] file:///home/miso/projects/unity-scopes-shell/tools/settings/Settings.qml:62: Error: Cannot assign [undefined] to bool [10:41] dandrader: you have a comment: https://code.launchpad.net/~dandrader/qtmir/fix_lp1350917/+merge/229585 [10:41] mhr3: just having a look now [10:43] mhr3, should be defaultValue from the specs [10:43] Cimi, no, you're not looking at your spec [10:44] Cimi, this is your interface - http://bazaar.launchpad.net/~unity-team/unity-api/trunk/view/head:/include/unity/shell/scopes/SettingsModelInterface.h [10:44] ah ok [10:46] mhr3: yeah, it looks like we've stopped getting the default value somewhere along the way [10:47] pete-woods, fixing, right? :) [10:47] pete-woods, +test ;) [10:47] mhr3: once I know what's wrong [10:48] tbh I thought the tests covered it [10:54] Saviq: this was actually easier than expected :S https://code.launchpad.net/~aacid/unity8/seeLessStuckBottom/+merge/229594 [10:54] Saviq: can you give it a quick try to make sure i did not miss something? [10:58] mhr3, so what is properties? [10:58] there [10:58] pete-woods, ^? [11:00] Cimi, mhr3: it's used for the "list" type [11:00] ok [11:00] mhr3: it seems like michi has changed the structure of the variants that comes through from the scopes API [11:00] pete-woods, hm, how come the tests didn't catch that? [11:02] mhr3: they just push in what we had agreed on as the variant format [11:02] greyback, updated [11:02] as opposed to loading them through the scope machinery [11:02] dandrader: ta [11:03] pete-woods, oh it's not a real test? avoids registry? [11:03] greyback, as I'm using lubuntu, xchat notifications are not working it seems [11:03] thus slow irc response [11:03] dandrader: no worries [11:03] mhr3: yeah, it avoids starting the registry [11:03] pete-woods, and that's why i prefer real end-to-end tests === MacSlow is now known as MacSlow|lunch [11:19] Hola! [11:21] when to use accepted() and when triggered in textfield? [11:21] dednick, mhr3 1:30 right? [11:22] Saviq: no top-approve for https://code.launchpad.net/~paulliu/unity8/divider20140729/+merge/228708 ? [11:23] greyback, rejected https://code.launchpad.net/~mzanetti/qtmir/always-forward-focus-requests/+merge/228659 in favor of that bugfix [11:23] https://code.launchpad.net/~mzanetti/qtmir/always-forward-focus-requests/+merge/228659/comments/556946 [11:23] Cimi: yup [11:23] tsdgeos, I suppose we need design review for that [11:23] tsdgeos, from screenshot looks rather bad [11:23] dandrader: that works I guess [11:24] Cimi, ah, shoot, should go [11:24] Cimi, might be a bit late... [11:24] mhr3, move your ass [11:32] Saviq, hmm, so we really need that fixed to get dash-as-an-app in? https://code.launchpad.net/~unity-team/unity8/dash-as-app/+merge/228534/comments/556829 [11:32] will look into it then [11:43] dandrader, it should be an easy fix [11:44] * dandrader hopes so [11:44] Cimi, yes, import UC 1.1 and QtQuick 2.2 in new files [11:45] Saviq, thx [11:45] Saviq, do you recall which qmltest had this failure? [11:45] dandrader, testDash [11:45] Saviq, thanks [11:45] dandrader, I'm adding your fix to silo 7 then [11:46] hmm, might be just about updating a mock... [11:46] Saviq, and please also remove https://code.launchpad.net/~mzanetti/qtmir/always-forward-focus-requests/+merge/228659/comments/556946 [11:46] dandrader, yup, did [11:49] Saviq, tsdgeos previewWidgetFactory says is LGPL 3, other files GPL 3 [11:49] mistake? [11:49] Cimi, wrong, everything should be GPL 3 in unity8 [11:49] ok [11:49] we need to change header [11:54] Cimi: I have an MR here that fixes the settings https://code.launchpad.net/~pete-woods/unity-scopes-shell/fix-settings-variant-change/+merge/229603 [11:54] tsdgeos, 'fraid you did forget about some cases... https://code.launchpad.net/~aacid/unity8/seeLessStuckBottom/+merge/229594/comments/556972 [11:56] Saviq, should be fixed now. all qml tests hand for me currently (even with unity8 trunk). so cannot confirm. might because i'm using lubuntu. do they need a unity session to work? [11:56] s/hand/hang [11:56] dandrader, they might, for upstart and stuff [11:56] damn it [11:56] dandrader, we'll know soon enough [11:57] dandrader, but that's something we should fix FWIW, it shouldn't be needed to run a unity7 session for those at all [11:58] Saviq, exactly. if you give me some hints on where to look at. I'm motivated enough to go after it. that's kinda blocking me :/ [11:58] dandrader, make -v should show you the exact commands [11:59] dandrader, now I think of it, it can't be upstart... qmltests don't rely on anything like that [11:59] Saviq, it' [11:59] dandrader, they should be self-contained, everything mocked out [11:59] it's really hanging. not even closing the uqmlscene window by clicking on its close button works [11:59] Saviq, could it be waiting for some absent dbus service? [12:00] * dandrader tries running under gdb [12:00] dandrader, something like that might happen, yeah [12:00] dandrader, but whatever service it's waiting on - it shouldn't, should be mocked out, so that needs fixin' [12:00] ok [12:03] Cimi, https://code.launchpad.net/~saviq/unity8/dash-activity-indicator/+merge/228718 is back on your turf btw === alan_g is now known as alan_g|lunch [12:11] Saviq, oki [12:12] Saviq, the problem is with qmlscene (ie, Qt) itself. qmlscene on any file makes it hang. guess I will have to face it and try getting a working Unity 7 session === MacSlow|lunch is now known as MacSlow === alan_g|lunch is now known as alan_g === sil2100_ is now known as sil2100 === _salem is now known as salem_ [13:00] tsdgeos, 'fraid you did forget about some cases... https://code.launchpad.net/~aacid/unity8/seeLessStuckBottom/+merge/229594/comments/556972 [13:01] Saviq: i don't understand your comment in paulliu's branch [13:01] "Yeah, but we only do the if(running) because of the bug above." [13:01] tsdgeos, we wouldn't need the if() at all [13:01] which if running ? [13:02] there's a "not" in there, no? [13:02] well, yeah, sure [13:02] then what's the difference the diff makes? [13:02] tsdgeos, it should be if(!event.isAutoRepeat) === pete-woods is now known as pete-woods|lunch [13:03] tsdgeos, not much, just prepares us for when that bug will get fixed ;) [13:03] well [13:03] not really [13:03] or probably not really, since we'll only get isAutoRepeat [13:03] i just don't understand why the change [13:03] if no need, just revert it [13:03] because it's doing exactly the same [13:04] tsdgeos, well, it wouldn't (not as clearly), if the condition was !event.isAutoRepeat [13:04] tsdgeos, instead of the !running [13:04] Saviq: I'm getting two errors with the new qtdeclarative in unity8, could you check? landing-020. http://pastebin.ubuntu.com/7960985/ [13:04] tsdgeos, but yeah, whatever ;) [13:04] sure, but the condition is not !event.isAutoRepeat [13:04] is !running [13:04] Mirv, you don't have bluetooth enabled [13:05] Saviq: correct, but that seems to be the default (maybe?) since I tweaked the automated gatekeeper job to run these and got the same errors [13:05] Mirv, nope, suggests something changed [13:06] Mirv, but not in qt, if anywhere it's the bluetooth backends that changed behaviour [13:07] Mirv, but smoke is fine on the last image http://ci.ubuntu.com/smokeng/utopic/touch/mako/172:20140805.1:20140728.1/9490/unity8/1488110/ [13:07] Saviq: ok. still weird why I get them but they are not seen on the dashboard even with the latest image. [13:07] Mirv, not sure, just flashed two of my devices and have BT here, although I didn't wipe [13:08] Saviq: well, if you have a moment your device is free, please run with landing-020 dist-upgraded and report back. I'd like to get some kind of confirmation it's not a regression. [13:08] Mirv, just running silo 7 tests, will do 20 after that's done then [13:08] although it'd be quite a weird Qt regression. [13:08] +1 [13:09] Saviq: thanks. just leave me a message and I'll check in the morning. meanwhile I'm rerunning again on the jenkins job, and I try to get the app results done (starts to look good overall) [13:10] Mirv, you only need me to do unity8, not all of them? [13:10] Mirv, then unless you're EOD'ing now, you'll have my info back today still ;) [13:11] Saviq: unity8 is enough. [13:11] the gatekeeper job will take 5h and I'll want to see those results too before publishing decision [13:12] is anyone able to log into s-jenkins:8080 atm? [13:12] I keep getting java-exception failures "Exception: org.openid4java.message.MessageException: 0x100: Required parameter missing: openid.mode Stacktrace: ..." [13:13] MacSlow: success here, just logged in to test [13:13] Mirv, hm... ok [13:16] Mirv, odd... s-jenkins.ubuntu-ci:8080 did work... s-jenkins:8080 did not [13:18] MacSlow, that's expected, you're not supposed to use plain s-jenkins for a long time now... [13:18] MacSlow, so maybe you reached some other service? [13:19] MacSlow, or the service requires the full domain now.. [13:19] Saviq, guess my browser history (auto-complete) played some tricks on me [13:19] MacSlow, in any case, drop *-jenkins: from your history, yeah [13:28] some easy lp-karma up for grabs: https://code.launchpad.net/~macslow/unity-notifications/fix-1346394/+merge/227606 https://code.launchpad.net/~macslow/unity-notifications/fix-1335787/+merge/227334 === Malsasa_ is now known as Malsasa [13:34] MacSlow, the first one does not cater for http:// icons for example, should we (like we do everywhere else) require explicit image://theme/ if someone wants to use a theme-sourced icon? [13:36] MacSlow, the second one... you can just force http://qt-project.org/doc/qt-5/qml-qtquick-text.html#textFormat-prop to Text.PlainText... and then, shouldn't we require the users to send us non-html-escaped content? === Malinux_ is now known as Malinux [13:49] Saviq: ok, I actually already got what I needed from gatekeeper (gallery passing), so it's all up to unity8 passing with landing-020 [13:56] Mirv, starting now [13:57] Saviq, regarding the symbolic icons... we use these already for the main icon... so jumping ship like you suggest now would require more patching... regarding the text-filter, having the notification strip this for me (as a app-developer) is something I would welcome instead to have to do that myself in app-code... we also do this in notify-osd alreadywell I [13:59] MacSlow, I'm not really sure that's helping the developer... if we wanted to help him, we should give them a library that will do the cleanup, not clean it up "up there" [14:00] MacSlow, re images, I'm not saying we should do this now, but that should be our goal IMO [14:00] Saviq, regarding the symbolic icons... if we would require the app to send in the prepended "image://theme/" that would make it probably impossible to as icons to ComboButton-entries via the action-label. [14:01] MacSlow, that's a special case, where we should require this to be a themed icon in which case we prepend image://theme/ unconditionally [14:01] Saviq, were should we find a home for the text-filter? I'm happy to add it there. [14:01] MacSlow, in general where images can be either local, themed or remote, we should require absolute uris [14:02] MacSlow, I don't think we need one, there's libraries for html-unescaping for every language out there... [14:02] Saviq, also for all those , etc? [14:03] MacSlow, ah well, difference here is fdo spec allows formatting does it? [14:03] Saviq, yup [14:04] MacSlow, ok in that case we probably need to live with it, but we can get Qt to do most of the things for us [14:04] MacSlow, by forcing PlainText on the Label [14:04] Saviq, the filter as in the branch does filter html, pango-tags and some other stuff... all which we found (ran into) during the notify-osd days [14:04] MacSlow, yeah, we're in new days now ;) [14:05] Saviq, I know... but then we'll also have developers coming over from the old days... probably expecting similar behaviour :) [14:05] MacSlow, I don't think we should bring stuff like that over, this is the new World Order, in which we punish devs for doing bad things to us :P [14:06] Saviq, I need to put that quote up somewhere! :) [14:06] MacSlow, in this particular case I think we should just strip anything allowed in fdo (Qt will do most of that for us) [14:07] Saviq, I'll need to read up on both sides to see what I've to leave in and what get's automatically stripped by Qt's PlainText-flag [14:09] MacSlow, you might also pass it through something like https://qt-project.org/forums/viewthread/43640 [14:09] Saviq, dednick: let's land silo 1 [14:10] https://code.launchpad.net/~unity-api-team/unity8/modeminfo/+merge/225159 [14:10] Wellark, 'fraid it'll have to wait for silo 7 [14:10] Wellark, we're already in the process of landing it [14:11] Saviq: ack [14:11] Saviq: er, what's silo 1? [14:11] Wellark's work? [14:11] dednick, https://code.launchpad.net/~unity-api-team/unity8/modeminfo/+merge/225159 [14:11] dednick: yes [14:11] Wellark, I'll try and land it today still [14:11] now, charles has tested it on mako and I tested it on a dual sim device [14:11] (I mean silo 1) [14:11] Saviq: ok [14:11] Saviq: ok, thanks [14:11] dednick: could you top approve? [14:11] dednick, we just need a top-ack on the MP ;) [14:12] Saviq: haven't actually tested it yet :) [14:12] yeah, so that'd be a requirement for landing it probably ;) [14:12] me and charles did the testing, but additional testing is welcome [14:12] hm. guess that means i need another sim card... [14:16] dednick: no you don't [14:16] the whole idea is that you don't need to have a sim on the other slot [14:16] that case the indicator will just display "no sim" [14:16] Wellark: to get the modem items in the indicator [14:17] dednick: there will be modem items even though you don't have a sim [14:17] you will see it [14:17] just try it :) [14:24] Saviq: arr. I just noticed that the gatekeeper errors are different. they are the network thing which is also broken on #172. so I believe the bluetooth thing was only on my device and I got others to pass, and you'll probably get the network ones (broken via ofono or sth). so probably it's good. [14:24] I only now noticed the new #172 errors. [14:25] Wellark: is there not supposed to be "No SIM", or an icon displayed at top of indicator? [14:25] Wellark: i mean on the panel [14:27] dednick: nope [14:27] Wellark: because at the moment, other than not having the cellular strength icon, i have no idea that I'm not connected to a network [14:27] dednick: would be kinda wasteful as the user is well aware that he has no sim [14:28] Wellark: is that spec'ed in design? [14:28] dednick: can you post a screenshot? [14:28] Wellark: because i'm sure i saw designs with a no sim icon [14:29] dednick: it's inside the indicator [14:29] what are you seeing? [14:29] mhr3: we don't have any docs on developer.u.c describing the different scope customization parameters and how to use them, is that something you have documented somewhere already that I can just copy/paste onto the site? [14:31] dednick: an ofono landing seems to have destabilized indicator-network. you might be seeing problems related to that [14:31] I'm investigating [14:32] mhall119, like this? http://developer.ubuntu.com/api/scopes/sdk-14.10/index/#deployment [14:32] Mirv, yeah, network's fine here, probably got the fix from mterry already [14:32] I fixed networking? [14:32] * mterry pats me on the back [14:32] Wellark: https://dl.dropboxusercontent.com/u/85539674/test.png [14:33] mhr3: ah, I was looking at the 14.04 docs [14:33] I need to update links to point to the 14.10 ones [14:34] mhr3: how about customization of the cards themselves? [14:34] mhall119, btw formatting of the "code" boxes is broken - they loose newlines, is that something you could fix? [14:36] mhr3: got an example? [14:36] dednick: you have one sim card inserted? [14:36] Wellark: i have no sims [14:37] dednick: how does it look like inside the indicator menu? [14:37] it has the no sim modem info item [14:37] Wellark: ^ [14:38] dednick: ok. then it's functioning correctly. what are your concernes? [14:38] Wellark: did you get a design request for the change to not display "No SIM" in the panel as spec'ed on the wiki? [14:38] mhall119, http://developer.ubuntu.com/api/scopes/sdk-14.10/index/#settings_definitions vs http://developer.ubuntu.com/api/devel/ubuntu-14.10/cplusplus/unity-scopes/#settings_definitions [14:38] Saviq: so your run finished without errors? [14:41] Mirv, not *just* yet, should be done in a mo [14:41] Just back. [14:41] paulliu, welcome back, travel ok? [14:41] kgunn, got dash-as-app around? any videos on your device? [14:41] Saviq: yeah. safe. Delay a bit due to bad weather. Or I should be able to participate the stand-up. [14:42] Saviq, how about putting scope settings and previews in a loader? [14:42] Saviq: okie [14:42] Saviq: I ready my finger on the publish button [14:42] Saviq, they both want to stay on the same anchors [14:43] mhr3: ah, yes, so the line is technically there, but it's an empty
which is being squashed by CSS, I can fix that [14:43] paulliu, we just finished :) [14:44] Cimi, yeah, well... we should just put them all in a stack, really... [14:44] mhr3: can you file a bug against lp:api-website for that? [14:44] so I don't forget it [14:44] Cimi, put them in Loaders, or make them invisible, whatever you want, we'll have to do stack soon anyway [14:45] Saviq, I'll do invisible then for now [14:45] Saviq: lemme update...i had y'days [14:45] it requires less code (no bindings from listview to loader idem) [14:45] mhall119, no such project? [14:46] kgunn, davmor2 reported his Videos carousel doesn't show stills, mine does, so trying for a third opinion here [14:46] yep... [14:46] Saviq: i'm gonna update on the image i had y'day's devel proposed... [14:46] if that matters [14:47] kgunn, shouldn't, just dist-upgrade from silo 7 [14:47] yep [14:47] Saviq: so to update, If I do a search it displays the thumbnailed image, I then clear the search and the thumbnails in the carousel are still blank [14:48] davmor2, awesomely interesting... and that persists across reboots? [14:49] Saviq: that's what I'm trying now [14:50] mhr3: ubuntu-api-website, sorry [14:50] Saviq: certainly looks that way :( as I say if I click on the show all arrow I see thumbnails for all of the videos just the carousel that keeps not showing them [14:51] davmor2, crazies :| [14:53] Cimi: hey any ETA on when emblem support may land [14:54] cwayne1, soon [14:54] cwayne1, day, two [14:54] mhall119, https://bugs.launchpad.net/ubuntu-api-website/+bug/1352928 [14:54] Launchpad bug 1352928 in Ubuntu API Website "Code boxes squash empty lines" [Undecided,New] [14:54] Saviq: you're aware of https://bugs.launchpad.net/unity8/+bug/1352929 , right? [14:54] Launchpad bug 1352929 in Unity 8 "testDashContent crashes if run in a loop" [Undecided,New] [14:55] tsdgeos, I've heard of it, yes ;) [14:55] davmor2, can you put one/some of your videos somewhere for me to dload? [14:56] Saviq: http://people.canonical.com/~davmor2/Blaenavon%20-%20Into%20The%20Night%20.mp4 [14:57] davmor2, that's mako, btw, is it? [14:57] Saviq: yep ...i see what davmor2 sees, no video thmnails [14:57] Mirv, +1, all passed [14:57] kgunn: and if you click the see all arrow do you see thumbnails then on the spaced out screen [14:57] kgunn, crazies, can you flash fresh and see if that's really dash-as-app's fault? [14:57] Saviq: sure [14:58] Saviq: ook, just wanted to make sure ;) [14:59] thanks mhr3 === pete-woods|lunch is now known as pete-woods [14:59] kgunn, davmor2, reproduced on mako, not dash-as-app's fault [15:00] I think I know what's happening, too [15:00] Saviq: cool [15:00] we need to be setting sourceSize, and apparently the video thumbnailer craps out now when it's not there === dandrader is now known as dandrader|lunch [15:02] Saviq: !! thanks for joining the testing [15:05] kgunn, davmor2, I'm +1 on silo 7 then, davmor2 can you please file a bug for unity8 about the missing thumbs? [15:05] Saviq: will do [15:06] Saviq: i'm +1 on it as well [15:07] i did testing y'day before the swipe freeze fix, everything else looked good, incl unity8 desktop [15:08] davmor2, so it's in your hands now ;) [15:10] +1 [15:10] https://bugs.launchpad.net/unity8/+bug/1352940 [15:10] Launchpad bug 1352940 in Unity 8 "Thumbnails nolonger appear in carousel for videos scope" [Undecided,New] [15:22] greyback, ACK on https://code.launchpad.net/~dandrader/qtmir/fix_lp1350917/+merge/229585 ? [15:23] mterry: ping [15:24] tsdgeos, hello! [15:24] Saviq: yep [15:24] mterry: how do i set a password on the phone so i get the locker and not the greeter? [15:24] davmor2, can we ask you for "Yes" for QA signoff on silo 7 (line 25) plesae? [15:25] tsdgeos, in system settings, go to the security tab [15:25] Saviq: ah yes one second [15:26] mterry: i only get like stats, search and diagnostics in there [15:26] tsdgeos, you don't have a "Lock security" option? [15:26] mterry: nope [15:26] shall i reflash the phone? [15:27] tsdgeos, yeah... you might have an old versikon [15:27] i'm on r159 [15:27] not that old i think [15:27] but let's just flash to be sure [15:27] tsdgeos, I would expect that version to have it [15:27] sil2100: can you yes qa sign off on line 25 for me please I seem to not have write access, that or give me write access please :) [15:27] mterry: maybe is because i have "devel mode" on? [15:28] tsdgeos, shouldn't be [15:28] tsdgeos, well try reflashing [15:28] mterry: yep [15:28] tsdgeos, 159? quite old [15:28] I don't actually remember the version where we hit [15:29] tsdgeos, it's like a week old [15:29] Saviq: yep [15:29] well [15:29] phone said 30 july [15:29] http://people.canonical.com/~ogra/touch-image-stats/161.changes [15:30] tsdgeos, that's a week indeed ;) [15:30] tsdgeos, mterry, 161 got settings updates [15:30] i see [15:30] so old then [15:30] i'll review something else meanwhile [15:31] tsdgeos, let's make sure tomorrow morning that dash overview is ready, ok? [15:31] tsdgeos, there were the things I reported that I don't know if all got done [15:31] Saviq: do you have a silo i can merge against? [15:32] tsdgeos, I've a silo, but no branch :| [15:32] Saviq: maybe not, do you remember which? [15:32] Saviq: well, i just merge all the branches of the silo [15:32] bug #1348531 [15:32] bug 1348531 in Ubuntu CI Services "Silo branches should be public" [Undecided,New] https://launchpad.net/bugs/1348531 [15:32] grr [15:32] tsdgeos, http://people.canonical.com/~platform/citrain_dashboard/#?q=landing-007 then [15:32] let's see [15:33] only two branches [15:33] no that bad :d [15:35] tsdgeos, https://code.launchpad.net/~aacid/unity8/dash_overview/+merge/228649/comments/554150 [15:36] tsdgeos, we're missing the bottom edge hint I believe (unless you did it in the mean time?) [15:36] Saviq: ah no, i did not, had no graphics for it [15:36] sorry i missed that :/ [15:36] there's conflicts [15:36] let me merge them first [15:37] Saviq, https://code.launchpad.net/~macslow/unity-notifications/fix-1335787/+merge/227334 [15:37] tsdgeos, ok, so I'll go through that list tomorrow and see that stuff's fine still [15:37] Saviq, replied [15:37] Saviq: do you know where we set $UNITY_SCOPES_LIST now in dash_as_app? [15:37] tsdgeos, unity8-dash.conf upstart job [15:37] tx [15:37] MacSlow, right, I wasn't sure if it strips them or not, probably best to just go through QTextDocument then [15:38] MacSlow, as the mentioned question suggested [15:38] Saviq, I see what I can do with QTextDocument in the backend [15:38] MacSlow, yeah, you'd just use that as a filter [15:39] MacSlow, you put in rich text, and get out plain text [15:39] Saviq, and I was so happy with my regex there :) [15:39] MacSlow, yeaaah ;) [15:39] MacSlow, whenever I see regexes and <> my eyes start to twitch, too many people have tried "parsing" xml with regexes ;) [15:40] Saviq, gladly xml isn't meant to go through notifications :) [15:40] MacSlow, well then, what is html / pango-style then? ;P [15:41] Saviq, not as bad ;) [15:41] MacSlow, exactly as bad, it's just a subset [15:41] just a tiny bit [15:42] Saviq: i'm going to merge and resubmit with dash-as-app as prerequisite, ok? [15:42] tsdgeos, dash-as-app is merging now [15:42] tsdgeos, so probably not worth it [15:42] ok, so i'll wait a bit then [15:42] and just push [15:43] Saviq: you're also merging https://bugs.launchpad.net/ubuntu/+source/qtdeclarative-opensource-src/+bug/1349705 right? [15:43] Launchpad bug 1349705 in qtdeclarative-opensource-src (Ubuntu) "[PATCH] Flickable gets confused when there's other flickables on top" [Undecided,In progress] [15:43] tsdgeos, that's already gone in from silo 20 [15:43] tsdgeos, just waiting to migrate [15:43] oki [15:44] tsdgeos, http://people.canonical.com/~ubuntu-archive/proposed-migration/update_excuses.html#qtdeclarative-opensource-src [15:45] errr [15:45] how do i run the dash on the pc now? [15:46] ./builddir/src/Dash/unity8-dash [15:46] directly? [15:49] Saviq: dandrader|lunch: greyback: EdgeDragArea not working in dash-as-app? [15:49] * tsdgeos starts running in circles [15:49] tsdgeos, bottom edge? [15:49] Saviq: yep [15:50] tsdgeos, sounds like something greyback's been working on for the emulator maybe [15:50] tsdgeos, should be unrelated to dash-as-app at all [15:50] Saviq: hopefully, struggling to get the emulator working at all right now [15:50] Saviq: well, maybe the Dash app can't have a EdgeDragArea since it's not a shell? [15:51] tsdgeos, only thing it might not be able to have is the input filter, but I don't think that's happening any more [15:51] tsdgeos, the bottom edge is for apps to do as they please, so should work just fine [15:52] Saviq: well the same code that works in Shell.qml does not in Dash.qml [15:52] so there's something defenietly missing somewhere [15:52] ah [15:52] may be the mouse -> finger adaptor [15:52] tsdgeos, on desktop, for sure [15:52] tsdgeos, we have some work to do in run.sh and run_on_device.sh for dash-as-app indeed [15:53] Saviq: ok, so i'll add the MouseTouchAdaptor to the dash app too, ok? === gatox is now known as gatox_lunch [15:53] tsdgeos, yeah, we'll need it there indeed [15:54] ah, just when you thought you were done [15:54] a misterious merge gets in the way [15:54] :D [15:55] ;D [15:56] olli, kgunn, dash-as-app is all go-ahead, migrating now [15:56] thanks! [15:56] Saviq: is paulliu's divider branch needed to consider 2nd wave of customization _done_ [15:57] kgunn, something else entirely ;) [15:57] kgunn, divider colour, I just need an hour to make this happen ;) [15:57] :) [15:57] and an unlocked project [15:57] but hours are scarce these days ;) [16:01] * cwayne1 knows the feeling [16:03] on that note o/ === dandrader|lunch is now known as dandrader === robru_ is now known as robru === gatox_lunch is now known as gatox === alan_g is now known as alan_g|EOD [17:06] elopio: i need to say thank you! for your help landing dash as app...much appreciated [17:08] kgunn: my pleasure. === salem_ is now known as _salem