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

[Git][gambas/gambas][master] 6 commits: Control: 'NoAnimation' is a new property that allows to explicitly disable...



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


Commits:
47d6c8ef by Benoît Minisini at 2024-10-15T09:55:14+02:00
Control: 'NoAnimation' is a new property that allows to explicitly disable animations for a specific control.

[GB.QT4]
* NEW: Control: 'NoAnimation' is a new property that allows to explicitly disable animations for a specific control.
* NEW: Remove two unused internal control flags. Clean up the 'CWidget.cpp' source file.

[GB.QT5]
* NEW: Control: 'NoAnimation' is a new property that allows to explicitly disable animations for a specific control.

[GB.QT6]
* NEW: Control: 'NoAnimation' is a new property that allows to explicitly disable animations for a specific control.

- - - - -
1a00f539 by Benoît Minisini at 2024-10-15T09:55:31+02:00
Control: 'NoAnimation' is a new property that allows to explicitly disable animations for a specific control.

[GB.GTK]
* NEW: Control: 'NoAnimation' is a new property that allows to explicitly disable animations for a specific control.

[GB.GTK3]
* NEW: Control: 'NoAnimation' is a new property that allows to explicitly disable animations for a specific control.

- - - - -
2f1353d7 by Benoît Minisini at 2024-10-15T09:55:31+02:00
Take the new 'Control.NoAnimation' property into account to check if a control must be animated.

[GB.GUI.BASE]
* NEW: Take the new 'Control.NoAnimation' property into account to check if a control must be animated.

- - - - -
e7670698 by Benoît Minisini at 2024-10-15T09:55:31+02:00
Add new stock icons.

[GB.FORM.STOCK]
* NEW: Add new stock icons.

- - - - -
25eede2f by Benoît Minisini at 2024-10-15T09:55:31+02:00
Do not animate the bottom panel when it expands or collapses.

[DEVELOPMENT ENVIRONMENT]
* NEW: Do not animate the bottom panel when it expands or collapses.

- - - - -
b3632842 by Benoît Minisini at 2024-10-15T09:55:31+02:00
SidePanel: Correctly check if the control must be animated or not.

[GB.FORM]
* BUG: SidePanel: Correctly check if the control must be animated or not.

- - - - -


30 changed files:

- app/src/gambas3/.src/Editor/Image/FImageEditor.form
- app/src/gambas3/.src/Editor/Image/FImageProperty.form
- app/src/gambas3/.src/FMain.class
- comp/src/gb.form.stock/.src/MakeIconTheme.module
- comp/src/gb.form.stock/app-links
- + comp/src/gb.form.stock/gambas-mono/128/back.png
- + comp/src/gb.form.stock/gambas-mono/128/center.png
- + comp/src/gb.form.stock/gambas-mono/128/draw-ellipse-arc.png
- + comp/src/gb.form.stock/gambas-mono/128/draw-ellipse-pie.png
- + comp/src/gb.form.stock/gambas-mono/128/draw-ellipse.png
- + comp/src/gb.form.stock/gambas-mono/128/draw-pie.png
- + comp/src/gb.form.stock/gambas-mono/128/draw-rectangle-round.png
- + comp/src/gb.form.stock/gambas-mono/128/draw-spline.png
- + comp/src/gb.form.stock/gambas-mono/128/draw-square.png
- + comp/src/gb.form.stock/gambas-mono/128/fax.png
- + comp/src/gb.form.stock/gambas-mono/128/front.png
- + comp/src/gb.form.stock/gambas-mono/128/open-remote.png
- + comp/src/gb.form.stock/gambas-mono/128/text-color.png
- + comp/src/gb.form.stock/gambas-mono/128/toolbar.png
- comp/src/gb.form.stock/gambas-mono/32/lower.png
- comp/src/gb.form.stock/gambas-mono/32/raise.png
- + comp/src/gb.form.stock/gambas-thin/128/back.png
- + comp/src/gb.form.stock/gambas-thin/128/center.png
- + comp/src/gb.form.stock/gambas-thin/128/draw-arc.png
- comp/src/gb.form.stock/gambas-thin/128/draw-circle.png
- + comp/src/gb.form.stock/gambas-thin/128/draw-ellipse-arc.png
- + comp/src/gb.form.stock/gambas-thin/128/draw-ellipse-pie.png
- + comp/src/gb.form.stock/gambas-thin/128/draw-ellipse.png
- comp/src/gb.form.stock/gambas-thin/128/draw-line.png
- + comp/src/gb.form.stock/gambas-thin/128/draw-pie.png


View it on GitLab: https://gitlab.com/gambas/gambas/-/compare/6e5768ec5e8d3efd0c80b45af02ff56672166010...b363284251cd7ba9bac8377870efc30db52f6271

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