[Ubuntu-phone] Icon QML Component

2014-01-07 Thread Victor Palau
Hi, I have a question about the icon component: http://developer.ubuntu.com/api/qml/sdk-1.0/Ubuntu.Components.Icon/ I have tried the example code: Icon { width: 64 height: 64 name: "search" } and it does give me a maginifying glass image, however it kind of doesnt look like an Icon

[Ubuntu-phone] unable to install ubuntu-sdk

2014-01-07 Thread Yogesh Pathade
Hi, I am trying to install ubuntu-sdk on Ubuntu 13.04. However I am getting unmet dependencies error The following packages have unmet dependencies: ubuntu-sdk : Depends: qtcreator-plugin-ubuntu-cordova but it is not going to be installed E: Unable to correct problems, you have held broken packa

Re: [Ubuntu-phone] Icon QML Component

2014-01-07 Thread Michael Zanetti
Hi, this is because your system is not using the ubuntu-mobile icon theme. You can work around that by setting the theme in your application: QIcon::setThemeName("ubuntu-mobile") or installing "systemsettings" (warning, might pull in loots of KDE dependencies) and setting all your Qt applicatio

Re: [Ubuntu-phone] Icon QML Component

2014-01-07 Thread Victor Palau
Hi Michael, It does, but it would be easier if they were installed on my desktop with the sdk or if I could browse them on developer.ubuntu.com so I could easily decide which one to use for my app. Thanks for the info! Victor On Tue, Jan 7, 2014 at 10:27 AM, Michael Zanetti < michael.zane...@

[Ubuntu-phone] ANN: Changes to our Upstream Landing and Merge Review Practices in January

2014-01-07 Thread Alexander Sack
Hi all, hope you had a great start in this exciting year 2014. To start off this amazing new year, I wanted to share a slide deck that outlines two exciting improvements to our engineering process that we will roll out during January. - https://docs.google.com/a/canonical.com/presentation/d/1

Re: [Ubuntu-phone] Icon QML Component

2014-01-07 Thread Michael Zanetti
On Tuesday 07 January 2014 10:48:22 Victor Palau wrote: > > It does, but it would be easier if they were installed on my desktop with > the sdk or if I could browse them on developer.ubuntu.com so I could easily > decide which one to use for my app. they should be installed as a dependency of th

Re: [Ubuntu-phone] Icon QML Component

2014-01-07 Thread Nick Dedekind
On 07/01/14 11:00, Michael Zanetti wrote: > On Tuesday 07 January 2014 10:48:22 Victor Palau wrote: >> It does, but it would be easier if they were installed on my desktop with >> the sdk or if I could browse them on developer.ubuntu.com so I could easily >> decide which one to use for my app. > t

Re: [Ubuntu-phone] Icon QML Component

2014-01-07 Thread Jamie Strandboge
On 01/07/2014 05:29 AM, Nick Dedekind wrote: > On 07/01/14 11:00, Michael Zanetti wrote: >> On Tuesday 07 January 2014 10:48:22 Victor Palau wrote: ... On Tuesday 07 January 2014 10:02:21 Victor Palau wrote: > Hi, > > I have a question about the icon component: > http://develop

Re: [Ubuntu-phone] Icon QML Component

2014-01-07 Thread Michał Sawicz
On 07.01.2014 14:37, Jamie Strandboge wrote: Is there a trick to using this with ToolbarButton? The themed icons are always available under: image://theme/name So this should work: iconSource: "image://theme/reload" -- Michał (Saviq) Sawicz Canonical Services Ltd. -- Mailing list: https:/

Re: [Ubuntu-phone] Icon QML Component

2014-01-07 Thread Jamie Strandboge
On 01/07/2014 08:09 AM, Michał Sawicz wrote: > On 07.01.2014 14:37, Jamie Strandboge wrote: >> Is there a trick to using this with ToolbarButton? > > The themed icons are always available under: > > image://theme/name > > So this should work: > > iconSource: "image://theme/reload" > Thanks! Th

Re: [Ubuntu-phone] unable to install ubuntu-sdk

2014-01-07 Thread David Barth
Le 07/01/2014 11:21, Yogesh Pathade a écrit : Hi, I am trying to install ubuntu-sdk on Ubuntu 13.04. However I am getting unmet dependencies error The following packages have unmet dependencies: ubuntu-sdk : Depends: qtcreator-plugin-ubuntu-cordova but it is not going to be installed E: Unabl

Re: [Ubuntu-phone] unable to install ubuntu-sdk

