[00:01] 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. [01:19] 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:21] 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:24] 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:49] All right, the X_ASSERT function seems to be working well. [12:50] Morning everyone [14:37] beuno: ping [14:37] someone is having a 404 page [14:37] https://myapps.developer.ubuntu.com/dev/click-apps/701/extract_update/?step=about&cap=about&extract=1 [17:14] 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] I tried to delete QtCreator config folder [17:14] From terminal all works ok (exec qmlscene) [20:14] hi all [20:15] i have create my fist app using qt 5.2 and qt creator [20:16] i have some problem 1. how to create a deb package ? [20:16] 2. how to submit it to ubuntu app store [20:19] ErvisTusha, why a deb package and not a click package? [20:21] http://developer.ubuntu.com/publish/apps/packaging-click-apps/ [20:24] rpadovani, because i have used qtproject ide not ubuntu ide and not know how to port it [20:25] 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:28] I have a question, I am not able to run a simple test app on my Ubuntu Touch device [20:29] ErvisTusha, but I don't know how can you submit it [20:29] it says QtCreator cannot set the process group (-1) [20:29] I really have no idea since I am doing UT development the first time [20:30] 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? [22:12] daker, if they're getting a 404 it's because they're logged out [22:14] beuno: http://paste.ubuntu.com/7395473/ [22:15] daker, right, so he must of gotten logged out mid-way [22:16] beuno: ok [22:16] thanks [22:18] daker, I'll see if we can display a better error, or deal with it better [22:18] thank you! [22:19] yw === chriadam|away is now known as chriadam