[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Git][gambas/gambas][stable] 11 commits: MenuButton: Keep the font of the shortcut hidden button small so that we do not see it.



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


Commits:
dd91dd4b by Benoît Minisini at 2024-04-27T15:31:51+02:00
MenuButton: Keep the font of the shortcut hidden button small so that we do not see it.

[GB.FORM]
* NEW: MenuButton: Keep the font of the shortcut hidden button small so that we do not see it.

- - - - -
9025e78b by Benoît Minisini at 2024-04-27T15:32:44+02:00
Fix TRY instruction that could leak memory in some cases.

[INTERPRETER]
* BUG: Fix TRY instruction that could leak memory in some cases.

- - - - -
ba04db29 by Benoît Minisini at 2024-04-27T15:32:56+02:00
Fix addition/substraction optimization on dates. Fix INC and DEC optimization.

[COMPILER]
* BUG: Fix addition/substraction optimization on dates.
* BUG: Fix INC and DEC optimization.

- - - - -
661cc66e by Benoît Minisini at 2024-04-27T15:33:07+02:00
Fix a gcc warning.

[INTERPRETER]
* BUG: Fix a gcc warning.

- - - - -
eddba4f1 by Benoît Minisini at 2024-04-27T15:33:34+02:00
TextEditor: Margin width is correctly updated when setting the Highlight or Mode property.

[GB.FORM.EDITOR]
* NEW: TextEditor: Use smaller icons for search and goto line bottom panels.
* BUG: TextEditor: Margin width is correctly updated when setting the Highlight or Mode property.

- - - - -
06811375 by Benoît Minisini at 2024-04-27T15:34:16+02:00
Fix possible file descriptors leak in Task management. Correctly check argument of command-line options that requires it.

[INTERPRETER]
* BUG: Fix possible file descriptors leak in Task management.
* BUG: Correctly check argument of command-line options that requires it.
* BUG: Some cosmetic fixes.

- - - - -
d2d956af by Benoît Minisini at 2024-04-27T15:34:26+02:00
Compile correctly floating point constants that actually are integer.

[COMPILER]
* BUG: Compile correctly floating point constants that actually are integer.

- - - - -
6099b8b3 by Benoît Minisini at 2024-04-27T15:36:45+02:00
Allows to apply properties of controls declared in the current component project if that component is actually used by the IDE.

[DEVELOPMENT ENVIRONMENT]
* BUG: Allows to apply properties of controls declared in the current component project if that component is actually used by the IDE.

- - - - -
d11634f7 by Benoît Minisini at 2024-04-27T15:38:07+02:00
TerminalView: Paste the 'text/plain' contents of the clipboard only.

[GB.FORM.TERMINAL]
* BUG: TerminalView: Paste the 'text/plain' contents of the clipboard only.

- - - - -
a4816430 by Benoît Minisini at 2024-04-27T15:38:42+02:00
Reverting files now tries four different methods with git.

[DEVELOPMENT ENVIRONMENT]
* BUG: Reverting files now tries four different methods with git.

- - - - -
199dec5e by Benoît Minisini at 2024-04-27T16:25:45+02:00
Push project version.

[GB.FORM.TERMINAL]
* NEW: Push project version.

- - - - -


21 changed files:

- app/src/gambas3/.project
- app/src/gambas3/.src/Component/CClassInfo.class
- app/src/gambas3/.src/VersionControl/CVersionControlGit.class
- app/src/gambas3/.src/VersionControl/VersionControl.module
- app/src/gambas3/.version
- comp/src/gb.form.editor/.src/FFind.form
- comp/src/gb.form.editor/.src/FGoto.form
- comp/src/gb.form.editor/.src/TextEditor.class
- comp/src/gb.form.editor/.src/test/FTestEditor.form
- comp/src/gb.form.terminal/.component
- comp/src/gb.form.terminal/.project
- comp/src/gb.form.terminal/.src/TerminalView/TerminalView.class
- comp/src/gb.form.terminal/.version
- comp/src/gb.form/.lang/ar.po
- comp/src/gb.form/.lang/cs.po
- comp/src/gb.form/.lang/de.po
- comp/src/gb.form/.lang/es.po
- comp/src/gb.form/.lang/fr.po
- comp/src/gb.form/.lang/it.po
- comp/src/gb.form/.lang/ja.po
- comp/src/gb.form/.lang/nl.po


View it on GitLab: https://gitlab.com/gambas/gambas/-/compare/5680c03ae8272e2cb30875f0cb5219c4a79f07bc...199dec5eff34b6a4ae9bd6814a7ed067636f5242

-- 
View it on GitLab: https://gitlab.com/gambas/gambas/-/compare/5680c03ae8272e2cb30875f0cb5219c4a79f07bc...199dec5eff34b6a4ae9bd6814a7ed067636f5242
You're receiving this email because of your account on gitlab.com.