/srv/irclogs.ubuntu.com/2016/03/07/#ubuntu-app-devel.txt

danialbehzadiHi. When I click on the "Run" button in Qt creator, it just says "No executable specified.", But I can run the qml file with "$ qmlscene Main.qml" in terminal. What's the problem?09:05
greybackdanialbehzadi: you need to specify what gets run - go to the Project pane in QtC and explore the "Run" tab09:15
danialbehzadigreyback: It may sound stupid, but where is this QtC located?09:17
greybackdanialbehzadi: QtC = QtCreator09:17
greybacksorry, was lazy in typing09:17
danialbehzadigreyback: In tools > Options?09:19
greybackdanialbehzadi: no. Have you a project open?09:20
danialbehzadigreyback: yes09:20
greybackdanialbehzadi: then look at the pane on the left of the QtC window - there should be a Projects button there09:21
danialbehzadigreyback: Yeah. I found it09:21
chesedoon the js scope api's page it says that the `get` method of `results` returns a string, number or object. Is an object also returned when the attribute is an array?12:42
=== timp is now known as t1mp
=== _salem is now known as salem_
peter-bittneroSoMoN: jdstrand mentioned you may be able to help me with issues related web apps and camera permissions. I've got a web app which refuses to allow access to the camera. The trust-store dialog doesn't pop up even though policy_groups are in the .apparmour file and the service works in a plain oxide browser. I've explained it in detail on the mailing list. https://lists.launchpad.net/ubuntu-phone/msg18658.html14:14
peter-bittnerThis is the first critical problem. As soon as this is fixed I need to be able to tell the web view which camera to use. By default the rear camera is used, but this is impractical with the app which does video conferencing. The user won't be able to use the browsers Settings screen because I hide the address bar.14:16
oSoMoNpeter-bittner, yes, I’ve seen both e-mails on the mailing list, will answer today, sorry for the delay14:30
chesedodavidcalle: maybe you can help me with the above ^^ about the api16:05
vveinhi16:41
vveincan someone help me with recompiling firefox?16:41
vveinI can't figure it out, how to add some flags to CFLAGS and CXXFLAGS16:41
vveinI tried APPEND in /etc/dpk/buildflags.conf; export CFLAGS in bash; settings DEB_CFLAGS_MAINT_APPEND in debian/rules16:42
vveinstill can't see anything during compilation16:43
vveinanything = any of my additional flags16:43
popeyrenatu: / bfiller want me to upload latest calendar including renatu's branch to the store, or should I wait for further fixes?17:35
bfillerpopey: we need to wait17:36
popeyok17:36
bfillerpopey: QA needs to test still and it requires some backend changes in silo 2217:36
popeyok17:36
bfillerpopey: shooting for inclusion in ota1017:36
bfillerin the image17:36
popeyawesome.17:36
popeyincluding UI updates?17:36
bfillerpopey: you mean the stuff nik90 working on?17:37
popeyyes17:37
bfillerpopey: if there is time, but don't think we'll block on that17:37
popeyokay. thanks. that's what I expected17:37
nik90renatu, Hey, I just noticed that I cannot open "Repeats" or "Reminder" page from within the "NewEvent" page. I get the error that file:///opt/click.ubuntu.com/com.ubuntu.calendar/0.4.latest/NewEvent.qml:720: TypeError: Cannot call method 'push' of null17:48
nik90renatu, I see that defined as pageStack.push(Qt.resolvedUrl("EventRepetition.qml"),{"eventRoot": root,"isEdit":isEdit}); ... not sure why it cannot find pageStack17:49
nik90any thoughts?17:49
renatunik90, fix on the way17:55
nik90renatu, thnx17:55
renatunik90, could you review it? https://code.launchpad.net/~renatofilho/ubuntu-calendar-app/fix-event-creation/+merge/28832618:00
nik90renatu, on it18:04
nik90renatu, What's the need for this stack variable? I tried just using bottomEdgePageStack and it works when I open the NewEvent Page using the bottom edge, long-pressing on the week view to create an event etc.18:12
nik90renatu, http://paste.ubuntu.com/15322416/18:12
nik90or in other words, I cannot find any scenario, where using just bottomEdgePageStack wouldn't work18:12
renatunik90, editing a event does not set bottomEdgePageStack18:13
renatunik90, editing a event uses the default pagestack variable18:14
nik90ah yes, you're right18:15
nik90renatu, top-approved.18:17
nik90renatu, btw in the new design spec, we still use Tabs. I also want to migrate to the new PageHeader as well. I talked to tim about bug 1539759 for another app and his suggestion was to define a tabs list of actions and then use that in leadingActionbar18:18
ubot5bug 1539759 in ubuntu-ui-toolkit (Ubuntu) "Tab button does not appear when using the new header API" [High,Incomplete] https://launchpad.net/bugs/153975918:18
nik90with numberofactions set to 0. This will ensure that the hamburger (tabs) icon is always shown. The user will not notice any visual change18:18
nik90s/tim/t1mp18:19
suebtHey, got one question about Oxide: Can you explain to me why one *has* to create a new WebView for a new view request directly in the onNewViewRequested handler? Or is there another way to handle this? If not, will this change in the future?18:20
renatunik90, yes I am already doing that18:20
nik90ah ok18:21
ahayzennik90, i talked to you about how we are setting the leadingActionBar.actions for the tabbar right?18:21
ahayzenthink that was the same conversation with Tim :-)18:22
nik90ahayzen, I think so18:23
nik90ahayzen, although I remember t1mp distinctly saying that the leadingactionbar icon defaults to the hamburger icon18:24
ahayzenit does, if you provide it more than 1  ? IIRC18:24
nik90yup18:24
ahayzent1mp, o/ Have you ever heard any issues about the PageHeader disappearing when changing head sections and the flickable property changing at the same time ? Also is there a way to do the old header.show() in the new header ?19:49
=== Pici is now known as Guest19584
=== Pici` is now known as Guest1760
peter-bittneroSoMoN: I've added bug 1554202 for the webapp-container issue, https://bugs.launchpad.net/ubuntu/+source/webbrowser-app/+bug/155420220:26
ubot5Launchpad bug 1554202 in webbrowser-app (Ubuntu) "[webapp-container] No access to video provided despite policy_group "camera" in .apparmour file" [Undecided,New]20:26
t1mprenatu: right, for the 'tabs' navigation, use the leadingActionBar. I replied on https://bugs.launchpad.net/ubuntu/+source/ubuntu-ui-toolkit/+bug/153975923:10
ubot5Launchpad bug 1539759 in ubuntu-ui-toolkit (Ubuntu) "Tab button does not appear when using the new header API" [High,Incomplete]23:10
=== salem_ is now known as _salem

Generated by irclog2html.py 2.7 by Marius Gedminas - find it at mg.pov.lt!