[Gambas-Notification] [Git][gambas/gambas][master] 4 commits: Workspace: Sometimes closing a tab with the middle button is triggered twice, ...

Benoît Minisini gitlab at mg.gitlab.com
Sat Feb 2 00:55:09 CET 2019


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


Commits:
92a09ad1 by gambas at 2019-02-01T23:37:54Z
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.

- - - - -
c875f00a by gambas at 2019-02-01T23:40:30Z
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.

- - - - -
f812d812 by gambas at 2019-02-01T23:41:36Z
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.

- - - - -
3a8b6873 by gambas at 2019-02-01T23:49:44Z
Merge branch 'master' of gitlab.com:gambas/gambas

- - - - -


11 changed files:

- comp/src/gb.form.mdi/.component
- comp/src/gb.form.mdi/.lang/de.mo
- comp/src/gb.form.mdi/.lang/it.mo
- comp/src/gb.form.mdi/.project
- comp/src/gb.form.mdi/.src/Workspace/FWorkspace.class
- + comp/src/gb.form/.hidden/control/timebox.png
- comp/src/gb.form/.project
- + comp/src/gb.form/.src/Date/TimeBox.class
- + comp/src/gb.form/.src/Test/FTestTimeBox.class
- + comp/src/gb.form/.src/Test/FTestTimeBox.form
- comp/src/gb.gui.base/.src/SpinBox.class


View it on GitLab: https://gitlab.com/gambas/gambas/compare/13120e91b6638af06fb329b761a508c701f12db8...3a8b687376f931794efa3235924d81dc4fc2be33

-- 
View it on GitLab: https://gitlab.com/gambas/gambas/compare/13120e91b6638af06fb329b761a508c701f12db8...3a8b687376f931794efa3235924d81dc4fc2be33
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/20190201/166c2dff/attachment.html>


More information about the Notification mailing list