[Gambas-Notification] [Git][gambas/gambas][master] 10 commits: Remove some surprisingly useless duplicated code in image conversion.

Benoît Minisini gitlab at mg.gitlab.com
Fri Jan 24 08:35:22 CET 2020



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


Commits:
6137849b by gambas at 2020-01-24T08:05:52+01:00
Remove some surprisingly useless duplicated code in image conversion.

[GB.IMAGE]
* BUG: Remove some surprisingly useless duplicated code in image conversion.

- - - - -
da2db608 by gambas at 2020-01-24T08:08:42+01:00
TextBox: Add Placeholder property.

[GB.GTK]
* NEW: TextBox: Add Placeholder property. Beware that it does nothing as GTK+2 entry widget does not support placeholder text.

[GB.GTK3]
* NEW: TextBox: Add Placeholder property.

[GB.QT4]
* NEW: TextBox: Add Placeholder property.

[GB.QT5]
* NEW: TextBox: Add Placeholder property.

- - - - -
ccf14910 by gambas at 2020-01-24T08:12:01+01:00
Fix Drag() that was returning the drag frame instead of the target control.

[GB.GTK]
* BUG: Fix Drag() that was returning the drag frame instead of the target control.

[GB.GTK3]
* BUG: Fix Drag() that was returning the drag frame instead of the target control.

[GB.GUI.BASE]
* BUG: Fix Drag() that was returning the drag frame instead of the target control.

[GB.QT4]
* BUG: Fix Drag() that was returning the drag frame instead of the target control.

[GB.QT5]
* BUG: Fix Drag() that was returning the drag frame instead of the target control.

- - - - -
f1780045 by gambas at 2020-01-24T08:13:05+01:00
Use the KDE SVG version of Tux that is a lot smaller.

[GB.FORM]
* OPT: Use the KDE SVG version of Tux that is a lot smaller.

- - - - -
95ee02ef by gambas at 2020-01-24T08:22:33+01:00
IconView: Do not use rounded rectangles anymore for selection frames.

[GB.GUI.BASE]
* NEW: IconView: Do not use rounded rectangles anymore for selection frames.

- - - - -
6798771a by gambas at 2020-01-24T08:23:44+01:00
IconPanel: Scale the panel icons so that each panel title has the same height.

[GB.FORM]
* NEW: IconPanel: Scale the panel icons so that each panel title has the same height.

- - - - -
0fa63231 by gambas at 2020-01-24T08:25:06+01:00
Add Toolbar properties and methods needed to implement global save/restore of toolbar layouts.

[GB.FORM.MDI]
* NEW: Toolbar: Settings is a new property that allows to return or set the toolbar layout as a string.
* NEW: Toolbar: GetLayout() is a new static method that returns the saved layout of a toolbar from its key.
* NEW: Toolbar: SetLayout() is a new static method that defines the saved layout of a toolbar from its key.

- - - - -
e6cd4fc3 by gambas at 2020-01-24T08:28:46+01:00
Add global interface layout save/restore ability.

[DEVELOPMENT ENVIRONMENT]
* NEW: Option dialog: Remove "Minimize on execution" option.
* NEW: Option dialog: Remove "Quiet external commands" option.
* BUG: Some fixes in diff mode management.
* NEW: Option dialog: Add global interface layout save/restore ability.
* NEW: Option dialog: Provide two default layouts : a default one, and a compact one.
* BUG: Fix some unreadable colors in 'zen' theme.
* NEW: Update French translation.

- - - - -
71288ea6 by gambas at 2020-01-24T08:33:05+01:00
Fix some space typos.

- - - - -
902fd4aa by gambas at 2020-01-24T08:33:54+01:00
Add support for GB_DB_MYSQL_NOSSL environment variable, that allows to disable SSL connections. They are buggy in some versions of the mysql client library.

[GB.DB.MYSQL]
* NEW: Add support for GB_DB_MYSQL_NOSSL environment variable, that allows to disable SSL connections. They are buggy in some versions of the mysql client library.

- - - - -


30 changed files:

- app/src/gambas3/.lang/fr.po
- app/src/gambas3/.src/Debug/Design.module
- 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/Form/FProperty.class
- app/src/gambas3/.src/FMain.class
- + app/src/gambas3/.src/Options/FLayout.class
- + app/src/gambas3/.src/Options/FLayout.form
- app/src/gambas3/.src/Options/FOption.class
- app/src/gambas3/.src/Options/FOption.form
- app/src/gambas3/.src/VersionControl/VersionControl.module
- + app/src/gambas3/layout/$compact.layout
- + app/src/gambas3/layout/$default.layout
- app/src/gambas3/theme/zen
- comp/src/gb.form.mdi/.project
- comp/src/gb.form.mdi/.src/Tests/FMain.class
- comp/src/gb.form.mdi/.src/ToolBar/FToolBar.class
- comp/src/gb.form.mdi/.src/ToolBar/ToolBar.class
- comp/src/gb.form/.project
- comp/src/gb.form/.src/IconPanel/IconPanel.class
- comp/src/gb.form/.src/IconPanel/_IconPanelContainer.class
- comp/src/gb.form/.src/Test/FIconPanel.form
- comp/src/gb.form/stock/16/linux.png
- comp/src/gb.form/stock/32/linux.png
- comp/src/gb.form/stock/scalable/linux.svg
- comp/src/gb.gui.base/.project
- comp/src/gb.gui.base/.src/IconView/IconView.class
- comp/src/gb.gui.base/.src/IconView/_IconView_Item.class


View it on GitLab: https://gitlab.com/gambas/gambas/compare/36c093cb21d9dab3aae35f64d44e5883eefe020e...902fd4aae208f9cd555adb0948b108bd3205bcda

-- 
View it on GitLab: https://gitlab.com/gambas/gambas/compare/36c093cb21d9dab3aae35f64d44e5883eefe020e...902fd4aae208f9cd555adb0948b108bd3205bcda
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/20200124/40a25d74/attachment-0001.html>


More information about the Notification mailing list