[Touch-packages] [Bug 1581047] Re: UbuntuColors considered harmful

2017-04-21 Thread Michael Terry
** Changed in: dialer-app (Ubuntu)
 Assignee: Michael Terry (mterry) => (unassigned)

** Changed in: trust-store (Ubuntu)
 Assignee: Michael Terry (mterry) => (unassigned)

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to ubuntu-system-settings-
online-accounts in Ubuntu.
https://bugs.launchpad.net/bugs/1581047

Title:
  UbuntuColors considered harmful

Status in webapps-sprint:
  Fix Released
Status in dialer-app package in Ubuntu:
  In Progress
Status in reminders-app package in Ubuntu:
  Fix Committed
Status in trust-store package in Ubuntu:
  In Progress
Status in ubuntu-system-settings package in Ubuntu:
  Fix Released
Status in ubuntu-system-settings-online-accounts package in Ubuntu:
  Fix Released
Status in unity8 package in Ubuntu:
  Fix Released
Status in webbrowser-app package in Ubuntu:
  Fix Released

Bug description:
  After the latest theme changes (that introduced blue and green to our
  palette), there are incorrect colors in ubuntu-system-settings (and
  elsewhere).

  Partly because of hardcoded colors via UbuntuColors.  Ideally,
  semantic color names from the palette would be used instead.
  "theme.palette.normal.positive" instead of "UbuntuColors.green" for
  example.

  A simple grep should give lots of locations that could be corrected.

  In addition, it seems that UbuntuColors.orange is used in several
  places that aren't focus related.  Like for buttons.  Those might want
  to switch to green via theme.palette.normal.positive.

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

  And if you're curious what the semantic colors actually resolve to,
  you can see the current mapping between UbuntuColors and the theme by
  looking at /usr/lib/x86_64-linux-
  gnu/qt5/qml/Ubuntu/Components/Themes/Ambiance/1.3/AmbianceNormal.qml
  (or wherever it lives on your system).

To manage notifications about this bug go to:
https://bugs.launchpad.net/webapps-sprint/+bug/1581047/+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 1581047] Re: UbuntuColors considered harmful

2017-04-21 Thread Michael Terry
** Changed in: reminders-app (Ubuntu)
 Assignee: Michael Terry (mterry) => (unassigned)

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to ubuntu-system-settings-
online-accounts in Ubuntu.
https://bugs.launchpad.net/bugs/1581047

Title:
  UbuntuColors considered harmful

Status in webapps-sprint:
  Fix Released
Status in dialer-app package in Ubuntu:
  In Progress
Status in reminders-app package in Ubuntu:
  Fix Committed
Status in trust-store package in Ubuntu:
  In Progress
Status in ubuntu-system-settings package in Ubuntu:
  Fix Released
Status in ubuntu-system-settings-online-accounts package in Ubuntu:
  Fix Released
Status in unity8 package in Ubuntu:
  Fix Released
Status in webbrowser-app package in Ubuntu:
  Fix Released

Bug description:
  After the latest theme changes (that introduced blue and green to our
  palette), there are incorrect colors in ubuntu-system-settings (and
  elsewhere).

  Partly because of hardcoded colors via UbuntuColors.  Ideally,
  semantic color names from the palette would be used instead.
  "theme.palette.normal.positive" instead of "UbuntuColors.green" for
  example.

  A simple grep should give lots of locations that could be corrected.

  In addition, it seems that UbuntuColors.orange is used in several
  places that aren't focus related.  Like for buttons.  Those might want
  to switch to green via theme.palette.normal.positive.

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

  And if you're curious what the semantic colors actually resolve to,
  you can see the current mapping between UbuntuColors and the theme by
  looking at /usr/lib/x86_64-linux-
  gnu/qt5/qml/Ubuntu/Components/Themes/Ambiance/1.3/AmbianceNormal.qml
  (or wherever it lives on your system).

To manage notifications about this bug go to:
https://bugs.launchpad.net/webapps-sprint/+bug/1581047/+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 1581047] Re: UbuntuColors considered harmful

2016-08-27 Thread Launchpad Bug Tracker
This bug was fixed in the package webbrowser-app -
0.23+16.10.20160825-0ubuntu1

