[Touch-packages] [Bug 1577828] Re: ActivityIndicator should respect theme activity color (i.e. it should be blue)

2016-09-30 Thread Launchpad Bug Tracker
This bug was fixed in the package ubuntu-ui-toolkit -
1.3.2104+16.10.20160919.3

---
ubuntu-ui-toolkit (1.3.2104+16.10.20160919.3) yakkety; urgency=medium

  [ Andrea Bernabei ]
  * Scrollbar: more hover related bugfixes and unit tests.
Fixes: LP: #1616868, LP: #1616926

  [ Christian Dywan ]
  * QuickUtils.rootObject() needs to handle QQuickWindow. Fixes: LP: #1617745
  * Correctly test and fix trigger override of ComboButton. Fixes: LP: #1614045

  [ Zoltan Balogh ]
  Increase the top marging when scrolling upwards. Fixes LP: 1618581

  [ Timo Jyrinki ]
  * Temporarily skip unit tests on xenial while not all MPs to fix Qt 5.6 issues
have landed yet.

  [ Michael Terry ]
  * Make ActivityIndicator spinner blue instead of orange. Fixes: LP: #1577828.

  [ Loïc Molinari ]
  * Changed src/ directory layout. Made the source directory layout consistent
with Qt libs. The C++ libraries have been moved to src/ and the QML modules
to src/imports/. That also makes it easier to differentiate between modules
and libraries since we have a bunch of them now.
  * Moved internal tools meant to generate code for the toolkit lib from the QML
module directory to the lib directory where it makes more sense.
  * Fixed the build as a Qt submodule.
  * Fixed, cleaned up and standardised header inclusions. Apart from the clean
up and the readability improvements, this fixes a bunch of broken private
header inclusions (#include "foo_p.h" in private headers instead of
"private/foo_p.h" or better ), now all the private headers of the UITK can
be included by the users withour compilation issues. It also removes a bunch
of direct includes from sources and a few INCLUDEPATHs hacks.See the CODING
file for more details.
  * Cleaned up ubuntu_qt_module.prf and the libs using it.
1/ Moved the common config options from the pro files to the prf file to
   avoid duplications and simplify the files.
2/ Removed the useless "TEMPLATE=lib" and "load(qt_build_config)" lines from
   the pro files since it's done for us by qt_module.prf.
3/ Use QT= instead of QT*= since it's well defined that by default its
   content is "core gui".
4/ Prefixed headers and sources by $$PWD/ and sorted the lines
   alphabetically.
5/ Merged the SOURCES declarations in UbuntuToolkit.pro.
6/ Removed the useless "DEFINES += QT_USE_QSTRINGBUILDER" line from
   UbuntuToolkit.pro since it's done for us by qt_module.prf.
7/ Removed the useless "QMAKE_CXXFLAGS -= -Werror=deprecated-declarations"
   and "DEFINES -= QT_DEPRECATED_WARNINGS" lines from UbuntuToolkit.pro
   since it's already done in ubuntu_qt_module.prf.
8/ Added a few comments.
  * Made use of Qt builtin to check GCC version.

  [ Tim Peeters ]
  * Improve the initialization of Action when it gets both iconName and
iconSource from an external component when iconSource is undefined. This
fixes the some times missing overflow button in the ActionBar with Qt 5.6.
I also removed action: modelData from the OverflowPanel because this is
already set automatically in ActionSelectionPopover after everything is
initialized. That fixes a ReferenceError in OverflowPanel with Qt 5.6.
Fixes: LP: #1616858.
  * Use the new arrow icons from the suru-icon-theme in the scrolling ActionBar.
  * Do not skip Xenial and Yakkety series for running unit tests. Individual
unit tests that fail with Qt 5.6 have been disabled, and bugs are reported
here: http://goo.gl/stAe43

  [ Zsombor Egri ]
  * New visuals for ProgressBar. Fixes: LP: #1587176.
  * Fix regression on ActionList API. Fixes: bugs 1623841.
  * Do not show focus frame on disabled items. Fixes: bugs 1611327.

 -- Zoltán Balogh   Mon, 19 Sep 2016
11:52:07 +

** Changed in: ubuntu-ui-toolkit (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-ui-toolkit in
Ubuntu.
https://bugs.launchpad.net/bugs/1577828

Title:
  ActivityIndicator should respect theme activity color (i.e. it should
  be blue)

Status in Ubuntu UX:
  Fix Committed
Status in ubuntu-ui-toolkit package in Ubuntu:
  Fix Released

Bug description:
  ActivityIndicator should use the color specified by
  theme.palette.normal.activity instead of hard coding orange, which is
  supposed to be used to indicate focus, not activity.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-ux/+bug/1577828/+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 1577828] Re: ActivityIndicator should respect theme activity color (i.e. it should be blue)

2016-09-16 Thread Launchpad Bug Tracker
** Branch linked: lp:~ci-train-bot/ubuntu-ui-toolkit/ubuntu-ui-toolkit-
ubuntu-yakkety-1948

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

Title:
  ActivityIndicator should respect theme activity color (i.e. it should
  be blue)

Status in Ubuntu UX:
  Fix Committed
Status in ubuntu-ui-toolkit package in Ubuntu:
  In Progress

Bug description:
  ActivityIndicator should use the color specified by
  theme.palette.normal.activity instead of hard coding orange, which is
  supposed to be used to indicate focus, not activity.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-ux/+bug/1577828/+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 1577828] Re: ActivityIndicator should respect theme activity color (i.e. it should be blue)

