[Touch-packages] [Bug 1561861] Re: ListItemLayout documentation: UbuntuColors.Orange should be UbuntuColors.orange instead

2016-10-07 Thread XiaoGuo, Liu
It was great to see that it was fixed :) Thanks for your work.

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to ubuntu-ui-toolkit in
Ubuntu.
https://bugs.launchpad.net/bugs/1561861

Title:
  ListItemLayout documentation: UbuntuColors.Orange should be
  UbuntuColors.orange instead

Status in ubuntu-ui-toolkit package in Ubuntu:
  In Progress

Bug description:
  
https://developer.ubuntu.com/api/apps/qml/sdk-15.04.1/Ubuntu.Components.ListItemLayout/

  The code:

  ListItemLayout {
  id: layout
  title.text: "Hello..."
  title.color: UbuntuColors.Orange
  subtitle.text: "...world!"
  Rectangle {
  SlotsLayout.position: SlotsLayout.Leading
  color: "pink"
  height: units.gu(6)
  width: height
  }

  
  UbuntuColors.Orange should be Ubuntu.orange

  Best regards,
  XiaoGuo

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ubuntu-ui-toolkit/+bug/1561861/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1561861] Re: UbuntuColors.Orange should be Ubuntu.orange instead

2016-07-03 Thread XiaoGuo, Liu
** Changed in: ubuntu-ui-toolkit (Ubuntu)
   Status: Expired => New

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to ubuntu-ui-toolkit in
Ubuntu.
https://bugs.launchpad.net/bugs/1561861

Title:
  UbuntuColors.Orange should be Ubuntu.orange instead

Status in ubuntu-ui-toolkit package in Ubuntu:
  New

Bug description:
  
https://developer.ubuntu.com/api/apps/qml/sdk-15.04.1/Ubuntu.Components.ListItemLayout/

  The code:

  ListItemLayout {
  id: layout
  title.text: "Hello..."
  title.color: UbuntuColors.Orange
  subtitle.text: "...world!"
  Rectangle {
  SlotsLayout.position: SlotsLayout.Leading
  color: "pink"
  height: units.gu(6)
  width: height
  }

  
  UbuntuColors.Orange should be Ubuntu.orange

  Best regards,
  XiaoGuo

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ubuntu-ui-toolkit/+bug/1561861/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1592652] [NEW] Ubuntu.Components.ListItems version is wrong

2016-06-15 Thread XiaoGuo, Liu
Public bug reported:

on the link
https://developer.ubuntu.com/api/apps/qml/sdk-15.04.5/Ubuntu.Components.ListItems.Divider/,
the version for the ListItems is:

import Ubuntu.Components.ListItems 1.0

When using together with Ubuntu.Components 1.3, it complains:

file:///usr/lib/arm-linux-
gnueabihf/qt5/qml/Ubuntu/Components/1.3/PageHeader.qml:292:5: QML
Sections: Mixing of Ubuntu.Components module versions 1.3 and 1.2
detected!

The correct version should 1.3. For the rest of the API, the version
numbers should be corrected as well.

Best regards,
XiaoGuo

** Affects: ubuntu-ui-toolkit (Ubuntu)
 Importance: Undecided
 Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to ubuntu-ui-toolkit in
Ubuntu.
https://bugs.launchpad.net/bugs/1592652

Title:
  Ubuntu.Components.ListItems version is wrong

Status in ubuntu-ui-toolkit package in Ubuntu:
  New

Bug description:
  on the link
  
https://developer.ubuntu.com/api/apps/qml/sdk-15.04.5/Ubuntu.Components.ListItems.Divider/,
  the version for the ListItems is:

  import Ubuntu.Components.ListItems 1.0

  When using together with Ubuntu.Components 1.3, it complains:

  file:///usr/lib/arm-linux-
  gnueabihf/qt5/qml/Ubuntu/Components/1.3/PageHeader.qml:292:5: QML
  Sections: Mixing of Ubuntu.Components module versions 1.3 and 1.2
  detected!

  The correct version should 1.3. For the rest of the API, the version
  numbers should be corrected as well.

  Best regards,
  XiaoGuo

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ubuntu-ui-toolkit/+bug/1592652/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1588557] [NEW] Nexus 4 cannot restore to phone mode after disconnecting HDMI connection

2016-06-02 Thread XiaoGuo, Liu
Public bug reported:

After flashing the convergence software for Nexus 4:

https://system-image.ubuntu.com/ubuntu-touch/rc-proposed/ubuntu-pd/mako/

I connect Bluetooth mouse and keyboard, and everything works fine.

- connect to a DELL monitor, it enters to the desktop mode
- disconnect it to the DELL monitor, it stays in the desktop mode (mouse and 
keyboard are still connected to the phone).

My understanding is that phone should restore to the phone mode. The
software I flashed was from the following channel:

https://system-image.ubuntu.com/ubuntu-touch/rc-proposed/ubuntu-pd/mako/

Thanks & best regards,
XiaoGuo

** Affects: unity8 (Ubuntu)
 Importance: Undecided
 Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to unity8 in Ubuntu.
https://bugs.launchpad.net/bugs/1588557

Title:
  Nexus 4 cannot restore to phone mode after disconnecting HDMI
  connection

Status in unity8 package in Ubuntu:
  New

Bug description:
  After flashing the convergence software for Nexus 4:

  https://system-image.ubuntu.com/ubuntu-touch/rc-proposed/ubuntu-
  pd/mako/

  I connect Bluetooth mouse and keyboard, and everything works fine.

  - connect to a DELL monitor, it enters to the desktop mode
  - disconnect it to the DELL monitor, it stays in the desktop mode (mouse and 
keyboard are still connected to the phone).

  My understanding is that phone should restore to the phone mode. The
  software I flashed was from the following channel:

  https://system-image.ubuntu.com/ubuntu-touch/rc-proposed/ubuntu-
  pd/mako/

  Thanks & best regards,
  XiaoGuo

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/unity8/+bug/1588557/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1586901] [NEW] Torch API is not working

2016-05-30 Thread XiaoGuo, Liu
Public bug reported:

The torch API is not working.

https://developer.ubuntu.com/api/apps/qml/sdk-15.04/QtMultimedia.Torch/

bzr branch lp:~liu-xiao-guo/debiantrial/torch

** Affects: qtmultimedia-opensource-src-touch (Ubuntu)
 Importance: Undecided
 Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to qtmultimedia-opensource-
src-touch in Ubuntu.
https://bugs.launchpad.net/bugs/1586901

Title:
  Torch API is not working

Status in qtmultimedia-opensource-src-touch package in Ubuntu:
  New

Bug description:
  The torch API is not working.

  https://developer.ubuntu.com/api/apps/qml/sdk-15.04/QtMultimedia.Torch/

  bzr branch lp:~liu-xiao-guo/debiantrial/torch

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/qtmultimedia-opensource-src-touch/+bug/1586901/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1586230] [NEW] metaData in the Audio API returns "undefined"

2016-05-26 Thread XiaoGuo, Liu
Public bug reported:

I just tried the metaData property in the Audio API at:

https://developer.ubuntu.com/api/apps/qml/sdk-15.04.4/QtMultimedia.Audio/#metaData
.albumTitle-prop

All of the properties for the metaData returns "undefined":

qml: The properties of metaData is:
qml: objectName: objectName : 
qml: title: title : undefined
qml: subTitle: subTitle : undefined
qml: author: author : undefined
qml: comment: comment : undefined
qml: description: description : undefined
qml: category: category : undefined
qml: genre: genre : undefined
qml: year: year : undefined
qml: date: date : undefined
qml: userRating: userRating : undefined
qml: keywords: keywords : undefined
qml: language: language : undefined
qml: publisher: publisher : undefined
qml: copyright: copyright : undefined
qml: parentalRating: parentalRating : undefined
qml: ratingOrganization: ratingOrganization : undefined
qml: size: size : undefined
qml: mediaType: mediaType : undefined
qml: duration: duration : undefined
qml: audioBitRate: audioBitRate : undefined
qml: audioCodec: audioCodec : undefined
qml: averageLevel: averageLevel : undefined
qml: channelCount: channelCount : undefined
qml: peakValue: peakValue : undefined
qml: sampleRate: sampleRate : undefined
qml: albumTitle: albumTitle : undefined
qml: albumArtist: albumArtist : undefined
qml: contributingArtist: contributingArtist : undefined
qml: composer: composer : undefined
qml: conductor: conductor : undefined
qml: lyrics: lyrics : undefined
qml: mood: mood : undefined
qml: trackNumber: trackNumber : undefined
qml: trackCount: trackCount : undefined
qml: coverArtUrlSmall: coverArtUrlSmall : undefined
qml: coverArtUrlLarge: coverArtUrlLarge : undefined
qml: resolution: resolution : undefined
qml: pixelAspectRatio: pixelAspectRatio : undefined
qml: videoFrameRate: videoFrameRate : undefined
qml: videoBitRate: videoBitRate : undefined
qml: videoCodec: videoCodec : undefined
qml: posterUrl: posterUrl : undefined
qml: chapterNumber: chapterNumber : undefined
qml: director: director : undefined
qml: leadPerformer: leadPerformer : undefined
qml: writer: writer : undefined
qml: cameraManufacturer: cameraManufacturer : undefined
qml: cameraModel: cameraModel : undefined
qml: event: event : undefined
qml: subject: subject : undefined
qml: orientation: orientation : undefined
qml: exposureTime: exposureTime : undefined
qml: fNumber: fNumber : undefined
qml: exposureProgram: exposureProgram : undefined
qml: isoSpeedRatings: isoSpeedRatings : undefined
qml: exposureBiasValue: exposureBiasValue : undefined
qml: dateTimeOriginal: dateTimeOriginal : undefined
qml: dateTimeDigitized: dateTimeDigitized : undefined
qml: subjectDistance: subjectDistance : undefined
qml: meteringMode: meteringMode : undefined
qml: lightSource: lightSource : undefined
qml: flash: flash : undefined
qml: focalLength: focalLength : undefined
qml: exposureMode: exposureMode : undefined
qml: whiteBalance: whiteBalance : undefined
qml: digitalZoomRatio: digitalZoomRatio : undefined
qml: focalLengthIn35mmFilm: focalLengthIn35mmFilm : undefined
qml: sceneCaptureType: sceneCaptureType : undefined
qml: gainControl: gainControl : undefined
qml: contrast: contrast : undefined
qml: saturation: saturation : undefined
qml: sharpness: sharpness : undefined
qml: deviceSettingDescription: deviceSettingDescription : undefined
qml: gpsLatitude: gpsLatitude : undefined
qml: gpsLongitude: gpsLongitude : undefined
qml: gpsAltitude: gpsAltitude : undefined
qml: gpsTimeStamp: gpsTimeStamp : undefined
qml: gpsSatellites: gpsSatellites : undefined
qml: gpsStatus: gpsStatus : undefined
qml: gpsDOP: gpsDOP : undefined
qml: gpsSpeed: gpsSpeed : undefined
qml: gpsTrack: gpsTrack : undefined
qml: gpsTrackRef: gpsTrackRef : undefined
qml: gpsImgDirection: gpsImgDirection : undefined
qml: gpsImgDirectionRef: gpsImgDirectionRef : undefined
qml: gpsMapDatum: gpsMapDatum : undefined
qml: gpsProcessingMethod: gpsProcessingMethod : undefined
qml: gpsAreaInformation: gpsAreaInformation : undefined
qml: objectNameChanged: objectNameChanged : function() { [code] }
qml: metaDataChanged: metaDataChanged : function() { [code] }

** Affects: qtmultimedia-opensource-src-touch (Ubuntu)
 Importance: Undecided
 Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to qtmultimedia-opensource-
src-touch in Ubuntu.
https://bugs.launchpad.net/bugs/1586230

Title:
  metaData in the Audio API returns "undefined"

Status in qtmultimedia-opensource-src-touch package in Ubuntu:
  New

Bug description:
  I just tried the metaData property in the Audio API at:

  
https://developer.ubuntu.com/api/apps/qml/sdk-15.04.4/QtMultimedia.Audio/#metaData
  .albumTitle-prop

  All of the properties for the metaData returns "undefined":

  qml: The properties of metaData is:
  qml: objectName: objectName : 
  qml: title: title : undefined
  qml: subTitle: subTitle : undefined
  qml: author: author : 

[Touch-packages] [Bug 1586042] [NEW] playlist API does not work properly

2016-05-26 Thread XiaoGuo, Liu
Public bug reported:

Today, I just implemented a sample code for testing playlist API. My
sample code is at: https://github.com/liu-xiao-guo/playlist

I am trying to do a same example as the one at
https://developer.ubuntu.com/api/apps/qml/sdk-15.04.5/QtMultimedia.Playlist/.
I got it running on my turbo device. my source code is at
https://github.com/liu-xiao-guo/playlist/blob/master/playlist/Main.qml.
it is pretty a simple example, but the result shows like
http://imgur.com/vKgQc4Z. I have only one entry in the list, but it is
shown twice. what could be the problem for it?

If I try to run it on the desktop side, I get the result like
http://imgur.com/gIptFwQ. It shows correctly. The problem seems to be
related to our phone software.

Thanks & best regards,
XiaoGuo

** Affects: qtmultimedia-opensource-src-touch (Ubuntu)
 Importance: Undecided
 Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to qtmultimedia-opensource-
src-touch in Ubuntu.
https://bugs.launchpad.net/bugs/1586042

Title:
  playlist API does not work properly

Status in qtmultimedia-opensource-src-touch package in Ubuntu:
  New

Bug description:
  Today, I just implemented a sample code for testing playlist API. My
  sample code is at: https://github.com/liu-xiao-guo/playlist

  I am trying to do a same example as the one at
  https://developer.ubuntu.com/api/apps/qml/sdk-15.04.5/QtMultimedia.Playlist/.
  I got it running on my turbo device. my source code is at
  https://github.com/liu-xiao-
  guo/playlist/blob/master/playlist/Main.qml. it is pretty a simple
  example, but the result shows like http://imgur.com/vKgQc4Z. I have
  only one entry in the list, but it is shown twice. what could be the
  problem for it?

  If I try to run it on the desktop side, I get the result like
  http://imgur.com/gIptFwQ. It shows correctly. The problem seems to be
  related to our phone software.

  Thanks & best regards,
  XiaoGuo

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/qtmultimedia-opensource-src-touch/+bug/1586042/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1578072] [NEW] missing package version number

2016-05-04 Thread XiaoGuo, Liu
Public bug reported:

https://developer.ubuntu.com/api/apps/qml/sdk-15.04.5/Ubuntu.Components.Styles.ActionBarStyle/

on the above link, it says:

Import Statement:   import Ubuntu.Components.Styles .

it does not specify any of the package version number. I think this bug
applies to the rest of the documents as well. Without the knowledge of
the version, a developer has to guess what could be the right version
number for it.

Best regards,
XiaoGuo

** Affects: ubuntu-ui-toolkit (Ubuntu)
 Importance: Undecided
 Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to ubuntu-ui-toolkit in
Ubuntu.
https://bugs.launchpad.net/bugs/1578072

Title:
  missing package version number

Status in ubuntu-ui-toolkit package in Ubuntu:
  New

Bug description:
  
https://developer.ubuntu.com/api/apps/qml/sdk-15.04.5/Ubuntu.Components.Styles.ActionBarStyle/

  on the above link, it says:

  Import Statement:   import Ubuntu.Components.Styles .

  it does not specify any of the package version number. I think this
  bug applies to the rest of the documents as well. Without the
  knowledge of the version, a developer has to guess what could be the
  right version number for it.

  Best regards,
  XiaoGuo

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ubuntu-ui-toolkit/+bug/1578072/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1576463] Re: Cannot assign to non-existent property "tools"

2016-05-02 Thread XiaoGuo, Liu
Then it is a bug against the documentation of the API. We need to
correct the example code on the page. It is confusing to the developers.

** Changed in: ubuntu-ui-toolkit (Ubuntu)
   Status: Invalid => New

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to ubuntu-ui-toolkit in
Ubuntu.
https://bugs.launchpad.net/bugs/1576463

Title:
  Cannot assign to non-existent property "tools"

Status in ubuntu-ui-toolkit package in Ubuntu:
  New

Bug description:
  On the page:
  
https://developer.ubuntu.com/api/apps/qml/sdk-15.04.5/Ubuntu.Components.ToolbarButton/,
  in the code snippet:

  import QtQuick 2.4
  import Ubuntu.Components 1.3
  MainView {
  width: units.gu(50)
  height: units.gu(80)
  Action {
  id: action1
  text: "action 1"
  iconName: "compose"
  onTriggered: print("one!")
  }
  Page {
  title: "test page"
  Label {
  anchors.centerIn: parent
  text: "Hello, world"
  }
  tools: ToolbarItems {
  // reference to an action:
  ToolbarButton {
  action: action1
  }
  // define the action:
  ToolbarButton {
  action: Action {
  text: "Second action"
  iconName: "add"
  onTriggered: print("two!")
  }
  // override the text of the action:
  text: "action 2"
  }
  // no associated action:
  ToolbarButton {
  iconName: "cancel"
  text: "button"
  onTriggered: print("three!")
  }
  }
  }
  }

  when running, it complains  Cannot assign to non-existent property
  "tools"

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ubuntu-ui-toolkit/+bug/1576463/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1561861] Re: UbuntuColors.Orange should be Ubuntu.orange instead

2016-05-02 Thread XiaoGuo, Liu
Hi,

I have a test code at https://github.com/liu-xiao-guo/testubuntucolor.
If I run the app, I end up with the error like:

qrc:///Main.qml:32:26: Unable to assign [undefined] to QColor

line 32 is exactly:

title.color: UbuntuColors.Orange

Have you tried to run the code?

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to ubuntu-ui-toolkit in
Ubuntu.
https://bugs.launchpad.net/bugs/1561861

Title:
  UbuntuColors.Orange should be Ubuntu.orange instead

Status in ubuntu-ui-toolkit package in Ubuntu:
  Incomplete

Bug description:
  
https://developer.ubuntu.com/api/apps/qml/sdk-15.04.1/Ubuntu.Components.ListItemLayout/

  The code:

  ListItemLayout {
  id: layout
  title.text: "Hello..."
  title.color: UbuntuColors.Orange
  subtitle.text: "...world!"
  Rectangle {
  SlotsLayout.position: SlotsLayout.Leading
  color: "pink"
  height: units.gu(6)
  width: height
  }

  
  UbuntuColors.Orange should be Ubuntu.orange

  Best regards,
  XiaoGuo

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ubuntu-ui-toolkit/+bug/1561861/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1576607] [NEW] Need public documentation for customizing Button with StyleHints

2016-04-29 Thread XiaoGuo, Liu
Public bug reported:

Currently, all of the available Ubuntu.Components.Styles elements are
listed at:

https://developer.ubuntu.com/api/apps/qml/sdk-15.04.5/Ubuntu.Components.Styles/

This is not a complete list.  There is a more complete list at the
source tree:

http://bazaar.launchpad.net/~ubuntu-sdk-team/ubuntu-ui-
toolkit/trunk/files/head:/src/Ubuntu/Components/Themes/Ambiance/1.3

For example, ButtonStyle is not documented though it is implemented.

Thanks & best regards,
XiaoGuo

** Affects: ubuntu-ui-toolkit (Ubuntu)
 Importance: Undecided
 Status: Confirmed

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to ubuntu-ui-toolkit in
Ubuntu.
https://bugs.launchpad.net/bugs/1576607

Title:
  Need public documentation for customizing Button with StyleHints

Status in ubuntu-ui-toolkit package in Ubuntu:
  Confirmed

Bug description:
  Currently, all of the available Ubuntu.Components.Styles elements are
  listed at:

  
https://developer.ubuntu.com/api/apps/qml/sdk-15.04.5/Ubuntu.Components.Styles/

  This is not a complete list.  There is a more complete list at the
  source tree:

  http://bazaar.launchpad.net/~ubuntu-sdk-team/ubuntu-ui-
  toolkit/trunk/files/head:/src/Ubuntu/Components/Themes/Ambiance/1.3

  For example, ButtonStyle is not documented though it is implemented.

  Thanks & best regards,
  XiaoGuo

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ubuntu-ui-toolkit/+bug/1576607/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1576515] Re: Button style API is not defined, example codes from tutorial are broken

2016-04-29 Thread XiaoGuo, Liu
** Description changed:

  I just copied the code snippet at
  
https://developer.ubuntu.com/api/apps/qml/sdk-15.04.5/Ubuntu.Components.StyledItem/,
  I get the error like http://paste.ubuntu.com/16123241/
  
  QML debugging is enabled. Only use this in a safe environment.
  qml: Page_QMLTYPE_17(0xa86bd0)"test page": In Ubuntu.Components 1.3, the use 
of Page.title, Page.flickable and Page.head is deprecated. Use Page.header and 
the PageHeader component instead.
  file:///usr/ubuntu-sdk-dev/qml/Ubuntu/Components/1.3/Button.qml:108:25: 
Unable to assign [undefined] to QFont
  file:///usr/ubuntu-sdk-dev/qml/Ubuntu/Components/1.3/Button.qml:103:33: 
Unable to assign [undefined] to QQuickGradient*
  file:///usr/ubuntu-sdk-dev/qml/Ubuntu/Components/1.3/Button.qml:92:27: Unable 
to assign [undefined] to QColor
  
  The example code is at https://github.com/liu-xiao-guo/style
  
+ The code snippet at the link
+ 
https://developer.ubuntu.com/api/apps/qml/sdk-15.04.4/UbuntuUserInterfaceToolkit
+ .ubuntu-theming-styles/ also has the same problem.
+ 
+ Button {
+ id: button
+ style: Rectangle {
+ implicitWidth: units.gu(12)
+ implicitHeight: units.gu(5)
+ color: styledItem.color
+ border {
+ width: units.dp(1)
+ color: styledItem.strokeColor
+ }
+ Label {
+ text: styledItem.text
+ font: styledItem.font
+ }
+ }
+ }
+ 
  Thanks & best regards,
  XiaoGuo

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to ubuntu-ui-toolkit in
Ubuntu.
https://bugs.launchpad.net/bugs/1576515

Title:
  Button style API is not defined, example codes from tutorial are
  broken

Status in ubuntu-ui-toolkit package in Ubuntu:
  Confirmed

Bug description:
  I just copied the code snippet at
  
https://developer.ubuntu.com/api/apps/qml/sdk-15.04.5/Ubuntu.Components.StyledItem/,
  I get the error like http://paste.ubuntu.com/16123241/

  QML debugging is enabled. Only use this in a safe environment.
  qml: Page_QMLTYPE_17(0xa86bd0)"test page": In Ubuntu.Components 1.3, the use 
of Page.title, Page.flickable and Page.head is deprecated. Use Page.header and 
the PageHeader component instead.
  file:///usr/ubuntu-sdk-dev/qml/Ubuntu/Components/1.3/Button.qml:108:25: 
Unable to assign [undefined] to QFont
  file:///usr/ubuntu-sdk-dev/qml/Ubuntu/Components/1.3/Button.qml:103:33: 
Unable to assign [undefined] to QQuickGradient*
  file:///usr/ubuntu-sdk-dev/qml/Ubuntu/Components/1.3/Button.qml:92:27: Unable 
to assign [undefined] to QColor

  The example code is at https://github.com/liu-xiao-guo/style

  The code snippet at the link
  
https://developer.ubuntu.com/api/apps/qml/sdk-15.04.4/UbuntuUserInterfaceToolkit
  .ubuntu-theming-styles/ also has the same problem.

  Button {
  id: button
  style: Rectangle {
  implicitWidth: units.gu(12)
  implicitHeight: units.gu(5)
  color: styledItem.color
  border {
  width: units.dp(1)
  color: styledItem.strokeColor
  }
  Label {
  text: styledItem.text
  font: styledItem.font
  }
  }
  }

  Thanks & best regards,
  XiaoGuo

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ubuntu-ui-toolkit/+bug/1576515/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1576515] [NEW] Button style API is not defined, example codes from tutorial are broken

2016-04-28 Thread XiaoGuo, Liu
Public bug reported:

