[Gambas-Notification] [Git][gambas/gambas][stable] 16 commits: Automatic container resize now takes the arrangement of the parent of the container into account.

Benoît Minisini (@bminisini) gitlab at mg.gitlab.com
Sat May 22 04:12:24 CEST 2021



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


Commits:
eb6a6f9b by gambas at 2021-05-22T03:42:28+02:00
Automatic container resize now takes the arrangement of the parent of the container into account.

[GB.GTK]
* BUG: Automatic container resize now takes the arrangement of the parent of the container into account.

[GB.GTK3]
* BUG: Automatic container resize now takes the arrangement of the parent of the container into account.

[GB.QT4]
* BUG: Automatic container resize now takes the arrangement of the parent of the container into account.

[GB.QT5]
* BUG: Automatic container resize now takes the arrangement of the parent of the container into account.

- - - - -
1fb461f7 by gambas at 2021-05-22T03:42:59+02:00
MenuButton: Custom drawing of shortcut underlines for GTK+.

[GB.FORM]
* BUG: MenuButton: Custom drawing of shortcut underlines for GTK+.

- - - - -
2105c875 by gambas at 2021-05-22T03:44:49+02:00
TextArea: Add a padding proportional to the font height.

[GB.GTK]
* NEW: TextArea: Add a padding proportional to the font height.

[GB.GTK3]
* NEW: TextArea: Add a padding proportional to the font height.

[GB.QT4]
* NEW: TextArea: Add a padding proportional to the font height.

[GB.QT5]
* NEW: TextArea: Add a padding proportional to the font height.

- - - - -
3c6be671 by gambas at 2021-05-22T03:45:52+02:00
Take focus into account when drawing TextArea border, and workaround many drawing warnings.

[GB.GTK3]
* BUG: TextArea: Take focus into account when drawing the border.
* BUG: Workaround many drawing warnings in Slider, CheckBox and RadioButton.

- - - - -
cf5034fe by gambas at 2021-05-22T03:46:50+02:00
The workaround of Pango markup bug makes lines disappear with recent versions of Pango, so remove it.

[GB.GTK]
* BUG: The workaround of Pango markup bug makes lines disappear with recent versions of Pango, so remove it.
* BUG: Font.RichTextSize() now uses the same algorithm as Font.TextSize()..

[GB.GTK3]
* BUG: The workaround of Pango markup bug makes lines disappear with recent versions of Pango, so remove it.
* BUG: Font.RichTextSize() now uses the same algorithm as Font.TextSize()..

- - - - -
749e2c5b by gambas at 2021-05-22T03:47:03+02:00
Disable a setting flag deprecated in WebKitGTK >= 2.32.0.

[GB.GTK3.WEBVIEW]
* BUG: Disable a setting flag deprecated in WebKitGTK >= 2.32.0.

- - - - -
6d299abb by gambas at 2021-05-22T03:47:14+02:00
FileView: Fix automatic extension behaviour.

[GB.FORM]
* BUG: FileView: Fix automatic extension behaviour.

- - - - -
63825a8a by gambas at 2021-05-22T04:00:03+02:00
Search dialog: Replace message boxes by a label, and fix title update.

[DEVELOPMENT ENVIRONMENT]
* NEW: Search dialog: Replace message boxes by a label.
* BUG: Search dialog: The title now correctly follows the current tab title.

- - - - -
fe7c7db8 by gambas at 2021-05-22T04:01:32+02:00
Translation dialog: The "copy all translations" menu works correctly now.

[DEVELOPMENT ENVIRONMENT]
* BUG: Translation dialog: The "copy all translations" menu works correctly now.
* BUG: Translation dialog: Use an explicit background for the untranslated string TextArea, because transparent background does not work with GTK+..

- - - - -
5fe4c4a2 by gambas at 2021-05-22T04:01:45+02:00
Translation dialog: Do not use sorted ComboBoxes for choosing languages.

[DEVELOPMENT ENVIRONMENT]
* BUG: Translation dialog: Do not use sorted ComboBoxes for choosing languages, as Qt and GTK+ do not sort the same way, and it breaks the behaviour of the dialog when using GTK+3.

- - - - -
e3e5d9dd by gambas at 2021-05-22T04:01:58+02:00
SpinBox: Take into account that the internal mouse timer may be cleared during its event handler.

[GB.GUI.BASE]
* BUG: SpinBox: Take into account that the internal mouse timer may be cleared during its event handler.

- - - - -
b8db26bc by gambas at 2021-05-22T04:02:09+02:00
Remove useless 'gb.gsl' from project components.

[GB.FORM.DIALOG]
* BUG: Remove useless 'gb.gsl' from project components.

- - - - -
eebea168 by gambas at 2021-05-22T04:02:19+02:00
Clipboard: Always replace "text/plain" format by "text/plain;charset=utf-8" when pasting.

[GB.GTK]
* BUG: Clipboard: Always replace "text/plain" format by "text/plain;charset=utf-8" when pasting.

[GB.GTK3]
* BUG: Clipboard: Always replace "text/plain" format by "text/plain;charset=utf-8" when pasting.

- - - - -
830603a9 by gambas at 2021-05-22T04:03:56+02:00
Display the warning about calling the event loop during a keyboard event once.

[GB.GTK]
* NEW: Display the warning about calling the event loop during a keyboard event once.

[GB.GTK3]
* NEW: Display the warning about calling the event loop during a keyboard event once.

[GB.QT4]
* NEW: Display the warning about calling the event loop during a keyboard event once.

[GB.QT5]
* NEW: Display the warning about calling the event loop during a keyboard event once.

- - - - -
50566d7b by gambas at 2021-05-22T04:04:19+02:00
Don't use 'rmdir --ignore-fail-on-non-empty', it's not supported on FreeBSD.

[CONFIGURATION]
* NEW: Don't use 'rmdir --ignore-fail-on-non-empty', it's not supported on FreeBSD.

- - - - -
c5adc5f6 by gambas at 2021-05-22T04:04:30+02:00
Don't use 'rmdir --ignore-fail-on-non-empty' again.

[CONFIGURATION]
* NEW: Don't use 'rmdir --ignore-fail-on-non-empty' again.

- - - - -


2 changed files:

- app/Makefile.am
- app/src/gambas3/.lang/de.po


View it on GitLab: https://gitlab.com/gambas/gambas/-/compare/e0888efbb690a0461b7f9aa5aee8f5503540fc3d...c5adc5f6c1844cfbe74434079577273249ba2ad3

-- 
View it on GitLab: https://gitlab.com/gambas/gambas/-/compare/e0888efbb690a0461b7f9aa5aee8f5503540fc3d...c5adc5f6c1844cfbe74434079577273249ba2ad3
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/20210522/de6ebb25/attachment-0001.htm>


More information about the Notification mailing list