Re: [Ubuntu-phone] Thank you

2017-04-10 Thread Roman Shchekin
Guys, I want to add few thankful words too! It was my very first opensource project, I started to participate in it when I was a student. I literally grew up on this! Everything was new for me - CI process, tests, cooperation with the design team, nights of coding and so on! It was priceless

Re: [Ubuntu-phone] This is it...

2017-04-05 Thread Roman Shchekin
Yes, looks like dead end. Thanks to everyone. It was a very interesting journey! Anyway little bit shocked that Mir and Unity8​ are about to close to, not just Ubuntu Phone. Francisco Pina Martins | От: 5 апр. 2017 г. 20:26 | Сообщение:It's been one hell of a ride, but

Re: [Ubuntu-phone] Programming Course for Ubuntu Touch (English translation)

2017-01-07 Thread Roman Shchekin
Hello! Tried "Course (GitBook): ...", got 404 Seems that this URL: https://www.gitbook.com/book/mimecar/curso-de-programacion-de-ubuntu-phone-touch/details is correct. BTW, don't forget to translate your repository to English. Spanish names and string literals are not foreign-learners-friendly.

Re: [Ubuntu-phone] Virtualization of UP development

2016-12-21 Thread Roman Shchekin
Maybe it is because obsolete ways of communication? Both mail and irc are not so dynamic... I tried to enter telegram channel - no luck. gareth.fra...@cliftonts.co.uk | От: 21 дек. 2016 г. 11:38 | Сообщение:On 2016-12-20 06:08, Roman Shchekin wrote: > Hi all > > I agree! Now I

Re: [Ubuntu-phone] Virtualization of UP development

2016-12-19 Thread Roman Shchekin
Hi all I agree! Now I have SDK installed and it works. But some time ago I got my SDK broken because of LXD. Something went wrong and I was unable to figure out what exactly. I think that UP development must be simplified in some ways (virtualization, easier installation, etc). BR, Roman.

Re: [Ubuntu-phone] Ota14 lock screen

2016-12-07 Thread Roman Shchekin
>> Who on earth chose the new lock screen? +100500 2016-12-08 1:40 GMT+03:00 Gareth France : > On Wednesday, 7 December 2016 21:43:34 GMT, Michał Sawicz < > michal.saw...@canonical.com> wrote: > >> W dniu 07.12.2016 o 20:07, Gareth France pisze: >> >>> Who on earth

Re: [Ubuntu-phone] Improve apps startup time by using Qt Quick Compiler

2016-11-22 Thread Roman Shchekin
Hello I proposed this some time ago and was told that some work already in progress. I hope it is true. BTW, what about QtQuick controls 2.0? Daniele Laudani | От: 21 нояб. 2016 г. 22:35 | Сообщение:Hello,I was wondering if there were already some plans on using Qt

[Ubuntu-phone] SDK Question

2016-11-15 Thread Roman Shchekin
Hello! Did somebody note that ActivityIndicator component became invisible with the latest official update? Example code: ... ActivityIndicator { running: true anchors.horizontalCenter: parent.horizontalCenter } ... Thanks. -- Mailing

Re: [Ubuntu-phone] YaD Pro after updating to OTA-13

2016-09-21 Thread Roman Shchekin
Hello! Thanks for the report! I do not use any platform-specific or OS-version-dependent features in it, so I am little bit confused by that fact. Maybe you can provide some kind of logs or...? BR, Roman. 2016-09-21 13:26 GMT+03:00 Cesar Herrera : > > After updating to OTA-13

Re: [Ubuntu-phone] unity 8 help

2016-07-24 Thread Roman Shchekin
Hi all Little off-top - I must use Libertine to run any app (for example chrome or nautilus) in Unity8 on desktop? Or this is actual for mobile devices only? Wayne Ward | От: 24 июля 2016 г. 20:57 | Сообщение:Does anybody know any good locations for unity 8 help mailing

Re: [Ubuntu-phone] How to install SDK?

2016-07-08 Thread Roman Shchekin
Hello I want to add one question: when new SDK (with LXD containers) will be released? Should I wait a little for it or it is long-term target? 2016-07-07 23:56 GMT+03:00 Gareth France : > I've reinstalled my pc from scratch after a hard drive upgrade. To get >

Re: [Ubuntu-phone] regression in doc viewer OTA-11

2016-06-07 Thread Roman Shchekin
Hi all, I'll take a look. 2016-06-06 16:33 GMT+03:00 Roberto Resoli : > Il 05/06/2016 13:02, Matthias Apitz ha scritto: > >>> > >>> When I'm looking with doc viewer some doc, for example a PDF file and > >>> click on < to go back to the list, it does not go back but

[Ubuntu-phone] Store fails to install perfectly valid package