I just copied the code snippet at
https://developer.ubuntu.com/api/apps/qml/sdk-15.04.5/Ubuntu.Components.StyledItem/,
I get the error like http://paste.ubuntu.com/16123241/

QML debugging is enabled. Only use this in a safe environment.
qml: Page_QMLTYPE_17(0xa86bd0)"test page": In Ubuntu.Components 1.3, the use of 
Page.title, Page.flickable and Page.head is deprecated. Use Page.header and the 
PageHeader component instead.
file:///usr/ubuntu-sdk-dev/qml/Ubuntu/Components/1.3/Button.qml:108:25: Unable 
to assign [undefined] to QFont
file:///usr/ubuntu-sdk-dev/qml/Ubuntu/Components/1.3/Button.qml:103:33: Unable 
to assign [undefined] to QQuickGradient*
file:///usr/ubuntu-sdk-dev/qml/Ubuntu/Components/1.3/Button.qml:92:27: Unable 
to assign [undefined] to QColor

The example code is at https://github.com/liu-xiao-guo/style

Thanks & best regards,
XiaoGuo

** Affects: ubuntu-ui-toolkit (Ubuntu)
 Importance: High
 Status: Confirmed

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to ubuntu-ui-toolkit in
Ubuntu.
https://bugs.launchpad.net/bugs/1576515

Title:
  Button style API is not defined, example codes from tutorial are
  broken

Status in ubuntu-ui-toolkit package in Ubuntu:
  Confirmed

Bug description:
  I just copied the code snippet at
  
https://developer.ubuntu.com/api/apps/qml/sdk-15.04.5/Ubuntu.Components.StyledItem/,
  I get the error like http://paste.ubuntu.com/16123241/

  QML debugging is enabled. Only use this in a safe environment.
  qml: Page_QMLTYPE_17(0xa86bd0)"test page": In Ubuntu.Components 1.3, the use 
of Page.title, Page.flickable and Page.head is deprecated. Use Page.header and 
the PageHeader component instead.
  file:///usr/ubuntu-sdk-dev/qml/Ubuntu/Components/1.3/Button.qml:108:25: 
Unable to assign [undefined] to QFont
  file:///usr/ubuntu-sdk-dev/qml/Ubuntu/Components/1.3/Button.qml:103:33: 
Unable to assign [undefined] to QQuickGradient*
  file:///usr/ubuntu-sdk-dev/qml/Ubuntu/Components/1.3/Button.qml:92:27: Unable 
to assign [undefined] to QColor

  The example code is at https://github.com/liu-xiao-guo/style

  Thanks & best regards,
  XiaoGuo

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ubuntu-ui-toolkit/+bug/1576515/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1576463] [NEW] Cannot assign to non-existent property "tools"

2016-04-28 Thread XiaoGuo, Liu
Public bug reported:

On the page:
https://developer.ubuntu.com/api/apps/qml/sdk-15.04.5/Ubuntu.Components.ToolbarButton/,
in the code snippet:

import QtQuick 2.4
import Ubuntu.Components 1.3
MainView {
width: units.gu(50)
height: units.gu(80)
Action {
id: action1
text: "action 1"
iconName: "compose"
onTriggered: print("one!")
}
Page {
title: "test page"
Label {
anchors.centerIn: parent
text: "Hello, world"
}
tools: ToolbarItems {
// reference to an action:
ToolbarButton {
action: action1
}
// define the action:
ToolbarButton {
action: Action {
text: "Second action"
iconName: "add"
onTriggered: print("two!")
}
// override the text of the action:
text: "action 2"
}
// no associated action:
ToolbarButton {
iconName: "cancel"
text: "button"
onTriggered: print("three!")
}
}
}
}

when running, it complains  Cannot assign to non-existent property
"tools"

** Affects: ubuntu-ui-toolkit (Ubuntu)
 Importance: Undecided
 Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to ubuntu-ui-toolkit in
Ubuntu.
https://bugs.launchpad.net/bugs/1576463

Title:
  Cannot assign to non-existent property "tools"

Status in ubuntu-ui-toolkit package in Ubuntu:
  New

Bug description:
  On the page:
  
https://developer.ubuntu.com/api/apps/qml/sdk-15.04.5/Ubuntu.Components.ToolbarButton/,
  in the code snippet:

  import QtQuick 2.4
  import Ubuntu.Components 1.3
  MainView {
  width: units.gu(50)
  height: units.gu(80)
  Action {
  id: action1
  text: "action 1"
  iconName: "compose"
  onTriggered: print("one!")
  }
  Page {
  title: "test page"
  Label {
  anchors.centerIn: parent
  text: "Hello, world"
  }
  tools: ToolbarItems {
  // reference to an action:
  ToolbarButton {
  action: action1
  }
  // define the action:
  ToolbarButton {
  action: Action {
  text: "Second action"
  iconName: "add"
  onTriggered: print("two!")
  }
  // override the text of the action:
  text: "action 2"
  }
  // no associated action:
  ToolbarButton {
  iconName: "cancel"
  text: "button"
  onTriggered: print("three!")
  }
  }
  }
  }

  when running, it complains  Cannot assign to non-existent property
  "tools"

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ubuntu-ui-toolkit/+bug/1576463/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1570156] [NEW] package version is not specified

2016-04-13 Thread XiaoGuo, Liu
Public bug reported:

https://developer.ubuntu.com/api/apps/qml/sdk-15.04.5/Ubuntu.Components.Themes.PaletteValues/

on the page, the version of the package is not specified, and this seems
a common issue for a lot of other APIs. We need to review all of the API
documents on the developer website. With the version number, a developer
has to guess.

 import Ubuntu.Components.Themes .

Best regards,
XiaoGuo

** Affects: ubuntu-ui-toolkit (Ubuntu)
 Importance: Undecided
 Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to ubuntu-ui-toolkit in
Ubuntu.
https://bugs.launchpad.net/bugs/1570156

Title:
  package version is not specified

Status in ubuntu-ui-toolkit package in Ubuntu:
  New

Bug description:
  
https://developer.ubuntu.com/api/apps/qml/sdk-15.04.5/Ubuntu.Components.Themes.PaletteValues/

  on the page, the version of the package is not specified, and this
  seems a common issue for a lot of other APIs. We need to review all of
  the API documents on the developer website. With the version number, a
  developer has to guess.

   import Ubuntu.Components.Themes .

  Best regards,
  XiaoGuo

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ubuntu-ui-toolkit/+bug/1570156/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1566713] Re: MainView's anchorToKeyboard does not work as expected

2016-04-13 Thread XiaoGuo, Liu
Is there any update on the bug report? I just want to know whether this
is a bug or we need to take care of setting the flag to true.

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to ubuntu-ui-toolkit in
Ubuntu.
https://bugs.launchpad.net/bugs/1566713

Title:
  MainView's anchorToKeyboard does not work as expected

Status in ubuntu-ui-toolkit package in Ubuntu:
  New

Bug description:
   I am now trying to following the OSK at the link
  https://developer.ubuntu.com/en/apps/qml/tutorials/ubuntu-screen-
  keyboard-tricks/. I find that when i set anchorToKeyboard to true, the
  UI looks different from the one shown on the link.

  When anchorToKeyboard: true, I cannot even see the input field for
  "username" and "password"? is this a bug? the UI is like
  http://imgur.com/wXaSzqG my test code is at https://github.com/liu-
  xiao-guo/osk

  faenil helped to verify that if we set:

Page {
  title: i18n.tr("onscreenkeyboard")
  anchors.fill: parent   // this line makes the OSK work properly as 
expected on the link

  
}

  Best regards,
  XiaoGuo

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ubuntu-ui-toolkit/+bug/1566713/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1566713] [NEW] OSK does not work as expected

2016-04-06 Thread XiaoGuo, Liu
Public bug reported:

 I am now trying to following the OSK at the link
https://developer.ubuntu.com/en/apps/qml/tutorials/ubuntu-screen-
keyboard-tricks/. I find that when i set anchorToKeyboard to true, the
UI looks different from the one shown on the link.

When anchorToKeyboard: true, I cannot even see the input field for
"username" and "password"? is this a bug? the UI is like
http://imgur.com/wXaSzqG my test code is at https://github.com/liu-xiao-
guo/osk

faenil helped to verify that if we set:

  Page {
title: i18n.tr("onscreenkeyboard")
anchors.fill: parent   // this line makes the OSK work properly as 
expected on the link


  }

Best regards,
XiaoGuo

** Affects: ubuntu-ui-toolkit (Ubuntu)
 Importance: Undecided
 Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to ubuntu-ui-toolkit in
Ubuntu.
https://bugs.launchpad.net/bugs/1566713

Title:
  OSK does not work as expected

Status in ubuntu-ui-toolkit package in Ubuntu:
  New

Bug description:
   I am now trying to following the OSK at the link
  https://developer.ubuntu.com/en/apps/qml/tutorials/ubuntu-screen-
  keyboard-tricks/. I find that when i set anchorToKeyboard to true, the
  UI looks different from the one shown on the link.

  When anchorToKeyboard: true, I cannot even see the input field for
  "username" and "password"? is this a bug? the UI is like
  http://imgur.com/wXaSzqG my test code is at https://github.com/liu-
  xiao-guo/osk

  faenil helped to verify that if we set:

Page {
  title: i18n.tr("onscreenkeyboard")
  anchors.fill: parent   // this line makes the OSK work properly as 
expected on the link

  
}

  Best regards,
  XiaoGuo

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ubuntu-ui-toolkit/+bug/1566713/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1562667] [NEW] ListItemDrag.direction is not defined in the API document

2016-03-27 Thread XiaoGuo, Liu
Public bug reported:

I just compared the two API documents:

https://developer.ubuntu.com/api/apps/qml/sdk-15.04.1/Ubuntu.Components.ViewItems/

it uses the code:

  ViewItems.onDragUpdated: {
   if (event.direction == ListItemDrag.Dropped) {
   // this is the last event, so drop the item
   model.move(event.from, event.to, 1);
   } else if (event.direction != ListItemDrag.Started) {
   // do not accept the moving events, so drag.from will
   // always contain the original drag index
   event.accept = false;
   }
   }

It has the "event.direction" there, but in the API document:

https://developer.ubuntu.com/api/apps/qml/sdk-15.04.1/Ubuntu.Components.ListItemDrag/

It does not have the "direction" property defined there. Is this a bug?
Shall it be "event.status" instead?

Thanks & best regards,
XiaoGuo

** Affects: ubuntu-ui-toolkit (Ubuntu)
 Importance: Undecided
 Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to ubuntu-ui-toolkit in
Ubuntu.
https://bugs.launchpad.net/bugs/1562667

Title:
  ListItemDrag.direction is not defined in the API document

Status in ubuntu-ui-toolkit package in Ubuntu:
  New

Bug description:
  I just compared the two API documents:

  
https://developer.ubuntu.com/api/apps/qml/sdk-15.04.1/Ubuntu.Components.ViewItems/

  it uses the code:

ViewItems.onDragUpdated: {
 if (event.direction == ListItemDrag.Dropped) {
 // this is the last event, so drop the item
 model.move(event.from, event.to, 1);
 } else if (event.direction != ListItemDrag.Started) {
 // do not accept the moving events, so drag.from will
 // always contain the original drag index
 event.accept = false;
 }
 }

  It has the "event.direction" there, but in the API document:

  
https://developer.ubuntu.com/api/apps/qml/sdk-15.04.1/Ubuntu.Components.ListItemDrag/

  It does not have the "direction" property defined there. Is this a
  bug? Shall it be "event.status" instead?

  Thanks & best regards,
  XiaoGuo

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ubuntu-ui-toolkit/+bug/1562667/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1561948] [NEW] ListViewDrag should be ListItemDrag in the API doc

2016-03-25 Thread XiaoGuo, Liu
Public bug reported:

https://developer.ubuntu.com/api/apps/qml/sdk-15.04.1/Ubuntu.Components.ViewItems/

  ViewItems.onDragUpdated: {
if (event.status == ListViewDrag.Started) {
if (event.from < 5) {
// deny dragging on the first 5 element
event.accept = false;

In the above code, the correct should be:

ViewItems.onDragUpdated: {
if (event.status == ListItemDrag.Started) {
if (event.from < 5) {
// deny dragging on the first 5 element
event.accept = false;
} else if (event.from >= 5 && event.from <= 10 &&
  

Best regards,
XiaoGuo

** Affects: ubuntu-ui-toolkit (Ubuntu)
 Importance: Undecided
 Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to ubuntu-ui-toolkit in
Ubuntu.
https://bugs.launchpad.net/bugs/1561948

Title:
  ListViewDrag should be ListItemDrag in the API doc

Status in ubuntu-ui-toolkit package in Ubuntu:
  New

Bug description:
  
https://developer.ubuntu.com/api/apps/qml/sdk-15.04.1/Ubuntu.Components.ViewItems/

ViewItems.onDragUpdated: {
  if (event.status == ListViewDrag.Started) {
  if (event.from < 5) {
  // deny dragging on the first 5 element
  event.accept = false;

  In the above code, the correct should be:

  ViewItems.onDragUpdated: {
  if (event.status == ListItemDrag.Started) {
  if (event.from < 5) {
  // deny dragging on the first 5 element
  event.accept = false;
  } else if (event.from >= 5 && event.from <= 10 &&


  Best regards,
  XiaoGuo

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ubuntu-ui-toolkit/+bug/1561948/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1561861] [NEW] UbuntuColors.Orange should be Ubuntu.orange instead

2016-03-25 Thread XiaoGuo, Liu
Public bug reported:

https://developer.ubuntu.com/api/apps/qml/sdk-15.04.1/Ubuntu.Components.ListItemLayout/

The code:

ListItemLayout {
id: layout
title.text: "Hello..."
title.color: UbuntuColors.Orange
subtitle.text: "...world!"
Rectangle {
SlotsLayout.position: SlotsLayout.Leading
color: "pink"
height: units.gu(6)
width: height
}


UbuntuColors.Orange should be Ubuntu.orange

Best regards,
XiaoGuo

** Affects: ubuntu-ui-toolkit (Ubuntu)
 Importance: Undecided
 Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to ubuntu-ui-toolkit in
Ubuntu.
https://bugs.launchpad.net/bugs/1561861

Title:
  UbuntuColors.Orange should be Ubuntu.orange instead

Status in ubuntu-ui-toolkit package in Ubuntu:
  New

Bug description:
  
https://developer.ubuntu.com/api/apps/qml/sdk-15.04.1/Ubuntu.Components.ListItemLayout/

  The code:

  ListItemLayout {
  id: layout
  title.text: "Hello..."
  title.color: UbuntuColors.Orange
  subtitle.text: "...world!"
  Rectangle {
  SlotsLayout.position: SlotsLayout.Leading
  color: "pink"
  height: units.gu(6)
  width: height
  }

  
  UbuntuColors.Orange should be Ubuntu.orange

  Best regards,
  XiaoGuo

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ubuntu-ui-toolkit/+bug/1561861/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1561814] [NEW] application crashes if subtitle.text of Captions is too long

2016-03-24 Thread XiaoGuo, Liu
Public bug reported:

I copied the code snippet at
https://developer.ubuntu.com/api/apps/qml/sdk-15.04.1/Ubuntu.Components.Captions/,
and I made an example at https://github.com/liu-xiao-guo/captions

If the code is like:


Captions {
title.text: "Caption1"
subtitle.text: "Subtitle text 111"
// attached properties of an Item type property
// can be changed only with assignment
Component.onCompleted: subtitle.Layout.alignment = 
Qt.AlignRight
}


The app crashes, however, if I change the above code to:

Captions {
title.text: "Caption1"
subtitle.text: "Subtitle text"
// attached properties of an Item type property
// can be changed only with assignment
Component.onCompleted: subtitle.Layout.alignment = 
Qt.AlignRight
}

Then the app does not crash any more.

Best regards,
XiaoGuo

** Affects: ubuntu-ui-toolkit (Ubuntu)
 Importance: Undecided
 Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to ubuntu-ui-toolkit in
Ubuntu.
https://bugs.launchpad.net/bugs/1561814

Title:
  application crashes if subtitle.text of Captions is too long

Status in ubuntu-ui-toolkit package in Ubuntu:
  New

Bug description:
  I copied the code snippet at
  
https://developer.ubuntu.com/api/apps/qml/sdk-15.04.1/Ubuntu.Components.Captions/,
  and I made an example at https://github.com/liu-xiao-guo/captions

  If the code is like:

  
  Captions {
  title.text: "Caption1"
  subtitle.text: "Subtitle text 111"
  // attached properties of an Item type property
  // can be changed only with assignment
  Component.onCompleted: subtitle.Layout.alignment = 
Qt.AlignRight
  }

  
  The app crashes, however, if I change the above code to:

  Captions {
  title.text: "Caption1"
  subtitle.text: "Subtitle text"
  // attached properties of an Item type property
  // can be changed only with assignment
  Component.onCompleted: subtitle.Layout.alignment = 
Qt.AlignRight
  }

  Then the app does not crash any more.

  Best regards,
  XiaoGuo

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ubuntu-ui-toolkit/+bug/1561814/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1560873] [NEW] InverseMouseArea API code snippet is wrong

2016-03-23 Thread XiaoGuo, Liu
Public bug reported:

https://developer.ubuntu.com/api/apps/qml/sdk-15.04.1/Ubuntu.Components.InverseMouseArea/

on the above link, the following code:

import QtQuick 2.4
import Ubuntu.Components 1.2
Item {
width: 640
height: 480
Button {
id: button
text: "Press me"
onClicked: {
var component = Qt.createComponent("Popup.qml");
var obj = component.create(parent);
obj.visible = true;
}
}
}

when it runs, it complains:

"qrc:///Main.qml:26: TypeError: Property 'create' of object
QQmlComponent(0x3905890) is not a function"

The correct one should be "component.createObject(parent)"

Best regards,
XiaoGuo

** Affects: ubuntu-ui-toolkit (Ubuntu)
 Importance: Low
 Assignee: Zoltan Balogh (bzoltan)
 Status: Confirmed

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to ubuntu-ui-toolkit in
Ubuntu.
https://bugs.launchpad.net/bugs/1560873

Title:
  InverseMouseArea API code snippet is wrong

Status in ubuntu-ui-toolkit package in Ubuntu:
  Confirmed

Bug description:
  
https://developer.ubuntu.com/api/apps/qml/sdk-15.04.1/Ubuntu.Components.InverseMouseArea/

  on the above link, the following code:

  import QtQuick 2.4
  import Ubuntu.Components 1.2
  Item {
  width: 640
  height: 480
  Button {
  id: button
  text: "Press me"
  onClicked: {
  var component = Qt.createComponent("Popup.qml");
  var obj = component.create(parent);
  obj.visible = true;
  }
  }
  }

  when it runs, it complains:

  "qrc:///Main.qml:26: TypeError: Property 'create' of object
  QQmlComponent(0x3905890) is not a function"

  The correct one should be "component.createObject(parent)"

  Best regards,
  XiaoGuo

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ubuntu-ui-toolkit/+bug/1560873/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1557802] Re: Cannot assign to non-existent sensingMargins "sensingMargins"

2016-03-19 Thread XiaoGuo, Liu
inablet@ubuntu-phablet:~$ apt-cache policy 
qtdeclarative5-ubuntu-ui-toolkit-plug 
qtdeclarative5-ubuntu-ui-toolkit-plugin:
  Installed: 1.3.1795+15.04.20160106-0ubuntu1
  Candidate: 1.3.1795+15.04.20160106-0ubuntu1
  Version table:
 *** 1.3.1795+15.04.20160106-0ubuntu1 0
100 /var/lib/dpkg/status

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to ubuntu-ui-toolkit in
Ubuntu.
https://bugs.launchpad.net/bugs/1557802

Title:
  Cannot assign to non-existent sensingMargins "sensingMargins"

Status in ubuntu-ui-toolkit package in Ubuntu:
  Incomplete

Bug description:
  
https://developer.ubuntu.com/api/apps/qml/sdk-15.04.1/Ubuntu.Components.AbstractButton/

  on the page, when I copy the code snippet and make an example for it:

  import QtQuick 2.4
  import Ubuntu.Components 1.3

  /*!
  \brief MainView with a Label and Button elements.
  */

  MainView {
  // objectName for functional testing purposes (autopilot-qt5)
  objectName: "mainView"

  // Note! applicationName needs to match the "name" field of the click 
manifest
  applicationName: "abstractbutton.liu-xiao-guo"

  width: units.gu(100)
  height: units.gu(75)

  Page {
  title: i18n.tr("abstractbutton")

  AbstractButton {
  width: units.gu(2)
  height: units.gu(2)
  sensingMargins {
  left: units.gu(1)
  top: units.gu(1)
  bottom: units.gu(1)
  right: units.gu(10)
  }
  }
  }
  }

  running on the phone results in:

  qrc:///Main.qml:31:13: Cannot assign to non-existent sensingMargins
  "sensingMargins"

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ubuntu-ui-toolkit/+bug/1557802/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1557802] Re: Cannot assign to non-existent sensingMargins "sensingMargins"

2016-03-19 Thread XiaoGuo, Liu
It would be good to highlight those in the API document. Otherwise, a
developer never knows. It would be good to add something like "

since 

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to ubuntu-ui-toolkit in
Ubuntu.
https://bugs.launchpad.net/bugs/1557802

Title:
  Cannot assign to non-existent sensingMargins "sensingMargins"

Status in ubuntu-ui-toolkit package in Ubuntu:
  Invalid

Bug description:
  
https://developer.ubuntu.com/api/apps/qml/sdk-15.04.1/Ubuntu.Components.AbstractButton/

  on the page, when I copy the code snippet and make an example for it:

  import QtQuick 2.4
  import Ubuntu.Components 1.3

  /*!
  \brief MainView with a Label and Button elements.
  */

  MainView {
  // objectName for functional testing purposes (autopilot-qt5)
  objectName: "mainView"

  // Note! applicationName needs to match the "name" field of the click 
manifest
  applicationName: "abstractbutton.liu-xiao-guo"

  width: units.gu(100)
  height: units.gu(75)

  Page {
  title: i18n.tr("abstractbutton")

  AbstractButton {
  width: units.gu(2)
  height: units.gu(2)
  sensingMargins {
  left: units.gu(1)
  top: units.gu(1)
  bottom: units.gu(1)
  right: units.gu(10)
  }
  }
  }
  }

  running on the phone results in:

  qrc:///Main.qml:31:13: Cannot assign to non-existent sensingMargins
  "sensingMargins"

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ubuntu-ui-toolkit/+bug/1557802/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1557805] [NEW] ReferenceError: PickerPanel is not defined

2016-03-15 Thread XiaoGuo, Liu
Public bug reported:

https://developer.ubuntu.com/api/apps/qml/sdk-15.04.1/Ubuntu.Components.PickerPanel/

on the page, I just copied the code and made one example for it:

import QtQuick 2.4
import Ubuntu.Components 1.3

/*!
\brief MainView with a Label and Button elements.
*/

MainView {
// objectName for functional testing purposes (autopilot-qt5)
objectName: "mainView"

// Note! applicationName needs to match the "name" field of the click 
manifest
applicationName: "pickerpanel1.liu-xiao-guo"

width: units.gu(60)
height: units.gu(85)

Page {
title: i18n.tr("pickerpanel1")

Button {
id: dateButton
property date date: new Date()
text: Qt.formatDateTime(date, "/")
onClicked: PickerPanel.openDatePicker(dateButton, "date", 
"Years|Months")
}
}
}

When running on the phone and on Ubuntu SDK desktop kit:

qrc:///Main.qml:25: ReferenceError: PickerPanel is not defined

** Affects: ubuntu-ui-toolkit (Ubuntu)
 Importance: Undecided
 Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to ubuntu-ui-toolkit in
Ubuntu.
https://bugs.launchpad.net/bugs/1557805

Title:
  ReferenceError: PickerPanel is not defined

Status in ubuntu-ui-toolkit package in Ubuntu:
  New

Bug description:
  
https://developer.ubuntu.com/api/apps/qml/sdk-15.04.1/Ubuntu.Components.PickerPanel/

  on the page, I just copied the code and made one example for it:

  import QtQuick 2.4
  import Ubuntu.Components 1.3

  /*!
  \brief MainView with a Label and Button elements.
  */

  MainView {
  // objectName for functional testing purposes (autopilot-qt5)
  objectName: "mainView"

  // Note! applicationName needs to match the "name" field of the click 
manifest
  applicationName: "pickerpanel1.liu-xiao-guo"

  width: units.gu(60)
  height: units.gu(85)

  Page {
  title: i18n.tr("pickerpanel1")

  Button {
  id: dateButton
  property date date: new Date()
  text: Qt.formatDateTime(date, "/")
  onClicked: PickerPanel.openDatePicker(dateButton, "date", 
"Years|Months")
  }
  }
  }

  When running on the phone and on Ubuntu SDK desktop kit:

  qrc:///Main.qml:25: ReferenceError: PickerPanel is not defined

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ubuntu-ui-toolkit/+bug/1557805/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1557802] [NEW] Cannot assign to non-existent sensingMargins "sensingMargins"

2016-03-15 Thread XiaoGuo, Liu
Public bug reported:

https://developer.ubuntu.com/api/apps/qml/sdk-15.04.1/Ubuntu.Components.AbstractButton/

on the page, when I copy the code snippet and make an example for it:

import QtQuick 2.4
import Ubuntu.Components 1.3

/*!
\brief MainView with a Label and Button elements.
*/

MainView {
// objectName for functional testing purposes (autopilot-qt5)
objectName: "mainView"

// Note! applicationName needs to match the "name" field of the click 
manifest
applicationName: "abstractbutton.liu-xiao-guo"

width: units.gu(100)
height: units.gu(75)

Page {
title: i18n.tr("abstractbutton")

AbstractButton {
width: units.gu(2)
height: units.gu(2)
sensingMargins {
left: units.gu(1)
top: units.gu(1)
bottom: units.gu(1)
right: units.gu(10)
}
}
}
}

running on the phone results in:

qrc:///Main.qml:31:13: Cannot assign to non-existent sensingMargins
"sensingMargins"

** Affects: ubuntu-ui-toolkit (Ubuntu)
 Importance: Undecided
 Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to ubuntu-ui-toolkit in
Ubuntu.
https://bugs.launchpad.net/bugs/1557802

Title:
  Cannot assign to non-existent sensingMargins "sensingMargins"

Status in ubuntu-ui-toolkit package in Ubuntu:
  New

Bug description:
  
https://developer.ubuntu.com/api/apps/qml/sdk-15.04.1/Ubuntu.Components.AbstractButton/

  on the page, when I copy the code snippet and make an example for it:

  import QtQuick 2.4
  import Ubuntu.Components 1.3

  /*!
  \brief MainView with a Label and Button elements.
  */

  MainView {
  // objectName for functional testing purposes (autopilot-qt5)
  objectName: "mainView"

  // Note! applicationName needs to match the "name" field of the click 
manifest
  applicationName: "abstractbutton.liu-xiao-guo"

  width: units.gu(100)
  height: units.gu(75)

  Page {
  title: i18n.tr("abstractbutton")

  AbstractButton {
  width: units.gu(2)
  height: units.gu(2)
  sensingMargins {
  left: units.gu(1)
  top: units.gu(1)
  bottom: units.gu(1)
  right: units.gu(10)
  }
  }
  }
  }

  running on the phone results in:

  qrc:///Main.qml:31:13: Cannot assign to non-existent sensingMargins
  "sensingMargins"

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ubuntu-ui-toolkit/+bug/1557802/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1557259] Re: typo in the property definitions

2016-03-15 Thread XiaoGuo, Liu
This problem happens to a lot of other API documents. We need to review
all of them.

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to ubuntu-ui-toolkit in
Ubuntu.
https://bugs.launchpad.net/bugs/1557259

Title:
  typo in the property definitions

Status in ubuntu-ui-toolkit package in Ubuntu:
  Confirmed

Bug description:
  
https://developer.ubuntu.com/api/apps/qml/sdk-15.04.1/Ubuntu.Components.ScrollView/

  on the page:

  defaultcontentItem : Item
  The contentItem of the ScrollView. This is set by the user. Note that the 
definition of contentItem is somewhat different to that of a Flickable, where 
the contentItem is implicitly created.

  read-onlyflickableItem : Item

  There should be a space in the property defintions.

  default contentItem: Item

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ubuntu-ui-toolkit/+bug/1557259/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1557295] [NEW] theme is never changed after pressing the button

2016-03-14 Thread XiaoGuo, Liu
Public bug reported:

https://developer.ubuntu.com/api/apps/qml/sdk-15.04.1/Ubuntu.Components.ThemeSettings/

on the page, the code has a little problem. The default theme is:

Ubuntu.Components.Themes.Ambiance

There is no chance to change the them at all according to the code. I
have modified the code a little bit:

Button {
text: theme.name == "Ubuntu.Components.Themes.Ambiance" ?
  "SuruDark" : "Ambiance"
onClicked: {

theme.name = (text == "Ambiance" ?
   "Ubuntu.Components.Themes.Ambiance" :
   "Ubuntu.Components.Themes.SuruDark" )
}
}

With the code, it works fine.

** Affects: ubuntu-ui-toolkit (Ubuntu)
 Importance: Undecided
 Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to ubuntu-ui-toolkit in
Ubuntu.
https://bugs.launchpad.net/bugs/1557295

Title:
  theme is never changed after pressing the button

Status in ubuntu-ui-toolkit package in Ubuntu:
  New

Bug description:
  
https://developer.ubuntu.com/api/apps/qml/sdk-15.04.1/Ubuntu.Components.ThemeSettings/

  on the page, the code has a little problem. The default theme is:

  Ubuntu.Components.Themes.Ambiance

  There is no chance to change the them at all according to the code. I
  have modified the code a little bit:

  Button {
  text: theme.name == "Ubuntu.Components.Themes.Ambiance" ?
"SuruDark" : "Ambiance"
  onClicked: {

  theme.name = (text == "Ambiance" ?
 "Ubuntu.Components.Themes.Ambiance" :
 "Ubuntu.Components.Themes.SuruDark" )
  }
  }

  With the code, it works fine.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ubuntu-ui-toolkit/+bug/1557295/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1557259] [NEW] typo in the property definitions

2016-03-14 Thread XiaoGuo, Liu
Public bug reported:

https://developer.ubuntu.com/api/apps/qml/sdk-15.04.1/Ubuntu.Components.ScrollView/

on the page:

defaultcontentItem : Item
The contentItem of the ScrollView. This is set by the user. Note that the 
definition of contentItem is somewhat different to that of a Flickable, where 
the contentItem is implicitly created.

read-onlyflickableItem : Item

There should be a space in the property defintions.

default contentItem: Item

** Affects: ubuntu-ui-toolkit (Ubuntu)
 Importance: Undecided
 Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to ubuntu-ui-toolkit in
Ubuntu.
https://bugs.launchpad.net/bugs/1557259

Title:
  typo in the property definitions

Status in ubuntu-ui-toolkit package in Ubuntu:
  New

Bug description:
  
https://developer.ubuntu.com/api/apps/qml/sdk-15.04.1/Ubuntu.Components.ScrollView/

  on the page:

  defaultcontentItem : Item
  The contentItem of the ScrollView. This is set by the user. Note that the 
definition of contentItem is somewhat different to that of a Flickable, where 
the contentItem is implicitly created.

  read-onlyflickableItem : Item

  There should be a space in the property defintions.

  default contentItem: Item

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ubuntu-ui-toolkit/+bug/1557259/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1557252] [NEW] Cannot assign to non-existent property "header"

2016-03-14 Thread XiaoGuo, Liu
Public bug reported:

https://developer.ubuntu.com/api/apps/qml/sdk-15.04.1/Ubuntu.Components.Header/

on the link, the sample code:

import QtQuick 2.4
import Ubuntu.Components 1.3
Item {
width: units.gu(50)
height: units.gu(70)
header: Header {
width: parent.width
height: units.gu(6)
flickable: scrollableContent
Rectangle {
// to visualize the header
anchors.fill: parent
color: UbuntuColors.blue
}
}
Flickable {
id: scrollableContent
anchors.fill: parent
contentHeight: height * 2
Label {
text: "Flick me"
}
}
}

When running, it gives the error like:

qrc:///Main.qml:32:13: Cannot assign to non-existent property "header"

Best regards,
XiaoGuo

** Affects: ubuntu-ui-toolkit (Ubuntu)
 Importance: Undecided
 Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to ubuntu-ui-toolkit in
Ubuntu.
https://bugs.launchpad.net/bugs/1557252

Title:
  Cannot assign to non-existent property "header"

Status in ubuntu-ui-toolkit package in Ubuntu:
  New

Bug description:
  
https://developer.ubuntu.com/api/apps/qml/sdk-15.04.1/Ubuntu.Components.Header/

  on the link, the sample code:

  import QtQuick 2.4
  import Ubuntu.Components 1.3
  Item {
  width: units.gu(50)
  height: units.gu(70)
  header: Header {
  width: parent.width
  height: units.gu(6)
  flickable: scrollableContent
  Rectangle {
  // to visualize the header
  anchors.fill: parent
  color: UbuntuColors.blue
  }
  }
  Flickable {
  id: scrollableContent
  anchors.fill: parent
  contentHeight: height * 2
  Label {
  text: "Flick me"
  }
  }
  }

  When running, it gives the error like:

  qrc:///Main.qml:32:13: Cannot assign to non-existent property "header"

  Best regards,
  XiaoGuo

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ubuntu-ui-toolkit/+bug/1557252/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1556757] Re: optionselector does not display image correctly

2016-03-14 Thread XiaoGuo, Liu
If I change it to qrc://images/icon2.jpg, I will have the follow errors:

QML debugging is enabled. Only use this in a safe environment.
file:///usr/ubuntu-sdk-dev/qml/Ubuntu/Components/1.3/OptionSelectorDelegate.qml:297:9:
 QML QQuickImage: Request for opening non-local file qrc://images/icon2.jpg
file:///usr/ubuntu-sdk-dev/qml/Ubuntu/Components/1.3/OptionSelectorDelegate.qml:297:9:
 QML QQuickImage: Request for opening non-local file qrc://images/icon2.jpg
file:///usr/ubuntu-sdk-dev/qml/Ubuntu/Components/1.3/OptionSelectorDelegate.qml:297:9:
 QML QQuickImage: Request for opening non-local file qrc://images/icon2.jpg
file:///usr/ubuntu-sdk-dev/qml/Ubuntu/Components/1.3/OptionSelectorDelegate.qml:297:9:
 QML QQuickImage: Request for opening non-local file qrc://images/icon2.jpg

The usage for [image: "images/icon2.jpg"] should be right since it does
not complain anything about it.

Best regards,
XiaoGuo

** Changed in: ubuntu-ui-toolkit (Ubuntu)
   Status: Invalid => New

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to ubuntu-ui-toolkit in
Ubuntu.
https://bugs.launchpad.net/bugs/1556757

Title:
  optionselector does not display image correctly

Status in ubuntu-ui-toolkit package in Ubuntu:
  New

Bug description:
  I have developed a sample code at
  
https://developer.ubuntu.com/api/apps/qml/sdk-15.04.1/Ubuntu.Components.OptionSelector/.
  My example code is at:

  https://github.com/liu-xiao-guo/optionselector

  The following part of the code has problems:

  Component {
  id: selectorDelegate
  OptionSelectorDelegate { text: name; subText: description;
  iconSource: {
  return Qt.resolvedUrl(image)
  }
  }
  }
  ListModel {
  id: customModel
  ListElement { name: "Name 1"; description: "Description 
1"; image: "images/icon2.jpg" }
  ListElement { name: "Name 2"; description: "Description 
2"; image: "images/icon2.jpg" }
  ListElement { name: "Name 3"; description: "Description 
3"; image: "images/icon2.jpg" }
  ListElement { name: "Name 4"; description: "Description 
4"; image: "images/icon2.jpg" }
  }

  The images are defined in the qrc files. However, when I run the app,
  the image is shown as black. Attached please find the captured
  picture.

  Thanks & best regards,
  XiaoGuo

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ubuntu-ui-toolkit/+bug/1556757/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1556757] [NEW] optionselector does not display image correctly

2016-03-14 Thread XiaoGuo, Liu
Public bug reported:

I have developed a sample code at
https://developer.ubuntu.com/api/apps/qml/sdk-15.04.1/Ubuntu.Components.OptionSelector/.
My example code is at:

https://github.com/liu-xiao-guo/optionselector

The following part of the code has problems:

Component {
id: selectorDelegate
OptionSelectorDelegate { text: name; subText: description;
iconSource: {
return Qt.resolvedUrl(image)
}
}
}
ListModel {
id: customModel
ListElement { name: "Name 1"; description: "Description 1"; 
image: "images/icon2.jpg" }
ListElement { name: "Name 2"; description: "Description 2"; 
image: "images/icon2.jpg" }
ListElement { name: "Name 3"; description: "Description 3"; 
image: "images/icon2.jpg" }
ListElement { name: "Name 4"; description: "Description 4"; 
image: "images/icon2.jpg" }
}

The images are defined in the qrc files. However, when I run the app,
the image is shown as black. Attached please find the captured picture.

Thanks & best regards,
XiaoGuo

** Affects: ubuntu-ui-toolkit (Ubuntu)
 Importance: Undecided
 Status: New

** Attachment added: "a.png"
   https://bugs.launchpad.net/bugs/1556757/+attachment/4598454/+files/a.png

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to ubuntu-ui-toolkit in
Ubuntu.
https://bugs.launchpad.net/bugs/1556757

Title:
  optionselector does not display image correctly

Status in ubuntu-ui-toolkit package in Ubuntu:
  New

Bug description:
  I have developed a sample code at
  
https://developer.ubuntu.com/api/apps/qml/sdk-15.04.1/Ubuntu.Components.OptionSelector/.
  My example code is at:

  https://github.com/liu-xiao-guo/optionselector

  The following part of the code has problems:

  Component {
  id: selectorDelegate
  OptionSelectorDelegate { text: name; subText: description;
  iconSource: {
  return Qt.resolvedUrl(image)
  }
  }
  }
  ListModel {
  id: customModel
  ListElement { name: "Name 1"; description: "Description 
1"; image: "images/icon2.jpg" }
  ListElement { name: "Name 2"; description: "Description 
2"; image: "images/icon2.jpg" }
  ListElement { name: "Name 3"; description: "Description 
3"; image: "images/icon2.jpg" }
  ListElement { name: "Name 4"; description: "Description 
4"; image: "images/icon2.jpg" }
  }

  The images are defined in the qrc files. However, when I run the app,
  the image is shown as black. Attached please find the captured
  picture.

  Thanks & best regards,
  XiaoGuo

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ubuntu-ui-toolkit/+bug/1556757/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1532118] Re: ubuntu-sdk does not exist in the latest SDK installation

2016-01-08 Thread XiaoGuo, Liu
** Description changed:

  at the page:
  
  https://developer.ubuntu.com/en/start/ubuntu-sdk/installing-the-sdk/
  
  $ ubuntu-sdk
  
  The above command does not exist any more in the latest SDK
  installation.
  
  The correct one should be:
  
  $ ubuntu-sdk-ide
+ 
+ It could be good to point how to migrate from the old installation to
+ the new one. Otherwise, it may screw up something somewhere.

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to ubuntu-touch-meta in
Ubuntu.
https://bugs.launchpad.net/bugs/1532118

Title:
  ubuntu-sdk does not exist in the latest SDK installation

Status in ubuntu-touch-meta package in Ubuntu:
  New

Bug description:
  at the page:

  https://developer.ubuntu.com/en/start/ubuntu-sdk/installing-the-sdk/

  $ ubuntu-sdk

  The above command does not exist any more in the latest SDK
  installation.

  The correct one should be:

  $ ubuntu-sdk-ide

  It could be good to point how to migrate from the old installation to
  the new one. Otherwise, it may screw up something somewhere.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ubuntu-touch-meta/+bug/1532118/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1477363] Re: onDestruction is never called in the QML component

2015-11-12 Thread XiaoGuo, Liu
But the same code on desktop has the output.

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to ubuntu-ui-toolkit in
Ubuntu.
https://bugs.launchpad.net/bugs/1477363

Title:
  onDestruction is never called in the QML component

Status in ubuntu-ui-toolkit package in Ubuntu:
  Invalid

Bug description:
  I have created a very simple application, and I want to capture the
  onDestruction event. However, it is never called on a phone, but it is
  called on the desktop. On the page,
  http://developer.ubuntu.com/api/apps/qml/sdk-15.04/Qt.labs.settings.Settings/,
  it is used to save the state of the application.

Page {
  title: i18n.tr("ondestruction")

  Column {
  spacing: units.gu(1)
  anchors {
  margins: units.gu(2)
  fill: parent
  }

  Label {
  id: label
  objectName: "label"

  text: i18n.tr("Hello..")
  }

  Button {
  objectName: "button"
  width: parent.width

  text: i18n.tr("Tap me!")

  onClicked: {
  label.text = i18n.tr("..world!")
  }
  }
  }

  Component.onDestruction: {
  console.log("ondestruction")
  }
  }

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ubuntu-ui-toolkit/+bug/1477363/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1477363] Re: onDestruction is never called in the QML component

2015-09-27 Thread XiaoGuo, Liu
This needs to be fixed

** Changed in: ubuntu-ui-toolkit (Ubuntu)
   Status: Expired => New

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to ubuntu-ui-toolkit in
Ubuntu.
https://bugs.launchpad.net/bugs/1477363

Title:
  onDestruction is never called in the QML component

Status in ubuntu-ui-toolkit package in Ubuntu:
  New

Bug description:
  I have created a very simple application, and I want to capture the
  onDestruction event. However, it is never called on a phone, but it is
  called on the desktop. On the page,
  http://developer.ubuntu.com/api/apps/qml/sdk-15.04/Qt.labs.settings.Settings/,
  it is used to save the state of the application.

Page {
  title: i18n.tr("ondestruction")

  Column {
  spacing: units.gu(1)
  anchors {
  margins: units.gu(2)
  fill: parent
  }

  Label {
  id: label
  objectName: "label"

  text: i18n.tr("Hello..")
  }

  Button {
  objectName: "button"
  width: parent.width

  text: i18n.tr("Tap me!")

  onClicked: {
  label.text = i18n.tr("..world!")
  }
  }
  }

  Component.onDestruction: {
  console.log("ondestruction")
  }
  }

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ubuntu-ui-toolkit/+bug/1477363/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1448180] Re: QGeoSatelliteInfoSource::createDefaultSource() returns NULL on the bq phone

2015-09-23 Thread XiaoGuo, Liu
Is there any update on this? has it been fixed? on MX4, I got null
pointer. How can I get the location info using C++?

 source = QGeoSatelliteInfoSource::createDefaultSource(this);

source is null.

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to qtubuntu-sensors in
Ubuntu.
https://bugs.launchpad.net/bugs/1448180

Title:
  QGeoSatelliteInfoSource::createDefaultSource() returns NULL on the bq
  phone

Status in location-service package in Ubuntu:
  Invalid
Status in qtubuntu-sensors package in Ubuntu:
  Confirmed

Bug description:
  Device: bq Aquaris E4.5 Ubuntu Edition
  Operating System: Ubuntu 14.10 (r21)

  I am currently trying to build a clone of the "GPS Status" Android
  app, it displays various details about the built-in GPS receiver.

  According to the developer documentation at
  http://developer.ubuntu.com/api/qml/sdk-14.10/QtLocation.location-
  positioning-cpp/ , a call to
  QGeoSatelliteInfoSource::createDefaultSource() can be used to get
  access to the default Satellite positioning source implementation.

  On my device this call returns NULL.

  Sample code is located at https://github.com/Sturmflut/ubuntu-touch-
  simple-gps/tree/3da3dc5f089e698c34765fd18322b84727cb13ae , the call in
  question is located at backend/modules/Simplegps/gpsdataprovider.cpp .
  I attached the file and its header for future reference.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/location-service/+bug/1448180/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1487667] [NEW] Setting automaticOrientation to false does not take any effect

2015-08-21 Thread XiaoGuo, Liu
Public bug reported:

When the automaticOrientation is set to false, my app still rotates when
my app rotates. It does not take any effect.

MainView {
// objectName for functional testing purposes (autopilot-qt5)
objectName: mainView

// Note! applicationName needs to match the name field of the click 
manifest
applicationName: com.ubuntu.developer.liu-xiao-guo.Memory

/*
 This property enables the application to change orientation
 when the device is rotated. The default is false.
*/
automaticOrientation: false

width: units.gu(60)
height: units.gu(85)

Page {
title: i18n.tr(Memory Card)

Game {
anchors.fill: parent
anchors.horizontalCenter: parent.horizontalCenter
anchors.verticalCenter: parent.verticalCenter
}
}
}

** Affects: ubuntu-ui-toolkit (Ubuntu)
 Importance: Undecided
 Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to ubuntu-ui-toolkit in
Ubuntu.
https://bugs.launchpad.net/bugs/1487667

Title:
  Setting automaticOrientation to false does not take any effect

Status in ubuntu-ui-toolkit package in Ubuntu:
  New

Bug description:
  When the automaticOrientation is set to false, my app still rotates
  when my app rotates. It does not take any effect.

  MainView {
  // objectName for functional testing purposes (autopilot-qt5)
  objectName: mainView

  // Note! applicationName needs to match the name field of the click 
manifest
  applicationName: com.ubuntu.developer.liu-xiao-guo.Memory

  /*
   This property enables the application to change orientation
   when the device is rotated. The default is false.
  */
  automaticOrientation: false

  width: units.gu(60)
  height: units.gu(85)

  Page {
  title: i18n.tr(Memory Card)

  Game {
  anchors.fill: parent
  anchors.horizontalCenter: parent.horizontalCenter
  anchors.verticalCenter: parent.verticalCenter
  }
  }
  }

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ubuntu-ui-toolkit/+bug/1487667/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1481147] [NEW] actons does not show in MainView

2015-08-03 Thread XiaoGuo, Liu
Public bug reported:

I created a very simple MainView app, and I got an action in the
MainView. The actions do not show up:

import QtQuick 2.0
import Ubuntu.Components 1.1

/*!
\brief MainView with a Label and Button elements.
*/

MainView {
// objectName for functional testing purposes (autopilot-qt5)
objectName: mainView

// Note! applicationName needs to match the name field of the click 
manifest
applicationName: maiviewactions.liu-xiao-guo

/*
 This property enables the application to change orientation
 when the device is rotated. The default is false.
*/
//automaticOrientation: true

// Removes the old toolbar and enables new features of the new header.
useDeprecatedToolbar: false

width: units.gu(60)
height: units.gu(85)

actions: [
Action  {
objectName: action

// iconSource: Qt.resolvedUrl(images/avatar.jpg)
iconName: active-call

onTriggered: {
console.log(action is clicked!);
}
}
]

Page {
title: i18n.tr(maiviewactions)

Label {
anchors.centerIn: parent
text: this is the label
}

}
}

Thanks  best regards,
XiaoGuo

** Affects: ubuntu-ui-toolkit (Ubuntu)
 Importance: Undecided
 Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to ubuntu-ui-toolkit in
Ubuntu.
https://bugs.launchpad.net/bugs/1481147

Title:
  actons does not show in MainView

Status in ubuntu-ui-toolkit package in Ubuntu:
  New

Bug description:
  I created a very simple MainView app, and I got an action in the
  MainView. The actions do not show up:

  import QtQuick 2.0
  import Ubuntu.Components 1.1

  /*!
  \brief MainView with a Label and Button elements.
  */

  MainView {
  // objectName for functional testing purposes (autopilot-qt5)
  objectName: mainView

  // Note! applicationName needs to match the name field of the click 
manifest
  applicationName: maiviewactions.liu-xiao-guo

  /*
   This property enables the application to change orientation
   when the device is rotated. The default is false.
  */
  //automaticOrientation: true

  // Removes the old toolbar and enables new features of the new header.
  useDeprecatedToolbar: false

  width: units.gu(60)
  height: units.gu(85)

  actions: [
  Action  {
  objectName: action

  // iconSource: Qt.resolvedUrl(images/avatar.jpg)
  iconName: active-call

  onTriggered: {
  console.log(action is clicked!);
  }
  }
  ]

  Page {
  title: i18n.tr(maiviewactions)

  Label {
  anchors.centerIn: parent
  text: this is the label
  }

  }
  }

  Thanks  best regards,
  XiaoGuo

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ubuntu-ui-toolkit/+bug/1481147/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1477363] Re: onDestruction is never called in the QML component

2015-07-27 Thread XiaoGuo, Liu
Can you take a look at the code I showed above? it is in the mainview.
Please find the code at:

bzr branch lp:~liu-xiao-guo/debiantrial/ondestruction

On the setting page, it is used as an example for saving the state. If I
understand correctly, it should be called like Component.onCompleted
event for each of the component.

Thanks   best regards,
XiaoGuo

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to ubuntu-ui-toolkit in
Ubuntu.
https://bugs.launchpad.net/bugs/1477363

Title:
  onDestruction is never called in the QML component

Status in ubuntu-ui-toolkit package in Ubuntu:
  Incomplete

Bug description:
  I have created a very simple application, and I want to capture the
  onDestruction event. However, it is never called on a phone, but it is
  called on the desktop. On the page,
  http://developer.ubuntu.com/api/apps/qml/sdk-15.04/Qt.labs.settings.Settings/,
  it is used to save the state of the application.

Page {
  title: i18n.tr(ondestruction)

  Column {
  spacing: units.gu(1)
  anchors {
  margins: units.gu(2)
  fill: parent
  }

  Label {
  id: label
  objectName: label

  text: i18n.tr(Hello..)
  }

  Button {
  objectName: button
  width: parent.width

  text: i18n.tr(Tap me!)

  onClicked: {
  label.text = i18n.tr(..world!)
  }
  }
  }

  Component.onDestruction: {
  console.log(ondestruction)
  }
  }

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ubuntu-ui-toolkit/+bug/1477363/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1458419] Re: QML Window API crashes the system

2015-07-26 Thread XiaoGuo, Liu
** Changed in: ubuntu-ui-toolkit (Ubuntu)
   Status: Expired = New

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to ubuntu-ui-toolkit in
Ubuntu.
https://bugs.launchpad.net/bugs/1458419

Title:
  QML Window API crashes the system

Status in ubuntu-ui-toolkit package in Ubuntu:
  New

Bug description:
  When I tried to use the following API:

  http://developer.ubuntu.com/api/apps/qml/sdk-15.04/QtQuick.Window.Window/

  My phone crashes:

  phablet@ubuntu-phablet:~$ system-image-cli -i
  current build number: 208
  device name: mako
  channel: ubuntu-touch/devel-proposed/ubuntu
  last update: 2015-05-25 08:16:16
  version version: 208
  version ubuntu: 20150524
  version device: 20150210
  version custom: 20150524

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ubuntu-ui-toolkit/+bug/1458419/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1477363] [NEW] onDestruction is never called in the QML component

