asdfood | where can I see app showdown submissions? | 00:01 |
---|---|---|
asdfood | or get them | 00:01 |
mhall119 | asdfood: they've all been submitted to the store, I don't know if they've all been published though | 00:42 |
Snake2k | Anyone know how I can contribute to the ubuntu touch messaging app? | 04:05 |
Snake2k | that thing needs some massive work lol | 04:05 |
=== 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 | ||
Aki-Thinkpad | #ubuntu+1 is invite only; Shucks :P | 09:49 |
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? | 09:50 |
danielholm | in which package is SystemSettings 1.0? | 10:12 |
ogra_ | hmm, does anyone know how to tell my app buttons to not emit a haptic effect ? | 11:43 |
=== chihchun_afk is now known as chihchun | ||
Aki-Thinkpad | why can't I add a c++ class to my qml project? | 13:04 |
DanChapman | Aki-Thinkpad: How are you trying to do it? | 13:27 |
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:28 |
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:29 |
Aki-Thinkpad | :P | 13:30 |
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:46 |
asdlol_ | ubuntu sdk doesn't scale like other UIs | 13:55 |
Aki-Thinkpad | gahh.... executing system commands from qml is not easy >:/ | 13:56 |
qtros | mhall119 ping | 14:30 |
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:40 |
qtros | On my machine (SDK based on Qt 5.0.2) I can see different results (works fine with debugger and badly without) | 14:41 |
Aki-Thinkpad | qtros, are you looking for verification? Have you filed a bug report? | 15:02 |
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:04 |
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:06 |
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:07 |
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:08 |
Aki-Thinkpad | :) | 15:09 |
qtros | Aki-Thinkpad reports sometimes are to slow, but this is critical situation | 15:14 |
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:15 |
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:16 |
qtros | Aki-Thinkpad can you provide an url for doing it? | 15:19 |
Aki-Thinkpad | qtros, yah sure! | 15:20 |
Aki-Thinkpad | qtros, just to be clear; this is a bug with ubuntu sdk? | 15:20 |
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:22 |
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:23 |
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. | 15:45 |
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:38 |
Aki-Thinkpad | mmmm apparently Mainview { includes it automatically | 16:53 |
Aki-Thinkpad | bah; its right there in the docs > Shucks on me :P | 16:56 |
zonovroman | Good morning/afternoon/evening(my case)/night all! | 17:03 |
Aki-Thinkpad | hmmmmm that is strange | 18:10 |
Aki-Thinkpad | so I got my app to the point where I can execute commands | 18:10 |
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:11 |
Aki-Thinkpad | ah wait... | 18:14 |
Aki-Thinkpad | wierd | 18:14 |
Aki-Thinkpad | YEEEEEEEEEEEEESSSSSSSSSSssss | 21:04 |
Aki-Thinkpad | WOWOWRKRKINGG!!! | 21:04 |
Aki-Thinkpad | so happy :) | 21:04 |
Aki-Thinkpad | :D | 21:04 |
Chyzwar | yoyo How to exit from fullscreen mode in ubuntu SDk | 21:30 |
Chyzwar | ? | 21:30 |
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:32 |
Aki-Thinkpad | err, assuming you are using unity | 21:33 |
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:34 |
Chyzwar | I tried F11, but no success. | 21:36 |
Aki-Thinkpad | Chyzwar, I tried yelling at it, also no success | 21:38 |
Aki-Thinkpad | Chyzwar, going to attempt spitting on it. | 21:38 |
Chyzwar | like always, I have good intentions, and he stuff happen | 21:55 |
qtros | popey ping | 22:18 |
=== chihchun is now known as chihchun_afk |
Generated by irclog2html.py 2.7 by Marius Gedminas - find it at mg.pov.lt!