=== chihchun_afk is now known as chihchun === athairus is now known as afkthairus === JamesTait is now known as Guest99393 === Guest99393 is now known as JamesTait [10:01] Hi all, I am having Raspberry Pi 2 project, needed developer for programming. Please contact me at murtaza@systematixinfotech.com [11:04] timp, ping [11:04] nik90: hi [11:04] I'm in a meeting for about 20 more minutes [11:05] timp, ah ok..pls ping me whenever you're free. [12:17] Hi Nik90 [12:17] are you interested for Raspberry Pi project? === _salem is now known as salem_ [13:02] nik90: hi. Did you have a question for me? [13:05] timp, yes, [13:06] timp, I started using APL, and it is amazing..kind like PageStack 2.0..however I am not clear on a few things. [13:06] Is there a way to find out the page depth of a particular column? [13:07] Here is a use-case. I have primary page which occupies the full app width and height (1-column layout). On pressing the search header button, I would like to show the search page on the 2nd column. I also want a way to hide that page and go back to a 1 column layout when the user is done with the search page. [13:07] This also applies to other pages like the settings page etc. etc. [13:07] How do I go about doing this? [13:08] I was thinking of querying the page properties in a particular column, or maybe check the page depth and pop the necessary pages, but it is unclear for me on how to proceed. May be I am looking at this in the wrong way [13:15] nik90: so when you switch to a two-column layout, you want the primary page to resize and use only the first column? [13:16] nik90: instead of "hiding" the second page, you could remove it from the APL? [13:17] timp, yes..when switching to the 2-column layout I want the primary page to only use the first column..This part is easy and I figured it out. [13:17] timp, in order to hide/remove the 2nd page, I need to know what is the 2nd page. [13:18] How do I know if it was the settings page or the search page? [13:18] ah, right [13:18] that depends where you add the button (or other control) to close it. I was assuming that you would close it from the page itself. [13:19] nik90: if you have only the primary page, and this second page, you can apl.removePages(primaryPage) [13:19] \qmlmethod void removePages(Item page) [13:19] The function removes and deletes all pages up to and including \c page [13:19] is reached. If the \a page is the same as the \l primaryPage, only its child [13:19] pages will be removed. [13:19] that's something I am not sure on what to do as well..for the moment, I just wanted to use the search header button in the primary page to act as the show and hide button for the search page. [13:19] so removePages(primaryPage) removes all pages except the primary page itself [13:19] because adding something like a close button in the search page is not standard ubuntu pattern [13:20] timp, Do you think adding a close button would be a good idea (design wise)? [13:20] it does make the implementation easier for sure. [13:21] yes, it makes it easier, but better to ask someone who knows all the latest design patterns by heart ;) [13:21] Femma1: ^ [13:21] timp, ok. Is there a way to show a slide-in animation when transitioning to a 2 column layout? [13:21] nik90: no, we will need to add that later [13:21] I understand that PageColumnLayout is a QtObject..so I cant really add UbuntuNumberAnimation{} inside it. [13:22] nik90: only if you use a BottomEdge, there is an animation now [13:22] ack. [13:22] right, that's a QtObject, only for configuration [13:23] timp, btw, by using APL, I solved the back button missing issue. [13:23] APL is really nice..good job! [13:23] the columns are implemented inside the AdaptivePageLayout [13:23] nik90: thanks :) [13:23] nik90: timp we are going to look at buttons usage patterns next week and can add that to the agenda [13:23] Femma1, thnx [13:23] nik90: ah the missing back button in PageStack was a bug that I also fixed in UITK staging [13:24] nik90: perhaps you can give us more information about your use case? I think we didn't really consider apps where the layouts are changed all the time [13:24] the main use cases for changing layouts so far is resizing a window, or changing/attaching screens [13:24] timp, I will do you one better..I will create a video about it and share it. [13:25] ok, cool [13:25] :) [13:26] nik90: so I would go for the close button for now, that should be relatively quick to implement. And then if the designers come up with a better pattern we can discuss how to do that [13:26] timp, agreed. [13:26] nik90: but if you want to close a page from a previous page, you would have to keep track somehow which page you last opened [13:27] it depends a bit on what the design patterns need from the APL, but if this has many use cases we could add a function (or properties) to the APL to get the current page of a column [13:29] timp, I think If I explain my usage in a video, it would be easier for you to understand if mine is a use case not covered by APL yet or not. [13:30] ok [13:30] zsombi: did the most work on the layouts for the APL, so if I'm not around you can ask him too [13:30] nik90: ^ [13:31] ok [13:53] timp, zsombi: https://drive.google.com/open?id=0B55Gs35e-jxxcmlUSHFIZGM5aWM [14:00] bzoltan: Hey, I have problems with the SDK on 16.04. When I try to create a chroot via the Qt Creator Option, it fails with the message "The following packages have unmet dependencies: [14:00] ubuntu-sdk-libs:armhf : Depends: ubuntu-html5-container:armhf [14:00] E: Unable to correct problems, you have held broken packages." [14:00] I was told I should follow this guide https://lists.ubuntu.com/archives/ubuntu-devel/2016-April/039322.html. [14:00] Unfortunately, even though I installed the static chroot package, it still doesn't show up as Kit in the SDK. [14:00] Is there anything else I have to do in order to get this working? Thanks in advance. [14:03] bzoltan_, ^^ [14:15] nik90: all clear now. [14:15] nik90: apps looks good :) [14:15] nik90: I think it is a good use case for design, so let's show Femma1 your link^ too [14:15] Femma1: ^ [14:16] nik90: one remark, you can call removePages() with your primary page as an argument, and it will remove all pages except the primary page. [14:22] timp, I know about removePages(), It comes very handy in the mobile layout where I need to quickly go back to the map. [14:22] you can use it also to remove the second column [14:22] timp, I suppose I could just do removePages() to get rid of the second column [14:23] good idea..will try that out. [14:23] I think the column will stay there but will be empty [14:24] mivoligo, well, not necessarily..we can use the bool variable flag to switch to a 1 column layout. [14:24] since the layout is triggered for specific conditions. [14:24] nik90: right, together with that it should be fine === Laney is now known as trmsu [14:36] timp: nik90 can you repaste the link pls? [14:37] Femma1, mtp://[usb:003,005]/Aquaris%20E4.5%20Ubuntu%20Edition/Pictures/com.ubuntu.camera/image20160425_162111963.jpg [14:37] mtp://[usb:003,005]/Aquaris%20E4.5%20Ubuntu%20Edition/Pictures/com.ubuntu.camera/image20160425_162023750.jpg [14:37] mtp://[usb:003,005]/Aquaris%20E4.5%20Ubuntu%20Edition/Pictures/com.ubuntu.camera/image20160425_161928883.jpg [14:37] mtp://[usb:003,005]/Aquaris%20E4.5%20Ubuntu%20Edition/Pictures/com.ubuntu.camera/image20160425_161750676.jpg [14:37] mtp://[usb:003,005]/Aquaris%20E4.5%20Ubuntu%20Edition/Pictures/com.ubuntu.camera/image20160425_161631195.jpg [14:37] Femma1: https://drive.google.com/open?id=0B55Gs35e-jxxcmlUSHFIZGM5aWM [14:37] mtp://[usb:003,005]/Aquaris%20E4.5%20Ubuntu%20Edition/Pictures/com.ubuntu.camera/image20160425_161603062.jpg [14:37] Femma1, https://drive.google.com/open?id=0B55Gs35e-jxxcmlUSHFIZGM5aWM [14:37] sry [14:37] ta [14:40] nik90: I'm not seeing anything [14:41] Femma1, you will need to download the video for viewing. [14:41] its a standard mp4 format [14:41] nik90: I'm not seeing a video [14:41] I'm seeing 'unav' [14:42] Femma1, are you able to download the file? [14:42] I get this [14:42] Efl£#BÜÅB˜ÅBÚÅÅBÇàmatroskaBáÅÅSÄgÛ#ÆMõt@ Y@!ÑRH!ÖRH!ÖRH)•òbä)¶òb )ßsÃ1« É:˧ìPB )§PJ*©§îRJ-÷ZsÓΩ›sÔA¯ ÑB!ÑB!ÑBBCV !dB!ÑRH!¶òb )ßÄ–êU ÄIëÀ±Õ—ÕÒœ%Q%—2-”R5S3=UTE’TUWU]]wm’vm’ñm◊Vm’vm’VmY∂m€∂m€∂m€∂m€∂m€∂m 4d †#9í#)í")í„8íܨd(ä„8é‰Hé%iífyñgâö®ôöË©û [14:42] ÑܨxäÁxégyíÁxégyößiö¶iö¶iö¶iö¶iö¶iö¶iö¶iö¶iö¶iö¶iö¶iö¶iö¶iö¶i@h»*@@«q«q«qGr$ [14:42] Y»@R$«r,Gs4«s Y@,ES<«ì<œ5œ”4ÕMQ4M”4M”4M”4M”4M”4M”4M”4M”4M”4M”4M”4M”4MSÅ [14:47] Femma1, nik90: I got a message that the video could not be played, with a button to download. The download worked. [14:47] nik90: can you report a bug requesting this functionality? [14:47] nik90: for ubuntu-ui-toolkit and ubuntu-ux, that way we can also track the solution that design comes up with [14:47] nik90: and you can attach the video to the bug [14:47] nik90: can you put the video link in dropbox or something please? [14:47] or what timp says :D [14:50] Femma1, try https://www.dropbox.com/s/cd994hcot05ccm8/unav.mkv?dl=0 [14:51] nik90: timp yes that works, I have a meeting for an hour in the next 10 mins, I shall take a look when I'm done :) [14:51] ok :0 [14:51] :) === trmsu is now known as Laney === chihchun is now known as chihchun_afk === afkthairus is now known as athairus [19:37] subet: What the Tools->Options...->Ubuntu shows? [19:55] bzoltan_: It shows just an empty list. [19:55] subet: I wonder if the static chroot package was properly installed [19:56] subet: dpkg -l|grep ubuntu-sdk [19:56] subet: there should be a ubuntu-sdk-api-15.04-armhf or ubuntu-sdk-api-15.04-i386 [19:56] Hmm, I just ran the apt get command: http://paste.ubuntu.com/16055782/ [19:57] subet: ls /var/lib/schroot/chroots [19:57] The directory is empty [19:57] subet: that is a problem indeed [19:58] oO can I fix this? [19:58] subet: please purge that package ... dpkg --purge ubuntu-sdk-api-15.04-armhf [19:58] subet: it is possible that you will need to use the force [19:58] Done [19:59] subet: and now apt install it again [19:59] subet: and follow the consol logs [20:00] Okay, will try [20:00] Does anybody in here by chance have a solution to this issue: http://askubuntu.com/questions/754532/i-need-ubuntu-components-1-3-for-ubuntu-14-04/762690#762690 [20:02] subet: I might be offline, but please pastebin the output and I will check it later [20:02] yay, it's there now :) Thank you bzoltan_. It's asking me whether I want to update it. I can do this savely, can't I? [20:02] subet: I would not update that [20:02] Okay [20:02] It shouldn't actually ask, should it? [20:02] subet: one reason that the regular click chroot is busted is the broken dependency on the overlay ppa... with an upgrade you might get the same [20:03] subet: it will not break the chroot, but might fail. [20:03] yeah, I almost guessed that. Okay [20:03] http://paste.ubuntu.com/16055837/ here's the log, but I don't think you need it now that it works [20:03] subet: the IDE asks you whenever the update tells it about [20:04] subet: enjoy :) and please ping me in case the SDK does not behave well :) [20:04] thank you!