[Touch-packages] [Bug 1561668] Re: The reason for using backgroundTertiaryText in SectionsStyle is unclear.

2016-11-23 Thread Tim Peeters
** Changed in: ubuntu-ui-toolkit (Ubuntu)
 Assignee: Tim Peeters (tpeeters) => (unassigned)

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

Title:
  The reason for using backgroundTertiaryText in SectionsStyle is
  unclear.

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

Bug description:
  Looking at SectionStyle.qml [1], it seems the section headers use
  theme.palette.selected.backgroundTertiaryText to set the color. As I
  understand backgroundText, backgroundSecondaryText and
  backgroundTertiaryText are used to denote levels. The page sections
  have only 1 label and thereby should use
  theme.palette.selected.backgroundText instead.

  On talking to timp, he did make me understand that the main page
  header uses backgroundText while the section headers uses tertiaryText
  which does make sense. But that is something other app devs won't
  think of. May be the solution is to show a visual illustration where
  each SDK component shows what palette color it is using.

  Do note that this is not about which set (normal, disabled, selected,
  highlighted) to use, but rather the actual palette value.

  [1] http://bazaar.launchpad.net/~ubuntu-sdk-team/ubuntu-ui-
  
toolkit/staging/view/head:/src/Ubuntu/Components/Themes/Ambiance/1.3/SectionsStyle.qml

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-ux/+bug/1561668/+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 1561668] Re: The reason for using backgroundTertiaryText in SectionsStyle is unclear.

2016-08-26 Thread Paty Davila
** Changed in: ubuntu-ux
   Status: Confirmed => Triaged

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

Title:
  The reason for using backgroundTertiaryText in SectionsStyle is
  unclear.

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

Bug description:
  Looking at SectionStyle.qml [1], it seems the section headers use
  theme.palette.selected.backgroundTertiaryText to set the color. As I
  understand backgroundText, backgroundSecondaryText and
  backgroundTertiaryText are used to denote levels. The page sections
  have only 1 label and thereby should use
  theme.palette.selected.backgroundText instead.

  On talking to timp, he did make me understand that the main page
  header uses backgroundText while the section headers uses tertiaryText
  which does make sense. But that is something other app devs won't
  think of. May be the solution is to show a visual illustration where
  each SDK component shows what palette color it is using.

  Do note that this is not about which set (normal, disabled, selected,
  highlighted) to use, but rather the actual palette value.

  [1] http://bazaar.launchpad.net/~ubuntu-sdk-team/ubuntu-ui-
  
toolkit/staging/view/head:/src/Ubuntu/Components/Themes/Ambiance/1.3/SectionsStyle.qml

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-ux/+bug/1561668/+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 1561668] Re: The reason for using backgroundTertiaryText in SectionsStyle is unclear.

2016-06-15 Thread Jamie Young
The most sensible place for these reference graphics to live is the
tutorial: https://developer.ubuntu.com/en/phone/apps/qml/tutorials
/ubuntu-ui-toolkit-palette/

We can reference the different components, their palette values as well
as explain the palette in one place.

** Changed in: ubuntu-ux
 Assignee: Rae Shambrook (raecontreras) => Jamie Young (jamiedawsonyoung)

** Changed in: ubuntu-ux
   Importance: Undecided => Medium

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

Title:
  The reason for using backgroundTertiaryText in SectionsStyle is
  unclear.

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

Bug description:
  Looking at SectionStyle.qml [1], it seems the section headers use
  theme.palette.selected.backgroundTertiaryText to set the color. As I
  understand backgroundText, backgroundSecondaryText and
  backgroundTertiaryText are used to denote levels. The page sections
  have only 1 label and thereby should use
  theme.palette.selected.backgroundText instead.

  On talking to timp, he did make me understand that the main page
  header uses backgroundText while the section headers uses tertiaryText
  which does make sense. But that is something other app devs won't
  think of. May be the solution is to show a visual illustration where
  each SDK component shows what palette color it is using.

  Do note that this is not about which set (normal, disabled, selected,
  highlighted) to use, but rather the actual palette value.

  [1] http://bazaar.launchpad.net/~ubuntu-sdk-team/ubuntu-ui-
  
