Merge lp:~abreu-alexandre/webbrowser-app/text-color-for-theme-color-webapps into lp:webbrowser-app
| Status: | Merged |
|---|---|
| Approved by: | Alberto Mardegan on 2016-04-05 |
| Approved revision: | 1372 |
| Merged at revision: | 1395 |
| Proposed branch: | lp:~abreu-alexandre/webbrowser-app/text-color-for-theme-color-webapps |
| Merge into: | lp:webbrowser-app |
| Diff against target: |
356 lines (+218/-10) 9 files modified
src/app/webcontainer/CMakeLists.txt (+1/-0) src/app/webcontainer/Chrome.qml (+3/-0) src/app/webcontainer/ColorUtils.js (+73/-0) src/app/webcontainer/WebApp.qml (+10/-2) src/app/webcontainer/webapp-container-helper.cpp (+40/-7) src/app/webcontainer/webapp-container-helper.h (+10/-1) tests/unittests/CMakeLists.txt (+2/-0) tests/unittests/webapp-container-color-helper/CMakeLists.txt (+17/-0) tests/unittests/webapp-container-color-helper/tst_WebappContainerColorTests.cpp (+62/-0) |
| To merge this branch: | bzr merge lp:~abreu-alexandre/webbrowser-app/text-color-for-theme-color-webapps |
| Related bugs: |
| Reviewer | Review Type | Date Requested | Status |
|---|---|---|---|
| Alberto Mardegan (community) | 2016-02-24 | Approve on 2016-04-05 | |
| PS Jenkins bot | continuous-integration | Needs Fixing on 2016-02-29 | |
|
Review via email:
|
|||
Commit Message
Set address bar text color to a darker version of the theme color if one is defined in a webapp
Description of the Change
Set address bar text color to a darker version of the theme color if one is defined in a webapp
| Michael Terry (mterry) wrote : | # |
| PS Jenkins bot (ps-jenkins) wrote : | # |
FAILED: Continuous integration, rev:1361
http://
Executed test runs:
UNSTABLE: http://
SUCCESS: http://
SUCCESS: http://
deb: http://
SUCCESS: http://
UNSTABLE: http://
SUCCESS: http://
deb: http://
SUCCESS: http://
Click here to trigger a rebuild:
http://
| Alexandre Abreu (abreu-alexandre) wrote : | # |
> What about a black theme color?
updated to be a bit more clever about the color choice,
- 1369. By Alexandre Abreu on 2016-02-29
-
Set address bar text color to a darker version of the theme color if one is defined in a webapp
| PS Jenkins bot (ps-jenkins) wrote : | # |
FAILED: Continuous integration, rev:1369
http://
Executed test runs:
FAILURE: http://
FAILURE: http://
FAILURE: http://
FAILURE: http://
FAILURE: http://
Click here to trigger a rebuild:
http://
- 1370. By Alexandre Abreu on 2016-04-04
-
Fix container color unit test running in jenkins env (no xcb)
- 1371. By Alexandre Abreu on 2016-04-05
-
Tweaks
| Alexandre Abreu (abreu-alexandre) wrote : | # |
Updates to address comments (see reply to the QColor one)
- 1372. By Alexandre Abreu on 2016-04-05
-
Allow #NNN to be treated as #RGB to account for CSS & QColor supported behavior

What about a black theme color?