[Gambas-Notification] [Git][gambas/gambas][master] 3 commits: Work continues on the new WebView.

Benoît Minisini gitlab at mg.gitlab.com
Wed Oct 21 00:51:40 CEST 2020



Benoît Minisini pushed to branch master at Gambas / gambas


Commits:
f7e6f5ba by gambas at 2020-10-21T00:41:12+02:00
Work continues on the new WebView.

[GB.GTK3.WEBVIEW]
* NEW: WebSettings: The default settings object is common to all WebView.
* NEW: WebSettings: Font size properties are in points now.
* NEW: WebView: The NewView event is raised when a new WebView is requested for a new page.
* NEW: WebView: The NewView property must be set to the new WebView as the answer to the NewView event.
* NEW: WebView: The Link property returns the last hovered link.
* NEW: WebView: The Link event does not take any argument anymore.

- - - - -
6e6f4053 by gambas at 2020-10-21T00:45:28+02:00
Work continues on the new WebView.

[GB.QT5.WEBVIEW]
* NEW: WebSettings: All WebView share the same settings.
* NEW: WebSettings: Font size properties are in points now.
* NEW: WebView: The NewView event is raised when a new WebView is requested for a new page.
* NEW: WebView: The NewView property must be set to the new WebView as the answer to the NewView event.
* NEW: WebView: The Link property returns the last hovered link.
* NEW: WebView: The Link event does not take any argument anymore.
* BUG: WebView: Fix the History property.
* NEW: WebView: Cancelling the Start event cancels the page load (same beahviour in gb.gtk3).

- - - - -
5a506877 by gambas at 2020-10-21T00:49:32+02:00
When changing the geometry of a control, the move is done before the resize, to get the same behaviour as the Qt components.

[GB.GTK]
* BUG: Fix an uninitialized flag in 'gmainwindow.cpp'.
* BUG: When changing the geometry of a control, the move is done before the resize, to get the same behaviour as the Qt components.

[GB.GTK3]
* BUG: Fix an uninitialized flag in 'gmainwindow.cpp'.
* BUG: When changing the geometry of a control, the move is done before the resize, to get the same behaviour as the Qt components.

- - - - -


9 changed files:

- gb.gtk/src/gcontrol.cpp
- gb.gtk/src/gmainwindow.cpp
- gb.gtk3/src/webview/c_websettings.c
- gb.gtk3/src/webview/c_websettings.h
- gb.gtk3/src/webview/c_webview.c
- gb.gtk3/src/webview/c_webview.h
- gb.qt5/src/webview/c_websettings.cpp
- gb.qt5/src/webview/c_webview.cpp
- gb.qt5/src/webview/c_webview.h


View it on GitLab: https://gitlab.com/gambas/gambas/-/compare/7387b7b11683a42f1518eec8feba59cf21a8c071...5a506877ab0db4e871c3cc89003839c843d0c577

-- 
View it on GitLab: https://gitlab.com/gambas/gambas/-/compare/7387b7b11683a42f1518eec8feba59cf21a8c071...5a506877ab0db4e871c3cc89003839c843d0c577
You're receiving this email because of your account on gitlab.com.


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.gambas-basic.org/pipermail/notification/attachments/20201020/bb0b00de/attachment.htm>


More information about the Notification mailing list