toolkit/staging/view/head:/src/Ubuntu/Components/Themes/Ambiance/1.3/SectionsStyle.qml

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-ux/+bug/1561668/+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 1561668] Re: The reason for using backgroundTertiaryText in SectionsStyle is unclear.

2016-06-15 Thread Tim Peeters
Sounds good :)

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

Title:
  The reason for using backgroundTertiaryText in SectionsStyle is
  unclear.

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

Bug description:
  Looking at SectionStyle.qml [1], it seems the section headers use
  theme.palette.selected.backgroundTertiaryText to set the color. As I
  understand backgroundText, backgroundSecondaryText and
  backgroundTertiaryText are used to denote levels. The page sections
  have only 1 label and thereby should use
  theme.palette.selected.backgroundText instead.

  On talking to timp, he did make me understand that the main page
  header uses backgroundText while the section headers uses tertiaryText
  which does make sense. But that is something other app devs won't
  think of. May be the solution is to show a visual illustration where
  each SDK component shows what palette color it is using.

  Do note that this is not about which set (normal, disabled, selected,
  highlighted) to use, but rather the actual palette value.

  [1] http://bazaar.launchpad.net/~ubuntu-sdk-team/ubuntu-ui-
  
toolkit/staging/view/head:/src/Ubuntu/Components/Themes/Ambiance/1.3/SectionsStyle.qml

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-ux/+bug/1561668/+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 1561668] Re: The reason for using backgroundTertiaryText in SectionsStyle is unclear.

2016-04-08 Thread Jamie Young
Assigning this to Rae. We've discussed a short-term solution and Pierre
is building something for a more longer term one too.

** Changed in: ubuntu-ux
 Assignee: Jamie Young (jamiedawsonyoung) => Rae Shambrook (raecontreras)

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

Title:
  The reason for using backgroundTertiaryText in SectionsStyle is
  unclear.

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

Bug description:
  Looking at SectionStyle.qml [1], it seems the section headers use
  theme.palette.selected.backgroundTertiaryText to set the color. As I
  understand backgroundText, backgroundSecondaryText and
  backgroundTertiaryText are used to denote levels. The page sections
  have only 1 label and thereby should use
  theme.palette.selected.backgroundText instead.

  On talking to timp, he did make me understand that the main page
  header uses backgroundText while the section headers uses tertiaryText
  which does make sense. But that is something other app devs won't
  think of. May be the solution is to show a visual illustration where
  each SDK component shows what palette color it is using.

  Do note that this is not about which set (normal, disabled, selected,
  highlighted) to use, but rather the actual palette value.

  [1] http://bazaar.launchpad.net/~ubuntu-sdk-team/ubuntu-ui-
  
toolkit/staging/view/head:/src/Ubuntu/Components/Themes/Ambiance/1.3/SectionsStyle.qml

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-ux/+bug/1561668/+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 1561668] Re: The reason for using backgroundTertiaryText in SectionsStyle is unclear.

2016-04-08 Thread Tim Peeters
** Changed in: ubuntu-ui-toolkit (Ubuntu)
   Status: Invalid => 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/1561668

Title:
  The reason for using backgroundTertiaryText in SectionsStyle is
  unclear.

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

Bug description:
  Looking at SectionStyle.qml [1], it seems the section headers use
  theme.palette.selected.backgroundTertiaryText to set the color. As I
  understand backgroundText, backgroundSecondaryText and
  backgroundTertiaryText are used to denote levels. The page sections
  have only 1 label and thereby should use
  theme.palette.selected.backgroundText instead.

  On talking to timp, he did make me understand that the main page
  header uses backgroundText while the section headers uses tertiaryText
  which does make sense. But that is something other app devs won't
  think of. May be the solution is to show a visual illustration where
  each SDK component shows what palette color it is using.

  Do note that this is not about which set (normal, disabled, selected,
  highlighted) to use, but rather the actual palette value.

  [1] http://bazaar.launchpad.net/~ubuntu-sdk-team/ubuntu-ui-
  
toolkit/staging/view/head:/src/Ubuntu/Components/Themes/Ambiance/1.3/SectionsStyle.qml

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-ux/+bug/1561668/+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 1561668] Re: The reason for using backgroundTertiaryText in SectionsStyle is unclear.