2015-07-22 Thread XiaoGuo, Liu
Public bug reported:

I have created a very simple application, and I want to capture the
onDestruction event. However, it is never called on a phone, but it is
called on the desktop. On the page,
http://developer.ubuntu.com/api/apps/qml/sdk-15.04/Qt.labs.settings.Settings/,
it is used to save the state of the application.

  Page {
title: i18n.tr(ondestruction)

Column {
spacing: units.gu(1)
anchors {
margins: units.gu(2)
fill: parent
}

Label {
id: label
objectName: label

text: i18n.tr(Hello..)
}

Button {
objectName: button
width: parent.width

text: i18n.tr(Tap me!)

onClicked: {
label.text = i18n.tr(..world!)
}
}
}

Component.onDestruction: {
console.log(ondestruction)
}
}

** Affects: ubuntu-ui-toolkit (Ubuntu)
 Importance: Undecided
 Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to ubuntu-ui-toolkit in
Ubuntu.
https://bugs.launchpad.net/bugs/1477363

Title:
  onDestruction is never called in the QML component

Status in ubuntu-ui-toolkit package in Ubuntu:
  New

Bug description:
  I have created a very simple application, and I want to capture the
  onDestruction event. However, it is never called on a phone, but it is
  called on the desktop. On the page,
  http://developer.ubuntu.com/api/apps/qml/sdk-15.04/Qt.labs.settings.Settings/,
  it is used to save the state of the application.

Page {
  title: i18n.tr(ondestruction)

  Column {
  spacing: units.gu(1)
  anchors {
  margins: units.gu(2)
  fill: parent
  }

  Label {
  id: label
  objectName: label

  text: i18n.tr(Hello..)
  }

  Button {
  objectName: button
  width: parent.width

  text: i18n.tr(Tap me!)

  onClicked: {
  label.text = i18n.tr(..world!)
  }
  }
  }

  Component.onDestruction: {
  console.log(ondestruction)
  }
  }

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ubuntu-ui-toolkit/+bug/1477363/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1468195] [NEW] action_id() does not return the correct value

2015-06-24 Thread XiaoGuo, Liu
Public bug reported:

I have tried to implement my Action class like. I got the correct
action_id in the constructor. However, I did not get the value in
activate(). According to the API description:

/**
\brief Get the action identifier for this activation request handler.

Action identifier is empty when using the
unity::scopes::ActivationQueryBase(Result const result, ActionMetadata 
const metadata) constructor.

\return The action identifier passed to the constructor of this object.
*/
std::string action_id() const;


It seems that it is the reverse. Action indentifier is not empty during the 
construction. The output is like:


perform_action called
action id:  rated
action id in activate:  
review:  
rating:  -1
activate called


My test code is at: git clone
https://gitcafe.com/ubuntu/scopetemplates_rating_input.git


#include scope/action.h
#include unity/scopes/ActivationResponse.h
#include unity/UnityExceptions.h

#include QString
#include QDebug

#include iostream

namespace sc = unity::scopes;
using namespace std;

QString qstr_(std::string str)
{
return QString::fromStdString(str);
}

Action::Action(const unity::scopes::Result result,
   const unity::scopes::ActionMetadata metadata,
   std::string const action_id)
: sc::ActivationQueryBase(result, metadata),
  action_id_(action_id)
{
qDebug()  action id:   qstr_(action_id_);
}

sc::ActivationResponse Action::activate()
{
qDebug()  action id in activate:   qstr_(action_id());

QString review = QString(%1).arg(qstr_(action_metadata().scope_data().
  
get_dict()[review].get_string()));

double rating = action_metadata().scope_data().
  get_dict()[rating].get_double();

qDebug()  review:   review;
qDebug()  rating:   rating;

sc::ActivationResponse done(sc::ActivationResponse::ShowDash);
cerr  activate called  endl;
return done;
}

** Affects: unity-scopes-api (Ubuntu)
 Importance: Undecided
 Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to unity-scopes-api in
Ubuntu.
https://bugs.launchpad.net/bugs/1468195

Title:
  action_id() does not return the correct value

Status in unity-scopes-api package in Ubuntu:
  New

Bug description:
  I have tried to implement my Action class like. I got the correct
  action_id in the constructor. However, I did not get the value in
  activate(). According to the API description:

  /**
  \brief Get the action identifier for this activation request handler.

  Action identifier is empty when using the
  unity::scopes::ActivationQueryBase(Result const result, ActionMetadata 
const metadata) constructor.

  \return The action identifier passed to the constructor of this object.
  */
  std::string action_id() const;

  
  It seems that it is the reverse. Action indentifier is not empty during the 
construction. The output is like:

  
  perform_action called
  action id:  rated
  action id in activate:  
  review:  
  rating:  -1
  activate called
  

  My test code is at: git clone
  https://gitcafe.com/ubuntu/scopetemplates_rating_input.git

  
  #include scope/action.h
  #include unity/scopes/ActivationResponse.h
  #include unity/UnityExceptions.h

  #include QString
  #include QDebug

  #include iostream

  namespace sc = unity::scopes;
  using namespace std;

  QString qstr_(std::string str)
  {
  return QString::fromStdString(str);
  }

  Action::Action(const unity::scopes::Result result,
 const unity::scopes::ActionMetadata metadata,
 std::string const action_id)
  : sc::ActivationQueryBase(result, metadata),
action_id_(action_id)
  {
  qDebug()  action id:   qstr_(action_id_);
  }

  sc::ActivationResponse Action::activate()
  {
  qDebug()  action id in activate:   qstr_(action_id());

  QString review = QString(%1).arg(qstr_(action_metadata().scope_data().

get_dict()[review].get_string()));

  double rating = action_metadata().scope_data().
get_dict()[rating].get_double();

  qDebug()  review:   review;
  qDebug()  rating:   rating;

  sc::ActivationResponse done(sc::ActivationResponse::ShowDash);
  cerr  activate called  endl;
  return done;
  }

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/unity-scopes-api/+bug/1468195/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : 

[Touch-packages] [Bug 1467886] [NEW] expandable widget cannot collapse widgets to the number defined by collapsed-widgets

2015-06-23 Thread XiaoGuo, Liu
Public bug reported:

https://developer.ubuntu.com/api/scopes/cpp/sdk-15.04/previewwidgets/

I tried to used the example code shown in the above link:

PreviewWidget expandable(exp, expandable);
expandable.add_attribute_value(title, Variant(This is an expandable 
widget));
expandable.add_attribute_value(collapsed-widgets, Variant(0));
PreviewWidget w1(w1, text);
w1.add_attribute_value(title, Variant(Subwidget 1));
w1.add_attribute_value(text, Variant(A text));
PreviewWidget w2(w2, text);
w2.add_attribute_value(title, Variant(Subwidget 2));
w2.add_attribute_value(text, Variant(A text));
expandable.add_widget(w1);
expandable.add_widget(w2);

regardless of whatever number is defined in collapsed-widgets, it
always shows all of the widgets there.

Thanks  best regards,
XiaoGuo

** Affects: unity-scopes-api (Ubuntu)
 Importance: Undecided
 Status: New

** Attachment added: Unity Scope Tool_787.png
   
https://bugs.launchpad.net/bugs/1467886/+attachment/4419294/+files/Unity%20Scope%20Tool_787.png

** Description changed:

  https://developer.ubuntu.com/api/scopes/cpp/sdk-15.04/previewwidgets/
  
  I tried to used the example code shown in the above link:
  
  PreviewWidget expandable(exp, expandable);
  expandable.add_attribute_value(title, Variant(This is an expandable 
widget));
  expandable.add_attribute_value(collapsed-widgets, Variant(0));
  PreviewWidget w1(w1, text);
  w1.add_attribute_value(title, Variant(Subwidget 1));
  w1.add_attribute_value(text, Variant(A text));
  PreviewWidget w2(w2, text);
  w2.add_attribute_value(title, Variant(Subwidget 2));
  w2.add_attribute_value(text, Variant(A text));
  expandable.add_widget(w1);
  expandable.add_widget(w2);
  
- regardless of what number is defined in collapsed-widgets, it always
- shows all of the widgets there.
+ regardless of whatever number is defined in collapsed-widgets, it
+ always shows all of the widgets there.
  
  Thanks  best regards,
  XiaoGuo

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to unity-scopes-api in
Ubuntu.
https://bugs.launchpad.net/bugs/1467886

Title:
  expandable widget cannot collapse widgets to the number defined by
  collapsed-widgets

Status in unity-scopes-api package in Ubuntu:
  New

Bug description:
  https://developer.ubuntu.com/api/scopes/cpp/sdk-15.04/previewwidgets/

  I tried to used the example code shown in the above link:

  PreviewWidget expandable(exp, expandable);
  expandable.add_attribute_value(title, Variant(This is an expandable 
widget));
  expandable.add_attribute_value(collapsed-widgets, Variant(0));
  PreviewWidget w1(w1, text);
  w1.add_attribute_value(title, Variant(Subwidget 1));
  w1.add_attribute_value(text, Variant(A text));
  PreviewWidget w2(w2, text);
  w2.add_attribute_value(title, Variant(Subwidget 2));
  w2.add_attribute_value(text, Variant(A text));
  expandable.add_widget(w1);
  expandable.add_widget(w2);

  regardless of whatever number is defined in collapsed-widgets, it
  always shows all of the widgets there.

  Thanks  best regards,
  XiaoGuo

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/unity-scopes-api/+bug/1467886/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1465539] [NEW] Is it OK to change the app layout to vertical?

2015-06-16 Thread XiaoGuo, Liu
Public bug reported:

I just upgraded my Android phone to 5.0. Attached please the captured
picture. The running apps on android are displayed in a vertical
structure, which seems to me more reasonable since I can see some of the
content of the apps without opening them. For example, if an SMS comes
to the phone with a code which is needed for authentication on payment,
I do not need to open the app and I can know the content of the SMS,
then I can switch back to my app to input the code.

Currently, our design shows all of the app in the horizontal way. A user
has no way to view some part of the content without opening it. Also, it
is good to have X as shown in the android app though swiping is a way
to kill the app.

** Affects: unity8 (Ubuntu)
 Importance: Undecided
 Status: New

** Attachment added: Screenshot_2015-06-16-15-47-22.png
   
https://bugs.launchpad.net/bugs/1465539/+attachment/4415511/+files/Screenshot_2015-06-16-15-47-22.png

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to unity8 in Ubuntu.
https://bugs.launchpad.net/bugs/1465539

Title:
  Is it OK to change the app layout to vertical?

Status in unity8 package in Ubuntu:
  New

Bug description:
  I just upgraded my Android phone to 5.0. Attached please the captured
  picture. The running apps on android are displayed in a vertical
  structure, which seems to me more reasonable since I can see some of
  the content of the apps without opening them. For example, if an SMS
  comes to the phone with a code which is needed for authentication on
  payment, I do not need to open the app and I can know the content of
  the SMS, then I can switch back to my app to input the code.

  Currently, our design shows all of the app in the horizontal way. A
  user has no way to view some part of the content without opening it.
  Also, it is good to have X as shown in the android app though
  swiping is a way to kill the app.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/unity8/+bug/1465539/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1460895] Re: Alarm API is not working on vivid

2015-06-12 Thread XiaoGuo, Liu
even calendar is added, it does not work at all for now.

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to ubuntu-ui-toolkit in
Ubuntu.
https://bugs.launchpad.net/bugs/1460895

Title:
  Alarm API is not working on vivid

Status in ubuntu-ui-toolkit package in Ubuntu:
  Invalid

Bug description:
  https://developer.ubuntu.com/api/apps/qml/sdk-15.04/Ubuntu.Components.Alarm/

  Test code: bzr branch lp:~liu-xiao-guo/debiantrial/alarm

  The test image:

  phablet@ubuntu-phablet:~$ system-image-cli -i
  current build number: 208
  device name: mako
  channel: ubuntu-touch/devel-proposed/ubuntu
  last update: 2015-05-25 08:16:16
  version version: 208
  version ubuntu: 20150524
  version device: 20150210
  version custom: 20150524

  syslog on the phone:

  Jun  2 11:29:40 ubuntu-phablet dbus[1668]: apparmor=DENIED 
operation=dbus_method_call  bus=session 
path=/org/gnome/evolution/dataserver/SourceManager 
interface=org.freedesktop.DBus.ObjectManager member=GetManagedObjects 
mask=send name=:1.39 pid=6205 label=alarm.liu-xiao-guo_alarm_0.1 
peer_pid=2538 peer_label=unconfined
  Jun  2 11:48:26 ubuntu-phablet dbus[1668]: apparmor=DENIED 
operation=dbus_method_call  bus=session 
path=/org/gnome/evolution/dataserver/SourceManager 
interface=org.freedesktop.DBus.ObjectManager member=GetManagedObjects 
mask=send name=:1.39 pid=6928 label=alarm.liu-xiao-guo_alarm_0.1 
peer_pid=2538 peer_label=unconfined

  Is there any missing security policy for the API?

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ubuntu-ui-toolkit/+bug/1460895/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1460895] [NEW] Alarm API is not working on vivid

2015-06-01 Thread XiaoGuo, Liu
Public bug reported:

https://developer.ubuntu.com/api/apps/qml/sdk-15.04/Ubuntu.Components.Alarm/

Test code: bzr branch lp:~liu-xiao-guo/debiantrial/alarm

The test image:

phablet@ubuntu-phablet:~$ system-image-cli -i
current build number: 208
device name: mako
channel: ubuntu-touch/devel-proposed/ubuntu
last update: 2015-05-25 08:16:16
version version: 208
version ubuntu: 20150524
version device: 20150210
version custom: 20150524

syslog on the phone:

Jun  2 11:29:40 ubuntu-phablet dbus[1668]: apparmor=DENIED 
operation=dbus_method_call  bus=session 
path=/org/gnome/evolution/dataserver/SourceManager 
interface=org.freedesktop.DBus.ObjectManager member=GetManagedObjects 
mask=send name=:1.39 pid=6205 label=alarm.liu-xiao-guo_alarm_0.1 
peer_pid=2538 peer_label=unconfined
Jun  2 11:48:26 ubuntu-phablet dbus[1668]: apparmor=DENIED 
operation=dbus_method_call  bus=session 
path=/org/gnome/evolution/dataserver/SourceManager 
interface=org.freedesktop.DBus.ObjectManager member=GetManagedObjects 
mask=send name=:1.39 pid=6928 label=alarm.liu-xiao-guo_alarm_0.1 
peer_pid=2538 peer_label=unconfined

Is there any missing security policy for the API?

** Affects: ubuntu-ui-toolkit (Ubuntu)
 Importance: Undecided
 Status: New

** Attachment added: a.png
   https://bugs.launchpad.net/bugs/1460895/+attachment/4408375/+files/a.png

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to ubuntu-ui-toolkit in
Ubuntu.
https://bugs.launchpad.net/bugs/1460895

Title:
  Alarm API is not working on vivid

Status in ubuntu-ui-toolkit package in Ubuntu:
  New

Bug description:
  https://developer.ubuntu.com/api/apps/qml/sdk-15.04/Ubuntu.Components.Alarm/

  Test code: bzr branch lp:~liu-xiao-guo/debiantrial/alarm

  The test image:

  phablet@ubuntu-phablet:~$ system-image-cli -i
  current build number: 208
  device name: mako
  channel: ubuntu-touch/devel-proposed/ubuntu
  last update: 2015-05-25 08:16:16
  version version: 208
  version ubuntu: 20150524
  version device: 20150210
  version custom: 20150524

  syslog on the phone:

  Jun  2 11:29:40 ubuntu-phablet dbus[1668]: apparmor=DENIED 
operation=dbus_method_call  bus=session 
path=/org/gnome/evolution/dataserver/SourceManager 
interface=org.freedesktop.DBus.ObjectManager member=GetManagedObjects 
mask=send name=:1.39 pid=6205 label=alarm.liu-xiao-guo_alarm_0.1 
peer_pid=2538 peer_label=unconfined
  Jun  2 11:48:26 ubuntu-phablet dbus[1668]: apparmor=DENIED 
operation=dbus_method_call  bus=session 
path=/org/gnome/evolution/dataserver/SourceManager 
interface=org.freedesktop.DBus.ObjectManager member=GetManagedObjects 
mask=send name=:1.39 pid=6928 label=alarm.liu-xiao-guo_alarm_0.1 
peer_pid=2538 peer_label=unconfined

  Is there any missing security policy for the API?

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ubuntu-ui-toolkit/+bug/1460895/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1460897] [NEW] Captions API sample code is not working on vivid

2015-06-01 Thread XiaoGuo, Liu
Public bug reported:

The original sample code at:

https://developer.ubuntu.com/api/apps/qml/sdk-15.04/Ubuntu.Components.Captions/

is not working.

The correct one:

import QtQuick 2.4
import Ubuntu.Components 1.2
import QtQuick.Layouts 1.1   // THIS SHOULD BE ADDED

/*!
\brief MainView with a Label and Button elements.
*/

MainView {
// objectName for functional testing purposes (autopilot-qt5)
objectName: mainView

// Note! applicationName needs to match the name field of the click 
manifest
applicationName: captions.liu-xiao-guo

/*
 This property enables the application to change orientation
 when the device is rotated. The default is false.
*/
//automaticOrientation: true

// Removes the old toolbar and enables new features of the new header.
//useDeprecatedToolbar: false

width: units.gu(60)
height: units.gu(85)

Page {
title: i18n.tr(captions)

ListItem {
RowLayout {
anchors.fill: parent// THIS SHOULD BE ADDED

Captions {
title.text: Caption
subtitle.text: Subtitle text
// attached properties of an Item type property
// can be changed only with assignment
Component.onCompleted: subtitle.Layout.alignment = 
Qt.AlignRight
}
Captions {
captionStyle: Ubuntu.SummaryCaptionStyle
title.text: Text
subtitle.text: Text
}
}

}
}
}

The module:

import QtQuick.Layouts 1.1   // THIS SHOULD BE ADDED

and also

  anchors.fill: parent// THIS SHOULD BE ADDED

Otherwise, nothing will be displayed.

** Affects: ubuntu-ui-toolkit (Ubuntu)
 Importance: Undecided
 Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to ubuntu-ui-toolkit in
Ubuntu.
https://bugs.launchpad.net/bugs/1460897

Title:
  Captions API sample code is not working on vivid

Status in ubuntu-ui-toolkit package in Ubuntu:
  New

Bug description:
  The original sample code at:

  
https://developer.ubuntu.com/api/apps/qml/sdk-15.04/Ubuntu.Components.Captions/

  is not working.

  The correct one:

  import QtQuick 2.4
  import Ubuntu.Components 1.2
  import QtQuick.Layouts 1.1   // THIS SHOULD BE ADDED

  /*!
  \brief MainView with a Label and Button elements.
  */

  MainView {
  // objectName for functional testing purposes (autopilot-qt5)
  objectName: mainView

  // Note! applicationName needs to match the name field of the click 
manifest
  applicationName: captions.liu-xiao-guo

  /*
   This property enables the application to change orientation
   when the device is rotated. The default is false.
  */
  //automaticOrientation: true

  // Removes the old toolbar and enables new features of the new header.
  //useDeprecatedToolbar: false

  width: units.gu(60)
  height: units.gu(85)

  Page {
  title: i18n.tr(captions)

  ListItem {
  RowLayout {
  anchors.fill: parent// THIS SHOULD BE ADDED

  Captions {
  title.text: Caption
  subtitle.text: Subtitle text
  // attached properties of an Item type property
  // can be changed only with assignment
  Component.onCompleted: subtitle.Layout.alignment = 
Qt.AlignRight
  }
  Captions {
  captionStyle: Ubuntu.SummaryCaptionStyle
  title.text: Text
  subtitle.text: Text
  }
  }

  }
  }
  }

  The module:

  import QtQuick.Layouts 1.1   // THIS SHOULD BE ADDED

  and also

anchors.fill: parent// THIS SHOULD BE ADDED

  Otherwise, nothing will be displayed.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ubuntu-ui-toolkit/+bug/1460897/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1459537] [NEW] Underscore _ is allowed in a project's name and it causes error when deploying it onto the phone

2015-05-28 Thread XiaoGuo, Liu
Public bug reported:

The current SDK allows underscore _ to be part of the project's name.
When I try to deploy it onto my phone, it gives me the following error:

:-1: error: lint_package_filename_arch_match: '0.1' != 'all' from DEBIAN/control
:-1: error: lint_package_filename_version_match: 'qml.liu-xiao-guo' != '0.1' 
from DEBIAN/control
http://askubuntu.com/questions/417384/what-does-lint-package-filename-version-match-mean/417385
:-1: error: lint_pkgname_valid: 'test_qml.liu-xiao-guo' not properly formatted

I created a sample test_qml project using the SDK. When I deploy it,
it gave me the above error.

** Affects: ubuntu-ui-toolkit (Ubuntu)
 Importance: Undecided
 Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to ubuntu-ui-toolkit in
Ubuntu.
https://bugs.launchpad.net/bugs/1459537

Title:
  Underscore _ is allowed in a project's name and it causes error when
  deploying it onto the phone

Status in ubuntu-ui-toolkit package in Ubuntu:
  New