2016-06-20 Thread Michael Terry
** Changed in: ubuntu-ui-toolkit (Ubuntu)
 Assignee: Michael Terry (mterry) => Zsombor Egri (zsombi)

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

Title:
  ActivityIndicator should respect theme activity color (i.e. it should
  be blue)

Status in Ubuntu UX:
  Fix Committed
Status in ubuntu-ui-toolkit package in Ubuntu:
  In Progress

Bug description:
  ActivityIndicator should use the color specified by
  theme.palette.normal.activity instead of hard coding orange, which is
  supposed to be used to indicate focus, not activity.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-ux/+bug/1577828/+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 1577828] Re: ActivityIndicator should respect theme activity color (i.e. it should be blue)

2016-06-16 Thread Rae Shambrook
A new blue spinner asset has been given to Zsombor to implement

** Changed in: ubuntu-ux
   Status: In Progress => Fix Committed

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

Title:
  ActivityIndicator should respect theme activity color (i.e. it should
  be blue)

Status in Ubuntu UX:
  Fix Committed
Status in ubuntu-ui-toolkit package in Ubuntu:
  In Progress

Bug description:
  ActivityIndicator should use the color specified by
  theme.palette.normal.activity instead of hard coding orange, which is
  supposed to be used to indicate focus, not activity.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-ux/+bug/1577828/+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 1577828] Re: ActivityIndicator should respect theme activity color (i.e. it should be blue)

2016-06-16 Thread Michael Terry
>From the attached MP:

When talking with Paty about this, she said: "The activity
indicator/spinner should also be blue, but I've just checked with Rae
(rae.shambr...@canonical.com // irc: raeshambrook) who is the visual
designer in charge of the colour palette and she said there were some
issues with that spinner. So she is going to check this and confirm
which is the right asset. Sooo... I'll come back to you as soon as she
does."

So I'm waiting on that.  Shall I try to land the blue spinner version
now and re-visit when we have a new asset, or continue waiting?

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

Title:
  ActivityIndicator should respect theme activity color (i.e. it should
  be blue)

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

Bug description:
  ActivityIndicator should use the color specified by
  theme.palette.normal.activity instead of hard coding orange, which is
  supposed to be used to indicate focus, not activity.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-ux/+bug/1577828/+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 1577828] Re: ActivityIndicator should respect theme activity color (i.e. it should be blue)

2016-06-16 Thread Christian Dywan
** Changed in: ubuntu-ux
   Status: New => In Progress

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

** Changed in: ubuntu-ui-toolkit (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-ui-toolkit in
Ubuntu.
https://bugs.launchpad.net/bugs/1577828

Title:
  ActivityIndicator should respect theme activity color (i.e. it should
  be blue)

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

Bug description:
  ActivityIndicator should use the color specified by
  theme.palette.normal.activity instead of hard coding orange, which is
  supposed to be used to indicate focus, not activity.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-ux/+bug/1577828/+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 1577828] Re: ActivityIndicator should respect theme activity color (i.e. it should be blue)

2016-05-23 Thread Paty Davila
Blue has been specified as the selected state colour. Also being used
for natural activity, for example in progress bars or in general,
activity indicators. Therefore, this component should use the palette
colour blue.

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

Title:
  ActivityIndicator should respect theme activity color (i.e. it should
  be blue)

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

Bug description:
  ActivityIndicator should use the color specified by
  theme.palette.normal.activity instead of hard coding orange, which is
  supposed to be used to indicate focus, not activity.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-ux/+bug/1577828/+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 1577828] Re: ActivityIndicator should respect theme activity color (i.e. it should be blue)

2016-05-23 Thread Launchpad Bug Tracker
** Branch linked: lp:~mterry/ubuntu-ui-toolkit/blue-spinner

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

Title:
  ActivityIndicator should respect theme activity color (i.e. it should
  be blue)

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

Bug description:
  ActivityIndicator should use the color specified by
  theme.palette.normal.activity instead of hard coding orange, which is
  supposed to be used to indicate focus, not activity.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-ux/+bug/1577828/+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 1577828] Re: ActivityIndicator should respect theme activity color (i.e. it should be blue)

2016-05-13 Thread Femma
** Changed in: ubuntu-ux
 Assignee: (unassigned) => Paty Davila (dizzypaty)

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

Title:
  ActivityIndicator should respect theme activity color (i.e. it should
  be blue)

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

Bug description:
  ActivityIndicator should use the color specified by
  theme.palette.normal.activity instead of hard coding orange, which is
  supposed to be used to indicate focus, not activity.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-ux/+bug/1577828/+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 1577828] Re: ActivityIndicator should respect theme activity color (i.e. it should be blue)

2016-05-13 Thread Christian Dywan
The component is using an image, not a color. But it's not hard-coded as
this is part of the theme rather than the component. We need to clarify
with design if the color should be updated.

** 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 ubuntu-ui-toolkit in
Ubuntu.
https://bugs.launchpad.net/bugs/1577828

Title:
  ActivityIndicator should respect theme activity color (i.e. it should
  be blue)

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

Bug description:
  ActivityIndicator should use the color specified by
  theme.palette.normal.activity instead of hard coding orange, which is
  supposed to be used to indicate focus, not activity.

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