[03:08] how do you unfullscreen in qtcreator? [03:09] nvm [03:09] wow this google thing is useful :P === lazowik is now known as lazowik|afk [14:03] popey ping [14:27] mhall119 ping [14:44] Hi. I still get an error when trying to upload a new version for my Ubuntu Touch App. Is there already anything known, when this will get fixed? [14:46] alaak: can you get the full backtrace of the server response ? [15:52] {"traceback": "Traceback (most recent call last):\n File \"/srv/pkgme-service.canonical.com/production/pkgme-service/sourcecode/../src/djpkgme/tasks.py\", line 536, in run\n logger=self.get_logger())\n File \"/srv/pkgme-service.canonical.com/production/pkgme-service/sourcecode/../src/djpkgme/client.py\", line 66, in submit_to_myapps\n raise CallbackError(url, 'PUT', response.status, content)\nCallbackError: PUT to ht [15:52] click-scan-complete/291/ got response 400:\nPiston/0.2.3rc1 (Django 1.5.4) crash report:\n\nMethod signature does not match.\n\nSignature should be: upload_id\n", "type": "CallbackError"} [15:52] that is the stacktrace. [16:03] alaak: ok thanks [16:04] beuno: ^ [16:10] or james_w` [16:11] qtros: pong [16:30] mhall119 Hello! As you may know I am participating in App Showdown with TwimGo. But yesterday I've found that it doesn't work properly under Qt 5.2.1 (https://bugreports.qt-project.org/browse/QTBUG-38451). How I can notify judges about it? They should test it on 5.0 (not 14.04 in another words) === lazowik|afk is now known as lazowik [17:11] qtros: at a guess from glancing at that I'd guess it's probably not a Qt bug exactly, but is rather due to qreal now being a double on arm instead of a float [17:11] that's just my vague intuition though, haven't looked in to your code in detail [17:11] but that'd seem a likely culprit since that changed in recent versions of the qt packages [17:36] Elleo but how console.log() fixes it then? [17:36] Elleo as far as I know qmlscene is not multithreaded [17:37] Elleo I mean that console output can change behavior of multithreaded programs as far as I know [17:37] Elleo and just want to note - I tested it on my x86 desktop too [17:37] Elleo also affected [17:41] mhall119 should I contact judges myself or you can notify them (and prove that the app works well)? I would be very grateful! ;) [18:52] If I solve a bug in a personal branch, to which branch should I propose the merge? Stable, trunk? [18:54] I would suggest trunk because that's the current development version. [19:04] Thanks [19:05] Is there a quick way of merging two branches with no common ancestors and having bzr solve all of the conflicts? [19:05] I see it easier to just pull from scratch the branch I will propose merge to and then modify the files I have changed [19:51] Hi [22:02] Hi [22:18] Hi, I've been reading about the devel environment for Touch, and decided to start my experimentation with a "QML Extension Library + Tabbed UI". I thought this was a C++ application with UI designed using Qml, but seems like it's something different [22:18] Any feedback? [22:19] My confusion started after reading that a "Tabbed UI" project is Qml only.