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

[Git][gambas/gambas][stable] 36 commits: Try to add a screenshot in 'README.md'



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


Commits:
e8f0335b by Benoît Minisini at 2025-01-19T04:48:35+01:00
Try to add a screenshot in 'README.md'
- - - - -
7725b4a6 by Benoît Minisini at 2025-01-19T04:48:35+01:00
Try again to add a screenshot to 'README.md'.
- - - - -
bb6d55c8 by Benoît Minisini at 2025-01-19T04:48:35+01:00
Form editor: Fix toolbox refresh, when sometimes no tab were selected.

[DEVELOPMENT ENVIRONMENT]
* BUG: Form editor: Fix toolbox refresh, when sometimes no tab were selected.

- - - - -
c1d512cd by Benoît Minisini at 2025-01-19T04:48:35+01:00
TabPanel: The tab bar width was sometimes not correctly refreshed.

[GB.FORM]
* BUG: TabPanel: The tab bar width was sometimes not correctly refreshed.

- - - - -
996a4c9a by Christof Thalhofer at 2025-01-19T04:54:35+01:00
Gambas selftest fix BugStringToFloatConversion

[DEVELOPMENT ENVIRONMENT]
* FIX: OldBugs.BugStringToFloatConversion work with 3.20

- - - - -
d44853b9 by Benoît Minisini at 2025-01-19T04:54:35+01:00
MenuButton: Don't use selected colors to draw the button when the 'Menu' property is not defined.

[GB.FORM]
* BUG: MenuButton: Don't use selected colors to draw the button when the 'Menu' property is not defined.

- - - - -
a3a722bb by Benoît Minisini at 2025-01-19T04:54:35+01:00
Add 'heal', 'histogram', 'text-letter-spacing' stock icons. Redraw some icons.

[GB.FORM.STOCK]
* NEW: Add 'heal', 'histogram', 'text-letter-spacing' stock icons.
* NEW: Redraw 'identity' icon in 'gambas-thin' theme.
* NEW: Redraw 'suse' application icon.

- - - - -
4f2460fe by Benoît Minisini at 2025-01-19T04:54:35+01:00
'UserContainer._Container' now correctly handles properties proxied to the actual internal container. 'Control.Drop' is not proxied anymore.

[GB.GTK]
* BUG: 'UserContainer._Container' now correctly handles properties proxied to the actual internal container.
* NEW: 'Control.Drop' is not proxied anymore.

[GB.GTK3]
* BUG: 'UserContainer._Container' now correctly handles properties proxied to the actual internal container.
* NEW: 'Control.Drop' is not proxied anymore.

[GB.QT4]
* BUG: 'UserContainer._Container' now correctly handles properties proxied to the actual internal container.
* NEW: 'Control.Drop' is not proxied anymore.

[GB.QT5]
* BUG: 'UserContainer._Container' now correctly handles properties proxied to the actual internal container.
* NEW: 'Control.Drop' is not proxied anymore.

[GB.QT6]
* BUG: 'UserContainer._Container' now correctly handles properties proxied to the actual internal container.
* NEW: 'Control.Drop' is not proxied anymore.

- - - - -
ace3b1e5 by Benoît Minisini at 2025-01-19T04:54:35+01:00
Form editor: Fix a possible crash when dropping a control on the background from the toolbox.

[DEVELOPMENT ENVIRONMENT]
* BUG: Form editor: Fix a possible crash when dropping a control on the background from the toolbox.

- - - - -
f8d20479 by Benoît Minisini at 2025-01-19T04:54:35+01:00
Some new application icons.

[GB.FORM.STOCK]
* NEW: Some new application icons.

- - - - -
2e3a295c by Benoît Minisini at 2025-01-19T04:54:35+01:00
Add 'vim' application icon.

[GB.FORM.STOCK]
* NEW: Add 'vim' application icon.

- - - - -
e8ac3855 by Benoît Minisini at 2025-01-19T04:54:35+01:00
Redraw X11 application icon.

[GB.FORM.STOCK]
* NEW: Redraw X11 application icon.

- - - - -
7281a842 by Benoît Minisini at 2025-01-19T04:54:35+01:00
Image editor: Take dark theme into account when drawing available shapes.

[DEVELOPMENT ENVIRONMENT]
* BUG: Image editor: Take dark theme into account when drawing available shapes.

