<!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=utf-8" 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/92a09ad18526e0306cb522ede0df9b7575d7a885">92a09ad1</a></strong>
<div>
<span>by gambas</span>
<i>at 2019-02-01T23:37:54Z</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">Workspace: Sometimes closing a tab with the middle button is triggered twice, leading to a crash. Made a workaround.

[GB.FORM.MDI]
* BUG: Workspace: Sometimes closing a tab with the middle button is triggered twice, leading to a crash. Made a workaround.
</pre>
</li>
<li>
<strong><a href="https://gitlab.com/gambas/gambas/commit/c875f00a447f6713ff120cc4bc492c920b2dd265">c875f00a</a></strong>
<div>
<span>by gambas</span>
<i>at 2019-02-01T23:40:30Z</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">TimeBox is a new control that allows to enter a duration. Maybe the name of the control is not very good.

[GB.FORM]
* NEW: TimeBox is a new control that allows to enter a duration. Maybe the name of the control is not very good.
</pre>
</li>
<li>
<strong><a href="https://gitlab.com/gambas/gambas/commit/f812d81274154562c89785912dd4646156f35408">f812d812</a></strong>
<div>
<span>by gambas</span>
<i>at 2019-02-01T23:41:36Z</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">Enhance the SpinBox control.

[GB.GUI.BASE]
* NEW: SpinBox: Alignment is a new property that allows to define the alignment of the control inner text.
* NEW: SpinBox: ShowZero is a new property that tells to pad the displayed number with zeros.
* NEW: SpinBox: Limit is a new event that is raised when the user tries to move past the maximum value, or beofre the minimum value.
* BUG: SpinBox: The value entered with the keyboard is now always taken into account by the next use of the mouse.
</pre>
</li>
<li>
<strong><a href="https://gitlab.com/gambas/gambas/commit/3a8b687376f931794efa3235924d81dc4fc2be33">3a8b6873</a></strong>
<div>
<span>by gambas</span>
<i>at 2019-02-01T23:49:44Z</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">Merge branch 'master' of gitlab.com:gambas/gambas
</pre>
</li>
</ul>
<h4>11 changed files:</h4>
<ul>
<li class="file-stats">
<a href="https://gitlab.com/gambas/gambas/compare/13120e91b6638af06fb329b761a508c701f12db8...3a8b687376f931794efa3235924d81dc4fc2be33#b69705bb8936731070d976859b3681c3903237d7">
comp/src/gb.form.mdi/.component
</a>
</li>
<li class="file-stats">
<a href="https://gitlab.com/gambas/gambas/compare/13120e91b6638af06fb329b761a508c701f12db8...3a8b687376f931794efa3235924d81dc4fc2be33#e1cb0141863c8ee49dbb0b9c030a00fdbaff7cc6">
comp/src/gb.form.mdi/.lang/de.mo
</a>
</li>
<li class="file-stats">
<a href="https://gitlab.com/gambas/gambas/compare/13120e91b6638af06fb329b761a508c701f12db8...3a8b687376f931794efa3235924d81dc4fc2be33#b7bff190f98c5a493ce74dad774bece792594d51">
comp/src/gb.form.mdi/.lang/it.mo
</a>
</li>
<li class="file-stats">
<a href="https://gitlab.com/gambas/gambas/compare/13120e91b6638af06fb329b761a508c701f12db8...3a8b687376f931794efa3235924d81dc4fc2be33#0245f5f303ee14af8f7ea3ff2c6a9882c0e2145f">
comp/src/gb.form.mdi/.project
</a>
</li>
<li class="file-stats">
<a href="https://gitlab.com/gambas/gambas/compare/13120e91b6638af06fb329b761a508c701f12db8...3a8b687376f931794efa3235924d81dc4fc2be33#ad5c3e1e134c2eb93407e90d3df87303e5f29166">
comp/src/gb.form.mdi/.src/Workspace/FWorkspace.class
</a>
</li>
<li class="file-stats">
<a href="https://gitlab.com/gambas/gambas/compare/13120e91b6638af06fb329b761a508c701f12db8...3a8b687376f931794efa3235924d81dc4fc2be33#37c25688130b461012f96ca6ffd6c5c111394e23">
<span class="new-file">
+
comp/src/gb.form/.hidden/control/timebox.png
</span>
</a>
</li>
<li class="file-stats">
<a href="https://gitlab.com/gambas/gambas/compare/13120e91b6638af06fb329b761a508c701f12db8...3a8b687376f931794efa3235924d81dc4fc2be33#22ef34a651fe624064b7fb23f45b4ee121e5aaaa">
comp/src/gb.form/.project
</a>
</li>
<li class="file-stats">
<a href="https://gitlab.com/gambas/gambas/compare/13120e91b6638af06fb329b761a508c701f12db8...3a8b687376f931794efa3235924d81dc4fc2be33#91c5ce95d7cde6956854a5651ba38a8296204e53">
<span class="new-file">
+
comp/src/gb.form/.src/Date/TimeBox.class
</span>
</a>
</li>
<li class="file-stats">
<a href="https://gitlab.com/gambas/gambas/compare/13120e91b6638af06fb329b761a508c701f12db8...3a8b687376f931794efa3235924d81dc4fc2be33#eb16436c5176794373ef47154d7937a1ce5441b6">
<span class="new-file">
+
comp/src/gb.form/.src/Test/FTestTimeBox.class
</span>
</a>
</li>
<li class="file-stats">
<a href="https://gitlab.com/gambas/gambas/compare/13120e91b6638af06fb329b761a508c701f12db8...3a8b687376f931794efa3235924d81dc4fc2be33#3d0b534ec3a28a1f8b971fbad4189117b63af296">
<span class="new-file">
+
comp/src/gb.form/.src/Test/FTestTimeBox.form
</span>
</a>
</li>
<li class="file-stats">
<a href="https://gitlab.com/gambas/gambas/compare/13120e91b6638af06fb329b761a508c701f12db8...3a8b687376f931794efa3235924d81dc4fc2be33#07062ea91093511578b87f92c252d71a97aab5c7">
comp/src/gb.gui.base/.src/SpinBox.class
</a>
</li>
</ul>

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

<br>
<a href="https://gitlab.com/gambas/gambas/compare/13120e91b6638af06fb329b761a508c701f12db8...3a8b687376f931794efa3235924d81dc4fc2be33">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>