[Touch-packages] [Bug 1409307] Re: attributes dont show without title

2015-01-20 Thread Giorgio Venturi
** Changed in: ubuntu-ux
 Assignee: (unassigned) = James Mulholland (jamesjosephmulholland)

** Changed in: ubuntu-ux
   Importance: Undecided = High

** Changed in: ubuntu-ux
   Status: New = Triaged

-- 
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/1409307

Title:
  attributes dont show without title

Status in The Savilerow project:
  New
Status in Ubuntu UX bugs:
  Triaged
Status in unity-scopes-api package in Ubuntu:
  Invalid
Status in unity8 package in Ubuntu:
  Incomplete

Bug description:
  I want to display category attributes but not titles (for the number
  of Likes under each picture in Facebook Photos scope).

  But, it seems attributes do not display unless I add a title
  component.

  So with this catrenderer, attributes do NOT display:

  {
  schema-version : 1,
  template : { 
  category-layout : grid,
  card-size: small
  },  
  components : { 
  art : art,
  attributes: attrs
  }   
  }

  And with this one attributes DO display:
  {
  schema-version : 1,
  template : { 
  category-layout : grid,
  card-size: small
  },  
  components : { 
  title: title,
  art : art,
  attributes: attrs
  }   
  }

  phablet@ubuntu-phablet:~$ apt-cache policy libunity-scopes3
  libunity-scopes3:
Instalados: 0.6.9+15.04.20141216.2~rtm-0ubuntu

  
  See images.

To manage notifications about this bug go to:
https://bugs.launchpad.net/savilerow/+bug/1409307/+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 1409307] Re: attributes dont show without title

2015-01-15 Thread Thomas Strehl
Setting the title blank cannot be a solution as we wouldn't want to
change card layouts depending whether the title is blank or not, but
rather by having the component available at all. Saviq, is it possible
to make the title optional or would we rather need an entire new card?

-- 
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/1409307

Title:
  attributes dont show without title

Status in The Savilerow project:
  New
Status in unity-scopes-api package in Ubuntu:
  Invalid
Status in unity8 package in Ubuntu:
  New

Bug description:
  I want to display category attributes but not titles (for the number
  of Likes under each picture in Facebook Photos scope).

  But, it seems attributes do not display unless I add a title
  component.

  So with this catrenderer, attributes do NOT display:

  {
  schema-version : 1,
  template : { 
  category-layout : grid,
  card-size: small
  },  
  components : { 
  art : art,
  attributes: attrs
  }   
  }

  And with this one attributes DO display:
  {
  schema-version : 1,
  template : { 
  category-layout : grid,
  card-size: small
  },  
  components : { 
  title: title,
  art : art,
  attributes: attrs
  }   
  }

  phablet@ubuntu-phablet:~$ apt-cache policy libunity-scopes3
  libunity-scopes3:
Instalados: 0.6.9+15.04.20141216.2~rtm-0ubuntu

  
  See images.

To manage notifications about this bug go to:
https://bugs.launchpad.net/savilerow/+bug/1409307/+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 1409307] Re: attributes dont show without title

2015-01-15 Thread Michał Sawicz
Let me restate that. Title is mandatory in card *headers*, if there's no
title, the header is blank.

-- 
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/1409307

Title:
  attributes dont show without title

Status in The Savilerow project:
  New
Status in Ubuntu UX bugs:
  New
Status in unity-scopes-api package in Ubuntu:
  Invalid
Status in unity8 package in Ubuntu:
  Incomplete

Bug description:
  I want to display category attributes but not titles (for the number
  of Likes under each picture in Facebook Photos scope).

  But, it seems attributes do not display unless I add a title
  component.

  So with this catrenderer, attributes do NOT display:

  {
  schema-version : 1,
  template : { 
  category-layout : grid,
  card-size: small
  },  
  components : { 
  art : art,
  attributes: attrs
  }   
  }

  And with this one attributes DO display:
  {
  schema-version : 1,
  template : { 
  category-layout : grid,
  card-size: small
  },  
  components : { 
  title: title,
  art : art,
  attributes: attrs
  }   
  }

  phablet@ubuntu-phablet:~$ apt-cache policy libunity-scopes3
  libunity-scopes3:
Instalados: 0.6.9+15.04.20141216.2~rtm-0ubuntu

  
  See images.

