/srv/irclogs.ubuntu.com/2015/08/27/#ubuntu-app-devel.txt

mandy_?03:04
=== chihchun_afk is now known as chihchun
=== nemo is now known as Guest12528
nik90zbenjamin, bzoltan_ : Hey I upgraded to wily and got qtcreator 3.5 as part of the upgrade. However I noticed that I am missing the API and a couple of tabs that are shown in the left panel. Known issue?07:01
zbenjaminnik90: no by design , they are gone07:47
zbenjaminnik90: the API is part of the help as any other Qt docs07:47
zbenjaminnik90: we had to drop webkit support and by that all the web based tabs07:48
zbenjaminnik90: if you have any problems/bugs/breakages with the qtcreator ping me , its still pretty new07:48
nik90zbenjamin: oh ok. I tried searching in the general Help docs, but couldn't find the SDK docs listed there.07:49
nik90although if I press F1 over a component it shows that component's help page07:49
=== _salem is now known as salem_
zbenjaminnik90: hmm its not in the index? wth07:50
nik90zbenjamin: ah i see it now in index. I couldn't find it under Contents.07:51
zbenjaminnik90: ah yeah, thats probably a bug07:51
zbenjaminzsombi_: ^  do you know how we can get the UITK docs into the content listing of the Qt docs?07:52
nik90zbenjamin: I will start reporting bugs that I find over at lp:qtcreator-ubuntu-plugin07:52
nik90I thought my wily upgrade went bad or something07:52
zsombi_zbenjamin: wasn't those taken from the chroots?07:52
zbenjaminnik90: yeah , thats probably more a uitk docs bug though if you can not find it in assistant as well07:52
zbenjaminzsombi_: from the currently selected target, desktop/chroot... I just checked on desktop and i cannot see it there as well07:53
zbenjaminzsombi_: right, assistant also does not show them07:53
zbenjaminnik90: ^07:53
zsombi_zbenjamin: then we've a bug07:53
* zsombi_ relocates, back in ~10-15 mins07:54
nik90not sure which assistant you're referring to07:54
zbenjaminnik90: just type "assistant" in your cmd07:54
zbenjaminnik90: then you'll see07:54
nik90oooh that's new07:54
zbenjaminnik90: no its old07:54
zbenjaminnik90: its coming with the upstream Qt since forever :D07:55
nik90no I meant new to me...never used it before ;)07:55
zbenjaminaa , yeah its the default Qt help viewer, if you do not hack in QtCreator thats the tool you would use to read the docs07:55
nik90anyway nice to see us integrating more deeply with qtcreator :)07:56
zbenjaminnik90: could you file a bug against uitk with "Docs are not shown in Contents view in assistant and qtcreator" or so07:56
* nik90 is on it07:56
zbenjaminnik90: yeah removing those tabs was very welcomed by the QtC guys08:00
nik90bug 148932208:01
ubot5bug 1489322 in ubuntu-ui-toolkit (Ubuntu) "[Wily Qtcreator 3.5] SDK Docs are not shown in Contents view in Assistant and Qtcreator" [Undecided,New] https://launchpad.net/bugs/148932208:01
nik90zbenjamin: bug 148933108:14
ubot5bug 1489331 in qtcreator-plugin-ubuntu (Ubuntu) "Complains about not being able to find custom executable when trying to run application" [Undecided,New] https://launchpad.net/bugs/148933108:14
zbenjaminnik90: thanks i'll check it out. Did you try to switch runconfigs? Maybe the wrong one is selected08:22
nik90zbenjamin: in the Projects tab, I looked at the run configuration of the desktop, and it builds at the correct directory, makes .. and that's about it.08:24
nik90sry was looking at the build configuration08:24
nik90the run-configuration doesn't show any executable ... it points at a "Custom Executable" which is empty. It is set to deploy locally.08:25
zbenjaminnik90: the combobox only contains "Custom Executable" nothing else?08:25
nik90zbenjamin: yup. Nothing else08:26
zbenjamindamn08:26
nik90also everytime I "run cmake", it invokes a separate dialog from which I run cmake..instead of it just running it right away.08:26
zbenjaminnik90: yes thats the default upstream cmake project behaviour08:27
nik90oh08:27
zbenjaminnik90: that will stay. I was not able to upstream the changes08:27
zbenjaminnik90: so i had to revert them08:27
nik90oke08:27
zbenjaminnik90: change to qmake :D08:27
nik90haha :P08:27
nik90I spent a good amount of time switching from qmlproject to cmake..and I just got comfy with cmake.08:28
nik90now u ask me to switch to qmake :D08:28
DanChapmanthat cmake dialog drives me nuts! I just want to hit run and be done with it08:28
nik90DanChapman: yup indeed08:28
zbenjaminDanChapman: nik90: yeah thats why we initially removed it, but it _should_ only pop up if you change cmake files08:34
zbenjaminDanChapman:nik90: however QtC upstream changes to many stuff and it was just not possible for only me to maintain a patch that big08:34
nik90zbenjamin: I understand. It is okay since it *only* pops up on cmake file changes. We're recommending people to switch to qmake. And lastly being closer to upstream allows us to focus on downstream stuff that's important to us.08:35
DanChapmanzbenjamin: for me it seems to pop up every time cmake is run, even when there have been no changes.08:36
nik90DanChapman: but why do you run cmake if there were no cmake changes?08:36
nik90or is it part of your build script?08:36
DanChapmannik90: I mean no changes to the cmake files. But changing any c++ in Dekko means cmake needs to be re-run, well that's with the sdk kits anyway. Rarely can I just hit run without having to run cmake first.08:43
nik90ah oke, that can get annoying08:44
DanChapmanzbenjamin: why does the sdk kits force me to do *alot* of full rebuilds?08:53
DanChapmanOn desktop I don't get it, so i'm wondering if there is some limitation with using click chroots?08:54
zbenjaminDanChapman: hm, nothing should force you to do rebuilds. At least nothing that is hardcoded there08:54
zbenjaminDanChapman: but its of course possible that with the click chroots something goes wrong08:55
zbenjaminDanChapman: nik90: tbh the cmake integration in QtC is not the best part of the IDE08:55
zbenjaminDanChapman: nik90: it was done by someone and then just maintained all the time, no improvements except what we introduced and was taken upstream08:56
zbenjaminor almost no improvements08:56
kenvandinerpadovani, i proposed a branch fixing the apparmor policygroup to allow you to keep the screen on09:13
kenvandinerpadovani, also, if the game pauses for any reason (like it loses focus) you should make it stay paused until the play button is pressed09:16
kenvandinerpadovani, i might try to do a branch for that at some point too :)09:16
sturmflut2rpadovani: Argh, that game is going to be so horrible on the phone :P09:19
=== chriadam is now known as chriadam|away
kalikianat1mp: I just noticed, if you drag a page in a certain way the header doesn't hide. if you touch it only very briefly it shifts up and down again, that way you can scroll without hiding the header. can you check that?10:04
t1mpkalikiana: what do you mean?10:12
t1mpkalikiana: if you scroll up to hide less than half the header, it will show when you release10:12
kalikianat1mp: you mean if you scroll down?10:14
t1mpkalikiana: yes10:18
kalikianat1mp: so that is intentional? it just seems so weird. I don't see what the purpose would be - it would make a lot more sense if I could move upwards slightly to reveal the header instead10:22
t1mpkalikiana: with scrolling down I thought you mean pressing and then moving your finger up10:23
t1mpand if you pull your finger down you will show the header10:23
kalikianat1mp: yes. and the finger up/ scroll down case is what seems weird. it's very hard to make sure of and I only discovered it by accident10:35
t1mpkalikiana: I don't really understand the problem10:35
t1mpkalikiana: the rule is simple, if you release, and the header is more than half visible, it will open completely, otherwise it will hide10:36
t1mpkalikiana: except if you are very close to the top of the page, then it will open anyway because you cannot pull down more afterwards to show it10:36
kalikianat1mp: the problem is that the rule makes no sense and I would never intentionally try to scroll in a way that retains the header...10:39
kalikianait's arguably not the biggest problem but at the least it's confusing to see the header when you'd expect it to hide10:40
t1mpkalikiana: discuss it with design :)10:46
zbenjaminnik90: its lp:ubuntu-clock-app that fails?11:04
nik90zbenjamin: ?11:05
zbenjaminnik90: running the cmake project11:05
nik90zbenjamin: I don't see a reason why it should fail when it was working just yesterday. Also running cmake and make via the cmd works nicely11:05
zbenjamintalking about #148933111:06
zbenjamin148933111:06
zbenjaminhttps://bugs.launchpad.net/ubuntu/+source/qtcreator-plugin-ubuntu/+bug/148933111:06
ubot5Ubuntu bug 1489331 in qtcreator-plugin-ubuntu (Ubuntu) "Complains about not being able to find custom executable when trying to run application" [Undecided,New]11:06
nik90zbenjamin: the cmake files are in the same format you helped us build a long time ago. Not sure why it is unable to find the custom executable. I could try other projects.11:07
nik90zbenjamin: same results with lp:ubuntu-calendar-app as well11:08
zbenjaminnik90: well there were loooots of changes in qtc and the plugin11:08
zbenjaminnik90: i might have missed some stuff11:09
nik90zbenjamin: I swear I had this working with Qtcreator 3.4 yesterday nite before the upgrade to wily.11:10
nik90;)11:10
popeymzanetti: what's left to do on https://code.launchpad.net/~mzanetti/reminders-app/fix-writeback-issue/+merge/263848 ?11:11
mzanettipopey, approving :D11:11
mzanettipopey, well, not exactly sure what mterry's comment means. I know there's another issue with the checkboxes, but that's an issue in the browser code11:11
mzanettipopey, I'll try to get oSoMoN to that next week when he's back from the sprint11:12
popeyokay11:12
* popey looks at oSoMoN across the desk11:12
* oSoMoN hides11:13
popeyoSoMoN hides badly11:13
mzanetti:D11:13
zbenjaminnik90: i can reproduce , no probs :D11:26
nik90zbenjamin: :D11:26
zbenjaminnik90: hm wenn i press "Add" in the runconfigs at least for desktop i can create one. However no idea yet why it does not work initially11:30
zbenjaminnik90: as well as for the device11:31
zbenjaminnik90: so its not autocreated but you can add it11:31
* nik90 tries11:32
nik90zbenjamin: yes you're right...I can live with that for now.11:33
nik90zbenjamin: btw I noticed this for sometime now, that when I run on the phone, the app logs are not shown in qtc. (I hope I didnt ask this earlier). Is that intentional?11:33
nik90I need to look at .cache/upstart...which is not hard, but it doesn't refresh automatically and at the moment the sdk is spewing deprecation warnings all over my logs making it difficult to spot actual warnings&errors as a whole.11:34
zzarr hello! if I compile a project based on QtQuick for a Ubuntu kit, where's the executable located (on my Ubuntu Phone in this case)?11:36
=== salem_ is now known as _salem
=== chihchun is now known as chihchun_afk
=== MacSlow is now known as MacSlow|lunch
bzoltan_didrocks: mzanetti: please test the QtC plugin release candidate from the ppa:ubuntu-sdk-team/tools-development This release fixes few of the bugs you pointed out - https://launchpad.net/~ubuntu-sdk-team/+archive/ubuntu/tools-development/+sourcepub/5330419/+listing-archive-extra12:07
didrocksbzoltan_: as told to zbenjamin, I will only be able to do that next week (off tomorrow)12:15
bzoltan_didrocks: no problem :) I am doing regression tests anyway during the weekend. thanks for tetsing :)12:16
didrocksbzoltan_: will tell you on Monday then :)12:16
=== Guest12528 is now known as nemo
popeyDanChapman: have you had anyone from canonical complain that they can't get mail using dekko ?13:10
popeyDanChapman: specifically people who use our own internal mail server - not google13:10
DanChapmanpopey: Saviq & ogra_ hit issues quite a while back with the internal mailserver with QRESYNC being busted. But it was like dovecot 1.x so pretty old. But lucid EOL'd so i presume it's been upgraded since then13:16
* Saviq checks13:16
* Saviq doesn't wanna answer13:16
DanChapmanpopey: why's that?  you having problems?13:17
Saviqpopey, known issue, and it's ours (IS's), not dekko13:17
popeyah13:17
popeyted: ^13:17
Saviqwe just need to upgrade at some point...13:18
popeyDanChapman: I'm not, ted is13:18
tedAh, okay. I'll complain :-)13:18
ogra_DanChapman, yeah. i upgraded the server to trusty by now, all fine here13:18
Saviqted, clearing cache helps, until it doesn't again13:18
DanChapmanted, You just need to disable Dekko using QRESYNC, so either go to Settings -> account name -> Incoming server -> Server capabilities and disable QRESYNC you will need to restart Dekko for it to take effect or you can add imap.extension.blacklist=QRESYNC to the dekko.dekkoproject.conf file for the affected account and also restart13:20
popeynice!13:21
tedDanChapman, Cool, I have rebuild my caches now too :-)13:21
=== _salem is now known as salem_
=== MacSlow|lunch is now known as MacSlow
tedStill not working, ogra_ or Saviq, can you pastebin your config? (remove password please :-)15:14
DanChapmanted are you getting any errors pop up?15:30
DanChapmanalso the imap logs might give some clues as to what's happening, you'll find them under ~/.cache/dekko.dekkoproject/logs/IMAP15:31
mzanettipopey, rpadovani, hangout?15:34
popeyhey!15:35
tedDanChapman, Yeah, ti seems to be timeouts. Guessing one of the IMAP features isn't loved.15:37
popeymzanetti: -> #ubuntu-touch-meeting ?15:37
mzanettipopey, ok... so what's the news? :D15:37
tedDanChapman, Hoping I can crib the answer :-)15:37
mzanettiack15:37
balloonsmzanetti, can you fix the conflicts in https://code.launchpad.net/~mzanetti/reminders-app/qmltest2/+merge/253598?16:45
balloonsI listed them16:45
mzanettiballoons, ack16:48
mzanettiballoons, hey, I've merged and it should at least compile again17:03
mzanettiballoons, I've tried fixing the tests but that'll take me a bit longer17:03
mzanettiballoons, so if you manage to run it so that it prints 3 test failures, then you're good and it's my turn again17:03
balloonsok, I'll try and get that far17:03
mzanettiballoons, obviously I've written those tests before completely reworking the EditNoteView... shouldn't be too hard to fix them again, but I need to run for dinner now17:04
ahayzent1mp, can we programatically set the width of the left and right sides of the adaptivepagelayout yet?17:07
nik90ahayzen: I doubt it. I remember zsombor saying the properties to adjust the column width are being currently worked on17:42
ahayzennik90, ah ok :-)17:42
nik90but I am saying from what I heard. You might want to branch his branch and check the API docs17:43
ahayzeni can see some private stuff in here http://bazaar.launchpad.net/~ubuntu-sdk-team/ubuntu-ui-toolkit/trunk/view/head:/src/Ubuntu/Components/1.3/AdaptivePageLayout.qml17:43
mzanettiballoons, hmmm: http://91.189.93.70:8080/job/reminders-app-vivid-amd64-ci/198/console17:49
mzanettiit says uitk is too old17:49
balloonsmzanetti, ahh I see that. So at least they will run17:50
mzanettiballoons, yeah, it is too old. it installs: 15.04.2015042217:51
mzanettiballoons, also, I believe once this is fixed we'll be running into issues that it can't run xvfb17:52
mzanettiunless something has changed in the setup17:52
balloonsmzanetti, yes. we should be able to run these on the device itself now. I assume that will fix it eh?17:54
mzanettiballoons, yes, that should do18:07
t1mpahayzen, nik90: zsombi finished the configurable width of the columns18:56
t1mpit is in UITK staging since r160918:56
t1mpnot yet in trunk18:56
nik90t1mp: ah ok..thnx18:56
nik90ahayzen: then you can just test using a local build of the staging branch.18:56
=== fgallina`` is now known as fgallina
t1mpahayzen: yes, 'make docs' in staging and then check documentation/html/qml-ubuntu-components-adaptivepagelayout.html18:57
ahayzent1mp, nik90 ah cool thanks guys :-)19:09
* ahayzen continues hacking and adding edgy animations to things hehe :-)19:09
nik90ahayzen: u got me curious, what cool edgy animations are you adding?19:12
nik90;)19:12
ahayzennik90, so far... sliding in/out of the sidebar and sliding in/out of the toolbar19:12
ahayzenand ofc my cardview is nicely animated :-)19:12
ahayzengotta get it past Victor as well though ;-)19:12
ahayzenand its all in async loaders :-D19:12
nik90ah ok :D19:13
ahayzent1mp, i noticed that if you have many head sections in the left side of a adaptivepagelayout they 'leak' into the right side (note my right side is blank) ? is that known ?19:15
Dramatic6hi19:36
Dramatic6can anyone help me with edubuntu19:36
t1mpahayzen: no, I didn't know that19:59
t1mpahayzen: can you report a bug for that?19:59
ahayzent1mp, yup will do, let me create a mini example as well :-)19:59
t1mpahayzen: there will be some more work done for the sections, to make them scrollable when they don't fit20:00
t1mpbut first I have to finish all the other header stuff that we discussed yesterday20:00
ahayzent1mp, and what is the reason for it being recommended to only 3? as we'll need at least 6 .. is it just the fact that scrolling is still WIP ?20:00
ahayzen(it being the head sections)20:00
t1mpahayzen: yes, that recommendation will go away when the scrolling is done20:00
ahayzen"It is not YET recommended or supported to use more than three sections." ;-)20:00
ahayzencool20:00
t1mpyeah :)20:01
ahayzent1mp, bug 148959120:07
ubot5bug 1489591 in ubuntu-ui-toolkit (Ubuntu) "head sections on the left side of an AdaptivePageLayout 'leak' onto the right side instead of scrolling" [Undecided,New] https://launchpad.net/bugs/148959120:07
t1mpahayzen: right, confirmed.20:08
ahayzenthanks :-)20:09
t1mpahayzen: there is a branch for scrolling in the sections https://code.launchpad.net/~faenil/ubuntu-ui-toolkit/WIP_BROKEN_scrollableSectionsStyle/+merge/26461620:09
t1mpahayzen: I didn't have time to check it out yet, but it still has stuff that needs to be fixed20:10
t1mpbut it will be a while before I have time for it :(20:10
ahayzendekko has scrollable head sections? or is it just some situations like this that don't work ?20:11
t1mpI don't know. Installing it now.20:12
ahayzenmaybe they have a component that looks like a head section  aha20:12
t1mpyeah our Sections don't have scrolling yet20:13
DanChapmanahayzen: yeah it's just a simple horizontal listeview in dekko for the sections.20:16
DanChapman*listview20:16
ahayzenDanChapman, ah cool thanks :-)20:16
t1mpoh wow, it looks quite nice :)20:18
t1mpI understood from faenil that there were some issues with the Sections component using a ListView20:19
t1mpI like the bottom edge in dekko :)20:19
ahayzenDanChapman, i've just starting using dekko primarily now after google account integration was added, now the main things i'm missing from the gmail webapp is thread view and being able to filter by the gmail sections (eg primary, social, promotions etc)20:19
t1mpI mean the reply/forward/reply all thing :)20:19
ahayzeni see there is a bug for threaded view, but is there one for the gmail sections ? or a way of showing them ?20:20
ahayzenyeah the bottom edge is nice :-)20:20
t1mpI also like the horizontal swiping on e-mails20:21
t1mpactually I suggested this behavior but I think the designers didn't want to make that a common pattern20:22
t1mpoh shit20:22
t1mpis there an undo? ;)20:22
t1mpI unstarred some stuff and I don't know what it was20:22
t1mpoh well, if it was important it will show up again one day ;)20:24
t1mpoh I like the navigation panel too20:24
t1mpDanChapman: awesome app :) lots of great stuff in it20:24
DanChapmanahayzen: well thread view is in progress at the moment. And will most likely be in the next update but gmail categories aren't provided with IMAP so that probably won't happen20:28
ahayzenDanChapman, ah damn oh yeah even TB can't see them either, must be something they have at their end :-/ .. well the threaded views will help alot anyway :-)20:29
nik90DanChapman: wow ... thread view is close to being done? That's awesome!20:29
nik90that's the only thing I miss now in Dekko20:29
nik90and also the wrapping of subject lines in the phone <------- I get emails with long subjects...please make it happen :D20:30
DanChapmannik90 there's actually a hidden thread view in the latest release, cookie to whoever finds it :-) it's really only a placeholder for the singlethreadmodel but it works, it's just slow if the server doesn't support threading so we have to do it client side sorting. BUt that will be quicker with the coming incremental sort changes20:32
nik90ooh ... looks around for it20:35
DanChapmant1mp heh undo actions would probably be quite nice to have. Not sure if we have a bug for that20:35
t1mpDanChapman: I'll report one20:36
t1mpDanChapman: https://bugs.launchpad.net/dekko/+bug/148960420:38
ubot5Ubuntu bug 1489604 in Dekko "Add 'undo' for actions" [Undecided,New]20:38
DanChapmannik90: well the subject is going to be moving back to the header https://drive.google.com/file/d/0BwhxYaiA7z1qTGI0eWJQb1FsYWhxbjd6U1pwaVVXN2dUSWZz/view?usp=sharing so i'm sure we will have plenty of room to wrap it.20:39
ahayzent1mp, if i've been using .push(pageUrl, properties) with the pagestack before and now i want to use the adpativepagelayout, how would you recommend creating the page? I tried creating a method like this http://pastebin.ubuntu.com/12209037/ but then some PageWrapper stuff breaks ?20:41
DanChapmant1mp: super, thanks!20:41
t1mpahayzen: interesting :) we were discussing exactly this today20:47
ahayzen:-)20:48
t1mpahayzen: zsombi_ will implement what you are doing to be the default :)20:48
t1mpahayzen: so if you push your component, an incubator will be returned20:48
t1mpand the page created20:48
t1mpasynchronously20:48
ahayzenhehe :-) and that'll be pushed to the right ?20:48
t1mpahayzen: yes. We only return the incubator in case you need to get a notification when the page is loaded20:49
ahayzencool, is there any code i can use to test that yet?20:49
t1mpahayzen: no, we were discussing it only today. I think zsombi_ will work on it next week20:50
t1mpahayzen: here https://docs.google.com/document/d/1bSoEynFzD3VAB8kLJW4lcVgtlEzwEF5_RicNQTIA-RY/edit# at the bottom there is an example how you could use it20:50
ahayzenah damn, hmm i'll have to figure out a way of doing it myself for now then :-)20:50
ahayzent1mp, i don't have permission to that :-/20:51
t1mpahayzen: try again https://docs.google.com/document/d/1bSoEynFzD3VAB8kLJW4lcVgtlEzwEF5_RicNQTIA-RY/edit?usp=sharing20:52
ahayzent1mp, there we go thanks :-)20:52
ahayzenoo the layouts: [ ... ] stuff looks cool :-)20:53
ahayzent1mp, that example doesn't show passing properties though :-/20:55
t1mpahayzen: right, but you can do that already now20:56
t1mpahayzen: if you have a use case, please add a comment there, it will help us to make sure the API covers all the cases20:56
t1mpahayzen: yeah, the layouts are in lp:ubuntu-ui-toolkit/staging already :)20:57
ahayzeni use case? as in the need for passing properties ?20:57
t1mpahayzen: yes, or just ask for an example where the properties are passed, to make sure that zsombi tests that as well :)20:57
ahayzenlike we have views for albums/songs and we give it the album details via the properties thing currently.. and loads of other info20:58
ahayzent1mp, something like that comment ?21:01
t1mpahayzen: yes, but add "can you extend the example to show how to pass properties to the new Page"21:02
ahayzendone :-)21:03
t1mpahayzen: great, thanks :)21:05
t1mpKaleo: I pushed a fix for https://bugs.launchpad.net/ubuntu/+source/ubuntu-ui-toolkit/+bug/148892221:07
ubot5Ubuntu bug 1488922 in ubuntu-ui-toolkit (Ubuntu) "AdaptivePageLayout fails to show custom header contents" [High,Confirmed]21:07
t1mpKaleo: feel free to test/review the MR, or ask boiko if you see him tomorrow21:07
t1mptook me a while to find the bug, but the fix is one line :)21:07
ahayzent1mp, hehe my slightly hacky solution for now http://pastebin.ubuntu.com/12209492/21:13
t1mpahayzen: you can already add the properties as the third parameter for addPageTo{Next,Current}Column21:14
ahayzencan you?21:14
t1mpahayzen: yes, just in the examples for the incubator it is missing21:14
ahayzenoh yeah!21:14
t1mp:)21:14
ahayzenyou blog post didn't say that IIRC ;-)21:14
t1mpahayzen: right, it doesn't. I wanted to show that the basic stuff is simple and to get people experimenting with it :)21:15
t1mpthe blog post doesn't replace the full docs21:15
ahayzen:-)21:15
t1mphmm21:16
t1mpI could have easily added a property to set the background color of the new page21:16
ahayzent1mp, there is the primaryPage property to get the rootpage but nothing to get the right most or others in the 'stack'/layout ?21:28
t1mpahayzen: no, we started with a minimal API21:33
t1mpahayzen: but if you can report a bug with a use case, we will probably add it21:33
ahayzeni could track it myself.. if i knew when pages were being popped21:33
t1mpahayzen: when you have the pages that you added, you can check when they are 'active'21:35
ahayzenyeah i was just thinking something along those lines thanks :-)21:35
t1mpbut we were thinking that maybe you should not be tracking which page is in which column, because that can change at any time (for example when the user resizes the window)21:35
ahayzenbut we show/hide things depending which page you are on when not in the wider mode21:36
t1mpahayzen: which things?21:45
t1mpahayzen: perhaps you can control that from the page that is hidden/visible?21:45
ahayzenloads of things! haha like we don't show the toolbar when your on the now playing page21:45
ahayzenwe had *alot* of things that were bound to PageStack.currentPage.title21:46
t1mpwhich toolbar? you mean the actions in the header?21:46
ahayzenwe have our own toolbar at the bottom ;-)21:46
t1mpwe should have another sprint with app developers to work out those things :)21:47
ahayzen:-)21:47
ahayzenseem to have found a sortof solution :-)21:54
* t1mp off22:03

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