[Ubuntu-phone] haXe

2017-01-22 Thread Israel
Hi all, I am not sure if I have asked this here before or not, so if I have sorry :) I really like the haXe programming language for creating cross platform games. It would be really nice to have some native Ubuntu Phone integration with haXe. I know I could export as HTML5 using internal condi

[Ubuntu-phone] Gestures

2014-04-03 Thread Israel
Hi, I have a few questions related to the same basic thing... Gestures. Is there documentation available about different gestures? (if so where?) Is this already imported into the Ubuntu Components... if this is the case which components can have these gestures? Are there predefined behaviors t

Re: [Ubuntu-phone] Access XML file in ~/

2014-01-07 Thread Israel
On 01/07/2014 10:02 AM, Christian Dywan wrote: On 30.12.2013 23:35, Israel wrote: I want it to access the XML file from a relative ~/.config/ so far it seems I can only hard code the location.. Check out QStandardPaths: http://qt-project.org/doc/qt-5.0/qtcore/qstandardpaths.html

Re: [Ubuntu-phone] Access XML file in ~/

2013-12-30 Thread Israel
ermissions. Unfortunately, I am not sure how to > solve that issue. Hopefully someone on this mailing list can provide > that answer. > > Cheers, > Nekhelesh > > > On Mon, Dec 30, 2013 at 10:24 PM, Israel <mailto:israeld...@gmail.com>> wrote: > > Is there a

[Ubuntu-phone] Access XML file in ~/

2013-12-30 Thread Israel
Is there a pure QML way to access and read an XML file from the users home path? I can already read and list the XML bits I want using QtQuick.XmlListModel 2.0 But I want to access a file in the users ~/.config Do I have to use C++ or is there some component somewhere to read and write to one file

Re: [Ubuntu-phone] Features after installing uburntu mobile os to nexus 4

2013-11-30 Thread Israel
On 11/30/2013 03:20 PM, Nathan Haines wrote: On 11/30/2013 06:24 AM, David Marceau wrote: >> Can I compile C / C++ or Python applications on Ubuntu desktop and >> running them on both Ubuntu desktop and mobile on Nexus 4? > > You can compile apps for your phone through ubuntu-sdk. RTFM. This is

Re: [Ubuntu-phone] QProcess, and a QML/JavaScript only alternative?

2013-11-30 Thread Israel
On 11/30/2013 10:01 AM, Kevin Krammer wrote: > On Tuesday, 2013-11-26, 07:11:17, Israel wrote: >> On 11/26/2013 02:50 AM, Michael Zanetti wrote: >>> On Monday 25 November 2013 18:58:45 Israel wrote: >>>> Is there work going on to integrate something like QProcess

Re: [Ubuntu-phone] QProcess, and a QML/JavaScript only alternative?

2013-11-26 Thread Israel
is imlemented on the phone I can use whatever import I need and access it through that. As long as I can test this portion on my machine I can change it once more backend for the phone is in place. > On Monday 25 November 2013 18:58:45 Israel wrote: >> Is there work going on to integrat

[Ubuntu-phone] QProcess, and a QML/JavaScript only alternative?

2013-11-25 Thread Israel
Is there work going on to integrate something like QProcess into QML/JavaScript. I'd really like to run some external programs (festival for one, and to make a few nice configuration programs for the in-process LXQt version of Lubuntu) as I'd rather the program be smaller, as both phone and Lubunt

Re: [Ubuntu-phone] Add image for toolbar buttons?

2013-11-03 Thread Israel
Do you have the mobile icons installed? I am quite curious because that method seems much cleaner and less hacky On 11/03/2013 10:01 AM, Sam Bull wrote: On Sat, 2013-11-02 at 12:16 -0500, Israel wrote: Does it work with the icons installed though. Since these apps are to be cross platform

Re: [Ubuntu-phone] Add image for toolbar buttons?

2013-11-02 Thread Israel
The icons do show up in 13.10 with the mobile icons installed. We use this bit of code: *in our main.qml* function getIcon(name, type) { if (type === undefined) type = "actions" return "/usr/share/icons/ubuntu-mobile/" + type + "/scalable/" + name + ".svg" }

Re: [Ubuntu-phone] TTS

2013-10-21 Thread Israel
On 10/21/2013 07:46 PM, Luke Yelavich wrote: On Tue, Oct 22, 2013 at 10:28:47AM EST, Israel wrote: I may have been too brief in my initial e-mail. I am looking for something (like festival, espeak, picoTTS, etc...) I started working on some TTS bindings to use the speech-dispatcher framework

Re: [Ubuntu-phone] TTS

