<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" "http://www.w3.org/TR/REC-html40/loose.dtd">
<html lang="en">
<head>
<meta content="text/html; charset=US-ASCII" http-equiv="Content-Type">
<title>
GitLab
</title>



<style>img {
max-width: 100%; height: auto;
}
</style>
</head>
<body>
<div class="content">

<h3>
Benoît Minisini pushed to branch master
at <a href="https://gitlab.com/gambas/gambas">Gambas / gambas</a>
</h3>
<h4>
Commits:
</h4>
<ul>
<li>
<strong><a href="https://gitlab.com/gambas/gambas/commit/6137849b2232b89548dd86a220b318125c281d00">6137849b</a></strong>
<div>
<span>by gambas</span>
<i>at 2020-01-24T08:05:52+01:00</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">Remove some surprisingly useless duplicated code in image conversion.

[GB.IMAGE]
* BUG: Remove some surprisingly useless duplicated code in image conversion.
</pre>
</li>
<li>
<strong><a href="https://gitlab.com/gambas/gambas/commit/da2db608bfc27257651b6f882d3e748dbed34279">da2db608</a></strong>
<div>
<span>by gambas</span>
<i>at 2020-01-24T08:08:42+01:00</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">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.
</pre>
</li>
<li>
<strong><a href="https://gitlab.com/gambas/gambas/commit/ccf149103760e0444b7bb5a594426bd6091477a7">ccf14910</a></strong>
<div>
<span>by gambas</span>
<i>at 2020-01-24T08:12:01+01:00</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">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.
</pre>
</li>
<li>
<strong><a href="https://gitlab.com/gambas/gambas/commit/f1780045e80b754d4c98a387b104cf010a047653">f1780045</a></strong>
<div>
<span>by gambas</span>
<i>at 2020-01-24T08:13:05+01:00</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">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.
</pre>
</li>
<li>
<strong><a href="https://gitlab.com/gambas/gambas/commit/95ee02ef3f14175a89c720d287c2d9120fd24f5c">95ee02ef</a></strong>
<div>
<span>by gambas</span>
<i>at 2020-01-24T08:22:33+01:00</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">IconView: Do not use rounded rectangles anymore for selection frames.

