[Gambas-Notification] [Git][gambas/gambas][master] 2 commits: ScrollView.ScrollTo() is a new method that ensures a specific child is...
Benoît Minisini (@bminisini)
gitlab at mg.gitlab.com
Fri Sep 15 16:57:50 CEST 2023
Benoît Minisini pushed to branch master at Gambas / gambas
Commits:
1eb80368 by Benoît Minisini at 2023-09-15T16:54:41+02:00
ScrollView.ScrollTo() is a new method that ensures a specific child is visible. Optimize TreeView filter refresh.
[GB.GUI.BASE]
* BUG: ScrollView: Fix automatic resize according to contents.
* NEW: ScrollView: ScrollTo() is a new method that ensures a specific child is visible, and that works even if the ScrollView contents is not yet arranged.
* OPT: TreeView: Optimize the filter refresh.
- - - - -
c22a3cd5 by Benoît Minisini at 2023-09-15T16:57:44+02:00
Project tree fixes and enhancements.
[DEVELOPMENT ENVIRONMENT]
* NEW: Update French translation.
* NEW: Image editor: Saving the current selection now automatically scrolls the selection list to it.
* BUG: Project tree: Refreshing it now collapses it.
* OPT: Project tree: All tree icons are cached, making filtering refresh faster.
* BUG: Project tree: Fix collapsing and expanding on mouse click.
* NEW: Project tree: Double-click now collapses a folder.
* BUG: Project tree: Correctly refresh the filter menu when the project is put under version control.
- - - - -
27 changed files:
- app/src/gambas3/.lang/fr.po
- app/src/gambas3/.project
- app/src/gambas3/.src/Editor/Form/FForm.form
- app/src/gambas3/.src/Editor/Form/FMenu.class
- app/src/gambas3/.src/Editor/Image/FImageProperty.class
- app/src/gambas3/.src/FMain.form
- app/src/gambas3/.src/Project.module
- app/src/gambas3/.src/Project/CProjectTree.class
- app/src/gambas3/.src/Translation/FTranslate.class
- app/src/gambas3/.src/VersionControl/VersionControl.module
- + app/src/gambas3/img/32/event.png
- app/src/gambas3/img/draw/duplicate.png
- app/src/gambas3/img/draw/expand.png
- app/src/gambas3/img/draw/invert.png
- app/src/gambas3/img/draw/move.png
- app/src/gambas3/img/draw/offset.png
- app/src/gambas3/img/draw/save-selection.png
- app/src/gambas3/img/module/class.png
- app/src/gambas3/img/module/form.png
- app/src/gambas3/img/module/module.png
- app/src/gambas3/img/module/termform.png
- app/src/gambas3/img/module/test.png
- app/src/gambas3/img/module/webform.png
- app/src/gambas3/img/module/webpage.png
- comp/src/gb.gui.base/.src/ScrollArea.class
- comp/src/gb.gui.base/.src/ScrollView.class
- comp/src/gb.gui.base/.src/TreeView/_TreeView.class
View it on GitLab: https://gitlab.com/gambas/gambas/-/compare/ddb941f1c3b72152008f4061b1bfd17d293af938...c22a3cd5ccf20fd7af2ca55ae8c6adbb18381666
--
View it on GitLab: https://gitlab.com/gambas/gambas/-/compare/ddb941f1c3b72152008f4061b1bfd17d293af938...c22a3cd5ccf20fd7af2ca55ae8c6adbb18381666
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/20230915/8494423f/attachment-0001.htm>
More information about the Notification
mailing list