- - - - -
0de59009 by Benoît Minisini at 2025-01-19T04:54:35+01:00
Call 'Stock.Refresh' if 'Application.Theme' changes.

[GB.GUI.BASE]
* NEW: Call 'Stock.Refresh' if 'Application.Theme' changes.

- - - - -
e9b2ed40 by Benoît Minisini at 2025-01-19T04:54:35+01:00
Call 'Stock.Refresh' if 'Application.Theme' changes.

[GB.GTK]
* BUG: Call 'Stock.Refresh' if 'Application.Theme' changes.

[GB.GTK3]
* BUG: Call 'Stock.Refresh' if 'Application.Theme' changes.

[GB.QT4]
* BUG: Call 'Stock.Refresh' if 'Application.Theme' changes.

[GB.QT5]
* BUG: Call 'Stock.Refresh' if 'Application.Theme' changes.

[GB.QT6]
* BUG: Call 'Stock.Refresh' if 'Application.Theme' changes.

- - - - -
6ca9a9f1 by Benoît Minisini at 2025-01-19T04:54:35+01:00
Image editor: "ellipse", "rectangle" and "polygon" tool now uses the ALT key for centering. SHIFT is for ignore snapping.

[DEVELOPMENT ENVIRONMENT]
* NEW: Image editor: "ellipse", "rectangle" and "polygon" tool now uses the ALT key for centering. SHIFT is for ignore snapping.
* NEW: No need to call 'Stock.Refresh' in 'Application_Change' anymore, as it is done automatically now.

- - - - -
e56476ae by Benoît Minisini at 2025-01-19T04:54:35+01:00
ColorChooser: Color component icons are now correctly refreshed on theme change.

[GB.FORM]
* BUG: ColorChooser: Color component icons are now correctly refreshed on theme change.

- - - - -
8103d293 by Benoît Minisini at 2025-01-19T04:54:35+01:00
Add 'GB.CheckString()' API.

[INTERPRETER]
* NEW: Add 'GB.CheckString()' API.

- - - - -
882949d5 by Benoît Minisini at 2025-01-19T04:54:35+01:00
'Paint.LineWidth' returns '1' when it has been set to '1'.

[GB.QT4]
* BUG: 'Paint.LineWidth' returns '1' when it has been set to '1'.

[GB.QT5]
* BUG: 'Paint.LineWidth' returns '1' when it has been set to '1'.

[GB.QT6]
* BUG: 'Paint.LineWidth' returns '1' when it has been set to '1'.

- - - - -
6236ae5f by Benoît Minisini at 2025-01-19T04:54:35+01:00
Option dialog: Correctly save the "Automatically revert non important files" settings.

[DEVELOPMENT ENVIRONMENT]
* BUG: Option dialog: Correctly save the "Automatically revert non important files" settings.

- - - - -
96c49ce9 by Benoît Minisini at 2025-01-19T04:54:35+01:00
Don't crash when closing a project if reverting non important files fails. Display a message instead.

[DEVELOPMENT ENVIRONMENT]
* BUG: Don't crash when closing a project if reverting non important files fails. Display a message instead.

- - - - -
786638b5 by Benoît Minisini at 2025-01-19T04:54:35+01:00
Fix default naming of controls so that GTK+3 stylesheets work.

[GB.GTK]
* BUG: Fix default naming of controls so that GTK+3 stylesheets work.

[GB.GTK3]
* BUG: Fix default naming of controls so that GTK+3 stylesheets work.

[GB.QT4]
* NEW: Use the same default naming of controls as 'gb.gtk3'.

[GB.QT5]
* NEW: Use the same default naming of controls as 'gb.gtk3'.

[GB.QT6]
* NEW: Use the same default naming of controls as 'gb.gtk3'.

- - - - -
6efe184b by Benoît Minisini at 2025-01-19T04:54:35+01:00
Modify some 'gambas-thin' icons that were not very readable when converted to dark mode. Other fixes.

[GB.FORM.STOCK]
* NEW: Modify some 'gambas-thin' icons that were not very readable when converted to dark mode.
* NEW: Defaut stock icons now use the 'gambas-thin' theme.
* BUG: Icon map fixes. Right-to-left icon list fixes.

- - - - -
b887cc45 by Benoît Minisini at 2025-01-19T04:54:35+01:00
MenuButton: Correctly react to system colors change.

