=== chriadam|away is now known as chriadam | ||
=== _salem is now known as salem_ | ||
=== salem_ is now known as _salem | ||
=== _salem is now known as salem_ | ||
=== salem_ is now known as _salem | ||
dholbach | good morning | 06:45 |
---|---|---|
oSoMoN | good morning | 06:59 |
=== nik90 is now known as nik90|Office | ||
nik90|Office | good morning everyone :) | 07:47 |
=== marxjohn1on is now known as marxjohnson | ||
Mihir_ | hey good morning nik90 | 07:55 |
=== lan3y is now known as Laney | ||
Vegasq | Hello guys, I tried to find way to work with filesystem via QML. Am i right, that no case to do it without c++? Will ubuntu API contain this functions in the future? | 08:51 |
JamesTait | Good morning all, happy Friday and happy One Voice Day! :-D | 08:58 |
=== chriadam is now known as chriadam|away | ||
tsimpson | Vegasq: URLs can be files too | 09:06 |
nik90|Office | I have a general question regarding qml loaders. On loading a page dynamically, the elements in the page do not respect their anchor definitions anymore. Is there anyone able to help in this regards? | 09:35 |
nik90|Office | I have it in a branch at | 09:35 |
nik90|Office | https://code.launchpad.net/~nik90/ubuntu-clock-app/dynamic-stopwatch-loader | 09:35 |
nik90|Office | I just need some tips and some reasoning as to why this might happen. | 09:35 |
nik90|Office | In my branch, I am loading the stopwatch page dynamically. However the stopwatch clock is no longer positioned correctly. Without loaders it looks fine. | 09:37 |
=== mehow_ is now known as mehow | ||
edwardd12 | having issues connecting to mobile internet via 02 paymonthly contract sim and using galaxy nexus gsm model ubuntu touch version 20130722 | 11:09 |
Vegasq | tsimpson: Yeah, but there is no way to save some file? For ex. in http://qt-project.org/doc/qt-5.0/qtqml/qml-url.html they use url for Image, as i remember we can use url for XmlListModel.source, but do we have something like FileApi.source = '~/.config/olala' and FileApi.bin = 010101 FileApi.save() ? | 11:11 |
=== MacSlow is now known as MacSlow|lunch | ||
=== MacSlow|lunch is now known as MacSlow | ||
nik90|Office | wow seems like a dead channel today | 12:26 |
=== _salem is now known as salem_ | ||
=== hunger_ is now known as hunger | ||
=== boiko_ is now known as boiko | ||
=== salem_ is now known as _salem | ||
=== _salem is now known as salem_ | ||
dRagonsRage | Hi, I just downloaded a Qt GUI application that uses the Google calendar API | 15:21 |
dRagonsRage | When I try to build it, it gives me this error: /home/arun/Documents/QtCreator/qt-google-calendar/main.cpp:1: error: QtGui/QApplication: No such file or directory | 15:21 |
dRagonsRage | I think it has something to do with the PATH variable but I'm using Ubuntu 13.04 and I'm not sure how to access the PATH variable in Ubuntu... | 15:22 |
dRagonsRage | Please help? | 15:22 |
=== bfiller is now known as bfiller_lunch | ||
=== bfiller_lunch is now known as bfiller | ||
=== sam113101 is now known as sam113101_afk | ||
gusch | boiko renato_ do you want to review? https://code.launchpad.net/~schwann/gallery-app/gallery-edit-thread/+merge/177165 | 17:44 |
calidion | how to make cordova html5 project run? i only got a blank window. is that normal? | 17:46 |
=== sam113101_afk is now known as sam113101 | ||
boiko | gusch: I'll review it in about half an hour, is that ok? | 17:46 |
=== salem_ is now known as _salem | ||
Stuci | Hello all ! | 17:54 |
Stuci | Anybody wanna assist 2-3 noob questions on private? | 17:54 |
=== _salem is now known as salem_ | ||
nik90|Office | seb128: ping | 18:28 |
ahayzen | mhall119, popey, ping | 19:07 |
mhall119 | ahayzen: pong | 19:11 |
ahayzen | mhall119, was just wondering if we are having a music-app meeting today? | 19:11 |
mhall119 | ahayzen: yeah, just joined #ubuntu-touch-meeting | 19:11 |
ahayzen | mhall119, although i think its only me tht around | 19:11 |
=== nik90|Office is now known as nik90 | ||
iBelieve | What is the best way to store settings in a Ubuntu Touch app? U1db or LocalStorage? | 20:41 |
Elv13 | Hello, in QtQuick1, I used qmlRegisterType to register my C++ objects. In the SDK, I tried qmlRegisterInterface, but I still get "is not a type " error. How can I fix this? | 20:42 |
iBelieve | Elv13, qmlRegisterType is the same in both QtQuick 1 & 2. If you used that before, you should still be able to use it. | 20:54 |
iBelieve | Elv13, could you pastebin the error and possibly the source code? | 20:55 |
Elv13 | iBelieve: qmlRegisterType doesn't even exist in QtQuick2 | 20:57 |
iBelieve | Elv13, yes it does, I'm using it. Maybe you're not including something? | 20:57 |
Elv13 | http://pastebin.ubuntu.com/5916184/ | 20:57 |
Elv13 | (I am made an empty QtQuick project) | 20:58 |
iBelieve | Elv13, here is the main file to the program I'm working on: http://paste.ubuntu.com/5916191/. I think the include you're missing is QtQml. | 20:59 |
iBelieve | Elv13, also, you're not supposed to modify the qtquick2applicationviewer code, as it's autogenerated. The best place to put stuff is in the main.cpp file, like the file I sent you. | 21:01 |
Elv13 | thanks, it work, but I think it is because it include some lagacy files | 21:18 |
iBelieve | Elv13, what legacy files? #include <QtQml> is mentioned in the Qt5 documentation | 21:23 |
iBelieve | Elv13, sorry, I've got to go | 21:24 |
vthompson | Kaleo, Good {morning,afternoon,evening}! I'm helping out with the Touch core app "music-app" and I have a question about an issue we are having that's causing our app to hang for short periods of time. | 21:59 |
vthompson | Kaleo, we're seeing an error in the console ("QML Page: Binding loop detected for property "height"") that points to the Page element for the portion of the app in question. When this is seen the app hangs for 10-15 seconds (on my dev machine). The Page holds a ListView and it seems like randomly skipping through this ListView is causing the issue. | 22:04 |
vthompson | Once the app becomes responsive again this is printed to the console: "QQuickWindow: possible QQuickItem::polish() loop". Does anyone have an idea of what might be happening? | 22:08 |
=== salem_ is now known as _salem |
Generated by irclog2html.py 2.7 by Marius Gedminas - find it at mg.pov.lt!