[Gambas-Notification] [Git][gambas/gambas][stable] 39 commits: The interpreter can compile without 'libffi' again.
Benoît Minisini
gitlab at mg.gitlab.com
Thu Sep 17 13:13:14 CEST 2020
Benoît Minisini pushed to branch stable at Gambas / gambas
Commits:
82228189 by gambas at 2020-09-16T02:33:13+02:00
The interpreter can compile without 'libffi' again.
[INTERPRETER]
* BUG: The interpreter can compile without 'libffi' again.
- - - - -
7bf68018 by gambas at 2020-09-16T02:33:25+02:00
Fix keyboard and mouse grab when opening a popup.
[GB.GTK]
* BUG: Fix keyboard and mouse grab when opening a popup.
[GB.GTK3]
* BUG: Fix keyboard and mouse grab when opening a popup.
- - - - -
0b6f47c3 by gambas at 2020-09-16T02:33:44+02:00
Correctly handle "~" in database directories.
[GB.DB.SQLITE2]
* BUG: Correctly handle "~" in database directories.
[GB.DB.SQLITE3]
* BUG: Correctly handle "~" in database directories.
- - - - -
125888e4 by gambas at 2020-09-16T02:35:18+02:00
DataComboView: Fix default event and prevent the popup contents from scrolling horizontally.
[GB.DB.FORM]
* BUG: DataComboView: Fix default event.
* NEW: DataComboView: Prevent the popup contents from scrolling horizontally.
- - - - -
c09c693b by gambas at 2020-09-16T02:36:08+02:00
Fix popup management, and save drawing context when running a style method.
[GB.GTK]
* BUG: Fix popup management.
* BUG: Save drawing context when running a style method.
[GB.GTK3]
* BUG: Fix popup management.
* BUG: Save drawing context when running a style method.
- - - - -
255f4ef5 by gambas at 2020-09-16T02:36:22+02:00
Display grid if the grid property is set, and ignore vertical alignment when drawing the contents.
[GB.DB.FORM]
* BUG: DataComboView: Ignore vertical alignment when drawing the contents..
* NEW: DataComboView: Draw grid inside the combo if the grid property is set (the code is actually in the previous commit).
- - - - -
a84a04ec by Tobias Boege at 2020-09-16T02:37:40+02:00
gb.test: Improve diagnostics of Approximate assertions
[GB.TEST]
* BUG: Improve diagnostics of Approximate and RelativeApproximate assertions, showing the original values too.
- - - - -
aba7798e by gambas at 2020-09-16T02:38:16+02:00
TextEditor: Line numbers do not overlap expanders anymore when text editor has custom highlighting.
[GB.FORM.EDITOR]
* BUG: TextEditor: Line numbers do not overlap expanders anymore when text editor has custom highlighting.
- - - - -
07266fc5 by gambas at 2020-09-16T02:38:22+02:00
Fix component sorting.
[DEVELOPMENT ENVIRONMENT]
* BUG: Fix component sorting.
* BUG: VersionControl: Error message is now top aligned.
* NEW: System information dialog: Add GDK library.
- - - - -
c08a17f1 by gambas at 2020-09-16T02:38:44+02:00
Desktop.SendMail() now waits for the completion of the 'xdg-email' script, so that errors are raised.
[GB.DESKTOP]
* BUG: Desktop.SendMail() now waits for the completion of the 'xdg-email' script, so that errors are raised.
- - - - -
9f8497e6 by Bastian Germann at 2020-09-16T02:38:56+02:00
Correct poppler version detection
[GB.PDF]
* BUG: Correct poppler version detection
- - - - -
5f135619 by gambas at 2020-09-16T02:39:18+02:00
DataComboView: Handle keyboard shortcuts: Space, Enter, Down, and Escape key.
[GB.DB.FORM]
* NEW: DataComboView: Handle keyboard shortcuts: Space, Enter, Down, and Escape key.
- - - - -
dbfbb739 by gambas at 2020-09-16T02:39:29+02:00
ListBox: Click event is now raised on the next event loop.
[GB.GUI.BASE]
* NEW: ListBox: Click event is now raised on the next event loop.
- - - - -
0fefb465 by gambas at 2020-09-16T02:39:35+02:00
Wayland compositors and client-side decorations support.
[GB.GTK3]
* BUG: Popups now work on Wayland compositors.
* BUG: Support for client-side decorations.
- - - - -
1e7423e0 by gambas at 2020-09-16T02:39:49+02:00
The automatic width of RadioButton and CheckBox is now larger to avoid GTK+ warnings.
[GB.GTK]
* BUG: The automatic width of RadioButton and CheckBox is now larger to avoid GTK+ warnings.
[GB.GTK3]
* BUG: The automatic width of RadioButton and CheckBox is now larger to avoid GTK+ warnings.
- - - - -
0aedb898 by gambas at 2020-09-16T02:40:00+02:00
Never export the menu bar through DBus, it crashes on Mate.
[GB.QT4]
* BUG: Never export the menu bar through DBus, it crashes on Mate.
[GB.QT5]
* BUG: Never export the menu bar through DBus, it crashes on Mate.
* BUG: Better support of popups when run on Wayland.
- - - - -
57f07a12 by gambas at 2020-09-16T02:40:12+02:00
Remove a debugging message.
[GB.SETTINGS]
* BUG: Remove a debugging message.
- - - - -
b0440768 by gambas at 2020-09-16T02:40:26+02:00
Better support of menu bar exported through DBus.
[GB.QT4]
* NEW: Better support of menu bar exported through DBus.
* NEW: Only the Application.MainWindow menubar is exported through DBus.
[GB.QT5]
* NEW: Better support of menu bar exported through DBus.
* NEW: Only the Application.MainWindow menubar is exported through DBus.
- - - - -
d85c9a25 by gambas at 2020-09-16T02:40:34+02:00
Make component compile again.
[GB.QT4]
* BUG: Make component compile again.
- - - - -
2f38f3bc by gambas at 2020-09-16T02:40:44+02:00
Breeze and oxygen theme fixes should not crash anymore.
[GB.QT4]
BUG: Breeze and oxygen theme fixes should not crash anymore.
[GB.QT5]
* BUG: Breeze and oxygen theme fixes should not crash anymore.
- - - - -
a49c41e8 by gambas at 2020-09-16T02:43:07+02:00
UdpSocket: writing does not crash anymore if the target is not defined.
[GB.NET]
* BUG: UdpSocket: writing does not crash anymore if the target is not defined.
- - - - -
99b7bf1b by gambas at 2020-09-16T02:43:33+02:00
Log is now disabled by default.
[GB.WEB.GUI]
* BUG: Log is now disabled by default. Setting the GB_WEB_GUI_DEBUG environment variable to "1" enables it.
- - - - -
c24d4207 by gambas at 2020-09-16T02:44:57+02:00
UdpSocket: Fix declaration of SourcePath property.
[GB.NET]
* BUG: UdpSocket: Fix declaration of SourcePath property.
- - - - -
bf363022 by gambas at 2020-09-16T02:45:09+02:00
Message: text is not vertically truncated anymore when using a GTK+ component.
[GB.GUI.BASE]
* BUG: Message: text is not vertically truncated anymore when using a GTK+ component.
- - - - -
c8daee18 by gambas at 2020-09-16T02:45:20+02:00
Drawing a null rich text string does not crash anymore.
[GB.GTK]
* BUG: Drawing a null rich text string does not crash anymore.
[GB.GTK3]
* BUG: Drawing a null rich text string does not crash anymore.
- - - - -
1babdb7f by gambas at 2020-09-16T02:45:30+02:00
Fix search result line numbers.
[DEVELOPMENT ENVIRONMENT]
* BUG: Fix search result line numbers.
- - - - -
a3348688 by gambas at 2020-09-16T02:45:43+02:00
Make compiler and runtime errors tooltips more readable.
[DEVELOPMENT ENVIRONMENT]
* BUG: Make compiler and runtime errors tooltips more readable.
- - - - -
b6f7ca7f by gambas at 2020-09-16T02:45:54+02:00
Form editor: Do not set the Name property if a virtual control has no Name property.
[DEVELOPMENT ENVIRONMENT]
* BUG: Form editor: Do not set the Name property if a virtual control has no Name property.
- - - - -
dda45f82 by gambas at 2020-09-16T02:46:06+02:00
WebComboBox: Use the 'onclick' event instead of 'onselect', so that initial click on first list element is detected.
[GB.WEB.GUI]
* BUG: WebComboBox: Use the 'onclick' event instead of 'onselect', so that initial click on first list element is detected.
- - - - -
3bae94de by gambas at 2020-09-16T02:46:16+02:00
Report.Print() now works correctly whatever the toolkit or the printer.
[GB.REPORT2]
* BUG: Report.Print() now works correctly whatever the toolkit or the printer.
* BUG: Checking or unchecking the grayscale checkbox now correctly refreshes the preview.
- - - - -
e5e4aaff by gambas at 2020-09-16T02:46:25+02:00
ToolBar: Configuration of toolbars having the same key but on different forms are now distinct.
[GB.FORM.MDI]
* BUG: ToolBar: Configuration of toolbars having the same key but on different forms are now distinct.
- - - - -
a9137bf1 by gambas at 2020-09-16T02:46:35+02:00
Use substitutes for missing components only in the help browser.
[DEVELOPMENT ENVIRONMENT]
* BUG: Use substitutes for missing components only in the help browser.
- - - - -
e7f89e18 by gambas at 2020-09-16T02:46:44+02:00
TerminalView: Ignore window manipulations sequences.
[GB.FORM.TERMINAL]
* NEW: TerminalView: Ignore window manipulations sequences ("ESC [ ... t").
- - - - -
80eecbaa by gambas at 2020-09-16T02:46:54+02:00
Some fixes in translation support.
[INTERPRETER]
* BUG: Fix possible buffer overflow on localisation environment variables..
* BUG: Always define LC_ALL and LANG with the effective language chosen.
* BUG: Use the current language to load translations, not what setlocale() returns.
- - - - -
bad4668b by gambas at 2020-09-16T02:47:02+02:00
Disable jit compiler if no compiler is found.
[INTERPRETER]
* NEW: Disable jit compiler if no compiler is found.
[GB.JIT]
* NEW: Don't crash if no compiler is found, but just tell the interpreter.
- - - - -
dd035319 by gambas at 2020-09-17T13:11:33+02:00
If no language environment variable is defined, use "C" locale instead of "en_US".
[INTERPRETER]
* NEW: Add process id in warning messages.
* BUG: If no language environment variable is defined, use "C" locale instead of "en_US".
- - - - -
fed63dfe by gambas at 2020-09-17T13:11:43+02:00
WebComboBox: Setting the text on editable comboboxes correctly sets the Index property and raises the Click event.
[GB.WEB.GUI]
* BUG: WebComboBox: Setting the text on editable comboboxes correctly sets the Index property and raises the Click event.
- - - - -
064b46f6 by gambas at 2020-09-17T13:11:53+02:00
Code editor: Hitting F2 on a non-existing label does not crash anymore.
[DEVELOPMENT ENVIRONMENT]
* BUG: Code editor: Hitting F2 on a non-existing label does not crash anymore.
- - - - -
6927feaf by gambas at 2020-09-17T13:12:42+02:00
Switch to version 3.15.2.
[CONFIGURATION]
* NEW: Switch to version 3.15.2.
- - - - -
30 changed files:
- VERSION
- app/src/gambas3/.src/Component/CComponent.class
- app/src/gambas3/.src/Component/CDocumentation.class
- app/src/gambas3/.src/Editor/Code/FEditor.class
- app/src/gambas3/.src/Editor/Form/FForm.class
- app/src/gambas3/.src/Exported/TextEditor.class
- app/src/gambas3/.src/FMain.class
- app/src/gambas3/.src/Search/FSearch.class
- app/src/gambas3/.src/VersionControl/FVersionError.form
- app/src/gambas3/.src/Welcome/FSystemInfo.class
- app/src/gambas3/.src/Welcome/FSystemInfo.form
- comp/src/gb.db.form/.component
- comp/src/gb.db.form/.connection/Connection4.connection
- comp/src/gb.db.form/.icon.png
- comp/src/gb.db.form/.project
- comp/src/gb.db.form/.src/DataComboView.class
- comp/src/gb.db.form/.src/DataSource.class
- comp/src/gb.db.form/.src/FBrowser.form
- comp/src/gb.db.form/.src/Test/FTest.class
- comp/src/gb.db.form/.src/Test/FTest.form
- comp/src/gb.desktop/.src/Desktop.class
- comp/src/gb.form.editor/.src/CDocument.class
- comp/src/gb.form.editor/.src/TextEditor.class
- comp/src/gb.form.editor/.src/test/FTestEditor.class
- comp/src/gb.form.editor/.src/test/FTestEditor.form
- comp/src/gb.form.mdi/.component
- comp/src/gb.form.mdi/.project
- comp/src/gb.form.mdi/.src/Action/MAction.module
- comp/src/gb.form.mdi/.src/ToolBar/FToolBar.class
- comp/src/gb.form.mdi/.src/ToolBar/ToolBar.class
View it on GitLab: https://gitlab.com/gambas/gambas/-/compare/98e29cfa8823db4fc93d4159d9df1a03d4eb5369...6927feafd79e04d66f78292e0cfeff81a51365a5
--
View it on GitLab: https://gitlab.com/gambas/gambas/-/compare/98e29cfa8823db4fc93d4159d9df1a03d4eb5369...6927feafd79e04d66f78292e0cfeff81a51365a5
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/20200917/5dd8d783/attachment-0001.htm>
More information about the Notification
mailing list