2016-05-14 Thread Roman Shchekin
Hi all My app called "YaD" (https://uappexplorer.com/app/yadpro.mrqtros) is available in the store. But when I am trying to install it, I always see strange behaviour - page became blank, only "back" action is present. When I push it, I can see "install" button again, but application is already

Re: [Ubuntu-phone] Meizu MX4 awakes itself from standby

2016-04-30 Thread Roman Shchekin
Ho folks Can confirm this on BQ E4.5 2016-04-30 17:36 GMT+03:00 Jacob Nielsen : > On 2016-04-30 10:57, Carolin Weiß wrote: > >> >> Hi everybody, >> >> >> got another problem with my Meizu MX4 using OTA 10.1 stable version. >> Since few weeks (already bevor OTA 10.1) it

[Ubuntu-phone] Battery issue

2016-04-22 Thread Roman Shchekin
Hi all I was surprised to see this https://yadi.sk/i/WjgrWanqrDYia when I came from work. Phone was idle without SIM. Any ideas what's gone wrong? Should I provide logs or...? BR, Roman. -- Mailing list: https://launchpad.net/~ubuntu-phone Post to : ubuntu-phone@lists.launchpad.net

Re: [Ubuntu-phone] Ubuntu Store Highlights

2016-03-27 Thread Roman Shchekin
Any news on this? I still can see very unpopular results in "Highlights" section. My scope (Academy) has highest star rating of all scopes in the store. Can I pretend on this place? :) Or in "Top scopes"? 2016-03-03 13:32 GMT+03:00 Roman Shchekin <mrqt...@gmail.com&g

Re: [Ubuntu-phone] alternative to XMLHttpRequest ?

2016-03-21 Thread Roman Shchekin
Hello Are you familiar with C++? Redirection can be easily handled with it. 2016-03-21 12:09 GMT+03:00 Omer Akram : > Hi! > > I am writing a soundcloud client and the issue I am seeing right now is > that the response with 302 status is automatically redirected, this

Re: [Ubuntu-phone] [Development] QML Javascript - fetching data from a web page

2016-03-21 Thread Roman Shchekin
Hi Felipe, you can use https://developer.mozilla.org/en-US/docs/Web/API/XMLHttpRequest for that. 2016-03-21 0:33 GMT+03:00 Felipe : > Hi all, > I would fetch some data from a web page that expose them through > JavaScript. > These data come form a show schedule[1] and

Re: [Ubuntu-phone] SDK planning

2016-03-19 Thread Roman Shchekin
Hi all >> In addition to improving the components we will check out the most critical core applications and consult with their developers on how to get the most out of the UITK Yes, I want to discuss few things. General advice is to make SDK more stable and universal. Current situation - step to

Re: [Ubuntu-phone] Mi Band for Ubuntu Touch

2016-03-14 Thread Roman Shchekin
Hello My mate Stefano Verzegnassi is working on such app, maybe he will answer here or you can find him at "stefano92@gmail.com". 2016-03-14 20:39 GMT+03:00 Johan Gautreau : > Hi Andrea, > > I don't know if this can help : >

Re: [Ubuntu-phone] Ubuntu Store Highlights

2016-03-03 Thread Roman Shchekin
etimes difficult to know >> what >> > to highlight). >> > >> > Secondly - if you have some specific suggestions for items that it >> would be >> > worth highlighting then please let us know, we are always open to >> > suggestions. >> > >&g

[Ubuntu-phone] Ubuntu Store Highlights

2016-03-03 Thread Roman Shchekin
Hi, folks! Everytime I open Ubuntu Store it shows me very useless "highlights". I even can't call them "highlights", really - few 0-star-rated scopes for Russian sites. They have very poor functionality, and I already seen them. Why I can't see, for example, scopes from Ubuntu Scope Showdown

Re: [Ubuntu-phone] How to test locale

2016-02-25 Thread Roman Shchekin
Hi all Seems that you can simply change UI language (in settings) and restart your phone. BTW, I have deeper question - Ubuntu Srote shows me localized set of top apps and scopes (no matter which language is set selected for UI), but how can I see overall? 2016-02-25 20:48 GMT+03:00 Peter Beňa

Re: [Ubuntu-phone] Dash crash

