[Gambas-Notification] [Git][gambas/gambas][master] 7 commits: Text direction can now be specified at control level.

Benoît Minisini (@bminisini) gitlab at mg.gitlab.com
Sat Jan 22 16:37:46 CET 2022



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


Commits:
13df0847 by gambas at 2022-01-22T16:27:17+01:00
Text direction can now be specified at control level.

[GB.GTK]
* NEW: Control.Direction is a new property that allows to specify the text direction of the control.
* NEW: Control.RightToLeft is a new property that returns if a control is right-to-left oriented.

[GB.GTK3]
* NEW: Control.Direction is a new property that allows to specify the text direction of the control.
* NEW: Control.RightToLeft is a new property that returns if a control is right-to-left oriented.

[GB.QT4]
* NEW: Control.Direction is a new property that allows to specify the text direction of the control.
* NEW: Control.RightToLeft is a new property that returns if a control is right-to-left oriented.

[GB.QT5]
* NEW: Control.Direction is a new property that allows to specify the text direction of the control.
* NEW: Control.RightToLeft is a new property that returns if a control is right-to-left oriented.

- - - - -
abba6f60 by gambas at 2022-01-22T16:31:07+01:00
Use the new 'Control.RightToLeft' property instead of the global 'System.RightToLeft' one.

[GB.GUI.BASE]
* NEW: Use the new 'Control.RightToLeft' property instead of the global 'System.RightToLeft' one.

- - - - -
584acf87 by gambas at 2022-01-22T16:32:02+01:00
Use the new 'Control.RightToLeft' property instead of the global 'System.RightToLeft' one.

[GB.FORM]
* NEW: Use the new 'Control.RightToLeft' property instead of the global 'System.RightToLeft' one.
* NEW: Add 'text-list' and 'text-list-order' stock icons.

- - - - -
1a3fc6c5 by gambas at 2022-01-22T16:33:21+01:00
Add 'text-list' and 'text-list-order' icons. Redraw some icons.

[GB.FORM.STOCK]
* NEW: Add 'text-list' and 'text-list-order' icons.
* NEW: Redraw some icons.

- - - - -
2bb65a26 by gambas at 2022-01-22T16:34:15+01:00
Use the new 'Control.RightToLeft' property instead of the global 'System.RightToLeft' one.

[GB.FORM.TERMINAL]
* NEW: Use the new 'Control.RightToLeft' property instead of the global 'System.RightToLeft' one.

- - - - -
8353d9e0 by gambas at 2022-01-22T16:34:37+01:00
Use the new 'Control.RightToLeft' property instead of the global 'System.RightToLeft' one.

[GB.FORM.EDITOR]
* NEW: Use the new 'Control.RightToLeft' property instead of the global 'System.RightToLeft' one.

- - - - -
bd1c80cd by gambas at 2022-01-22T16:36:28+01:00
Use the new 'Control.RightToLeft' property instead of the global 'System.RightToLeft' one.

[GB.FORM.MDI]
* NEW: Use the new 'Control.RightToLeft' property instead of the global 'System.RightToLeft' one.

- - - - -


30 changed files:

- comp/src/gb.form.editor/.src/TextEditor.class
- comp/src/gb.form.mdi/.project
- comp/src/gb.form.mdi/.src/Tests/FMain.class
- comp/src/gb.form.mdi/.src/Tests/Form1.class
- comp/src/gb.form.mdi/.src/ToolBar/FToolBar.class
- comp/src/gb.form.stock/gambas-mono/32/crop.png
- comp/src/gb.form.stock/gambas-mono/32/quit.png
- comp/src/gb.form.stock/gambas-mono/32/redo.png
- comp/src/gb.form.stock/gambas-mono/32/resize.png
- comp/src/gb.form.stock/gambas-mono/32/revert.png
- comp/src/gb.form.stock/gambas-mono/32/text-center.png
- comp/src/gb.form.stock/gambas-mono/32/text-fill.png
- comp/src/gb.form.stock/gambas-mono/32/text-left.png
- + comp/src/gb.form.stock/gambas-mono/32/text-list-order.png
- + comp/src/gb.form.stock/gambas-mono/32/text-list.png
- comp/src/gb.form.stock/gambas-mono/32/text-right.png
- comp/src/gb.form.stock/gambas-mono/32/undo.png
- comp/src/gb.form.stock/gambas-mono/32/unselect.png
- comp/src/gb.form.stock/gambas/32/crop.png
- comp/src/gb.form.stock/gambas/32/properties.png
- comp/src/gb.form.stock/gambas/32/redo.png
- comp/src/gb.form.stock/gambas/32/resize.png
- comp/src/gb.form.stock/gambas/32/revert.png
- comp/src/gb.form.stock/gambas/32/text-center.png
- comp/src/gb.form.stock/gambas/32/text-fill.png
- comp/src/gb.form.stock/gambas/32/text-left.png
- + comp/src/gb.form.stock/gambas/32/text-list-order.png
- + comp/src/gb.form.stock/gambas/32/text-list.png
- comp/src/gb.form.stock/gambas/32/text-right.png
- comp/src/gb.form.stock/gambas/32/undo.png


View it on GitLab: https://gitlab.com/gambas/gambas/-/compare/788ecfacda1aca5c007e88b1b363e66548b2cba0...bd1c80cd215b55f0ee6bdd1ea7c5b8b6b03cabda

-- 
View it on GitLab: https://gitlab.com/gambas/gambas/-/compare/788ecfacda1aca5c007e88b1b363e66548b2cba0...bd1c80cd215b55f0ee6bdd1ea7c5b8b6b03cabda
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/20220122/60af9e99/attachment.htm>


More information about the Notification mailing list