Bug description:
  The current SDK allows underscore _ to be part of the project's
  name. When I try to deploy it onto my phone, it gives me the following
  error:

  :-1: error: lint_package_filename_arch_match: '0.1' != 'all' from 
DEBIAN/control
  :-1: error: lint_package_filename_version_match: 'qml.liu-xiao-guo' != '0.1' 
from DEBIAN/control
  
http://askubuntu.com/questions/417384/what-does-lint-package-filename-version-match-mean/417385
  :-1: error: lint_pkgname_valid: 'test_qml.liu-xiao-guo' not properly formatted

  I created a sample test_qml project using the SDK. When I deploy it,
  it gave me the above error.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ubuntu-ui-toolkit/+bug/1459537/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1459537] Re: Underscore _ is allowed in a project's name and it causes error when deploying it onto the phone

2015-05-28 Thread XiaoGuo, Liu
Attached please find the captured picture for it.

** Attachment added: Workspace 1_754.png
   
https://bugs.launchpad.net/ubuntu/+source/ubuntu-ui-toolkit/+bug/1459537/+attachment/4405939/+files/Workspace%201_754.png

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to ubuntu-ui-toolkit in
Ubuntu.
https://bugs.launchpad.net/bugs/1459537

Title:
  Underscore _ is allowed in a project's name and it causes error when
  deploying it onto the phone

Status in ubuntu-ui-toolkit package in Ubuntu:
  New

Bug description:
  The current SDK allows underscore _ to be part of the project's
  name. When I try to deploy it onto my phone, it gives me the following
  error:

  :-1: error: lint_package_filename_arch_match: '0.1' != 'all' from 
DEBIAN/control
  :-1: error: lint_package_filename_version_match: 'qml.liu-xiao-guo' != '0.1' 
from DEBIAN/control
  
http://askubuntu.com/questions/417384/what-does-lint-package-filename-version-match-mean/417385
  :-1: error: lint_pkgname_valid: 'test_qml.liu-xiao-guo' not properly formatted

  I created a sample test_qml project using the SDK. When I deploy it,
  it gave me the above error.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ubuntu-ui-toolkit/+bug/1459537/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1458419] Re: QML Window API crashes the system

2015-05-26 Thread XiaoGuo, Liu
I have a sample code here at:

bzr branch lp:~liu-xiao-guo/debiantrial/SplashScreenQt

I wanted to show a splash screen using the Window. But it does not show
me the Splash screen. At one time, it did  crash my phone. According to
the spec, it can show a top-level Window, I can see it on Desktop, but
it does Show a top-level window on the phone.

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to ubuntu-ui-toolkit in
Ubuntu.
https://bugs.launchpad.net/bugs/1458419

Title:
  QML Window API crashes the system

Status in ubuntu-ui-toolkit package in Ubuntu:
  Incomplete

Bug description:
  When I tried to use the following API:

  http://developer.ubuntu.com/api/apps/qml/sdk-15.04/QtQuick.Window.Window/

  My phone crashes:

  phablet@ubuntu-phablet:~$ system-image-cli -i
  current build number: 208
  device name: mako
  channel: ubuntu-touch/devel-proposed/ubuntu
  last update: 2015-05-25 08:16:16
  version version: 208
  version ubuntu: 20150524
  version device: 20150210
  version custom: 20150524

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ubuntu-ui-toolkit/+bug/1458419/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1458419] [NEW] QML Window API crashes the system

2015-05-24 Thread XiaoGuo, Liu
Public bug reported:

When I tried to use the following API:

http://developer.ubuntu.com/api/apps/qml/sdk-15.04/QtQuick.Window.Window/

My phone crashes:

phablet@ubuntu-phablet:~$ system-image-cli -i
current build number: 208
device name: mako
channel: ubuntu-touch/devel-proposed/ubuntu
last update: 2015-05-25 08:16:16
version version: 208
version ubuntu: 20150524
version device: 20150210
version custom: 20150524

** Affects: ubuntu-ui-toolkit (Ubuntu)
 Importance: Undecided
 Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to ubuntu-ui-toolkit in
Ubuntu.
https://bugs.launchpad.net/bugs/1458419

Title:
  QML Window API crashes the system

Status in ubuntu-ui-toolkit package in Ubuntu:
  New

Bug description:
  When I tried to use the following API:

  http://developer.ubuntu.com/api/apps/qml/sdk-15.04/QtQuick.Window.Window/

  My phone crashes:

  phablet@ubuntu-phablet:~$ system-image-cli -i
  current build number: 208
  device name: mako
  channel: ubuntu-touch/devel-proposed/ubuntu
  last update: 2015-05-25 08:16:16
  version version: 208
  version ubuntu: 20150524
  version device: 20150210
  version custom: 20150524

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ubuntu-ui-toolkit/+bug/1458419/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1457361] Re: Clipboard clear method crashes and Pushing data straight to clipboard is not working

2015-05-21 Thread XiaoGuo, Liu
** Description changed:

  - I tried to call the Clipboard.clear() method, and it crashes my
  application for 100% sure.
  
  - I tried the 2. Pushing data straight to clipboard method on page:
  
  
https://developer.ubuntu.com/api/apps/qml/sdk-15.04/Ubuntu.Components.Clipboard/
  
  it does not work at all. The method 1/3 work fine.
  
  I have my test code:
  
  https://gitcafe.com/ubuntu/clipboard/tree/master
  
  You can check it out by running:
  
  git clone https://gitcafe.com/ubuntu/clipboard.git
+ 
+ The test phone image is:
+ 
+ phablet@ubuntu-phablet:~$ system-image-cli -i
+ current build number: 195
+ device name: mako
+ channel: ubuntu-touch/devel-proposed
+ alias: ubuntu-touch/vivid-proposed
+ last update: 2015-05-12 14:52:33
+ version version: 195
+ version ubuntu: 20150512
+ version device: 20150210
+ version custom: 20150508

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to ubuntu-ui-toolkit in
Ubuntu.
https://bugs.launchpad.net/bugs/1457361

Title:
  Clipboard clear method crashes and Pushing data straight to clipboard
  is not working

Status in ubuntu-ui-toolkit package in Ubuntu:
  New

Bug description:
  - I tried to call the Clipboard.clear() method, and it crashes my
  application for 100% sure.

  - I tried the 2. Pushing data straight to clipboard method on page:

  
https://developer.ubuntu.com/api/apps/qml/sdk-15.04/Ubuntu.Components.Clipboard/

  it does not work at all. The method 1/3 work fine.

  I have my test code:

  https://gitcafe.com/ubuntu/clipboard/tree/master

  You can check it out by running:

  git clone https://gitcafe.com/ubuntu/clipboard.git

  The test phone image is:

  phablet@ubuntu-phablet:~$ system-image-cli -i
  current build number: 195
  device name: mako
  channel: ubuntu-touch/devel-proposed
  alias: ubuntu-touch/vivid-proposed
  last update: 2015-05-12 14:52:33
  version version: 195
  version ubuntu: 20150512
  version device: 20150210
  version custom: 20150508

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ubuntu-ui-toolkit/+bug/1457361/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1457361] [NEW] Clipboard clear method crashes and Pushing data straight to clipboard is not working

2015-05-21 Thread XiaoGuo, Liu
Public bug reported:

- I tried to call the Clipboard.clear() method, and it crashes my
application for 100% sure.

- I tried the 2. Pushing data straight to clipboard method on page:

https://developer.ubuntu.com/api/apps/qml/sdk-15.04/Ubuntu.Components.Clipboard/

it does not work at all. The method 1/3 work fine.

I have my test code:

https://gitcafe.com/ubuntu/clipboard/tree/master

You can check it out by running:

git clone https://gitcafe.com/ubuntu/clipboard.git

** Affects: ubuntu-ui-toolkit (Ubuntu)
 Importance: Undecided
 Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to ubuntu-ui-toolkit in
Ubuntu.
https://bugs.launchpad.net/bugs/1457361

Title:
  Clipboard clear method crashes and Pushing data straight to clipboard
  is not working

Status in ubuntu-ui-toolkit package in Ubuntu:
  New

Bug description:
  - I tried to call the Clipboard.clear() method, and it crashes my
  application for 100% sure.

  - I tried the 2. Pushing data straight to clipboard method on page:

  
https://developer.ubuntu.com/api/apps/qml/sdk-15.04/Ubuntu.Components.Clipboard/

  it does not work at all. The method 1/3 work fine.

  I have my test code:

  https://gitcafe.com/ubuntu/clipboard/tree/master

  You can check it out by running:

  git clone https://gitcafe.com/ubuntu/clipboard.git

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ubuntu-ui-toolkit/+bug/1457361/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1231558] Re: qmlscene prevents using default command line arguments after the .qml filename

2015-05-18 Thread XiaoGuo, Liu
I found that if I ran a command like this:

liuxg@liuxg:~/Qt/Examples/Qt-5.4/quick/customitems/painteditem$ qmlscene
textballoon.qml

The qmlscene does not take the QML file name, instead it prompts me to
select a file from a FileDialog to choose a file to run. It is a little
bit confusing.

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to ubuntu-ui-toolkit in
Ubuntu.
https://bugs.launchpad.net/bugs/1231558

Title:
  qmlscene prevents using default command line arguments after the .qml
  filename

Status in Calendar application for Ubuntu devices:
  Confirmed
Status in Clock application for Ubuntu devices:
  Confirmed
Status in ubuntu-ui-toolkit package in Ubuntu:
  Confirmed

Bug description:
  When using defaultArgument to get one or many default arguments passed
  by the command line using QmlScene, it seems that it not take the
  arguments passed after the .qml file, but before.

  Currently pass a default argument you have to do : 
  qmlscene argument file.qml

  It would be better to do :
  qmlscene file.qml argument
  But it don't work with qmlscene.

  Since a lot of linux commands work as the following : command arg1
  arg2, it would be great to make ubuntu qml apps work according to the
  same pattern.

  (You can see an example in the ubuntu-docviewer-app.desktop file of
  docviewer core app)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-calendar-app/+bug/1231558/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1364872] Re: The gdbserver is not available on the device image

2015-05-13 Thread XiaoGuo, Liu
Debugging on Desktop (15.04) and on emulator (14.04) crashes. Attached
please find the captured picture.?

** Attachment added: Workspace 1_709.png
   
https://bugs.launchpad.net/ubuntu/+source/ubuntu-touch-meta/+bug/1364872/+attachment/4397018/+files/Workspace%201_709.png

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to ubuntu-touch-meta in
Ubuntu.
https://bugs.launchpad.net/bugs/1364872

Title:
  The gdbserver is not available on the device image

Status in the base for Ubuntu mobile products:
  New
Status in ubuntu-touch-meta package in Ubuntu:
  Confirmed

Bug description:
  To enable debugging of applications with C++ code the target device
  must have gdbserver package installed.

  Right now for that the app developers need to turn the device writable
  and manually install the gdbserver package.

  It would be much more convinient and secure to keep the device
  readonly and have the gdbserver pre-installed on the device.

  The disk space should not be a concern  as all installed files from
  the package use up 215KB (binary - 190KB + doc - 20KB   + manpage -
  5KB)

To manage notifications about this bug go to:
https://bugs.launchpad.net/canonical-devices-system-image/+bug/1364872/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1364872] Re: The gdbserver is not available on the device image

2015-05-03 Thread XiaoGuo, Liu
Some days ago, I tried to install the gdbserver, however, we still could
not debug the scope in SDK. I think there could be some problem with the
gdb debugging.

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to ubuntu-touch-meta in
Ubuntu.
https://bugs.launchpad.net/bugs/1364872

Title:
  The gdbserver is not available on the device image

Status in the base for Ubuntu mobile products:
  New
Status in ubuntu-touch-meta package in Ubuntu:
  Confirmed

Bug description:
  To enable debugging of applications with C++ code the target device
  must have gdbserver package installed.

  Right now for that the app developers need to turn the device writable
  and manually install the gdbserver package.

  It would be much more convinient and secure to keep the device
  readonly and have the gdbserver pre-installed on the device.

  The disk space should not be a concern  as all installed files from
  the package use up 215KB (binary - 190KB + doc - 20KB   + manpage -
  5KB)

To manage notifications about this bug go to:
https://bugs.launchpad.net/canonical-devices-system-image/+bug/1364872/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1451325] [NEW] Missing PDF reader support libs on Ubuntu phone system image

2015-05-03 Thread XiaoGuo, Liu
Public bug reported:

Currently, a developer is developing a PDF reader application on Ubuntu
touch platform. However, the supported libraries like:

libpoppler-dev - PDF rendering library -- development files

is missing on our platform. A developer has to do a lot of things to
make it happen on our platform. I would suggest adding the support into
our Ubuntu phone platform since PDF reader is such an essential
application.

Thanks  best regards,
XiaoGuo

** Affects: ubuntu-meta (Ubuntu)
 Importance: Undecided
 Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to ubuntu-meta in Ubuntu.
https://bugs.launchpad.net/bugs/1451325

Title:
  Missing PDF reader support libs on Ubuntu phone system image

Status in ubuntu-meta package in Ubuntu:
  New

Bug description:
  Currently, a developer is developing a PDF reader application on
  Ubuntu touch platform. However, the supported libraries like:

  libpoppler-dev - PDF rendering library -- development files

  is missing on our platform. A developer has to do a lot of things to
  make it happen on our platform. I would suggest adding the support
  into our Ubuntu phone platform since PDF reader is such an essential
  application.

  Thanks  best regards,
  XiaoGuo

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ubuntu-meta/+bug/1451325/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1436767] Re: No error output if item is used for the Page assignment

2015-03-30 Thread XiaoGuo, Liu
yes, I currently get it working by defining it like:

ExternalPage.qml

Page {
Label {
anchors.centerIn: parent
text: i18n.tr(This is the external page)
}
}

If it is defined to be like:

ExternalPage.qml

import QtQuick 2.0
import Ubuntu.Components 1.1

Item {
anchors.fill: parent
Label {
anchors.centerIn: parent
text: i18n.tr(This is page xxx one)
}
}

It does not work. The intention for the bug is to have some warnings
when non-page is assigned during the running. Otherwise, a developer
does not know what is happening or what could be wrong when an Item is
assigned to a page.

Best regards,
XiaoGuo

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to ubuntu-ui-toolkit in
Ubuntu.
https://bugs.launchpad.net/bugs/1436767

Title:
  No error output if item is used for the Page assignment

Status in ubuntu-ui-toolkit package in Ubuntu:
  Opinion

Bug description:
  I have a sample QML application at:
  https://gitcafe.com/ubuntu/TabApp2.git

  You may use the command:

  git clone https://gitcafe.com/ubuntu/TabApp2.git

  to get the code.

  In the ExternalPage.qml,

  import QtQuick 2.0
  import Ubuntu.Components 1.1

  Item {
  anchors.fill: parent
  Label {
  anchors.centerIn: parent
  text: i18n.tr(This is page xxx one)
  }
  }

  I defined it as an Item. However, when I assign it in the following
  way:

 Tab {
  id: externalTab
  title: i18n.tr(External)

  page: Loader {
  id: loader
  anchors.fill: parent
  source: (tabs.selectedTab === externalTab) ? 
Qt.resolvedUrl(ExternalPage.qml) : 

  onLoaded: {
  console.log( loader.source +  is loaded)
  }
  }
  }

  it does not output any error messages, making it hard to use if a
  developer does not know how to define it.

  Best regards,
  XiaoGuo

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ubuntu-ui-toolkit/+bug/1436767/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1436767] [NEW] No error output if item is used for the Page assignment

2015-03-26 Thread XiaoGuo, Liu
Public bug reported:

I have a sample QML application at:
https://gitcafe.com/ubuntu/TabApp2.git

You may use the command:

git clone https://gitcafe.com/ubuntu/TabApp2.git

to get the code.

In the ExternalPage.qml,

import QtQuick 2.0
import Ubuntu.Components 1.1

Item {
anchors.fill: parent
Label {
anchors.centerIn: parent
text: i18n.tr(This is page xxx one)
}
}

I defined it as an Item. However, when I assign it in the following
way:

   Tab {
id: externalTab
title: i18n.tr(External)

page: Loader {
id: loader
anchors.fill: parent
source: (tabs.selectedTab === externalTab) ? 
Qt.resolvedUrl(ExternalPage.qml) : 

onLoaded: {
console.log( loader.source +  is loaded)
}
}
}

it does not output any error messages, making it hard to use if a
developer does not know how to define it.

Best regards,
XiaoGuo

** Affects: ubuntu-ui-toolkit (Ubuntu)
 Importance: Undecided
 Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to ubuntu-ui-toolkit in
Ubuntu.
https://bugs.launchpad.net/bugs/1436767

Title:
  No error output if item is used for the Page assignment

Status in ubuntu-ui-toolkit package in Ubuntu:
  New

Bug description:
  I have a sample QML application at:
  https://gitcafe.com/ubuntu/TabApp2.git

  You may use the command:

  git clone https://gitcafe.com/ubuntu/TabApp2.git

  to get the code.

  In the ExternalPage.qml,

  import QtQuick 2.0
  import Ubuntu.Components 1.1

  Item {
  anchors.fill: parent
  Label {
  anchors.centerIn: parent
  text: i18n.tr(This is page xxx one)
  }
  }

  I defined it as an Item. However, when I assign it in the following
  way:

 Tab {
  id: externalTab
  title: i18n.tr(External)

  page: Loader {
  id: loader
  anchors.fill: parent
  source: (tabs.selectedTab === externalTab) ? 
Qt.resolvedUrl(ExternalPage.qml) : 

  onLoaded: {
  console.log( loader.source +  is loaded)
  }
  }
  }

  it does not output any error messages, making it hard to use if a
  developer does not know how to define it.

  Best regards,
  XiaoGuo

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ubuntu-ui-toolkit/+bug/1436767/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1417429] Re: back port signon-plugin-oauth2 Sina weibo fix to rtm

2015-03-17 Thread XiaoGuo, Liu
** Description changed:

  We have already createtd a  RTM (14.10) image for the developers contest
  in China. Due to some limitation of the Sina weibo API, it wrongly
  returns the message type (text/plain) which is incorrect for json
  content. Mardy has fixed the issue, and it is finally landed to vivid.
  The developers in China is recommended using rtm since it is more
  stable. The contest started Dec 18th last year, and it will be ended
  June this year. Sina weibo is an important social network service in
  China. Some developers may use it for their development for the
  competition.
  
  It is strongly recommended backporting the fix to rtm.
  
- This problem happens on RTM image of the phone. it seems that it is
- duplicated bug report as
+ This problem happens on RTM image of the phone. it seems that it is a
+ similar bug report as
  
  https://bugs.launchpad.net/ubuntu/+source/signon-plugin-
  oauth2/+bug/1415376
  
+ which was fixed for vivid. We need the release for RTM 14.10 release.
+ 
  Thanks  best regards,
  XiaoGuo

** Description changed:

  We have already createtd a  RTM (14.10) image for the developers contest
  in China. Due to some limitation of the Sina weibo API, it wrongly
  returns the message type (text/plain) which is incorrect for json
  content. Mardy has fixed the issue, and it is finally landed to vivid.
  The developers in China is recommended using rtm since it is more
  stable. The contest started Dec 18th last year, and it will be ended
  June this year. Sina weibo is an important social network service in
  China. Some developers may use it for their development for the
  competition.
  
  It is strongly recommended backporting the fix to rtm.
  
  This problem happens on RTM image of the phone. it seems that it is a
  similar bug report as
  
  https://bugs.launchpad.net/ubuntu/+source/signon-plugin-
  oauth2/+bug/1415376
  
- which was fixed for vivid. We need the release for RTM 14.10 release.
+ which was fixed for vivid. We need the fix for RTM 14.10 release.
  
  Thanks  best regards,
  XiaoGuo

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to signon-plugin-oauth2 in
Ubuntu.
https://bugs.launchpad.net/bugs/1417429

Title:
  back port signon-plugin-oauth2 Sina weibo fix to rtm

Status in the base for Ubuntu mobile products:
  In Progress
Status in signon-plugin-oauth2 package in Ubuntu:
  In Progress

Bug description:
  We have already createtd a  RTM (14.10) image for the developers
  contest in China. Due to some limitation of the Sina weibo API, it
  wrongly returns the message type (text/plain) which is incorrect for
  json content. Mardy has fixed the issue, and it is finally landed to
  vivid. The developers in China is recommended using rtm since it is
  more stable. The contest started Dec 18th last year, and it will be
  ended June this year. Sina weibo is an important social network
  service in China. Some developers may use it for their development for
  the competition.

  It is strongly recommended backporting the fix to rtm.

  This problem happens on RTM image of the phone. it seems that it is a
  similar bug report as

  https://bugs.launchpad.net/ubuntu/+source/signon-plugin-
  oauth2/+bug/1415376

  which was fixed for vivid. We need the fix for RTM 14.10 release.

  Thanks  best regards,
  XiaoGuo

To manage notifications about this bug go to:
https://bugs.launchpad.net/canonical-devices-system-image/+bug/1417429/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1417429] Re: back port signon-plugin-oauth2 Sina weibo fix to rtm

2015-03-12 Thread XiaoGuo, Liu
** Description changed:

- We have already createtd a  rmt (14.10) image for the developers contest
+ We have already createtd a  RTM (14.10) image for the developers contest
  in China. Due to some limitation of the Sina weibo API, it wrongly
  returns the message type (text/plain) which is incorrect for json
  content. Mardy has fixed the issue, and it is finally landed to vivid.
  The developers in China is recommended using rtm since it is more
  stable. The contest started Dec 18th last year, and it will be ended
  June this year. Sina weibo is an important social network service in
  China. Some developers may use it for their development for the
  competition.
  
  It is strongly recommended backporting the fix to rtm.
  
+ This problem happens on RTM image of the phone. it seems that it is
+ duplicated bug report as
+ 
+ https://bugs.launchpad.net/ubuntu/+source/signon-plugin-
+ oauth2/+bug/1415376
+ 
  Thanks  best regards,
  XiaoGuo

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to signon-plugin-oauth2 in
Ubuntu.
https://bugs.launchpad.net/bugs/1417429

Title:
  back port signon-plugin-oauth2 Sina weibo fix to rtm

Status in the base for Ubuntu mobile products:
  New
Status in signon-plugin-oauth2 package in Ubuntu:
  In Progress

Bug description:
  We have already createtd a  RTM (14.10) image for the developers
  contest in China. Due to some limitation of the Sina weibo API, it
  wrongly returns the message type (text/plain) which is incorrect for
  json content. Mardy has fixed the issue, and it is finally landed to
  vivid. The developers in China is recommended using rtm since it is
  more stable. The contest started Dec 18th last year, and it will be
  ended June this year. Sina weibo is an important social network
  service in China. Some developers may use it for their development for
  the competition.

  It is strongly recommended backporting the fix to rtm.

  This problem happens on RTM image of the phone. it seems that it is
  duplicated bug report as

  https://bugs.launchpad.net/ubuntu/+source/signon-plugin-
  oauth2/+bug/1415376

  Thanks  best regards,
  XiaoGuo

To manage notifications about this bug go to:
https://bugs.launchpad.net/canonical-devices-system-image/+bug/1417429/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1427649] Re: online account does not work for HTML 5 applications

2015-03-03 Thread XiaoGuo, Liu
** Tags added: univ-train

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to unity-webapps-qml in
Ubuntu.
https://bugs.launchpad.net/bugs/1427649

Title:
  online account does not work for HTML 5 applications

Status in unity-webapps-qml package in Ubuntu:
  New

Bug description:
  I just tried online account API for HTML 5 applications, but I found
  that it did not work at all.

  Best regards,
  XiaoGuo

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/unity-webapps-qml/+bug/1427649/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1427649] Re: online account does not work for HTML 5 applications

2015-03-03 Thread XiaoGuo, Liu
Hi Alex,

I am now trying to develop a China specific example code using the
online account API in html 5. I am now using a 15.04 image phone to do
the testing.

I am now using my weibo scope, which can help to create the needed
online account on the phone

bzr branch lp:~liu-xiao-guo/debiantrial/weibo

The provider and service information can be found at