2016-02-15 Thread Roman Shchekin
uri, > title, icon... everything - they need to be exactly the same to trigger > the crash) > Can you check if same thing happens to your scope (may be a problem with > the remote service you're using, not your scope)? > > Cheers, > Pawel > > > On 15.02.2016 06:53, Roman S

[Ubuntu-phone] Dash crash

2016-02-14 Thread Roman Shchekin
Hi all I deveped scope called "Academy". C++ source code is: https://github.com/QtRoS/courseexplorer (courseexplorer is working name) First time it worked fine on my phone (BQ E4.5, latest stable update). Now sometimes I am getting dash crash - "Scope" *application* restarts (don't sure if I can

Re: [Ubuntu-phone] Xmlhttprequest (XHR) from qt/qml

2016-02-03 Thread Roman Shchekin
Hi Check my project: https://github.com/QtRoS/yadpro. XMLHttpRequest works fine there. AFAIK applicationName: "yadpro" in MainForm should be equal to name from manifest. Or something like this. 2016-02-03 16:50 GMT+03:00 Mathijs Veen : > Hi Mike, > > I have yes. That

Re: [Ubuntu-phone] [QML] TypeError on delegate remove

2016-01-28 Thread Roman Shchekin
Hello Can you provide full example? Seems that you are doing something wrong. 2016-01-28 12:07 GMT+03:00 Olivier Tilloy : > On Thu, Jan 28, 2016 at 9:37 AM, Sam Bull wrote: > > I have a custom component used as a delegate in a ListView. When

Re: [Ubuntu-phone] QtQuickCompiler

2015-12-23 Thread Roman Shchekin
done a comparison of the compiler to what >> we currently do with our dynamic QML caching and its not an improvement. >> We do have some some things in progress to improve app launching time so >> stay tuned. >> >> > +1!! cool stuff coming soon :D > > >>

[Ubuntu-phone] QtQuickCompiler

2015-12-22 Thread Roman Shchekin
Hi folks Are there any plans to use QtQuickCompiler http://doc.qt.io/QtQuickCompiler/ ? Can Canonical use it for Core Apps for example? -- Mailing list: https://launchpad.net/~ubuntu-phone Post to : ubuntu-phone@lists.launchpad.net Unsubscribe : https://launchpad.net/~ubuntu-phone More help

Re: [Ubuntu-phone] Ubuntu touch and QT quick controls re-engineered

2015-12-01 Thread Roman Shchekin
Hi all Absolutely agree with author - I think that SDK developers should think about reusing something what Qt creators called "templates" - set of C++ coded lightweight blocks of UI behavior (without any visuals). Such approach allows to save a lot of memory and CPU usage. 2015-11-30 12:47

Re: [Ubuntu-phone] DocViewer (powered by LibreOfficeKit) beta

2015-11-09 Thread Roman Shchekin
Thanks a lot :) We are working on zoom gesture right now ;) 9 нояб. 2015 г. 22:04 пользователь "Andrea Bernabei" < andrea.berna...@canonical.com> написал: > > > > On Fri, Nov 6, 2015 at 5:50 PM, Alan Pope wrote: >> >> Hey everyone, >> >> Thanks to the sterling work of

Re: [Ubuntu-phone] calling for testing the new IDE package

2015-10-13 Thread Roman Shchekin
Hi all I have only one question - did you fix performance issue when CPU usage going to 100% for 3-4 seconds if I push "Ctrl" while mouse is above some class in source code? It's hard to explain, I can record video about it if you interested) 2015-10-13 13:41 GMT+03:00 Zoltán Balogh

Re: [Ubuntu-phone] Why js not c++?

2015-10-09 Thread Roman Shchekin
>> This is achieved through the use of a "Zygote" process and some clever copy-on-write page management The same thing was in Nokia N9 (MeeGo) - they used special process to speedup startup time. I think that such approach can be used in UP. 2015-10-09 12:49 GMT+03:00 Pete Woods

Re: [Ubuntu-phone] List actions are broken?

2015-10-08 Thread Roman Shchekin
7, 2015 at 6:00 PM, Roman Shchekin <mrqt...@gmail.com> wrote: > >> Hi all >> >> I noticed that in my app (called "YaD") trailing and leading actions are >> not working well. >> >> Leading action ("delete") doesn't react on click at a

Re: [Ubuntu-phone] API to get contact avatar?

2015-10-02 Thread Roman Shchekin
Hello Qt provides it, I think. 2 окт. 2015 г. 6:26 PM пользователь "Jani Monoses" написал: > Hello, > > is there an API to get an address-book contact's avatar via the content > hub? > I know one can get a vcard's url that way, but that does not contain > avatar info. >

Re: [Ubuntu-phone] API to get contact avatar?

2015-10-02 Thread Roman Shchekin
proach for that. > > > [1] https://developer.ubuntu.com/api/apps/qml/sdk-15.04.1/QtContacts/ > > On Fri, Oct 2, 2015 at 12:39 PM, Roman Shchekin <mrqt...@gmail.com> wrote: > > Hello > > > > Qt provides it, I think. > > > > 2 окт. 2015 г.

Re: [Ubuntu-phone] API to get contact avatar?

2015-10-02 Thread Roman Shchekin
d his app. So I think that Ubuntu Phone should stop trying to limit all of developer features. Just remeber old N9 - all was fine without special policies. 2015-10-02 21:31 GMT+03:00 Stefano Verzegnassi <stefano92@gmail.com>: > > 2015-10-02 19:16 GMT+02:00 Roman Shchekin <mrq

Re: [Ubuntu-phone] The problem with "no background processing for apps"

2015-10-01 Thread Roman Shchekin
Hi folks First of all: > I also really thing something should be done about this, even if you > create a user override, allowing applications to multitask in the > background. Like you give permissions for applications to use the GPS. > Then the battery life would be the users choice,

Re: [Ubuntu-phone] Community team week 39 update

