<!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/c65d88247d5d037f45a5d2f2f36aa698da6fcf34">c65d8824</a></strong>
<div>
<span>by gambas</span>
<i>at 2018-09-29T11:18:27Z</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">Image editor: Add steps to image effects sliders.

[DEVELOPMENT ENVIRONMENT]
* NEW: Image editor: Add steps to image effects sliders.
</pre>
</li>
<li>
<strong><a href="https://gitlab.com/gambas/gambas/commit/c2469623bf95ef57835963b7ae6eaea252b74217">c2469623</a></strong>
<div>
<span>by gambas</span>
<i>at 2018-09-29T11:20:33Z</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">Add Action.Keys and Action[].HasShortcut properties.

[GB.GUI.BASE]
* NEW: Action.Keys is new static property that returns the list of all action keys.
* NEW: Action[].HasShortcut is a new property that returs if an action can have a shortcut.
</pre>
</li>
<li>
<strong><a href="https://gitlab.com/gambas/gambas/commit/51c80eba924e093506b8663ca39dd2ae684ecfde">51c80eba</a></strong>
<div>
<span>by gambas</span>
<i>at 2018-09-29T11:23:36Z</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">Allow to add actions at runtime to the static list created by the compiler.

[GB.FORM.MDI]
* NEW: Action.Add() is a new method that allows to declare a new action.
* NEW: Action.AddFrom() is a new method that declare a new action from a control.
</pre>
</li>
<li>
<strong><a href="https://gitlab.com/gambas/gambas/commit/5c6423eedba0e2eceeb711a51e270f91050d9c42">5c6423ee</a></strong>
<div>
<span>by gambas</span>
<i>at 2018-09-29T11:26:18Z</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">Update some versions.
</pre>
</li>
</ul>
<h4>14 changed files:</h4>
<ul>
<li class="file-stats">
<a href="https://gitlab.com/gambas/gambas/compare/e0ae5899635a011e0399d0d2053bf7a07b81172e...5c6423eedba0e2eceeb711a51e270f91050d9c42#3e7f796e8a029a483dfea9977ae6b89fddc1d261">
app/src/gambas3/.src/Editor/Image/FImageProperty.form
</a>
</li>
<li class="file-stats">
<a href="https://gitlab.com/gambas/gambas/compare/e0ae5899635a011e0399d0d2053bf7a07b81172e...5c6423eedba0e2eceeb711a51e270f91050d9c42#560cc42f9473c68330c81ad536b93329454b9875">
comp/src/gb.form.mdi/.hidden/control/workspace.png
</a>
</li>
<li class="file-stats">
<a href="https://gitlab.com/gambas/gambas/compare/e0ae5899635a011e0399d0d2053bf7a07b81172e...5c6423eedba0e2eceeb711a51e270f91050d9c42#9577eff4dc7be0244d2fb42512d099523e75e1d6">
comp/src/gb.form.mdi/.src/Action/Action.class
</a>
</li>
<li class="file-stats">
<a href="https://gitlab.com/gambas/gambas/compare/e0ae5899635a011e0399d0d2053bf7a07b81172e...5c6423eedba0e2eceeb711a51e270f91050d9c42#f41c8fae9498ae461b920c873d364e8fcfadd133">
comp/src/gb.form.mdi/.src/Action/CAction.class
</a>
</li>
<li class="file-stats">
<a href="https://gitlab.com/gambas/gambas/compare/e0ae5899635a011e0399d0d2053bf7a07b81172e...5c6423eedba0e2eceeb711a51e270f91050d9c42#f3570d0a5875d763f5a0ecb0fb49ec301bf48fa7">
comp/src/gb.form.mdi/.src/Action/MAction.module
</a>
</li>
<li class="file-stats">
<a href="https://gitlab.com/gambas/gambas/compare/e0ae5899635a011e0399d0d2053bf7a07b81172e...5c6423eedba0e2eceeb711a51e270f91050d9c42#fdf919ace8c313300512dc796d28e5110c10047b">
comp/src/gb.form.mdi/.src/Tests/FMain.class
</a>
</li>
<li class="file-stats">
<a href="https://gitlab.com/gambas/gambas/compare/e0ae5899635a011e0399d0d2053bf7a07b81172e...5c6423eedba0e2eceeb711a51e270f91050d9c42#0a73935cceefac31b2ffe2e14235274462a3e6bd">
comp/src/gb.gui.base/.src/Action.class
</a>
</li>
<li class="file-stats">
<a href="https://gitlab.com/gambas/gambas/compare/e0ae5899635a011e0399d0d2053bf7a07b81172e...5c6423eedba0e2eceeb711a51e270f91050d9c42#82dd1c3747ed5be18a9a6a2c4fa88d982c43980a">
comp/src/gb.markdown/.component
</a>
</li>
<li class="file-stats">
<a href="https://gitlab.com/gambas/gambas/compare/e0ae5899635a011e0399d0d2053bf7a07b81172e...5c6423eedba0e2eceeb711a51e270f91050d9c42#11617e178d3fee2fec467807ec7caeed6666808b">
comp/src/gb.markdown/.project
</a>
</li>
<li class="file-stats">
<a href="https://gitlab.com/gambas/gambas/compare/e0ae5899635a011e0399d0d2053bf7a07b81172e...5c6423eedba0e2eceeb711a51e270f91050d9c42#ca0ddfee380d1076ebdefc714b9fb8b3d7ccd3d0">
comp/src/gb.settings/.src/Main.module
</a>
</li>
<li class="file-stats">
<a href="https://gitlab.com/gambas/gambas/compare/e0ae5899635a011e0399d0d2053bf7a07b81172e...5c6423eedba0e2eceeb711a51e270f91050d9c42#b66f68a65234a9bcb94656bee18a57f61576bb82">
comp/src/gb.util.web/.component
</a>
</li>
<li class="file-stats">
<a href="https://gitlab.com/gambas/gambas/compare/e0ae5899635a011e0399d0d2053bf7a07b81172e...5c6423eedba0e2eceeb711a51e270f91050d9c42#7653c235a43592b6323ed68293698ca415e24e90">
comp/src/gb.util.web/.project
</a>
</li>
<li class="file-stats">
<a href="https://gitlab.com/gambas/gambas/compare/e0ae5899635a011e0399d0d2053bf7a07b81172e...5c6423eedba0e2eceeb711a51e270f91050d9c42#89e9c8e2c134ef2b998859fbee297c49933c9928">
comp/src/gb.web.form/.component
</a>
</li>
<li class="file-stats">
<a href="https://gitlab.com/gambas/gambas/compare/e0ae5899635a011e0399d0d2053bf7a07b81172e...5c6423eedba0e2eceeb711a51e270f91050d9c42#9ba61b04f1cde8deda318fd6eaf83ee34408c6b0">
comp/src/gb.web.form/.project
</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/e0ae5899635a011e0399d0d2053bf7a07b81172e...5c6423eedba0e2eceeb711a51e270f91050d9c42">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>