To manage notifications about this bug go to:
https://bugs.launchpad.net/savilerow/+bug/1409307/+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 1409307] Re: attributes dont show without title

2015-01-15 Thread Thomas Strehl
** Also affects: unity8 (Ubuntu)
   Importance: Undecided
   Status: New

** Changed in: unity-scopes-api (Ubuntu)
   Status: New = Invalid

** Changed in: unity8 (Ubuntu)
   Importance: Undecided = High

-- 
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/1409307

Title:
  attributes dont show without title

Status in The Savilerow project:
  New
Status in unity-scopes-api package in Ubuntu:
  Invalid
Status in unity8 package in Ubuntu:
  New

Bug description:
  I want to display category attributes but not titles (for the number
  of Likes under each picture in Facebook Photos scope).

  But, it seems attributes do not display unless I add a title
  component.

  So with this catrenderer, attributes do NOT display:

  {
  schema-version : 1,
  template : { 
  category-layout : grid,
  card-size: small
  },  
  components : { 
  art : art,
  attributes: attrs
  }   
  }

  And with this one attributes DO display:
  {
  schema-version : 1,
  template : { 
  category-layout : grid,
  card-size: small
  },  
  components : { 
  title: title,
  art : art,
  attributes: attrs
  }   
  }

  phablet@ubuntu-phablet:~$ apt-cache policy libunity-scopes3
  libunity-scopes3:
Instalados: 0.6.9+15.04.20141216.2~rtm-0ubuntu

  
  See images.

To manage notifications about this bug go to:
https://bugs.launchpad.net/savilerow/+bug/1409307/+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 1409307] Re: attributes dont show without title

2015-01-15 Thread Michał Sawicz
Per design, title is currently mandatory in cards.

** Changed in: unity8 (Ubuntu)
   Status: New = Incomplete

** Also affects: ubuntu-ux
   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/1409307

Title:
  attributes dont show without title

Status in The Savilerow project:
  New
Status in Ubuntu UX bugs:
  New
Status in unity-scopes-api package in Ubuntu:
  Invalid
Status in unity8 package in Ubuntu:
  Incomplete

Bug description:
  I want to display category attributes but not titles (for the number
  of Likes under each picture in Facebook Photos scope).

  But, it seems attributes do not display unless I add a title
  component.

  So with this catrenderer, attributes do NOT display:

  {
  schema-version : 1,
  template : { 
  category-layout : grid,
  card-size: small
  },  
  components : { 
  art : art,
  attributes: attrs
  }   
  }

  And with this one attributes DO display:
  {
  schema-version : 1,
  template : { 
  category-layout : grid,
  card-size: small
  },  
  components : { 
  title: title,
  art : art,
  attributes: attrs
  }   
  }

  phablet@ubuntu-phablet:~$ apt-cache policy libunity-scopes3
  libunity-scopes3:
Instalados: 0.6.9+15.04.20141216.2~rtm-0ubuntu

  
  See images.

To manage notifications about this bug go to:
https://bugs.launchpad.net/savilerow/+bug/1409307/+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 1409307] Re: attributes dont show without title

2015-01-14 Thread Pat McGowan
@thomas product team  asked to bump priority

** Changed in: unity-scopes-api (Ubuntu)
   Importance: Undecided = High

** Changed in: unity-scopes-api (Ubuntu)
 Assignee: (unassigned) = Thomas Strehl (strehl-t)

-- 
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/1409307

Title:
  attributes dont show without title

Status in The Savilerow project:
  New
Status in unity-scopes-api package in Ubuntu:
  New

Bug description:
  I want to display category attributes but not titles (for the number
  of Likes under each picture in Facebook Photos scope).

  But, it seems attributes do not display unless I add a title
  component.

  So with this catrenderer, attributes do NOT display:

  {
  schema-version : 1,
  template : { 
  category-layout : grid,
  card-size: small
  },  
  components : { 
  art : art,
  attributes: attrs
  }   
  }

  And with this one attributes DO display:
  {
  schema-version : 1,
  template : { 
  category-layout : grid,
  card-size: small
  },  
  components : { 
  title: title,
  art : art,
  attributes: attrs
  }   
  }

  phablet@ubuntu-phablet:~$ apt-cache policy libunity-scopes3
  libunity-scopes3:
