[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Git][gambas/gambas][master] 2 commits: Update some test forms.



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


Commits:
85d2af86 by Benoît Minisini at 2026-01-21T01:33:54+01:00
Update some test forms.

[GB.GUI.BASE]
* NEW: Update some test forms.

- - - - -
a57884cf by Benoît Minisini at 2026-01-21T03:29:30+01:00
'Key.Send()' is a new method that sends a fake key event to the current active control.

[GB.GTK]
* NEW: 'Key.Send()' is a new method to send a fake key event to the current focused control.
* NEW: Simplify and fix the methods that return the absolute coordinates of a control.

[GB.GTK3]
* NEW: 'Key.Send()' is a new method that sends a fake key event to the current active control.
* NEW: Simplify and fix the methods that return the absolute coordinates of a control.

[GB.QT4]
* NEW: 'Key.Send()' is a new method that sends a fake key event to the current active control.
* NEW: Rename some widget flags.

[GB.QT5]
* NEW: 'Key.Send()' is a new method that sends a fake key event to the current active control.
* NEW: Rename some widget flags.

[GB.QT5.WEBVIEW]
* NEW: Remove an unneeded 'QWebEngineView' profile deletion.

[GB.QT6]
* NEW: 'Key.Send()' is a new method that sends a fake key event to the current active control.
* NEW: Rename some widget flags.

[GB.QT6.WEBVIEW]
* NEW: Remove an unneeded 'QWebEngineView' profile deletion.

- - - - -


29 changed files:

- comp/src/gb.gui.base/.project
- comp/src/gb.gui.base/.src/Test/FScrollArea.class
- comp/src/gb.gui.base/.src/Test/FScrollArea.form
- + comp/src/gb.gui.base/.src/Test/FTestKeySend.class
- + comp/src/gb.gui.base/.src/Test/FTestKeySend.form
- + comp/src/gb.gui.base/.src/Test/FTestScrollAreaBg.class
- + comp/src/gb.gui.base/.src/Test/FTestScrollAreaBg.form
- gb.gtk/src/CKey.cpp
- gb.gtk/src/CKey.h
- gb.gtk/src/gapplication.cpp
- gb.gtk/src/gapplication.h
- gb.gtk/src/gcontrol.cpp
- gb.gtk/src/gkey.cpp
- gb.gtk/src/gkey.h
- gb.gtk/src/gtools.cpp
- gb.qt4/src/CCheckBox.cpp
- gb.qt4/src/CContainer.cpp
- gb.qt4/src/CDrawingArea.cpp
- gb.qt4/src/CKey.cpp
- gb.qt4/src/CKey.h
- gb.qt4/src/CRadioButton.cpp
- gb.qt4/src/CTextArea.cpp
- gb.qt4/src/CWidget.cpp
- gb.qt4/src/CWidget.h
- gb.qt4/src/CWindow.cpp
- gb.qt4/src/main.cpp
- gb.qt5/src/main.cpp
- gb.qt5/src/webview/c_webview.cpp
- gb.qt6/src/main.cpp


View it on GitLab: https://gitlab.com/gambas/gambas/-/compare/b84c28294a968758f2d7c9ff3a10f115ae4e37a3...a57884cf8699500d099ea1e74c847f633b0be189

-- 
View it on GitLab: https://gitlab.com/gambas/gambas/-/compare/b84c28294a968758f2d7c9ff3a10f115ae4e37a3...a57884cf8699500d099ea1e74c847f633b0be189
You're receiving this email because of your account on gitlab.com.