UbuntuIRC / 2014 /04 /19 /#ubuntu-app-devel.txt
niansa
Initial commit
4aa5fce
[00:01] <asdfood> where can I see app showdown submissions?
[00:01] <asdfood> or get them
[00:42] <mhall119> asdfood: they've all been submitted to the store, I don't know if they've all been published though
[04:05] <Snake2k> Anyone know how I can contribute to the ubuntu touch messaging app?
[04:05] <Snake2k> that thing needs some massive work lol
=== chihchun_afk is now known as chihchun
=== chihchun is now known as chihchun_afk
=== chihchun_afk is now known as chihchun
=== chihchun is now known as chihchun_afk
=== chihchun_afk is now known as chihchun
=== chihchun is now known as chihchun_afk
=== chihchun_afk is now known as chihchun
=== chihchun is now known as chihchun_afk
=== chihchun_afk is now known as chihchun
=== chihchun is now known as chihchun_afk
[09:49] <Aki-Thinkpad> #ubuntu+1 is invite only; Shucks :P
[09:50] <Aki-Thinkpad> Just to confirm; qml atm doesnt have any easy way to execute system commands at the moment, right?
[09:50] <Aki-Thinkpad> Do i have to write a c++ function, or (can't remember) is there a Qt library I can import?
[10:12] <danielholm> in which package is SystemSettings 1.0?
[11:43] <ogra_> hmm, does anyone know how to tell my app buttons to not emit a haptic effect ?
=== chihchun_afk is now known as chihchun
[13:04] <Aki-Thinkpad> why can't I add a c++ class to my qml project?
[13:27] <DanChapman> Aki-Thinkpad: How are you trying to do it?
[13:28] <Aki-Thinkpad> DanChapman, new file or project> files and classes > c++ class; Inherits QObject
[13:28] <Aki-Thinkpad> DanChapman, It just says it can't be added. Anyways I am trying something
[13:29] <Aki-Thinkpad> let me get back to you in 10 minutes, and if I'm not successful... fill in the blank
[13:29] <DanChapman> Aki-Thinkpad: ok then :-)
[13:30] <Aki-Thinkpad> :P
[13:46] <daker> ogra_: i think it should work out of the box, do you use Button elem ?
[13:46] <ogra_> daker, i want it disabled :)
[13:46] <daker> https://bazaar.launchpad.net/~ubuntu-sdk-team/ubuntu-ui-toolkit/trunk/view/head:/modules/Ubuntu/Components/AbstractButton.qml#L85
[13:55] <asdlol_> ubuntu sdk doesn't scale like other UIs
[13:56] <Aki-Thinkpad> gahh.... executing system commands from qml is not easy >:/
[14:30] <qtros> mhall119 ping
[14:40] <qtros> Guys guys guys! It's very important! Seems that I've found bug in JS execution in SDK. Code works in different ways whichever you run it - with debugger or without. Please, run this simple project http://yadi.sk/d/FIKD_SvuMn2Xn with Ctrl+R and F5 and give both outputs!
[14:41] <qtros> On my machine (SDK based on Qt 5.0.2) I can see different results (works fine with debugger and badly without)
[15:02] <Aki-Thinkpad> qtros, are you looking for verification? Have you filed a bug report?
[15:04] <qtros> Aki-Thinkpad no, only few minutes ago I understood it - in Qt 5.2 some code works fine, but in Qt 5.2.1 the same code fails, but works fine if you run it with debugger
[15:06] <Aki-Thinkpad> qtros, was reading something about a recent bug that projects with a - in it, are just not running
[15:06] <qtros> Aki-Thinkpad with what in it?
[15:06] <Aki-Thinkpad> dash -
[15:06] <qtros> Aki-Thinkpad no no, I am not about projects, I am about JS code execution
[15:07] <qtros> Aki-Thinkpad much much much much more dangerous bug
[15:07] <Aki-Thinkpad> oh o_o
[15:07] <qtros> Aki-Thinkpad yep
[15:07] <qtros> Aki-Thinkpad that's why I say "Important"
[15:08] <Aki-Thinkpad> qtros, you file a bug report though?
[15:08] <qtros> Aki-Thinkpad I'll try to notify somebody, it can be better than report
[15:09] <Aki-Thinkpad> :)
[15:14] <qtros> Aki-Thinkpad reports sometimes are to slow, but this is critical situation
[15:15] <Aki-Thinkpad> qtros, in my experience, it depends on the components. I don't think anyone has even bothered looking at my compiz bugs, but when it comes to ubuntu-sdk items, a fix was created literally that day.
[15:16] <Aki-Thinkpad> qtros, also if you file it, I don't mind testing to verify, and then we can try and mark it as critical
[15:19] <qtros> Aki-Thinkpad can you provide an url for doing it?
[15:20] <Aki-Thinkpad> qtros, yah sure!
[15:20] <Aki-Thinkpad> qtros, just to be clear; this is a bug with ubuntu sdk?
[15:22] <qtros> Aki-Thinkpad hmm... seems that it's bug in Qt
[15:22] <qtros> Aki-Thinkpad if so I know where I should report it
[15:22] <Aki-Thinkpad> qtros, oh, in that case, that is a bit different
[15:23] <Aki-Thinkpad> qtros, they have their own bug management system; I honestly would go to #qt ; Its a busy channel which would more than likely pick up your request right away
[15:45] <Aki-Thinkpad> okay I am a bit confused here... No where in my code do I have a PopOver{ element, and yet my program starts with a popover ...
[15:45] <Aki-Thinkpad> I used the tabbed ui template, and took some existing code, shoving it into there.
[16:38] <Aki-Thinkpad> This just confuses me... why does a popover exist?
[16:38] <Aki-Thinkpad> I havnt added it yet
[16:38] <Aki-Thinkpad> and I have no clue how to add buttons to it >:/
[16:53] <Aki-Thinkpad> mmmm apparently Mainview { includes it automatically
[16:56] <Aki-Thinkpad> bah; its right there in the docs > Shucks on me :P
[17:03] <zonovroman> Good morning/afternoon/evening(my case)/night all!
[18:10] <Aki-Thinkpad> hmmmmm that is strange
[18:10] <Aki-Thinkpad> so I got my app to the point where I can execute commands
[18:11] <Aki-Thinkpad> and it seems to be working for the most part, except
[18:11] <Aki-Thinkpad> i cant create text files using >
[18:11] <Aki-Thinkpad> any ideas why? Any workarounds?
[18:14] <Aki-Thinkpad> ah wait...
[18:14] <Aki-Thinkpad> wierd
[21:04] <Aki-Thinkpad> YEEEEEEEEEEEEESSSSSSSSSSssss
[21:04] <Aki-Thinkpad> WOWOWRKRKINGG!!!
[21:04] <Aki-Thinkpad> so happy :)
[21:04] <Aki-Thinkpad> :D
[21:30] <Chyzwar> yoyo How to exit from fullscreen mode in ubuntu SDk
[21:30] <Chyzwar> ?
[21:32] <Aki-Thinkpad> Chyzwar, o_O
[21:32] <Aki-Thinkpad> sec
[21:32] <Aki-Thinkpad> let me try
[21:32] <Aki-Thinkpad> press alt to get the hud, and type "full screen"
[21:32] <Aki-Thinkpad> Chyzwar, ^
[21:33] <Aki-Thinkpad> err, assuming you are using unity
[21:34] <Aki-Thinkpad> oh
[21:34] <Aki-Thinkpad> nvm
[21:34] <Aki-Thinkpad> yah how do you exit full screen ?
[21:34] <Aki-Thinkpad> lol
[21:36] <Chyzwar> I tried F11, but no success.
[21:38] <Aki-Thinkpad> Chyzwar, I tried yelling at it, also no success
[21:38] <Aki-Thinkpad> Chyzwar, going to attempt spitting on it.
[21:55] <Chyzwar> like always, I have good intentions, and he stuff happen
[22:18] <qtros> popey ping
=== chihchun is now known as chihchun_afk