[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Git][gambas/gambas][master] 5 commits: Many SpinBox enhancements.
[Thread Prev] | [Thread Next]
- Subject: [Git][gambas/gambas][master] 5 commits: Many SpinBox enhancements.
- From: Benoît Minisini (@bminisini) <gitlab@xxxxxxxxxxxxx>
- Reply-to: noreply@xxxxxxxxxx
- Date: Sat, 15 Mar 2025 13:07:12 +0000
- To: notification@xxxxxxxxxxxxxxxxxxxxxx
Benoît Minisini pushed to branch master at Gambas / gambas Commits: d9313a1d by Benoît Minisini at 2025-03-15T13:25:03+01:00 Many SpinBox enhancements. [GB.GUI.BASE] * NEW: SpinBox: The value of the control is now a Float. * NEW: SpinBox: Add 'Precision' property. It is the number of decimal digit that will be displayed. * NEW: SpinBox: Add 'Round' property. The SpinBox value will be rounded to the value of that property. * NEW: SpinBox: Add 'MinText' property. The SpinBox will display that text when its value is the minimum value. - - - - - d61589fa by Benoît Minisini at 2025-03-15T13:28:04+01:00 SpinBox: Forgot to define the default value of the Border property correctly. [GB.GUI.BASE] * BUG: SpinBox: Forgot to define the default value of the Border property correctly. - - - - - 6a35387a by Benoît Minisini at 2025-03-15T13:41:33+01:00 SpinBox: Add 'ShiftStep' property. It's the step value used when the 'SHIFT' key is pressed. [GB.GUI.BASE] * NEW: SpinBox: Add 'ShiftStep' property. It's the step value used when the 'SHIFT' key is pressed. - - - - - 713d9ca0 by Benoît Minisini at 2025-03-15T14:05:46+01:00 FontChooser: Support for decimal font size. [GB.FORM] * NEW: FontChooser: Interface sightly redesigned. * NEW: FontChooser: Support for decimal font size. - - - - - 2740aea4 by Benoît Minisini at 2025-03-15T14:07:06+01:00 Option dialog: Use new SpinBox 'MinText' property to display "Number of CPUs" instead of a zero value in the number of background jobs option. [DEVELOPMENT ENVIRONMENT] * NEW: Option dialog: Use new SpinBox 'MinText' property to display "Number of CPUs" instead of a zero value in the number of background jobs option. - - - - - 9 changed files: - app/src/gambas3/.src/Editor/Form/FProperty.class - app/src/gambas3/.src/Options/FOption.form - app/src/gambas3/.src/Search/FSearch.class - comp/src/gb.form/.project - comp/src/gb.form/.src/Font/FFontChooser.class - comp/src/gb.form/.src/Font/FFontChooser.form - comp/src/gb.gui.base/.project - comp/src/gb.gui.base/.src/SpinBox.class - comp/src/gb.gui.base/.src/Test/FTestSpinBox.form View it on GitLab: https://gitlab.com/gambas/gambas/-/compare/718f153772bd5a4320f2e1b7d0f9158cfe8ba020...2740aea4db691c69e1fa3670671660d6b2d617ce -- View it on GitLab: https://gitlab.com/gambas/gambas/-/compare/718f153772bd5a4320f2e1b7d0f9158cfe8ba020...2740aea4db691c69e1fa3670671660d6b2d617ce You're receiving this email because of your account on gitlab.com.