Instalados: 0.6.9+15.04.20141216.2~rtm-0ubuntu

  
  See images.

To manage notifications about this bug go to:
https://bugs.launchpad.net/savilerow/+bug/1409307/+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 1409307] Re: attributes dont show without title

2015-01-12 Thread Kyle Nitzsche
The title field is already set to blank with this: catres.set_title();

The problem with this is the unused vertical space where the title
component is.

-- 
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/1409307

Title:
  attributes dont show without title

Status in The Savilerow project:
  New
Status in unity-scopes-api package in Ubuntu:
  New

Bug description:
  I want to display category attributes but not titles (for the number
  of Likes under each picture in Facebook Photos scope).

  But, it seems attributes do not display unless I add a title
  component.

  So with this catrenderer, attributes do NOT display:

  {
  schema-version : 1,
  template : { 
  category-layout : grid,
  card-size: small
  },  
  components : { 
  art : art,
  attributes: attrs
  }   
  }

  And with this one attributes DO display:
  {
  schema-version : 1,
  template : { 
  category-layout : grid,
  card-size: small
  },  
  components : { 
  title: title,
  art : art,
  attributes: attrs
  }   
  }

  phablet@ubuntu-phablet:~$ apt-cache policy libunity-scopes3
  libunity-scopes3:
Instalados: 0.6.9+15.04.20141216.2~rtm-0ubuntu

  
  See images.

To manage notifications about this bug go to:
https://bugs.launchpad.net/savilerow/+bug/1409307/+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 1409307] Re: attributes dont show without title

2015-01-10 Thread Kyle Nitzsche
with title component, so attributes show

** Attachment added: with-attributes.png
   
https://bugs.launchpad.net/ubuntu/+source/unity-scopes-api/+bug/1409307/+attachment/4295330/+files/with-attributes.png

** Also affects: savilerow
   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/1409307

Title:
  attributes dont show without title

Status in The Savilerow project:
  New
Status in unity-scopes-api package in Ubuntu:
  New

Bug description:
  I want to display category attributes but not titles (for the number
  of Likes under each picture in Facebook Photos scope).

  But, it seems attributes do not display unless I add a title
  component.

  So with this catrenderer, attributes do NOT display:

  {
  schema-version : 1,
  template : { 
  category-layout : grid,
  card-size: small
  },  
  components : { 
  art : art,
  attributes: attrs
  }   
  }

  And with this one attributes DO display:
  {
  schema-version : 1,
  template : { 
  category-layout : grid,
  card-size: small
  },  
  components : { 
  title: title,
  art : art,
  attributes: attrs
  }   
  }

  phablet@ubuntu-phablet:~$ apt-cache policy libunity-scopes3
  libunity-scopes3:
Instalados: 0.6.9+15.04.20141216.2~rtm-0ubuntu

  
  See images.

To manage notifications about this bug go to:
https://bugs.launchpad.net/savilerow/+bug/1409307/+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 1409307] Re: attributes dont show without title

2015-01-10 Thread Michi Henning
The title component is mandatory, so this really is no surprise.

One suggestion would be to map the title component to a field that is
empty or contains a blank. That might do what you want?

-- 
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/1409307

Title:
  attributes dont show without title

Status in The Savilerow project:
  New
Status in unity-scopes-api package in Ubuntu:
  New

Bug description:
  I want to display category attributes but not titles (for the number
  of Likes under each picture in Facebook Photos scope).

  But, it seems attributes do not display unless I add a title
  component.

  So with this catrenderer, attributes do NOT display:

  {
  schema-version : 1,
  template : { 
  category-layout : grid,
  card-size: small
  },  
  components : { 
  art : art,
  attributes: attrs
  }   
  }

  And with this one attributes DO display:
  {
  schema-version : 1,
  template : { 
  category-layout : grid,
  card-size: small
  },  
  components : { 
  title: title,
  art : art,
  attributes: attrs
  }   
  }

  phablet@ubuntu-phablet:~$ apt-cache policy libunity-scopes3
  libunity-scopes3:
Instalados: 0.6.9+15.04.20141216.2~rtm-0ubuntu

  
  See images.

To manage notifications about this bug go to:
https://bugs.launchpad.net/savilerow/+bug/1409307/+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