Re: [Ubuntu-phone] split() method failure with Qt5.3

2014-05-26 Thread Timo Jyrinki
On Mon, May 26, 2014 at 8:31 AM, Leo Arias wrote: > It's great you found the bug early. Can you please give us the link to the > bug reported upstream so we can follow its progress? It's: https://bugreports.qt-project.org/browse/QTBUG-39255 -Timo -- Mailing list: https://launchpad.net/~ubuntu-

Re: [Ubuntu-phone] how to use a proxy in ubuntu phone?

2014-05-26 Thread Shuduo Sang
On Fri, May 23, 2014 at 4:32 PM, Matthew Paul Thomas wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > Shuduo Sang wrote on 16/05/14 15:05: >> >> When I meet network problem to access couples of web site in China >> I can use a proxy to workaround on PC. How I can use proxy in >> Ubuntu

Re: [Ubuntu-phone] Developer heads up ... change in ssh handling on the phone

2014-05-26 Thread Robert Park
On Thu, May 22, 2014 at 2:52 PM, Robert Park wrote: > On Thu, May 22, 2014 at 1:38 PM, Sergio Schvezov > wrote: >> Robert Park actually has something in the moves for this, I do have my >> personal comments in there, but it should solve the issue for most to just >> download the script from there

[Ubuntu-phone] Reviews: binary compatibility issues with C++/Qt

2014-05-26 Thread Loïc Minier
Hi there, we recently merged an ABI breaking change in our daily phone images that wasn't caught during review. We should of course improve our tooling to protect against this, but this seemed to also originate from a lack of awareness of C++/Qt binary compatibility constraints. The page below has

Re: [Ubuntu-phone] split() method failure with Qt5.3

2014-05-26 Thread Albert Astals Cid
On Sunday 25 May 2014 13:36:56 Zoltán Balogh wrote: > Hi, > > During the Qt5.3 migration work we realized that the split() methods > terminates the process it is used in when the separator is a regular > expression. Hi, I just tried the attached main.qml in qmlscene and it's working fine under

Re: [Ubuntu-phone] Landing team 26.05.14

2014-05-26 Thread Chris Gagnon
> > ** File manager flaky test (Julien) > https://bugs.launchpad.net/ubuntu-filemanager-app/+bug/1316677 > This is not a bug in the tests but a bug in the application itself. The application starts with a white screen and never loads all the way, so the test fails. Flaky tests is the wrong label

[Ubuntu-phone] Landing team 26.05.14

2014-05-26 Thread Łukasz 'sil2100' Zemczak
Hi everyone, Today a quick landing e-mail. No promotions happening and no particularily important image-related information. There were 3 images built during the weekend, but those did not include any important landings. Today everyone was primarily focused on discussions, coding and - as for us,

Re: [Ubuntu-phone] split() method failure with Qt5.3

2014-05-26 Thread Zsombor Egri
We tried with the PPA linked to the upstream bug, and with that it was failing. AFAIK the PPA has RC1 in it - Timo, correct me if I'm wrong. The split() fails only if the regexp used provides a match. Otherwise not. If we use match() instead of split() it works. We tried to create a RegExp() objec

Re: [Ubuntu-phone] split() method failure with Qt5.3

2014-05-26 Thread Zoltán Balogh
On 05/26/2014 10:24 AM, Albert Astals Cid wrote: On Sunday 25 May 2014 13:36:56 Zoltán Balogh wrote: Hi, During the Qt5.3 migration work we realized that the split() methods terminates the process it is used in when the separator is a regular expression. Hi, I just tried the attached main.qm

Re: [Ubuntu-phone] split() method failure with Qt5.3

2014-05-26 Thread Zoltán Balogh
On 05/26/2014 10:24 AM, Albert Astals Cid wrote: On Sunday 25 May 2014 13:36:56 Zoltán Balogh wrote: Hi, During the Qt5.3 migration work we realized that the split() methods terminates the process it is used in when the separator is a regular expression. Hi, I just tried the attached main.qm

Re: [Ubuntu-phone] Landing team 26.05.14

2014-05-26 Thread Roman Zonov
If you knew, how I'm waiting for: 1) Boot animation 2) Sound fix on my hammerhead 3) Push notifucatios QML API. But, without that, thank you all guys for your work! 26.05.2014, 20:08, "Łukasz 'sil2100' Zemczak" : > Hi everyone, > > Today a quick landing e-mail. No promotions happening and no > p

Re: [Ubuntu-phone] Fwd: X86 Ubuntu Touch Emulator

2014-05-26 Thread Sam Segers
My emulator is failing too. Lightdm is started, restarting does just the same. The logs in /var/log/lightdm are in the attachments. unity-system-compositor.log contains "Unable to set active session, unknown client name session-0" Could this be something? Regards, Sam Segers 2014-05-21 1:49 GMT

Re: [Ubuntu-phone] split() method failure with Qt5.3

2014-05-26 Thread Olivier Tilloy
On Mon, May 26, 2014 at 7:08 PM, Zoltán Balogh wrote: > > On 05/26/2014 10:24 AM, Albert Astals Cid wrote: > >> On Sunday 25 May 2014 13:36:56 Zoltán Balogh wrote: >> >>> Hi, >>> >>> During the Qt5.3 migration work we realized that the split() methods >>> terminates the process it is used in when

Re: [Ubuntu-phone] Landing team 26.05.14

2014-05-26 Thread Alan Pope
On Mon, May 26, 2014 at 6:08 PM, Łukasz 'sil2100' Zemczak wrote: > ** RSS Reader test failures (Nicholas) > https://bugs.launchpad.net/ubuntu-rssreader-app/+bug/1318700 > https://bugs.launchpad.net/ubuntu-ui-toolkit/+bug/1321680 > Nicholas is off sick Tues, so may need someone else to look at thi

Re: [Ubuntu-phone] Landing team 26.05.14

2014-05-26 Thread Victor Thompson
On Mon, May 26, 2014 at 7:18 PM, Alan Pope wrote: > On Mon, May 26, 2014 at 6:08 PM, Łukasz 'sil2100' Zemczak > wrote: > > ** RSS Reader test failures (Nicholas) > > https://bugs.launchpad.net/ubuntu-rssreader-app/+bug/1318700 > > https://bugs.launchpad.net/ubuntu-ui-toolkit/+bug/1321680 > > > >

Re: [Ubuntu-phone] split() method failure with Qt5.3

2014-05-26 Thread Roman Shchekin
>> I think we should also consider looking into Qt’s code ourselves and see if we can come up with a patch, in case upstream is not responsive enough. They are very responsive, but we should provide tiny reproducible code sample (done) and good description (not yet). Just say in comments that it ca