<!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/875fcafa512c4dbcdd86705beb5fdf8fe30c08f2">875fcafa</a></strong>
<div>
<span>by gambas</span>
<i>at 2020-05-21T20:37:44+02:00</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">MediaPipeline: Play() now takes an extra optional argument that allows not to wait for the command completion.

[GB.MEDIA]
* NEW: 'GB_MEDIA_DEBUG' is a new environmental variable that toggles warning messages.
* NEW: MediaPipeline: Play() now takes an extra optional argument that allows not to wait for the command completion.
</pre>
</li>
<li>
<strong><a href="https://gitlab.com/gambas/gambas/-/commit/2e3ffaa89428494a7553da4cb4e2dac38f699038">2e3ffaa8</a></strong>
<div>
<span>by gambas</span>
<i>at 2020-05-21T20:43:15+02:00</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">FileProperties: Fix an error triggered by the preview.

[GB.FORM]
* BUG: FileProperties: Fix an error triggered by the preview.
</pre>
</li>
<li>
<strong><a href="https://gitlab.com/gambas/gambas/-/commit/84b2f1bc600280e4e146d73956cd1bd818a14726">84b2f1bc</a></strong>
<div>
<span>by gambas</span>
<i>at 2020-05-21T20:53:21+02:00</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">Update many icons and add 128 pixels version of some other ones.

[GB.FORM.STOCK]
* NEW: Add 128 pixels version of some other icons.
* NEW: Update many icons.
</pre>
</li>
<li>
<strong><a href="https://gitlab.com/gambas/gambas/-/commit/7295d38d0271bdbb0f73d6cef58174de56f23e54">7295d38d</a></strong>
<div>
<span>by gambas</span>
<i>at 2020-05-22T00:25:24+02:00</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">Some fixes in image editor and little design changes.

[DEVELOPMENT ENVIRONMENT]
* NEW: Image editor: Grid configuration is now specific to each editor.
* NEW: Image editor: The grid configuration gets a sane default the first time it is toggled.
* BUG: Image editor: Resize the information tooltip for large coordinate values.
* NEW: Image editor: Draw the grid lines with foreground color.
* NEW: Welcome dialog: Use a lighter version of the blue color.
* NEW: Welcome dialog: Sound and animation on a few specific dates. :-)
* NEW: File creation dialog: Remember the size of new images.
*
</pre>
</li>
<li>
<strong><a href="https://gitlab.com/gambas/gambas/-/commit/3388dab780d049c48c65694f620f67f7327c3b4e">3388dab7</a></strong>
<div>
<span>by gambas</span>
<i>at 2020-05-22T00:27:49+02:00</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">Fix how mandatory fields are highlighted by the SetFocus(True) method.

