[Gambas-Notification] [Git][gambas/gambas][master] 5 commits: Add Mouse.Click property and fix gb.gtk3 style methods.

Benoît Minisini gitlab at mg.gitlab.com
Tue May 19 22:37:28 CEST 2020



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


Commits:
517fd52b by gambas at 2020-05-19T22:23:02+02:00
Add Mouse.Click property and fix gb.gtk3 style methods.

[GB.GTK]
* NEW: Mouse.Click is a new property that returns the click index in a multi-click event.
* NEW: Style.Name is now lowercase.

[GB.GTK3]
* NEW: Mouse.Click is a new property that returns the click index in a multi-click event.
* NEW: Style.Name is now lowercase.
* BUG: Fix Style.PaintCheck() and Style.PaintArrow() for GTK+ >= 3.14.

- - - - -
535469a2 by gambas at 2020-05-19T22:25:31+02:00
Add Mouse.Click property.

[GB.QT4]
* NEW: Mouse.Click is a new property that returns the click index in a multi-click event.
* NEW: Style.Name is now lowercase.
* BUG: Some theme-specific workarounds for Style paint methods.

[GB.QT5]
* NEW: Mouse.Click is a new property that returns the click index in a multi-click event.
* NEW: Style.Name is now lowercase.
* BUG: Some theme-specific workarounds for Style paint methods.

- - - - -
abac1743 by gambas at 2020-05-19T22:31:14+02:00
TreeView: Enhance behaviour when ShowCheck is set. Use radio buttons in single selection mode.

[GB.GUI.BASE]
* NEW: TreeView: Use radio buttons when ShowCheck property is set with single selection mode.
* NEW: TreeView: Clicking anywhere in the row from the check now toggles it when ShowCheck property is set.

- - - - -
9ddc9886 by gambas at 2020-05-19T22:31:51+02:00
ToolBar: Draw a selected border in design mode.

[GB.FORM.MDI]
* NEW: ToolBar: Draw a selected border in design mode.

- - - - -
6a8055cc by gambas at 2020-05-19T22:37:15+02:00
Make some combo-box a bit larger for some widget themes where their contents is cropped.

[DEVELOPMENT ENVIRONMENT]
* BUG: Option dialog: Make some combo-box a bit larger for some widget themes where their contents is cropped.
* NEW: Project properties dialog: Make some combo-box a bit larger for some widget themes where their contents is cropped.

- - - - -


21 changed files:

- app/src/gambas3/.project
- app/src/gambas3/.src/Editor/Image/FImageEditor.form
- app/src/gambas3/.src/Options/FOption.form
- comp/src/gb.form.mdi/.src/ToolBar/FToolBar.class
- comp/src/gb.gui.base/.project
- comp/src/gb.gui.base/.src/GridView/GridView.class
- comp/src/gb.gui.base/.src/Test/FScrollArea.class
- comp/src/gb.gui.base/.src/Test/FTreeView.class
- comp/src/gb.gui.base/.src/Test/FTreeView.form
- comp/src/gb.gui.base/.src/TreeView/_TreeView.class
- gb.gtk/src/CMouse.cpp
- gb.gtk/src/CStyle.cpp
- gb.gtk/src/gapplication.cpp
- gb.gtk/src/gapplication.h
- gb.gtk/src/gmouse.cpp
- gb.gtk/src/gmouse.h
- gb.gtk/src/widgets.h
- gb.qt4/src/CMouse.cpp
- gb.qt4/src/CMouse.h
- gb.qt4/src/CStyle.cpp
- gb.qt4/src/CWidget.cpp


View it on GitLab: https://gitlab.com/gambas/gambas/-/compare/c47597d7e747093d9afb346211aac188379794da...6a8055ccc41a196f31bb04d02c6367d69eb4c4d4

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


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.gambas-basic.org/pipermail/notification/attachments/20200519/e8cd4220/attachment.html>


More information about the Notification mailing list