2015-09-26 Thread Roman Shchekin
Hi all Little addiction: I've implemented "night mode" in Shorts app (works exactly like in DocViewer). 25 сент. 2015 г. 7:24 PM пользователь "David Planella" < david.plane...@ubuntu.com> написал: > Hi all, > > We're back with the weekly update and some highlights of what the Ubuntu > Community

Re: [Ubuntu-phone] Document privacy

2015-09-18 Thread Roman Shchekin
Hello guys! >> that doesnt mean the feature itself is bad, but that the implementation has to be improved But for now it's near to unusable (in my opinion). I've developed cloud storage service client (called YaD) and it's pain. Really. Why did you choose so strong limitations? I don't know any

Re: [Ubuntu-phone] Multitasking

2015-08-18 Thread Roman Shchekin
GMT+04:00 Николай Шатохин n.shatok...@gmail.com: I used Nokia N9 because it has multitasking. 2015-08-17 23:39 GMT+03:00 Krzysztof Tataradziński ktatar...@gmail.com: So why Ubuntu making the same mistakes? ;) 2015-08-17 8:28 GMT+02:00 Roman Shchekin mrqt...@gmail.com: Services are must

Re: [Ubuntu-phone] Multitasking

2015-08-17 Thread Roman Shchekin
Services are must-have feature in mobile OS. Just remember Windows Phone 7 - only music player can work in background, that was terrible for users and even more terrible for programmers! 2015-08-17 3:48 GMT+03:00 James Henstridge james.henstri...@canonical.com: On 17 August 2015 at 03:15,

Re: [Ubuntu-phone] Telegram

2015-07-16 Thread Roman Shchekin
Ah, DDOS... I thought that it was bug - app started its crashes right after I inserted new sim. 2015-07-14 16:06 GMT+03:00 Fredrik Andersson fredrikfri...@gmail.com: On tisdagen den 14:e juli 2015 kl. 01:37:14 UTC, Joey Chan wrote: Telegram is being DDOS, possibility from one East-Asian

Re: [Ubuntu-phone] Change dns

2015-07-12 Thread Roman Shchekin
+1, in Android I have an ability to change these preferences. 2015-07-12 19:17 GMT+04:00 Davide Alberelli dadexi...@gmail.com: Hi, Is there a way one can change the dns associated to a particualr connection? And what about setting the same dns for all the connections,present and future?

Re: [Ubuntu-phone] Brainstorm for more developers/apps

2015-06-28 Thread Roman Shchekin
Hi all Currently I am working on two applications, both are native cloud storage clients for Yandex.Disk service - YaD and YaD Pro. First one is quite simple because of crossplatformness on package level (it's pure QML app, while a lot of advanced features requred C++). Second one is much more

Re: [Ubuntu-phone] Community team week 26 update

2015-06-26 Thread Roman Shchekin
Great work, David! BTW, Shorts Reboot is ready for review - you and other Community managers can test it (available in store). If you like it, we can replace old app :) 2015-06-26 20:49 GMT+03:00 David Planella david.plane...@ubuntu.com: Hi all, Here are some highlights of what the Ubuntu

Re: [Ubuntu-phone] SMS/MMS receive confirmation

2015-06-21 Thread Roman Shchekin
I agree with Николай - in Nokia N9 (MeeGo) was very good virtual keyboard (with swype, btw). 2015-06-21 0:16 GMT+03:00 Николай Шатохин n.shatok...@gmail.com: Oh. It's good :) Guys, you need to add app with tutorial like it was on Nokia N9 And I found bug. When you enter text in gmail, you

Re: [Ubuntu-phone] Phone problem

2015-06-21 Thread Roman Shchekin
Funny, I also saw something similar when tried to connect Android device while SDK running. 2015-06-21 11:20 GMT+03:00 Cesar extr...@icloud.com: Hi, first at all sorry for my poor english. I will try explain what is the problem or bug. From one month ago I have an issue when I try to connect

Re: [Ubuntu-phone] Search in contacts

2015-06-18 Thread Roman Shchekin
Who wrote this code? *var containsLetter = /^[a-zA-Z]/.test(value)* Are you serious? English-only letter checking in OS with best internationalization. Can I unsee this? I will propose fix now. 2015-06-12 17:38 GMT+03:00 Christian Dywan christian.dy...@canonical.com: More specifically

Re: [Ubuntu-phone] Search in contacts

2015-06-18 Thread Roman Shchekin
containsLetter = !containsNumber 2015-06-19 1:52 GMT+03:00 Roman Shchekin mrqt...@gmail.com: Who wrote this code? *var containsLetter = /^[a-zA-Z]/.test(value)* Are you serious? English-only letter checking in OS with best internationalization. Can I unsee this? I will propose fix now. 2015

Re: [Ubuntu-phone] Generating translations in qmake project

2015-06-16 Thread Roman Shchekin
Hi all Seems that I will meet such problem soon - I am working on Shorts Reboot, and now it's qmake based. Can you write little guide about your experience? Thanks. 2015-06-16 13:16 GMT+03:00 Riccardo Padovani ricca...@rpadovani.com: Hi all, I'm working to include translations in my app,

