[03:21] So I'm confused, why does there seem to be two strategies between Phone using Qt and Quickly on desktop using Gtk? [03:24] i guess they finally realised Qt is better for making cross-form factor UIs [03:24] and it already has the kitchen sink in there for mobile devices [03:25] everything runs on the GPU (GLES2), easy to use shaders, has all the mobility components like sensors [03:25] So Quickly was more or less a waste of time? [03:27] i'm not familiar with Quickly [03:30] This is what I was going on. http://developer.ubuntu.com/get-started/ I was confused because I had heard phone was using Qt. I figured they were going all in on Qt and apps would scale their UI based on the device. [03:31] it would make sense to use same toolkit [03:31] cool, gtk looks like old-style Qt [03:31] forms [03:32] and PyQt [03:33] i hadn't heard of Quickly before but it looks like what Qt was from years back [03:33] forms weren't good for cross-form factor and the files weren't nice to read (not sure if gtk is different here) [03:34] but Qt now uses 'QtQuick' for these UIs, based on javascript [03:35] i am not sure if ubuntu plans to continue using gtk for desktop. it is possible [04:35] Hi [07:04] need help... I got Package Installer Status: Error: Wrong architecture 'i386' [07:05] sorry wrong channel... === erick is now known as Guest38202 === maniyadv_ is now known as maniyadv === chriadam is now known as chriadam|away [08:15] hi.. how do i register for ubuntu.mybalsamiq.com [08:20] I'm not able to see mockups [08:34] 'morning [08:34] bzoltan1, ping :) [08:35] Andy80: hello [08:35] bzoltan1, 'morning :) [08:35] bzoltan1, to build a house we start from the first stone, right? well... https://launchpad.net/qtcreator-ubuntu let's see how it goes :) [08:37] Andy80: the source lives here -> http://qt.gitorious.org/qt-creator I assume you have figured that much out :) [08:37] and we have built for Qt5 beta1 one package here -> https://launchpad.net/~canonical-qt5-edgers/+archive/qt5-beta1/+packages [08:38] bzoltan1, at the beginning I wanted to use GitHub, but I created a project on LP hoping to involve more people. Until the plugin is not ready and working I don't think anyone from Digia would want to have my sources inside their repository :P [08:39] yeah, I know about Qt5 beta1 packages [08:39] Andy80: As you wish [08:40] but again, it's not something strictly linked to Qt5. It requires Qt 4.8.x to run [08:41] bzoltan1, now the most difficoult part: I've to figure out how the actual plugins work because lot of things are not documented at all [08:42] Andy80: That is why you want to talk to jppiiroinen who is going to be here soon :) [08:42] bzoltan1, I asked a couple of questions to the guy who did the Android Necessitas plugin and he confirmed he had to just read the sources of other similar plugins to be able to write his [08:42] Andy80: keep in mind that we have hardly anything to do with Qt4.8 ... [08:42] yeah I sent him a contact request on LinkedIn :) I hope he will reply soon :) [08:43] bzoltan1, not true :) a person could run Qt 4.8 on his development machine and be able to write/compile/run Qt5 app on a remote device [08:44] Andy80: There is no Quick2 in Qt4.8 and our app development is QML2 based [08:45] Andy80: So, there is very little overlap ... if any [08:45] yeah I know, but no plugin requires Qt5 to compile and run, that's what I'm trying to say [08:45] And here comes juhapekka! [08:45] o/ [08:45] hi juhapekka! :) [08:45] hi Andy80, what's up :) [08:46] moi moi :) [08:46] Andy80: ,meeet jppiiroinen, the father of the N9 app developer IDE plugins :) [08:46] nice to meet you! :) [08:47] :D [08:47] i just got a flashback from star wars.. "I am your father" [08:48] maybe not my father, but surely one of my myths :D (N9 people :P ) [08:48] :,D [08:51] well, going back to the development... as I was just announcing to Zoltan, I've opened a project here https://launchpad.net/qtcreator-ubuntu why a project? To hope to involve more people in the development. I've one question: do you confirm me that, apart from this http://doc.qt.digia.com/qtcreator-extending/first-plugin.html there is not so much documentation about this? I talked with the guy who wrote Android Necessitas plugin and he told me [08:51] he had to look at source code of similar plugins to be able to write his. [08:51] Heh, cool to see familiar names from the Maemo/MeeGo circles. [08:55] Andy80: yeah there is not much of written documentation, which means that the easiest route is to go thru the existing plugins and see how those have been written and then pick up the right interfaces [08:56] sudo apt-get install [08:56] * jppiiroinen command not found [08:56] download [08:57] Andy80: the point where to start is the Madde plugin, imo [08:58] at least that utilities similar things and it has the Linux Device target selection etc [08:58] sudo add-apt-repository ppa:ubuntu-nexus7/ubuntu-nexus7-installer [08:58] jppiiroinen, this one http://qt.gitorious.org/qt-creator/qt-creator/trees/master/src/plugins/madde right? [08:59] Andy80: yes, and that uses the http://qt.gitorious.org/qt-creator/qt-creator/trees/master/src/plugins/remotelinux which is the same which we should use [08:59] jppiiroinen, yeah, I wasn't going to re-invent the wheel, don't worry, but I'd like to be able at least to pick up all the needed pieces and compose the new plugin with the minimum necessary [08:59] :) [09:00] i will search the codebase for the application wizard too [09:01] i want to download img of ubuntu phone [09:01] jppiiroinen, I think we will have to customize also the wizard class of the plugin, because at the moment a QtQuick UI application (pure QML and JS) cannot be deployed with Generic Linux Device, it deploys only to desktop target [09:05] Andy80: true, i have not had time to check the latest qt creator source tree what they have changed, but i can see that they have added at least support for Qt5 and added a pile of new application templates [09:06] Andy80: the application templates are here http://qt.gitorious.org/qt-creator/qt-creator/trees/master/share/qtcreator/templates [09:06] jppiiroinen, in the "master" they have move many wizards to the templates folder. Before they were integrated in the basic wizard plugin. [09:08] jppiiroinen, yes, I was able to create a new template, but then I found that limitation I was talking about before (QML app not deployable on remote device) [09:08] for this reason I decided to start a new plugin [09:12] Andy80: i will take a look later today on some notes which i have and i could do a merge request to lp:qtcreator-ubuntu [09:13] and we could then go more into details when i have looked inside the latest qt creator source tree [09:13] jppiiroinen, that would be great! Please consider that the current code is just the "hello world" of plugins. I committed the code to have a starting point and to manage the code with bzr from the beginning :) [09:15] yeah :) [09:18] bzoltan1, I just had a flash back! Please correct me if I'm wrong.... you remember the 20 minutes presentation vide where Mark talks about Ubuntu Phone? At one point you see QtCreator in action with a UI designer... is that just a mockup? (if you can answer of course) [09:19] Andy80: to be hones, I do not remember that part of the video [09:20] bzoltan1.Add(http://www.youtube.com/watch?v=cpWHJDLsqTU); bzoltan1.Seek(17:20); bzoltan1.Memory.Refresh(); :D [09:21] watching it again it looks like the basic UI designer [09:22] nothing Ubuntu customized.. [09:22] (there aren't any Ubuntu QML components) [09:23] Andy80: that was a real and _vanilla_ QtCreator [09:24] ah ok, so it was just a dejavu :) === SkavenXXI-[OFF] is now known as SkavenXXI === SkavenXXI is now known as SkavenXXI-[OFF] === ckpringle_ is now known as ckpringle === sivan is now known as sivang [13:57] hey sivang [14:00] hey kalikiana :) [14:09] kalikiana: setting up the apt provided creator [14:09] kalikiana: really like how everything is easily installabled off the PPAs [14:09] cool [14:10] the cherry one the cake for me would be if you didn't need to type the PPA commands, but I'm being lazy :-D [14:11] kalikiana: Ubuntu is not really ubuntu for me without the sudo apt-get's ;) [14:12] hehe [14:12] I have not so fond memories of Windows development, I would've killed for apt-get back then [14:15] kalikiana: yep, luckily I did not have to deal with Windows dev since 2002 === Jim_Lahey is now known as bobweaver === ckpringle_ is now known as ckpringle [16:52] Hi all [16:52] hi maniyadv [16:53] Hi one :P [16:53] Hi sinan ;) === gatox is now known as gatox_lunch === SkavenXXI is now known as SkavenXXI-[OFF] === Sahil_ is now known as d1m === maniyadv_ is now known as man1 === gatox_lunch is now known as gatox === man1 is now known as m4n1 === m4n1 is now known as man1 [22:44] hello there === chriadam|away is now known as chriadam [23:55] ubuntu for android? [23:55] anyone? [23:56] i take one, mattwj2002 [23:56] what k1l? [23:57] that was a joke because of the lack of a real question [23:57] :) [23:57] oh sorry [23:58] I have a Galaxy Nexus [23:58] is ubuntu for android available or the full version of ubuntu? [23:59] atm there is nothing available