[Gambas-Notification] [Git][gambas/gambas][master] 6 commits: PictureBox is now implemented in Gambas.

Benoît Minisini gitlab at mg.gitlab.com
Wed Oct 3 16:17:40 CEST 2018


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


Commits:
1bf70e1e by gambas at 2018-10-03T14:06:54Z
PictureBox is now implemented in Gambas.

[GB.GTK]
* NEW: Remove PictureBox control.

[GB.GTK3]
* NEW: Remove PictureBox control.

[GB.GUI.BASE]
* NEW: PictureBox is now implemented in Gambas.
* NEW: PictureBox: Image is a new property that allows to display an Image instead of a Picture.
* NEW: PictureBox: Mode is a new property that defines how the image fills the control.

[GB.QT4]
* NEW: Remove PictureBox control.

[GB.QT5]
* NEW: Remove PictureBox control.

- - - - -
a7ddfbe0 by gambas at 2018-10-03T14:07:04Z
Fix ScrollView arrangement, and optimize TreeView items adding.

[GB.GUI.BASE]
* NEW: GridView: Draw last column and last rows separators even if Grid is not set when the GridView is actually a TableView.
* BUG: ScrollView: Fix arrangement.
* OPT: TreeView: Define the default row size, so that adding items is faster.

- - - - -
261697ae by gambas at 2018-10-03T14:10:03Z
Fix ColorPalette, optimize FileView refresh, make the TableView editor position nicer.

[GB.FORM]
* BUG: ColorPalette: Handle mouse wheel events correctly.
* BUG: ColorPalette: Ensure that the current color is visible.
* NEW: ColorChooser: The value slider now handles mouse wheel events.
* OPT: FileView: Sort the files once when the view is reloaded.
* NEW: TableView: Move the editor so that the cell border is correctly visible.

- - - - -
65b0fb98 by gambas at 2018-10-03T14:14:08Z
DataView: Clicking on the creation row now works correctly again.

[GB.DB.FORM]
* BUG: DataView: Clicking on the creation row now works correctly again.

- - - - -
bc42b29c by gambas at 2018-10-03T14:15:33Z
Image editor: The property sheet is now disabled when the editor is read-only.

[DEVELOPMENT ENVIRONMENT]
* NEW: Update French translation.
* BUG: Image editor: The property sheet is now disabled when the editor is read-only.
* BUG: Image editor: Remove a debugging message.

- - - - -
b7ac71f2 by gambas at 2018-10-03T14:17:29Z
Merge branch 'master' of gitlab.com:gambas/gambas

- - - - -


30 changed files:

- app/src/gambas3/.lang/fr.mo
- app/src/gambas3/.lang/fr.po
- app/src/gambas3/.src/Component/CPropertyInfo.class
- app/src/gambas3/.src/Editor/Form/CControl.class
- app/src/gambas3/.src/Editor/Form/FForm.class
- app/src/gambas3/.src/Editor/Image/FImageEditor.class
- app/src/gambas3/.src/Editor/Image/FImageProperty.class
- app/src/gambas3/.src/Project/FCreateProject.form
- comp/src/gb.db.form/.connection/Connection2.connection
- comp/src/gb.db.form/.src/DataView.class
- comp/src/gb.db.form/.src/FBlobEditor.form
- comp/src/gb.db.form/.src/Test/FMain3.form
- comp/src/gb.form/.project
- comp/src/gb.form/.src/Color/ColorPalette.class
- comp/src/gb.form/.src/Color/FColorChooser.class
- comp/src/gb.form/.src/File/FileView.class
- comp/src/gb.form/.src/TableView.class
- comp/src/gb.form/.src/Test/FTableView.class
- comp/src/gb.form/.src/Test/FTableView.form
- comp/src/gb.gui.base/.project
- comp/src/gb.gui.base/.src/GridView/GridView.class
- comp/src/gb.gui.base/.src/MMain.module → comp/src/gb.gui.base/.src/Main.module
- − comp/src/gb.gui.base/.src/MyPictureBox.class
- + comp/src/gb.gui.base/.src/PictureBox.class
- comp/src/gb.gui.base/.src/ScrollArea.class
- comp/src/gb.gui.base/.src/ScrollView.class
- + comp/src/gb.gui.base/.src/Test/FileView/CTaskPreview.class
- + comp/src/gb.gui.base/.src/Test/FileView/DirCache.class
- + comp/src/gb.gui.base/.src/Test/FileView/FileView.class
- + comp/src/gb.gui.base/.src/Test/FileView/Help.module


View it on GitLab: https://gitlab.com/gambas/gambas/compare/6c50b5cf3d128364c37fd9244b5a11ff04671d56...b7ac71f28555775f3c948bb3f677dbc19d9c7269

-- 
View it on GitLab: https://gitlab.com/gambas/gambas/compare/6c50b5cf3d128364c37fd9244b5a11ff04671d56...b7ac71f28555775f3c948bb3f677dbc19d9c7269
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/20181003/41983995/attachment.html>


More information about the Notification mailing list