2014-01-07 Thread Joey Chan
Hi, Same happened in my Kubuntu 12.04, when I used "sudo apt-get install ubuntu-sdk", it said "qtcreator-plugin-ubuntu-cordova is not installable"; Then I tried "sudo apt-get install qtcreator-plugin-ubuntu-cordova", it said "qtcreator-plugin-ubuntu-cordova : dependency: qtcreator-plugin-ubuntu (

[Ubuntu-phone] Emulator + Autopilot = Win

2014-01-07 Thread Dimitri John Ledkov
Whilst the emulator improvement work is on-going, I've spend some time getting autopilot tests execution using the emulator running. I've also made sure it's possible to execute them on i386/amd64 machines, desktops with and without GPU acceleration, in headless mode on the server (no DISPLAY vari

Re: [Ubuntu-phone] ANN: Changes to our Upstream Landing and Merge Review Practices in January

2014-01-07 Thread Ted Gould
On Tue, 2014-01-07 at 11:51 +0100, Alexander Sack wrote: > To start off this amazing new year, I wanted to share a slide deck > that outlines two exciting improvements to our engineering process > that we will roll out during January. > > - > https://docs.google.com/a/canonical.com/presentatio

[Ubuntu-phone] Touch smoke test results with 116

2014-01-07 Thread Para Siva
Hello, I've now finished with rerunning the tests for 116. *Mako did not have any failures*. It was only on maguro tests that we saw some failures. Here are the tests and the failure links. *Gallery app test:**(Rerunning made the test pass)* test_album_editor.TestAlbumEditor.test_album_title_f

Re: [Ubuntu-phone] unable to install ubuntu-sdk

2014-01-07 Thread Pat McGowan
On 01/07/2014 09:28 AM, David Barth wrote: > Le 07/01/2014 11:21, Yogesh Pathade a écrit : >> Hi, >> >> I am trying to install ubuntu-sdk on Ubuntu 13.04. However I am getting >> unmet dependencies error >> >> The following packages have unmet dependencies: >> ubuntu-sdk : Depends: qtcreator-plug

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

2014-01-07 Thread Christian Dywan
> 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 > > QStandardPaths::writableLocation with QStandardPat

Re: [Ubuntu-phone] unable to install ubuntu-sdk

2014-01-07 Thread Yogesh Pathade
Awesome. Thank you all for the prompt help. I will upgrade to trusty later this week. Till then I will get started with Rairing. On Jan 7, 2014 9:27 PM, "Pat McGowan" wrote: > On 01/07/2014 09:28 AM, David Barth wrote: > > Le 07/01/2014 11:21, Yogesh Pathade a écrit : > > Hi, > > I am trying t

Re: [Ubuntu-phone] Emulator + Autopilot = Win

2014-01-07 Thread Ted Gould
On Tue, 2014-01-07 at 14:50 +, Dimitri John Ledkov wrote: > Whilst the emulator improvement work is on-going, I've spend some time > getting autopilot tests execution using the emulator running. Awesome. I knew something cool was brewing from your questions in IRC ;-) > I've also wrote a

Re: [Ubuntu-phone] Emulator + Autopilot = Win

2014-01-07 Thread Dimitri John Ledkov
On 7 January 2014 15:58, Ted Gould wrote: > On Tue, 2014-01-07 at 14:50 +, Dimitri John Ledkov wrote: > > Whilst the emulator improvement work is on-going, I've spend some time > getting autopilot tests execution using the emulator running. > > > Awesome. I knew something cool was brewing fro

Re: [Ubuntu-phone] ANN: Changes to our Upstream Landing and Merge Review Practices in January

2014-01-07 Thread Ken VanDine
On Tue, Jan 7, 2014 at 10:26 AM, Ted Gould wrote: > On Tue, 2014-01-07 at 11:51 +0100, Alexander Sack wrote: > > To start off this amazing new year, I wanted to share a slide deck > that outlines two exciting improvements to our engineering process > that we will roll out during January. > > -

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

2014-01-07 Thread Christian Dywan
On 2014-01-07 17:02, 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 >> >>

[Ubuntu-phone] Landing team 07.01.2014

2014-01-07 Thread Didier Roche
Happy new year everyone! Now that we are rested from some holidays (and I hope everyone had a good christmas period), we are back on the going green campaign! First, image 116, containing all changes that happens in the past 2 weeks and half, is looking good! Knowing how many uploads have been

Re: [Ubuntu-phone] Landing team 07.01.2014

