[Gambas-Notification] [Git][gambas/gambas][master] 4 commits: TreeView: treeview items now have a Selectable property. If set to FALSE, the...
Benoît Minisini (@bminisini)
gitlab at mg.gitlab.com
Tue Aug 2 17:41:09 CEST 2022
Benoît Minisini pushed to branch master at Gambas / gambas
Commits:
40918a83 by Benoît Minisini at 2022-08-02T17:35:35+02:00
TreeView: treeview items now have a Selectable property. If set to FALSE, the item is not selectable anymore.
[GB.GUI.BASE]
* BUG: GridView: Take custom row border into account correctly.
* NEW: IconView: Selection is new property that returns an array of the keys of all selected items.
* NEW: IconView: Selection is updated during rubberband selection.
* NEW: ColumnView: The extra columns have now a default horizontal padding.
- - - - -
dadeb18e by Benoît Minisini at 2022-08-02T17:38:07+02:00
New stock icon 'import' and 'export'. Enhance FileView control.
[GB.FORM]
* NEW: New stock icon 'import' and 'export'.
* NEW: FileView: Add a Refresh event that triggers just after the FileView has refreshed its contents.
* NEW: FileView: Add FileCount, DirCount and TotalSize properties, to get statistics on the current directory contents.
* NEW: FileView: Add a permission column in detailed view mode.
* NEW: FileView: Display a 'lock' emblem on non-readable files in icon view mode.
- - - - -
c07451ee by Benoît Minisini at 2022-08-02T17:38:33+02:00
New stock icons 'export' and 'import'.
[GB.FORM.STOCK]
* NEW: New stock icons 'export' and 'import'.
- - - - -
74be963d by Benoît Minisini at 2022-08-02T17:41:01+02:00
Add a project browser. Not finished yet!
[DEVELOPMENT ENVIRONMENT]
* NEW: Update French translation.
* NEW: Add a project browser.
* NEW: Add a button that toggles the new project browser.
* BUG: Use the 'paste-special' stock icon where appropriate.
- - - - -
30 changed files:
- app/src/gambas3/.lang/fr.po
- app/src/gambas3/.project
- app/src/gambas3/.src/Debug/FDebugButton.class
- + app/src/gambas3/.src/Editor/Browse/FProjectBrowser.class
- app/src/gambas3/.src/Editor/Browse/FProjectEditor.form → app/src/gambas3/.src/Editor/Browse/FProjectBrowser.form
- − app/src/gambas3/.src/Editor/Browse/FProjectEditor.class
- app/src/gambas3/.src/Editor/Code/FEditor.class
- app/src/gambas3/.src/Editor/Code/FEditor.form
- app/src/gambas3/.src/Editor/Code/FTextEditor.class
- app/src/gambas3/.src/Editor/Code/FTextEditor.form
- app/src/gambas3/.src/Editor/Image/FImageEditor.form
- app/src/gambas3/.src/FMain.class
- app/src/gambas3/.src/FMain.form
- app/src/gambas3/.src/Options/FOption.class
- app/src/gambas3/.src/Project.module
- app/src/gambas3/.src/Project/FImportFile.class
- + comp/src/gb.form.stock/gambas-mono/32/export.png
- + comp/src/gb.form.stock/gambas-mono/32/import.png
- + comp/src/gb.form.stock/gambas/32/export.png
- + comp/src/gb.form.stock/gambas/32/import.png
- comp/src/gb.form/.project
- comp/src/gb.form/.src/File/FileView.class
- comp/src/gb.form/.src/Test/FTestFileView.form
- + comp/src/gb.form/img/locked.png
- comp/src/gb.form/map/icon.map
- comp/src/gb.gui.base/.src/GridView/GridView.class
- comp/src/gb.gui.base/.src/GridView/_GridView_Rows.class
- comp/src/gb.gui.base/.src/IconView/IconView.class
- comp/src/gb.gui.base/.src/Test/FTestTreeView.class
- comp/src/gb.gui.base/.src/TreeView/_TreeView.class
View it on GitLab: https://gitlab.com/gambas/gambas/-/compare/1d3ace31781bf80db4dd1f10645bed465f112d21...74be963d5b0ece54894cd21befd0bc26db020197
--
View it on GitLab: https://gitlab.com/gambas/gambas/-/compare/1d3ace31781bf80db4dd1f10645bed465f112d21...74be963d5b0ece54894cd21befd0bc26db020197
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/20220802/f9c8c240/attachment-0001.htm>
More information about the Notification
mailing list