2016-04-07 Thread Tim Peeters
The solution that we discussed for this bug was for Jamie to publish an
overview graphic (or multiple) that shows all the components and their
color (in different themes). That way it is easy to look up what the
colors are used for.

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

** Changed in: ubuntu-ui-toolkit (Ubuntu)
   Importance: Undecided => Medium

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

Title:
  The reason for using backgroundTertiaryText in SectionsStyle is
  unclear.

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

Bug description:
  Looking at SectionStyle.qml [1], it seems the section headers use
  theme.palette.selected.backgroundTertiaryText to set the color. As I
  understand backgroundText, backgroundSecondaryText and
  backgroundTertiaryText are used to denote levels. The page sections
  have only 1 label and thereby should use
  theme.palette.selected.backgroundText instead.

  On talking to timp, he did make me understand that the main page
  header uses backgroundText while the section headers uses tertiaryText
  which does make sense. But that is something other app devs won't
  think of. May be the solution is to show a visual illustration where
  each SDK component shows what palette color it is using.

  Do note that this is not about which set (normal, disabled, selected,
  highlighted) to use, but rather the actual palette value.

  [1] http://bazaar.launchpad.net/~ubuntu-sdk-team/ubuntu-ui-
  
toolkit/staging/view/head:/src/Ubuntu/Components/Themes/Ambiance/1.3/SectionsStyle.qml

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-ux/+bug/1561668/+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 1561668] Re: The reason for using backgroundTertiaryText in SectionsStyle is unclear.

2016-03-25 Thread Tim Peeters
** Changed in: ubuntu-ux
   Status: New => 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/1561668

Title:
  The reason for using backgroundTertiaryText in SectionsStyle is
  unclear.

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

Bug description:
  Looking at SectionStyle.qml [1], it seems the section headers use
  theme.palette.selected.backgroundTertiaryText to set the color. As I
  understand backgroundText, backgroundSecondaryText and
  backgroundTertiaryText are used to denote levels. The page sections
  have only 1 label and thereby should use
  theme.palette.selected.backgroundText instead.

  On talking to timp, he did make me understand that the main page
  header uses backgroundText while the section headers uses tertiaryText
  which does make sense. But that is something other app devs won't
  think of. May be the solution is to show a visual illustration where
  each SDK component shows what palette color it is using.

  Do note that this is not about which set (normal, disabled, selected,
  highlighted) to use, but rather the actual palette value.

  [1] http://bazaar.launchpad.net/~ubuntu-sdk-team/ubuntu-ui-
  
toolkit/staging/view/head:/src/Ubuntu/Components/Themes/Ambiance/1.3/SectionsStyle.qml

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-ux/+bug/1561668/+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 1561668] Re: The reason for using backgroundTertiaryText in SectionsStyle is unclear.

2016-03-24 Thread Tim Peeters
** Summary changed:

- SectionStyle shouldn't use backgroundTertiaryText to set the color of 
selected section
+ The reason for using backgroundTertiaryText in SectionsStyle is unclear.

** Changed in: ubuntu-ui-toolkit (Ubuntu)
 Assignee: (unassigned) => Tim Peeters (tpeeters)

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

Title:
  The reason for using backgroundTertiaryText in SectionsStyle is
  unclear.

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

Bug description:
  Looking at SectionStyle.qml [1], it seems the section headers use
  theme.palette.selected.backgroundTertiaryText to set the color. As I
  understand backgroundText, backgroundSecondaryText and
  backgroundTertiaryText are used to denote levels. The page sections
  have only 1 label and thereby should use
  theme.palette.selected.backgroundText instead.

  On talking to timp, he did make me understand that the main page
  header uses backgroundText while the section headers uses tertiaryText
  which does make sense. But that is something other app devs won't
  think of. May be the solution is to show a visual illustration where
  each SDK component shows what palette color it is using.

  Do note that this is not about which set (normal, disabled, selected,
  highlighted) to use, but rather the actual palette value.

  [1] http://bazaar.launchpad.net/~ubuntu-sdk-team/ubuntu-ui-
  
toolkit/staging/view/head:/src/Ubuntu/Components/Themes/Ambiance/1.3/SectionsStyle.qml

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