=== chriadam|away is now known as chriadam [01:11] hi, is there any c++ developers? [01:12] I am new to programming, I would like to develop android apps using QT. [01:12] I tryed pyside for android, but I failed to use android sensors, and python libraries [01:13] edipss: you might be on the wrong channel, this is for Ubuntu development, not Android. But if you are interested in programming Ubuntu apps, you are welcome [01:13] my question: c++ has rich modules like python? is it possible to install c++ modules in synaptic package or terminal? [01:15] arayaq: Ubuntu touch uses QML, and my question is actually ubuntu touch development too [01:15] edipss: with modules you mean libraries? [01:15] sorry I joined here first time, I assumed this room for general development, but If I can develop android app using QT, It is possible to publish it for ubuntu touch too [01:16] yes [01:16] I especially would like to use scientific and geographic information system libraries [01:16] such as numpy, matplotlib [01:17] c++ has such libraries? [01:18] edipss: a lot of libraries are already packaged and ready to install with apt-get (or synaptic), all you need to know is the package name [01:18] yes that sounds good [01:18] edipss: and if the library if not packaged then is better to refer to their webite for instructions [01:20] arayaq: for example there are installed scientific libraries with apt-get.. when they are used in Ubuntu SDK for ubuntu touch project code, they are automatically packaged? or user needs to install them on repositories on device? [01:23] forexample it imported numpy in ubuntu touch project, and packaged this, when run the app on device, user needs to install numpy ? or it is automatically packaged by QT creator? [01:23] sorry for my bad english [01:28] c++ looks better than python.. [01:28] edipss: click packages will need to install whatever dependencies they require [01:30] sarnold: I dont know anythink about c++, I was studying about python QML, but it was not enough for me, so I decided to study about c++ with QT Quick 2. I wonder c++ libraries can be automatically install one package (deb) [01:31] edipss: if you use a ppa or configure your own apt server, yes; if you use click packages so that your app appears in the ubuntu app store, no -- you will have to bundle those. [01:34] my os is Lubuntu, and installed many libraries I need. So I can use some scripts with imported libraries in ubuntu. but when this script is packages, its size may be 20 MB (because of installed packages). [01:35] python scripts with QT can be a few KB but when it is packaged by pyinstaller, it can be 15 MB. [01:36] my question is when creating a ubuntu touch package, this can be install required packages like pyinstaller? [01:36] this can install* [01:40] edipss: I think some of these documents might help you understand what's possible, what's easy, and what's hard: https://wiki.ubuntu.com/SecurityTeam/Specifications/ApplicationConfinement http://developer.ubuntu.com/publish/apps/security-policy-for-click-packages/ [01:42] sarnold: Thank you! [01:45] good night rom [07:55] good morning === chriadam is now known as chriadam|away [09:06] Good morning all; happy Grammar Day! :-D [09:39] hm. In the Music app, once I've picked a genre and it's showing me that list of songs, how do I get back out of it to the front screen? [09:39] It worries me a lot that I cannot work this out :( [09:40] ah, the little tiny bar at the top :( [10:43] Man, this SDK is so cool. Got irc window inside :-O [10:45] It would be nice if the Ubuntu team would create a youtube account for the developer summit and post all the videos there. it would be much easier to go back to it === MacSlow is now known as MacSlow|lunch [11:40] oSoMoN: i can't find any FAIL in this CI log, but it seems the app crashed, can you have a quick look and let me know your opinion ? https://jenkins.qa.ubuntu.com/job/generic-mediumtests-runner-mako/5622/consoleFull [11:42] nerochiaro, as you can see from the end of the log file, there are crash files, so it looks like something crashed indeed [11:42] gallery-app and unity8, apparently [11:43] oSoMoN: yeah, they were the only things running I guess, so doesn't help much. i'll give it another spin, see if it was a glitch in CI [11:44] nerochiaro, you should be able to access those crash files from within jenkins to retrace them [11:45] oSoMoN: didn't you try that already in the past and it proved to be a dead end because there was not enough info ? [11:46] nerochiaro, not that I remember, if there are crash files they ought to be useful for debugging [11:46] oSoMoN: ok, never did retracing before, any pointers at something doc i can look at ? [12:48] I am new to ubuntu app development ... [12:48] may i know from where to start?? [12:48] sahilgupta: welcome [12:48] sahilgupta: I suggest you read http://developer.ubuntu.com/apps/ [12:49] sahilgupta: It introduces you to Ubuntu App Development and guides you through the entire process. [12:49] What device I require Specific Mobile device or I can do it in my laptop [12:49] sahilgupta: The development can be done on your laptop [12:50] k.. [12:50] sahilgupta: May I ask which version of Ubuntu you are running? [12:50] 12.04 LTS [12:51] sahilgupta: 12.04 LTS is fine, but I would recommend 14.04 LTS for development. [12:51] I read this link first then come back to u... [12:51] sahilgupta: okay. have fun :) [12:51] is it realeased?? [12:52] the beta is out and is quite stable. I have been using it for the past 1-2 weeks. [12:52] It gets updates more frequently to the latest SDK and also the new ubuntu emulator [12:53] I heard they gonna launch stable version in April. Is it true... [12:56] yes the stable release will be out on April 17th === MacSlow|lunch is now known as MacSlow [12:58] kalikiana: I am almost done with the examples. Just need to clean the code a bit. Let me know when you are free to do a hangout [12:58] kalikiana: preferable >2-3 hours later :) [13:05] nik90: cool. just ping me when you're available [13:08] mhall119: ping [13:23] dpm: ready for your session :) ? [13:23] nik90, rushing out to finish everything, but essentially, yes :) [13:24] dpm: :D [13:30] kalikiana: I got a small issue with my advanced example [13:30] kalikiana: I created a u1db doc with appDb.putDoc({ "username": userName.text, game: {"level": userlevel.text, "class": userClass.selectedIndex}}) [13:30] kalikiana: I then created a index with expression expression: ["username", "game.level", "game.class"] [13:31] kalikiana: however in a listmodel when I output JSON.stringify(model.contents) of the query, I get {"class":0, "level":20}. It missed the username field [13:32] nik90: lemme see if this may be covered by https://code.launchpad.net/~kalikiana/u1db-qt/wonderiousFields/+merge/207968 [13:32] kalikiana: it seems I haven't got the rev 113 update from trunk :/ [13:33] kalikiana: I think it may be https://code.launchpad.net/~kalikiana/u1db-qt/entireContentsInQuery/+merge/203058 [13:33] okay I'll check both [13:36] kalikiana: just sent you an email with the examples [13:37] Hello [13:37] Can someone help me please ? [13:37] GuillaumeQuittet: Hi [13:37] GuillaumeQuittet: Go ahead and ask your question. If someone knows the answer, they will help you. That's how IRC works [13:39] Ok thanks. I want to make a menu with qaction that change the program's interface. [13:39] So I used QActionGroup [13:39] And QAction [13:41] when I click the second time the connect doe not work. [13:50] zsombi: hey-- I think someone told me a while ago that you are responsible for the upcoming theming rework [13:50] zsombi: is that true? [13:51] nik90: unrelated but how about using image://theme/add and image://theme/save [13:51] kalikiana: would that work on the desktop? [13:51] zsombi: cause I was thinking about filing a couple of bugs, but wanted to talk to you to make sure they are useful instead of just noise [13:51] nik90: yes. there's actually a hack in place in the toolkit now to force that === Artyom is now known as Tyom [13:52] kalikiana: oh..sure I will change that then [13:53] jdstarand: theming rework? [13:53] jdstrtand: ^ [13:53] jdstrand: ^^ [13:54] jdstrand: the theming has been reworked, we're no longer use the CSSlike theme anymore... for ~8 months :) [13:54] nik90: so it seems I get the username with wonderiousFields but trunk/ entireContentsInQuery [13:54] *but not [13:54] kalikiana: how exactly do I put it? Should I replace the iconSource with image://theme/add ? [13:54] jdstrand: but feel free to talk about your ideas! [13:54] nik90: iconSource: "image://theme/add" [13:55] jdstrand: maybe we can find something that is valid on the new theming engine [13:55] hello all [13:55] kalikiana: ah thnx..I can start using this in the clock app as well :) [13:56] nik90: what will the query do, aside from the bug? right now it seems to just yield all docs [13:56] kalikiana: it is just supposed to display the username as the title and the userclass and userlevel as subtext in the Subtitled ListItem [13:56] My bug is fixed now !! :) [13:57] kalikiana: it is basically a ListView which displays the players in a organised manner [13:57] kalikiana: This bug doesn't happen if I change the document structure to a single level. Something like { username: "default", userclass: 0, userlevel: 0 } works as expected [13:58] nik90: strictly speaking you can do that by just putting the database in the ListView [13:58] zsombi: pong [13:58] mhall119: about the session tomorrow about the Layouts [13:58] kalikiana: true I can [13:58] mhall119: anything special you guys would like to hear? [13:58] kalikiana: but I was thinking of extending it to later filter only those fields with class "Foot Soldier" [13:59] zsombi: ah, well, I hit these issues within the last couple months [13:59] mhall119: I don't really have time to prepare any extra code other than the ones we have in the tutorial... [13:59] nik90: that was my question. what you're doing is fine, it just doesn't show query "in action" :-D [13:59] zsombi: basically, it all comes down to I'd like to support a 'light' theme for an app [14:00] zsombi: but it seems like I can't control the theming (maybe I haven't found what I need) enough [14:00] zsombi: the one in the tutorial should be fine [14:00] kalikiana: true [14:01] mhall119: so I'll use the tutorial for the session, I'll go thru it quickly and then leave Q&A time [14:01] nik90: since I doubt the fix branch would land in time even if it lifts off today, maybe it's best to just go with single level here [14:01] zsombi: it's really meant to introduce the idea and answer questions [14:01] jdstrand: yeah :) the tutorial it's not yet done for the theming [14:01] zsombi: yeah [14:01] nik90: it would resolve it… but nobody will see it :-] [14:01] kalikiana: actually if I use the database as the model, it also shows the deleted documents as {} [14:01] mhall119: ok, so an extra burden for me to create sample apps in such a busy time is taken away :) [14:01] zsombi: for example, OptionSelector - I can get in situations where the text color and the widget are too close [14:02] kalikiana: sure I will use a single level document for the session [14:02] and I can't seem to change it [14:02] sessing will start in a minute, sorting the hangout details... [14:02] zsombi: or being able to adjust placeHolderText color for TextField [14:02] (hi everyone! :) [14:02] jdstrand: so you managed to get the app specific theme? [14:02] nik90: aaaaah there's that bug with deleted stuff in database as a model, I bet you're hitting that. sometimes I wish the database was not separate code path [14:03] zsombi: or changing the color of the background of a focused TextArea [14:03] zsombi: I probably did it all wrong [14:03] nik90: please stick to the * query then [14:03] kalikiana: I will use a Index and Query with a single document structure. This way I wouldn't hit either of those bugs [14:03] jdstrand: well, unfortunately not every component's style is made so that by overriding it you can alter colors or so... [14:03] kalikiana: but this is what we need to fix once people start using u1db more and more [14:04] nik90: totally agree. [14:04] zsombi: usually I'm changing individual components' colors if the component has a 'color' or 'backgroundColor' available [14:05] I'm hopefully on to resolving the last failure in the branch soon [14:05] zsombi: but for OptionSelector, I actually did something horrible: [14:05] OptionSelector { [14:05] jdstrand: and we don't have the API fixed for the styles... [14:05] style: TextAreaStyle { [14:05] background: UbuntuShape { [14:05] radius: "medium" [14:05] color: ... [14:05] } [14:05] } [14:05] jdstrabnd: omg... starts bad! :D [14:06] yes :) [14:06] anyone can hear/see the live stream? [14:06] dpm: Yes [14:06] I don't even know why that works. I have a comment in the qml: [14:06] dpm: we see you [14:06] jdstrand: remember, the styles usually use something from the styled component, so if you use TextAreaStyle, that may use the TExtField or TextArea properties :) [14:07] thanks guys [14:07] zsombi: what was weird was that I got the TextAreaStyle to work with OptionSelector [14:07] honestly, I tried to go through the api docs on theming, but came away very confused [14:08] perhaps I'll wait for the tutorial and then revisit [14:08] though, iirc, OptionSelector in particular didn't seem to have what I needed to change things [14:08] anyhoo-- if the theming is all in place, I'll just wait for the docs [14:08] jdstrand: perhaps it doesn't use things from TextArea [14:09] jdstrand: yeah, OPtionSelector is not the best component what comes to styling... [14:09] zsombi: well, the TextArea is just a total accident-- I copy/pasted something and forgot to change the TextAreaStyle to something else when I reloaded and noticed something changed [14:10] zsombi: so I went with it for now [14:10] Anyone else really having problem with the sound [14:10] jdstrand: yes, the theming is up to date, it's the one we will use for sure, and yes, there will be a tutorial for that, hopefuly by 14.04... [14:10] KHendrik: nope [14:10] but, I actually don't have my light theme enabled cause there are a lot of things that don't work quite right [14:11] nik90, hmmevery second work is just cracking noise for me ... [14:11] KHendrik: tried refreshing the stream? [14:11] nik90, multiple times [14:11] weird [14:12] hmm seems its actually buffering [14:13] i don't understand why my connection is definetly fast enough [14:22] any questions on the concepts? [14:30] dpm: QUESTION: Can't we use QtCreator to generate POT files which for projects without CMAKE file? [14:33] dpm: QUESTION: Will these slides be available later for easy opening of the links mentioned in the slides? [14:34] http://bazaar.launchpad.net/~ubuntu-weather-dev/ubuntu-weather-app/trunk/view/head:/po/CMakeLists.txt [14:45] dpm: QUESTION: Is there also a Google+ group for Ubuntu Translators? [14:47] dpm: QUESTION: Do you just need one CMAKELIST.txt file in the po folder? Or Do we need to convert the entire project to CMAKE? [14:49] https://plus.google.com/b/102330453873285638035/102330453873285638035/posts [14:50] https://www.facebook.com/ubuntu.translators [14:58] dpm: thnx for the session [14:59] nik90, you're welcome, thanks for listening in and for participating with your questions :) [14:59] dpm: np...I now have an idea on how to translate my flashback app [14:59] \o/ [15:00] nik90, as I said, have a look at the weather app, which I had to fix after the port to cmake (other core apps will follow). You can grab just the cmake bits you need [15:02] sorry, it's #ubuntu-app-devel [15:02] not #ubuntu-on-air [15:03] nevermind :) [15:03] dpm: will do [15:07] The focus of the screen share isn't great ... [15:07] SKilly, looks good to me [15:08] maybe look at it directly on youtube http://www.youtube.com/watch?v=WsW52Iq2aPQ#t=174 [15:08] SKilly, do you feel the font should be bigger? [15:08] any questions so far? [15:09] no, it's just a bit fuzzy [15:09] why not use the template with backend and tabbed ui? [15:09] (was better earlier?) [15:09] yeah thats true fuzzy even though its 720p [15:10] thanks chaps - I'll give YT a try [15:10] can you guys prefix question with QUESTION next time? just so I can pick it up more easily? [15:11] sure thing [15:11] thanks! [15:16] QUESTION: can mzanetti increase his video quality settings? His screensharing is unreadable to me [15:20] dangers of live coding :) [15:21] more questions? :) [15:25] m_nam not m_name [15:26] ok [15:39] more questions for Michael? [15:44] mzanetti: are you returning m_position from your position() method, or still the hard-coded QGeoCoordinate? [15:44] mhall119, he just fixed it its now dynamic [15:45] yeah, video lag :) [15:45] you check to see if the bool is true so you do not have a mem leak on the signal [15:46] aka the notify [15:48] the function [15:49] upsidedown, which function? [15:49] the bool one because when he emits the signal [15:49] mzanetti, ^ [15:49] any other questions? :) [15:50] if (m_bool === someProperty) {m_bool = someProperty; emit somePropertyChanged(); } [15:51] so when you run in qml onSomePropertyChanged{ } << it will check [15:51] Thank you. Nice demo [15:51] thanks a lot nice tut [15:52] thanks - will we be able to watch video again later? [15:52] QUESTION: can you share an example, like this one? [15:52] great tutorial all around thanks [15:52] hey o/ [15:53] \o [15:53] mzanetti: Awesome session. Do you have an example for pulling json somewhere? [15:53] now I'm free to type [15:53] mrjazzcat: thanks. well, that's what this does, no? [15:53] mzanetti: ok, cool. It's just hard for us Qt newbies to keep up :) [15:54] QUESTION: maybe the same as mrjazzcat, but can you publish your example code somewhere we can download it? [15:54] mrjazzcat: yeah, I guess so... It's a bit much if you've never seen C++ before [15:54] I tried to target people that have an understanding of QML already and have some very little C++ at least [15:54] mhall119: yep, will put it up [15:54] mrjazzcat: The C++ I could do fine with. It's the Qt classes I don't know yet, so an example would be awesome [15:54] video must have a long lang [15:54] lag [15:55] upsidedown: sorry, still not following... everything you say seems correct, but I still don't really see where it should leak something [15:55] cool yeah what I was saying is in your bool function you are setting a private bool property . If you do not check to see if it has changed then it will not know [15:55] mzanetti: thanks again for the great demo [15:56] upsidedown: aaah. now I get it. you wrote that before I added the changed signal [15:56] like emit somePropertyChanged() whta if it still thinks that it is false or true [15:56] cool [15:57] great tutorial have a good one [15:57] mzanetti: Thanks for the demo.I'll pull the code down later and experiment. [15:58] mhall119: mrjazzcat: AlanO: here's the code now: lp:~mzanetti/+junk/wheretheissat [15:58] thanks mzanetti [15:59] Thank you [15:59] mzanetti: sweet, thank you [15:59] yw [16:01] test [16:03] http://pad.ubuntu.com/appdevweek-1403-ubuntu-ui-toolkit-tips-and-tricks-for-beginners [16:04] Yes, it looks good [16:04] mhall119, looks fine on the video too [16:04] mrjazzcat: yup, good [16:05] you are live [16:06] mhall119, pad is not accessible "Either you have not been granted access to this resource or your entitlement has timed out. Please try again." [16:07] KHendrik, I can add you to the etherpad team if for some reason you are not. What's you lp id? feel free to pm it to me if you wish instead [16:08] balloons, didn't know i had to be in the team kbehren is my id [16:09] https://launchpad.net/~ubuntu-etherpad [16:10] KHendrik, you should be all set, skilly you too.. Simply reload the page [16:11] balloons, thank you works fine now :) [16:11] feel free to ping a question at any time :-) I'll interrupt mike :-) [16:12] QUESTION: hey, I've never noticed that Outline pane. Do you actually use it? [16:13] ballons can you repeat the url please? [16:13] chocolateThunder, https://launchpad.net/~ubuntu-etherpad? [16:13] the other one :) [16:13] to the actual link [16:14] chocolateThunder, http://summit.ubuntu.com/appdevweek-1403/meeting/22145/ubuntu-ui-toolkit-tips-and-tricks-for-beginners/ [16:14] Thanks!Q [16:17] http://developer.ubuntu.com/api/qml/sdk-14.04/ [16:21] QUESTION: how do you clear a saved state while debugging? [16:22] (because I can never work it out and have to adjust the app to "save" an empty value :)) [16:23] ha! [16:23] I do not know either. :) [16:24] Ya, if a Page has one child and it's a Flickable, the header works automatically. Mostly. [16:24] The rules of this sort of thing are not very well documented, so it's always confusing :) [16:25] note for example that you do not have clip:true on the listview which means that sometimes it will scroll *under* the header [16:25] it's dead confusing :( [16:25] omg my eyes horrible gradient ;) [16:27] aquarius: the "rule" is that the first of the children of the Page which is a Flickable that can flick in vertical direction, then that's gonna be the automatic value of page.flickable [16:28] aquarius: if it is documented bad, that's probably my fault. Suggestions for updates are welcome :) [16:29] QUESTION: any hints about using Ubuntu design guidelines? [16:29] great presentation, congrats [16:30] very helpful for the noobs. Thanks Michael [16:30] api website again: http://developer.ubuntu.com/api/qml/sdk-14.04/ [16:30] Thanks Michael, great demo. [16:30] http://design.ubuntu.com/apps [16:31] mhall119: yup [16:31] QUESTION: Is there any advice or tips on how to come up with good gradients for our apps? [16:31] http://design.ubuntu.com/apps/building-blocks/page-stack [16:31] navigation: http://design.ubuntu.com/apps/global-patterns/navigation [16:33] https://plus.google.com/communities/111350780270925540549 [16:33] Nice, thank you! [16:33] https://plus.google.com/u/0/communities/111350780270925540549 [16:33] ask a designer :-) [16:33] and if nothing else peer review will help shape your design [16:34] cool, thanks [16:35] Thanks! [16:35] Informative presentation, thank you. [16:35] thanks, mhall119 [16:35] 1w 83 [16:57] ping oSoMoN: can you top approve this one so it lands on next release? https://code.launchpad.net/~elopio/webbrowser-app/copyright/+merge/205075 [16:58] elopio, I can surely top-approve it, but it’s not as simple as that, a landing needs to be requested for this MR [16:59] video is going live now [16:59] let us know when you can see it [16:59] oSoMoN: aren't you doing releases weekly or something like that? [16:59] I can see it [17:00] mhall119: we can see you [17:00] elopio, no, it’s an on-demand thing [17:01] oSoMoN: well, next time you have something to release, can you please add this one too? It would be a lot of effort to make a release just for this branch. [17:02] elopio, sure [17:03] !help [17:03] Please don't ask to ask a question, simply ask the question (all on ONE line and in the channel, so that others can read and follow it easily). If anyone knows the answer they will most likely reply. :-) See also !patience [17:03] suhaib: do you need help? [17:03] mhall119: ya, just wants to know the url for the live video [17:03] suhaib: http://summit.ubuntu.com/appdevweek-1403/meeting/22148/html5-ubuntuui-components/ should have it embedded [17:04] if you have a question for the presenter (Kyle) ask it here starting with "QUESTION:" [17:04] . [17:05] mhall119: Thanks, How come the website sends me to the 11-13 summit ? [17:05] http://summit.ubuntu.com/uds-1403/ [17:05] Are these sessions being recorded for later viewing? I missed the last one :( [17:05] suhaib: because that's happening next week [17:05] TooLmaN: yes [17:05] QUESTION: you say that grid units will be available in CSS. That is, I'll be able to say: h1 { height: 8gu; } ?? Really? That'll break the ability to have my html work anywhere else [17:05] (perhaps you didn't mean that it'll work in css?) [17:05] mhall119: ty [17:06] mhall119: aha [17:09] kyleN, mhall119, please, please don't patch the browser renderer to magically understand gu in CSS for Ubuntu only :( [17:09] aquarius: I *think* they were planning on using a CSS pre-processor to convert gu to pixels [17:09] I don't know how to say this more strongly. If I'm writing a dialect of HTML which doesn't work in any other browser at all, then it is *not HTML* [17:10] It means I can't test in a desktop browser. [17:10] If I'm doing that I might as well just use QML. [17:10] there is one web for a reason. :) [17:11] aquarius: like I said, I think they're going to use a pre-processor so you as a developer can write in terms of grid units, but the browser will ultimately only see pixel values [17:12] mhall119, still means no testing in browser :( [17:12] aquarius: sure you can, it just means you have to run the process first [17:12] and Ubuntu's just never going to have as complete a set of tools as the whole rest of the world put together. [17:13] aquarius: how would you propose to support GUs in html then? [17:13] t1mp, I wouldn't. [17:13] that's what you get for inventing your own unit. :) [17:13] aquarius: you don't *have* to use grid units if you don't want to, they're just there to make your job easier [17:13] I don't think you need grid units in HTML anyway. [17:13] Note that the whole rest of the universe is doing responsive design and coping ;) [17:13] does HTML/CSS provide a way to accomplish the same thing? [17:14] em ... isnt it ? [17:14] No. An em is the size of an "m" character. [17:14] aquarius: and what about other ubuntu-specific stuff, such as launcher online accounts, contenthub, ...? [17:14] HTML has vw and vh and vmin viewport units, which are useful for this. [17:15] t1mp, those are APIs, which are fine -- no problem with calling APIs, because you can do those in JavaScript. [17:15] I'd be happy if the "preprocessor" that was used was, for example, a SASS plugin which was released as JS [17:15] rather than inventing some brand new tool [17:15] there's a lot of prior art in this field, and I'm worried that it's not being looked at [17:16] aquarius: but if you use anything from here http://developer.ubuntu.com/api/html5/sdk-14.04/UbuntuUI/ then it would not work in another browser? [17:16] vw and vh are non-pixel values? [17:16] talk to web developers [17:16] t1mp, it should do. That's JS. [17:16] mhall119, a vw is 1/100 of the screen width [17:16] aquarius: so you would copy the JS libs and include with your app? [17:16] aquarius: physical width? pixel width? what? [17:16] aquarius: I know nothing about html app development, so I'm asking out of curiosity [17:17] t1mp, yep, and that's exactly precisely what I did with wordbits. [17:17] it's convenient that they're shipped on the device, certainly, so I don't have to ship them in my click package [17:17] aquarius: ok. so in qml we have units.gu(5) for grid units. The same would work if we provided a JS function that does the same [17:17] t1mp, except that CSS can't run JS functions, sadly. [17:18] ohh [17:18] right [17:18] if I'm building an HTML app then at least part of my motivating reason for doing so (rather than non-portable QML+Ubuntu.Components) is that I want to be on Android and iOS as well [17:18] for those watching the video, kyleN has mentioned pending changes to the header and toolbar, there will be a session on that Friday at 1400 UTC if you want a preview of what's coming [17:18] t1mp, there are CSS preprocesors already, and some are in JS so they can be used on the fly, and that'd be great [17:19] aquarius: ask alex-abreu for more specific implementation details about GU support in HTML5 [17:19] but I don't know if anyone on the team implementing this is doing enough web dev to know about this stuff :) [17:19] mhall119, will do. [17:19] again, I think they're going to use one of those CSS preprocessors that you seem to be happy using [17:19] hooray! [17:19] that way I can just include sass.js and use it like a normal web app I'd build. [17:20] aquarius: daker surely does enough web dev to know "the right way" to do this [17:20] and then preprocess in the build step for production [17:20] QUESTION: Can we mix the 2 types of layouts on the same app? [17:20] mhall119, cool -- I wasn't sure what was going on because I don't get to see much of this work [17:20] anyway I'll shut up now :) [17:20] pabluk: you mean PageStack and Tabs? [17:21] mhall119: yes [17:21] pabluk: it is possible but not recommended [17:21] Don't mix them in the same app; the design guideliens specifically recommend against it. http://design.canonical.com/2013/03/app-patterns-explained-navigation/ has the details [17:22] t1mp: ok [17:23] aquarius: thanks for the link [17:23] aquarius: thanks. I couldn't find the link :) [17:24] t1mp, the reason I know is that I myself asked a question on G+ about it for the design team to answer, about a week ago ;) (https://plus.google.com/u/0/+StuartLangridge/posts/G8Yr3dmvVnJ) [17:27] aquarius: weird, I cannot see answers from katie on that page, although you seem to reply to her comments [17:29] StateSaver is amazing! [17:29] t1mp, I think she was speaking from her Canonical account, which has since been deleted. [17:29] kenvandine, it is, isn't it? I love it. ;) [17:30] aquarius: oh :( makes sense. but now some useful information is missing [17:30] well.. I can only guess that it was useful [17:30] I concur. Don't know what can be done about that :( The conclusion basically was "this is a use case that we just flat out don't cater for now, so we the design team need to think about that and work out what to do" :) [17:32] aquarius: how is it done in desktop apps? [17:32] btw, all of these components he's showing off are documented on http://developer.ubuntu.com/api/html5/sdk-14.04/UbuntuUI/ [17:33] t1mp, most platforms don't have specific design guidance saying "don't do this". (They may be wrong to do so; it might be a bad pattern. Hence me asking for a better one. :)) [17:46] QUESTION: can I put data-role="button" on anything? Specifically, a