Re: [Ubuntu-phone] Lock screen does not react on input/swipes.

2015-06-15 Thread Roman Shchekin
Hi all I also had this issue. For me such thing happens when I debug my app with SDK. In some cases when I push Start button I can't unlock screen anymore. Next launch from SDK can fix such behavior. 2015-06-15 12:04 GMT+03:00 Michael Zanetti michael.zane...@canonical.com: -BEGIN PGP

Re: [Ubuntu-phone] Search in contacts

2015-06-12 Thread Roman Shchekin
Filho renato.fi...@canonical.com wrote: Could you give me some example? What is the contact name and what is the string that you are looking for? And which app are you using? Thanks On Thu, Jun 11, 2015 at 3:37 PM, Roman Shchekin mrqt...@gmail.com wrote: Hi all Seems that search isn't

[Ubuntu-phone] Search in contacts

2015-06-11 Thread Roman Shchekin
Hi all Seems that search isn't working in contacts for Russian language. Can't find anyone. Does anybody else meet this issue? -- Mailing list: https://launchpad.net/~ubuntu-phone Post to : ubuntu-phone@lists.launchpad.net Unsubscribe : https://launchpad.net/~ubuntu-phone More help :

Re: [Ubuntu-phone] Sharing

2015-06-02 Thread Roman Shchekin
we can't really log anything relevant. So have you gotten it working? Thanks, Ken On Tue, Jun 2, 2015 at 10:52 AM, Roman Shchekin mrqt...@gmail.com wrote: Michael, huge thanks! I think that problem is in: { share: [ pictures ]} I have no such code data in my project

Re: [Ubuntu-phone] Sharing

2015-06-02 Thread Roman Shchekin
Cheers, Rick On Mon, Jun 1, 2015 at 4:35 PM, Roman Shchekin mrqt...@gmail.com wrote: Hi all Can someone provide minimalistic working example of sharing via ContentHub? I tried to implement it myself but when I select peer nothing happens, transfer is in state Aborted permanently. Thx

Re: [Ubuntu-phone] Sharing

2015-06-02 Thread Roman Shchekin
BTW, Rick, I think that you shouldn't put your code inside ProgressBar - use QtObject instead if you want some incapsulation :) 2015-06-02 14:59 GMT+03:00 Roman Shchekin mrqt...@gmail.com: No no, I am trying to share article url from Shorts Reboot via other app, code can be found here: https

Re: [Ubuntu-phone] Sharing

2015-06-02 Thread Roman Shchekin
this helps, Michael On 01.06.2015 22:35, Roman Shchekin wrote: Hi all Can someone provide minimalistic working example of sharing via ContentHub? I tried to implement it myself but when I select peer nothing happens, transfer is in state Aborted permanently. Thx. -BEGIN PGP

[Ubuntu-phone] Sharing

2015-06-01 Thread Roman Shchekin
Hi all Can someone provide minimalistic working example of sharing via ContentHub? I tried to implement it myself but when I select peer nothing happens, transfer is in state Aborted permanently. Thx. -- Mailing list: https://launchpad.net/~ubuntu-phone Post to :

Re: [Ubuntu-phone] Thin progress bar

2015-05-14 Thread Roman Shchekin
Guys, use simple rectangle for this, it will be easier and faster than any component. Or just copy mine: http://bazaar.launchpad.net/~mrqtros/yad/trunk/view/head:/components/MiniProgressBar.qml 2015-05-14 20:52 GMT+03:00 Marco Trevisan marco.trevi...@canonical.com: Il 14/05/2015 18:08, Sam

[Ubuntu-phone] Bug in Qt Creator from SDK

2015-05-13 Thread Roman Shchekin
Hi all Did someone also note that Recent projects... isn't working in SDK? I can see only tiny shadow of menu when I am trying to click on that item. P.S. already tried to clean QtCreator.ini - no result. OS version: Ubuntu 15.04 -- Mailing list: https://launchpad.net/~ubuntu-phone Post to

Re: [Ubuntu-phone] My personal cache

2015-04-28 Thread Roman Shchekin
2 Renato, it helped, thanks! 2 Robert, seems that there is no path property anymore =\ 2015-04-27 22:46 GMT+03:00 Robert Schroll rschr...@gmail.com: On Mon, Apr 27, 2015 at 3:25 PM, Roman Shchekin mrqt...@gmail.com wrote: Next question - when I use SingleDownload I can't see system-wide

[Ubuntu-phone] My personal cache

2015-04-27 Thread Roman Shchekin
Hi all Can someone tell my why I can't use Qt's QDesktopServices::CacheLocation for my own purposes in Ubuntu Phone? I am an author of cloud storage service client (called YaD), and I want to download previews of my files to /home/phablet/.cache/app_name/. But I can't. The same code works great

Re: [Ubuntu-phone] To dark icons

2015-04-25 Thread Roman Shchekin
Hi all It's something device specific, icons looks great on my device! BTW, did anyone note that icons in File Manager app are very low quality? 2015-04-25 13:21 GMT+03:00 Davide Alberelli davide.albere...@gmail.com: +1 on this one. Why not have them differentiated by color? Like

