[Gambas-Notification] [Git][gambas/gambas][stable] 24 commits: Display the executable path in the message when making an executable.

Benoît Minisini (@bminisini) gitlab at mg.gitlab.com
Sat Jun 24 13:26:28 CEST 2023



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


Commits:
482b2a50 by Benoît Minisini at 2023-06-24T12:48:24+02:00
Display the executable path in the message when making an executable.

[DEVELOPMENT ENVIRONMENT]
* NEW: Display the executable path in the message when making an executable.

- - - - -
e58c1bf0 by Benoît Minisini at 2023-06-24T12:49:56+02:00
Setting enumeration properties of MediaControl works correctly now.

[GB.MEDIA]
* BUG: Setting enumeration properties of MediaControl works correctly now.

- - - - -
a7768ccb by Benoît Minisini at 2023-06-24T12:51:31+02:00
'+Inf' and '-Inf' do not prevent the next pattern to be a reserved keyword anymore.

[COMPILER]
* BUG: '+Inf' and '-Inf' do not prevent the next pattern to be a reserved keyword anymore.

- - - - -
3a219039 by Benoît Minisini at 2023-06-24T12:51:35+02:00
Oops. Forgot to remove parser debugging messages.

[COMPILER]
* BUG: Oops. Forgot to remove parser debugging messages.

- - - - -
0bef28c7 by Benoît Minisini at 2023-06-24T12:52:44+02:00
TerminalView: Characters attributes are correctly kept when the screen size changes.

[GB.FORM.TERMINAL]
* BUG: TerminalView: Characters attributes are correctly kept when the screen size changes.

- - - - -
ce30ef06 by Benoît Minisini at 2023-06-24T12:53:06+02:00
TerminalView: Characters attributes are correctly kept when the screen size changes again.

[GB.FORM.TERMINAL]
* BUG: TerminalView: Characters attributes are correctly kept when the screen size changes again.

- - - - -
a55a879b by Benoît Minisini at 2023-06-24T12:53:16+02:00
SpinBox: Fix behaviour when 'ShowSign' or 'ShowZero' property is set.

[GB.GUI.BASE]
* BUG: SpinBox: Fix behaviour when 'ShowSign' or 'ShowZero' property is set.

- - - - -
8d95e286 by Benoît Minisini at 2023-06-24T12:53:26+02:00
GridView: Painting does not crash anymore when there is no column or no row.

[GB.GUI.BASE]
* BUG: GridView: Painting does not crash anymore when there is no column or no row.

- - - - -
d8cb691c by Benoît Minisini at 2023-06-24T12:53:34+02:00
Update README files.

[CONFIGURATION]
* NEW: Update README files.

- - - - -
4c1d2a6e by Benoît Minisini at 2023-06-24T12:53:42+02:00
'+Inf' and '-Inf' really do not prevent the next pattern to be a reserved keyword anymore.

[COMPILER]
* BUG: '+Inf' and '-Inf' really do not prevent the next pattern to be a reserved keyword anymore.

- - - - -
84dadf25 by Benoît Minisini at 2023-06-24T12:53:52+02:00
Fix automatic arrangement of top-level windows with menus.

[GB.GTK]
* BUG: Fix automatic arrangement of top-level windows with menus.

[GB.GTK3]
* BUG: Fix automatic arrangement of top-level windows with menus.

- - - - -
dc1e029b by Benoît Minisini at 2023-06-24T12:54:02+02:00
Form editor: If multiple controls are selected, do not crash when editing common properties if some of the controls are virtual.

[DEVELOPMENT ENVIRONMENT]
* BUG: Form editor: If multiple controls are selected, do not crash when editing common properties if some of the controls are virtual.

- - - - -
8dcad206 by Benoît Minisini at 2023-06-24T12:54:10+02:00
FileView: Contents refresh is now always forced when neeeded.

[GB.FORM]
* BUG: FileView: Contents refresh is now always forced when neeeded.

- - - - -
e74a4bcb by Benoît Minisini at 2023-06-24T12:54:20+02:00
WebRadioButton: Setting the 'Value' property before the parent form is visible works correctly now.

[GB.WEB.GUI]
* BUG: WebRadioButton: Setting the 'Value' property before the parent form is visible works correctly now.
* BUG: Do not export test forms.

- - - - -
d6e1137b by Benoît Minisini at 2023-06-24T12:55:05+02:00
Toolbar: Prevent resize infinite recursion.

[GB.FORM.MDI]
* BUG: Toolbar: Prevent resize infinite recursion.

- - - - -
e23a0712 by Benoît Minisini at 2023-06-24T12:55:59+02:00
Form editor: Allows control properties to be applied when its '_DrawWith' constant is defined.

[DEVELOPMENT ENVIRONMENT]
* BUG: Form editor: Allows control properties to be applied when its '_DrawWith' constant is defined.

- - - - -
ad441406 by Benoît Minisini at 2023-06-24T12:56:33+02:00
Remove a debugging breakpoint.

[DEVELOPMENT ENVIRONMENT]
* BUG: Remove a debugging breakpoint.

