turgon | Does anyone know if there's any apps for Touch that will let me use a Chromecast? (like a Chromium browser port). I did a little Googling around but couldn't find anything, so I just wanted to check. | 00:01 |
---|---|---|
dmiller309 | Qt question: I just found out that Q_ASSERT(connect(a,thing(),b,thing()); does noting when run in release mode. Is there a concise way to assert that the connection is made in debug mode, without having the connection compiled out of release mode? | 01:19 |
dmiller309 | The StackOverFlow at http://stackoverflow.com/questions/12573230/q-assert-release-build-semantics says that I could undefine QT_NO_DEBUG, but that's not ideal. | 01:21 |
dmiller309 | I guess I'll just replace Q_ASSERT(x) in my code with X_ASSERT(x) and define X_ASSERT to Q_ASSERT(x) in release mode and (x) in release mode. | 01:24 |
dmiller309 | All right, the X_ASSERT function seems to be working well. | 01:49 |
Aki-Thinkpad | Morning everyone | 12:50 |
daker | beuno: ping | 14:37 |
daker | someone is having a 404 page | 14:37 |
daker | https://myapps.developer.ubuntu.com/dev/click-apps/701/extract_update/?step=about&cap=about&extract=1 | 14:37 |
rpadovani | Mhh, I have a strange problem with QTCreator: for every core app, every time I try to run it, I have an error: Could not open desktop file for reading | 17:14 |
rpadovani | I tried to delete QtCreator config folder | 17:14 |
rpadovani | From terminal all works ok (exec qmlscene) | 17:14 |
ErvisTusha | hi all | 20:14 |
ErvisTusha | i have create my fist app using qt 5.2 and qt creator | 20:15 |
ErvisTusha | i have some problem 1. how to create a deb package ? | 20:16 |
ErvisTusha | 2. how to submit it to ubuntu app store | 20:16 |
rpadovani | ErvisTusha, why a deb package and not a click package? | 20:19 |
rpadovani | http://developer.ubuntu.com/publish/apps/packaging-click-apps/ | 20:21 |
ErvisTusha | rpadovani, because i have used qtproject ide not ubuntu ide and not know how to port it | 20:24 |
rpadovani | ErvisTusha, ah ok. I don't know how deb packages work, I suggest you to start from the guide: http://packaging.ubuntu.com/html/packaging-new-software.html | 20:25 |
xhoch3 | I have a question, I am not able to run a simple test app on my Ubuntu Touch device | 20:28 |
rpadovani | ErvisTusha, but I don't know how can you submit it | 20:29 |
xhoch3 | it says QtCreator cannot set the process group (-1) | 20:29 |
xhoch3 | I really have no idea since I am doing UT development the first time | 20:29 |
xhoch3 | also, I have another question, I am used to Qt with widgets, can I develop Qt apps with widgets as usual? Or does UT only support QML based apps? | 20:30 |
beuno | daker, if they're getting a 404 it's because they're logged out | 22:12 |
daker | beuno: http://paste.ubuntu.com/7395473/ | 22:14 |
beuno | daker, right, so he must of gotten logged out mid-way | 22:15 |
daker | beuno: ok | 22:16 |
daker | thanks | 22:16 |
beuno | daker, I'll see if we can display a better error, or deal with it better | 22:18 |
beuno | thank you! | 22:18 |
daker | yw | 22:19 |
=== chriadam|away is now known as chriadam |
Generated by irclog2html.py 2.7 by Marius Gedminas - find it at mg.pov.lt!