/srv/irclogs.ubuntu.com/2014/08/05/#ubuntu-unity.txt

=== _salem is now known as salem_
=== salem_ is now known as _salem
=== seb128_ is now known as seb128
CimiSaviq, mhr3 could you refresh me the possible scope settings types?08:00
Cimipls?08:00
SaviqCimi, http://developer.ubuntu.com/api/scopes/sdk-14.10/index/#scopesettings08:01
CimiSaviq, thanks08:01
CimiSaviq, I created a folder and doing a widget factory like for preview widgets08:01
CimiSaviq, already hooked up to the api08:02
SaviqCimi, k08:02
Cimimako is improving so much08:33
dednickCimi, mhr3: what time at brixton?08:51
dednick2?08:51
dednickor maybe a bit earlier08:52
mhr32 sounds good08:52
dednickmhr3: how about 1:30 . gives us plenty time to get sorted and back to Cimi's for our standup.08:54
mhr3ah, right your standup...08:54
dednickSaviq: could you review https://code.launchpad.net/~nick-dedekind/ubuntu-settings-components/uqmlscene/+merge/229081 please?08:57
dednickand Cimi: https://code.launchpad.net/~nick-dedekind/ubuntu-settings-components/indicator-polishing please?08:57
Saviqdednick, 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 test09:00
dednickSaviq: yah09:01
Cimidednick, our standup is at 3:3009:02
Saviqdednick, I think we only need to register a singleton with that name, we already have the test util plugin09:02
dednickSaviq: how come we're not registering the singleton with the test util plugin in unity8?09:03
Saviqdednick, because we already had uqmlscene there ;)09:03
dednickor just "because"09:03
Saviqdednick, I'll have a think and will comment on the MP09:04
dednickCimi: yeah, but 2pm is kinda late for meeting for lunch anyway!09:04
Cimiyeah09:04
dednickSaviq: i'll give registering in plugin a try09:04
Saviqdednick, yeah, only thing is we don't want to always register it, only when try*, not when test*09:05
Saviqdednick, so we might need a separate import path to make this happen09:05
Saviqdednick, 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 dummy09:06
dednickSaviq: it will only done under test though, does it matter if it's done in test*?09:06
Saviqdednick, qmltestrunner won't work if you override it09:07
dednickSaviq: ah09:07
dednicki wonder if it will override one already defined. Or if it will already be defined when initing the plugin.09:08
dednickone way to find out!09:08
tsdgeosSaviq: there was some talk about the dash background scrolling?09:09
Saviqtsdgeos, yeah09:10
tsdgeosor did i misread something?09:10
Saviqtsdgeos, bug #135089109:10
ubot5bug 1350891 in Unity 8 "[Dash] Suru Background should scroll" [High,Triaged] https://launchpad.net/bugs/135089109:10
mhr3Saviq, so.. reverting dash-as-app yet? :P09:10
Saviqmhr3, didn't merge it yet :P09:10
mhr3Saviq, ah right, so just dropping the landing then? :)09:11
Saviqmhr3, no, why?09:11
mhr3Saviq, no reason, i'm just being annoying :)09:12
Saviqmhr3, you failed, then ;P09:12
mhr3bah, will try harder next time09:12
* dandrader having to use Lubuntu now because of the freeze he's getting when logging into his Unity 7 session :(09:15
Saviqbiab09:18
dednickSaviq: hm. doesnt seem to matter if you register it or not.09:30
dednicki mean "if you do", for test*09:30
* greyback waves hello09:37
MacSlowhey greyback09:38
mhr3Saviq, bcmwl broken again :/09:38
dandradergreyback, o/09:45
CimiSaviq, shall we start importing Ubuntu Components 1.1 in new files?09:58
dandradergreyback, https://code.launchpad.net/~dandrader/qtmir/fix_lp1350917/+merge/22958510:00
greybackdandrader: got it10:00
dandradergreyback,  now checking if it fixes https://bugs.launchpad.net/unity8/+bug/1352571 as well10:01
ubot5Launchpad bug 1352571 in Unity 8 "With dash-as-app, showing the dash while an app is loading freezes" [Undecided,In progress]10:01
Cimimhr3, a scope with settings different than boolean?10:06
mhr3Cimi, a real one? doesn't exist atm afaict10:07
Cimiah damn10:07
mhr3Cimi, aren't you mocking it anyway?10:11
Cimimhr3, I will mock in tests10:12
Cimimhr3, for each of them...10:12
Cimiwanted to see how it is supposed to work10:12
mhr3Cimi, well you can just edit the settings ini for whichever scope you want and add there all the supported types10:13
Cimimhr3, you show me this afternoon10:13
Cimimhr3, are those real? the boolean settings I have are set to false10:28
mhr3Cimi, what are you testing exactly?10:29
Cimimhr3, music scope settings10:30
mhr3[com.canonical.scopes.grooveshark]10:31
mhr3type=boolean10:31
mhr3defaultValue=true10:31
mhr3displayName=Display results from Grooveshark10:31
mhr3so should be true10:31
Cimimmm10:31
Cimihere seems false, might be qml loading shit10:31
Cimilike delayed or so10:31
mhr3maybe you already set it to false10:31
mhr3or there's a bug in reading this10:31
Cimimhr3, it's undefined for me10:34
Cimi(I think)10:35
Cimimhr3, yeah defaultValue is undefined for me10:38
Cimimhr3, displayName is defined10:38
mhr3Cimi, it's just "value"10:39
mhr3pete-woods, but there seems to be something weird10:39
mhr3pete-woods, if i do10:40
mhr3QML2_IMPORT_PATH=/usr/lib/x86_64-linux-gnu/unity8/qml/ ./run.sh musicaggregator10:40
mhr3(in plugin's tools/settings)10:40
mhr3i get10:40
mhr3file:///home/miso/projects/unity-scopes-shell/tools/settings/Settings.qml:62: Error: Cannot assign [undefined] to bool10:40
greybackdandrader: you have a comment: https://code.launchpad.net/~dandrader/qtmir/fix_lp1350917/+merge/22958510:41
pete-woodsmhr3: just having a look now10:41
Cimimhr3, should be defaultValue from the specs10:43
mhr3Cimi, no, you're not looking at your spec10:43
mhr3Cimi, this is your interface - http://bazaar.launchpad.net/~unity-team/unity-api/trunk/view/head:/include/unity/shell/scopes/SettingsModelInterface.h10:44
Cimiah ok10:44
pete-woodsmhr3: yeah, it looks like we've stopped getting the default value somewhere along the way10:46
mhr3pete-woods, fixing, right? :)10:47
mhr3pete-woods, +test ;)10:47
pete-woodsmhr3: once I know what's wrong10:47
pete-woodstbh I thought the tests covered it10:48
tsdgeosSaviq: this was actually easier than expected :S https://code.launchpad.net/~aacid/unity8/seeLessStuckBottom/+merge/22959410:54
tsdgeosSaviq: can you give it a quick try to make sure i did not miss something?10:54
Cimimhr3, so what is properties?10:58
Cimithere10:58
mhr3pete-woods, ^?10:58
pete-woodsCimi, mhr3: it's used for the "list" type11:00
Cimiok11:00
pete-woodsmhr3: it seems like michi has changed the structure of the variants that comes through from the scopes API11:00
mhr3pete-woods, hm, how come the tests didn't catch that?11:00
pete-woodsmhr3: they just push in what we had agreed on as the variant format11:02
dandradergreyback, updated11:02
pete-woodsas opposed to loading them through the scope machinery11:02
greybackdandrader: ta11:02
mhr3pete-woods, oh it's not a real test? avoids registry?11:03
dandradergreyback, as I'm using lubuntu, xchat notifications are not working it seems11:03
dandraderthus slow irc response11:03
greybackdandrader: no worries11:03
pete-woodsmhr3: yeah, it avoids starting the registry11:03
mhr3pete-woods, and that's why i prefer real end-to-end tests11:03
=== MacSlow is now known as MacSlow|lunch
facundobatistaHola!11:19
Cimiwhen to use accepted() and when triggered in textfield?11:21
Cimidednick, mhr3 1:30 right?11:21
tsdgeosSaviq: no top-approve for https://code.launchpad.net/~paulliu/unity8/divider20140729/+merge/228708 ?11:22
dandradergreyback, rejected https://code.launchpad.net/~mzanetti/qtmir/always-forward-focus-requests/+merge/228659 in favor of that bugfix11:23
dandraderhttps://code.launchpad.net/~mzanetti/qtmir/always-forward-focus-requests/+merge/228659/comments/55694611:23
dednickCimi: yup11:23
Cimitsdgeos, I suppose we need design review for that11:23
Cimitsdgeos, from screenshot looks rather bad11:23
greybackdandrader: that works I guess11:23
mhr3Cimi, ah, shoot, should go11:24
mhr3Cimi, might be a bit late...11:24
Cimimhr3, move your ass11:24
dandraderSaviq, 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/55682911:32
dandraderwill look into it then11:32
Saviqdandrader, it should be an easy fix11:43
* dandrader hopes so11:44
SaviqCimi, yes, import UC 1.1 and QtQuick 2.2 in new files11:44
CimiSaviq, thx11:45
dandraderSaviq, do you recall which qmltest had this failure?11:45
Saviqdandrader, testDash11:45
dandraderSaviq, thanks11:45
Saviqdandrader, I'm adding your fix to silo 7 then11:45
dandraderhmm, might be just about updating a mock...11:46
dandraderSaviq, and please also remove https://code.launchpad.net/~mzanetti/qtmir/always-forward-focus-requests/+merge/228659/comments/55694611:46
Saviqdandrader, yup, did11:46
CimiSaviq, tsdgeos previewWidgetFactory says is LGPL 3, other files GPL 311:49
Cimimistake?11:49
SaviqCimi, wrong, everything should be GPL 3 in unity811:49
Cimiok11:49
Cimiwe need to change header11:49
pete-woodsCimi: I have an MR here that fixes the settings https://code.launchpad.net/~pete-woods/unity-scopes-shell/fix-settings-variant-change/+merge/22960311:54
Saviqtsdgeos, 'fraid you did forget about some cases... https://code.launchpad.net/~aacid/unity8/seeLessStuckBottom/+merge/229594/comments/55697211:54
dandraderSaviq, 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
dandraders/hand/hang11:56
Saviqdandrader, they might, for upstart and stuff11:56
dandraderdamn it11:56
Saviqdandrader, we'll know soon enough11:56
Saviqdandrader, but that's something we should fix FWIW, it shouldn't be needed to run a unity7 session for those at all11:57
dandraderSaviq, 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
Saviqdandrader, make -v should show you the exact commands11:58
Saviqdandrader, now I think of it, it can't be upstart... qmltests don't rely on anything like that11:59
dandraderSaviq, it'11:59
Saviqdandrader, they should be self-contained, everything mocked out11:59
dandraderit's really hanging. not even closing the uqmlscene window by clicking on its close button works11:59
dandraderSaviq, could it be waiting for some absent dbus service?11:59
* dandrader tries running under gdb12:00
Saviqdandrader, something like that might happen, yeah12:00
Saviqdandrader, but whatever service it's waiting on - it shouldn't, should be mocked out, so that needs fixin'12:00
dandraderok12:00
SaviqCimi, https://code.launchpad.net/~saviq/unity8/dash-activity-indicator/+merge/228718 is back on your turf btw12:03
=== alan_g is now known as alan_g|lunch
CimiSaviq, oki12:11
dandraderSaviq, 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 session12:12
=== 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_
Saviq<Saviq> tsdgeos, 'fraid you did forget about some cases... https://code.launchpad.net/~aacid/unity8/seeLessStuckBottom/+merge/229594/comments/55697213:00
tsdgeosSaviq: i don't understand your comment in paulliu's branch13:01
tsdgeos"Yeah, but we only do the if(running) because of the bug above."13:01
Saviqtsdgeos, we wouldn't need the if() at all13:01
tsdgeoswhich if running ?13:01
tsdgeosthere's a "not" in there, no?13:02
Saviqwell, yeah, sure13:02
tsdgeosthen what's the difference the diff makes?13:02
Saviqtsdgeos, it should be if(!event.isAutoRepeat)13:02
=== pete-woods is now known as pete-woods|lunch
Saviqtsdgeos, not much, just prepares us for when that bug will get fixed ;)13:03
tsdgeoswell13:03
tsdgeosnot really13:03
Saviqor probably not really, since we'll only get isAutoRepeat13:03
tsdgeosi just don't understand why the change13:03
tsdgeosif no need, just revert it13:03
tsdgeosbecause it's doing exactly the same13:03
Saviqtsdgeos, well, it wouldn't (not as clearly), if the condition was !event.isAutoRepeat13:04
Saviqtsdgeos, instead of the !running13:04
MirvSaviq: I'm getting two errors with the new qtdeclarative in unity8, could you check? landing-020. http://pastebin.ubuntu.com/7960985/13:04
Saviqtsdgeos, but yeah, whatever ;)13:04
tsdgeossure, but the condition is not  !event.isAutoRepeat13:04
tsdgeosis !running13:04
SaviqMirv, you don't have bluetooth enabled13:04
MirvSaviq: correct, but that seems to be the default (maybe?) since I tweaked the automated gatekeeper job to run these and got the same errors13:05
SaviqMirv, nope, suggests something changed13:05
SaviqMirv, but not in qt, if anywhere it's the bluetooth backends that changed behaviour13:06
SaviqMirv, 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
MirvSaviq: ok. still weird why I get them but they are not seen on the dashboard even with the latest image.13:07
SaviqMirv, not sure, just flashed two of my devices and have BT here, although I didn't wipe13:07
MirvSaviq: 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
SaviqMirv, just running silo 7 tests, will do 20 after that's done then13:08
Mirvalthough it'd be quite a weird Qt regression.13:08
Saviq+113:08
MirvSaviq: 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:09
SaviqMirv, you only need me to do unity8, not all of them?13:10
SaviqMirv, then unless you're EOD'ing now, you'll have my info back today still ;)13:10
MirvSaviq: unity8 is enough.13:11
Mirvthe gatekeeper job will take 5h and I'll want to see those results too before publishing decision13:11
MacSlowis anyone able to log into s-jenkins:8080 atm?13:12
MacSlowI keep getting java-exception failures "Exception: org.openid4java.message.MessageException: 0x100: Required parameter missing: openid.mode Stacktrace: ..."13:12
MirvMacSlow: success here, just logged in to test13:13
MacSlowMirv, hm... ok13:13
MacSlowMirv, odd... s-jenkins.ubuntu-ci:8080 did work... s-jenkins:8080 did not13:16
SaviqMacSlow, that's expected, you're not supposed to use plain s-jenkins for a long time now...13:18
SaviqMacSlow, so maybe you reached some other service?13:18
SaviqMacSlow, or the service requires the full domain now..13:19
MacSlowSaviq, guess my browser history (auto-complete) played some tricks on me13:19
SaviqMacSlow, in any case, drop *-jenkins: from your history, yeah13:19
MacSlowsome 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/22733413:28
=== Malsasa_ is now known as Malsasa
SaviqMacSlow, 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:34
SaviqMacSlow, 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?13:36
=== Malinux_ is now known as Malinux
MirvSaviq: ok, I actually already got what I needed from gatekeeper (gallery passing), so it's all up to unity8 passing with landing-02013:49
SaviqMirv, starting now13:56
MacSlowSaviq, 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 I13:57
SaviqMacSlow, 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"13:59
SaviqMacSlow, re images, I'm not saying we should do this now, but that should be our goal IMO14:00
MacSlowSaviq, 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:00
SaviqMacSlow, that's a special case, where we should require this to be a themed icon in which case we prepend image://theme/ unconditionally14:01
MacSlowSaviq, were should we find a home for the text-filter? I'm happy to add it there.14:01
SaviqMacSlow, in general where images can be either local, themed or remote, we should require absolute uris14:01
SaviqMacSlow, I don't think we need one, there's libraries for html-unescaping for every language out there...14:02
MacSlowSaviq, also for all those <b>, <i> etc?14:02
SaviqMacSlow, ah well, difference here is fdo spec allows formatting does it?14:03
MacSlowSaviq, yup14:03
SaviqMacSlow, ok in that case we probably need to live with it, but we can get Qt to do most of the things for us14:04
SaviqMacSlow, by forcing PlainText on the Label14:04
MacSlowSaviq, 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 days14:04
SaviqMacSlow, yeah, we're in new days now ;)14:04
MacSlowSaviq, I know... but then we'll also have developers coming over from the old days... probably expecting similar behaviour :)14:05
SaviqMacSlow, 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 :P14:05
MacSlowSaviq, I need to put that quote up somewhere! :)14:06
SaviqMacSlow, in this particular case I think we should just strip anything allowed in fdo (Qt will do most of that for us)14:06
MacSlowSaviq, 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-flag14:07
SaviqMacSlow, you might also pass it through something like https://qt-project.org/forums/viewthread/4364014:09
WellarkSaviq, dednick: let's land silo 114:09
Wellarkhttps://code.launchpad.net/~unity-api-team/unity8/modeminfo/+merge/22515914:10
SaviqWellark, 'fraid it'll have to wait for silo 714:10
SaviqWellark, we're already in the process of landing it14:10
WellarkSaviq: ack14:11
dednickSaviq: er, what's silo 1?14:11
dednickWellark's work?14:11
Saviqdednick, https://code.launchpad.net/~unity-api-team/unity8/modeminfo/+merge/22515914:11
Wellarkdednick: yes14:11
SaviqWellark, I'll try and land it today still14:11
Wellarknow, charles has tested it on mako and I tested it on a dual sim device14:11
Saviq(I mean silo 1)14:11
dednickSaviq: ok14:11
WellarkSaviq: ok, thanks14:11
Wellarkdednick: could you top approve?14:11
Saviqdednick, we just need a top-ack on the MP ;)14:11
dednickSaviq: haven't actually tested it yet :)14:12
Saviqyeah, so that'd be a requirement for landing it probably ;)14:12
Wellarkme and charles did the testing, but additional testing is welcome14:12
dednickhm. guess that means i need another sim card...14:12
Wellarkdednick: no you don't14:16
Wellarkthe whole idea is that you don't need to have a sim on the other slot14:16
Wellarkthat case the indicator will just display "no sim"14:16
dednickWellark: to get the modem items in the indicator14:16
Wellarkdednick: there will be modem items even though you don't have a sim14:17
Wellarkyou will see it14:17
Wellarkjust try it :)14:17
MirvSaviq: 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
MirvI only now noticed the new #172 errors.14:24
dednickWellark: is there not supposed to be "No SIM", or an icon displayed at top of indicator?14:25
dednickWellark: i mean on the panel14:25
Wellarkdednick: nope14:27
dednickWellark: because at the moment, other than not having the cellular strength icon, i have no idea that I'm not connected to a network14:27
Wellarkdednick: would be kinda wasteful as the user is well aware that he has no sim14:27
dednickWellark: is that spec'ed in design?14:28
Wellarkdednick: can you post a screenshot?14:28
dednickWellark: because i'm sure i saw designs with a no sim icon14:28
Wellarkdednick: it's inside the indicator14:29
Wellarkwhat are you seeing?14:29
mhall119mhr3: 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:29
Wellarkdednick: an ofono landing seems to have destabilized indicator-network. you might be seeing problems related to that14:31
WellarkI'm investigating14:31
mhr3mhall119, like this? http://developer.ubuntu.com/api/scopes/sdk-14.10/index/#deployment14:32
SaviqMirv, yeah, network's fine here, probably got the fix from mterry already14:32
mterryI fixed networking?14:32
* mterry pats me on the back14:32
dednickWellark: https://dl.dropboxusercontent.com/u/85539674/test.png14:32
mhall119mhr3: ah, I was looking at the 14.04 docs14:33
mhall119I need to update links to point to the 14.10 ones14:33
mhall119mhr3: how about customization of the cards themselves?14:34
mhr3mhall119, btw formatting of the "code" boxes is broken - they loose newlines, is that something you could fix?14:34
mhall119mhr3: got an example?14:36
Wellarkdednick: you have one sim card inserted?14:36
dednickWellark: i have no sims14:36
Wellarkdednick: how does it look like inside the indicator menu?14:37
dednickit has the no sim modem info item14:37
dednickWellark: ^14:37
Wellarkdednick: ok. then it's functioning correctly. what are your concernes?14:38
dednickWellark: 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
mhr3mhall119, 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_definitions14:38
MirvSaviq: so your run finished without errors?14:38
SaviqMirv, not *just* yet, should be done in a mo14:41
paulliuJust back.14:41
Saviqpaulliu, welcome back, travel ok?14:41
Saviqkgunn, got dash-as-app around? any videos on your device?14:41
paulliuSaviq: yeah. safe. Delay a bit due to bad weather. Or I should be able to participate the stand-up.14:41
CimiSaviq, how about putting scope settings and previews in a loader?14:42
MirvSaviq: okie14:42
MirvSaviq: I ready my finger on the publish button14:42
CimiSaviq, they both want to stay on the same anchors14:42
mhall119mhr3: ah, yes, so the line is technically there, but it's an empty <div> which is being squashed by CSS, I can fix that14:43
Saviqpaulliu, we just finished :)14:43
SaviqCimi, yeah, well... we should just put them all in a stack, really...14:44
mhall119mhr3: can you file a bug against lp:api-website for that?14:44
mhall119so I don't forget it14:44
SaviqCimi, put them in Loaders, or make them invisible, whatever you want, we'll have to do stack soon anyway14:44
CimiSaviq, I'll do invisible then for now14:45
kgunnSaviq: lemme update...i had y'days14:45
Cimiit requires less code (no bindings from listview to loader idem)14:45
mhr3mhall119, no such  project?14:45
Saviqkgunn, davmor2 reported his Videos carousel doesn't show stills, mine does, so trying for a third opinion here14:46
kgunnyep...14:46
kgunnSaviq: i'm gonna update on the image i had y'day's devel proposed...14:46
kgunnif that matters14:46
Saviqkgunn, shouldn't, just dist-upgrade from silo 714:47
kgunnyep14:47
davmor2Saviq: 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 blank14:47
Saviqdavmor2, awesomely interesting... and that persists across reboots?14:48
davmor2Saviq: that's what I'm trying now14:49
mhall119mhr3: ubuntu-api-website, sorry14:50
davmor2Saviq: 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 them14:50
Saviqdavmor2, crazies :|14:51
cwayne1Cimi: hey any ETA on when emblem support may land14:53
Saviqcwayne1, soon14:54
Saviqcwayne1, day, two14:54
mhr3mhall119, https://bugs.launchpad.net/ubuntu-api-website/+bug/135292814:54
ubot5Launchpad bug 1352928 in Ubuntu API Website "Code boxes squash empty lines" [Undecided,New]14:54
tsdgeosSaviq: you're aware of https://bugs.launchpad.net/unity8/+bug/1352929 , right?14:54
ubot5Launchpad bug 1352929 in Unity 8 "testDashContent crashes if run in a loop" [Undecided,New]14:54
Saviqtsdgeos, I've heard of it, yes ;)14:55
Saviqdavmor2, can you put one/some of your videos somewhere for me to dload?14:55
davmor2Saviq: http://people.canonical.com/~davmor2/Blaenavon%20-%20Into%20The%20Night%20.mp414:56
Saviqdavmor2, that's mako, btw, is it?14:57
kgunnSaviq: yep ...i see what davmor2 sees, no video thmnails14:57
SaviqMirv, +1, all passed14:57
davmor2kgunn: and if you click the see all arrow do you see thumbnails then on the spaced out screen14:57
Saviqkgunn, crazies, can you flash fresh and see if that's really dash-as-app's fault?14:57
kgunnSaviq: sure14:57
tsdgeosSaviq: ook, just wanted to make sure ;)14:58
mhall119thanks mhr314:59
=== pete-woods|lunch is now known as pete-woods
Saviqkgunn, davmor2, reproduced on mako, not dash-as-app's fault14:59
SaviqI think I know what's happening, too15:00
kgunnSaviq: cool15:00
Saviqwe need to be setting sourceSize, and apparently the video thumbnailer craps out now when it's not there15:00
=== dandrader is now known as dandrader|lunch
MirvSaviq: !! thanks for joining the testing15:02
Saviqkgunn, davmor2, I'm +1 on silo 7 then, davmor2 can you please file a bug for unity8 about the missing thumbs?15:05
davmor2Saviq:  will do15:05
kgunnSaviq: i'm +1 on it as well15:06
kgunni did testing y'day before the swipe freeze fix, everything else looked good, incl unity8 desktop15:07
Saviqdavmor2, so it's in your hands now ;)15:08
davmor2+115:10
davmor2https://bugs.launchpad.net/unity8/+bug/135294015:10
ubot5Launchpad bug 1352940 in Unity 8 "Thumbnails nolonger appear in carousel for videos scope" [Undecided,New]15:10
Saviqgreyback, ACK on https://code.launchpad.net/~dandrader/qtmir/fix_lp1350917/+merge/229585 ?15:22
tsdgeosmterry: ping15:23
mterrytsdgeos, hello!15:24
greybackSaviq: yep15:24
tsdgeosmterry: how do i set a password on the phone so i get the locker and not the greeter?15:24
Saviqdavmor2, can we ask you for "Yes" for QA signoff on silo 7 (line 25) plesae?15:24
mterrytsdgeos, in system settings, go to the security tab15:25
davmor2Saviq: ah yes one second15:25
tsdgeosmterry: i only get like stats, search and diagnostics in there15:26
mterrytsdgeos, you don't have a "Lock security" option?15:26
tsdgeosmterry: nope15:26
tsdgeosshall i reflash the phone?15:26
mterrytsdgeos, yeah...  you might have an old versikon15:27
tsdgeosi'm on r15915:27
tsdgeosnot that old i think15:27
tsdgeosbut let's just flash to be sure15:27
mterrytsdgeos, I would expect that version to have it15:27
davmor2sil2100: 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
tsdgeosmterry: maybe is because i have "devel mode" on?15:27
mterrytsdgeos, shouldn't be15:28
mterrytsdgeos, well try reflashing15:28
tsdgeosmterry: yep15:28
Saviqtsdgeos, 159? quite old15:28
mterryI don't actually remember the version where we hit15:28
Saviqtsdgeos, it's like a week old15:29
tsdgeosSaviq: yep15:29
tsdgeoswell15:29
tsdgeosphone said 30 july15:29
Saviqhttp://people.canonical.com/~ogra/touch-image-stats/161.changes15:29
Saviqtsdgeos, that's a week indeed ;)15:30
Saviqtsdgeos, mterry, 161 got settings updates15:30
tsdgeosi see15:30
tsdgeosso old then15:30
tsdgeosi'll review something else meanwhile15:30
Saviqtsdgeos, let's make sure tomorrow morning that dash overview is ready, ok?15:31
Saviqtsdgeos, there were the things I reported that I don't know if all got done15:31
tsdgeosSaviq: do you have a silo i can merge against?15:31
Saviqtsdgeos, I've a silo, but no branch :|15:32
tsdgeosSaviq: maybe not, do you remember which?15:32
tsdgeosSaviq: well, i just merge all the branches of the silo15:32
Saviqbug #134853115:32
ubot5bug 1348531 in Ubuntu CI Services "Silo branches should be public" [Undecided,New] https://launchpad.net/bugs/134853115:32
Saviqgrr15:32
Saviqtsdgeos, http://people.canonical.com/~platform/citrain_dashboard/#?q=landing-007 then15:32
tsdgeoslet's see15:32
tsdgeosonly two branches15:33
tsdgeosno that bad :d15:33
Saviqtsdgeos, https://code.launchpad.net/~aacid/unity8/dash_overview/+merge/228649/comments/55415015:35
Saviqtsdgeos, we're missing the bottom edge hint I believe (unless you did it in the mean time?)15:36
tsdgeosSaviq: ah no, i did not, had no graphics for it15:36
tsdgeossorry i missed that :/15:36
tsdgeosthere's conflicts15:36
tsdgeoslet me merge them first15:36
MacSlowSaviq, https://code.launchpad.net/~macslow/unity-notifications/fix-1335787/+merge/22733415:37
Saviqtsdgeos, ok, so I'll go through that list tomorrow and see that stuff's fine still15:37
MacSlowSaviq, replied15:37
tsdgeosSaviq: do you know where we set $UNITY_SCOPES_LIST now in dash_as_app?15:37
Saviqtsdgeos, unity8-dash.conf upstart job15:37
tsdgeostx15:37
SaviqMacSlow, right, I wasn't sure if it strips them or not, probably best to just go through QTextDocument then15:37
SaviqMacSlow, as the mentioned question suggested15:38
MacSlowSaviq, I see what I can do with QTextDocument in the backend15:38
SaviqMacSlow, yeah, you'd just use that as a filter15:38
SaviqMacSlow, you put in rich text, and get out plain text15:39
MacSlowSaviq, and I was so happy with my regex there :)15:39
SaviqMacSlow, yeaaah ;)15:39
SaviqMacSlow, whenever I see regexes and <> my eyes start to twitch, too many people have tried "parsing" xml with regexes ;)15:39
MacSlowSaviq, gladly xml isn't meant to go through notifications :)15:40
SaviqMacSlow, well then, what is html / pango-style then? ;P15:40
MacSlowSaviq, not as bad ;)15:41
SaviqMacSlow, exactly as bad, it's just a subset15:41
MacSlowjust a tiny bit15:41
tsdgeosSaviq: i'm going to merge and resubmit with dash-as-app as prerequisite, ok?15:42
Saviqtsdgeos, dash-as-app is merging now15:42
Saviqtsdgeos, so probably not worth it15:42
tsdgeosok, so i'll wait a bit then15:42
tsdgeosand just push15:42
tsdgeosSaviq: you're also merging https://bugs.launchpad.net/ubuntu/+source/qtdeclarative-opensource-src/+bug/1349705 right?15:43
ubot5Launchpad bug 1349705 in qtdeclarative-opensource-src (Ubuntu) "[PATCH] Flickable gets confused when there's other flickables on top" [Undecided,In progress]15:43
Saviqtsdgeos, that's already gone in from silo 2015:43
Saviqtsdgeos, just waiting to migrate15:43
tsdgeosoki15:43
Saviqtsdgeos, http://people.canonical.com/~ubuntu-archive/proposed-migration/update_excuses.html#qtdeclarative-opensource-src15:44
tsdgeoserrr15:45
tsdgeoshow do i run the dash on the pc now?15:45
tsdgeos./builddir/src/Dash/unity8-dash15:46
tsdgeosdirectly?15:46
tsdgeosSaviq: dandrader|lunch: greyback: EdgeDragArea not working in dash-as-app?15:49
* tsdgeos starts running in circles15:49
Saviqtsdgeos, bottom edge?15:49
tsdgeosSaviq: yep15:49
Saviqtsdgeos, sounds like something greyback's been working on for the emulator maybe15:50
Saviqtsdgeos, should be unrelated to dash-as-app at all15:50
greybackSaviq: hopefully, struggling to get the emulator working at all right now15:50
tsdgeosSaviq: well, maybe the Dash app can't have a EdgeDragArea since it's not a shell?15:50
Saviqtsdgeos, only thing it might not be able to have is the input filter, but I don't think that's happening any more15:51
Saviqtsdgeos, the bottom edge is for apps to do as they please, so should work just fine15:51
tsdgeosSaviq: well the same code that works in Shell.qml does not in Dash.qml15:52
tsdgeosso there's something defenietly missing somewhere15:52
tsdgeosah15:52
tsdgeosmay be the mouse -> finger adaptor15:52
Saviqtsdgeos, on desktop, for sure15:52
Saviqtsdgeos, we have some work to do in run.sh and run_on_device.sh for dash-as-app indeed15:52
tsdgeosSaviq: ok, so i'll add the MouseTouchAdaptor to the dash app too, ok?15:53
=== gatox is now known as gatox_lunch
Saviqtsdgeos, yeah, we'll need it there indeed15:53
tsdgeosah, just when you thought you were done15:54
tsdgeosa misterious merge gets in the way15:54
tsdgeos:D15:54
Saviq;D15:55
Saviqolli, kgunn, dash-as-app is all go-ahead, migrating now15:56
kgunnthanks!15:56
kgunnSaviq: is paulliu's divider branch needed to consider 2nd wave of customization _done_15:56
Saviqkgunn, something else entirely ;)15:57
Saviqkgunn, divider colour, I just need an hour to make this happen ;)15:57
kgunn:)15:57
kgunnand an unlocked project15:57
Saviqbut hours are scarce these days ;)15:57
* cwayne1 knows the feeling16:01
Saviqon that note o/16:03
=== 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
kgunnelopio: i need to say thank you! for your help landing dash as app...much appreciated17:06
elopiokgunn: my pleasure.17:08
=== salem_ is now known as _salem

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