Re: [Ubuntu-phone] Ubuntu-Components - getting bottom edge toolbar to work

2015-04-25 Thread Roman Shchekin
Hi, Darren Toolbar with back button in the bottom is deprecated. Documentation should be updated. Just look at any of the Core Apps as reference of standard design. 2015-04-25 14:51 GMT+03:00 Darren Smith s4ru...@gmail.com: Hi all, My qml app uses MainView and a PageStack with 3 pages. The

Re: [Ubuntu-phone] Fwd: Application to Community Donations

2015-04-21 Thread Roman Shchekin
Hi all The same question from me, David ^^ Cheers, Roman. 2015-04-21 18:28 GMT+03:00 Roman Zonov roman2...@yandex.ru: Thank you so much, David. Пересылаемое сообщение 21.04.2015, 17:33, David Planella david.plane...@ubuntu.com: On Tue, Apr 21, 2015 at 3:38 PM, Roman

Re: [Ubuntu-phone] Page sections and corrupted stacks

2015-04-14 Thread Roman Shchekin
Hi guys I can try to find the reeason of crash if you will provide simple example. BR, Roman. 2015-04-14 15:38 GMT+03:00 Tim Peeters tim.peet...@canonical.com: Hi Robert, Like in Python, crashes with QML code are also not common. I wrote the code for displaying the sections in the header

Re: [Ubuntu-phone] meaning of the symbols

2015-04-11 Thread Roman Shchekin
Hi all It's very widespread indication, don't you see it before? 2015-04-11 22:40 GMT+03:00 Richard Somlói le...@somloirichard.hu: Hi! These indicate the mobile internet technologies, like E for Edge, H for HSPA. 2015-04-11 20:43 GMT+02:00 Matthias Apitz g...@unixarea.de: Hello, In

Re: [Ubuntu-phone] hello

2015-03-10 Thread Roman Shchekin
Nice to to meet you! 2015-03-10 12:33 GMT+03:00 Wayne Ward i...@wayneward.co.uk: Just like to introduce myself and test the new ubuntu mailing list :) -- Regards, Wayne Ward 07810242823 www.wayneward.co.uk i...@wayneward.co.uk -- Mailing list: https://launchpad.net/~ubuntu-phone

Re: [Ubuntu-phone] Troubles to parse some rss files

2015-02-20 Thread Roman Shchekin
Guys, Hello! Try to use google feed API (Link https://developers.google.com/feed/). It will parse everything and return uniformed answer. It's extremely easy to use. We use it in Shorts. Best wishes, Roman. 2015-02-20 21:18 GMT+03:00 Víctor R. Ruiz victor.r...@canonical.com: Hi: On Fri,

Re: [Ubuntu-phone] Android L rebase

2015-02-15 Thread Roman Shchekin
Hello! are there any plans to rebase touch images from Android 4.4.4 to Android 5.0.2 I hope no, KitKat is much much more stable than Lollipop. 2015-02-15 11:42 GMT+03:00 Иван Каскадеркин cloverd...@mail.ru: Hi guys! Sorry in advance for stupid (may be) question, but are there any plans to

Re: [Ubuntu-phone] U1db as repeater model, QQmlExpression error

2015-02-02 Thread Roman Shchekin
Use ListModel isntead of U1Db. Just put elements from db to list and enjoy. Such pattern is rock-solid. 2015-02-02 23:58 GMT+03:00 Bogdan Cuza bogdan.c...@hotmail.com: Hello Christian, Here's the removeDeck() function from DB.js: function removeDeck(deckLanguage, deckColor) { var

Re: [Ubuntu-phone] Helping Ubuntu devices users

2015-02-02 Thread Roman Shchekin
Hi all :) Great idea! But why not QML? 2015-02-02 11:14 GMT+03:00 Daniel Holbach daniel.holb...@ubuntu.com: Hello everybody, in a recent team call we thought that it might be a good idea to distil our knowledge as users of the phone into an app, to share tips/tricks and suggestions with

Re: [Ubuntu-phone] WiFi configuration form

2014-12-11 Thread Roman Shchekin
Agree with Игорь, in Desktop Ubuntu or Android I can manually set IP, gateway and so on, so we need it in UP. 2014-12-11 18:13 GMT+03:00 Игорь Бочкарев ibochka...@gmail.com: Thank you Jonas 2014-12-11 17:15 GMT+03:00 Jonas Drange jonas.dra...@canonical.com: Hi, I don't see wifi config in

Re: [Ubuntu-phone] Fwd: Year End Core Apps Hack Days!

2014-12-05 Thread Roman Shchekin
Hi all! Great news! Can't wait for new design of Shorts :) 2014-12-05 23:09 GMT+04:00 Nicholas Skaggs nicholas.ska...@canonical.com: As part of this, I'll be doing a ubuntu on air session about writing tests for the core apps. This will take place next Weds at 1800 UTC on ubuntuonair.com