[GB.GUI.BASE]
* NEW: IconView: Do not use rounded rectangles anymore for selection frames.
</pre>
</li>
<li>
<strong><a href="https://gitlab.com/gambas/gambas/commit/6798771a6eb9ea16eba662dcd065f2da51d78365">6798771a</a></strong>
<div>
<span>by gambas</span>
<i>at 2020-01-24T08:23:44+01:00</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">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.
</pre>
</li>
<li>
<strong><a href="https://gitlab.com/gambas/gambas/commit/0fa6323186c3bdf588219927538ba0f7bbcaa52f">0fa63231</a></strong>
<div>
<span>by gambas</span>
<i>at 2020-01-24T08:25:06+01:00</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">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.
</pre>
</li>
<li>
<strong><a href="https://gitlab.com/gambas/gambas/commit/e6cd4fc302e651c8b4b117b42a78b40d178d40c0">e6cd4fc3</a></strong>
<div>
<span>by gambas</span>
<i>at 2020-01-24T08:28:46+01:00</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">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.
</pre>
</li>
<li>
<strong><a href="https://gitlab.com/gambas/gambas/commit/71288ea628735490d00ff8e5c1369afcc6797974">71288ea6</a></strong>
<div>
<span>by gambas</span>
<i>at 2020-01-24T08:33:05+01:00</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">Fix some space typos.
</pre>
</li>
<li>
<strong><a href="https://gitlab.com/gambas/gambas/commit/902fd4aae208f9cd555adb0948b108bd3205bcda">902fd4aa</a></strong>
<div>
<span>by gambas</span>
<i>at 2020-01-24T08:33:54+01:00</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">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.
</pre>
</li>
</ul>
<h4>30 changed files:</h4>
<ul>
<li class="file-stats">
<a href="https://gitlab.com/gambas/gambas/compare/36c093cb21d9dab3aae35f64d44e5883eefe020e...902fd4aae208f9cd555adb0948b108bd3205bcda#5ec34e4d5a9cb1f1f16ef26dbe7f2c8be00633b5">
app/src/gambas3/.lang/fr.po
</a>
</li>
<li class="file-stats">
<a href="https://gitlab.com/gambas/gambas/compare/36c093cb21d9dab3aae35f64d44e5883eefe020e...902fd4aae208f9cd555adb0948b108bd3205bcda#00b3475820e95d8cf9ca30f5beeb4a35be2d62e1">
app/src/gambas3/.src/Debug/Design.module
</a>
</li>
<li class="file-stats">
<a href="https://gitlab.com/gambas/gambas/compare/36c093cb21d9dab3aae35f64d44e5883eefe020e...902fd4aae208f9cd555adb0948b108bd3205bcda#849ac54013d161d7504fef33a483c3917bccd308">
app/src/gambas3/.src/Editor/Code/FEditor.class
</a>
</li>
<li class="file-stats">
<a href="https://gitlab.com/gambas/gambas/compare/36c093cb21d9dab3aae35f64d44e5883eefe020e...902fd4aae208f9cd555adb0948b108bd3205bcda#85541fd1d4fccf86bed26f975585d2fdfe3a50bc">
app/src/gambas3/.src/Editor/Code/FEditor.form
</a>
</li>
<li class="file-stats">
<a href="https://gitlab.com/gambas/gambas/compare/36c093cb21d9dab3aae35f64d44e5883eefe020e...902fd4aae208f9cd555adb0948b108bd3205bcda#35d7b7baf8ec0f1ec7143bdff8a6ee6b9753369c">
app/src/gambas3/.src/Editor/Code/FTextEditor.class
</a>
</li>
<li class="file-stats">
<a href="https://gitlab.com/gambas/gambas/compare/36c093cb21d9dab3aae35f64d44e5883eefe020e...902fd4aae208f9cd555adb0948b108bd3205bcda#0ad1b77e0b6aff3ebaa0ed449a05a0f5cd4d8742">
app/src/gambas3/.src/Editor/Code/FTextEditor.form
</a>
</li>
<li class="file-stats">
<a href="https://gitlab.com/gambas/gambas/compare/36c093cb21d9dab3aae35f64d44e5883eefe020e...902fd4aae208f9cd555adb0948b108bd3205bcda#f0e6e51b4382cb961db9d7b316bbb2170c39b306">
app/src/gambas3/.src/Editor/Form/FProperty.class
</a>
</li>
<li class="file-stats">
<a href="https://gitlab.com/gambas/gambas/compare/36c093cb21d9dab3aae35f64d44e5883eefe020e...902fd4aae208f9cd555adb0948b108bd3205bcda#d972cb4a44ae5112eb286a70e4f322987d1ac459">
app/src/gambas3/.src/FMain.class
</a>
</li>
<li class="file-stats">
<a href="https://gitlab.com/gambas/gambas/compare/36c093cb21d9dab3aae35f64d44e5883eefe020e...902fd4aae208f9cd555adb0948b108bd3205bcda#809f38a54e04a7e0e74efb83caaae82d7d356300">
<span class="new-file">
+
app/src/gambas3/.src/Options/FLayout.class
</span>
</a>
</li>
<li class="file-stats">
<a href="https://gitlab.com/gambas/gambas/compare/36c093cb21d9dab3aae35f64d44e5883eefe020e...902fd4aae208f9cd555adb0948b108bd3205bcda#816f58d83828d2cd28defd94a070e2086e5c9261">
<span class="new-file">
+
app/src/gambas3/.src/Options/FLayout.form
</span>
</a>
</li>
<li class="file-stats">
<a href="https://gitlab.com/gambas/gambas/compare/36c093cb21d9dab3aae35f64d44e5883eefe020e...902fd4aae208f9cd555adb0948b108bd3205bcda#938f374765451b74d9eb3a75ea68904695c3be52">
app/src/gambas3/.src/Options/FOption.class
</a>
</li>
<li class="file-stats">
<a href="https://gitlab.com/gambas/gambas/compare/36c093cb21d9dab3aae35f64d44e5883eefe020e...902fd4aae208f9cd555adb0948b108bd3205bcda#49342f64fcd2a1f890bd3b762da633dd86844116">
app/src/gambas3/.src/Options/FOption.form
</a>
</li>
<li class="file-stats">
<a href="https://gitlab.com/gambas/gambas/compare/36c093cb21d9dab3aae35f64d44e5883eefe020e...902fd4aae208f9cd555adb0948b108bd3205bcda#599ac49cfe6eba9ebeeb9ff61eaa38b735ee794c">
app/src/gambas3/.src/VersionControl/VersionControl.module
</a>
</li>
<li class="file-stats">
<a href="https://gitlab.com/gambas/gambas/compare/36c093cb21d9dab3aae35f64d44e5883eefe020e...902fd4aae208f9cd555adb0948b108bd3205bcda#f18f3352c23149a9fdb1ceaa7509bffc09c9098f">
<span class="new-file">
+
app/src/gambas3/layout/$compact.layout
</span>
</a>
</li>
<li class="file-stats">
<a href="https://gitlab.com/gambas/gambas/compare/36c093cb21d9dab3aae35f64d44e5883eefe020e...902fd4aae208f9cd555adb0948b108bd3205bcda#1c088f0ce101df18004c6616a1c7621c981ebef5">
<span class="new-file">
+
app/src/gambas3/layout/$default.layout
</span>
</a>
</li>
<li class="file-stats">
<a href="https://gitlab.com/gambas/gambas/compare/36c093cb21d9dab3aae35f64d44e5883eefe020e...902fd4aae208f9cd555adb0948b108bd3205bcda#6c581eafcefb7e20d178aec63ff3eda661955184">
app/src/gambas3/theme/zen
</a>
</li>
<li class="file-stats">
<a href="https://gitlab.com/gambas/gambas/compare/36c093cb21d9dab3aae35f64d44e5883eefe020e...902fd4aae208f9cd555adb0948b108bd3205bcda#0245f5f303ee14af8f7ea3ff2c6a9882c0e2145f">
comp/src/gb.form.mdi/.project
</a>
</li>
<li class="file-stats">
<a href="https://gitlab.com/gambas/gambas/compare/36c093cb21d9dab3aae35f64d44e5883eefe020e...902fd4aae208f9cd555adb0948b108bd3205bcda#fdf919ace8c313300512dc796d28e5110c10047b">
comp/src/gb.form.mdi/.src/Tests/FMain.class
</a>
</li>
<li class="file-stats">
<a href="https://gitlab.com/gambas/gambas/compare/36c093cb21d9dab3aae35f64d44e5883eefe020e...902fd4aae208f9cd555adb0948b108bd3205bcda#17778d54ee8739f12afe9b1b555bb1f603cdee67">
comp/src/gb.form.mdi/.src/ToolBar/FToolBar.class
</a>
</li>
<li class="file-stats">
<a href="https://gitlab.com/gambas/gambas/compare/36c093cb21d9dab3aae35f64d44e5883eefe020e...902fd4aae208f9cd555adb0948b108bd3205bcda#c2a66c6a528a14fe79af3009c4621241660a475f">
comp/src/gb.form.mdi/.src/ToolBar/ToolBar.class
</a>
</li>
<li class="file-stats">
<a href="https://gitlab.com/gambas/gambas/compare/36c093cb21d9dab3aae35f64d44e5883eefe020e...902fd4aae208f9cd555adb0948b108bd3205bcda#22ef34a651fe624064b7fb23f45b4ee121e5aaaa">
comp/src/gb.form/.project
</a>
</li>
<li class="file-stats">
<a href="https://gitlab.com/gambas/gambas/compare/36c093cb21d9dab3aae35f64d44e5883eefe020e...902fd4aae208f9cd555adb0948b108bd3205bcda#dbe5ee6531d607b2e2f406ceb088d03577dade67">
comp/src/gb.form/.src/IconPanel/IconPanel.class
</a>
</li>
<li class="file-stats">
<a href="https://gitlab.com/gambas/gambas/compare/36c093cb21d9dab3aae35f64d44e5883eefe020e...902fd4aae208f9cd555adb0948b108bd3205bcda#41b0486c50d9ad97e9cedc80cbad381b6a08e66d">
comp/src/gb.form/.src/IconPanel/_IconPanelContainer.class
</a>
</li>
<li class="file-stats">
<a href="https://gitlab.com/gambas/gambas/compare/36c093cb21d9dab3aae35f64d44e5883eefe020e...902fd4aae208f9cd555adb0948b108bd3205bcda#684bbde234774e890f47edb7c362d521d7f05092">
comp/src/gb.form/.src/Test/FIconPanel.form
</a>
</li>
<li class="file-stats">
<a href="https://gitlab.com/gambas/gambas/compare/36c093cb21d9dab3aae35f64d44e5883eefe020e...902fd4aae208f9cd555adb0948b108bd3205bcda#f9c3fe1eb55b180e59bde19ee077ac78f892ffb6">
comp/src/gb.form/stock/16/linux.png
</a>
</li>
<li class="file-stats">
<a href="https://gitlab.com/gambas/gambas/compare/36c093cb21d9dab3aae35f64d44e5883eefe020e...902fd4aae208f9cd555adb0948b108bd3205bcda#86acf21a9a4d3b112a3fdbcc615faef62550fcc7">
comp/src/gb.form/stock/32/linux.png
</a>
</li>
<li class="file-stats">
<a href="https://gitlab.com/gambas/gambas/compare/36c093cb21d9dab3aae35f64d44e5883eefe020e...902fd4aae208f9cd555adb0948b108bd3205bcda#e876daea1df3bc183cb846a19cc1f77ea3dbbe40">
comp/src/gb.form/stock/scalable/linux.svg
</a>
</li>
<li class="file-stats">
<a href="https://gitlab.com/gambas/gambas/compare/36c093cb21d9dab3aae35f64d44e5883eefe020e...902fd4aae208f9cd555adb0948b108bd3205bcda#f618f7c0d59254124316067be124e2b6d65cbfa0">
comp/src/gb.gui.base/.project
</a>
</li>
<li class="file-stats">
<a href="https://gitlab.com/gambas/gambas/compare/36c093cb21d9dab3aae35f64d44e5883eefe020e...902fd4aae208f9cd555adb0948b108bd3205bcda#8bbe767ff4648a7f7cc5303b015743bda3c3e4cc">
comp/src/gb.gui.base/.src/IconView/IconView.class
</a>
</li>
<li class="file-stats">
<a href="https://gitlab.com/gambas/gambas/compare/36c093cb21d9dab3aae35f64d44e5883eefe020e...902fd4aae208f9cd555adb0948b108bd3205bcda#a288204e680abccb44205668bdb9b499be80abbe">
comp/src/gb.gui.base/.src/IconView/_IconView_Item.class
</a>
</li>
</ul>

</div>
<div class="footer" style="margin-top: 10px;">
<p style="font-size: small; color: #777;">

<br>
<a href="https://gitlab.com/gambas/gambas/compare/36c093cb21d9dab3aae35f64d44e5883eefe020e...902fd4aae208f9cd555adb0948b108bd3205bcda">View it on GitLab</a>.
<br>
You're receiving this email because of your account on gitlab.com.
If you'd like to receive fewer emails, you can
adjust your notification settings.



</p>
</div>
</body>
</html>