[00:09] hi, is there a way to add a share widget to a scope? Can the "actions" preview widget be used like that? === chihchun_afk is now known as chihchun [05:18] t1mp: karni: I have the feeling the dialog is not shown due to its parent not being set/visible. Remember, the root Item is not yet known by the FW when the topmost component is completed. The QGuiApplication::topLevelWindows() will get the QQuickView listed only after the actual root item's onCompleted is emitted. The timer makes sure the call is after that, so the rootItem is detected and teh dialig sizing-positioning is doable === chihchun is now known as chihchun_afk === chihchun_afk is now known as chihchun [07:18] good morning [07:18] dholbach, morning [07:20] hey akiva-thinkpad [07:34] heey akiva-thinkpad :) [07:36] justCarakas, oh hey hows it going? [07:36] how goes the html5? [07:36] justCarakas, are you going to attend the ubuntu online summit? [07:38] I'm working on a bible app with angular [07:38] zsombi: t1mp: perhaps it would make sense to have a signal that lets developers know when the UI is actually ready? otherwise, we'll have dozens of timers around the code, and that's really ugly. [07:38] and my app BE Mobile works again :) [07:39] justCarakas, ah thats cool ! [07:39] I'm going to try to follow as much as I can from work, but I can't even follow the Q&A's anymore because then Im on my way home because of daylight saving [07:39] lol yah tell me about it [07:39] the gang here starts work at 12am my time, and finishes 8 am my time [07:40] so if I am actually here, that is indicative of a very upside down sleep schedule :P [07:41] mmmm looks like I got a refresh button for autopilot :) [07:41] akiva-thinkpad: poor you [07:42] akiva-thinkpad: I was just wondering if I would scrap the new testament from showing could I dubble launch the app as Tanakh app ? [07:43] heh now your speaking my language ~ [07:43] I wish more translations were public domain, as I don't think artscroll is [07:54] too bad [07:54] I wouldn't mind adding a hebrew translation [07:54] Tell me bout it~ === chihchun is now known as chihchun_afk [08:07] zsombi: when we get the functionality that tracks changes in the parent maybe we can use that to show the popover when the root item is detected? [08:18] anyway akiva-thinkpad if you would find one I would include it :) [08:18] justCarakas, will keep my open [08:33] t1mp: the problem is that we know that the topmost items is the root item only after we get the QQuickWindow. And thereĆ” sno signal which would tell us that now it is set [08:34] karni: ^ also to you [08:34] karni: so the problem si we don't know when that is happening :/ [08:34] is [08:35] zsombi: then we emit a signal down the tree once we get the qquickwindow? a new signal. [08:35] karni: we don't know when we do get that, there's noone telling us, QGuiApplication has no signal which would say [08:37] Can't believe what I'm hearing. I'm not saying you're right, but I consider these things so basic I'm puzzled we can't do such things propely. [08:37] lol, I'm not saying you're wrong ;) [08:37] I totally flipped that hehe [08:38] karni: this is not teh first time this popped up, believe me [08:38] oh I do believe you === mzanetti_ is now known as mzanetti === chihchun_afk is now known as chihchun === oSoMoN_ is now known as oSoMoN [10:43] bzoltan_, zbenjamin, hey, how can you update an existing qmlproject to a newer template? [10:43] davidcalle: there is no automatic migration tool... you do it manually === MacSlow is now known as MacSlow|lunch [11:06] bzoltan_: with the release of ubuntu 15.04, can we expect a 15.04 framework anytime soon with the new APIs? [11:07] nik90: the frameworks are available both from the SDK and on the device [11:07] nik90: and to be honest, the frameworks do not really define the APIs .. they are what is in the release [11:10] bzoltan_: true, but without the 15.04-framework, developers cant get to use U.C 1.2? [11:10] well glad to see it finally available [11:11] nik90: the framework is there for developers, all you need is a 15.04 device [11:12] bzoltan_: yeah now it is..previously there wasn't a 15.04 framework on a 15.04 device. well atleast I remember it complaining about such a framework not recognized [11:12] nik90: Yeps, since then it was fixed [11:14] bzoltan_, so manually... ok, but how? [11:15] davidcalle: I would make an empty app from the new template and copy to it the qml files and whatever it needs from the old project. I do not think it takes more than that. [11:16] davidcalle: obviously you will nedd to make the tests for example on your own. But there is no way to magically create tests for an app :) [11:16] nik90: confirmed, my vivid device has ubuntu-sdk-15.04* frameworks [11:17] popey: yup, I just checked as well. Time to get the online docs updated to show all the new stuff finally so that app devs can prepare their apps to use the cool new stuff that landed in the sdk. [11:18] * nik90 gets back to his blog post about the sdk [11:19] bzoltan_, no of course, I was just looking for the right steps to migrate. So it would be somethin like : 1) rename you app folder to something else 2) create an app with the same name/appid/whatever with the new template 3) move your qml and .bzr files === rmescandon is now known as rmescandon|lunch === _salem is now known as salem_ [11:59] davidcalle: probably it would be enough to move the Makefile over === MacSlow|lunch is now known as MacSlow [12:22] It seems QML Label is using font.weight: Font.Light instead of Font.Normal as default (although I'm not seeing that in the source). can someone confirm that? I would also add that font weight is not exposed via property - and if that's by design (for UI consistency), then we're trading that over flexibility, forcing the developer to use Label with font.pixelSize set manually with FontUtils.sizeToPixels(fontSize) [12:24] karni: well since QML Label is derived from Qt Text, you should be able to use all the properties that Qt Text offers as well, no? [12:25] oh, it's actually not *wrapped* in something else, that large doc comment was confusing. nik90, true ;)) [12:26] anyhow, the question about the default holds. light is not very easy/convenient to read. [12:26] karni: I think this was a design change a couple of months..cant remember exactly when [12:28] I haven't paid too much attention to it because it doesn't affect the readability for me atleast [12:28] nik90: I admitted that user was right in our case https://bugs.launchpad.net/libqtelegram/+bug/1437892 [12:28] Ubuntu bug 1437892 in libqtelegram "Font used in conversations is too thin" [Medium,In progress] [12:28] it seems to be a trend lately going for Font.Light [12:28] Font.Normal is so much better [12:28] (in this particular case, at least) === rmescandon|lunch is now known as rmescandon [12:58] zbenjamin, I've tried to move a newer makefile (on several projects) and it consistently fails to build after that. [13:03] popey o/ Can't connect... [13:04] popey or no hangout now? === chihchun is now known as chihchun_afk [13:09] m-b-o: can we do irc? [13:09] #ubuntu-touch-meeting ? === chihchun_afk is now known as chihchun === chihchun is now known as chihchun_afk === Ionic_ is now known as Ionic [13:32] aquarius: you about? [13:32] I am [13:33] aquarius: one sec, let me share a link [14:32] van QGeoSatelliteInfoSource be used on the phone? Is the implementation connected to the actual GPS backend? [14:33] s/van/can/ [14:45] Hi, i want to learn how to do a graphical interface for my c++ application, I'd like to use it in linux enviroments, what language, or what should i look in order to do it? [14:45] i've never done anything like this before [15:36] I am working on this app: https://launchpad.net/youtube-dl-ubutouch | I need to ship the youtubedl binary I have in the backend folder in the click package and know where it is installed exactly (same place as qmldir) so as to be able to execute it with a QProcess. Can somebody help me with that? [16:04] vitimiti: nice [16:04] vitimiti: i think some other apps do this with a small c++ plugin [16:05] popey, thanks, but I can't properly create the package. I was expecting being able to set a dependency for youtube-dl, but click packages don't let me do that [16:05] correct [16:05] you need to ship your binary inside the click [16:07] This is my problem, I don't seem to be able to handle that properly, it's already inside the project, and I don't know where I should install it in the system or how to do so, either [16:11] i dont know, maybe ask on the G+ community [16:12] I'll try that, popey, thanks [16:35] popey, can you tell me where this G+ community is? I can't find it, I don't use G+ that much [16:40] vitimiti: https://plus.google.com/u/0/communities/111350780270925540549 [16:40] Thank you, DanChapman [16:40] np [17:06] charles, what is the state of silo 8? [17:23] I want to install an i386 emulator to try my app, I see there are many versions for it, like devel, proposed, etc. What should I should if I'm using a qmake project? [17:24] devel-proposed [17:24] vitimiti: ^^ [17:24] nik90, thank you [17:50] anyone know what happened to the devices tab in 15.04? [17:50] in QtCreator, I mean [17:51] rickspencer3: i still have it on the left tab bar [17:51] thanks DanChapman [17:52] the PPA was probably uninstalled when I upgraded or something === salem_ is now known as _salem [21:44] Is there anyone who would be able to fix this: https://bugs.launchpad.net/ubuntu/+source/qtcreator-plugin-cmake/+bug/1299441 [21:44] Ubuntu bug 1299441 in qtcreator-plugin-cmake (Ubuntu) "Regression: Qt Creator cannot run the executable" [Undecided,Confirmed] [21:46] My application is reporting NetworkingStatus.online as always true. Any reason that might be the case? [21:49] Seems to work on mobile. There are several bad bugs that I only see on desktop though. [23:10] The i386 devel proposed emulator is never telling the SDK if it's connected or not or if it has the developer mode enabled or not. Is this a known issue or is it that I have to wait even more? I've been waiting several hours already