2013-10-21 Thread Israel
the sheer amount of languages needed to be supported in Ubuntu, as well as an app that would read text from the device. Thanks for those links, that looks really exciting, I will check it out more! On 10/21/2013 04:08 PM, Ted Gould wrote: On Mon, 2013-10-21 at 15:53 -0500, Israel wrote: I&#

[Ubuntu-phone] TTS

2013-10-21 Thread Israel
I'm wondering if there has been any discussion of a TTS (text to speech) being implemented on Ubuntu Touch, and if so, where could I find any information. If not, what would be the best place to open an issue for discussion, or who could/should I contact for more info, or to suggest this idea?

Re: [Ubuntu-phone] Messaging API

2013-10-17 Thread Israel
On 10/17/2013 02:09 AM, Alberto Mardegan wrote: On 10/16/2013 10:06 PM, Israel wrote: On 10/16/2013 11:05 AM, Robert Park wrote: Hmmm, that Gwibber page is very outdated, definitely does not reflect any APIs currently present in Saucy. You're definitely better off going through Online Acc

Re: [Ubuntu-phone] Messaging API

2013-10-16 Thread Israel
On 10/16/2013 11:05 AM, Robert Park wrote: On Tue, Oct 15, 2013 at 8:56 PM, Israel wrote: Awesome!! That is exactly what I need.. one last thing... does the Gwibber API (from the page you gave me) reflect the current friends-app API for social media, or do I need to use one of the Online

Re: [Ubuntu-phone] Messaging API

2013-10-15 Thread Israel
wrote: On Tue, 2013-10-15 at 21:30 -0500, Israel wrote: After a quick look, I realized I need to include that I want to share text in a text message. I assume that isn't covered in the messaging menu, or Gwibber portion. Is there something you can point me to that would help in that regard as

Re: [Ubuntu-phone] Messaging API

2013-10-15 Thread Israel
: On Tue, 2013-10-15 at 08:13 -0500, Israel wrote: Hi is anyone aware of the API to integrate with messaging service for the Ubuntu Touch platform? I would also like to integrate with the desktop messaging menu services as well. I was not able to find this information on the developer website, tho

Re: [Ubuntu-phone] Messaging API

2013-10-15 Thread Israel
Ok thanks I will look into it!! I appreciate your quick response! On 10/15/2013 09:13 PM, Ted Gould wrote: On Tue, 2013-10-15 at 08:13 -0500, Israel wrote: Hi is anyone aware of the API to integrate with messaging service for the Ubuntu Touch platform? I would also like to integrate with the

[Ubuntu-phone] Messaging API

2013-10-15 Thread Israel
Hi is anyone aware of the API to integrate with messaging service for the Ubuntu Touch platform? I would also like to integrate with the desktop messaging menu services as well. I was not able to find this information on the developer website, though I may have missed it. Could anyone point me t

[Ubuntu-phone] API for messaging

2013-10-14 Thread Israel
Hi is anyone aware of the API to integrate with messaging service for the Ubuntu Touch platform? I would also like to integrate with the desktop messaging menu services as well. I was not able to find this information on the developer website, though I may have missed it. Could anyone point

[Ubuntu-phone] Phone App integration with messaging system

2013-10-10 Thread Israel
I am looking to implement a "Sharing feature" in a phone app, where a string of text can be shared through many different things like text, e-mail, social media, etc.. I would like this to work with both the phone (if there is an integrated sharing function already) and the messaging in Ubuntu

Re: [Ubuntu-phone] Anybody have Adobe Illustrator?

2013-09-30 Thread Israel
On 09/30/2013 11:15 AM, Sam Bull wrote: On Mon, 2013-09-30 at 16:14 +0100, David Aizenberg wrote: Does it work? https://docs.google.com/file/d/0B3U7iD3eG4-jdFBJcnA1My1CMFU/edit?usp=sharing Yep, thanks, that's worked, and thanks everyone else for the offers. Unfortunately, the file is really la

Re: [Ubuntu-phone] Ubuntu Components on Windows

2013-09-28 Thread Israel
On 09/28/2013 09:52 AM, ??? ??? wrote: Hello. Is it possible to use Ubuntu Components on Windows to develop crossplatform applications? Best regards, Nick according to : http://developer.ubuntu.com/get-started/ You must use Ubuntu to develop phone apps, however since this is a phon

Re: [Ubuntu-phone] What If?

2013-09-23 Thread Israel
On 09/23/2013 03:14 AM, Abimanyu G wrote: Hi everyone, I have just one question. What if i have a device without Android and I want to port ubuntu touch? Regards, Abimanyu G Please do! And once you have add it to the page of devices. Of course you'll need to have a device with the correct