http://bazaar.launchpad.net/~liu-xiao-
guo/debiantrial/weibo/files/head:/click/

I am now modifying the facebook example code to try to access the weibo
account. However, I did not succeed in getting the account info:

bzr branch lp:~liu-xiao-guo/debiantrial/html-weibo

mardy liuxg, dbarth: there is no way for an HTML5 app to request access to an 
account
mardy dbarth: we never merged this: 
https://code.launchpad.net/~mardy/unity-webapps-qml/app-access/+merge/219321

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to unity-webapps-qml in
Ubuntu.
https://bugs.launchpad.net/bugs/1427649

Title:
  online account does not work for HTML 5 applications

Status in unity-webapps-qml package in Ubuntu:
  New

Bug description:
  I just tried online account API for HTML 5 applications, but I found
  that it did not work at all.

  Best regards,
  XiaoGuo

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/unity-webapps-qml/+bug/1427649/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1427649] [NEW] online account does not work for HTML 5 applications

2015-03-03 Thread XiaoGuo, Liu
Public bug reported:

I just tried online account API for HTML 5 applications, but I found
that it did not work at all.

Best regards,
XiaoGuo

** Affects: unity-webapps-qml (Ubuntu)
 Importance: Undecided
 Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to signon-plugin-oauth2 in
Ubuntu.
https://bugs.launchpad.net/bugs/1427649

Title:
  online account does not work for HTML 5 applications

Status in unity-webapps-qml package in Ubuntu:
  New

Bug description:
  I just tried online account API for HTML 5 applications, but I found
  that it did not work at all.

  Best regards,
  XiaoGuo

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/unity-webapps-qml/+bug/1427649/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1392928] Re: Cannot find the installed scope after installing a scope into the emulator

2015-02-11 Thread XiaoGuo, Liu
This problem is not happening. it can be closed! thanks!

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to unity-scopes-shell in
Ubuntu.
https://bugs.launchpad.net/bugs/1392928

Title:
  Cannot find the installed scope after installing a scope into the
  emulator

Status in unity-scopes-shell package in Ubuntu:
  Incomplete

Bug description:
  Cannot find the installed scope after installing a scope into the
  emulator. I installed the scope from the publish button in the SDK.
  I cannot find it even after I have restarted my emulator.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/unity-scopes-shell/+bug/1392928/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1392928] Re: Cannot find the installed scope after installing a scope into the emulator

2015-02-11 Thread XiaoGuo, Liu
** Changed in: unity-scopes-shell (Ubuntu)
   Status: Incomplete = Invalid

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to unity-scopes-shell in
Ubuntu.
https://bugs.launchpad.net/bugs/1392928

Title:
  Cannot find the installed scope after installing a scope into the
  emulator

Status in unity-scopes-shell package in Ubuntu:
  Invalid

Bug description:
  Cannot find the installed scope after installing a scope into the
  emulator. I installed the scope from the publish button in the SDK.
  I cannot find it even after I have restarted my emulator.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/unity-scopes-shell/+bug/1392928/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


Re: [Touch-packages] [Bug 1396919] Re: unity8 display blank in emulator when virtualization disabled

2015-02-03 Thread XiaoGuo, Liu
Hi Alex,

On the English website, it has the sentence:

*Before this step, please ensure that you have enabled hardware
virtualization in your BIOS settings.*
We can consider this is fixed for English website. I have double checked
that the Chinese website does not have this, and even the content is very
different from the English.

Best regards,
XiaoGuo

On Wed, Feb 4, 2015 at 9:25 AM, Alex Kaluzhny alex.kaluz...@canonical.com
wrote:

 XiaoGuo,
 https://bugs.launchpad.net/developer-ubuntu-com/+bug/1399083 is marked
 Fix Released.
 Should we mark this one as Fix Released as well?

 --
 You received this bug notification because you are a bug assignee.
 https://bugs.launchpad.net/bugs/1396919

 Title:
   unity8 display blank in emulator when virtualization disabled

 Status in goget-ubuntu-touch package in Ubuntu:
   New
 Status in unity8 package in Ubuntu:
   Confirmed

 Bug description:
   Emulator screen remains blank when virtualization is disabled.

   Step to reproduce:

   1. disable virtualization support in your BIOS
   2. install utopic.
   3. sudo add-apt-repository ppa:ubuntu-sdk-team/ppa
   4. sudo apt-get install ubuntu-sdk
   5. launch ubuntu-sdk and install chroot:click-ubuntu-sdk-14.10-armhf,
 and chroot:click-ubuntu-sdk-14.10-i386
   6. create device instance i386 / rtm-14.09 and launch it.

   Expected result:
   See ubuntu phone UI there.

   Current result:
   Emulator screen is black.

   Extra Note:
   1. On the pc, in the first run of the instance, I can see phone
 interface on first boot after I kill -9 unity8 unity8-dash.
   But this work around failed as I stop the instance and run again. I
 even create the same instance with the other name
  and try this work around, still can't see anything on the screen.
   2. I can run test_glesv2 and see the result on the screen of the display
 correctly.

 To manage notifications about this bug go to:

 https://bugs.launchpad.net/ubuntu/+source/goget-ubuntu-touch/+bug/1396919/+subscriptions



-- 
XiaoGuo, Liu (刘晓国)
Mobile: +86-13911181302

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to unity8 in Ubuntu.
https://bugs.launchpad.net/bugs/1396919

Title:
  unity8 display blank in emulator when virtualization disabled

Status in goget-ubuntu-touch package in Ubuntu:
  New
Status in unity8 package in Ubuntu:
  Confirmed

Bug description:
  Emulator screen remains blank when virtualization is disabled.

  Step to reproduce:

  1. disable virtualization support in your BIOS
  2. install utopic.
  3. sudo add-apt-repository ppa:ubuntu-sdk-team/ppa
  4. sudo apt-get install ubuntu-sdk
  5. launch ubuntu-sdk and install chroot:click-ubuntu-sdk-14.10-armhf, and 
chroot:click-ubuntu-sdk-14.10-i386
  6. create device instance i386 / rtm-14.09 and launch it.

  Expected result:
  See ubuntu phone UI there.

  Current result:
  Emulator screen is black.

  Extra Note:
  1. On the pc, in the first run of the instance, I can see phone interface on 
first boot after I kill -9 unity8 unity8-dash.
  But this work around failed as I stop the instance and run again. I even 
create the same instance with the other name
     and try this work around, still can't see anything on the screen.
  2. I can run test_glesv2 and see the result on the screen of the display 
correctly.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/goget-ubuntu-touch/+bug/1396919/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1417429] [NEW] back port signon-plugin-oauth2 Sina weibo fix to rtm

2015-02-03 Thread XiaoGuo, Liu
Public bug reported:

We have already createtd a  rmt (14.10) image for the developers contest
in China. Due to some limitation of the Sina weibo API, it wrongly
returns the message type (text/plain) which is incorrect for json
content. Mardy has fixed the issue, and it is finally landed to vivid.
The developers in China is recommended using rtm since it is more
stable. The contest started Dec 18th last year, and it will be ended
June this year. Sina weibo is an important social network service in
China. Some developers may use it for their development for the
competition.

It is strongly recommended backporting the fix to rtm.

Thanks  best regards,
XiaoGuo

** Affects: signon-plugin-oauth2 (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: univ-train

** Tags added: univ-train

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to signon-plugin-oauth2 in
Ubuntu.
https://bugs.launchpad.net/bugs/1417429

Title:
  back port signon-plugin-oauth2 Sina weibo fix to rtm

Status in signon-plugin-oauth2 package in Ubuntu:
  New

Bug description:
  We have already createtd a  rmt (14.10) image for the developers
  contest in China. Due to some limitation of the Sina weibo API, it
  wrongly returns the message type (text/plain) which is incorrect for
  json content. Mardy has fixed the issue, and it is finally landed to
  vivid. The developers in China is recommended using rtm since it is
  more stable. The contest started Dec 18th last year, and it will be
  ended June this year. Sina weibo is an important social network
  service in China. Some developers may use it for their development for
  the competition.

  It is strongly recommended backporting the fix to rtm.

  Thanks  best regards,
  XiaoGuo

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/signon-plugin-oauth2/+bug/1417429/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1402135] Re: Adding function in unity scope tool to fine tune the scope template

2015-01-26 Thread XiaoGuo, Liu
Could you please let me know when we can get the tool? it is a very
useful tool!

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to unity8 in Ubuntu.
https://bugs.launchpad.net/bugs/1402135

Title:
  Adding function in unity scope tool to fine tune the scope template

Status in One Hundred Papercuts:
  New
Status in unity8 package in Ubuntu:
  Triaged

Bug description:
  Currently, unity scope tool is a good unity for developing scopes on
  desktop. I am thinking to add one more function to make it more useful
  to the developers. A graphic tool can be helpful to the design what
  you see is what you get.

  Currently, a developer can tweak the template definition:

  const static string WEATHER_TEMPLATE =
  R(
  {
  schema-version: 1,
  template: {
  category-layout: grid,
  card-layout: horizontal,
  card-size: small
  },
  components: {
  title: title,
  art : {
  field: art
  },
  subtitle: subtitle
  }
  }
  );

  If a developer does not know the category-layout options for grid
  or carousel  etc, it would be difficult for them to make the
  adjustment. The developer has to find some documents for it.  It would
  be good to have a graphic tool to help to design the template like the
  design for QML apps, or some similar tool in the android eclipse to
  help to fine tune the LIST/GRID templates . Microsoft Windows phone
  also has some similar designs like this.

  Ideally, the category-layout can have a dropbox to select the
  available layouts (grid, carousel, vertical-journal etc), card-
  layout has options for horizontal  or what options there. Some
  dummy data can be filled to show how the scope looks like. Even
  further, some of the pre-designed good looking templates are already
  there for NEWS, MUSIC, VIDEO, WEATHER etc so developer can straightly
  start to make use of the well-designed templates there. They may even
  drag and drop/move to fine-tune the positions of the elements in the
  graphic view.

  In this case, a developer can easily customize the look and feel of
  the scopes of their development very quickly.

To manage notifications about this bug go to:
https://bugs.launchpad.net/hundredpapercuts/+bug/1402135/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1404824] [NEW] There is no way to uninstall a scope on ubuntu phone

2014-12-22 Thread XiaoGuo, Liu
Public bug reported:

Currently, I only know that click unregister may help to remove an
installed scope. May I know how I can remove an installed scope on the
phone if a user does not like to have it in the phone?

** Affects: unity8 (Ubuntu)
 Importance: Undecided
 Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to unity8 in Ubuntu.
https://bugs.launchpad.net/bugs/1404824

Title:
  There is no way to uninstall a scope on ubuntu phone

Status in unity8 package in Ubuntu:
  New

Bug description:
  Currently, I only know that click unregister may help to remove an
  installed scope. May I know how I can remove an installed scope on the
  phone if a user does not like to have it in the phone?

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/unity8/+bug/1404824/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1394208] Re: Unity8 unable to find the dash, which is also running in the background

2014-12-16 Thread XiaoGuo, Liu
May I know roughly when this fix will go to the next RTM release? We are
currently depending on this fix to make an image. Hopefully, it could be
released soon. We will do more testing on it. Thanks!

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to unity8 in Ubuntu.
https://bugs.launchpad.net/bugs/1394208

Title:
  Unity8 unable to find the dash, which is also running in the
  background

Status in the base for Ubuntu mobile products:
  Confirmed
Status in qtmir package in Ubuntu:
  Fix Released
Status in unity8 package in Ubuntu:
  Fix Released
Status in qtmir package in Ubuntu RTM:
  Triaged
Status in unity8 package in Ubuntu RTM:
  Triaged

Bug description:
  phablet@ubuntu-phablet:~$ system-image-cli -i
  current build number: 165
  device name: krillin
  channel: ubuntu-touch/ubuntu-rtm/14.09-proposed
  last update: 2014-11-19 00:20:27
  version version: 165
  version ubuntu: 20141118.1
  version device: 20141106-572f18d
  version custom: 20141118-439-21-159

  After doing a reboot, Unity8 started fine but the dash looked like it
  failed to start (see the attached pic). After checking for
  unity8-dash, it's actually running in the background, just that unity8
  is unable to find it.

To manage notifications about this bug go to:
https://bugs.launchpad.net/canonical-devices-system-image/+bug/1394208/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


Re: [Touch-packages] [Bug 1394208] Re: Unity8 unable to find the dash, which is also running in the background

2014-12-15 Thread XiaoGuo, Liu
Hi Alex,

I do not know whether it will be landed in the ww51-2014. Last weekend,
I re-installed everything, and the problem still existed. It happened even
during the video recording on my desktop. It was quite embarrassing.  I
will have one more try. Could you please help to push it to make it happen?

Thanks  best regards,
XiaoGuo

On Tue, Dec 16, 2014 at 8:52 AM, Alex Kaluzhny alex.kaluz...@canonical.com
wrote:

 Is this going to land in RTM ww51-2014?
 It is very much needed: (univ-train).

 --
 You received this bug notification because you are subscribed to a
 duplicate bug report (1397801).
 https://bugs.launchpad.net/bugs/1394208

 Title:
   Unity8 unable to find the dash, which is also running in the
   background

 Status in the base for Ubuntu mobile products:
   Confirmed
 Status in qtmir package in Ubuntu:
   Fix Released
 Status in unity8 package in Ubuntu:
   In Progress
 Status in qtmir package in Ubuntu RTM:
   Triaged
 Status in unity8 package in Ubuntu RTM:
   Triaged

 Bug description:
   phablet@ubuntu-phablet:~$ system-image-cli -i
   current build number: 165
   device name: krillin
   channel: ubuntu-touch/ubuntu-rtm/14.09-proposed
   last update: 2014-11-19 00:20:27
   version version: 165
   version ubuntu: 20141118.1
   version device: 20141106-572f18d
   version custom: 20141118-439-21-159

   After doing a reboot, Unity8 started fine but the dash looked like it
   failed to start (see the attached pic). After checking for
   unity8-dash, it's actually running in the background, just that unity8
   is unable to find it.

 To manage notifications about this bug go to:

 https://bugs.launchpad.net/canonical-devices-system-image/+bug/1394208/+subscriptions



-- 
XiaoGuo, Liu (刘晓国)
Mobile: +86-13911181302

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to unity8 in Ubuntu.
https://bugs.launchpad.net/bugs/1394208

Title:
  Unity8 unable to find the dash, which is also running in the
  background

Status in the base for Ubuntu mobile products:
  Confirmed
Status in qtmir package in Ubuntu:
  Fix Released
Status in unity8 package in Ubuntu:
  Fix Released
Status in qtmir package in Ubuntu RTM:
  Triaged
Status in unity8 package in Ubuntu RTM:
  Triaged

Bug description:
  phablet@ubuntu-phablet:~$ system-image-cli -i
  current build number: 165
  device name: krillin
  channel: ubuntu-touch/ubuntu-rtm/14.09-proposed
  last update: 2014-11-19 00:20:27
  version version: 165
  version ubuntu: 20141118.1
  version device: 20141106-572f18d
  version custom: 20141118-439-21-159

  After doing a reboot, Unity8 started fine but the dash looked like it
  failed to start (see the attached pic). After checking for
  unity8-dash, it's actually running in the background, just that unity8
  is unable to find it.

To manage notifications about this bug go to:
https://bugs.launchpad.net/canonical-devices-system-image/+bug/1394208/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1402135] Re: Adding function in unity scope tool to fine tune the scope template

2014-12-14 Thread XiaoGuo, Liu
Could you please share me the link for the test suite? I think it is
interesting to know it.

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to unity8 in Ubuntu.
https://bugs.launchpad.net/bugs/1402135

Title:
  Adding function in unity scope tool to fine tune the scope template

Status in One Hundred Papercuts:
  New
Status in unity8 package in Ubuntu:
  Triaged

Bug description:
  Currently, unity scope tool is a good unity for developing scopes on
  desktop. I am thinking to add one more function to make it more useful
  to the developers. A graphic tool can be helpful to the design what
  you see is what you get.

  Currently, a developer can tweak the template definition:

  const static string WEATHER_TEMPLATE =
  R(
  {
  schema-version: 1,
  template: {
  category-layout: grid,
  card-layout: horizontal,
  card-size: small
  },
  components: {
  title: title,
  art : {
  field: art
  },
  subtitle: subtitle
  }
  }
  );

  If a developer does not know the category-layout options for grid
  or carousel  etc, it would be difficult for them to make the
  adjustment. The developer has to find some documents for it.  It would
  be good to have a graphic tool to help to design the template like the
  design for QML apps, or some similar tool in the android eclipse to
  help to fine tune the LIST/GRID templates . Microsoft Windows phone
  also has some similar designs like this.

  Ideally, the category-layout can have a dropbox to select the
  available layouts (grid, carousel, vertical-journal etc), card-
  layout has options for horizontal  or what options there. Some
  dummy data can be filled to show how the scope looks like. Even
  further, some of the pre-designed good looking templates are already
  there for NEWS, MUSIC, VIDEO, WEATHER etc so developer can straightly
  start to make use of the well-designed templates there. They may even
  drag and drop/move to fine-tune the positions of the elements in the
  graphic view.

  In this case, a developer can easily customize the look and feel of
  the scopes of their development very quickly.

To manage notifications about this bug go to:
https://bugs.launchpad.net/hundredpapercuts/+bug/1402135/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1402135] [NEW] Adding function in unity scope tool to fine tune the scope template

2014-12-12 Thread XiaoGuo, Liu
Public bug reported:

Currently, unity scope tool is a good unity for developing scopes on
desktop. I am thinking to add one more function to make it more useful
to the developers. A graphic tool can be helpful to the design what you
see is what you get.

Currently, a developer can tweak the template definition:

const static string WEATHER_TEMPLATE =
R(
{
schema-version: 1,
template: {
category-layout: grid,
card-layout: horizontal,
card-size: small
},
components: {
title: title,
art : {
field: art
},
subtitle: subtitle
}
}
);

If a developer does not know the category-layout options for grid or
carousel  etc, it would be difficult for them to make the adjustment.
The developer has to find some documents for it.  It would be good to
have a graphic tool to help to design the template like the design for
QML apps, or some similar tool in the android eclipse to help to fine
tune the LIST/GRID templates . Microsoft Windows phone also has some
similar designs like this.

Ideally, the category-layout can have a dropbox to select the
available layouts (grid, carousel, vertical-journal etc), card-
layout has options for horizontal  or what options there. Some dummy
data can be filled to show how the scope looks like. Even further, some
of the pre-designed good looking templates are already there for NEWS,
MUSIC, VIDEO, WEATHER etc so developer can straightly start to make use
of the well-designed templates there. They may even drag and drop/move
to fine-tune the positions of the elements in the graphic view.

In this case, a developer can easily customize the look and feel of the
scopes of their development very quickly.

** Affects: unity8 (Ubuntu)
 Importance: Undecided
 Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to unity8 in Ubuntu.
https://bugs.launchpad.net/bugs/1402135

Title:
  Adding function in unity scope tool to fine tune the scope template

Status in unity8 package in Ubuntu:
  New

Bug description:
  Currently, unity scope tool is a good unity for developing scopes on
  desktop. I am thinking to add one more function to make it more useful
  to the developers. A graphic tool can be helpful to the design what
  you see is what you get.

  Currently, a developer can tweak the template definition:

  const static string WEATHER_TEMPLATE =
  R(
  {
  schema-version: 1,
  template: {
  category-layout: grid,
  card-layout: horizontal,
  card-size: small
  },
  components: {
  title: title,
  art : {
  field: art
  },
  subtitle: subtitle
  }
  }
  );

  If a developer does not know the category-layout options for grid
  or carousel  etc, it would be difficult for them to make the
  adjustment. The developer has to find some documents for it.  It would
  be good to have a graphic tool to help to design the template like the
  design for QML apps, or some similar tool in the android eclipse to
  help to fine tune the LIST/GRID templates . Microsoft Windows phone
  also has some similar designs like this.

  Ideally, the category-layout can have a dropbox to select the
  available layouts (grid, carousel, vertical-journal etc), card-
  layout has options for horizontal  or what options there. Some
  dummy data can be filled to show how the scope looks like. Even
  further, some of the pre-designed good looking templates are already
  there for NEWS, MUSIC, VIDEO, WEATHER etc so developer can straightly
  start to make use of the well-designed templates there. They may even
  drag and drop/move to fine-tune the positions of the elements in the
  graphic view.

  In this case, a developer can easily customize the look and feel of
  the scopes of their development very quickly.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/unity8/+bug/1402135/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1390919] Re: Scope template cannot be running for devel emulator

2014-12-11 Thread XiaoGuo, Liu
I think this was fixed in the latest chroot release. I have tried rtm
and rtm-proposed channels. They are fixed already! thanks!

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to click in Ubuntu.
https://bugs.launchpad.net/bugs/1390919

Title:
  Scope  template cannot be running for devel emulator

Status in click package in Ubuntu:
  Incomplete

Bug description:
  Some libs are missing in the chroot, and the scope cannot be running
  for emulator (devel i386). Attached please find the captured screen.

  This one does not work for the LTS 14.04

  -- package 'process-cpp' not found
  -- package 'net-cpp=1.1.0' not found
  -- package 'net-cpp=1.1.0' not found

  

  -- The CXX compiler identification is GNU 4.9.1
  -- Check for working CXX compiler: /usr/bin/i686-linux-gnu-g++
  -- Check for working CXX compiler: /usr/bin/i686-linux-gnu-g++ -- works
  -- Detecting CXX compiler ABI info
  -- Detecting CXX compiler ABI info - done
  -- Found PkgConfig: /usr/bin/pkg-config (found version 0.28)
  -- Boost version: 1.55.0
  -- checking for modules 'libunity-scopes=0.6.0;net-cpp=1.1.0'
  --   package 'net-cpp=1.1.0' not found
  CMake Error at /usr/share/cmake-2.8/Modules/FindPkgConfig.cmake:283 (message):
    A required package was not found
  Call Stack (most recent call first):
    /usr/share/cmake-2.8/Modules/FindPkgConfig.cmake:337 
(_pkg_check_modules_internal)
    CMakeLists.txt:34 (pkg_check_modules)
  -- Found Gettext: /usr/bin/msgmerge (found version 0.19.2)
  -- Found XGettext: /usr/bin/xgettext (found version 0.19.2)
  CMake Error at cmake/FindGMock.cmake:6 (add_subdirectory):
    add_subdirectory given source /usr/src/gmock which is not an existing
    directory.
  Call Stack (most recent call first):
    tests/CMakeLists.txt:3 (include)
  -- checking for module 'process-cpp'
  --   package 'process-cpp' not found
  -- Configuring incomplete, errors occurred!
  See also 
/home/liuxg/release/build-scopetest1-UbuntuSDK_for_i386_GCC_ubuntu_sdk_14_10_utopic-Default/CMakeFiles/CMakeOutput.log.
  CMake Error at /usr/share/cmake-2.8/Modules/FindPkgConfig.cmake:283 (message):
    A required package was not found
  Call Stack (most recent call first):
    /usr/share/cmake-2.8/Modules/FindPkgConfig.cmake:337 
(_pkg_check_modules_internal)
    tests/CMakeLists.txt:6 (pkg_check_modules)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/click/+bug/1390919/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1374481] Re: [TOPBLOCKER] Nearby and News scope do not load on reboot

2014-12-10 Thread XiaoGuo, Liu
Could this bug be fixed for utopic as well? On Utopic desktop, I cannot
get the location information, while it is true for the vivid. Thanks!

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to unity-scopes-shell in
Ubuntu.
https://bugs.launchpad.net/bugs/1374481

Title:
  [TOPBLOCKER] Nearby and News scope do not load on reboot

Status in The Savilerow project:
  Invalid
Status in unity-scopes-api package in Ubuntu:
  Invalid
Status in unity-scopes-shell package in Ubuntu:
  Fix Released
Status in unity-scopes-shell package in Ubuntu RTM:
  Fix Released

Bug description:
  reporduce:
  1- favourite nearby and/or news
  2- reboot the phone
  3 - unlock and swipe to nearby/news

  result:
  Scope is blank, not even departments are loaded in nearby

  expected result:
  scope load, to see what they look like, search for something and then cancel 
