=== chriadam|away is now known as chriadam [02:06] Is there a way to put spacing in an ubuntu shape? === chihchun_afk is now known as chihchun === chriadam is now known as chriadam|away [08:24] Morning folks [08:35] Aki-Thinkpad: what do you mean by spacing in the ubuntu shape? [08:35] nik90_, oh hey [08:35] morning [08:35] Aki-Thinkpad: morning [08:35] nik90_, yah I figured it out with the anchors [08:36] nik90_, do you still know if there is room on the ubuntu core contributors? [08:36] or pioneers, or whatever its called? [08:36] Been working hard on my app to get it done so I can be included among the 200 [08:37] Aki-Thinkpad: hmm, I will have to check. give me a min [08:37] nik90_, thanks [08:38] Aki-Thinkpad: it seems there is still space [08:38] goody [08:38] Aki-Thinkpad: I just manually counted the number of app devs in the page, and it adds up to around 130 [08:39] ah good [08:39] thanks [08:39] Aki-Thinkpad: looking forward to your app. Let me know if you need help testing on a device [08:39] nik90_, I will actually. I got a lot of work done on it the last few days.... Now its just a lot of brute force coding [08:39] packaging too [08:40] ah ok [08:45] nik90_, http://i.imgur.com/bBB7lLm.jpg [08:45] Most of the work is implimenting about 200 pages of documentation pertaining to the hundred some odd primitives used in apl [08:46] Aki-Thinkpad: sweet [08:46] Aki-Thinkpad: you need to anchor your Row to the left and right edges of the parent (phone) [08:46] nik90_, Any screenshots of what you are working on? [08:47] Aki-Thinkpad: sure :) 1 min [08:47] nik90_, should I anchor that to the mainview? [08:47] or just whatever parent? [08:47] Aki-Thinkpad: well you need to anchor to the page ideally since the page follows the phone dimensions [08:48] yah; if I run into any bugs, I'm sure i'll be able to pick them up [08:48] Aki-Thinkpad: and I am guessing your row is placed inside a page in which case it is a simple anchors.left: parent.left [08:49] nik90_, whatever the issue was, it is fixed. I will have to see though what it looks like on the phone [08:49] I think it should be able to handle landscape fine [08:49] Aki-Thinkpad: https://imgur.com/HoolAyi, https://imgur.com/ibpw4lT [08:50] nik90_, wow, beautiful! [08:51] Aki-Thinkpad: thnx [08:51] one thing I do not quite get; in your first screenshot; are you manually theming a dark background? [08:51] or is that just the them used on the phone? [08:52] nik90_, like for example; the showcase app on qt creator has no dark backgrounds [08:52] Aki-Thinkpad: I manually set an abstract image as the app background. It doesn't come by default [08:52] ah [08:52] Looks beautiful [08:53] Aki-Thinkpad: although you can set different colors of your app background [08:53] backgroundColor: somevalue [08:53] headerColor: somevalue [08:53] footerColor: somevalue [08:53] this should set a gradient [08:54] good to know [09:03] Good Morning all [09:04] good mornign [09:04] DanChapman, morning chap [09:05] morning Aki-Thinkpad :-) [09:06] How goes app development? Got any screenies to show off? === jhodapp_ is now known as jhodapp [09:14] zsombi: as discussed, we can have the scrollbars and test cases without textview for now, and I'll file a separate bug for it https://code.launchpad.net/~kalikiana/ubuntu-ui-toolkit/interactiveThumb/+merge/218307 ready for review [09:24] Aki-Thinkpad: it's going great, how about you? Yeah sure give me few mins and i'll upload a screenie [09:24] DanChapman, great; would love to see what you been up to. Mine is going well [09:42] Aki-Thinkpad: this is the email message view i'm working on atm. It's far from ready but shows what's coming https://drive.google.com/folderview?id=0BwhxYaiA7z1qdV9OZERkaU51bk0&usp=sharing [09:44] DanChapman, the formatting is really solid and obvious, with the subject in the heading title. Very well laid out. [09:49] any idea, why checkbox text property is not showing text next to the checkbox ? [10:00] nik90_, hey; any idea how to put a whitespace into a label? I tried   but its not working [10:01] Aki-Thinkpad: have you tried other html tags like /n, /t perhaps? [10:01] I'll give it a shot [10:01] Aki-Thinkpad: I have seen some stuff work like
, [10:02]
is a linebreak [10:02] nik90_: any ieda regarding checkbox text property ? [10:02] I need whitespace in order to display code properly [10:02] mihir, checkbox has a text property? [10:02] yup it does have [10:03] mihir: I don't think checkbox has a text property, meaning you need to add a label next to it [10:03] nik90_: yup [10:03] http://developer.ubuntu.com/api/qml/sdk-14.04/Ubuntu.Components.CheckBox/#text-prop [10:03] adding lable would be the last option ? [10:04] nik90_, did the components upgrade recently? [10:04] is it 1.1 now or something? [10:04] mihir, have you tried anchoring the text? [10:04] Aki-Thinkpad: the new version is 1.1 indeed which adds the next combo button [10:05] Aki-Thinkpad: i did try , but it is not showing so i guess need to add label would be the last option [10:05] Aki-Thinkpad: however you can choose to use that if you want to use the combo button or stay with 0.1 to maintain compatibility [10:06] mihir, well that is one thing you could try; have you updated the libs to 1.1? maybe they changed it? [10:06] mihir: check with the SDK devs, frankly I would expect the text prop to work [10:07] nik90_: yeah, it should i did try in scratch file as well , didn't work in my case [10:08] mmmm file a bug perhaps. Do you want to paste the code; i'll give it a try too [10:08] what is it; Checkbox{text: "Tblah blah bla"} [10:10] mihir: can you create a sample qml file with your code and share with us. We can test and then confirm the bug [10:10] mmmmm /n /t\n \t didn't work :/ [10:11] I wonder if there is a unicode space that may work [10:12] Aki-Thinkpad: so when you did text:"Hi,\nHurrayNextLine" didnt work? [10:12] nik90_, displays the \n [10:12] nik90_, in labeles, I have to use
if I want to break [10:12] Aki-Thinkpad: weird, it works for me [10:12] in this case, I am looking for whitespace [10:12] nik90_, are you using textareas or labels? [10:13] Aki-Thinkpad: Labels [10:13] sec, /me tries again [10:13] nik90_: here is simple MainView [10:13] http://paste.ubuntu.com/7520314/ [10:15] nik90_, nope. maybe it is my wrap mode that is doing this... [10:16] Aki-Thinkpad: I guess. [10:17] nik90_: if you can confirm just let me know :) [10:17] nik90_, nope; no dice [10:17] mihir: trying atm [10:18] mihir: yup it doesn't work. Mind reporting a bug and providing a link here. We will confirm [10:20] yah I don't see any text at all [10:23] nik90_: Bug #1323238 [10:23] bug 1323238 in Ubuntu UI Toolkit "Checkbox text Property is not working " [Undecided,New] https://launchpad.net/bugs/1323238 [10:24] mihir: thnx..confirmed [10:25] nik90_: thank you :) i wasted my weekend :( [10:25] mihir: how come? Because of the bug? [10:26] nik90_: thought something wrong i am doing , it should show text [10:26] well think of it as helping identifying a bug in the SDK :) [10:26] hi [10:28] Abinash, hello [10:28] nik90_: yeah : ) [10:28] mihir, at least thats better than finding out you were doing it wrong [10:29] hehe true Aki-Thinkpad :) [10:33] kalikiana: good [10:37] nik90_, fyi,
 solves the problem
