* [matrix-gui-v2-apps][PATCH] qt5_browser: replace webkit-based demo browser with webengine-based one
@ 2017-08-28 19:23 Eric Ruei
2017-08-28 19:29 ` Denys Dmytriyenko
0 siblings, 1 reply; 4+ messages in thread
From: Eric Ruei @ 2017-08-28 19:23 UTC (permalink / raw)
To: meta-arago
Replace webkit-based demo browser because webkit is obsolete and will be
removed soon.
Signed-off-by: Eric Ruei <e-ruei1@ti.com>
---
qt5_apps/qt5_browser/qt5_browser.desktop | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/qt5_apps/qt5_browser/qt5_browser.desktop b/qt5_apps/qt5_browser/qt5_browser.desktop
index 2f6636f..a5d3953 100644
--- a/qt5_apps/qt5_browser/qt5_browser.desktop
+++ b/qt5_apps/qt5_browser/qt5_browser.desktop
@@ -4,7 +4,7 @@
Name=Browser
GenericName=Demo App
Icon=/usr/share/matrix-gui-2.0/apps/images/web-icon.png
-Exec=/usr/share/qt5/examples/webkitwidgets/browser/browser http://www.ti.com
+Exec=/usr/share/qt5/examples/webenginewidgets/demobrowser/demobrowser http://www.ti.com
Type=Application
ProgramType=gui
Categories=Qt5
--
1.9.1
^ permalink raw reply related [flat|nested] 4+ messages in thread
* Re: [matrix-gui-v2-apps][PATCH] qt5_browser: replace webkit-based demo browser with webengine-based one
2017-08-28 19:23 [matrix-gui-v2-apps][PATCH] qt5_browser: replace webkit-based demo browser with webengine-based one Eric Ruei
@ 2017-08-28 19:29 ` Denys Dmytriyenko
2017-08-29 14:29 ` Ruei, Eric
0 siblings, 1 reply; 4+ messages in thread
From: Denys Dmytriyenko @ 2017-08-28 19:29 UTC (permalink / raw)
To: Eric Ruei; +Cc: meta-arago
Looks good to me!
Eric,
Do you have more patches pending to finally make the switch? Thanks.
On Mon, Aug 28, 2017 at 03:23:23PM -0400, Eric Ruei wrote:
> Replace webkit-based demo browser because webkit is obsolete and will be
> removed soon.
>
> Signed-off-by: Eric Ruei <e-ruei1@ti.com>
> ---
> qt5_apps/qt5_browser/qt5_browser.desktop | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/qt5_apps/qt5_browser/qt5_browser.desktop b/qt5_apps/qt5_browser/qt5_browser.desktop
> index 2f6636f..a5d3953 100644
> --- a/qt5_apps/qt5_browser/qt5_browser.desktop
> +++ b/qt5_apps/qt5_browser/qt5_browser.desktop
> @@ -4,7 +4,7 @@
> Name=Browser
> GenericName=Demo App
> Icon=/usr/share/matrix-gui-2.0/apps/images/web-icon.png
> -Exec=/usr/share/qt5/examples/webkitwidgets/browser/browser http://www.ti.com
> +Exec=/usr/share/qt5/examples/webenginewidgets/demobrowser/demobrowser http://www.ti.com
> Type=Application
> ProgramType=gui
> Categories=Qt5
> --
> 1.9.1
>
> _______________________________________________
> meta-arago mailing list
> meta-arago@arago-project.org
> http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [matrix-gui-v2-apps][PATCH] qt5_browser: replace webkit-based demo browser with webengine-based one
2017-08-28 19:29 ` Denys Dmytriyenko
@ 2017-08-29 14:29 ` Ruei, Eric
2017-08-29 14:29 ` Stiffler, Jacob
0 siblings, 1 reply; 4+ messages in thread
From: Ruei, Eric @ 2017-08-29 14:29 UTC (permalink / raw)
To: Dmytriyenko, Denys, Stiffler, Jacob; +Cc: meta-arago@arago-project.org
Hi, Jake:
Have you pushed this change yet? If you have not, I plan to generate patch v2 to replace the webkit browser at the browser group as well.
Best regards,
Eric
-----Original Message-----
From: Dmytriyenko, Denys
Sent: Monday, August 28, 2017 3:30 PM
To: Ruei, Eric
Cc: meta-arago@arago-project.org
Subject: Re: [meta-arago] [matrix-gui-v2-apps][PATCH] qt5_browser: replace webkit-based demo browser with webengine-based one
Looks good to me!
Eric,
Do you have more patches pending to finally make the switch? Thanks.
On Mon, Aug 28, 2017 at 03:23:23PM -0400, Eric Ruei wrote:
> Replace webkit-based demo browser because webkit is obsolete and will
> be removed soon.
>
> Signed-off-by: Eric Ruei <e-ruei1@ti.com>
> ---
> qt5_apps/qt5_browser/qt5_browser.desktop | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/qt5_apps/qt5_browser/qt5_browser.desktop
> b/qt5_apps/qt5_browser/qt5_browser.desktop
> index 2f6636f..a5d3953 100644
> --- a/qt5_apps/qt5_browser/qt5_browser.desktop
> +++ b/qt5_apps/qt5_browser/qt5_browser.desktop
> @@ -4,7 +4,7 @@
> Name=Browser
> GenericName=Demo App
> Icon=/usr/share/matrix-gui-2.0/apps/images/web-icon.png
> -Exec=/usr/share/qt5/examples/webkitwidgets/browser/browser
> http://www.ti.com
> +Exec=/usr/share/qt5/examples/webenginewidgets/demobrowser/demobrowser
> +http://www.ti.com
> Type=Application
> ProgramType=gui
> Categories=Qt5
> --
> 1.9.1
>
> _______________________________________________
> meta-arago mailing list
> meta-arago@arago-project.org
> http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [matrix-gui-v2-apps][PATCH] qt5_browser: replace webkit-based demo browser with webengine-based one
2017-08-29 14:29 ` Ruei, Eric
@ 2017-08-29 14:29 ` Stiffler, Jacob
0 siblings, 0 replies; 4+ messages in thread
From: Stiffler, Jacob @ 2017-08-29 14:29 UTC (permalink / raw)
To: Ruei, Eric, Dmytriyenko, Denys; +Cc: meta-arago@arago-project.org
I have not pushed this yet.
> -----Original Message-----
> From: Ruei, Eric
> Sent: Tuesday, August 29, 2017 10:29 AM
> To: Dmytriyenko, Denys; Stiffler, Jacob
> Cc: meta-arago@arago-project.org
> Subject: RE: [meta-arago] [matrix-gui-v2-apps][PATCH] qt5_browser:
> replace webkit-based demo browser with webengine-based one
>
> Hi, Jake:
>
> Have you pushed this change yet? If you have not, I plan to generate patch
> v2 to replace the webkit browser at the browser group as well.
>
> Best regards,
>
> Eric
>
>
> -----Original Message-----
> From: Dmytriyenko, Denys
> Sent: Monday, August 28, 2017 3:30 PM
> To: Ruei, Eric
> Cc: meta-arago@arago-project.org
> Subject: Re: [meta-arago] [matrix-gui-v2-apps][PATCH] qt5_browser:
> replace webkit-based demo browser with webengine-based one
>
> Looks good to me!
>
>
> Eric,
>
> Do you have more patches pending to finally make the switch? Thanks.
>
>
> On Mon, Aug 28, 2017 at 03:23:23PM -0400, Eric Ruei wrote:
> > Replace webkit-based demo browser because webkit is obsolete and will
> > be removed soon.
> >
> > Signed-off-by: Eric Ruei <e-ruei1@ti.com>
> > ---
> > qt5_apps/qt5_browser/qt5_browser.desktop | 2 +-
> > 1 file changed, 1 insertion(+), 1 deletion(-)
> >
> > diff --git a/qt5_apps/qt5_browser/qt5_browser.desktop
> > b/qt5_apps/qt5_browser/qt5_browser.desktop
> > index 2f6636f..a5d3953 100644
> > --- a/qt5_apps/qt5_browser/qt5_browser.desktop
> > +++ b/qt5_apps/qt5_browser/qt5_browser.desktop
> > @@ -4,7 +4,7 @@
> > Name=Browser
> > GenericName=Demo App
> > Icon=/usr/share/matrix-gui-2.0/apps/images/web-icon.png
> > -Exec=/usr/share/qt5/examples/webkitwidgets/browser/browser
> > http://www.ti.com
> >
> +Exec=/usr/share/qt5/examples/webenginewidgets/demobrowser/demob
> rowser
> > +http://www.ti.com
> > Type=Application
> > ProgramType=gui
> > Categories=Qt5
> > --
> > 1.9.1
> >
> > _______________________________________________
> > meta-arago mailing list
> > meta-arago@arago-project.org
> > http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2017-08-29 14:29 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-08-28 19:23 [matrix-gui-v2-apps][PATCH] qt5_browser: replace webkit-based demo browser with webengine-based one Eric Ruei
2017-08-28 19:29 ` Denys Dmytriyenko
2017-08-29 14:29 ` Ruei, Eric
2017-08-29 14:29 ` Stiffler, Jacob
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.