[Kimchi-devel] [PATCH 4/7] [WOK] Refactoring new-ui JS due to merge conflicts

Aline Manera alinefm at linux.vnet.ibm.com
Wed Sep 16 19:15:59 UTC 2015



On 16/09/2015 13:23, Samuel Henrique De Oliveira Guimaraes wrote:
> FYI, manifest reference:
>
> https://developer.chrome.com/multidevice/android/installtohomescreen
>
> https://w3c.github.io/manifest/
>
> Samuel
>
> -----Original Message-----
> From: kimchi-devel-bounces at ovirt.org [mailto:kimchi-devel-bounces at ovirt.org] On Behalf Of Samuel Henrique De Oliveira Guimaraes
> Sent: quarta-feira, 16 de setembro de 2015 13:22
> To: Aline Manera <alinefm at linux.vnet.ibm.com>; sguimaraes943 at gmail.com; Kimchi Devel <kimchi-devel at ovirt.org>
> Subject: Re: [Kimchi-devel] [PATCH 4/7] [WOK] Refactoring new-ui JS due to merge conflicts
>
> The manifest.json file is necessary to add Chrome / Browser bookmark into application drawer in Android devices. I need to investigate if the json file has to be in the same folder as the images, otherwise we can move this json to a different folder.

So, pleas, add the manigest.json file in this patch when you update the 
build process. That way we keep all things related together.

> Samuel
>
> -----Original Message-----
> From: kimchi-devel-bounces at ovirt.org [mailto:kimchi-devel-bounces at ovirt.org] On Behalf Of Aline Manera
> Sent: quarta-feira, 16 de setembro de 2015 13:03
> To: sguimaraes943 at gmail.com; Kimchi Devel <kimchi-devel at ovirt.org>
> Subject: Re: [Kimchi-devel] [PATCH 4/7] [WOK] Refactoring new-ui JS due to merge conflicts
>
>
>
> On 15/09/2015 16:56, sguimaraes943 at gmail.com wrote:
>> From: samhenri <samuel.guimaraes at eldorado.org.br>
>>
>> Adding new-ui assets again due to merge conflicts.
>>
>> Signed-off-by: samhenri <samuel.guimaraes at eldorado.org.br>
>> ---
>>    ui/images/Makefile.am                  |   2 +-
>>    ui/images/logo.ico                     | Bin 1214 -> 15086 bytes
>>    ui/images/theme-default/Makefile.am    |   2 +-
>>    ui/images/theme-default/logo-white.png | Bin 9879 -> 7438 bytes
>>    ui/js/src/wok.grid.js                  | 395 ++++++++-------------------------
>>    ui/js/src/wok.line-chart.js            |  70 +++---
>>    ui/js/src/wok.login.js                 |   3 +
>>    ui/js/src/wok.main.js                  |  42 ++--
>>    ui/js/src/wok.message.js               |  34 +--
>>    ui/js/src/wok.window.js                |  31 ++-
>>    ui/pages/login.html.tmpl               | 155 ++++++++-----
>>    ui/pages/wok-ui.html.tmpl              | 136 +++++++-----
>>    12 files changed, 377 insertions(+), 493 deletions(-)
>>
>> diff --git a/ui/images/Makefile.am b/ui/images/Makefile.am index
>> 297c0bd..6627b50 100644
>> --- a/ui/images/Makefile.am
>> +++ b/ui/images/Makefile.am
>> @@ -19,4 +19,4 @@ SUBDIRS = theme-default
>>
>>    imagedir = $(datadir)/wok/ui/images
>>
>> -dist_image_DATA = *.ico
>> +dist_image_DATA = *.png *.ico *.json
> The /ui/images dir should not contain .json files so there is no need to add them to build process.
>
>
> _______________________________________________
> Kimchi-devel mailing list
> Kimchi-devel at ovirt.org
> http://lists.ovirt.org/mailman/listinfo/kimchi-devel
> _______________________________________________
> Kimchi-devel mailing list
> Kimchi-devel at ovirt.org
> http://lists.ovirt.org/mailman/listinfo/kimchi-devel
>




More information about the Kimchi-devel mailing list