Re: [Ubuntu-phone] [Ubuntu-touch-coreapps] [RSS-Reader] Let's get it done

2013-09-28 Thread Joey Chan
Hi Joshua, > Hello, > > Is there any plans to support third party RSS readers api's, such as > freely or the old reader? I don't know about most people, but this is one > of the most important features in a rss reader for me. This is important > for many reasons, such as: > > 1. No reimporting fee

[Ubuntu-phone] Create QML view for C++ object (not class)

2013-09-28 Thread Николай Шатохин
Hello. When I create a class in C++, I can register it for QML and can create view for it. It's very convenient. But, if I need many objects of the same type, and need to show few views on screen, I got problems. Is it possible to register QML type for object, not for class? If I change some objec

Re: [Ubuntu-phone] [Ubuntu-touch-coreapps] [RSS-Reader] Let's get it done

2013-09-28 Thread A Random User
Hello, Is there any plans to support third party RSS readers api's, such as freely or the old reader? I don't know about most people, but this is one of the most important features in a rss reader for me. This is important for many reasons, such as: 1. No reimporting feeds. If you have for

Re: [Ubuntu-phone] Is pragmatically taking a screenshot possible?

2013-09-28 Thread Fabian Herb
Hello, since Ubuntu Touch uses the same kernel as Android, this would be technically possible with the exact same code. Actually, /dev/graphics/fb0 is present on my Nexus 4. However if this is accessible to ordinary apps then I would consider this a security flaw that needs to be fixed. I don'

[Ubuntu-phone] Is pragmatically taking a screenshot possible?

2013-09-28 Thread James Mugford
Hi folks, Is it technically possible to create an app that can take a screenshot of the home screen or device viewport? It is for the purpose of creating something technologically similar to a water screen saver. It is possible in rooted Android phones, via the NDK, with /dev/graphics/f

Re: [Ubuntu-phone] Ubuntu Components on Windows

2013-09-28 Thread Николай Шатохин
Will Ubuntu Components work on SteamOS? 2013/9/28 Penk Chen > Hi Nick, > > I've ported some early version of Ubuntu Components to Mac OSX (without > GIO and DBus): > > http://penkia.blogspot.com/2013/06/bringing-ubuntu-components-to-mac-osx.html > > Best, > penk > > > On Sat, Sep 28, 2013 at 10

Re: [Ubuntu-phone] Ubuntu Components on Windows

2013-09-28 Thread Николай Шатохин
Or another Linux 2013/9/28 Николай Шатохин > Will Ubuntu Components work on SteamOS? > > > 2013/9/28 Penk Chen > >> Hi Nick, >> >> I've ported some early version of Ubuntu Components to Mac OSX (without >> GIO and DBus): >> >> http://penkia.blogspot.com/2013/06/bringing-ubuntu-components-to-ma

Re: [Ubuntu-phone] Ubuntu Components on Windows

2013-09-28 Thread Penk Chen
Hi Nick, I've ported some early version of Ubuntu Components to Mac OSX (without GIO and DBus): http://penkia.blogspot.com/2013/06/bringing-ubuntu-components-to-mac-osx.html Best, penk On Sat, Sep 28, 2013 at 10:52 PM, Николай Шатохин wrote: > Hello. > > Is it possible to use Ubuntu Components

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] Ubuntu Components on Windows

2013-09-28 Thread Roman Shchekin
Hello, Nickolas. No, it isn't. But you can use Qt Quick Controls: http://qt-project.org/doc/qt-5.1/qtquickcontrols/qtquickcontrols-index.html I hope that API will be similar in most cases. BR, Roman. 2013/9/28 Николай Шатохин > Hello. > > Is it possible to use Ubuntu Components on Windows to

Re: [Ubuntu-phone] (no subject)

2013-09-28 Thread Jean-Marc Gailis
Actually, I don't know. I think that, if it is available for Windows Phone and Symbian, it will be available for Ubuntu Phone. Wait and see. Jean-Marc Gailis Jānis-Marks Gailis Thunderbird Translator Latvian Ubuntu Translator Ubuntu Translator Team Mozilla Translator Team "Think Global, Make Loca

Re: [Ubuntu-phone] (no subject)

2013-09-28 Thread Lluís Sales
Thanks JeanMarc, I have already had a look at https://translations.launchpad.net/ubuntu-calendar-app but I can't see any reference to this repeating topic. Another question, will Ubuntu Touch 13.10 support Whatsapp or something similar to it? Lluís. From: jeanmarc.gai...@gmail.com Date: Sat, 2

Re: [Ubuntu-phone] (no subject)

2013-09-28 Thread Jean-Marc Gailis
Hi! I'm an Ubuntu Translator, and actually, in the translations files I can see there will be the possibility to repeat an event. I cannot remember what sort of occurence, so you can take a look in Launchpad at https://translations.launchpad.net/ubuntu-calendar-app ). ​-- Jean-Marc Gailis Jānis-M

[Ubuntu-phone] (no subject)

2013-09-28 Thread Lluís Sales
Good afternoon,I'd like to know if the Ubuntu Touch Calendar App will support repeatingevents, in the first release due to next month October 2013? If so, whatkind of repetitions will it support?And a last question:... will it be possible to import gmail or hotmailcalendars to Ubuntu Touch Calen

[Ubuntu-phone] Ubuntu Components on Windows

2013-09-28 Thread Николай Шатохин
Hello. Is it possible to use Ubuntu Components on Windows to develop crossplatform applications? Best regards, Nick -- Mailing list: https://launchpad.net/~ubuntu-phone Post to : ubuntu-phone@lists.launchpad.net Unsubscribe : https://launchpad.net/~ubuntu-phone More help : https://help.lau

Re: [Ubuntu-phone] compile error: 'RLOGD' was not declared in this scope (hardware/samsung/ril/xmm6260/libril/ril.cpp)

2013-09-28 Thread Florian Will
Sorry, I misread your post. I stand corrected. :-) Florian -- Mailing list: https://launchpad.net/~ubuntu-phone Post to : ubuntu-phone@lists.launchpad.net Unsubscribe : https://launchpad.net/~ubuntu-phone More help : https://help.launchpad.net/ListHelp

Re: [Ubuntu-phone] Library dependency support in click packages?

2013-09-28 Thread Fabian Herb
Am 28.09.2013 um 03:51 schrieb Matthew Fischer : > On Fri, Sep 27, 2013 at 4:04 PM, Ted Gould wrote: > On Fri, 2013-09-27 at 17:37 -0400, Scott Sweeny wrote: > Why wouldn't you just statically link them? Seems like roughly the same for > most applications that have a single binary. > > Ted >