Re: [Ubuntu-phone] [Ubuntu-touch-coreapps] [RSS Reader] Index0 and 1?

2013-07-17 Thread mrqtros
nch: > > lp:~dragly/ubuntu-rssreader-app/topics-management-branch > > > > Best regards, > Svenn-Arne > > On Tue 16 Jul 2013 10:59:37 PM CEST, Roman Shchekin wrote: > > And here you are, folks, my topics and feeds management for > alpha: > > lp:~mrqtros/ub

Re: [Ubuntu-phone] [Ubuntu-touch-coreapps] [RSS Reader] Index0 and 1?

2013-07-18 Thread mrqtros
Hi Lisette =) Yep, but I have no device and temporsry want to use some icons in our app now, to make it more beautiful and usable. So, Joey can grab icons from device and share with us? =) Btw, Lisette, my primary question to is what you think about my implementation of your "Add reads" concep

Re: [Ubuntu-phone] Applications spawning other Applications

2013-07-19 Thread mrqtros
And what about Qt.openUrlExternally? =) Btw, do you mean that app couldn't use QProcess for creating processes as well? =) 19.07.13 16:04 Marc Deslauriers написал(а): On 13-07-19 07:11 AM, Michael Zanetti wrote: > On Thursday 18 July 2013 20:50:28 Michał Sawicz wrote: >> W dniu 18.07.2013 20:3

Re: [Ubuntu-phone] Is there going to be a standard QML UI toolkit?

2013-07-30 Thread mrqtros
Sam, mb Qt.binding can be helpful for you? Sorry, if I didn't understood your problem well, but if can explain it on concrete examples - do it, I'll help! BR, Roman. P.S. API of desktop components is really cool, I think that guys from Ubuntu toolkit must gain done ideas and qml practice there

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

2013-09-29 Thread mrqtros
Joshua, Good day! We are very glad to see you in our team since it contains only two members - me and Joey. But we want to work with experienced and responsible developers ;) If you are not confident, you still can help by testing and filling bugs ;) Thanks! 29.09.13 7:24 Joey Chan написал(а):

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

2013-09-29 Thread mrqtros
Use Qt methods instead ;) Just try find "qt take screenshot" ;) Br, Roman 29.09.13 4:16 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. How

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

2013-09-30 Thread mrqtros
Omg declare global engine object in main qml file and that's all 30.09.13 13:19 Николай Шатохин написал(а): I'm using qmlRegisterType now. I have problems, because two QML objects in different QML files it is two different objects in C++. I registered as type class that have static object of E

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

2013-10-07 Thread mrqtros
Дружище, ты меня прости, что я по-русски тебе отвечу, но ты не желаешь пробовать, прежде чем спрашивать? Или просто документацию посмотреть? А то это спам какой-то уже! Best regards, Roman. 07.10.13 13:12 Николай Шатохин написал(а): Can I use QList of pointers? And get objects in QML. 201

Re: [Ubuntu-phone] Thoughts on inhibiting app suspend via application lifecycle

2013-10-22 Thread mrqtros
Modern OS requires silent background processes, of course. Listening music, checking email, tracking position and so on - all of it requires services (daemons). And why do you afraid to write qt based C++ class for service? I think that we must be pragmatic - QML is only gui declarative language

Re: [Ubuntu-phone] Any offline map application / existing Ubuntu app that can be used ?

2013-10-23 Thread mrqtros
Issue: - can't change DNS server via GUI, only in terminal - can't import contacts via GUI 23.10.13 11:28 Martin Fasani написал(а): Thanks all, I will try to test Marble for the offline maps thing. And thanks Fabian, testing your code sounds good too, if you have some minutes just drop me an

Re: [Ubuntu-phone] [Design] Landing plan - Tuesday 5th November

2013-11-06 Thread mrqtros
Hi, guys, what with RSS Reader? =) I am one of two developers of Shorts, so you can ask any questions =) BR, Roman. 06.11.13 15:13 Oliver Grawert написал(а): hi, Am Mittwoch, den 06.11.2013, 09:40 +0100 schrieb Olivier Tilloy: > > Those failures are due to the new default behaviour of the too

Re: [Ubuntu-phone] Focus on JS/C++/Python for QML

2013-02-22 Thread mrqtros
Yes, pure QML preferred by many reasons, see previous posts to read and understand them! 22.02.13 13:04 Jason Scurtu написал(а): Hi everyone, what is the real suggested way creating an App for Ubuntu touch? Looking at the QtCreator templates, samples, coreapps such as Notepad-QML and the dep

Re: [Ubuntu-phone] Qt5 Apps (C++ + QML)

