[Gambas-Notification] [Git][gambas/gambas][master] 9 commits: Image editor: Save the status of dialogs in the project settings file..
Benoît Minisini (@bminisini)
gitlab at mg.gitlab.com
Mon Aug 28 13:40:27 CEST 2023
Benoît Minisini pushed to branch master at Gambas / gambas
Commits:
6c689aa0 by Benoît Minisini at 2023-08-26T11:28:41+02:00
Image editor: Save the status of dialogs in the project settings file..
[DEVELOPMENT ENVIRONMENT]
* NEW: Clip the right of the status label when there is not enough space.
* NEW: Image editor: Save the status of tools dialogs in the project settings file.
* NEW: Image editor: Save the status of the grid in the project settings file..
- - - - -
57360ae3 by Benoît Minisini at 2023-08-26T12:00:15+02:00
GridView: Ignore hidden cells when moving the cursor by using the keyboard. Hidden rows are always returned as not selected.
[GB.GUI.BASE]
* NEW: GridView: Ignore hidden cells when moving the cursor by using the keyboard.
* NEW: GridView: Hidden rows are always returned as not selected.
- - - - -
718d5e67 by Benoît Minisini at 2023-08-26T16:07:22+02:00
Project tree: Use the new filter event to filter the tree. It's a lot faster.
[DEVELOPMENT ENVIRONMENT]
* BUG: Image editor: Save the status of image offset dialog correctly.
* BUG: Image editor: Save the grid status on project close, not on form close anymore.
* OPT: Project tree: Use the new filter event to filter the tree. It's a lot faster.
* NEW: Update French translation.
- - - - -
bd045aab by Benoît Minisini at 2023-08-26T16:09:08+02:00
TreeView: Add item 'Visible' property, and filtering support.
[GB.GUI.BASE]
* NEW: TreeView: Items got a 'Visible' property, that allows to hide it.
* NEW: TreeView: 'Filter' is a new event that allows to filter the view.
* NEW: TreeView: 'Filter()' is a new method that must be called each time the filtering state changes.
- - - - -
5156f964 by Benoît Minisini at 2023-08-26T16:12:30+02:00
ButtonBox: Add 'FilterPicture' property, that allows to change the picture displayed by the filter button.
[GB.FORM]
* NEW: ButtonBox: Add 'FilterPicture' property, that allows to change the picture displayed by the filter button.
* NEW: Add 'chronometer' stock icon.
- - - - -
862630ca by Benoît Minisini at 2023-08-26T18:54:10+02:00
Image editor: Fix selection clear and undo on double click.
[DEVELOPMENT ENVIRONMENT]
* BUG: Image editor: Fix selection clear and undo on double click.
- - - - -
1affcc5e by Benoît Minisini at 2023-08-28T04:25:54+02:00
GridView: Hidden cells are ignored by EnsureVisible() method. TreeView: Item height computation is faster now.
[GB.GUI.BASE]
* BUG: GridView: Hidden cells are ignored by EnsureVisible() method.
* OPT: TreeView: Item height computation is faster now.
- - - - -
ad9f8a17 by Benoît Minisini at 2023-08-28T04:43:36+02:00
Project tree: Add two buttons that display all items and shrink the view. Fix image editor resize dialog.
[DEVELOPMENT ENVIRONMENT]
* BUG: Image editor: Fix image resize dialog.
* NEW: Project tree: Add a button to display all items.
* NEW: Project tree: Add a button to shrink the view.
* NEW: Project tree: Filtering automatically displays filtered items.
* NEW: The shrinked view is now the default view when opening a project.
- - - - -
c624e3f9 by Benoît Minisini at 2023-08-28T13:39:34+02:00
Resizing a window by code correctly raises the Resize event again.
[GB.QT4]
* BUG: Resizing a window by code correctly raises the Resize event again.
[GB.QT5]
* BUG: Resizing a window by code correctly raises the Resize event again.
- - - - -
30 changed files:
- app/src/gambas3/.lang/fr.po
- app/src/gambas3/.src/Debug/FDebugButton.class
- app/src/gambas3/.src/Debug/FDebugButton.form
- app/src/gambas3/.src/Editor/Image/FImageEditor.class
- app/src/gambas3/.src/Editor/Image/FImageOffsetSelection.class
- app/src/gambas3/.src/Editor/Image/FImageProperty.class
- app/src/gambas3/.src/Editor/Image/FImageQuality.class
- app/src/gambas3/.src/Editor/Image/FImageResize.class
- app/src/gambas3/.src/Editor/Image/FImageResize.form
- app/src/gambas3/.src/Editor/Image/FImageRotate.class
- app/src/gambas3/.src/FMain.class
- app/src/gambas3/.src/FMain.form
- app/src/gambas3/.src/Project.module
- app/src/gambas3/.src/Project/CProjectTree.class
- + app/src/gambas3/img/32/collapse.png
- + app/src/gambas3/img/32/expand.png
- comp/src/gb.form/.src/Button/ButtonBox.class
- comp/src/gb.form/img/32/filter-menu.png
- comp/src/gb.form/img/32/filter.png
- comp/src/gb.form/map/icon.map
- comp/src/gb.gui.base/.project
- 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/Test/FTestGridView.class
- comp/src/gb.gui.base/.src/Test/FTestGridView.form
- comp/src/gb.gui.base/.src/Test/FTestTreeView.class
- comp/src/gb.gui.base/.src/Test/FTestTreeView.form
- comp/src/gb.gui.base/.src/TreeView/_TreeView.class
- comp/src/gb.gui.base/.src/TreeView/_TreeView_Item.class
- gb.qt4/src/CWindow.cpp
View it on GitLab: https://gitlab.com/gambas/gambas/-/compare/a840f497b8122ee70cc437fca2d3e83a34a0f21c...c624e3f95f307c6d22617fdcd7cb91bbf857d699
--
View it on GitLab: https://gitlab.com/gambas/gambas/-/compare/a840f497b8122ee70cc437fca2d3e83a34a0f21c...c624e3f95f307c6d22617fdcd7cb91bbf857d699
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/20230828/13f5b693/attachment.htm>
More information about the Notification
mailing list