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

[Git][gambas/gambas][stable] 33 commits: DirCache: Symbolic links to directories are handled like normal directories.



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


Commits:
53a54a41 by Benoît Minisini at 2024-03-16T16:49:20+01:00
DirCache: Symbolic links to directories are handled like normal directories.

[GB.FORM]
* BUG: DirCache: Symbolic links to directories are handled like normal directories.

- - - - -
464a915e by Benoît Minisini at 2024-03-16T16:49:39+01:00
Fix a crash in 'LIKE' pattern matching when using a bracket pattern ending with a dash.

[INTERPRETER]
* BUG: Fix a crash in 'LIKE' pattern matching when using a bracket pattern ending with a dash.

- - - - -
8b58ddb4 by Benoît Minisini at 2024-03-16T16:49:51+01:00
ComboBox: Setting the List property correctly updates the popup when it is opened.

[GB.GUI.BASE]
* BUG: ComboBox: Setting the List property correctly updates the popup when it is opened.

- - - - -
63b33694 by Benoît Minisini at 2024-03-16T16:50:04+01:00
Option dialog: Add an option to enable the automatic revert of non-important files on project close.

[DEVELOPMENT ENVIRONMENT]
* NEW: Option dialog: Add an option to enable the automatic revert of non-important files on project close.
* NEW: Update French translation.

- - - - -
399831ef by Benoît Minisini at 2024-03-16T16:50:18+01:00
Connection editor: Little redesign of export dialog.

[DEVELOPMENT ENVIRONMENT]
* NEW: Fix 'm' character in Gambas fonts.
* NEW: Connection editor: Little redesign of export dialog.

- - - - -
5526eb49 by Benoît Minisini at 2024-03-16T16:50:26+01:00
Toolbar: Read-only toolbars do not take layout into account when loading or saving configuration.

[GB.FORM.MDI]
* BUG: Toolbar: Read-only toolbars do not take layout into account when loading or saving configuration.

- - - - -
64ef9c7d by Benoît Minisini at 2024-03-16T16:50:37+01:00
Image editor: Fix property sheet current control label. Fix text alignment buttons.

[DEVELOPMENT ENVIRONMENT]
* BUG: Image editor: Fix property sheet current control label.
* BUG: Image editor: Fix text alignment buttons.

- - - - -
56eb85bc by Benoît Minisini at 2024-03-16T16:50:46+01:00
GridView: Hitting the up or down key when the view is void does not crash anymore.

[GB.GUI.BASE]
* BUG: GridView: Hitting the up or down key when the view is void does not crash anymore.

- - - - -
ef6d8b0b by Benoît Minisini at 2024-03-16T16:50:56+01:00
Correctly compile Float constant defined with an integer.

[COMPILER]
* BUG: Correctly compile Float constant defined with an integer.

- - - - -
5a4d7372 by Benoît Minisini at 2024-03-16T16:51:07+01:00
Project properties dialog: Fix statistics and add more statistics.

[DEVELOPMENT ENVIRONMENT]
* NEW: Update French translation.
* BUG: Project properties dialog: Fix statistics and add more statistics.

- - - - -
354b6432 by Benoît Minisini at 2024-03-16T16:51:17+01:00
PdfDocument: 'PdfDocument[].Render()' method now computes the best resolution automatically when the width and height arguments are specified and not the resolution argument.

[GB.POPPLER]
* NEW: PdfDocument: 'PdfDocument[].Render()' method now computes the best resolution automatically when the width and height arguments are specified and not the resolution argument.

- - - - -
e72c025f by Li Xiaokong at 2024-03-16T16:51:29+01:00
[DEVELOPMENT ENVIRONMENT]
* NEW: Update Simplified Chinese translation.
* NEW: Update Simplified Chinese translation in tips of the day...

- - - - -
5204bc95 by Amin Bandali at 2024-03-16T16:51:52+01:00
make 'gb.pdf' compile with poppler 24.02.0

- - - - -
0c76972c by Benoît Minisini at 2024-03-16T16:52:05+01:00
DataSource: Moving the source cursor now automatically synchronize DataView and DataBrowser children.

[GB.DB.FORM]
* NEW: DataSource: Moving the source cursor now automatically synchronize DataView and DataBrowser children.

- - - - -
16b3d010 by Benoît Minisini at 2024-03-16T16:53:19+01:00
DirView: Changing the current directory now collapses all its children.

[GB.FORM]
* OPT: FileView: Less icon preview refreshes.
* NEW: DirView: Changing the current directory now collapses all its children.

- - - - -
1f9f1cd8 by Benoît Minisini at 2024-03-16T16:53:30+01:00
System information dialog: Add desktop platform.

[DEVELOPMENT ENVIRONMENT]
* NEW: System information dialog: Add desktop platform.

- - - - -
9b3257cd by Benoît Minisini at 2024-03-16T16:53:44+01:00
Debugger: Restore initial opened windows when the debugger ends.

[DEVELOPMENT ENVIRONMENT]
* NEW: Debugger: Restore initial opened windows when the debugger ends.

- - - - -
2fa03797 by Benoît Minisini at 2024-03-16T16:53:51+01:00
Debugger: Don't crash if there is no window displayed after restoring them.

[DEVELOPMENT ENVIRONMENT]
* BUG: Debugger: Don't crash if there is no window displayed after restoring them.

- - - - -
7e73ba87 by Benoît Minisini at 2024-03-16T16:54:00+01:00
'RDir()' does not leak memory anymore if it finds a broken symbolic link.

[INTERPRETER]
* BUG: 'RDir()' does not leak memory anymore if it finds a broken symbolic link.

- - - - -
7e034454 by Benoît Minisini at 2024-03-16T16:54:27+01:00
A little change in the "make image transparent" algorithm.