Re: [Ubuntu-phone] No Sim

2014-11-14 Thread Roman Shchekin
Hi all, I have similar problem - my phone (nexus 4) can't detect SIM :( Seems that some configuration files are broken... OS version 14.10 (r125). 2014-11-14 23:11 GMT+04:00 Dave Morley davm...@davmor2.co.uk: On Fri, 14 Nov 2014 19:00:33 +0100 Christian Mahlig mah...@cais.de wrote:

Re: [Ubuntu-phone] 3G on maco devel-proposed

2014-10-12 Thread Roman Shchekin
On my Nexus 4 I have completely broken 3g and don't know how to fix it :( 2014-10-12 0:46 GMT+04:00 Rodney Dawes rodney.da...@canonical.com: No, it works fine here. Some changes to the telephony stack may have caused it to not work automatically on your provider any longer. There are still a

Re: [Ubuntu-phone] Manually setting WIFI connection

2014-09-26 Thread Roman Shchekin
Hi all! Little bit offtop, but - as far as I know, it isn't possible to change DNS settings via GUI in Ubuntu Phone. Is this functionality in the plans? 2014-09-26 18:23 GMT+04:00 Antti Kaijanmäki antti.kaijanm...@canonical.com : On 26.09.2014 17:17, Ted Gould wrote: On Fri, 2014-09-26 at

Re: [Ubuntu-phone] A number of core and system apps can not be launched from the Apps scope

2014-09-09 Thread Roman Shchekin
Yes, I have I can't launch apps after upgrading them too. BR, Roman. 2014-09-10 6:45 GMT+04:00 Victor Thompson victor.thomp...@gmail.com: Thanks, Jamie, that would make sense. There were 6 or 7 apps upgraded from the store prior to rebooting. I agree, this seems like the I can't launch apps

Re: [Ubuntu-phone] Toolbar will be disabled by default!

2014-08-28 Thread Roman Shchekin
Hello That's a good idea. Best regards, Roman. 2014-08-27 17:10 GMT+04:00 Tim Peeters tim.peet...@canonical.com: Hello, We re-evaluated this plan and decided that, in order to avoid any app breakage, we are not making this change now, but at a later point when we introduce a new version

Re: [Ubuntu-phone] Core Apps update

2014-08-11 Thread Roman Shchekin
== File Use HD images for icons!!! == Terminal == Use correct icon intead of default ava...@8.png 2014-08-12 1:01 GMT+04:00 Nathan Haines nhai...@ubuntu.com: On 08/11/2014 01:58 PM, Alan Pope wrote: == Terminal == * For a bit of fun we will be getting an optional old school mode,

Re: [Ubuntu-phone] Landing team 05.08.14

2014-08-06 Thread Roman Shchekin
In settings, the Notifications label is displayed with the s on a line by itself. Un-hyphenated word wrap at an unfortunate place. Something similar happens with Russian language too... 2014-08-06 18:31 GMT+04:00 Tony Espy e...@canonical.com: On 08/06/2014 04:34 AM, Selene Scriven

Re: [Ubuntu-phone] SDK Team status update - 05.08

2014-08-05 Thread Roman Shchekin
Good job! In Shorts we use a lot of UbuntuShapes, so I am pretty happy to hear The Ubuntu Shape got faster, like much faster 2014-08-05 22:10 GMT+04:00 Zoltán Balogh zoltan.bal...@canonical.com: Hi all, Exciting news from the SDK Lab! If you like it short just read this - UI ToolKit:

Re: [Ubuntu-phone] Can't set value of Label inside

2014-07-23 Thread Roman Shchekin
Michael is right, both issues can be found in code. P.S. Sam, let me give you a little advice - try to write working QML code by hand, and only then use your tools for automatic generation! BR, Roman. 2014-07-23 15:47 GMT+04:00 Michael Zanetti michael.zane...@canonical.com: 2 issues: a)

Re: [Ubuntu-phone] Setting expandedHeight on Expandable

2014-07-20 Thread Roman Shchekin
Hello, Sam! What about expandedHeight: innerColumn.height where innerColumn is id of Column in your example? BTW, I have no idea when setting height: childrenRect.height for column can be helpful... BR, Roman. 2014-07-19 21:22 GMT+04:00 Sam Bull sam.hack...@sent.com: I'm having difficulty

Re: [Ubuntu-phone] how can i create in QML a table textinutboxes with background

2014-07-06 Thread Roman Shchekin
Hello You should use such code: Rectanngle { color: green // width, height TextInput { anchors.centerIn: parent } } Parent can be image, rectangle, borderimage and so on (any background available, not only color). Next, if you want to create table, use Column {

Re: [Ubuntu-phone] Personal introduction

2014-06-10 Thread Roman Shchekin
Hello, Vky! Nice to meet you ;) My name is Roman, I am Joey's teammate! And we need a designer to solve our debates =) Currently we have a lot of design questions... Both I and Joey trying to solve them, but let's be honest - we are programmers and we can't make really cool design :) I will be

