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

[Git][gambas/gambas][stable] 21 commits: Update mailing-list URL printed in panic message.



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


Commits:
f371134a by Benoît Minisini at 2024-04-08T11:05:08+02:00
Update mailing-list URL printed in panic message.

[INTERPRETER]
* BUG: Update mailing-list URL printed in panic message.

- - - - -
122a3e23 by Benoît Minisini at 2024-04-08T11:05:37+02:00
System information dialog: Read '/etc/os-release' first.

[DEVELOPMENT ENVIRONMENT]
* BUG: Project open dialog: Clip branch name when it is too long.
* BUG: System information dialog: Read '/etc/os-release' first.

- - - - -
31b11f82 by Benoît Minisini at 2024-04-08T11:05:50+02:00
WebTree: The 'Select' event correctly sets the internal cursor to the clicked item (if any).

[GB.WEB.GUI]
* BUG: WebTree: The 'Select' event correctly sets the internal cursor to the clicked item (if any).

- - - - -
19aab2b1 by Benoît Minisini at 2024-04-08T11:06:15+02:00
Code & text editor: Draw editor status for right to left written languages.

[DEVELOPMENT ENVIRONMENT]
* BUG: Code & text editor: Draw editor status for right to left written languages.

- - - - -
4f45e7fb by Benoît Minisini at 2024-04-08T11:06:35+02:00
Use $XDG_RUNTIME_DIR for storing JIT shared libraries.

[GB.JIT]
* NEW: Use $XDG_RUNTIME_DIR for storing JIT shared libraries.
* NEW: Automatically erase JIT files at program exit.

- - - - -
6c7ebf08 by Benoît Minisini at 2024-04-08T11:06:44+02:00
Print warning about XDG_RUNTIME_DIR being not set once.

[GB.JIT]
* BUG: Print warning about XDG_RUNTIME_DIR being not set once.

- - - - -
333bb8e1 by Benoît Minisini at 2024-04-08T11:06:54+02:00
Do not crash when printing to the standard error before the project startup class has been set.

[INTERPRETER]
* BUG: Do not crash when printing to the standard error before the project startup class has been set.

- - - - -
b72ae1f4 by Benoît Minisini at 2024-04-08T11:07:06+02:00
Update 'AUTHORS' file.

[CONFIGURATION]
Update 'AUTHORS' file.

- - - - -
3f30cf68 by Benoît Minisini at 2024-04-08T11:07:14+02:00
Fix memory leaks when RDir() fails because of directory access rights.

[INTERPRETER]
* BUG: Fix memory leaks when RDir() fails because of directory access rights.

- - - - -
0a089e9c by Benoît Minisini at 2024-04-08T11:07:23+02:00
Correctly fix the possible memory leaks of 'RDir()'.

[INTERPRETER]
* BUG: Correctly fix the possible memory leaks of 'RDir()'.

- - - - -
ee51d64b by Benoît Minisini at 2024-04-08T11:07:36+02:00
System information dialog: Search for '/lib64' and '/usr/lib64' on 64 bits systems.

[DEVELOPMENT ENVIRONMENT]
* NEW: System information dialog: Search for '/lib64' and '/usr/lib64' on 64 bits systems.

- - - - -
15b536c6 by Benoît Minisini at 2024-04-08T11:07:47+02:00
TerminalView: The Exec() and Shell() method now set the TERM environment variable with "xterm-color" by default instead of just "xterm".

[GB.FORM.TERMINAL]
* BUG: TerminalView: The Exec() and Shell() method now set the TERM environment variable with "xterm-color" by default instead of just "xterm".

- - - - -
198a01d3 by Benoît Minisini at 2024-04-08T11:07:57+02:00
Fix 'Paint.TrimText()' and Label automatic resize when there is some border radius.

[GB.GUI.BASE]
* BUG: Paint: Fix 'TrimText()' function.
* BUG: Label: Fix automatic resize when there is some border radius.

- - - - -
dbaeba49 by Benoît Minisini at 2024-04-08T11:08:09+02:00
ComboBox: Correctly move the popup above if there is no enough room below.

[GB.GUI.BASE]
* BUG: ComboBox: Correctly move the popup above if there is no enough room below.

- - - - -
0a84c2ba by Benoît Minisini at 2024-04-08T11:09:02+02:00
Kill the possible previous application icon before creating it at startup. ComboBox: Only left mouse button opens the popup.

[GB.GUI.BASE]
* BUG: ComboBox: Only left mouse button opens the popup.
* BUG: Kill the possible previous application icon before creating it at startup.

- - - - -
f713d778 by Benoît Minisini at 2024-04-08T11:09:13+02:00
Correctly compile Single division.

[COMPILER]
* BUG: Correctly compile Single division.

- - - - -
a3e82e3f by Benoît Minisini at 2024-04-08T11:09:23+02:00
Remove a debugging message.

[COMPILER]
* BUG: Remove a debugging message.

- - - - -
8d2b4c08 by Benoît Minisini at 2024-04-08T11:11:31+02:00
Deleting a file correctly resets the "do not translate" flag.

[DEVELOPMENT ENVIRONMENT]
* BUG: Deleting a file correctly resets the "do not translate" flag.

- - - - -
cd62d1ff by Benoît Minisini at 2024-04-08T11:12:01+02:00
Update version to 3.19.2.

- - - - -
d536e14b by Benoît Minisini at 2024-04-08T11:17:20+02:00
Update to version 3.19.2 correctly!

- - - - -
5680c03a by Benoît Minisini at 2024-04-08T12:20:51+02:00
Fix commit `Deleting a file correctly resets the "do not translate" flag`.

[DEVELOPMENT ENVIRONMENT]
* BUG: Fix commit `Deleting a file correctly resets the "do not translate" flag`.

- - - - -


30 changed files:

- AUTHORS
- VERSION
- app/src/gambas3/.src/Editor/Code/FEditor.class
- app/src/gambas3/.src/Project.module
- app/src/gambas3/.src/Project/ProjectBox.class
- app/src/gambas3/.src/Welcome/FSystemInfo.class
- + comp/src/gb.form.terminal/.app.png
- 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/.src/TerminalView/test/FTestTerminalView.class
- comp/src/gb.form.terminal/.src/TerminalView/test/FTestTerminalView.form
- comp/src/gb.form.terminal/.version
- comp/src/gb.gui.base/.lang/fr.po
- comp/src/gb.gui.base/.src/ComboBox/ComboBox.class
- comp/src/gb.gui.base/.src/ComboBox/FComboBoxPopup.class
- comp/src/gb.gui.base/.src/Label.class
- comp/src/gb.gui.base/.src/Paint.class
- comp/src/gb.gui.base/.src/Test/FTestLabel.form
- + comp/src/gb.gui.base/.src/Test/FTestLabel2.class
- + comp/src/gb.gui.base/.src/Test/FTestLabel2.form
- comp/src/gb.gui.base/.src/_Gui.class
- comp/src/gb.web.gui/.component
- comp/src/gb.web.gui/.project
- comp/src/gb.web.gui/.src/Tree/WebTree.class
- comp/src/gb.web.gui/.src/WebCheckBox.class
- main/gbc/gbc_trans_expr.c
- main/gbx/gb_error.c
- main/gbx/gbx_subr_file.c
- main/lib/jit/gb.jit/.component


View it on GitLab: https://gitlab.com/gambas/gambas/-/compare/38fb2444705cce43da92676d9fcac8d272aca29e...5680c03ae8272e2cb30875f0cb5219c4a79f07bc

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