=== _salem is now known as salem_
[12:39]  t1mp: https://code.launchpad.net/~kalikiana/ubuntu-ui-toolkit/flakeyUbuntuShape/+merge/220952
[12:41]  kalikiana: ok, approved
[12:42]  cool, thanks!
=== charles is now known as Guest9722
=== chihchun is now known as chihchun_afk
=== chihchun_afk is now known as chihchun
[17:40]  How To install kivy for python and its dependencies to build android apps? | http://askubuntu.com/q/472519
=== chihchun is now known as chihchun_afk
[18:05]  Saviq: if you have some spare time, pls update the MR with staging, and resubmit against staging: https://code.launchpad.net/~unity-team/ubuntu-ui-toolkit/fix-1240019/+merge/203899
[18:06]  Is there a way to install the 1.1 version of the Ubuntu SDK on Ubuntu 12.04? I'm using a hosted continuous integration service, so I can't use 14.04. I've got the PPA enabled, and installed the ubuntu-sdk package, but only the 0.1 version is available, not 1.1
[19:15]  hey all. I got a questions about html5 apps in Ubuntu. Is there a way for them to access dbus? Is there a way for them to execute common linux command and consume the std out response?
[19:15]  Has anyone tried incorporating node.js into their app? How would this be done?
[19:21]  Another question I have about QT development. Can one use any of the QT bindings? Like the java QT bindings to build an Ubuntu app?
[19:25]  balloons, ping
[19:35]  Anyone knows what happens when using ApplicationWindow qml element on touch?
[19:44]  pikachuza: ask your questions, if somebody is around who can answer they will
[19:44]  pikachuza: apps aren't allowed to call external commands outside of their install directory, for security reasons
[19:45]  mhall119: Cool. I have asked them. Let see if someone can help. In the mean time I am going to try something out.
[19:45]  in theory you can use the Java bindings for Qt, but you'd need to include the full JRE in your app's package because it's not part of the platform
[20:13]  iBelieve: ask bzoltan tomorrow, he knows the details of what is backported to 12.04 and why
[20:27]  thanks t1mp, will do
[20:57]  http://wiki.vorratsdatenspeicherung.de/List_of_Secure_Instant_Messengers
[21:24]  wy
[21:24]  hey
[21:29]  mhall119 - yeah I reckon using node might be a better option. Just got to figure out how to run node from within my html app
[22:41]  pikachuza: accessing dbus from an HTML5 app ?
[23:03]  is there an official ubuntu syntax highlighting standard? I am looking for something official which I can model my own syntax highlighter after
=== salem_ is now known as _salem
=== _salem is now known as salem_
=== salem_ is now known as _salem
=== _salem is now known as salem_