- - - - -
8f3ef048 by Benoît Minisini at 2023-06-24T13:00:15+02:00
Allow external links to images ('http://' or 'https://').

[GB.WEB.GUI]
* BUG: Allow external links to images ('http://' or 'https://').

- - - - -
a70fd3cc by Benoît Minisini at 2023-06-24T13:00:29+02:00
Allow refresh for hidden controls, as their HTML is now always generated.

[GB.WEB.GUI]
* BUG: Allow refresh for hidden controls, as their HTML is now always generated.

- - - - -
095a578c by Benoît Minisini at 2023-06-24T13:01:14+02:00
FileView: Prevent a possible infinite refresh and preview recursion when some properties are read during the 'Refresh' event.

[GB.FORM]
* BUG: FileView: Prevent a possible infinite refresh and preview recursion when some properties are read during the 'Refresh' event.

- - - - -
c4f72a72 by Benoît Minisini at 2023-06-24T13:01:26+02:00
TextEditor: Enhance word selection. Triple click now selects the entire line.

[GB.FORM.EDITOR]
* NEW: TextEditor: Word selection now always stops at non words limits.
* NEW: TextEditor: Diacritics are not word limiters anymore.
* NEW: TextEditor: Triple click now selects the entire line.

- - - - -
2e4b9ba1 by Benoît Minisini at 2023-06-24T13:03:49+02:00
Fix '&=' operator optimization on global string variables.

[INTERPRETER]
* BUG: Fix '&=' operator optimization on global string variables.

- - - - -
09cba10e by Benoît Minisini at 2023-06-24T13:04:04+02:00
Correctly enable shortcuts before opening a popup menu, and disable them after closing it.

[GB.GTK]
* BUG: Correctly enable shortcuts before opening a popup menu, and disable them after closing it.

[GB.GTK3]
* BUG: Correctly enable shortcuts before opening a popup menu, and disable them after closing it.

[GB.QT4]
* BUG: Correctly enable shortcuts before opening a popup menu, and disable them after closing it.

[GB.QT5]
* BUG: Correctly enable shortcuts before opening a popup menu, and disable them after closing it.

- - - - -
523c280d by Benoît Minisini at 2023-06-24T13:25:47+02:00
Image editor: Linear selections can be rotated without crashing now. Saving a selection is now immediately propagated to the settings file.

[DEVELOPMENT ENVIRONMENT]
* BUG: Image editor: Linear selections can be rotated without crashing now.
* NEW: Image editor: Saving a selection is now immediately propagated to the settings file.

- - - - -


30 changed files:

- README
- README.md
- VERSION
- app/src/gambas3/.lang/fr.po
- app/src/gambas3/.src/Component/CClassInfo.class
- app/src/gambas3/.src/Debug/FDebugButton.class
- app/src/gambas3/.src/Editor/Code/FEditor.class
- app/src/gambas3/.src/Editor/Form/FProperty.class
- app/src/gambas3/.src/Editor/Image/FImageEditor.class
- app/src/gambas3/.src/Editor/Image/FImageProperty.class
- app/src/gambas3/.src/Project.module
- app/src/gambas3/theme/gambas
- comp/src/gb.form.editor/.src/CDocument.class
- comp/src/gb.form.editor/.src/TextEditor.class
- comp/src/gb.form.editor/.src/TextEditorMode.class
- comp/src/gb.form.editor/.src/TextEditorMode_CSS.class
- comp/src/gb.form.editor/.src/TextEditorMode_Gambas.class
- comp/src/gb.form.editor/.src/TextEditorMode_HTML.class
- comp/src/gb.form.editor/.src/TextEditorMode_Javascript.class
- comp/src/gb.form.editor/.src/test/FTestEditor.form
- comp/src/gb.form.mdi/.src/ToolBar/FToolBar.class
- comp/src/gb.form.terminal/.src/TerminalView/CTerminalLine.class
- comp/src/gb.form.terminal/.src/TerminalView/TerminalAttr.class
- comp/src/gb.form.terminal/.src/TerminalView/TerminalScreen.class
- comp/src/gb.form.terminal/.src/TerminalView/test/FTestTerminalView.class
- comp/src/gb.form.terminal/.src/TerminalView/test/FTestTerminalView.form
- comp/src/gb.form/.src/File/FileView.class
- comp/src/gb.gui.base/.src/GridView/GridView.class
- comp/src/gb.gui.base/.src/SpinBox.class
- comp/src/gb.web.gui/.project


View it on GitLab: https://gitlab.com/gambas/gambas/-/compare/41da3257ef633789ee68a59e811189d4ca6fb974...523c280db7b02ef73ae9cab429ce0bad44dba56e

-- 
View it on GitLab: https://gitlab.com/gambas/gambas/-/compare/41da3257ef633789ee68a59e811189d4ca6fb974...523c280db7b02ef73ae9cab429ce0bad44dba56e
You're receiving this email because of your account on gitlab.com.


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.gambas-basic.org/pipermail/notification/attachments/20230624/8e1d05f7/attachment-0001.htm>


More information about the Notification mailing list