search. This triggers a refresh and the scopes then load ok.

To manage notifications about this bug go to:
https://bugs.launchpad.net/savilerow/+bug/1374481/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1381010] Re: Cannot get Chinese string in the scope setting

2014-12-10 Thread XiaoGuo, Liu
Can this fix be backported to Utopic platform?

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to unity-scopes-shell in
Ubuntu.
https://bugs.launchpad.net/bugs/1381010

Title:
  Cannot get Chinese string in the scope setting

Status in unity-scopes-api package in Ubuntu:
  Invalid
Status in unity-scopes-shell package in Ubuntu:
  Fix Released

Bug description:
  I am trying to set some Chinese Strings in the scope. however, I
  cannot get it but the default one. If I input an English string there
  in the setting, I can always get it correctly.

  My test code is at: bzr branch lp:~liu-xiao-
  guo/debiantrial/settingscope

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/unity-scopes-api/+bug/1381010/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1396919] Re: unity8 display blank in emulator when virtualization disabled

2014-12-03 Thread XiaoGuo, Liu
A new bug has been filed against the community developer website at
https://bugs.launchpad.net/developer-ubuntu-com/+bug/1399083

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to unity8 in Ubuntu.
https://bugs.launchpad.net/bugs/1396919

Title:
  unity8 display blank in emulator when virtualization disabled

Status in goget-ubuntu-touch package in Ubuntu:
  New
Status in unity8 package in Ubuntu:
  Confirmed

Bug description:
  Emulator screen remains blank when virtualization is disabled.

  Step to reproduce:

  1. disable virtualization support in your BIOS
  2. install utopic.
  3. sudo add-apt-repository ppa:ubuntu-sdk-team/ppa
  4. sudo apt-get install ubuntu-sdk
  5. launch ubuntu-sdk and install chroot:click-ubuntu-sdk-14.10-armhf, and 
chroot:click-ubuntu-sdk-14.10-i386
  6. create device instance i386 / rtm-14.09 and launch it.

  Expected result:
  See ubuntu phone UI there.

  Current result:
  Emulator screen is black.

  Extra Note:
  1. On the pc, in the first run of the instance, I can see phone interface on 
first boot after I kill -9 unity8 unity8-dash.
  But this work around failed as I stop the instance and run again. I even 
create the same instance with the other name
     and try this work around, still can't see anything on the screen.
  2. I can run test_glesv2 and see the result on the screen of the display 
correctly.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/goget-ubuntu-touch/+bug/1396919/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1390919] Re: Scope template cannot be running for devel emulator

2014-12-01 Thread XiaoGuo, Liu
I just tested it on the LTS 14.04, the libs are not there. I think it is
still a bug for the 14.04 though it is not meant for the dev training.

** Description changed:

  Some libs are missing in the chroot, and the scope cannot be running for
  emulator (devel i386). Attached please find the captured screen.
+ 
+ This one does not work for the LTS 14.04
  
  -- package 'process-cpp' not found
  -- package 'net-cpp=1.1.0' not found
  -- package 'net-cpp=1.1.0' not found
  
  
  
  -- The CXX compiler identification is GNU 4.9.1
  -- Check for working CXX compiler: /usr/bin/i686-linux-gnu-g++
  -- Check for working CXX compiler: /usr/bin/i686-linux-gnu-g++ -- works
  -- Detecting CXX compiler ABI info
  -- Detecting CXX compiler ABI info - done
  -- Found PkgConfig: /usr/bin/pkg-config (found version 0.28)
  -- Boost version: 1.55.0
  -- checking for modules 'libunity-scopes=0.6.0;net-cpp=1.1.0'
  --   package 'net-cpp=1.1.0' not found
  CMake Error at /usr/share/cmake-2.8/Modules/FindPkgConfig.cmake:283 (message):
-   A required package was not found
+   A required package was not found
  Call Stack (most recent call first):
-   /usr/share/cmake-2.8/Modules/FindPkgConfig.cmake:337 
(_pkg_check_modules_internal)
-   CMakeLists.txt:34 (pkg_check_modules)
+   /usr/share/cmake-2.8/Modules/FindPkgConfig.cmake:337 
(_pkg_check_modules_internal)
+   CMakeLists.txt:34 (pkg_check_modules)
  -- Found Gettext: /usr/bin/msgmerge (found version 0.19.2)
  -- Found XGettext: /usr/bin/xgettext (found version 0.19.2)
  CMake Error at cmake/FindGMock.cmake:6 (add_subdirectory):
-   add_subdirectory given source /usr/src/gmock which is not an existing
-   directory.
+   add_subdirectory given source /usr/src/gmock which is not an existing
+   directory.
  Call Stack (most recent call first):
-   tests/CMakeLists.txt:3 (include)
+   tests/CMakeLists.txt:3 (include)
  -- checking for module 'process-cpp'
  --   package 'process-cpp' not found
  -- Configuring incomplete, errors occurred!
  See also 
/home/liuxg/release/build-scopetest1-UbuntuSDK_for_i386_GCC_ubuntu_sdk_14_10_utopic-Default/CMakeFiles/CMakeOutput.log.
  CMake Error at /usr/share/cmake-2.8/Modules/FindPkgConfig.cmake:283 (message):
-   A required package was not found
+   A required package was not found
  Call Stack (most recent call first):
-   /usr/share/cmake-2.8/Modules/FindPkgConfig.cmake:337 
(_pkg_check_modules_internal)
-   tests/CMakeLists.txt:6 (pkg_check_modules)
+   /usr/share/cmake-2.8/Modules/FindPkgConfig.cmake:337 
(_pkg_check_modules_internal)
+   tests/CMakeLists.txt:6 (pkg_check_modules)

** Changed in: click (Ubuntu)
   Status: Invalid = New

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to click in Ubuntu.
https://bugs.launchpad.net/bugs/1390919

Title:
  Scope  template cannot be running for devel emulator

Status in click package in Ubuntu:
  New

Bug description:
  Some libs are missing in the chroot, and the scope cannot be running
  for emulator (devel i386). Attached please find the captured screen.

  This one does not work for the LTS 14.04

  -- package 'process-cpp' not found
  -- package 'net-cpp=1.1.0' not found
  -- package 'net-cpp=1.1.0' not found

  

  -- The CXX compiler identification is GNU 4.9.1
  -- Check for working CXX compiler: /usr/bin/i686-linux-gnu-g++
  -- Check for working CXX compiler: /usr/bin/i686-linux-gnu-g++ -- works
  -- Detecting CXX compiler ABI info
  -- Detecting CXX compiler ABI info - done
  -- Found PkgConfig: /usr/bin/pkg-config (found version 0.28)
  -- Boost version: 1.55.0
  -- checking for modules 'libunity-scopes=0.6.0;net-cpp=1.1.0'
  --   package 'net-cpp=1.1.0' not found
  CMake Error at /usr/share/cmake-2.8/Modules/FindPkgConfig.cmake:283 (message):
    A required package was not found
  Call Stack (most recent call first):
    /usr/share/cmake-2.8/Modules/FindPkgConfig.cmake:337 
(_pkg_check_modules_internal)
    CMakeLists.txt:34 (pkg_check_modules)
  -- Found Gettext: /usr/bin/msgmerge (found version 0.19.2)
  -- Found XGettext: /usr/bin/xgettext (found version 0.19.2)
  CMake Error at cmake/FindGMock.cmake:6 (add_subdirectory):
    add_subdirectory given source /usr/src/gmock which is not an existing
    directory.
  Call Stack (most recent call first):
    tests/CMakeLists.txt:3 (include)
  -- checking for module 'process-cpp'
  --   package 'process-cpp' not found
  -- Configuring incomplete, errors occurred!
  See also 
/home/liuxg/release/build-scopetest1-UbuntuSDK_for_i386_GCC_ubuntu_sdk_14_10_utopic-Default/CMakeFiles/CMakeOutput.log.
  CMake Error at /usr/share/cmake-2.8/Modules/FindPkgConfig.cmake:283 (message):
    A required package was not found
  Call Stack (most recent call first):
    /usr/share/cmake-2.8/Modules/FindPkgConfig.cmake:337 
(_pkg_check_modules_internal)
    

[Touch-packages] [Bug 1389991] Re: ComboButton shows a transparent background

2014-11-24 Thread XiaoGuo, Liu
who should fix the problem for it?

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to ubuntu-ui-toolkit in
Ubuntu.
https://bugs.launchpad.net/bugs/1389991

Title:
  ComboButton shows a transparent background

Status in Ubuntu UX bugs:
  New
Status in “ubuntu-ui-toolkit” package in Ubuntu:
  Incomplete

Bug description:
  ComboButton  does not show a background, and the options mixes
  together with the texts underneath of the combobox, making it very
  hard to see. An example code can be found at:

  bzr branch lp:~liu-xiao-guo/debiantrial/contenthub-importer

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-ux/+bug/1389991/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1390919] Re: Scope template cannot be running for devel emulator

2014-11-17 Thread XiaoGuo, Liu
Hi Rex,

The test was conducted again the devel channel instead of the rtm
channel. There should be a fix for the devel channel. I will do a test
on the rtm channel to see whether it happens or not.

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to click in Ubuntu.
https://bugs.launchpad.net/bugs/1390919

Title:
  Scope  template cannot be running for devel emulator

Status in “click” package in Ubuntu:
  Confirmed

Bug description:
  Some libs are missing in the chroot, and the scope cannot be running
  for emulator (devel i386). Attached please find the captured screen.

  -- package 'process-cpp' not found
  -- package 'net-cpp=1.1.0' not found
  -- package 'net-cpp=1.1.0' not found

  

  -- The CXX compiler identification is GNU 4.9.1
  -- Check for working CXX compiler: /usr/bin/i686-linux-gnu-g++
  -- Check for working CXX compiler: /usr/bin/i686-linux-gnu-g++ -- works
  -- Detecting CXX compiler ABI info
  -- Detecting CXX compiler ABI info - done
  -- Found PkgConfig: /usr/bin/pkg-config (found version 0.28)
  -- Boost version: 1.55.0
  -- checking for modules 'libunity-scopes=0.6.0;net-cpp=1.1.0'
  --   package 'net-cpp=1.1.0' not found
  CMake Error at /usr/share/cmake-2.8/Modules/FindPkgConfig.cmake:283 (message):
A required package was not found
  Call Stack (most recent call first):
/usr/share/cmake-2.8/Modules/FindPkgConfig.cmake:337 
(_pkg_check_modules_internal)
CMakeLists.txt:34 (pkg_check_modules)
  -- Found Gettext: /usr/bin/msgmerge (found version 0.19.2)
  -- Found XGettext: /usr/bin/xgettext (found version 0.19.2)
  CMake Error at cmake/FindGMock.cmake:6 (add_subdirectory):
add_subdirectory given source /usr/src/gmock which is not an existing
directory.
  Call Stack (most recent call first):
tests/CMakeLists.txt:3 (include)
  -- checking for module 'process-cpp'
  --   package 'process-cpp' not found
  -- Configuring incomplete, errors occurred!
  See also 
/home/liuxg/release/build-scopetest1-UbuntuSDK_for_i386_GCC_ubuntu_sdk_14_10_utopic-Default/CMakeFiles/CMakeOutput.log.
  CMake Error at /usr/share/cmake-2.8/Modules/FindPkgConfig.cmake:283 (message):
A required package was not found
  Call Stack (most recent call first):
/usr/share/cmake-2.8/Modules/FindPkgConfig.cmake:337 
(_pkg_check_modules_internal)
tests/CMakeLists.txt:6 (pkg_check_modules)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/click/+bug/1390919/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1381010] Re: Cannot get Chinese string in the scope setting

2014-11-16 Thread XiaoGuo, Liu
** Tags added: univ-train

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to unity-scopes-shell in
Ubuntu.
https://bugs.launchpad.net/bugs/1381010

Title:
  Cannot get Chinese string in the scope setting

Status in “unity-scopes-api” package in Ubuntu:
  Invalid
Status in “unity-scopes-shell” package in Ubuntu:
  In Progress

Bug description:
  I am trying to set some Chinese Strings in the scope. however, I
  cannot get it but the default one. If I input an English string there
  in the setting, I can always get it correctly.

  My test code is at: bzr branch lp:~liu-xiao-
  guo/debiantrial/settingscope

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/unity-scopes-api/+bug/1381010/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1393310] [NEW] Automatic login aftter inputting the right passphrase

2014-11-16 Thread XiaoGuo, Liu
Public bug reported:

Currently, I have set the passphrase to  of my phone. After I have
completed , the phone does not automatically login. Instead, I
need to enter the enter key on the keyboard to get it verified. I
think a good design could be that whenever an input is changed, the
system checks it again the stored passphrase, if they both match, the
system can automatically login without the need of pressing the enter.
it simply makes the login much easier.

** Affects: unity8 (Ubuntu)
 Importance: Undecided
 Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to unity8 in Ubuntu.
https://bugs.launchpad.net/bugs/1393310

Title:
  Automatic login aftter inputting the right passphrase

Status in “unity8” package in Ubuntu:
  New

Bug description:
  Currently, I have set the passphrase to  of my phone. After I
  have completed , the phone does not automatically login.
  Instead, I need to enter the enter key on the keyboard to get it
  verified. I think a good design could be that whenever an input is
  changed, the system checks it again the stored passphrase, if they
  both match, the system can automatically login without the need of
  pressing the enter. it simply makes the login much easier.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/unity8/+bug/1393310/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1335002] Re: Chinese input method does not work after enable Chinese keyboard in Ubuntu Phone

2014-11-16 Thread XiaoGuo, Liu
** Attachment added: a.png
   
https://bugs.launchpad.net/ubuntu-keyboard/+bug/1335002/+attachment/4262155/+files/a.png

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to ubuntu-keyboard in Ubuntu.
https://bugs.launchpad.net/bugs/1335002

Title:
  Chinese input method does not work after enable Chinese keyboard in
  Ubuntu Phone

Status in Ubuntu Keyboard:
  Confirmed
Status in “ubuntu-keyboard” package in Ubuntu:
  New
Status in “ubuntu-keyboard” package in Ubuntu RTM:
  New

Bug description:
  Reproduce steps:

  1, enable Chinese keyboard in system settings
  2, launch an app can input text like notes
  3, long press global icon and switch Chinese

  Expecting:
  user can input Chinese like press 'n' and 'i' then 你 should show up on 
candidate bar

  Actual:
  no candidate bar, so still input English

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-keyboard/+bug/1335002/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1335002] Re: Chinese input method does not work after enable Chinese keyboard in Ubuntu Phone

2014-11-16 Thread XiaoGuo, Liu
This is how a sogou input method is done on Ubuntu
desktop.?field.comment=This is how a sogou input method is done on
Ubuntu desktop.?field.comment=This is how a sogou input method is done
on Ubuntu desktop.

** Attachment added: -(Untitled)_188.png
   
https://bugs.launchpad.net/ubuntu-keyboard/+bug/1335002/+attachment/4262157/+files/-%28Untitled%29_188.png

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to ubuntu-keyboard in Ubuntu.
https://bugs.launchpad.net/bugs/1335002

Title:
  Chinese input method does not work after enable Chinese keyboard in
  Ubuntu Phone

Status in Ubuntu Keyboard:
  Confirmed
Status in “ubuntu-keyboard” package in Ubuntu:
  New
Status in “ubuntu-keyboard” package in Ubuntu RTM:
  New

Bug description:
  Reproduce steps:

  1, enable Chinese keyboard in system settings
  2, launch an app can input text like notes
  3, long press global icon and switch Chinese

  Expecting:
  user can input Chinese like press 'n' and 'i' then 你 should show up on 
candidate bar

  Actual:
  no candidate bar, so still input English

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-keyboard/+bug/1335002/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1392928] [NEW] Cannot find the installed scope after installing a scope into the emulator

2014-11-14 Thread XiaoGuo, Liu
Public bug reported:

Cannot find the installed scope after installing a scope into the
emulator. I installed the scope from the publish button in the SDK. I
cannot find it even after I have restarted my emulator.

** Affects: unity-scopes-shell (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: univ-train

** Tags added: univ-train

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to unity-scopes-shell in
Ubuntu.
https://bugs.launchpad.net/bugs/1392928

Title:
  Cannot find the installed scope after installing a scope into the
  emulator

Status in “unity-scopes-shell” package in Ubuntu:
  New

Bug description:
  Cannot find the installed scope after installing a scope into the
  emulator. I installed the scope from the publish button in the SDK.
  I cannot find it even after I have restarted my emulator.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/unity-scopes-shell/+bug/1392928/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1335002] Re: Chinese input method does not work after enable Chinese keyboard in Ubuntu Phone

2014-11-14 Thread XiaoGuo, Liu
This problem still exists. it is not a good experience :)

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to ubuntu-keyboard in Ubuntu.
https://bugs.launchpad.net/bugs/1335002

Title:
  Chinese input method does not work after enable Chinese keyboard in
  Ubuntu Phone

Status in Ubuntu Keyboard:
  Confirmed
Status in “ubuntu-keyboard” package in Ubuntu:
  New
Status in “ubuntu-keyboard” package in Ubuntu RTM:
  New

Bug description:
  Reproduce steps:

  1, enable Chinese keyboard in system settings
  2, launch an app can input text like notes
  3, long press global icon and switch Chinese

  Expecting:
  user can input Chinese like press 'n' and 'i' then 你 should show up on 
candidate bar

  Actual:
  no candidate bar, so still input English

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-keyboard/+bug/1335002/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1392128] [NEW] Missing training tutorials and documents for HTML 5 development

2014-11-12 Thread XiaoGuo, Liu
Public bug reported:

We are going to have our developer contest soon next month (Dec). We
need to come out the detailed training materials for the HTML 5
development. We will not have any on-site training, instead we need to
make sure that developers will get all of the needed info in their
development.

- The HTML 5 tutorials on HTML development are outdated since they were
based on the old platform. They need to be updated

- We need a document in high level to tell why a developer should choose
the Cordova APIs or HTML 5 to start to development in the very beginning
in view of the fact that we provide two ways of development. The
document needs to be translated into Chinese once it is ready

- More documents and tutorials/examples for Ubuntu specific APIs at
http://developer.ubuntu.com/api/html5/development/. It would be good to
have the offline document inside the SDK as well.

- A tutorial on how to do Cordova API HTML 5 app providing an entry on
our developer website. Currently, there are many versions of Cordova
APIs there on the Cordova official website. We need clearly tell the
developer which version to go.

- A video introduction about our offering about HTML 5 development.

Thanks  best regards,
XiaoGuo

** Affects: webbrowser-app (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: univ-train

** Tags added: univ-train

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to webbrowser-app in Ubuntu.
https://bugs.launchpad.net/bugs/1392128

Title:
  Missing training tutorials and documents for HTML 5 development

Status in “webbrowser-app” package in Ubuntu:
  New

Bug description:
  We are going to have our developer contest soon next month (Dec). We
  need to come out the detailed training materials for the HTML 5
  development. We will not have any on-site training, instead we need to
  make sure that developers will get all of the needed info in their
  development.

  - The HTML 5 tutorials on HTML development are outdated since they
  were based on the old platform. They need to be updated

  - We need a document in high level to tell why a developer should
  choose the Cordova APIs or HTML 5 to start to development in the very
  beginning in view of the fact that we provide two ways of development.
  The document needs to be translated into Chinese once it is ready

  - More documents and tutorials/examples for Ubuntu specific APIs at
  http://developer.ubuntu.com/api/html5/development/. It would be good
  to have the offline document inside the SDK as well.

  - A tutorial on how to do Cordova API HTML 5 app providing an entry on
  our developer website. Currently, there are many versions of Cordova
  APIs there on the Cordova official website. We need clearly tell the
  developer which version to go.

  - A video introduction about our offering about HTML 5 development.

  Thanks  best regards,
  XiaoGuo

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/webbrowser-app/+bug/1392128/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1307535] Re: Installing apps manually does not refresh the scope

2014-11-05 Thread XiaoGuo, Liu
I vote it too!

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to unity-scope-click in
Ubuntu.
https://bugs.launchpad.net/bugs/1307535

Title:
  Installing apps manually does not refresh the scope

Status in “unity-scope-click” package in Ubuntu:
  Triaged

Bug description:
  When installing apps from the command line, the scope is not refreshed

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/unity-scope-click/+bug/1307535/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1379777] Re: Allow applications to specify the orientations supported

2014-10-29 Thread XiaoGuo, Liu
For some of the application, we need to have a fixed orientation at the
start-up. For example, a car racing game may expect to have a the
landscape orientation instead of the portrait, and it should be fixed
instead of being automatically changing the orientation when a phone's
orientaton is changed.

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to unity8 in Ubuntu.
https://bugs.launchpad.net/bugs/1379777

Title:
  Allow applications to specify the orientations supported

Status in Qt integration with the Mir display server:
  New
Status in Ubuntu UI Toolkit:
  Triaged
Status in Ubuntu UX bugs:
  Triaged
Status in “unity8” package in Ubuntu:
  Confirmed

Bug description:
  Currently unity8 shell has a partial implementation of orientation
  support. It trusts applications to rotate their own contents, if they
  want to. The shell doesn't reposition the panel (at the top) though,
  so a landscape app still has a portrait panel on the side.

  For proper orientation support in the shell, shell needs to know if
  the application wants to rotate its contents or not. To animate
  correctly, we really need shell to be responsible for rotating the app
  surface, not the app itself.

  Therefore an application needs to tell shell what orientations it
  supports, so shell can respect its wishes.

  A hint in the desktop file may be sufficient.

To manage notifications about this bug go to:
https://bugs.launchpad.net/qtmir/+bug/1379777/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1373453] Re: without upgrade and dist-upgrade, I cannot complete the SDK installation.

2014-09-25 Thread XiaoGuo, Liu
I have tried to work around the problem by using the commands:

$sudo apt-get update
$sudo apt-get dist-ugrade

Now the problem disappears. I am not sure whether it makes sense to
attach the log again.

Thanks  best regards,
XiaoGuo

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to apt in Ubuntu.
https://bugs.launchpad.net/bugs/1373453

Title:
  without upgrade and dist-upgrade, I cannot complete the SDK
  installation.

Status in “apt” package in Ubuntu:
  Incomplete

Bug description:
  I am not so sure whether the following steps are needed or not. I
  recently started to install our SDK from scratch:

  liuxg@liuxg-VB:~$ sudo apt-get install ubuntu-sdk
  Reading package lists... Done
  Building dependency tree   
  Reading state information... Done
  Some packages could not be installed. This may mean that you have
  requested an impossible situation or if you are using the unstable
  distribution that some required packages have not yet been created
  or been moved out of Incoming.
  The following information may help to resolve the situation:

  The following packages have unmet dependencies:
   libpam-systemd : Depends: systemd (= 208-8ubuntu4) but 204-10ubuntu3 is to 
be installed
   udev : Breaks: systemd ( 208) but 204-10ubuntu3 is to be installed
  E: Error, pkgProblemResolver::Resolve generated breaks, this may be caused by 
held packages.

  I just could not complete the installation. Later on, I tried to

  $sudo apt-get update
  $sudo apt-get dist-ugrade

  then, I can successfully install the SDK. Shall we do this before
  installing the SDK though I know utopic is still in a developing
  phase.

  
  Reported from: 
http://developer.ubuntu.com/start/ubuntu-sdk/installing-the-sdk/

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/apt/+bug/1373453/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


Re: [Touch-packages] [Bug 1362172] Re: [webapp-container] 2d context drawed to only first one canvas in one page

2014-09-09 Thread XiaoGuo, Liu
Did you get quick response for the mouse clicks? I found that it is still
the same as before.

