Re: [Ubuntu-phone] A very open thank you.

2016-06-17 Thread Matthew Paul Thomas
Olivier Tilloy wrote on 16/06/16 16:12: > > On Thu, Jun 16, 2016 at 4:39 PM, Matthew Paul Thomas > wrote: >… >> If you can access Facebook messages on an M10 but not on other devices, >> that suggests Browser might work around the problem by using a >> particular User-Agent string specifically fo

Re: [Ubuntu-phone] A very open thank you.

2016-06-17 Thread Olivier Tilloy
On Fri, Jun 17, 2016 at 10:54 AM, Matthew Paul Thomas wrote: > Olivier Tilloy wrote on 16/06/16 16:12: >> >> On Thu, Jun 16, 2016 at 4:39 PM, Matthew Paul Thomas >> wrote: >>… >>> If you can access Facebook messages on an M10 but not on other devices, >>> that suggests Browser might work around

Re: [Ubuntu-phone] A very open thank you.

2016-06-17 Thread Nathan Haines
On 06/17/2016 03:03 AM, Olivier Tilloy wrote: Either way there doesn’t seem to be an easy solution to the removal of the messenger feature from the mobile website. Well, we could all chip in on a Kickstarter campaign to buy Facebook and make them put it back. :) -- Nathan Haines Ubuntu - ht

[Ubuntu-phone] Where's robru?

2016-06-17 Thread Robert Park
Hi all, Just a heads up, I will be on vacation June 20th to 24th here in beautiful Greece. If you have any problems with CI Train / Bileto, these are the best people to contact: Ken VanDine Barry Warsaw (although he's only around Monday and Friday) Ted Gould Lukasz Zemczak Also any Ubuntu Core

[Ubuntu-phone] connecting C++ to a QML button

2016-06-17 Thread Matthias Apitz
Hello, I'm trying to write my first QML/C++ app, so please be patient with me :-) The C++ main.cpp has: ... int main(int argc, char *argv[]) { QGuiApplication app(argc, argv); QQuickView v; QUrl file = (QUrl) "myRoot/home/phablet/baresip-app/baresip.qml"; v.setSource(file); v.show();

Re: [Ubuntu-phone] connecting C++ to a QML button

2016-06-17 Thread Michael Terry
Try adding: objectName: "dialButton" to dialButton? "id" is for inside-qml references. "objectName" is for findChild and ilk. On Fri, Jun 17, 2016 at 8:58 AM, Matthias Apitz wrote: > > Hello, > > I'm trying to write my first QML/C++ app, so please be patient with me > :-) > > The C++ main.cpp

Re: [Ubuntu-phone] connecting C++ to a QML button

2016-06-17 Thread Andrea Bernabei
More in general, always make sure you check the return value of findChild to make sure it is actually finding something :) On Fri, Jun 17, 2016 at 2:00 PM, Michael Terry wrote: > Try adding: > objectName: "dialButton" > > to dialButton? > > "id" is for inside-qml references. "objectName" is for

Re: [Ubuntu-phone] connecting C++ to a QML button

2016-06-17 Thread Matthias Apitz
El día Friday, June 17, 2016 a las 09:00:57AM -0400, Michael Terry escribió: > Try adding: > objectName: "dialButton" > > to dialButton? > > "id" is for inside-qml references. "objectName" is for findChild and ilk. Thanks. This seems to find the object, but gives a new problem: QObject::conne

Re: [Ubuntu-phone] connecting C++ to a QML button

2016-06-17 Thread Michael Terry
Use SLOT(cppSlot(const QString *)) instead of SLOT(cppSlot(QString)). 2016-06-17 9:13 GMT-04:00 Matthias Apitz : > El día Friday, June 17, 2016 a las 09:00:57AM -0400, Michael Terry > escribió: > > > Try adding: > > objectName: "dialButton" > > > > to dialButton? > > > > "id" is for inside-qml re

Re: [Ubuntu-phone] connecting C++ to a QML button

2016-06-17 Thread Michael Terry
Err, you should probably keep using QString. Just switch your slot to accept a QString object instead of a pointer to one, rather. On Fri, Jun 17, 2016 at 9:14 AM, Michael Terry wrote: > Use SLOT(cppSlot(const QString *)) instead of SLOT(cppSlot(QString)). > > 2016-06-17 9:13 GMT-04:00 Matthias

Re: [Ubuntu-phone] connecting C++ to a QML button

2016-06-17 Thread James Henstridge
On 17 June 2016 at 20:58, Matthias Apitz wrote: > > Hello, > > I'm trying to write my first QML/C++ app, so please be patient with me > :-) > > The C++ main.cpp has: > > ... > int main(int argc, char *argv[]) { > QGuiApplication app(argc, argv); > QQuickView v; > QUrl file = (QUrl) "myRoot/h

Re: [Ubuntu-phone] connecting C++ to a QML button

2016-06-17 Thread Matthias Apitz
El día Friday, June 17, 2016 a las 09:15:38AM -0400, Michael Terry escribió: > Err, you should probably keep using QString. Just switch your slot to > accept a QString object instead of a pointer to one, rather. Thanks! With this now the three buttons for 'dial', 'answer' and 'status' call nicel

[Ubuntu-phone] Bluetooth 4.0 mouse not connecting

2016-06-17 Thread Andrew Penkrat
Hello, I'm trying to coonect Microsoft Arc Touch Bluetooth mouse to my BQ Aquaris M10 tablet and it doesn't even display in bluetooth settings. The mouse requires Bluetooth 4.0 which should be available according to specs, so my assumption is Ubuntu Touch may not support it programmatically.

Re: [Ubuntu-phone] Bluetooth 4.0 mouse not connecting

2016-06-17 Thread Andrew Penkrat
As I understood from discussion of this bug [1] it should work with bluez 5.40. Will it come to UT any soon? It's a brand new mouse purchased specifically for use with my tablet, so if it's not going to work with it I will try getting my money back (without much hope for success though). [1] - htt

Re: [Ubuntu-phone] Bluetooth 4.0 mouse not connecting

2016-06-17 Thread Nathan Haines
On 06/17/2016 04:46 PM, Aaron Honeycutt wrote: Bluetooth does not use dongles that would be another tech. Of course Bluetooth uses dongles. They're very common with Bluetooth keyboards or mice because not all systems (particularly desktops) have Bluetooth receivers. Incidentally, I use an o