=== 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 | ||
MurtazaJawadwala | Hi all, I am having Raspberry Pi 2 project, needed developer for programming. Please contact me at murtaza@systematixinfotech.com | 10:01 |
---|---|---|
nik90 | timp, ping | 11:04 |
timp | nik90: hi | 11:04 |
timp | I'm in a meeting for about 20 more minutes | 11:04 |
nik90 | timp, ah ok..pls ping me whenever you're free. | 11:05 |
MurtazaJawadwala | Hi Nik90 | 12:17 |
MurtazaJawadwala | are you interested for Raspberry Pi project? | 12:17 |
=== _salem is now known as salem_ | ||
timp | nik90: hi. Did you have a question for me? | 13:02 |
nik90 | timp, yes, | 13:05 |
nik90 | 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 |
nik90 | Is there a way to find out the page depth of a particular column? | 13:06 |
nik90 | 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 |
nik90 | This also applies to other pages like the settings page etc. etc. | 13:07 |
nik90 | How do I go about doing this? | 13:07 |
nik90 | 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:08 |
timp | nik90: so when you switch to a two-column layout, you want the primary page to resize and use only the first column? | 13:15 |
timp | nik90: instead of "hiding" the second page, you could remove it from the APL? | 13:16 |
nik90 | 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 |
nik90 | timp, in order to hide/remove the 2nd page, I need to know what is the 2nd page. | 13:17 |
nik90 | How do I know if it was the settings page or the search page? | 13:18 |
timp | ah, right | 13:18 |
timp | 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:18 |
timp | nik90: if you have only the primary page, and this second page, you can apl.removePages(primaryPage) | 13:19 |
timp | \qmlmethod void removePages(Item page) | 13:19 |
timp | The function removes and deletes all pages up to and including \c page | 13:19 |
timp | is reached. If the \a page is the same as the \l primaryPage, only its child | 13:19 |
timp | pages will be removed. | 13:19 |
nik90 | 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 |
timp | so removePages(primaryPage) removes all pages except the primary page itself | 13:19 |
nik90 | because adding something like a close button in the search page is not standard ubuntu pattern | 13:19 |
nik90 | timp, Do you think adding a close button would be a good idea (design wise)? | 13:20 |
nik90 | it does make the implementation easier for sure. | 13:20 |
timp | yes, it makes it easier, but better to ask someone who knows all the latest design patterns by heart ;) | 13:21 |
timp | Femma1: ^ | 13:21 |
nik90 | timp, ok. Is there a way to show a slide-in animation when transitioning to a 2 column layout? | 13:21 |
timp | nik90: no, we will need to add that later | 13:21 |
nik90 | I understand that PageColumnLayout is a QtObject..so I cant really add UbuntuNumberAnimation{} inside it. | 13:21 |
timp | nik90: only if you use a BottomEdge, there is an animation now | 13:22 |
nik90 | ack. | 13:22 |
timp | right, that's a QtObject, only for configuration | 13:22 |
nik90 | timp, btw, by using APL, I solved the back button missing issue. | 13:23 |
nik90 | APL is really nice..good job! | 13:23 |
timp | the columns are implemented inside the AdaptivePageLayout | 13:23 |
timp | nik90: thanks :) | 13:23 |
Femma1 | nik90: timp we are going to look at buttons usage patterns next week and can add that to the agenda | 13:23 |
nik90 | Femma1, thnx | 13:23 |
timp | nik90: ah the missing back button in PageStack was a bug that I also fixed in UITK staging | 13:23 |
timp | 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 |
timp | the main use cases for changing layouts so far is resizing a window, or changing/attaching screens | 13:24 |
nik90 | timp, I will do you one better..I will create a video about it and share it. | 13:24 |
timp | ok, cool | 13:25 |
timp | :) | 13:25 |
timp | 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 |
nik90 | timp, agreed. | 13:26 |
timp | 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:26 |
timp | 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:27 |
nik90 | 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:29 |
timp | ok | 13:30 |
timp | zsombi: did the most work on the layouts for the APL, so if I'm not around you can ask him too | 13:30 |
timp | nik90: ^ | 13:30 |
nik90 | ok | 13:31 |
nik90 | timp, zsombi: https://drive.google.com/open?id=0B55Gs35e-jxxcmlUSHFIZGM5aWM | 13:53 |
subet | 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 |
subet | ubuntu-sdk-libs:armhf : Depends: ubuntu-html5-container:armhf | 14:00 |
subet | E: Unable to correct problems, you have held broken packages." | 14:00 |
subet | I was told I should follow this guide https://lists.ubuntu.com/archives/ubuntu-devel/2016-April/039322.html. | 14:00 |
subet | Unfortunately, even though I installed the static chroot package, it still doesn't show up as Kit in the SDK. | 14:00 |
subet | Is there anything else I have to do in order to get this working? Thanks in advance. | 14:00 |
nik90 | bzoltan_, ^^ | 14:03 |
timp | nik90: all clear now. | 14:15 |
timp | nik90: apps looks good :) | 14:15 |
timp | nik90: I think it is a good use case for design, so let's show Femma1 your link^ too | 14:15 |
timp | Femma1: ^ | 14:15 |
timp | 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:16 |
nik90 | 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 |
timp | you can use it also to remove the second column | 14:22 |
nik90 | timp, I suppose I could just do removePages() to get rid of the second column | 14:22 |
nik90 | good idea..will try that out. | 14:23 |
mivoligo | I think the column will stay there but will be empty | 14:23 |
nik90 | mivoligo, well, not necessarily..we can use the bool variable flag to switch to a 1 column layout. | 14:24 |
nik90 | since the layout is triggered for specific conditions. | 14:24 |
mivoligo | nik90: right, together with that it should be fine | 14:24 |
=== Laney is now known as trmsu | ||
Femma1 | timp: nik90 can you repaste the link pls? | 14:36 |
nik90 | Femma1, mtp://[usb:003,005]/Aquaris%20E4.5%20Ubuntu%20Edition/Pictures/com.ubuntu.camera/image20160425_162111963.jpg | 14:37 |
nik90 | mtp://[usb:003,005]/Aquaris%20E4.5%20Ubuntu%20Edition/Pictures/com.ubuntu.camera/image20160425_162023750.jpg | 14:37 |
nik90 | mtp://[usb:003,005]/Aquaris%20E4.5%20Ubuntu%20Edition/Pictures/com.ubuntu.camera/image20160425_161928883.jpg | 14:37 |
nik90 | mtp://[usb:003,005]/Aquaris%20E4.5%20Ubuntu%20Edition/Pictures/com.ubuntu.camera/image20160425_161750676.jpg | 14:37 |
nik90 | mtp://[usb:003,005]/Aquaris%20E4.5%20Ubuntu%20Edition/Pictures/com.ubuntu.camera/image20160425_161631195.jpg | 14:37 |
timp | Femma1: https://drive.google.com/open?id=0B55Gs35e-jxxcmlUSHFIZGM5aWM | 14:37 |
nik90 | mtp://[usb:003,005]/Aquaris%20E4.5%20Ubuntu%20Edition/Pictures/com.ubuntu.camera/image20160425_161603062.jpg | 14:37 |
nik90 | Femma1, https://drive.google.com/open?id=0B55Gs35e-jxxcmlUSHFIZGM5aWM | 14:37 |
nik90 | sry | 14:37 |
Femma1 | ta | 14:37 |
Femma1 | nik90: I'm not seeing anything | 14:40 |
nik90 | Femma1, you will need to download the video for viewing. | 14:41 |
nik90 | its a standard mp4 format | 14:41 |
Femma1 | nik90: I'm not seeing a video | 14:41 |
Femma1 | I'm seeing 'unav' | 14:41 |
nik90 | Femma1, are you able to download the file? | 14:42 |
Femma1 | I get this | 14:42 |
Femma1 | Efl£#BÜÅB˜ÅBÚÅÅBÇàmatroskaBáÅÅSÄgÛ#ÆMõt@<MªãS´ÑI©fS¨ÅflMªåS´ÑTÆkS¨Ç0MªåS´ÑT√gS¨Ç§MªçS´ÑSªkS¨ÉÛ!‚ÏîI©fE*◊±ÉB@MÄçLavf56.40.101WAçLavf56.40.101s§ê÷`碂Ù4Àl1≠I!†xDâàAî TÆkhÆx◊Ås≈ÅúÅ"µúÉundÜèV_MPEG4/ISO/AVCÉÅ#„ÉѸ†U‡∞ÇÄ∫Ç∞ÇÄT∫Ç¢≠d(ˇ·gd(¨Ÿ@x'¿ZÄÄĆ Å„2¿Ôè | 14:42 |
Femma1 | 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 |
Femma1 | Ñܨ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 |
Femma1 | Y»@R$«r,Gs4«s<GtD«tL…îT…µ\ | 14:42 |
Femma1 | Y@,ES<«ì<œ5œ”4ÕMQ4M”4M”4M”4M”4M”4M”4M”4M”4M”4M”4M”4M”4MSÅ | 14:42 |
timp | Femma1, nik90: I got a message that the video could not be played, with a button to download. The download worked. | 14:47 |
timp | nik90: can you report a bug requesting this functionality? | 14:47 |
timp | nik90: for ubuntu-ui-toolkit and ubuntu-ux, that way we can also track the solution that design comes up with | 14:47 |
timp | nik90: and you can attach the video to the bug | 14:47 |
Femma1 | nik90: can you put the video link in dropbox or something please? | 14:47 |
Femma1 | or what timp says :D | 14:47 |
nik90 | Femma1, try https://www.dropbox.com/s/cd994hcot05ccm8/unav.mkv?dl=0 | 14:50 |
Femma1 | 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 |
nik90 | ok :0 | 14:51 |
nik90 | :) | 14:51 |
=== trmsu is now known as Laney | ||
=== chihchun is now known as chihchun_afk | ||
=== afkthairus is now known as athairus | ||
bzoltan_ | subet: What the Tools->Options...->Ubuntu shows? | 19:37 |
subet | bzoltan_: It shows just an empty list. | 19:55 |
bzoltan_ | subet: I wonder if the static chroot package was properly installed | 19:55 |
bzoltan_ | subet: dpkg -l|grep ubuntu-sdk | 19:56 |
bzoltan_ | subet: there should be a ubuntu-sdk-api-15.04-armhf or ubuntu-sdk-api-15.04-i386 | 19:56 |
subet | Hmm, I just ran the apt get command: http://paste.ubuntu.com/16055782/ | 19:56 |
bzoltan_ | subet: ls /var/lib/schroot/chroots | 19:57 |
subet | The directory is empty | 19:57 |
bzoltan_ | subet: that is a problem indeed | 19:57 |
subet | oO can I fix this? | 19:58 |
bzoltan_ | subet: please purge that package ... dpkg --purge ubuntu-sdk-api-15.04-armhf | 19:58 |
bzoltan_ | subet: it is possible that you will need to use the force | 19:58 |
subet | Done | 19:58 |
bzoltan_ | subet: and now apt install it again | 19:59 |
bzoltan_ | subet: and follow the consol logs | 19:59 |
subet | Okay, will try | 20:00 |
mkelly | 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:00 |
bzoltan_ | subet: I might be offline, but please pastebin the output and I will check it later | 20:02 |
subet | 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 |
bzoltan_ | subet: I would not update that | 20:02 |
subet | Okay | 20:02 |
subet | It shouldn't actually ask, should it? | 20:02 |
bzoltan_ | 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:02 |
bzoltan_ | subet: it will not break the chroot, but might fail. | 20:03 |
subet | yeah, I almost guessed that. Okay | 20:03 |
subet | http://paste.ubuntu.com/16055837/ here's the log, but I don't think you need it now that it works | 20:03 |
bzoltan_ | subet: the IDE asks you whenever the update tells it about | 20:03 |
bzoltan_ | subet: enjoy :) and please ping me in case the SDK does not behave well :) | 20:04 |
subet | thank you! | 20:04 |
Generated by irclog2html.py 2.7 by Marius Gedminas - find it at mg.pov.lt!