[Gambas-Notification] [Git][gambas/gambas][master] 2 commits: TreeView fixes. Draw Frame border without inner margin.

Benoît Minisini gitlab at mg.gitlab.com
Mon Mar 8 09:32:37 CET 2021



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


Commits:
f372d05b by gambas at 2021-03-08T09:29:25+01:00
TreeView fixes. Draw Frame border without inner margin.

[GB.GUI.BASE]
* NEW: Frame: Draw border without inner margin.
* OPT: ProgressBar: Use the new UserControl pseudo-events instead of an embedded DrawingArea.
* NEW: TreeView: Draw is a new event that allows to override default tree item drawing.
* NEW: TreeView: Indent is a new property that returns the indent width.
* NEW: TreeView: TreeView item has a new Depth property that returns the depth of the item.
* BUG: TreeView: Collapsing an item does not scroll the view to the current selected item anymore.

- - - - -
e5f8cfb6 by gambas at 2021-03-08T09:32:32+01:00
FontChooser enhancements and Spinner fixes.

[GB.FORM]
* NEW: FontChooser: Implement a font thumbnail cache to speed up redrawing.
* NEW: FontChooser: Better font list presentation.
* NEW: Spinner: Add a margin property that represents an inner padding of Desktop.Scale.
* BUG: Spinner: Take the padding into account correctly.

- - - - -


18 changed files:

- comp/src/gb.form/.lang/fr.po
- comp/src/gb.form/.project
- comp/src/gb.form/.src/File/FileView.class
- comp/src/gb.form/.src/Font/FFontChooser.class
- comp/src/gb.form/.src/Font/FFontChooser.form
- + comp/src/gb.form/.src/Font/FontCacheTask.class
- comp/src/gb.form/.src/Main.module
- comp/src/gb.form/.src/Spinner.class
- comp/src/gb.form/.src/Test/FTestFontChooser.form
- comp/src/gb.form/.src/Test/FTestSpinner.form
- comp/src/gb.gui.base/.project
- comp/src/gb.gui.base/.src/Frame.class
- comp/src/gb.gui.base/.src/ProgressBar.class
- comp/src/gb.gui.base/.src/Test/FTestFrame.form
- comp/src/gb.gui.base/.src/Test/FProgressBar.class → comp/src/gb.gui.base/.src/Test/FTestProgressBar.class
- comp/src/gb.gui.base/.src/Test/FProgressBar.form → comp/src/gb.gui.base/.src/Test/FTestProgressBar.form
- comp/src/gb.gui.base/.src/TreeView/_TreeView.class
- comp/src/gb.gui.base/.src/TreeView/_TreeView_Item.class


View it on GitLab: https://gitlab.com/gambas/gambas/-/compare/8dc5116e3ee9ea760f6c36e35a097593bd7499aa...e5f8cfb6d555cae8b310ae8a9ff0415dbaedb251

-- 
View it on GitLab: https://gitlab.com/gambas/gambas/-/compare/8dc5116e3ee9ea760f6c36e35a097593bd7499aa...e5f8cfb6d555cae8b310ae8a9ff0415dbaedb251
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/20210308/584328ee/attachment-0001.htm>


More information about the Notification mailing list