Re: [Ubuntu-phone] 2014-02-21 Core apps update

2014-02-25 Thread Roman Shchekin
We (Shorts team) also add reading options :) 2014-02-25 2:27 GMT+04:00 Alan Pope alan.p...@canonical.com: Hi all, Update from last week. Much of this week was spent testing apps in landscape mode on Nexus 10 (manta) and Nexus 7 (flo). Nexus 7 found especially problematic in landscape due

Re: [Ubuntu-phone] StateSaver performance issue

2014-02-16 Thread Roman Shchekin
In my opinion it is extremely bad idea - put StateSaver in delegate. Try to rewrite your code in better way. BR, Roman. 2014-02-16 16:57 GMT+04:00 Sam Bull sam.hack...@sent.com: Is there any tips on using a StateSaver? I just want to store a boolean state for a list of languages. I am

Re: [Ubuntu-phone] Array push not functioning

2014-02-14 Thread Roman Shchekin
Hi all! In Qt Quick 2.0 there are no more variant, only var. If you strongly want to use old style keyword, be ready for crazy bugs. Best wishes, Roman. P.S. I've met the same problem in Shorts app. Seems that with variant your code will work fine in Qt Quick 1.0. 2014-02-14 23:07 GMT+04:00

Re: [Ubuntu-phone] Ubuntu One Qt/QML mobile App available in Google Play

2013-12-14 Thread Roman Shchekin
Perfect work! Very complex, system integrated, beautiful designed app, I like it :) It is most complex Qt app for android I ever seen! BR, Roman. 2013/12/14 José Expósito jose.exposit...@gmail.com I'm glad to announce that a new Ubuntu One Files unofficial application is available for

Re: [Ubuntu-phone] Java variable problems in qml

2013-11-05 Thread Roman Shchekin
You can share it in any way which is handy for you ;) 2013/11/5 Kurt Hodgin ignitiongt...@gmail.com Im at work will post the code around 5 when I'm off. Should I put it in paste bin? -- Mailing list: https://launchpad.net/~ubuntu-phone Post to : ubuntu-phone@lists.launchpad.net

Re: [Ubuntu-phone] Js variables in QML giving a null output

2013-11-04 Thread Roman Shchekin
Hello. Seems that you are doing this Qt.openUrlExternally( http://www.google.com/a/wa/bestMatchForQueryString?s=; + Js.song + a= + Js.band);10; and this var song = inputSong; in separate QML files. Add .pragma library at the beginning of your *.js file to share it between *.qml files. More info

Re: [Ubuntu-phone] What will QtQuick.Controls look like on Ubuntu Phone

2013-11-04 Thread Roman Shchekin
Hello. They are no supported at all. It's sad, but if you want to write crossplatform apps with Qt/QML, you should separate your logic and your UI. Later UI should be ported for all platforms. In practice the difference between platforms is not so big and often caused by top level QML components,

Re: [Ubuntu-phone] C++ extension freezing my UI

2013-10-09 Thread Roman Shchekin
Use app::processEvents, Luke! That was Joke, bug - if your C++ plugin takes a lot time to perform your slot, you should use multithreading. BR, Roman 2013/10/9 Alejandro J. Cura alejandro.c...@canonical.com On Wed, Oct 9, 2013 at 1:30 PM, Victor Palau victor.pa...@canonical.com wrote: Hi,

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

2013-10-02 Thread Roman Shchekin
You should register Game via qmlRegisterType too. Your Engine's game property used in binding and it has no NOTIFY signal. I hope you know what is it. If no - you should learn basics of Qt first. Cheers, Roman. 2013/10/2 Николай Шатохин n.shatok...@gmail.com I did it, but now I got:

Re: [Ubuntu-phone] [ubuntu-touch][ubuntu core apps][whatsapp]

2013-09-29 Thread Roman Shchekin
Hello! Seems that it's our bad ... But there are an opensource client for MeeGo: http://openwhatsapp.org/develop/ Seems that we need to port only UI part. I am not familiar with python and I can't claim that their Python core will work normally on Ubuntu Phone. But I think that backend and UI

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

2013-09-29 Thread Roman Shchekin
On MeeGo even third party app can take a screenshot :) 2013/9/29 Shuduo Sang sangshu...@gmail.com On Mon, Sep 30, 2013 at 12:36 AM, Marc Deslauriers marc.deslauri...@canonical.com wrote: On 13-09-29 12:27 PM, Shuduo Sang wrote: Hmm, both of iOS and Android allow user to take screenshot

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 Николай Шатохин n.shatok...@gmail.com Hello. Is it possible to use Ubuntu

Re: [Ubuntu-phone] QML Drag Drop?

2013-09-24 Thread Roman Shchekin
Drag drop under QML doesn't seem to work on the phone with the same logic it does on the desktop We have the same problem in RSS Reader team. As far as I know, question is still open in our project, and we have no any solution. BR, Roman. 2013/9/24 Daniel Holm d.hol...@gmail.com Hi,

  1   2   >