[GB.IMAGE]
* NEW: A little change in the "make image transparent" algorithm.

- - - - -
ec0c999e by Benoît Minisini at 2024-03-16T16:54:37+01:00
Fix a compiler warning.

[GB.PDF]
* BUG: Fix a compiler warning.

- - - - -
2c42a019 by Benoît Minisini at 2024-03-16T16:54:45+01:00
Fix the use of a deprecated feature.

[GB.NET.CURL]
* BUG: Fix the use of a deprecated feature.

- - - - -
4aeb1b18 by Benoît Minisini at 2024-03-16T16:54:52+01:00
Workaround a gcc warning.

[GB.HTTPD]
* BUG: Workaround a gcc warning.

- - - - -
18345103 by Benoît Minisini at 2024-03-16T16:55:00+01:00
Debugger: Keep the current tab activated when the debugger ends.

[DEVELOPMENT ENVIRONMENT]
* NEW: Debugger: Keep the current tab activated when the debugger ends.

- - - - -
c73223bb by Benoît Minisini at 2024-03-16T16:55:07+01:00
Debugger: Don't close the current tab when the debugger ends, and set the focus on it.

[DEVELOPMENT ENVIRONMENT]
* NEW: Debugger: Don't close the current tab when the debugger ends, and set the focus on it.

- - - - -
a68d6700 by Benoît Minisini at 2024-03-16T16:55:15+01:00
'Control.Grab()' now works as expected.

[GB.GTK]
* BUG: 'Control.Grab()' now works as expected.

[GB.GTK3]
* BUG: 'Control.Grab()' now works as expected.

- - - - -
340bc711 by Benoît Minisini at 2024-03-16T16:55:25+01:00
Fix crash on exit when no Webview has been created.

[GB.GTK3.WEBVIEW]
* BUG: Fix crash on exit when no Webview has been created.

- - - - -
b0bd3c86 by Benoît Minisini at 2024-03-16T16:55:33+01:00
Fix regular expression highlighting in javascript highlighter.

[GB.HIGHLIGHT]
* BUG: Fix regular expression highlighting in javascript highlighter.

- - - - -
a4f5e497 by Benoît Minisini at 2024-03-16T16:55:49+01:00
Text editor: Prevent a possible recursion of HTML preview refresh.

[DEVELOPMENT ENVIRONMENT]
* BUG: Text editor: Prevent a possible recursion of HTML preview refresh.

- - - - -
722355cc by Benoît Minisini at 2024-03-16T16:55:58+01:00
Debugger: Do not re-open files that were closed during the debugging session when the debugger ends.

[DEVELOPMENT ENVIRONMENT]
* NEW: Debugger: Do not re-open files that were closed during the debugging session when the debugger ends.

- - - - -
eec961d0 by Benoît Minisini at 2024-03-16T16:56:16+01:00
Update project icon.

[FARM SERVER]
* NEW: Update project icon.

- - - - -
fd8c837c by Bruce Steers at 2024-03-16T16:56:58+01:00
Fields are correctly read now when 'KeepNames' is TRUE.

[GB.UTIL]
* BUG: Fields are correctly read now when 'KeepNames' is TRUE.

- - - - -
b152b022 by Benoît Minisini at 2024-03-16T19:56:36+01:00
Compile 'gb.web' after 'gb.util.web'.

[CONFIGURATION]
* BUG: Compile 'gb.web' after 'gb.util.web'.

- - - - -


30 changed files:

- + app/src/gambas-farm-server/.app.png
- app/src/gambas-farm-server/.connection/gambas3_farm.template
- + app/src/gambas-farm-server/.hidden/logo.png
- app/src/gambas-farm-server/.icon.png
- app/src/gambas-farm-server/.project
- + app/src/gambas-farm-server/.version
- − app/src/gambas-farm-server/logo.png
- + app/src/gambas3/.hidden/CHANGELOG
- app/src/gambas3/.hidden/font/GambasRegular.sfd
- app/src/gambas3/.hidden/font/GambasRoundRegular.sfd
- app/src/gambas3/.hidden/font/gambasr16.otb
- app/src/gambas3/.hidden/font/groundr16.otb
- app/src/gambas3/.lang/fr.po
- app/src/gambas3/.lang/zh.po
- app/src/gambas3/.project
- app/src/gambas3/.src/Connection/FExportData.form
- app/src/gambas3/.src/Debug/Design.module
- app/src/gambas3/.src/Debug/FOutput.class
- app/src/gambas3/.src/Editor/Browse/FProjectBrowser.class
- app/src/gambas3/.src/Editor/Code/FTextEditor.class
- app/src/gambas3/.src/Editor/Form/CControl.class
- app/src/gambas3/.src/Editor/Form/FProperty.class
- app/src/gambas3/.src/Editor/Form/FProperty.form
- app/src/gambas3/.src/Editor/Image/FImageProperty.class
- app/src/gambas3/.src/Editor/Image/FImageProperty.form
- app/src/gambas3/.src/FMain.class
- app/src/gambas3/.src/Options/FOption.class
- app/src/gambas3/.src/Options/FOption.form
- app/src/gambas3/.src/Project.module
- app/src/gambas3/.src/Project/CProjectTree.class


View it on GitLab: https://gitlab.com/gambas/gambas/-/compare/d4b55dc59b9f964bcfd0593befff537c74b36f2f...b152b022f7aec0189586f2c2301ab9a91e92f3c1

-- 
View it on GitLab: https://gitlab.com/gambas/gambas/-/compare/d4b55dc59b9f964bcfd0593befff537c74b36f2f...b152b022f7aec0189586f2c2301ab9a91e92f3c1
You're receiving this email because of your account on gitlab.com.