2013-02-22 Thread mrqtros
Via setContextProperty or writing plugins. See docs! 22.02.13 13:08 Edward Sarkisyan написал(а): Is there any guide about building Qt5 apps for ubuntu phone? How can I combine c++(logic) and QML(UI) code for ubuntu phone app? -- Mailing list: https://launchpad.net/~ubuntu-phone Post to : u

Re: [Ubuntu-phone] Ubuntu QML Dialogs

2013-04-10 Thread mrqtros
Nicolay (sorry for bad translation if your name, use English plz), you may get sources of RSS Reader from 12 Core Apps, I used one dialog there. And I (again) strongly advice you to read some qml documentation, before spamming whole mailing list with dummy questions. Or use google instead. Thank

Re: [Ubuntu-phone] Ubuntu QML Dialogs

2013-04-10 Thread mrqtros
And look at ComponentShowcase.qml for all answers about Ubuntu Toolkit components, while documentation in progress. 11.04.13 1:52 Николай Шатохин написал(а): I don't need help with Dialog. I need help with showing them and getting value from them. I created ConfirmationDialog.qml that has Comp

Re: [Ubuntu-phone] Building for other platforms

2013-04-12 Thread mrqtros
As far as I know there are no any version of portable components. But you can use pure qml with your own gui elements - in this way your app will be portable for all major platforms. Best wishes, Roman. 12.04.13 18:09 Николай Шатохин написал(а): Hello. Is it possible to build application cr

Re: [Ubuntu-phone] Running QML functions in parallel thread

2013-04-16 Thread mrqtros
I thought Nick creates 1024 (16x16) buttons, lol =) And even did not thought - for what :D Of course code is extremely bad, if buttons with size 16x16 pixels creating slowly. 16.04.13 12:09 Michael Zanetti написал(а): On Tuesday 16 April 2013 01:01:28 Николай Шатохин wrote: > Hello. > > In my

Re: [Ubuntu-phone] Running QML functions in parallel thread

2013-04-19 Thread mrqtros
Funny, explored bug (issue) just by using a lot of components =) 19.04.13 14:16 Michael Zanetti написал(а): FYI: After having a chat with the SDK people, it turns out that the Button is indeed slower than it should be. I've reported this bug: https://bugs.launchpad.net/ubuntu-ui-toolkit/+bug/11

Re: [Ubuntu-phone] Running QML functions in parallel thread

2013-04-19 Thread mrqtros
Hi, Mario! I know how to use worker script, note that Nickolas asking in this "topic". I have qml experience about 2.5 years, so il's quite easy question for me =) 19.04.13 16:05 Mario Zorz написал(а): Hi Roman Please note you can't access QML objects from within a WorkerScript. See this (fr

Re: [Ubuntu-phone] Autoupdating QML files stored in resource

2013-04-26 Thread mrqtros
Storing qml files in qrc is bad practice. I can't give link because I have limited internet access. But trust me =) 26.04.13 13:06 Alberto Mardegan написал(а): On 04/26/2013 11:59 AM, Николай Шатохин wrote: > Hello. > > I store my qml files in qrc. But I have problem with it. When I edit > some

Re: [Ubuntu-phone] nokia n9

2013-05-13 Thread mrqtros
I want to try Ubuntu Phone on my N9 too... Someone have experience? 13.05.13 11:19 Gianguido Sorà написал(а): Yeah it's possible i think, after all there is cm10 for the n9 Il giorno 13/mag/2013 09:17, "Николай Шатохин" ha scritto: Hello. Is it possible to install Ubuntu Touch on Nokia N9?

Re: [Ubuntu-phone] [Ubuntu-touch-coreapps] [RSS - Reader] Performance issue in QtQuick.LocalStorage 2.0

2013-06-13 Thread mrqtros
Hi all! Good need, Christian! I am in RSS Reader team too, and we will need u1 for sync across devices or something like that, even if we will find another solution for performance issue. 13.06.13 14:58 Christian Dywan написал(а): > I'm a developer of RSS reader, I found a performance issue >

Re: [Ubuntu-phone] [Ubuntu-touch-coreapps] [RSS - Reader] Performance issue in QtQuick.LocalStorage 2.0

2013-06-13 Thread mrqtros
Michael, it seems like you kidding me. Or us. I am like C++ and from the first day of my work in RSS team I always speak about xml parsing in C++, models and so on. But answer always was "you must use qml where it's possible". And what now?! A lot of code already written with xmllistmodel and ex

Re: [Ubuntu-phone] [Ubuntu-touch-coreapps] [Ubuntu-tool-kit] dynamic Tab creation in Tabs

2013-07-01 Thread mrqtros
Of course this functionality is necessary, all troubles now are connected with using of VisualItemModel. Control must be rewritten with more usable model in my opinion. 01.07.13 13:49 Joey Chan написал(а): Hi Geeks, I'm a member in RSS reader team. What I am doing now is creating dynamic T