[Gambas-Notification] [Git][gambas/gambas][master] 11 commits: Splitter is a new container that replaces HSplit and VSplit. Its orientation...

Benoît Minisini gitlab at mg.gitlab.com
Thu Mar 18 17:26:07 CET 2021



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


Commits:
d189731f by gambas at 2021-03-18T17:14:15+01:00
Splitter is a new container that replaces HSplit and VSplit. Its orientation is defined by its Arrangement property.

[GB.GUI.BASE]
* NEW: Splitter is a new container that replaces HSplit and VSplit. Its orientation is defined by its Arrangement property.

- - - - -
e58e3a6e by gambas at 2021-03-18T17:16:23+01:00
Fixes in FileView and FontChooser.

[GB.FORM]
* NEW: FileView: Ignore newlines when displaying the name of a file.
* BUG: FontChooser: Do not show plus sign when the font size is absolute.
* NEW: Add 'text-bigger', 'text-smaller', 'text-super' and 'text-sub' stock icons.
* NEW: Update deprecated controls icons.

- - - - -
1b511c42 by gambas at 2021-03-18T17:17:49+01:00
Form editor: Add a "show deprecated" button in the toolbox.

[DEVELOPMENT ENVIRONMENT]
* NEW: Automatic generation of deprecated controls icons.
* NEW: Form editor: Add a "show deprecated" button in the toolbox.
* NEW: Update deprecated controls icons.

- - - - -
1d1b4fd4 by gambas at 2021-03-18T17:18:43+01:00
Add 'text-bigger', 'text-smaller', 'text-super' and 'text-sub' icons. Update other 'text-*' icons.

[GB.FORM.STOCK]
* NEW: Add 'text-bigger', 'text-smaller', 'text-super' and 'text-sub' icons.
* NEW: Update other 'text-*' icons.

- - - - -
a5d16413 by gambas at 2021-03-18T17:20:30+01:00
Support for the GB_GUI_TRAYICON_NO_DBUS environment variable.

[GB.GUI.TRAYICON]
* NEW: Support for the GB_GUI_TRAYICON_NO_DBUS environment variable.

- - - - -
4864e6a5 by gambas at 2021-03-18T17:21:09+01:00
Fix a typo in a comment.

[GB.NET]
* BUG: Fix a typo in a comment.

- - - - -
79765ceb by gambas at 2021-03-18T17:21:38+01:00
Fix declaration of ScrollBar.DefaultSize property.

[GB.GTK]
* BUG: Fix declaration of ScrollBar.DefaultSize property.

[GB.GTK3]
* BUG: Fix declaration of ScrollBar.DefaultSize property.

- - - - -
bf7c562d by gambas at 2021-03-18T17:22:31+01:00
Add documentation.

[GB.UTIL]
* NEW: Add documentation.

- - - - -
ab99669d by gambas at 2021-03-18T17:22:59+01:00
TextEditor: Add documentation.

[GB.FORM.EDITOR]
* NEW: TextEditor: Add documentation.

- - - - -
ccd39227 by gambas at 2021-03-18T17:23:45+01:00
The default tray icon ignores dark theme now.

[GB.DBUS.TRAYICON]
* NEW: The default tray icon ignores dark theme now.

- - - - -
0487b2ec by gambas at 2021-03-18T17:25:16+01:00
Store the cookie path inside the session, and use it when removing the cookie.

[GB.WEB]
* NEW: Add "SameSite=Lax" when removing the cookie.
* BUG: Store the cookie path inside the session, and use it when removing the cookie.

- - - - -


30 changed files:

- app/src/gambas3/.src/Editor/Form/CControl.class
- app/src/gambas3/.src/Editor/Form/FToolBox.class
- app/src/gambas3/.src/Editor/Form/FToolBox.form
- app/src/gambas3/.src/Exported/TextEditor.class
- + app/src/gambas3/img/control/deprecated.png
- app/src/gambas3/img/control/embedder.png
- app/src/gambas3/img/control/lcdnumber.png
- + app/src/gambas3/img/control/splitter.png
- comp/src/gb.dbus.trayicon/.src/DBusStatusIcon.class
- comp/src/gb.form.editor/.src/_TextEditor_Line.class
- comp/src/gb.form.stock/gambas-mono/32/text-baseline.png
- + comp/src/gb.form.stock/gambas-mono/32/text-bigger.png
- comp/src/gb.form.stock/gambas-mono/32/text-bold.png
- comp/src/gb.form.stock/gambas-mono/32/text-bottom.png
- comp/src/gb.form.stock/gambas-mono/32/text-italic.png
- comp/src/gb.form.stock/gambas-mono/32/text-lower.png
- comp/src/gb.form.stock/gambas-mono/32/text-middle.png
- + comp/src/gb.form.stock/gambas-mono/32/text-smaller.png
- comp/src/gb.form.stock/gambas-mono/32/text-strike.png
- + comp/src/gb.form.stock/gambas-mono/32/text-sub.png
- + comp/src/gb.form.stock/gambas-mono/32/text-super.png
- comp/src/gb.form.stock/gambas-mono/32/text-top.png
- comp/src/gb.form.stock/gambas-mono/32/text-underline.png
- comp/src/gb.form.stock/gambas-mono/32/text-upper.png
- comp/src/gb.form.stock/gambas/32/text-baseline.png
- + comp/src/gb.form.stock/gambas/32/text-bigger.png
- comp/src/gb.form.stock/gambas/32/text-bold.png
- comp/src/gb.form.stock/gambas/32/text-bottom.png
- comp/src/gb.form.stock/gambas/32/text-italic.png
- comp/src/gb.form.stock/gambas/32/text-lower.png


View it on GitLab: https://gitlab.com/gambas/gambas/-/compare/c62134897e8a2b751038a39ce94e38a9b06b2462...0487b2ecb34d3338935ea1c4375df797188d361b

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


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.gambas-basic.org/pipermail/notification/attachments/20210318/d2a091a9/attachment.htm>


More information about the Notification mailing list