---
webbrowser-app (0.23+16.10.20160825-0ubuntu1) yakkety; urgency=medium

  [ Florian Boucault ]
  * Load images needed at startup asynchronously.

  [ Michael Terry ]
  * Use less hard-coded colors in favor of theme colors. (LP: #1581047)

  [ Olivier Tilloy ]
  * Relax one unit test’s expectations to cater for different behaviours
in different Qt versions (LP: #1611403)
  * Revert the workaround for bug #1585942 now that the bug has been
properly fixed. (LP: #1585942)
  * Skip webapp container autopilot tests that exercise keyboard
shortcuts when not run on desktop. (LP: #1611832)
  * Add missing string to translation template. (LP: #1607713)
  * Fix a handful of harmless warnings in QML unit tests.
  * Add user agent overrides for Google recaptcha. (LP: #1599146)

 -- Olivier Tilloy   Thu, 25 Aug 2016
09:53:50 +

** Changed in: webbrowser-app (Ubuntu)
   Status: In Progress => Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to ubuntu-system-settings-
online-accounts in Ubuntu.
https://bugs.launchpad.net/bugs/1581047

Title:
  UbuntuColors considered harmful

Status in webapps-sprint:
  Fix Released
Status in dialer-app package in Ubuntu:
  In Progress
Status in reminders-app package in Ubuntu:
  Fix Committed
Status in trust-store package in Ubuntu:
  In Progress
Status in ubuntu-system-settings package in Ubuntu:
  Fix Released
Status in ubuntu-system-settings-online-accounts package in Ubuntu:
  Fix Released
Status in unity8 package in Ubuntu:
  Fix Released
Status in webbrowser-app package in Ubuntu:
  Fix Released

Bug description:
  After the latest theme changes (that introduced blue and green to our
  palette), there are incorrect colors in ubuntu-system-settings (and
  elsewhere).

  Partly because of hardcoded colors via UbuntuColors.  Ideally,
  semantic color names from the palette would be used instead.
  "theme.palette.normal.positive" instead of "UbuntuColors.green" for
  example.

  A simple grep should give lots of locations that could be corrected.

  In addition, it seems that UbuntuColors.orange is used in several
  places that aren't focus related.  Like for buttons.  Those might want
  to switch to green via theme.palette.normal.positive.

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

  And if you're curious what the semantic colors actually resolve to,
  you can see the current mapping between UbuntuColors and the theme by
  looking at /usr/lib/x86_64-linux-
  gnu/qt5/qml/Ubuntu/Components/Themes/Ambiance/1.3/AmbianceNormal.qml
  (or wherever it lives on your system).

To manage notifications about this bug go to:
https://bugs.launchpad.net/webapps-sprint/+bug/1581047/+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 1581047] Re: UbuntuColors considered harmful

2016-06-21 Thread David Barth
** Changed in: webapps-sprint
   Status: In Progress => Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to ubuntu-system-settings-
online-accounts in Ubuntu.
https://bugs.launchpad.net/bugs/1581047

Title:
  UbuntuColors considered harmful

Status in webapps-sprint:
  Fix Released
Status in dialer-app package in Ubuntu:
  In Progress
Status in reminders-app package in Ubuntu:
  Fix Committed
Status in trust-store package in Ubuntu:
  In Progress
Status in ubuntu-system-settings package in Ubuntu:
  Fix Released
Status in ubuntu-system-settings-online-accounts package in Ubuntu:
  Fix Released
Status in unity8 package in Ubuntu:
  Fix Released
Status in webbrowser-app package in Ubuntu:
  In Progress

Bug description:
  After the latest theme changes (that introduced blue and green to our
  palette), there are incorrect colors in ubuntu-system-settings (and
  elsewhere).

  Partly because of hardcoded colors via UbuntuColors.  Ideally,
  semantic color names from the palette would be used instead.
  "theme.palette.normal.positive" instead of "UbuntuColors.green" for
  example.

  A simple grep should give lots of locations that could be corrected.

  In addition, it seems that UbuntuColors.orange is used in several
  places that aren't focus related.  Like for buttons.  Those might want
  to switch to green via theme.palette.normal.positive.

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

  And if you're curious what the semantic colors actually resolve to,
  you can see the current mapping between UbuntuColors and the theme by
  looking at /usr/lib/x86_64-linux-
  gnu/qt5/qml/Ubuntu/Components/Themes/Ambiance/1.3/AmbianceNormal.qml
  (or wherever it lives on your system).

To manage notifications about this bug go to:
https://bugs.launchpad.net/webapps-sprint/+bug/1581047/+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 1581047] Re: UbuntuColors considered harmful

2016-06-16 Thread Launchpad Bug Tracker
This bug was fixed in the package ubuntu-system-settings-online-accounts
- 0.7+16.10.20160610-0ubuntu1

---
ubuntu-system-settings-online-accounts (0.7+16.10.20160610-0ubuntu1) yakkety; 
urgency=medium

  [ Alberto Mardegan ]
  * Immediately accept degenerate requests from unconfined processes
(LP: #1582824)
  * Replace incorrect usage of UbuntuColors (LP: #1581047)
  * Update pot file for translations (LP: #1533091)
  * Open popups in an overlaid webview (LP: #1428591)
  * Skip tests on arm64 (LP: #1585942)

  [ Alberto Mardegan, Timo Jyrinki ]
  * Stop depending on transitional packages. (LP: #1583079)

 -- Alberto Mardegan   Fri, 10 Jun 2016
09:46:37 +

** Changed in: ubuntu-system-settings-online-accounts (Ubuntu)
   Status: In Progress => Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to ubuntu-system-settings-
online-accounts in Ubuntu.
https://bugs.launchpad.net/bugs/1581047

Title:
  UbuntuColors considered harmful

Status in webapps-sprint:
  In Progress
Status in dialer-app package in Ubuntu:
  In Progress
Status in reminders-app package in Ubuntu:
  Fix Committed
Status in trust-store package in Ubuntu:
  In Progress
Status in ubuntu-system-settings package in Ubuntu:
  Fix Released
Status in ubuntu-system-settings-online-accounts package in Ubuntu:
  Fix Released
Status in unity8 package in Ubuntu:
  Fix Released
Status in webbrowser-app package in Ubuntu:
  In Progress

Bug description:
  After the latest theme changes (that introduced blue and green to our
  palette), there are incorrect colors in ubuntu-system-settings (and
  elsewhere).

  Partly because of hardcoded colors via UbuntuColors.  Ideally,
  semantic color names from the palette would be used instead.
  "theme.palette.normal.positive" instead of "UbuntuColors.green" for
  example.

  A simple grep should give lots of locations that could be corrected.

  In addition, it seems that UbuntuColors.orange is used in several
  places that aren't focus related.  Like for buttons.  Those might want
  to switch to green via theme.palette.normal.positive.

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

  And if you're curious what the semantic colors actually resolve to,
  you can see the current mapping between UbuntuColors and the theme by
  looking at /usr/lib/x86_64-linux-
  gnu/qt5/qml/Ubuntu/Components/Themes/Ambiance/1.3/AmbianceNormal.qml
  (or wherever it lives on your system).

To manage notifications about this bug go to:
https://bugs.launchpad.net/webapps-sprint/+bug/1581047/+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 1581047] Re: UbuntuColors considered harmful

2016-06-14 Thread Launchpad Bug Tracker
** Branch linked: lp:~mterry/dialer-app/no-ubuntu-colors

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to ubuntu-system-settings-
online-accounts in Ubuntu.
https://bugs.launchpad.net/bugs/1581047

Title:
  UbuntuColors considered harmful

Status in webapps-sprint:
  In Progress
Status in dialer-app package in Ubuntu:
  In Progress
Status in reminders-app package in Ubuntu:
  Fix Committed
Status in trust-store package in Ubuntu:
  In Progress
Status in ubuntu-system-settings package in Ubuntu:
  Fix Released
Status in ubuntu-system-settings-online-accounts package in Ubuntu:
  In Progress
Status in unity8 package in Ubuntu:
  Fix Released
Status in webbrowser-app package in Ubuntu:
  In Progress

Bug description:
  After the latest theme changes (that introduced blue and green to our
  palette), there are incorrect colors in ubuntu-system-settings (and
  elsewhere).

  Partly because of hardcoded colors via UbuntuColors.  Ideally,
  semantic color names from the palette would be used instead.
  "theme.palette.normal.positive" instead of "UbuntuColors.green" for
  example.

  A simple grep should give lots of locations that could be corrected.

  In addition, it seems that UbuntuColors.orange is used in several
  places that aren't focus related.  Like for buttons.  Those might want
  to switch to green via theme.palette.normal.positive.

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

  And if you're curious what the semantic colors actually resolve to,
  you can see the current mapping between UbuntuColors and the theme by
  looking at /usr/lib/x86_64-linux-
  gnu/qt5/qml/Ubuntu/Components/Themes/Ambiance/1.3/AmbianceNormal.qml
  (or wherever it lives on your system).

To manage notifications about this bug go to:
https://bugs.launchpad.net/webapps-sprint/+bug/1581047/+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 1581047] Re: UbuntuColors considered harmful

2016-06-14 Thread Michael Terry
** Changed in: reminders-app (Ubuntu)
   Status: In Progress => Fix Committed

** Changed in: dialer-app (Ubuntu)
   Status: New => In Progress

** Changed in: dialer-app (Ubuntu)
 Assignee: (unassigned) => Michael Terry (mterry)

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to ubuntu-system-settings-
online-accounts in Ubuntu.
https://bugs.launchpad.net/bugs/1581047

Title:
  UbuntuColors considered harmful

Status in webapps-sprint:
  In Progress
Status in dialer-app package in Ubuntu:
  In Progress
Status in reminders-app package in Ubuntu:
  Fix Committed
Status in trust-store package in Ubuntu:
  In Progress
Status in ubuntu-system-settings package in Ubuntu:
  Fix Released
Status in ubuntu-system-settings-online-accounts package in Ubuntu:
  In Progress
Status in unity8 package in Ubuntu:
  Fix Released
Status in webbrowser-app package in Ubuntu:
  In Progress

Bug description:
  After the latest theme changes (that introduced blue and green to our
  palette), there are incorrect colors in ubuntu-system-settings (and
  elsewhere).

  Partly because of hardcoded colors via UbuntuColors.  Ideally,
  semantic color names from the palette would be used instead.
  "theme.palette.normal.positive" instead of "UbuntuColors.green" for
  example.

  A simple grep should give lots of locations that could be corrected.

  In addition, it seems that UbuntuColors.orange is used in several
  places that aren't focus related.  Like for buttons.  Those might want
  to switch to green via theme.palette.normal.positive.

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

  And if you're curious what the semantic colors actually resolve to,
  you can see the current mapping between UbuntuColors and the theme by
  looking at /usr/lib/x86_64-linux-
  gnu/qt5/qml/Ubuntu/Components/Themes/Ambiance/1.3/AmbianceNormal.qml
  (or wherever it lives on your system).

To manage notifications about this bug go to:
https://bugs.launchpad.net/webapps-sprint/+bug/1581047/+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 1581047] Re: UbuntuColors considered harmful

2016-06-14 Thread Michael Terry
** Also affects: dialer-app (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-system-settings-
online-accounts in Ubuntu.
https://bugs.launchpad.net/bugs/1581047

Title:
  UbuntuColors considered harmful

Status in webapps-sprint:
  In Progress
Status in dialer-app package in Ubuntu:
  In Progress
Status in reminders-app package in Ubuntu:
  Fix Committed
Status in trust-store package in Ubuntu:
  In Progress
Status in ubuntu-system-settings package in Ubuntu:
  Fix Released
Status in ubuntu-system-settings-online-accounts package in Ubuntu:
  In Progress
Status in unity8 package in Ubuntu:
  Fix Released
Status in webbrowser-app package in Ubuntu:
  In Progress

Bug description:
  After the latest theme changes (that introduced blue and green to our
  palette), there are incorrect colors in ubuntu-system-settings (and
  elsewhere).

  Partly because of hardcoded colors via UbuntuColors.  Ideally,
  semantic color names from the palette would be used instead.
  "theme.palette.normal.positive" instead of "UbuntuColors.green" for
  example.

  A simple grep should give lots of locations that could be corrected.

  In addition, it seems that UbuntuColors.orange is used in several
  places that aren't focus related.  Like for buttons.  Those might want
  to switch to green via theme.palette.normal.positive.

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

  And if you're curious what the semantic colors actually resolve to,
  you can see the current mapping between UbuntuColors and the theme by
  looking at /usr/lib/x86_64-linux-
  gnu/qt5/qml/Ubuntu/Components/Themes/Ambiance/1.3/AmbianceNormal.qml
  (or wherever it lives on your system).

To manage notifications about this bug go to:
https://bugs.launchpad.net/webapps-sprint/+bug/1581047/+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 1581047] Re: UbuntuColors considered harmful

2016-06-08 Thread Launchpad Bug Tracker
This bug was fixed in the package ubuntu-system-settings -
0.4+16.10.20160606-0ubuntu1

---
ubuntu-system-settings (0.4+16.10.20160606-0ubuntu1) yakkety; urgency=medium

  [ Michael Terry ]
  * Update some button colors to the new theme style (LP: #1581047)

 -- Ken VanDine   Mon, 06 Jun 2016 22:02:47
+

** Changed in: ubuntu-system-settings (Ubuntu)
   Status: In Progress => Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to ubuntu-system-settings-
online-accounts in Ubuntu.
https://bugs.launchpad.net/bugs/1581047

Title:
  UbuntuColors considered harmful

Status in webapps-sprint:
  In Progress
Status in reminders-app package in Ubuntu:
  In Progress
Status in trust-store package in Ubuntu:
  In Progress
Status in ubuntu-system-settings package in Ubuntu:
  Fix Released
Status in ubuntu-system-settings-online-accounts package in Ubuntu:
  In Progress
Status in unity8 package in Ubuntu:
  Fix Released
Status in webbrowser-app package in Ubuntu:
  In Progress

Bug description:
  After the latest theme changes (that introduced blue and green to our
  palette), there are incorrect colors in ubuntu-system-settings (and
  elsewhere).

  Partly because of hardcoded colors via UbuntuColors.  Ideally,
  semantic color names from the palette would be used instead.
  "theme.palette.normal.positive" instead of "UbuntuColors.green" for
  example.

  A simple grep should give lots of locations that could be corrected.

  In addition, it seems that UbuntuColors.orange is used in several
  places that aren't focus related.  Like for buttons.  Those might want
  to switch to green via theme.palette.normal.positive.

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

  And if you're curious what the semantic colors actually resolve to,
  you can see the current mapping between UbuntuColors and the theme by
  looking at /usr/lib/x86_64-linux-
  gnu/qt5/qml/Ubuntu/Components/Themes/Ambiance/1.3/AmbianceNormal.qml
  (or wherever it lives on your system).

To manage notifications about this bug go to:
https://bugs.launchpad.net/webapps-sprint/+bug/1581047/+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 1581047] Re: UbuntuColors considered harmful

2016-06-01 Thread Launchpad Bug Tracker
This bug was fixed in the package unity8 - 8.12+16.10.20160527-0ubuntu1

---
unity8 (8.12+16.10.20160527-0ubuntu1) yakkety; urgency=medium

  [ Albert Astals Cid ]
  * Activate on click for SimpleMessages (LP: #1421696)
  * Add override
  * Change the art back to the cardData value if it changes from broken
to valid image (LP: #1533577)
  * Concierge mode generated code optimization
  * Don't use context properties but properties of the delegates
  * Listen to contentItem::widthChanged instead of
Flickable::contentWidthChanged (LP: #1565763)
  * Make some AP code faster
  * Make tests a bit more stable
  * Make unity8 and unity8-dash handle termination signals
  * Remove  workaround not needed anymore (LP: #1475643)
  * Resolve cardArtStyle on compile time
  * Set the theme earlier (LP: #1574048)

  [ Albert Astals Cid, Daniel d'Andrada ]
  * Remove DirectionalDragArea and libs/UbuntuGestures and port to SDK
equivalents

  [ Andrea Cimitan ]
  * Hide the preview review input field when a rating is required (LP:
#1541971)

  [ CI Train Bot ]
  * Resync trunk.

  [ Daniel d'Andrada ]
  * Fix DragHandle so it works in all directions
  * Support animated cursors
  * WindowInputMonitor - also map Qt::Key_HomePage to our home key
  * plugins/Cursor: properly register to the screen's QPlatformCursor
when screen changes (LP: #1579742)

  [ Josh Arenson ]
  * Close the PageHeaderExtraPanel when a filter option is selected (LP:
#1569498)
  * Wrap primaryFilter in a flickable to make it behave nicely. (LP:
#1569492)

  [ Lukáš Tinkl ]
  * First snap decision should always be expanded, unless user decides
otherwise (LP: #1580090, #1575045)
  * Fullscreen notification bug fixes (LP: #1583944, #1581498, #1422711)
  * Implement maximizing windows horizontally/vertically
  * Lock the session when putting the laptop into sleep (LP: #1581063)

  [ Lukáš Tinkl, Michael Terry ]
  * With a maximized window, "dragging" the panel down should restore it

  [ Michael Terry ]
  * Change some dash button colors from orange to green. (LP: #1581047)
  * Use PageHeader instead Ambiance's PageHeadStyle
  * Use new setTimeZone method to set user-friendly timezone name in the
wizard. (LP: #1566295)

  [ Michael Zanetti ]
  * Remove the background dimming when the launcher is revealed by a
drag (LP: #1575137)
  * reenable or drop disabled tests

 -- Michael Terry   Fri, 27 May 2016
13:54:44 +

** Changed in: unity8 (Ubuntu)
   Status: In Progress => Fix Released

** Branch linked: lp:~ci-train-bot/unity8/unity8-ubuntu-yakkety-
landing-025

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to ubuntu-system-settings-
online-accounts in Ubuntu.
https://bugs.launchpad.net/bugs/1581047

Title:
  UbuntuColors considered harmful

Status in webapps-sprint:
  In Progress
Status in reminders-app package in Ubuntu:
  In Progress
Status in trust-store package in Ubuntu:
  In Progress
Status in ubuntu-system-settings package in Ubuntu:
  In Progress
Status in ubuntu-system-settings-online-accounts package in Ubuntu:
  In Progress
Status in unity8 package in Ubuntu:
  Fix Released
Status in webbrowser-app package in Ubuntu:
  In Progress

Bug description:
  After the latest theme changes (that introduced blue and green to our
  palette), there are incorrect colors in ubuntu-system-settings (and
  elsewhere).

  Partly because of hardcoded colors via UbuntuColors.  Ideally,
  semantic color names from the palette would be used instead.
  "theme.palette.normal.positive" instead of "UbuntuColors.green" for
  example.

  A simple grep should give lots of locations that could be corrected.

  In addition, it seems that UbuntuColors.orange is used in several
  places that aren't focus related.  Like for buttons.  Those might want
  to switch to green via theme.palette.normal.positive.

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

  And if you're curious what the semantic colors actually resolve to,
  you can see the current mapping between UbuntuColors and the theme by
  looking at /usr/lib/x86_64-linux-
  gnu/qt5/qml/Ubuntu/Components/Themes/Ambiance/1.3/AmbianceNormal.qml
  (or wherever it lives on your system).

To manage notifications about this bug go to:
https://bugs.launchpad.net/webapps-sprint/+bug/1581047/+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 1581047] Re: UbuntuColors considered harmful

2016-05-23 Thread Michael Terry
** Changed in: reminders-app (Ubuntu)
   Status: New => In Progress

** Changed in: reminders-app (Ubuntu)
 Assignee: (unassigned) => Michael Terry (mterry)

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to ubuntu-system-settings-
online-accounts in Ubuntu.
https://bugs.launchpad.net/bugs/1581047

Title:
  UbuntuColors considered harmful

Status in webapps-sprint:
  In Progress
Status in reminders-app package in Ubuntu:
  In Progress
Status in trust-store package in Ubuntu:
  In Progress
Status in ubuntu-system-settings package in Ubuntu:
  In Progress
Status in ubuntu-system-settings-online-accounts package in Ubuntu:
  In Progress
Status in unity8 package in Ubuntu:
  In Progress
Status in webbrowser-app package in Ubuntu:
  In Progress

Bug description:
  After the latest theme changes (that introduced blue and green to our
  palette), there are incorrect colors in ubuntu-system-settings (and
  elsewhere).

  Partly because of hardcoded colors via UbuntuColors.  Ideally,
  semantic color names from the palette would be used instead.
  "theme.palette.normal.positive" instead of "UbuntuColors.green" for
  example.

  A simple grep should give lots of locations that could be corrected.

  In addition, it seems that UbuntuColors.orange is used in several
  places that aren't focus related.  Like for buttons.  Those might want
  to switch to green via theme.palette.normal.positive.

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

  And if you're curious what the semantic colors actually resolve to,
  you can see the current mapping between UbuntuColors and the theme by
  looking at /usr/lib/x86_64-linux-
  gnu/qt5/qml/Ubuntu/Components/Themes/Ambiance/1.3/AmbianceNormal.qml
  (or wherever it lives on your system).

To manage notifications about this bug go to:
https://bugs.launchpad.net/webapps-sprint/+bug/1581047/+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 1581047] Re: UbuntuColors considered harmful

2016-05-23 Thread Launchpad Bug Tracker
** Branch linked: lp:~mterry/reminders-app/no-ubuntucolors

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to ubuntu-system-settings-
online-accounts in Ubuntu.
https://bugs.launchpad.net/bugs/1581047

Title:
  UbuntuColors considered harmful

Status in webapps-sprint:
  In Progress
Status in reminders-app package in Ubuntu:
  In Progress
Status in trust-store package in Ubuntu:
  In Progress
Status in ubuntu-system-settings package in Ubuntu:
  In Progress
Status in ubuntu-system-settings-online-accounts package in Ubuntu:
  In Progress
Status in unity8 package in Ubuntu:
  In Progress
Status in webbrowser-app package in Ubuntu:
  In Progress

Bug description:
  After the latest theme changes (that introduced blue and green to our
  palette), there are incorrect colors in ubuntu-system-settings (and
  elsewhere).

  Partly because of hardcoded colors via UbuntuColors.  Ideally,
  semantic color names from the palette would be used instead.
  "theme.palette.normal.positive" instead of "UbuntuColors.green" for
  example.

  A simple grep should give lots of locations that could be corrected.

  In addition, it seems that UbuntuColors.orange is used in several
  places that aren't focus related.  Like for buttons.  Those might want
  to switch to green via theme.palette.normal.positive.

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

  And if you're curious what the semantic colors actually resolve to,
  you can see the current mapping between UbuntuColors and the theme by
  looking at /usr/lib/x86_64-linux-
  gnu/qt5/qml/Ubuntu/Components/Themes/Ambiance/1.3/AmbianceNormal.qml
  (or wherever it lives on your system).

To manage notifications about this bug go to:
https://bugs.launchpad.net/webapps-sprint/+bug/1581047/+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 1581047] Re: UbuntuColors considered harmful

2016-05-23 Thread Michael Terry
** Also affects: reminders-app (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-system-settings-
online-accounts in Ubuntu.
https://bugs.launchpad.net/bugs/1581047

Title:
  UbuntuColors considered harmful

Status in webapps-sprint:
  In Progress
Status in reminders-app package in Ubuntu:
  New
Status in trust-store package in Ubuntu:
  In Progress
Status in ubuntu-system-settings package in Ubuntu:
  In Progress
Status in ubuntu-system-settings-online-accounts package in Ubuntu:
  In Progress
Status in unity8 package in Ubuntu:
  In Progress
Status in webbrowser-app package in Ubuntu:
  In Progress

Bug description:
  After the latest theme changes (that introduced blue and green to our
  palette), there are incorrect colors in ubuntu-system-settings (and
  elsewhere).

  Partly because of hardcoded colors via UbuntuColors.  Ideally,
  semantic color names from the palette would be used instead.
  "theme.palette.normal.positive" instead of "UbuntuColors.green" for
  example.

  A simple grep should give lots of locations that could be corrected.

  In addition, it seems that UbuntuColors.orange is used in several
  places that aren't focus related.  Like for buttons.  Those might want
  to switch to green via theme.palette.normal.positive.

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

  And if you're curious what the semantic colors actually resolve to,
  you can see the current mapping between UbuntuColors and the theme by
  looking at /usr/lib/x86_64-linux-
  gnu/qt5/qml/Ubuntu/Components/Themes/Ambiance/1.3/AmbianceNormal.qml
  (or wherever it lives on your system).

To manage notifications about this bug go to:
https://bugs.launchpad.net/webapps-sprint/+bug/1581047/+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 1581047] Re: UbuntuColors considered harmful

2016-05-23 Thread Launchpad Bug Tracker
** Branch linked: lp:~mardy/ubuntu-system-settings-online-
accounts/colors-1581047

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to ubuntu-system-settings-
online-accounts in Ubuntu.
https://bugs.launchpad.net/bugs/1581047

Title:
  UbuntuColors considered harmful

Status in webapps-sprint:
  In Progress
Status in trust-store package in Ubuntu:
  In Progress
Status in ubuntu-system-settings package in Ubuntu:
  In Progress
Status in ubuntu-system-settings-online-accounts package in Ubuntu:
  In Progress
Status in unity8 package in Ubuntu:
  In Progress
Status in webbrowser-app package in Ubuntu:
  In Progress

Bug description:
  After the latest theme changes (that introduced blue and green to our
  palette), there are incorrect colors in ubuntu-system-settings (and
  elsewhere).

  Partly because of hardcoded colors via UbuntuColors.  Ideally,
  semantic color names from the palette would be used instead.
  "theme.palette.normal.positive" instead of "UbuntuColors.green" for
  example.

  A simple grep should give lots of locations that could be corrected.

  In addition, it seems that UbuntuColors.orange is used in several
  places that aren't focus related.  Like for buttons.  Those might want
  to switch to green via theme.palette.normal.positive.

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

  And if you're curious what the semantic colors actually resolve to,
  you can see the current mapping between UbuntuColors and the theme by
  looking at /usr/lib/x86_64-linux-
  gnu/qt5/qml/Ubuntu/Components/Themes/Ambiance/1.3/AmbianceNormal.qml
  (or wherever it lives on your system).

To manage notifications about this bug go to:
https://bugs.launchpad.net/webapps-sprint/+bug/1581047/+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 1581047] Re: UbuntuColors considered harmful

2016-05-23 Thread Alberto Mardegan
** Also affects: webapps-sprint
   Importance: Undecided
   Status: New

** Changed in: webapps-sprint
Milestone: None => sprint-23

** Changed in: webapps-sprint
 Assignee: (unassigned) => Alberto Mardegan (mardy)

** Changed in: webapps-sprint
   Importance: Undecided => Medium

** Changed in: webapps-sprint
   Status: New => In Progress

** Changed in: ubuntu-system-settings-online-accounts (Ubuntu)
   Status: Confirmed => In Progress

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to ubuntu-system-settings-
online-accounts in Ubuntu.
https://bugs.launchpad.net/bugs/1581047

Title:
  UbuntuColors considered harmful

Status in webapps-sprint:
  In Progress
Status in trust-store package in Ubuntu:
  In Progress
Status in ubuntu-system-settings package in Ubuntu:
  In Progress
Status in ubuntu-system-settings-online-accounts package in Ubuntu:
  In Progress
Status in unity8 package in Ubuntu:
  In Progress
Status in webbrowser-app package in Ubuntu:
  In Progress

Bug description:
  After the latest theme changes (that introduced blue and green to our
  palette), there are incorrect colors in ubuntu-system-settings (and
  elsewhere).

  Partly because of hardcoded colors via UbuntuColors.  Ideally,
  semantic color names from the palette would be used instead.
  "theme.palette.normal.positive" instead of "UbuntuColors.green" for
  example.

  A simple grep should give lots of locations that could be corrected.

  In addition, it seems that UbuntuColors.orange is used in several
  places that aren't focus related.  Like for buttons.  Those might want
  to switch to green via theme.palette.normal.positive.

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

  And if you're curious what the semantic colors actually resolve to,
  you can see the current mapping between UbuntuColors and the theme by
  looking at /usr/lib/x86_64-linux-
  gnu/qt5/qml/Ubuntu/Components/Themes/Ambiance/1.3/AmbianceNormal.qml
  (or wherever it lives on your system).

To manage notifications about this bug go to:
https://bugs.launchpad.net/webapps-sprint/+bug/1581047/+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 1581047] Re: UbuntuColors considered harmful

2016-05-22 Thread Michael Terry
** Changed in: webbrowser-app (Ubuntu)
   Status: New => In Progress

** Changed in: webbrowser-app (Ubuntu)
 Assignee: (unassigned) => Michael Terry (mterry)

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to ubuntu-system-settings-
online-accounts in Ubuntu.
https://bugs.launchpad.net/bugs/1581047

Title:
  UbuntuColors considered harmful

Status in trust-store package in Ubuntu:
  In Progress
Status in ubuntu-system-settings package in Ubuntu:
  In Progress
Status in ubuntu-system-settings-online-accounts package in Ubuntu:
  Confirmed
Status in unity8 package in Ubuntu:
  In Progress
Status in webbrowser-app package in Ubuntu:
  In Progress

Bug description:
  After the latest theme changes (that introduced blue and green to our
  palette), there are incorrect colors in ubuntu-system-settings (and
  elsewhere).

  Partly because of hardcoded colors via UbuntuColors.  Ideally,
  semantic color names from the palette would be used instead.
  "theme.palette.normal.positive" instead of "UbuntuColors.green" for
  example.

  A simple grep should give lots of locations that could be corrected.

  In addition, it seems that UbuntuColors.orange is used in several
  places that aren't focus related.  Like for buttons.  Those might want
  to switch to green via theme.palette.normal.positive.

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

  And if you're curious what the semantic colors actually resolve to,
  you can see the current mapping between UbuntuColors and the theme by
  looking at /usr/lib/x86_64-linux-
  gnu/qt5/qml/Ubuntu/Components/Themes/Ambiance/1.3/AmbianceNormal.qml
  (or wherever it lives on your system).

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/trust-store/+bug/1581047/+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 1581047] Re: UbuntuColors considered harmful

2016-05-22 Thread Launchpad Bug Tracker
** Branch linked: lp:~mterry/webbrowser-app/less-ubuntucolors

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to ubuntu-system-settings-
online-accounts in Ubuntu.
https://bugs.launchpad.net/bugs/1581047

Title:
  UbuntuColors considered harmful

Status in trust-store package in Ubuntu:
  In Progress
Status in ubuntu-system-settings package in Ubuntu:
  In Progress
Status in ubuntu-system-settings-online-accounts package in Ubuntu:
  Confirmed
Status in unity8 package in Ubuntu:
  In Progress
Status in webbrowser-app package in Ubuntu:
  New

Bug description:
  After the latest theme changes (that introduced blue and green to our
  palette), there are incorrect colors in ubuntu-system-settings (and
  elsewhere).

  Partly because of hardcoded colors via UbuntuColors.  Ideally,
  semantic color names from the palette would be used instead.
  "theme.palette.normal.positive" instead of "UbuntuColors.green" for
  example.

  A simple grep should give lots of locations that could be corrected.

  In addition, it seems that UbuntuColors.orange is used in several
  places that aren't focus related.  Like for buttons.  Those might want
  to switch to green via theme.palette.normal.positive.

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

  And if you're curious what the semantic colors actually resolve to,
  you can see the current mapping between UbuntuColors and the theme by
  looking at /usr/lib/x86_64-linux-
  gnu/qt5/qml/Ubuntu/Components/Themes/Ambiance/1.3/AmbianceNormal.qml
  (or wherever it lives on your system).

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/trust-store/+bug/1581047/+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 1581047] Re: UbuntuColors considered harmful

2016-05-22 Thread Michael Terry
** Changed in: trust-store (Ubuntu)
   Status: New => In Progress

** Changed in: trust-store (Ubuntu)
 Assignee: (unassigned) => Michael Terry (mterry)

** Changed in: unity8 (Ubuntu)
   Status: New => In Progress

** Changed in: ubuntu-system-settings (Ubuntu)
   Status: New => In Progress

** Changed in: ubuntu-system-settings (Ubuntu)
 Assignee: (unassigned) => Michael Terry (mterry)

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to ubuntu-system-settings-
online-accounts in Ubuntu.
https://bugs.launchpad.net/bugs/1581047

Title:
  UbuntuColors considered harmful

Status in trust-store package in Ubuntu:
  In Progress
Status in ubuntu-system-settings package in Ubuntu:
  In Progress
Status in ubuntu-system-settings-online-accounts package in Ubuntu:
  Confirmed
Status in unity8 package in Ubuntu:
  In Progress
Status in webbrowser-app package in Ubuntu:
  New

Bug description:
  After the latest theme changes (that introduced blue and green to our
  palette), there are incorrect colors in ubuntu-system-settings (and
  elsewhere).

  Partly because of hardcoded colors via UbuntuColors.  Ideally,
  semantic color names from the palette would be used instead.
  "theme.palette.normal.positive" instead of "UbuntuColors.green" for
  example.

  A simple grep should give lots of locations that could be corrected.

  In addition, it seems that UbuntuColors.orange is used in several
  places that aren't focus related.  Like for buttons.  Those might want
  to switch to green via theme.palette.normal.positive.

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

  And if you're curious what the semantic colors actually resolve to,
  you can see the current mapping between UbuntuColors and the theme by
  looking at /usr/lib/x86_64-linux-
  gnu/qt5/qml/Ubuntu/Components/Themes/Ambiance/1.3/AmbianceNormal.qml
  (or wherever it lives on your system).

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/trust-store/+bug/1581047/+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 1581047] Re: UbuntuColors considered harmful

2016-05-22 Thread Launchpad Bug Tracker
** Branch linked: lp:~mterry/trust-store/no-ubuntucolors

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to ubuntu-system-settings-
online-accounts in Ubuntu.
https://bugs.launchpad.net/bugs/1581047

Title:
  UbuntuColors considered harmful

Status in trust-store package in Ubuntu:
  In Progress
Status in ubuntu-system-settings package in Ubuntu:
  In Progress
Status in ubuntu-system-settings-online-accounts package in Ubuntu:
  Confirmed
Status in unity8 package in Ubuntu:
  In Progress
Status in webbrowser-app package in Ubuntu:
  New

Bug description:
  After the latest theme changes (that introduced blue and green to our
  palette), there are incorrect colors in ubuntu-system-settings (and
  elsewhere).

  Partly because of hardcoded colors via UbuntuColors.  Ideally,
  semantic color names from the palette would be used instead.
  "theme.palette.normal.positive" instead of "UbuntuColors.green" for
  example.

  A simple grep should give lots of locations that could be corrected.

  In addition, it seems that UbuntuColors.orange is used in several
  places that aren't focus related.  Like for buttons.  Those might want
  to switch to green via theme.palette.normal.positive.

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

  And if you're curious what the semantic colors actually resolve to,
  you can see the current mapping between UbuntuColors and the theme by
  looking at /usr/lib/x86_64-linux-
  gnu/qt5/qml/Ubuntu/Components/Themes/Ambiance/1.3/AmbianceNormal.qml
  (or wherever it lives on your system).

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/trust-store/+bug/1581047/+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 1581047] Re: UbuntuColors considered harmful

2016-05-22 Thread Michael Terry
** Also affects: webbrowser-app (Ubuntu)
   Importance: Undecided
   Status: New

** Also affects: trust-store (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-system-settings-
online-accounts in Ubuntu.
https://bugs.launchpad.net/bugs/1581047

Title:
  UbuntuColors considered harmful

Status in trust-store package in Ubuntu:
  New
Status in ubuntu-system-settings package in Ubuntu:
  New
Status in ubuntu-system-settings-online-accounts package in Ubuntu:
  Confirmed
Status in unity8 package in Ubuntu:
  New
Status in webbrowser-app package in Ubuntu:
  New

Bug description:
  After the latest theme changes (that introduced blue and green to our
  palette), there are incorrect colors in ubuntu-system-settings (and
  elsewhere).

  Partly because of hardcoded colors via UbuntuColors.  Ideally,
  semantic color names from the palette would be used instead.
  "theme.palette.normal.positive" instead of "UbuntuColors.green" for
  example.

  A simple grep should give lots of locations that could be corrected.

  In addition, it seems that UbuntuColors.orange is used in several
  places that aren't focus related.  Like for buttons.  Those might want
  to switch to green via theme.palette.normal.positive.

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

  And if you're curious what the semantic colors actually resolve to,
  you can see the current mapping between UbuntuColors and the theme by
  looking at /usr/lib/x86_64-linux-
  gnu/qt5/qml/Ubuntu/Components/Themes/Ambiance/1.3/AmbianceNormal.qml
  (or wherever it lives on your system).

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/trust-store/+bug/1581047/+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 1581047] Re: UbuntuColors considered harmful

2016-05-17 Thread Launchpad Bug Tracker
** Branch linked: lp:~mterry/ubuntu-system-settings/less-ubuntucolors

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to ubuntu-system-settings-
online-accounts in Ubuntu.
https://bugs.launchpad.net/bugs/1581047

Title:
  UbuntuColors considered harmful

Status in ubuntu-system-settings package in Ubuntu:
  New
Status in ubuntu-system-settings-online-accounts package in Ubuntu:
  Confirmed
Status in unity8 package in Ubuntu:
  New

Bug description:
  After the latest theme changes (that introduced blue and green to our
  palette), there are incorrect colors in ubuntu-system-settings (and
  elsewhere).

  Partly because of hardcoded colors via UbuntuColors.  Ideally,
  semantic color names from the palette would be used instead.
  "theme.palette.normal.positive" instead of "UbuntuColors.green" for
  example.

  A simple grep should give lots of locations that could be corrected.

  In addition, it seems that UbuntuColors.orange is used in several
  places that aren't focus related.  Like for buttons.  Those might want
  to switch to green via theme.palette.normal.positive.

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

  And if you're curious what the semantic colors actually resolve to,
  you can see the current mapping between UbuntuColors and the theme by
  looking at /usr/lib/x86_64-linux-
  gnu/qt5/qml/Ubuntu/Components/Themes/Ambiance/1.3/AmbianceNormal.qml
  (or wherever it lives on your system).

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ubuntu-system-settings/+bug/1581047/+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 1581047] Re: UbuntuColors considered harmful

2016-05-12 Thread Alberto Mardegan
** Also affects: ubuntu-system-settings-online-accounts (Ubuntu)
   Importance: Undecided
   Status: New

** Changed in: ubuntu-system-settings-online-accounts (Ubuntu)
 Assignee: (unassigned) => Alberto Mardegan (mardy)

** Changed in: ubuntu-system-settings-online-accounts (Ubuntu)
   Importance: Undecided => Medium

** Changed in: ubuntu-system-settings-online-accounts (Ubuntu)
   Status: New => Confirmed

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to ubuntu-system-settings-
online-accounts in Ubuntu.
https://bugs.launchpad.net/bugs/1581047

Title:
  UbuntuColors considered harmful

Status in ubuntu-system-settings package in Ubuntu:
  New
Status in ubuntu-system-settings-online-accounts package in Ubuntu:
  Confirmed
Status in unity8 package in Ubuntu:
  New

Bug description:
  After the latest theme changes (that introduced blue and green to our
  palette), there are incorrect colors in ubuntu-system-settings (and
  elsewhere).

  Partly because of hardcoded colors via UbuntuColors.  Ideally,
  semantic color names from the palette would be used instead.
  "theme.palette.normal.positive" instead of "UbuntuColors.green" for
  example.

  A simple grep should give lots of locations that could be corrected.

  In addition, it seems that UbuntuColors.orange is used in several
  places that aren't focus related.  Like for buttons.  Those might want
  to switch to green via theme.palette.normal.positive.

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

  And if you're curious what the semantic colors actually resolve to,
  you can see the current mapping between UbuntuColors and the theme by
  looking at /usr/lib/x86_64-linux-
  gnu/qt5/qml/Ubuntu/Components/Themes/Ambiance/1.3/AmbianceNormal.qml
  (or wherever it lives on your system).

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ubuntu-system-settings/+bug/1581047/+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 1581047] Re: UbuntuColors considered harmful

2016-05-12 Thread Michael Terry
** Also affects: unity8 (Ubuntu)
   Importance: Undecided
   Status: New

** Changed in: unity8 (Ubuntu)
 Assignee: (unassigned) => Michael Terry (mterry)

** Branch linked: lp:~mterry/unity8/less-ubuntucolors

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

Title:
  UbuntuColors considered harmful

Status in ubuntu-system-settings package in Ubuntu:
  New
Status in unity8 package in Ubuntu:
  New

Bug description:
  After the latest theme changes (that introduced blue and green to our
  palette), there are incorrect colors in ubuntu-system-settings (and
  elsewhere).

  Partly because of hardcoded colors via UbuntuColors.  Ideally,
  semantic color names from the palette would be used instead.
  "theme.palette.normal.positive" instead of "UbuntuColors.green" for
  example.

  A simple grep should give lots of locations that could be corrected.

  In addition, it seems that UbuntuColors.orange is used in several
  places that aren't focus related.  Like for buttons.  Those might want
  to switch to green via theme.palette.normal.positive.

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

  And if you're curious what the semantic colors actually resolve to,
  you can see the current mapping between UbuntuColors and the theme by
  looking at /usr/lib/x86_64-linux-
  gnu/qt5/qml/Ubuntu/Components/Themes/Ambiance/1.3/AmbianceNormal.qml
  (or wherever it lives on your system).

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