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

[Git][gambas/gambas][master] 6 commits: FileView: 'PreviewBackground' is a new static property that allows to define...



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


Commits:
d44e96fa by Benoît Minisini at 2025-07-23T00:19:20+02:00
FileView: 'PreviewBackground' is a new static property that allows to define the background color of image previews.

[GB.FORM]
* NEW: FileView: 'PreviewBackground' is a new static property that allows to define the background color of image previews.
* NEW: Stock: Rewrite the declaration of the 'Debug' property.

- - - - -
ae123f23 by Benoît Minisini at 2025-07-23T00:20:45+02:00
Fix the declaration of the 'table' icon in the icon map.

[GB.FORM.STOCK]
* NEW: A few icon fixes.
* BUG: Fix the declaration of the 'table' icon in the icon map.

- - - - -
7bf2b442 by Benoît Minisini at 2025-07-23T00:22:47+02:00
Make "favicon" a symbolic link.

[GB.WEB.GUI]
* BUG: Make "favicon" a symbolic link.

- - - - -
c9700b3f by Benoît Minisini at 2025-07-23T00:23:51+02:00
Fix default theme.

[GB.EVAL.HIGHLIGHT]
* BUG: Fix default theme.

- - - - -
42b97e3a by Benoît Minisini at 2025-07-23T00:24:06+02:00
Merge branch 'master' of gitlab.com:gambas/gambas

- - - - -
8abdf48f by Benoît Minisini at 2025-07-23T00:28:37+02:00
Debugger: Prevent a crash is the debugged process terminates while the IDE is quitting.

[DEVELOPMENT ENVIRONMENT]
* NEW: Connection editor: Display the database name in the connection button.
* NEW: Connection editor: Some cosmetic changes.
* BUG: Form editor: Ensure that the width of the left column of the property sheet can be wide enough.
* NEW: Option dialog: Add a option to always use a white background on image previews in dark mode.
* NEW: Update French translation.

- - - - -


27 changed files:

- app/src/gambas3/.lang/fr.po
- app/src/gambas3/.src/Connection/MConnection.module
- app/src/gambas3/.src/Editor/Connection/FConnectionEditor.class
- app/src/gambas3/.src/Editor/Connection/FConnectionEditor.form
- app/src/gambas3/.src/Editor/Form/FProperty.class
- app/src/gambas3/.src/Options/FOption.class
- app/src/gambas3/.src/Options/FOption.form
- app/src/gambas3/.src/Packager/Package.module
- app/src/gambas3/.src/Project.module
- app/src/gambas3/.src/Project/CProjectTree.class
- comp/src/gb.eval.highlight/.src/TextHighlighterTheme.class
- comp/src/gb.eval.highlight/gambas
- + comp/src/gb.form.stock/gambas-mono/128/anchor.png
- − comp/src/gb.form.stock/gambas-mono/32/anchor.png
- comp/src/gb.form.stock/gambas-thin/128/anchor.png
- comp/src/gb.form.stock/gambas-thin/128/bicycle.png
- + comp/src/gb.form.stock/gambas/128/anchor.png
- − comp/src/gb.form.stock/gambas/32/anchor.png
- comp/src/gb.form.stock/icon.map
- comp/src/gb.form/.project
- comp/src/gb.form/.src/File/CTaskPreview.class
- comp/src/gb.form/.src/File/FileView.class
- comp/src/gb.form/.src/Main.module
- comp/src/gb.form/.src/Stock.class
- comp/src/gb.web.gui/.app.png
- comp/src/gb.web.gui/.icon.png
- comp/src/gb.web.gui/.public/favicon.png


View it on GitLab: https://gitlab.com/gambas/gambas/-/compare/cad461e06c64e49d5a6716d7ac7789b0b93b7bde...8abdf48fdd7870b3b9339a108212f66d9c5c398e

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