Merge lp:~cimi/unity8/card-shadows-uitk1.1 into lp:unity8
| Status: | Work in progress |
|---|---|
| Proposed branch: | lp:~cimi/unity8/card-shadows-uitk1.1 |
| Merge into: | lp:unity8 |
| Diff against target: |
498 lines (+116/-31) 14 files modified
plugins/Dash/CMakeLists.txt (+2/-0) plugins/Dash/CardCreator.js (+23/-5) qml/Components/ResponsiveGridView.qml (+1/-0) qml/Dash/CardCarousel.qml (+1/-1) qml/Dash/CardGrid.qml (+5/-0) qml/Dash/GenericScopeView.qml (+2/-2) tests/mocks/Unity/fake_categories.cpp (+5/-0) tests/plugins/Dash/cardcreator/1.res (+23/-5) tests/plugins/Dash/cardcreator/2.res (+2/-2) tests/plugins/Dash/cardcreator/3.res (+23/-5) tests/plugins/Dash/cardcreator/4.res (+2/-2) tests/plugins/Dash/cardcreator/5.res (+23/-5) tests/plugins/Dash/cardcreator/6.res (+2/-2) tests/plugins/Dash/cardcreator/7.res (+2/-2) |
| To merge this branch: | bzr merge lp:~cimi/unity8/card-shadows-uitk1.1 |
| Related bugs: |
| Reviewer | Review Type | Date Requested | Status |
|---|---|---|---|
| Andrea Cimitan (community) | Needs Information on 2015-06-25 | ||
| PS Jenkins bot | continuous-integration | Needs Fixing on 2015-06-25 | |
| Albert Astals Cid (community) | 2015-06-15 | Needs Information on 2015-06-23 | |
|
Review via email:
|
|||
Commit Message
add dropshadow to application scope
Description of the Change
* Are there any related MPs required for this MP to build/function as expected? Please list.
No, but other apps to ship new icons
* Did you perform an exploratory manual test run of your code change and any related functionality?
Yes
* Did you make sure that your branch does not contain spurious tags?
Yes
* If you changed the packaging (debian), did you subscribe the ubuntu-unity team to this MP?
n/a
* If you changed the UI, has there been a design review?
yes
* Did you have a look at the warnings when running tests? Can they be reduced?
no new warnings, many come from UITK
- 1801. By Andrea Cimitan on 2015-06-15
-
Minor tweak to comment
| PS Jenkins bot (ps-jenkins) wrote : | # |
FAILED: Continuous integration, rev:1801
http://
Executed test runs:
FAILURE: http://
FAILURE: http://
FAILURE: http://
FAILURE: http://
Click here to trigger a rebuild:
http://
| Albert Astals Cid (aacid) wrote : | # |
Can maybe we make
readonly property var artShapeStyle: cardTool.
a bit less hackish if we pass the scope name or something from above?
| Andrea Cimitan (cimi) wrote : | # |
> Why do we need the export_qmlfiles ?
this export the png files in the installation directory
> Can maybe we make
>
> readonly property var artShapeStyle: cardTool.
>
> a bit less hackish if we pass the scope name or something from above?
This would also require to copy/paste the other logic in place, like "if (scope && scope.id === "clickscope" && (categoryId === "predefined" || categoryId === "local"))"
| Albert Astals Cid (aacid) wrote : | # |
> > Can maybe we make
> >
> > readonly property var artShapeStyle: cardTool.
> Qt.size(
> >
> > a bit less hackish if we pass the scope name or something from above?
>
> This would also require to copy/paste the other logic in place, like "if
> (scope && scope.id === "clickscope" && (categoryId === "predefined" ||
> categoryId === "local"))"
My concern is, is it possible than something else than the clickscope can have Qt.size(
Also if we're going to go with this hack we should document in GenericScopeVie
- 1802. By Andrea Cimitan on 2015-06-24
-
Minor tests
- 1803. By Andrea Cimitan on 2015-06-24
-
Tweaks to shadow looks when pressed
- 1804. By Andrea Cimitan on 2015-06-24
-
Asset updated
| Andrea Cimitan (cimi) wrote : | # |
> > > Can maybe we make
> > >
> > > readonly property var artShapeStyle: cardTool.
> > Qt.size(
> > >
> > > a bit less hackish if we pass the scope name or something from above?
> >
> > This would also require to copy/paste the other logic in place, like "if
> > (scope && scope.id === "clickscope" && (categoryId === "predefined" ||
> > categoryId === "local"))"
>
> My concern is, is it possible than something else than the clickscope can have
> Qt.size(
>
> Also if we're going to go with this hack we should document in
> GenericScopeVie
> someone should come here and change it too
done, changed to 8x7.4 as should be
| PS Jenkins bot (ps-jenkins) wrote : | # |
FAILED: Continuous integration, rev:1803
http://
Executed test runs:
FAILURE: http://
FAILURE: http://
FAILURE: http://
FAILURE: http://
Click here to trigger a rebuild:
http://
- 1805. By Andrea Cimitan on 2015-06-24
-
Merged trunk
| PS Jenkins bot (ps-jenkins) wrote : | # |
FAILED: Continuous integration, rev:1804
http://
Executed test runs:
FAILURE: http://
FAILURE: http://
FAILURE: http://
FAILURE: http://
Click here to trigger a rebuild:
http://
- 1806. By Andrea Cimitan on 2015-06-24
-
Less topMargin is required
- 1807. By Andrea Cimitan on 2015-06-24
-
Added small comment
| PS Jenkins bot (ps-jenkins) wrote : | # |
FAILED: Continuous integration, rev:1807
http://
Executed test runs:
FAILURE: http://
SUCCESS: http://
SUCCESS: http://
FAILURE: http://
SUCCESS: http://
deb: http://
SUCCESS: http://
Click here to trigger a rebuild:
http://
- 1808. By Andrea Cimitan on 2015-06-25
-
Removed highlight because makes krillin crash
| PS Jenkins bot (ps-jenkins) wrote : | # |
FAILED: Continuous integration, rev:1808
http://
Executed test runs:
UNSTABLE: http://
SUCCESS: http://
SUCCESS: http://
UNSTABLE: http://
SUCCESS: http://
deb: http://
SUCCESS: http://
Click here to trigger a rebuild:
http://
| Andrea Cimitan (cimi) wrote : | # |
Performance seems bad on krillin.... we need to put those images into shaders... I'd wait few weeks
Unmerged revisions
- 1808. By Andrea Cimitan on 2015-06-25
-
Removed highlight because makes krillin crash
- 1807. By Andrea Cimitan on 2015-06-24
-
Added small comment
- 1806. By Andrea Cimitan on 2015-06-24
-
Less topMargin is required
- 1805. By Andrea Cimitan on 2015-06-24
-
Merged trunk
- 1804. By Andrea Cimitan on 2015-06-24
-
Asset updated
- 1803. By Andrea Cimitan on 2015-06-24
-
Tweaks to shadow looks when pressed
- 1802. By Andrea Cimitan on 2015-06-24
-
Minor tests
- 1801. By Andrea Cimitan on 2015-06-15
-
Minor tweak to comment
- 1800. By Andrea Cimitan on 2015-06-15
-
Merge trunk
- 1799. By Andrea Cimitan on 2015-06-15
-
Just add some tweaks to the app scope mock

FAILED: Continuous integration, rev:1800 jenkins. qa.ubuntu. com/job/ unity8- ci/5810/ jenkins. qa.ubuntu. com/job/ generic- deb-autopilot- wily-touch/ 102/console jenkins. qa.ubuntu. com/job/ unity8- wily-amd64- ci/88/console jenkins. qa.ubuntu. com/job/ unity8- wily-i386- ci/88/console jenkins. qa.ubuntu. com/job/ generic- mediumtests- builder- wily-armhf/ 102/console
http://
Executed test runs:
FAILURE: http://
FAILURE: http://
FAILURE: http://
FAILURE: http://
Click here to trigger a rebuild: s-jenkins. ubuntu- ci:8080/ job/unity8- ci/5810/ rebuild
http://