[GB.WEB.GUI]
* NEW: Store the error log in '/tmp/gambas.XXX/gb.web.gui' directory now.
* BUG: Fix how mandatory fields are highlighted by the SetFocus(True) method.
</pre>
</li>
</ul>
<h4>30 changed files:</h4>
<ul>
<li class="file-stats">
<a href="https://gitlab.com/gambas/gambas/-/compare/7fd9766d02a399f44c5e47b79727445092dc5c18...3388dab780d049c48c65694f620f67f7327c3b4e#7074f87d60444eeec4489f5bad7a47bcac68aa78">
app/src/gambas3/.src/Editor/Image/FImageEditor.class
</a>
</li>
<li class="file-stats">
<a href="https://gitlab.com/gambas/gambas/-/compare/7fd9766d02a399f44c5e47b79727445092dc5c18...3388dab780d049c48c65694f620f67f7327c3b4e#5a725e738b8309bcd9c2e4c2fa129688bf25f09c">
app/src/gambas3/.src/Editor/Image/FImageProperty.class
</a>
</li>
<li class="file-stats">
<a href="https://gitlab.com/gambas/gambas/-/compare/7fd9766d02a399f44c5e47b79727445092dc5c18...3388dab780d049c48c65694f620f67f7327c3b4e#3e7f796e8a029a483dfea9977ae6b89fddc1d261">
app/src/gambas3/.src/Editor/Image/FImageProperty.form
</a>
</li>
<li class="file-stats">
<a href="https://gitlab.com/gambas/gambas/-/compare/7fd9766d02a399f44c5e47b79727445092dc5c18...3388dab780d049c48c65694f620f67f7327c3b4e#d972cb4a44ae5112eb286a70e4f322987d1ac459">
app/src/gambas3/.src/FMain.class
</a>
</li>
<li class="file-stats">
<a href="https://gitlab.com/gambas/gambas/-/compare/7fd9766d02a399f44c5e47b79727445092dc5c18...3388dab780d049c48c65694f620f67f7327c3b4e#689584499b055093e7f252f5271a06477512a0c1">
app/src/gambas3/.src/Project.module
</a>
</li>
<li class="file-stats">
<a href="https://gitlab.com/gambas/gambas/-/compare/7fd9766d02a399f44c5e47b79727445092dc5c18...3388dab780d049c48c65694f620f67f7327c3b4e#ba3f69e853a6a0c0eb85264f30e40db31fcd5495">
app/src/gambas3/.src/Project/CProjectList.class
</a>
</li>
<li class="file-stats">
<a href="https://gitlab.com/gambas/gambas/-/compare/7fd9766d02a399f44c5e47b79727445092dc5c18...3388dab780d049c48c65694f620f67f7327c3b4e#3139182375b296e331f964dff2a5c795fb6904a2">
app/src/gambas3/.src/Project/FCreateFile.class
</a>
</li>
<li class="file-stats">
<a href="https://gitlab.com/gambas/gambas/-/compare/7fd9766d02a399f44c5e47b79727445092dc5c18...3388dab780d049c48c65694f620f67f7327c3b4e#168f92b92a59e9a59f9c956f395ecc019a46cecf">
app/src/gambas3/.src/Project/Farm/FSoftwareFarm.class
</a>
</li>
<li class="file-stats">
<a href="https://gitlab.com/gambas/gambas/-/compare/7fd9766d02a399f44c5e47b79727445092dc5c18...3388dab780d049c48c65694f620f67f7327c3b4e#d9aa2c2f8afcfdb142eddd934e0738cba6908247">
<span class="new-file">
+
app/src/gambas3/.src/Welcome/CTear.class
</span>
</a>
</li>
<li class="file-stats">
<a href="https://gitlab.com/gambas/gambas/-/compare/7fd9766d02a399f44c5e47b79727445092dc5c18...3388dab780d049c48c65694f620f67f7327c3b4e#6efd3b6b89597524cd94309e91baa2755e3f6779">
app/src/gambas3/.src/Welcome/CWelcome.class
</a>
</li>
<li class="file-stats">
<a href="https://gitlab.com/gambas/gambas/-/compare/7fd9766d02a399f44c5e47b79727445092dc5c18...3388dab780d049c48c65694f620f67f7327c3b4e#1599a6dc98765b6e2f35ea952e949d25639d4c8f">
app/src/gambas3/.src/Welcome/FAbout.class
</a>
</li>
<li class="file-stats">
<a href="https://gitlab.com/gambas/gambas/-/compare/7fd9766d02a399f44c5e47b79727445092dc5c18...3388dab780d049c48c65694f620f67f7327c3b4e#5c612b07a62395ccbc768a05ddec06aafbf1990a">
app/src/gambas3/.src/Welcome/FWelcome.class
</a>
</li>
<li class="file-stats">
<a href="https://gitlab.com/gambas/gambas/-/compare/7fd9766d02a399f44c5e47b79727445092dc5c18...3388dab780d049c48c65694f620f67f7327c3b4e#9f9566e710e29fbbbab43069238d18cd3de216a3">
app/src/gambas3/.src/Welcome/FWelcome.form
</a>
</li>
<li class="file-stats">
<a href="https://gitlab.com/gambas/gambas/-/compare/7fd9766d02a399f44c5e47b79727445092dc5c18...3388dab780d049c48c65694f620f67f7327c3b4e#5d528428dc426468038af42ec01bb58f301bf15c">
<span class="new-file">
+
app/src/gambas3/welcome/bells.mp3
</span>
</a>
</li>
<li class="file-stats">
<a href="https://gitlab.com/gambas/gambas/-/compare/7fd9766d02a399f44c5e47b79727445092dc5c18...3388dab780d049c48c65694f620f67f7327c3b4e#047555ebcdaeb1854e1e4c666ca75b531682be6f">
app/src/gambas3/img/welcome/border.png

app/src/gambas3/welcome/border.png
</a>
</li>
<li class="file-stats">
<a href="https://gitlab.com/gambas/gambas/-/compare/7fd9766d02a399f44c5e47b79727445092dc5c18...3388dab780d049c48c65694f620f67f7327c3b4e#01ddc8a0a74affedc103259cf74b94b35a74459d">
app/src/gambas3/img/welcome/corner.png

app/src/gambas3/welcome/corner.png
</a>
</li>
<li class="file-stats">
<a href="https://gitlab.com/gambas/gambas/-/compare/7fd9766d02a399f44c5e47b79727445092dc5c18...3388dab780d049c48c65694f620f67f7327c3b4e#3c9e739400329b39b540ab043d028fc257a4f30c">
app/src/gambas3/img/fir.png

app/src/gambas3/welcome/fir.png
</a>
</li>
<li class="file-stats">
<a href="https://gitlab.com/gambas/gambas/-/compare/7fd9766d02a399f44c5e47b79727445092dc5c18...3388dab780d049c48c65694f620f67f7327c3b4e#f31f8f5a604ba38756db716536f64e5e8df7b0e3">
app/src/gambas3/img/snowflake.png