2014-01-07 Thread Kevin Gunn
On Tue, Jan 7, 2014 at 11:28 AM, Didier Roche wrote: > > powerd issue: (Kevin) > https://bugs.launchpad.net/ubuntu/+source/unity8/+bug/1258655 > Kevin told that he had a fix last night in powerd > https://code.launchpad.net/~kdub/powerd/fix-1258655/+merge/199582

Re: [Ubuntu-phone] Landing team 07.01.2014

2014-01-07 Thread Ricardo Salveti de Araujo
On Tue, Jan 7, 2014 at 4:30 PM, Kevin Gunn wrote: > On Tue, Jan 7, 2014 at 11:28 AM, Didier Roche wrote: >> >> powerd issue: (Kevin) >> https://bugs.launchpad.net/ubuntu/+source/unity8/+bug/1258655 >> Kevin told that he had a fix last night in powerd >> https://code.launchpad.net/~kdub/powerd/fi

[Ubuntu-phone] Update release for Ubuntu Dual Boot

2014-01-07 Thread Alex Kaluzhny
Hello, I am pleased to inform you that Update release for Ubuntu Dual Boot Installer is now available for download. The download and installation instructions can be found at: https://wiki.ubuntu.com/Touch/DualBootInstallation. This is a first update release since Ubuntu and Android Dual Boot

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 QStandardPaths

Re: [Ubuntu-phone] Clock App Alarms Review and Current Status

2014-01-07 Thread Nekhelesh Ramananthan
> > On Tue, Jan 7, 2014 at 4:49 AM, Ted Gould wrote: 5 was also completed for 13.10. > > > https://code.launchpad.net/~charlesk/indicator-datetime/lp-1233176/+merge/190009 > > It seems that the Alarms API and the datetime user service are > unfortunately not connecting. Work on that is scheduled

Re: [Ubuntu-phone] Landing team 07.01.2014

2014-01-07 Thread Ricardo Salveti de Araujo
On Tue, Jan 7, 2014 at 5:20 PM, Ricardo Salveti de Araujo wrote: > On Tue, Jan 7, 2014 at 4:30 PM, Kevin Gunn wrote: >> On Tue, Jan 7, 2014 at 11:28 AM, Didier Roche wrote: >>> >>> powerd issue: (Kevin) >>> https://bugs.launchpad.net/ubuntu/+source/unity8/+bug/1258655 >>> Kevin told that he had

Re: [Ubuntu-phone] Clock App Alarms Review and Current Status

2014-01-07 Thread Ted Gould
On Wed, 2014-01-08 at 00:23 +0100, Nekhelesh Ramananthan wrote: > Please correct me if I am wrong here but I believed that since the > core apps are packaged as click packages on the phone, they are not > affected by the feature freeze deadline. But I am guessing the > ubuntu-ui-toolkit package wo

[Ubuntu-phone] Image 117 touch smoke results

2014-01-07 Thread Paul Larson
I apologize for not being around most of the afternoon due to illness, so I didn't get around to looking at these results until pretty late this evening. Mako - all passing again, with the exception of the memevent test which doesn't normally report results on the dashboard since it's not really w

Re: [Ubuntu-phone] Landing team 07.01.2014

2014-01-07 Thread Olivier Tilloy
On Tue, Jan 7, 2014 at 6:28 PM, Didier Roche wrote: > Happy new year everyone! > Happy new year! > gallery_app (Bill): > > http://ci.ubuntu.com/smokeng/trusty/touch/maguro/114:20140106:20131223.2/5905/gallery-app-autopilot/ > -> just poked, being looked at > I believe this one was fixed in

Re: [Ubuntu-phone] Icon QML Component

2014-01-07 Thread Victor Palau
Hi Jamie, You still need to use Qt.resolveurl with image://theme. Works for me on a ToobarButton on the device. On 7 Jan 2014 14:19, "Jamie Strandboge" wrote: > On 01/07/2014 08:09 AM, Michał Sawicz wrote: > > On 07.01.2014 14:37, Jamie Strandboge wrote: > >> Is there a trick to using this with

Re: [Ubuntu-phone] Icon QML Component

2014-01-07 Thread Victor Palau
It is not installed for 12.04... Thanks for the info, I would really like to see all if this documented in developer.ubuntu.com. I am happy to help. On 7 Jan 2014 11:00, "Michael Zanetti" wrote: > On Tuesday 07 January 2014 10:48:22 Victor Palau wrote: > > > > It does, but it would be easier if