[GB.FORM]
* BUG: MenuButton: Correctly react to system colors change.

- - - - -
cf6c63eb by Benoît Minisini at 2025-01-19T04:54:35+01:00
Continue to update 'gambas-thin' icons for a better dark mode.

[GB.FORM.STOCK]
* NEW: Continue to update 'gambas-thin' icons for a better dark mode.
* NEW: Add 'lamp-off' stock icon.
* NEW: Update icon map.

- - - - -
2973e805 by Benoît Minisini at 2025-01-19T04:54:35+01:00
Forgot to remove a debugging message.

[GB.GTK3]
* BUG: Forgot to remove a debugging message.

- - - - -
34b7c625 by Benoît Minisini at 2025-01-19T04:54:35+01:00
Put all headers inside the translated code without using '#include', so that the cache is not incorrectly used if the headers contents change.

[GB.JIT]
* BUG: Put all headers inside the translated code without using '#include', so that the cache is not incorrectly used if the headers contents change.

- - - - -
d3368478 by Benoît Minisini at 2025-01-19T04:54:35+01:00
'Result.Update()' does not crash anymore when not setting any field.

[GB.DB2]
* BUG: 'Result.Update()' does not crash anymore when not setting any field.

- - - - -
831ac3dd by Benoît Minisini at 2025-01-19T04:54:35+01:00
Database editor: Fix table copying.

[DEVELOPMENT ENVIRONMENT]
* NEW: Update French translation.
* BUG: Database editor: Fix table copying.
* NEW: Welcome dialog: Draw selected button with a frame.

- - - - -
0255e84a by Benoît Minisini at 2025-01-19T04:54:35+01:00
Dark mode. New upload interface for image pages. Fix page width.

[WIKI]
* NEW: Dark mode.
* NEW: New upload interface for image pages.
* BUG: Fix page width.

- - - - -
4eb8351b by Benoît Minisini at 2025-01-19T04:54:35+01:00
CSS highlighting: Fix highlighting of identifiers starting with dashes.

[GB.HIGHLIGHT]
* BUG: CSS highlighting: Fix highlighting of identifiers starting with dashes.

- - - - -
5b11da2f by Benoît Minisini at 2025-01-19T04:54:35+01:00
Help browser: Fix offline help browser in dark mode.

[DEVELOPMENT ENVIRONMENT]
* BUG: Help browser: Fix offline help browser in dark mode.

- - - - -
909e0255 by Benoît Minisini at 2025-01-19T04:54:35+01:00
Fix 'README' and 'README.md' files.

[CONFIGURATION]
* NEW: Fix 'README' and 'README.md' files.

- - - - -
082ff7c6 by Benoît Minisini at 2025-01-19T04:54:35+01:00
Help browser: Implement the 'readme' wiki command.

[DEVELOPMENT ENVIRONMENT]
* BUG: Help browser: No need to do anything specific in dark mode anymore.
* BUG: Help browser: Implement the 'readme' wiki command.

- - - - -
11aab495 by Benoît Minisini at 2025-01-19T04:54:35+01:00
Welcome dialog: Don't invert big Gambas head on dark themes.

[DEVELOPMENT ENVIRONMENT]
* NEW: Welcome dialog: Don't invert big Gambas head on dark themes.

- - - - -
58c625fd by Benoît Minisini at 2025-01-19T04:54:35+01:00
Shell.Copy: Fix the behaviour when the target is a directory.

[GB.UTIL]
* BUG: Shell.Copy: Fix the behaviour when the target is a directory.

- - - - -


148 changed files:

- README
- README.md
- app/src/gambas-wiki/.lang/fr.po
- app/src/gambas-wiki/.project
- app/src/gambas-wiki/.public/common.js
- app/src/gambas-wiki/.public/split.css
- app/src/gambas-wiki/.public/style-nh.css
- app/src/gambas-wiki/.public/style.css
- app/src/gambas-wiki/.src/Main.module
- app/src/gambas-wiki/.src/Wiki.class
- app/src/gambas-wiki/.src/Wiki.webpage
- app/src/gambas-wiki/.version
- app/src/gambas3-selftest/.icon.png
- app/src/gambas3-selftest/.src/Tests/OldBugs.test
- app/src/gambas3-selftest/.test
- app/src/gambas3-selftest/.version
- app/src/gambas3/.connection/Shapes.template
- app/src/gambas3/.lang/fr.po
- app/src/gambas3/.src/Connection/FPasteTable.class
- app/src/gambas3/.src/Connection/FPasteTable.form
- app/src/gambas3/.src/Editor/Form/FForm.class
- app/src/gambas3/.src/Editor/Form/FToolBox.class
- app/src/gambas3/.src/Editor/Image/FImageEditor.class
- app/src/gambas3/.src/Editor/Image/ImageSelectionBox.class
- app/src/gambas3/.src/Family/Report/CFamilyReport.class
- app/src/gambas3/.src/Help/Wiki/WikiMarkdown.class
- app/src/gambas3/.src/Options/FOption.class
- app/src/gambas3/.src/Project.module
- app/src/gambas3/.src/Welcome/CCoolButton.class
- app/src/gambas3/.src/Welcome/CWelcome.class
- + app/src/gambas3/README
- app/src/gambas3/help/wiki/style-offline-htmlview.css
- app/src/gambas3/help/wiki/style-offline.css
- comp/src/gb.form.stock/.src/_DefaultStock.class
- + comp/src/gb.form.stock/gambas-mono/128/heal.png
- + comp/src/gb.form.stock/gambas-mono/128/histogram.png
- + comp/src/gb.form.stock/gambas-mono/128/text-letter-spacing.png
- + comp/src/gb.form.stock/gambas-mono/32/lamp-off.png
- comp/src/gb.form.stock/gambas-thin/128/audio.png
- comp/src/gb.form.stock/gambas-thin/128/back.png
- comp/src/gb.form.stock/gambas-thin/128/battery-high.png
- comp/src/gb.form.stock/gambas-thin/128/battery-low.png
- comp/src/gb.form.stock/gambas-thin/128/battery-medium.png
- comp/src/gb.form.stock/gambas-thin/128/bluetooth-off.png
- comp/src/gb.form.stock/gambas-thin/128/border-bottom.png
- comp/src/gb.form.stock/gambas-thin/128/border-diag.png
- comp/src/gb.form.stock/gambas-thin/128/border-horizontal.png
- comp/src/gb.form.stock/gambas-thin/128/border-inside.png
- comp/src/gb.form.stock/gambas-thin/128/border-left.png
- comp/src/gb.form.stock/gambas-thin/128/border-none.png
- comp/src/gb.form.stock/gambas-thin/128/border-outside.png
- comp/src/gb.form.stock/gambas-thin/128/border-rev-diag.png
- comp/src/gb.form.stock/gambas-thin/128/border-right.png
- comp/src/gb.form.stock/gambas-thin/128/border-top.png
- comp/src/gb.form.stock/gambas-thin/128/border-vertical.png
- comp/src/gb.form.stock/gambas-thin/128/camera-off.png
- comp/src/gb.form.stock/gambas-thin/128/camera.png
- comp/src/gb.form.stock/gambas-thin/128/difference.png
- comp/src/gb.form.stock/gambas-thin/128/download.png
- comp/src/gb.form.stock/gambas-thin/128/front.png
- comp/src/gb.form.stock/gambas-thin/128/headset.png
- + comp/src/gb.form.stock/gambas-thin/128/heal.png
- + comp/src/gb.form.stock/gambas-thin/128/histogram.png
- comp/src/gb.form.stock/gambas-thin/128/identity.png
- comp/src/gb.form.stock/gambas-thin/128/intersection.png
- + comp/src/gb.form.stock/gambas-thin/128/lamp-off.png
- comp/src/gb.form.stock/gambas-thin/128/lower.png
- comp/src/gb.form.stock/gambas-thin/128/media-player.png
- comp/src/gb.form.stock/gambas-thin/128/microphone-off.png
- comp/src/gb.form.stock/gambas-thin/128/microphone.png
- comp/src/gb.form.stock/gambas-thin/128/multimedia.png
- comp/src/gb.form.stock/gambas-thin/128/muted.png
- comp/src/gb.form.stock/gambas-thin/128/network-off.png
- comp/src/gb.form.stock/gambas-thin/128/notification-off.png
- comp/src/gb.form.stock/gambas-thin/128/repeat.png
- comp/src/gb.form.stock/gambas-thin/128/resize.png
- comp/src/gb.form.stock/gambas-thin/128/screen.png
- comp/src/gb.form.stock/gambas-thin/128/shuffle.png
- comp/src/gb.form.stock/gambas-thin/128/speaker.png
- comp/src/gb.form.stock/gambas-thin/128/subtitle.png
- + comp/src/gb.form.stock/gambas-thin/128/text-letter-spacing.png
- comp/src/gb.form.stock/gambas-thin/128/union.png
- comp/src/gb.form.stock/gambas-thin/128/unselect.png
- comp/src/gb.form.stock/gambas-thin/128/upload.png
- comp/src/gb.form.stock/gambas-thin/128/video.png
- comp/src/gb.form.stock/gambas-thin/128/wifi-low.png
- comp/src/gb.form.stock/gambas-thin/128/wifi-medium.png
- comp/src/gb.form.stock/gambas-thin/128/wifi-off.png
- + comp/src/gb.form.stock/gambas-thin/app/2048.png
- + comp/src/gb.form.stock/gambas-thin/app/gvim.png
- + comp/src/gb.form.stock/gambas-thin/app/org.gnome.NetworkDisplays.png
- comp/src/gb.form.stock/gambas-thin/app/suse.png
- comp/src/gb.form.stock/gambas-thin/app/xorg.png
- + comp/src/gb.form.stock/gambas/128/heal.png
- + comp/src/gb.form.stock/gambas/128/histogram.png
- + comp/src/gb.form.stock/gambas/128/text-letter-spacing.png
- + comp/src/gb.form.stock/gambas/32/lamp-off.png
- comp/src/gb.form.stock/icon.map
- comp/src/gb.form.stock/reverse
- comp/src/gb.form/.component
- comp/src/gb.form/.project
- comp/src/gb.form/.src/Button/MenuButton.class
- comp/src/gb.form/.src/Color/FColorChooser.class
- comp/src/gb.form/.src/Color/FColorChooser.form
- comp/src/gb.form/.src/Stock.class
- comp/src/gb.form/.src/TabPanel/TabPanel.class
- comp/src/gb.form/.src/Test/FTestTabPanel.form
- comp/src/gb.form/.version
- comp/src/gb.gui.base/.component
- comp/src/gb.gui.base/.src/Picture.class
- comp/src/gb.gui.base/.src/_Gui.class
- comp/src/gb.gui.base/.version
- comp/src/gb.highlight/.component
- comp/src/gb.highlight/.project
- comp/src/gb.highlight/.version
- comp/src/gb.highlight/highlight/css.highlight
- gb.gtk/src/CContainer.cpp
- gb.gtk/src/CContainer.h
- gb.gtk/src/CScreen.cpp
- gb.gtk/src/CWidget.cpp
- gb.gtk/src/CWidget.h
- gb.gtk/src/gcontrol.cpp
- gb.gtk/src/gcontrol.h
- gb.qt4/src/CContainer.cpp
- gb.qt4/src/CContainer.h
- gb.qt4/src/CScreen.cpp
- gb.qt4/src/CWidget.cpp
- gb.qt4/src/CWidget.h
- gb.qt4/src/cpaint_impl.cpp
- main/comp/gb.db2/.component
- main/comp/gb.db2/.project
- main/comp/gb.db2/.src/Result.class
- main/comp/gb.db2/.version
- main/comp/gb.util/.component
- main/comp/gb.util/.project
- main/comp/gb.util/.src/Shell.module
- main/comp/gb.util/.version
- main/gbx/gbx_api.c
- main/gbx/gbx_api.h
- main/gbx/gbx_stream.c
- main/lib/jit/gb.jit/.app.png
- main/lib/jit/gb.jit/.component
- main/lib/jit/gb.jit/.icon.png
- main/lib/jit/gb.jit/.project
- main/lib/jit/gb.jit/.src/CCompilation.class
- main/lib/jit/gb.jit/.src/Jit.module
- main/lib/jit/gb.jit/.version
- main/share/gambas.h


View it on GitLab: https://gitlab.com/gambas/gambas/-/compare/6fff986cf759785dc38793f56f9735bf07844433...58c625fd2cd07bff4744b20c37c149c54bdf245d

-- 
View it on GitLab: https://gitlab.com/gambas/gambas/-/compare/6fff986cf759785dc38793f56f9735bf07844433...58c625fd2cd07bff4744b20c37c149c54bdf245d
You're receiving this email because of your account on gitlab.com.