[Gambas-Notification] [Git][gambas/gambas][stable] 6 commits: Use 'https' for all wiki links. Add a popup menu on project boxes.
Benoît Minisini (@bminisini)
gitlab at mg.gitlab.com
Mon Jan 29 19:59:52 CET 2024
Benoît Minisini pushed to branch stable at Gambas / gambas
Commits:
8d934932 by Benoît Minisini at 2024-01-28T17:06:44+01:00
Use 'https' for all wiki links. Add a popup menu on project boxes.
[DEVELOPMENT ENVIRONMENT]
* BUG: Use 'https' for all wiki links.
* NEW: Open project dialog: Add a popup menu on project boxes.
* NEW: Welcome dialog: Add a tool button that opens the project sort popup menu.
- - - - -
7f642bc2 by Benoît Minisini at 2024-01-29T03:17:13+01:00
ScrollArea: Shadows are directly painted without creating widgets, so that the area contents can catch mouse events correctly on the shadows.
[GB.GUI.BASE]
* BUG: ScrollArea: Shadows are directly painted without creating widgets, so that the area contents can catch mouse events correctly on the shadows.
- - - - -
3a4f9518 by Benoît Minisini at 2024-01-29T13:14:04+01:00
ScrollView: Draw the shadows using widgets as before, so that they are on top of the children widgets.
[GB.GUI.BASE]
* BUG: ScrollView: Draw the shadows using widgets as before, so that they are on top of the children widgets.
- - - - -
e40394aa by Benoît Minisini at 2024-01-29T14:07:06+01:00
DrawingArea: 'NoMouse' is a new property that makes the control transparent to mouse events.
[GB.GTK]
* NEW: DrawingArea: 'NoMouse' is a new property that makes the control transparent to mouse events.
[GB.GTK3]
* NEW: DrawingArea: 'NoMouse' is a new property that makes the control transparent to mouse events.
[GB.QT]
* NEW: DrawingArea: 'NoMouse' is a new property that makes the control transparent to mouse events.
[GB.QT5]
* NEW: DrawingArea: 'NoMouse' is a new property that makes the control transparent to mouse events.
- - - - -
f7bac65c by Benoît Minisini at 2024-01-29T14:08:34+01:00
ScrollView: Use the new 'DrawingArea.NoMouse' property to make the shadows transparent to mouse events.
[GB.GUI.BASE]
* NEW: ScrollView: Use the new 'DrawingArea.NoMouse' property to make the shadows transparent to mouse events.
- - - - -
9827d027 by Benoît Minisini at 2024-01-29T19:59:38+01:00
Merge branch 'master' into stable
- - - - -
22 changed files:
- app/src/gambas3/.lang/fr.po
- app/src/gambas3/.src/Help/MHelp.module
- app/src/gambas3/.src/Options/FOption.class
- app/src/gambas3/.src/Project.module
- app/src/gambas3/.src/Project/ProjectBox.class
- app/src/gambas3/.src/Welcome/CWelcome.class
- app/src/gambas3/.src/Welcome/FWelcome.class
- app/src/gambas3/.src/Welcome/FWelcome.form
- comp/src/gb.gui.base/.project
- comp/src/gb.gui.base/.src/ScrollArea.class
- comp/src/gb.gui.base/.src/Test/FScrollArea.form
- gb.gtk/src/CDrawingArea.cpp
- gb.gtk/src/gapplication.cpp
- gb.gtk/src/gcontainer.cpp
- gb.gtk/src/gcontainer.h
- gb.gtk/src/gcontrol.cpp
- gb.gtk/src/gcontrol.h
- gb.qt4/src/CDrawingArea.cpp
- gb.qt4/src/CScreen.cpp
- gb.qt4/src/CWindow.cpp
- gb.qt4/src/CWindow.h
- gb.qt4/src/main.cpp
View it on GitLab: https://gitlab.com/gambas/gambas/-/compare/39af07e08727099931b301c9b44db5cbe7d77c59...9827d0270b6c3bcefc457ba962aa633f7a408a9c
--
View it on GitLab: https://gitlab.com/gambas/gambas/-/compare/39af07e08727099931b301c9b44db5cbe7d77c59...9827d0270b6c3bcefc457ba962aa633f7a408a9c
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/20240129/0f1df134/attachment-0001.htm>
More information about the Notification
mailing list