On Tue, Sep 9, 2014 at 9:46 PM, Rex Tsai rex.t...@canonical.com wrote:

 The runtime did not response to every clicks if the user click quickly,
 verified with my testing app[1] on  utopic-proposed build 234.

 This should be filed in another new bug.

 current build number: 234
 device name: mako
 channel: ubuntu-touch/utopic-proposed
 last update: 2014-09-09 12:54:29
 version version: 234
 version ubuntu: 20140909
 version device: 20140903.1
 version custom: mako-0.3a

 [1] https://github.com/chihchun/ubuntuphone-
 sandbox/tree/master/html5/mouseon

 --
 You received this bug notification because you are a member of The Yue
 team, which is subscribed to the bug report.
 https://bugs.launchpad.net/bugs/1362172

 Title:
   [webapp-container] 2d context drawed to only first one canvas in one
   page

 Status in “webbrowser-app” package in Ubuntu:
   New

 Bug description:
   If there is more then one canvas on same page[1],
   the 2d context can only draw to first canvas element.

   [1] https://github.com/chihchun/ubuntuwebapp-
   twocanvas/blob/master/www/index.html#L11

   Tested on
   current build number: 7
   device name: mako
   channel: ubuntu-touch/ubuntu-rtm/14.09-proposed
   last update: 2014-08-26 11:30:09
   version version: 7
   version ubuntu: 20140826
   version device: 20140811.1

   Package version
   qml-module-qtwebkit:armhf 5.3.0+dfsg-1ubuntu2
   qtdeclarative5-ubuntu-web-plugin:armhf
 0.23+14.10.20140819.1-0ubuntu1
   unity-webapps-qml 0.1+14.10.20140813-0ubuntu1
   webapp-container  0.23+14.10.20140819.1-0ubuntu1
   webbrowser-app0.23+14.10.20140819.1-0ubuntu1

 To manage notifications about this bug go to:

 https://bugs.launchpad.net/ubuntu/+source/webbrowser-app/+bug/1362172/+subscriptions



-- 
XiaoGuo, Liu (刘晓国)
Mobile: +86-13911181302

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to webbrowser-app in Ubuntu.
https://bugs.launchpad.net/bugs/1362172

Title:
  [webapp-container] 2d context drawed to only first one canvas in one
  page

Status in “webbrowser-app” package in Ubuntu:
  Invalid

Bug description:
  If there is more then one canvas on same page[1],
  the 2d context can only draw to first canvas element.

  [1] https://github.com/chihchun/ubuntuwebapp-
  twocanvas/blob/master/www/index.html#L11

  Tested on
  current build number: 7
  device name: mako
  channel: ubuntu-touch/ubuntu-rtm/14.09-proposed
  last update: 2014-08-26 11:30:09
  version version: 7
  version ubuntu: 20140826
  version device: 20140811.1

  Package version
  qml-module-qtwebkit:armhf 5.3.0+dfsg-1ubuntu2
  qtdeclarative5-ubuntu-web-plugin:armhf0.23+14.10.20140819.1-0ubuntu1
  unity-webapps-qml 0.1+14.10.20140813-0ubuntu1
  webapp-container  0.23+14.10.20140819.1-0ubuntu1
  webbrowser-app0.23+14.10.20140819.1-0ubuntu1

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/webbrowser-app/+bug/1362172/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1362172] Re: [webapp-container] 2d context drawed to only first one canvas in one page

2014-08-28 Thread XiaoGuo, Liu
I have changed the source to the following. I found that the mouse up
and down events seem missing if I click quickly. However, the same code
works fine in the desktop environment. For example, the following
mouseupis not called if I click very quickly in the area of the first
canvas. I think this could be a bug.

  div
  script
  function mouseup(event) {
console.log(mouse is down!);
  }
  /script
  canvas id=canvas1 width=200  height=100 
onmouseup=mouseup(event) style=border:1px solid #00;
   Your Browser does not support HTML5 canvas
  /canvas

  canvas id=canvas2 width=200 height=100 style=border:1px 
solid #c3c3c3;
  Your browser does not support the HTML5 canvas tag.
  /canvas
  script
  var c = document.getElementById(canvas1);
  var ctx = c.getContext(2d);
  ctx.fillStyle = #FF;
  ctx.fillRect(0,0,200,100);

  var c2 = document.getElementById(canvas2);
  var ctx2 = c2.getContext(2d);
  ctx2.fillStyle = #00;
  ctx2.fillRect(0,0,200,100);

  /script
  /div

** Changed in: webbrowser-app (Ubuntu)
   Status: Invalid = New

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to webbrowser-app in Ubuntu.
https://bugs.launchpad.net/bugs/1362172

Title:
  [webapp-container] 2d context drawed to only first one canvas in one
  page

Status in “webbrowser-app” package in Ubuntu:
  New

Bug description:
  If there is more then one canvas on same page[1],
  the 2d context can only draw to first canvas element.

  [1] https://github.com/chihchun/ubuntuwebapp-
  twocanvas/blob/master/www/index.html#L11

  Tested on
  current build number: 7
  device name: mako
  channel: ubuntu-touch/ubuntu-rtm/14.09-proposed
  last update: 2014-08-26 11:30:09
  version version: 7
  version ubuntu: 20140826
  version device: 20140811.1

  Package version
  qml-module-qtwebkit:armhf 5.3.0+dfsg-1ubuntu2
  qtdeclarative5-ubuntu-web-plugin:armhf0.23+14.10.20140819.1-0ubuntu1
  unity-webapps-qml 0.1+14.10.20140813-0ubuntu1
  webapp-container  0.23+14.10.20140819.1-0ubuntu1
  webbrowser-app0.23+14.10.20140819.1-0ubuntu1

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/webbrowser-app/+bug/1362172/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1362172] Re: [webapp-container] 2d context drawed to only first one canvas in one page

2014-08-27 Thread XiaoGuo, Liu
If the code is like as follows, there is no drawing at all for the
second canvas. I just removed the first, and it shows:

Your browser does not support the HTML5 canvas tag.

=

  canvas id=canvas2 width=200 height=100 style=border:1px 
solid #c3c3c3;
  Your browser does not support the HTML5 canvas tag.
  /canvas
  script
  var c = document.getElementById(canvas1);
  var ctx = c.getContext(2d);
  ctx.fillStyle = #FF;
  ctx.fillRect(0,0,200,100);

  var c2 = document.getElementById(canvas2);
  var ctx2 = c.getContext(2d);
  ctx2.fillStyle = #00;
  ctx2.fillRect(0,0,200,100);

  /script

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to webbrowser-app in Ubuntu.
https://bugs.launchpad.net/bugs/1362172

Title:
  [webapp-container] 2d context drawed to only first one canvas in one
  page

Status in “webbrowser-app” package in Ubuntu:
  Invalid

Bug description:
  If there is more then one canvas on same page[1],
  the 2d context can only draw to first canvas element.

  [1] https://github.com/chihchun/ubuntuwebapp-
  twocanvas/blob/master/www/index.html#L11

  Tested on
  current build number: 7
  device name: mako
  channel: ubuntu-touch/ubuntu-rtm/14.09-proposed
  last update: 2014-08-26 11:30:09
  version version: 7
  version ubuntu: 20140826
  version device: 20140811.1

  Package version
  qml-module-qtwebkit:armhf 5.3.0+dfsg-1ubuntu2
  qtdeclarative5-ubuntu-web-plugin:armhf0.23+14.10.20140819.1-0ubuntu1
  unity-webapps-qml 0.1+14.10.20140813-0ubuntu1
  webapp-container  0.23+14.10.20140819.1-0ubuntu1
  webbrowser-app0.23+14.10.20140819.1-0ubuntu1

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/webbrowser-app/+bug/1362172/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1129061] Re: Applications fail to render under VirtualBox

2014-08-18 Thread XiaoGuo, Liu
Hi,

I am having this problem on Ubuntu utopic. I installed Virtualbox 4.3.14
and its extension. I am now developing scope apps on Utopic. Can someone
look into this problem? many thanks!

Starting /usr/bin/unity-scope-tool...
libGL error: pci id for fd 16: 80ee:beef, driver (null)
scoperegistry: unity::ResourceException: cannot open scope installation 
directory /custom/lib/x86_64-linux-gnu/unity-scopes: No such file or directory
scoperegistry: could not open OEM installation directory, ignoring OEM scopes
scoperegistry: unity::ResourceException: cannot open scope installation 
directory /home/liuxg/.local/share/unity-scopes/: No such file or directory
scoperegistry: could not open Click installation directory, ignoring Click 
scopes
scoperegistry: no remote registry configured, only local scopes will be 
available
ScopesWatcher::add_install_dir(): install dir watch: unity::ResourceException: 
DirWatcher::add_watch(): failed to add watch for path: 
/custom/lib/x86_64-linux-gnu/unity-scopes. inotify_add_watch() failed. (fd = 
14, path = /custom/lib/x86_64-linux-gnu/unity-scopes)
ScopesWatcher::add_install_dir(): install dir watch: unity::ResourceException: 
DirWatcher::add_watch(): failed to add watch for path: 
/home/liuxg/.local/share/unity-scopes/. inotify_add_watch() failed. (fd = 15, 
path = /home/liuxg/.local/share/unity-scopes/)
OpenGL Warning: glFlushVertexArrayRangeNV not found in mesa table
OpenGL Warning: glVertexArrayRangeNV not found in mesa table
OpenGL Warning: glCombinerInputNV not found in mesa table
OpenGL Warning: glCombinerOutputNV not found in mesa table
OpenGL Warning: glCombinerParameterfNV not found in mesa table
OpenGL Warning: glCombinerParameterfvNV not found in mesa table
OpenGL Warning: glCombinerParameteriNV not found in mesa table
OpenGL Warning: glCombinerParameterivNV not found in mesa table
OpenGL Warning: glFinalCombinerInputNV not found in mesa table
OpenGL Warning: glGetCombinerInputParameterfvNV not found in mesa table
OpenGL Warning: glGetCombinerInputParameterivNV not found in mesa table
OpenGL Warning: glGetCombinerOutputParameterfvNV not found in mesa table
OpenGL Warning: glGetCombinerOutputParameterivNV not found in mesa table
OpenGL Warning: glGetFinalCombinerInputParameterfvNV not found in mesa table
OpenGL Warning: glGetFinalCombinerInputParameterivNV not found in mesa table
OpenGL Warning: glDeleteFencesNV not found in mesa table
OpenGL Warning: glFinishFenceNV not found in mesa table
OpenGL Warning: glGenFencesNV not found in mesa table
OpenGL Warning: glGetFenceivNV not found in mesa table
OpenGL Warning: glIsFenceNV not found in mesa table
OpenGL Warning: glSetFenceNV not found in mesa table
OpenGL Warning: glTestFenceNV not found in mesa table
libGL error: core dri or dri2 extension not found
libGL error: failed to load driver: vboxvideo
OpenGL Warning: glXCreatePbuffer not implemented by Chromium
file:///usr/share/unity8/ScopeTool.qml:139:23: Unable to assign null to QString
OpenGL Warning: Assertion failed: crPackGetContext() == (curThread ? 
curThread-packer : NULL), file 
/mnt/tinderbox/add-4.3/src/VBox/Additions/common/crOpenGL/pack/packspu_misc.c, 
line 263
The program has unexpectedly finished.
/usr/bin/unity-scope-tool crashed

Starting /usr/bin/unity-scope-tool...
libGL error: pci id for fd 16: 80ee:beef, driver (null)
scoperegistry: unity::ResourceException: cannot open scope installation 
directory /custom/lib/x86_64-linux-gnu/unity-scopes: No such file or directory
scoperegistry: could not open OEM installation directory, ignoring OEM scopes
scoperegistry: unity::ResourceException: cannot open scope installation 
directory /home/liuxg/.local/share/unity-scopes/: No such file or directory
scoperegistry: could not open Click installation directory, ignoring Click 
scopes
scoperegistry: no remote registry configured, only local scopes will be 
available
ScopesWatcher::add_install_dir(): install dir watch: unity::ResourceException: 
DirWatcher::add_watch(): failed to add watch for path: 
/custom/lib/x86_64-linux-gnu/unity-scopes. inotify_add_watch() failed. (fd = 
14, path = /custom/lib/x86_64-linux-gnu/unity-scopes)
ScopesWatcher::add_install_dir(): install dir watch: unity::ResourceException: 
DirWatcher::add_watch(): failed to add watch for path: 
/home/liuxg/.local/share/unity-scopes/. inotify_add_watch() failed. (fd = 15, 
path = /home/liuxg/.local/share/unity-scopes/)
OpenGL Warning: glFlushVertexArrayRangeNV not found in mesa table
OpenGL Warning: glVertexArrayRangeNV not found in mesa table
OpenGL Warning: glCombinerInputNV not found in mesa table
OpenGL Warning: glCombinerOutputNV not found in mesa table
OpenGL Warning: glCombinerParameterfNV not found in mesa table
OpenGL Warning: glCombinerParameterfvNV not found in mesa table
OpenGL Warning: glCombinerParameteriNV not found in mesa table
OpenGL Warning: glCombinerParameterivNV not found in mesa table
OpenGL Warning: glFinalCombinerInputNV not found in mesa table
OpenGL Warning: 

[Touch-packages] [Bug 1129061] Re: Applications fail to render under VirtualBox

2014-08-18 Thread XiaoGuo, Liu
** Attachment added: virutalbox.png
   
https://bugs.launchpad.net/ubuntu-ui-toolkit/+bug/1129061/+attachment/4181250/+files/virutalbox.png

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to qtdeclarative-opensource-
src in Ubuntu.
https://bugs.launchpad.net/bugs/1129061

Title:
  Applications fail to render under VirtualBox

Status in Ubuntu UI Toolkit:
  Invalid
Status in “qtdeclarative-opensource-src” package in Ubuntu:
  Fix Released

Bug description:
  Install Ubuntu 12.04 in VirtualBox and install the necessary extensions to 
enable 3d accelerated desktop.
  Install the toolkit and the notepad-qml (and 
qtdeclarative5-localstorage-plugin as per bug 1119730) inside the VM

  Run the notepad-qml demo application in a terminal

  Observe the following messages, and the window doesn't render
  correctly.

  alan@amd64vm:~$ notepad-qml 
  QSqlDatabase: QSQLITE driver not loaded
  QSqlDatabase: available drivers: QMYSQL QMYSQL3
  QSqlQuery::prepare: database not open
  file:///usr/share/notepad-qml/Models/DataModel.qml:103: Error: Driver not 
loaded Driver not loaded
  OpenGL Warning: XGetVisualInfo returned 0 visuals for 0x2186850
  OpenGL Warning: Retry with 0x8002 returned 0 visuals
  OpenGL Warning: XGetVisualInfo returned 0 visuals for 0x2186850
  OpenGL Warning: Retry with 0x8002 returned 0 visuals
  OpenGL Warning: XGetVisualInfo returned 0 visuals for 0x2186850
  OpenGL Warning: Retry with 0x8002 returned 0 visuals
  OpenGL Warning: glXGetFBConfigAttrib for 0x2186850, failed to get XVisualInfo
  OpenGL Warning: XGetVisualInfo returned 0 visuals for 0x2186850
  OpenGL Warning: Retry with 0x8002 returned 0 visuals
  OpenGL Warning: glXGetFBConfigAttrib for 0x2186850, failed to get XVisualInfo
  OpenGL Warning: XGetVisualInfo returned 0 visuals for 0x2186850
  OpenGL Warning: Retry with 0x8002 returned 0 visuals
  OpenGL Warning: glXGetFBConfigAttrib for 0x2186850, failed to get XVisualInfo
  OpenGL Warning: XGetVisualInfo returned 0 visuals for 0x2186850
  OpenGL Warning: Retry with 0x8002 returned 0 visuals
  OpenGL Warning: glXGetFBConfigAttrib for 0x2186850, failed to get XVisualInfo
  OpenGL Warning: XGetVisualInfo returned 0 visuals for 0x2186850
  OpenGL Warning: Retry with 0x8002 returned 0 visuals
  OpenGL Warning: glXGetFBConfigAttrib for 0x2186850, failed to get XVisualInfo
  OpenGL Warning: XGetVisualInfo returned 0 visuals for 0x2186850
  OpenGL Warning: Retry with 0x8002 returned 0 visuals
  OpenGL Warning: glXGetFBConfigAttrib for 0x2186850, failed to get XVisualInfo
  OpenGL Warning: XGetVisualInfo returned 0 visuals for 0x2186850
  OpenGL Warning: Retry with 0x8002 returned 0 visuals
  OpenGL Warning: glXGetFBConfigAttrib for 0x2186850, failed to get XVisualInfo
  OpenGL Warning: XGetVisualInfo returned 0 visuals for 0x2186850
  OpenGL Warning: Retry with 0x8002 returned 0 visuals
  OpenGL Warning: glXGetFBConfigAttrib for 0x2186850, failed to get XVisualInfo
  Unrecognized OpenGL version
  Unrecognized OpenGL version
  OpenGL Warning: glXChooseFBConfig returning NULL, due to attrib=0xc, next=0x18
  OpenGL Warning: glXChooseFBConfig returning NULL, due to attrib=0xc, next=0x18
  Unrecognized OpenGL version
  Unrecognized OpenGL version

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-ui-toolkit/+bug/1129061/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1349842] Re: Cannot see the installed application after installing a click package

2014-07-29 Thread XiaoGuo, Liu
Steps:

1) adb push xxx.click /home/phablet
2) adb shell
3) su - phablet
4) pkcon install-local xxx.click

It is supposed to see the installed application under Application
page. However, I cannot find the icon for it. i have to search for the
name of the application to get it launched.

Thanks  best regards,
XiaoGuo

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to unity-scope-click in
Ubuntu.
https://bugs.launchpad.net/bugs/1349842

Title:
  Cannot see the installed application after installing a click package

Status in “unity-scope-click” package in Ubuntu:
  New

Bug description:
  I cannot find the installed click package application. I can only find
  it after searching it or reboot my phone. Please fix this. thanks!

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/unity-scope-click/+bug/1349842/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1349842] [NEW] Cannot see the installed application after installing a click package

2014-07-29 Thread XiaoGuo, Liu
Public bug reported:

I cannot find the installed click package application. I can only find
it after searching it or reboot my phone. Please fix this. thanks!

** Affects: unity-scope-click (Ubuntu)
 Importance: Undecided
 Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to unity-scope-click in
Ubuntu.
https://bugs.launchpad.net/bugs/1349842

Title:
  Cannot see the installed application after installing a click package

Status in “unity-scope-click” package in Ubuntu:
  New

Bug description:
  I cannot find the installed click package application. I can only find
  it after searching it or reboot my phone. Please fix this. thanks!

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/unity-scope-click/+bug/1349842/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1343039] Re: Cannot install chroot

2014-07-21 Thread XiaoGuo, Liu
HI Michael,

Thanks for your investigation. I think this problem has been resolved. I
talked to xnox, and an engineer said that that could be caused by some
of the rouge mirror on the server side.

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to click in Ubuntu.
https://bugs.launchpad.net/bugs/1343039

Title:
  Cannot install chroot

Status in “click” package in Ubuntu:
  Incomplete

Bug description:
  I have the following error when trying to install chroot in the VM.

  ---Click exited with errors, please check the output---Traceback (most recent 
call last):
File /usr/bin/click, line 86, in module
  sys.exit(main())
File /usr/bin/click, line 82, in main
  return mod.run(args)
File /usr/lib/python3/dist-packages/click/commands/chroot.py, line 244, 
in run
  return args.func(parser, args)
File /usr/lib/python3/dist-packages/click/commands/chroot.py, line 67, in 
create
  return chroot.create(args.keep_broken_chroot)
File /usr/lib/python3/dist-packages/click/chroot.py, line 422, in create
  self._debootstrap(components, mount)
File /usr/lib/python3/dist-packages/click/chroot.py, line 360, in 
_debootstrap
  self.archive
File /usr/lib/python3.4/subprocess.py, line 561, in check_call
  raise CalledProcessError(retcode, cmd)
  subprocess.CalledProcessError: Command '['debootstrap', '--arch', 'amd64', 
'--variant=buildd', '--components=main,restricted,universe,multiverse', 
'utopic', '/var/lib/schroot/chroots/click-ubuntu-sdk-14.10-armhf', 
'http://archive.ubuntu.com/ubuntu']' returned non-zero exit status 1
  I: Retrieving Release 
  I: Retrieving Release.gpg 
  I: Checking Release signature
  E: Invalid Release signature (key id 40976EAF437D05B5)
  There was an error creating the click target, cleaning up
  A chroot for that name and architecture does not exist.
  Please use 'create' to create it.
  Deleting /etc/schroot/chroot.d/click-ubuntu-sdk-14.10-armhf
  Deleting /var/lib/schroot/chroots/click-ubuntu-sdk-14.10-armhf
  click target was removed successfullyuo

  Is there any way to uninstall my current SDK. I want to reinstall
  everything again.

  Best regards,
  XiaoG

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/click/+bug/1343039/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1343039] Re: Cannot install chroot

2014-07-17 Thread XiaoGuo, Liu
When I am trying to install it in command line:

sudo click chroot -a armhf -f ubuntu-sdk-14.10 create

I get the following error:


I: Base system installed successfully.
E: click-ubuntu-sdk-14.10-armhf-d572a8ec-bda7-4213-bf01-1bdc07201990: Failed to 
lock chroot: 
/var/lib/schroot/session/click-ubuntu-sdk-14.10-armhf-d572a8ec-bda7-4213-bf01-1bdc07201990:
 Failed to write session file: No such file or directory
Command returned 1: schroot -u root -c source:click-ubuntu-sdk-14.10-armhf -- 
/finish.sh
Traceback (most recent call last):
  File /usr/bin/click, line 86, in module
sys.exit(main())
  File /usr/bin/click, line 82, in main
return mod.run(args)
  File /usr/lib/python3/dist-packages/click/commands/chroot.py, line 244, in 
run
return args.func(parser, args)
  File /usr/lib/python3/dist-packages/click/commands/chroot.py, line 67, in 
create
return chroot.create(args.keep_broken_chroot)
  File /usr/lib/python3/dist-packages/click/chroot.py, line 443, in create
self.destroy()
  File /usr/lib/python3/dist-packages/click/chroot.py, line 524, in destroy
Chroot %s does not exist % self.full_name)
click.chroot.ClickChrootDoesNotExistException: Chroot 
click-ubuntu-sdk-14.10-armhf does not exist

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to click in Ubuntu.
https://bugs.launchpad.net/bugs/1343039

Title:
  Cannot install chroot

Status in “click” package in Ubuntu:
  New

Bug description:
  I have the following error when trying to install chroot in the VM.

  ---Click exited with errors, please check the output---Traceback (most recent 
call last):
File /usr/bin/click, line 86, in module
  sys.exit(main())
File /usr/bin/click, line 82, in main
  return mod.run(args)
File /usr/lib/python3/dist-packages/click/commands/chroot.py, line 244, 
in run
  return args.func(parser, args)
File /usr/lib/python3/dist-packages/click/commands/chroot.py, line 67, in 
create
  return chroot.create(args.keep_broken_chroot)
File /usr/lib/python3/dist-packages/click/chroot.py, line 422, in create
  self._debootstrap(components, mount)
File /usr/lib/python3/dist-packages/click/chroot.py, line 360, in 
_debootstrap
  self.archive
File /usr/lib/python3.4/subprocess.py, line 561, in check_call
  raise CalledProcessError(retcode, cmd)
  subprocess.CalledProcessError: Command '['debootstrap', '--arch', 'amd64', 
'--variant=buildd', '--components=main,restricted,universe,multiverse', 
'utopic', '/var/lib/schroot/chroots/click-ubuntu-sdk-14.10-armhf', 
'http://archive.ubuntu.com/ubuntu']' returned non-zero exit status 1
  I: Retrieving Release 
  I: Retrieving Release.gpg 
  I: Checking Release signature
  E: Invalid Release signature (key id 40976EAF437D05B5)
  There was an error creating the click target, cleaning up
  A chroot for that name and architecture does not exist.
  Please use 'create' to create it.
  Deleting /etc/schroot/chroot.d/click-ubuntu-sdk-14.10-armhf
  Deleting /var/lib/schroot/chroots/click-ubuntu-sdk-14.10-armhf
  click target was removed successfullyuo

  Is there any way to uninstall my current SDK. I want to reinstall
  everything again.

  Best regards,
  XiaoG

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/click/+bug/1343039/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


  1   2   >