app/src/gambas3/welcome/snowflake.png
</a>
</li>
<li class="file-stats">
<a href="https://gitlab.com/gambas/gambas/-/compare/7fd9766d02a399f44c5e47b79727445092dc5c18...3388dab780d049c48c65694f620f67f7327c3b4e#e33e928d51ac41ada5be5ca1e8ef9f8a1a727629">
<span class="new-file">
+
app/src/gambas3/welcome/spiritus.mp3
</span>
</a>
</li>
<li class="file-stats">
<a href="https://gitlab.com/gambas/gambas/-/compare/7fd9766d02a399f44c5e47b79727445092dc5c18...3388dab780d049c48c65694f620f67f7327c3b4e#8ff4a9aea5f7da7020364c1afdd0d9a802492cf2">
comp/src/gb.form.stock/gambas-mono/32/access.png
</a>
</li>
<li class="file-stats">
<a href="https://gitlab.com/gambas/gambas/-/compare/7fd9766d02a399f44c5e47b79727445092dc5c18...3388dab780d049c48c65694f620f67f7327c3b4e#535bed3d179777787d0db82e7fbfe6fcd421c51c">
comp/src/gb.form.stock/gambas-mono/32/archive.png
</a>
</li>
<li class="file-stats">
<a href="https://gitlab.com/gambas/gambas/-/compare/7fd9766d02a399f44c5e47b79727445092dc5c18...3388dab780d049c48c65694f620f67f7327c3b4e#28387bd558a7c1881789e68e35b0a8349bc5b4e3">
comp/src/gb.form.stock/gambas-mono/32/calculator.png
</a>
</li>
<li class="file-stats">
<a href="https://gitlab.com/gambas/gambas/-/compare/7fd9766d02a399f44c5e47b79727445092dc5c18...3388dab780d049c48c65694f620f67f7327c3b4e#783dad4518ee2c29c03cce8c4be63c7a2dd84104">
comp/src/gb.form.stock/gambas-mono/32/print.png
</a>
</li>
<li class="file-stats">
<a href="https://gitlab.com/gambas/gambas/-/compare/7fd9766d02a399f44c5e47b79727445092dc5c18...3388dab780d049c48c65694f620f67f7327c3b4e#f5f671529df2a6dc0b95cd2b64591f567174038f">
comp/src/gb.form.stock/gambas-mono/32/printer.png
</a>
</li>
<li class="file-stats">
<a href="https://gitlab.com/gambas/gambas/-/compare/7fd9766d02a399f44c5e47b79727445092dc5c18...3388dab780d049c48c65694f620f67f7327c3b4e#ce86666cc11afff62ef793fec016be0be57b7dad">
comp/src/gb.form.stock/gambas-mono/32/resize.png
</a>
</li>
<li class="file-stats">
<a href="https://gitlab.com/gambas/gambas/-/compare/7fd9766d02a399f44c5e47b79727445092dc5c18...3388dab780d049c48c65694f620f67f7327c3b4e#8ec19f99c9864e07984fd4c48d2f201c9664ea40">
comp/src/gb.form.stock/gambas-mono/32/tablet.png
</a>
</li>
<li class="file-stats">
<a href="https://gitlab.com/gambas/gambas/-/compare/7fd9766d02a399f44c5e47b79727445092dc5c18...3388dab780d049c48c65694f620f67f7327c3b4e#556d4ade5e5ae0dfd85313ba56c75152e23510d6">
<span class="new-file">
+
comp/src/gb.form.stock/gambas/128/access.png
</span>
</a>
</li>
<li class="file-stats">
<a href="https://gitlab.com/gambas/gambas/-/compare/7fd9766d02a399f44c5e47b79727445092dc5c18...3388dab780d049c48c65694f620f67f7327c3b4e#90047c0fd98b2c52ea836b5cfffc42e32fb5a8a4">
comp/src/gb.form.stock/gambas/128/archive.png
</a>
</li>
<li class="file-stats">
<a href="https://gitlab.com/gambas/gambas/-/compare/7fd9766d02a399f44c5e47b79727445092dc5c18...3388dab780d049c48c65694f620f67f7327c3b4e#04b1ea6cebe7d35d41eb8475c014b0c6dda315ad">
<span class="new-file">
+
comp/src/gb.form.stock/gambas/128/calculator.png
</span>
</a>
</li>
<li class="file-stats">
<a href="https://gitlab.com/gambas/gambas/-/compare/7fd9766d02a399f44c5e47b79727445092dc5c18...3388dab780d049c48c65694f620f67f7327c3b4e#8481ab344cbc95f968ec588f3bbbbabfe75c6fb2">
<span class="new-file">
+
comp/src/gb.form.stock/gambas/128/calendar.png
</span>
</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/7fd9766d02a399f44c5e47b79727445092dc5c18...3388dab780d049c48c65694f620f67f7327c3b4e">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>