[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Git][gambas/gambas][stable] 23 commits: Connection: Correctly handle database drivers not supporting 'RETURNING' or...
[Thread Prev] | [Thread Next]
- Subject: [Git][gambas/gambas][stable] 23 commits: Connection: Correctly handle database drivers not supporting 'RETURNING' or...
- From: Benoît Minisini (@bminisini) <gitlab@xxxxxxxxxxxxx>
- Reply-to: noreply@xxxxxxxxxx
- Date: Tue, 05 Nov 2024 00:37:20 +0000
- To: notification@xxxxxxxxxxxxxxxxxxxxxx
Benoît Minisini pushed to branch stable at Gambas / gambas Commits: bf544882 by Benoît Minisini at 2024-11-05T01:16:46+01:00 Connection: Correctly handle database drivers not supporting 'RETURNING' or 'INSERT IF NOT EXIST' features when calling the Create() method. [GB.DB] * BUG: Connection: Correctly handle database drivers not supporting 'RETURNING' or 'INSERT IF NOT EXIST' features when calling the Create() method. - - - - - d3e1dc96 by Benoît Minisini at 2024-11-05T01:17:02+01:00 'Paint.PathExtents' now takes the transformation matrix into account like GTK+ components. [GB.QT4] * BUG: 'Paint.PathExtents' now takes the transformation matrix into account like GTK+ components. [GB.QT5] * BUG: 'Paint.PathExtents' now takes the transformation matrix into account like GTK+ components. [GB.QT6] * BUG: 'Paint.PathExtents' now takes the transformation matrix into account like GTK+ components. - - - - - 62824c37 by Benoît Minisini at 2024-11-05T01:17:17+01:00 Do not crash on postponed focus management when destroying a control that will get the focus. [GB.GTK] * BUG: Do not crash on postponed focus management when destroying a control that will get the focus. [GB.GTK3] * BUG: Do not crash on postponed focus management when destroying a control that will get the focus. - - - - - dc8dbbf2 by Benoît Minisini at 2024-11-05T01:17:35+01:00 Window: Fix 'Activate' event management. [GB.GTK] * BUG: Window: Fix 'Activate' event management. [GB.GTK3] * BUG: Window: Fix 'Activate' event management. - - - - - bf88d5ba by Benoît Minisini at 2024-11-05T01:17:47+01:00 Project properties dialog: Ignore broken symbolic links when computing statistics. [DEVELOPMENT ENVIRONMENT] * BUG: Project properties dialog: Ignore broken symbolic links when computing statistics. - - - - - b8decaca by Benoît Minisini at 2024-11-05T01:19:00+01:00 Correctly initialize the PaintMatrix interface when using PaintMatrix() the first time. [GB.DRAW] * BUG: Correctly initialize the PaintMatrix interface when using PaintMatrix() the first time. - - - - - 3814b649 by Bruce Steers at 2024-11-05T01:19:20+01:00 Fix DirChooser/FileChooser private bookmarks. [GB.FORM] * BUG: force rechecking of items in DirChooser when setting private bookmarks - - - - - 067e4ffc by Benoît Minisini at 2024-11-05T01:19:31+01:00 Fix Instr() and RInstr() when searching one character while ignoring case. [INTERPRETER] * BUG: Fix Instr() and RInstr() when searching one character while ignoring case. - - - - - c7b9742a by Benoît Minisini at 2024-11-05T01:19:46+01:00 TreeView: Parent items of matching filtered items are always visible, even if they do not match the filter. [GB.GUI.BASE] * NEW: TreeView: Parent items of matching filtered items are always visible, even if they do not match the filter. - - - - - 658542f4 by Benoît Minisini at 2024-11-05T01:19:56+01:00 Forgot to mark the 'gb.gtk3' component as stable. [GB.GTK3] * BUG: Forgot to mark the 'gb.gtk3' component as stable. - - - - - f5f223ed by Benoît Minisini at 2024-11-05T01:20:09+01:00 Replace my deprecated e-mail by the current one in the tips files. [DEVELOPMENT ENVIRONMENT] * BUG: Replace my deprecated e-mail by the current one in the tips files. - - - - - 6adafeb3 by Benoît Minisini at 2024-11-05T01:20:21+01:00 Color chooser dialog: Fix margin when only a free color can be chosen. [DEVELOPMENT ENVIRONMENT] * BUG: Color chooser dialog: Fix margin when only a free color can be chosen. - - - - - 7cbfdbff by Benoît Minisini at 2024-11-05T01:20:32+01:00 Replace my deprecated e-mail by the current one in the 'AUTHORS' file. [CONFIGURATION] * BUG: Replace my deprecated e-mail by the current one in the 'AUTHORS' file. - - - - - e056c34e by Benoît Minisini at 2024-11-05T01:20:43+01:00 Add Martin Belmonte to the list of translators. [CONFIGURATION] * NEW: Add Martin Belmonte to the list of translators. - - - - - d4ec9532 by Benoît Minisini at 2024-11-05T01:21:22+01:00 Remove 'QT.Notify()' from header file. [GB.QT4] * BUG: Remove 'QT.Notify()' from header file. - - - - - e50ee7d0 by Benoît Minisini at 2024-11-05T01:23:32+01:00 Print a warning message if creating the application desktop file fails, instead of crashing. [GB.GUI.BASE] * BUG: Print a warning message if creating the application desktop file fails, instead of crashing. [GB.QT4] * BUG: Remove the unused 'QT.Notify()' internal API. [GB.QT5] * BUG: Remove the unused 'QT.Notify()' internal API. - - - - - d32a7fc7 by Benoît Minisini at 2024-11-05T01:24:31+01:00 'Array.Type' property now returns 'gb.Object' when the array elements are object, not a truncated value of a class pointer. [INTERPRETER] * BUG: 'Array.Type' property now returns 'gb.Object' when the array elements are object, not a truncated value of a class pointer. - - - - - 44923f06 by Benoît Minisini at 2024-11-05T01:25:03+01:00 TextHighlighter: Fix regular expression matching in 'javascript' highlighter. [GB.HIGHLIGHT] * BUG: TextHighlighter: Fix regular expression matching in 'javascript' highlighter. - - - - - e6074afe by Benoît Minisini at 2024-11-05T01:25:14+01:00 Fix window action trigger. [GB.GTK] * BUG: Fix window action trigger. [GB.GTK3] * BUG: Fix window action trigger. - - - - - 50461ae7 by Benoît Minisini at 2024-11-05T01:25:23+01:00 Ignore errors when restauring authorizations on file save. [DEVELOPMENT ENVIRONMENT] * BUG: Ignore errors when restauring authorizations on file save. 'CHMOD' can fail on Samba shares. - - - - - 142e50d1 by Benoît Minisini at 2024-11-05T01:25:34+01:00 Form editor: Prevent a normally impossible error when clicking on controls. [DEVELOPMENT ENVIRONMENT] * BUG: Form editor: Prevent a normally impossible error when clicking on controls. - - - - - 885078e0 by Benoît Minisini at 2024-11-05T01:25:42+01:00 Remove include of 'engine.h', as OpenSSL engines are deprecated, and even removed in latest Fedora. [GB.OPENSSL] * BUG: Remove include of 'engine.h', as OpenSSL engines are deprecated, and even removed in latest Fedora. - - - - - 0dd3f72f by Benoît Minisini at 2024-11-05T01:36:42+01:00 Switch to version 3.19.6. [CONFIGURATION] * NEW: Switch to version 3.19.6. - - - - - 30 changed files: - AUTHORS - VERSION - app/src/gambas3/.src/Dialog/FColorChooser.class - app/src/gambas3/.src/Dialog/FColorChooser.form - app/src/gambas3/.src/Editor/Form/FForm.class - app/src/gambas3/.src/Project/FProjectProperty.class - app/src/gambas3/.src/Save.module - app/src/gambas3/tips/tips.ca.txt - app/src/gambas3/tips/tips.cs.txt - app/src/gambas3/tips/tips.de.txt - app/src/gambas3/tips/tips.en.txt - app/src/gambas3/tips/tips.es.txt - app/src/gambas3/tips/tips.fr.txt - app/src/gambas3/tips/tips.it.txt - app/src/gambas3/tips/tips.nl.txt - app/src/gambas3/tips/tips.pl.txt - app/src/gambas3/tips/tips.ru.txt - app/src/gambas3/tips/tips.sl.txt - app/src/gambas3/tips/tips.sv.txt - app/src/gambas3/tips/tips.tr.txt - app/src/gambas3/tips/tips.zh.txt - app/src/gambas3/tips/tips.zh_TW.txt - comp/src/gb.form/.src/File/Bookmark/CBookmarkList.class - comp/src/gb.form/.src/File/Chooser/FDirChooser.class - comp/src/gb.gui.base/.src/TreeView/_TreeView.class - comp/src/gb.gui.base/.src/TreeView/_TreeView_Item.class - comp/src/gb.gui.base/.src/_Gui.class - comp/src/gb.highlight/highlight/javascript.highlight - gb.gtk/src/CWindow.cpp - gb.gtk/src/gapplication.cpp View it on GitLab: https://gitlab.com/gambas/gambas/-/compare/7523e7dd3a6dba6a9a590e5439b701b90b8d1f42...0dd3f72fe527df50d18f37529d05e52d7e35ecc7 -- View it on GitLab: https://gitlab.com/gambas/gambas/-/compare/7523e7dd3a6dba6a9a590e5439b701b90b8d1f42...0dd3f72fe527df50d18f37529d05e52d7e35ecc7 You're receiving this email because of your account on gitlab.com.