[Gambas-Notification] [Git][gambas/gambas][stable] 25 commits: Adapt GetRecordCount() to the SQLite ODBC database driver.

Benoît Minisini (@bminisini) gitlab at mg.gitlab.com
Tue Sep 7 03:55:05 CEST 2021



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


Commits:
5735d32a by gambas at 2021-09-07T03:29:34+02:00
Adapt GetRecordCount() to the SQLite ODBC database driver.

[GB.DB.ODBC]
* BUG: Adapt GetRecordCount() to the SQLite ODBC database driver.

- - - - -
51f538b8 by gambas at 2021-09-07T03:31:03+02:00
MaskBox: Make cursor moves more clever.

[GB.FORM]
* NEW: MaskBox: Make cursor moves more clever.

- - - - -
19af62f0 by gambas at 2021-09-07T03:31:21+02:00
Don't crash when hitting Backspace at the beginning of the editable text.

[GB.FORM]
* BUG: MaskBox: Don't crash when hitting Backspace at the beginning of the editable text.

- - - - -
e989b0a7 by gambas at 2021-09-07T03:31:33+02:00
Rich text support for '<pre>' markup. Fix rich text paragraph and title line breaks.

[GB.GTK]
* NEW: Rich text support for '<pre>' markup.
* BUG: Fix rich text paragraph and title line breaks.

[GB.GTK3]
* NEW: Rich text support for '<pre>' markup.
* BUG: Fix rich text paragraph and title line breaks.

- - - - -
96510c63 by gambas at 2021-09-07T03:31:42+02:00
Fix startup initialization.

[GB.GTK3]
* BUG: Fix startup initialization.

- - - - -
7b2a11fa by gambas at 2021-09-07T03:32:00+02:00
TrayIcon: Change the icon name each time the Picture property changes, to force the system tray to reload it.

[GB.DBUS.TRAYICON]
* BUG: TrayIcon: Change the icon name each time the Picture property changes, to force the system tray to reload it.

- - - - -
5d2d9844 by gambas at 2021-09-07T03:32:10+02:00
Fix desktop standard paths computation when there is no explicit configuration file.

[GB.DESKTOP]
* BUG: Fix desktop standard paths computation when there is no explicit configuration file.

- - - - -
21ac0250 by gambas at 2021-09-07T03:32:20+02:00
MaskBox: Handle space separators correctly when setting the Text property..

[GB.FORM]
* BUG: MaskBox: Handle space separators correctly when setting the Text property.

- - - - -
0e10f73e by gambas at 2021-09-07T03:32:28+02:00
Fix Font.RichTextSize().

[GB.GTK]
* BUG: Fix Font.RichTextSize().

[GB.GTK3]
* BUG: Fix Font.RichTextSize().

- - - - -
b43f5389 by gambas at 2021-09-07T03:33:02+02:00
Form editor: Image properties can be set without error.

[DEVELOPMENT ENVIRONMENT]
* BUG: Form editor: Image properties can be set without error.

- - - - -
4e97cdb7 by gambas at 2021-09-07T03:33:12+02:00
Workspace: Activating an unknown window is nw silently ignored.

[GB.FORM.MDI]
* BUG: Workspace: The Add() method now can safely move a window from a workspace to another workspace.
* BUG: Workspace: Activating an unknown window is nw silently ignored.

- - - - -
9b538e7d by gambas at 2021-09-07T03:33:22+02:00
MaskBox: Fix cursor move when inserting a character in a filled mask pattern.

[GB.FORM]
* NEW: ButtonBox: Raise the Validate event.
* BUG: MaskBox: Fix cursor move when inserting a character in a filled mask pattern.

* BUG: MaskBox: Handle space separators correctly when setting the Text property.

- - - - -
fea9c3b4 by gambas at 2021-09-07T03:33:39+02:00
Fix popup menu behaviour.

[GB.GTK]
* BUG: Make popup menu event behave the same way as in Qt components.
* BUG: Menu.Popup() now works correctly the opened menu is not defined in the window of the click event.

[GB.GTK3]
* BUG: Make popup menu event behave the same way as in Qt components.
* BUG: Menu.Popup() now works correctly the opened menu is not defined in the window of the click event.

- - - - -
dec2d7af by gambas at 2021-09-07T03:33:50+02:00
Splitter: Fix how the panels follow the mouse on resize.

[GB.GUI.BASE]
* BUG: Splitter: Fix how the panels follow the mouse on resize.

- - - - -
4bdcacd8 by gambas at 2021-09-07T03:33:57+02:00
Fix mouse cursor management.

[GB.GTK]
* BUG: Fix mouse cursor management.

[GB.GTK3]
* BUG: Fix mouse cursor management.

- - - - -
b5b323c3 by gambas at 2021-09-07T03:34:05+02:00
Message: Correctly define the message title for standard message box style.

[GB.GUI.BASE]
* BUG: Message: Correctly define the message title for standard message box style.

- - - - -
59542a61 by gambas at 2021-09-07T03:34:13+02:00
Modal windows are now centered before being shown.

[GB.GTK]
* BUG: Modal windows are now centered before being shown.

[GB.GTK3]
* BUG: Modal windows are now centered before being shown.

- - - - -
24e95b89 by gambas at 2021-09-07T03:34:22+02:00
Realize the window widget before trying to center it, as we need the monitor it is displayed on.

[GB.GTK]
* BUG: Realize the window widget before trying to center it, as we need the monitor it is displayed on.

[GB.GTK3]
* BUG: Realize the window widget before trying to center it, as we need the monitor it is displayed on.

- - - - -
5ed1d908 by gambas at 2021-09-07T03:34:31+02:00
Creating a numeric field with a default value works correctly now.

[GB.DB.MYSQL]
* BUG: Creating a numeric field with a default value works correctly now.

- - - - -
5b3374ea by gambas at 2021-09-07T03:34:41+02:00
All UTF-8 charsets variants are now returned as "utf8".

[GB.DB.MYSQL]
* BUG: All UTF-8 charsets variants are now returned as "utf8".

- - - - -
70d52cb9 by gambas at 2021-09-07T03:34:52+02:00
DirBox: Correctly raise the Change event each time the contents actually changes.

[GB.FORM]
* BUG: DirBox: Correctly raise the Change event each time the contents actually changes.

- - - - -
375cb1dc by gambas at 2021-09-07T03:34:59+02:00
SliderBox: Always set both the SpinBox and the Slider, so that they keep being synchronized when the SliderBox has been locked.

[GB.FORM]
* BUG: SliderBox: Always set both the SpinBox and the Slider, so that they keep being synchronized when the SliderBox has been locked.

- - - - -
f2ff6587 by gambas at 2021-09-07T03:35:09+02:00
'zlib' inflate function sometimes returns an incorrect error code that lead to a crash.

[GB.COMPRESS.ZLIB]
* BUG: 'zlib' inflate function sometimes returns an incorrect error code that lead to a crash.

- - - - -
c4fcedd4 by gambas at 2021-09-07T03:35:16+02:00
TextEditor: Correctly reset the Alternate flag before starting highlighting text.

[GB.FORM.EDITOR]
* BUG: TextEditor: Correctly reset the Alternate flag before starting highlighting text.

- - - - -
9284dae5 by gambas at 2021-09-07T03:49:30+02:00
Help browser: Hide the print button, as printing is not yet implemented in the new Qt/GTK+ WebView controls.

[DEVELOPMENT ENVIRONMENT]
* BUG: Fix some tips rich text syntax.
* BUG: Help browser: Hide the print button, as printing is not yet implemented in the new Qt/GTK+ WebView controls.

- - - - -


30 changed files:

- app/src/gambas3/.src/Editor/Form/CControl.class
- app/src/gambas3/.src/Help/FHelpBrowser.class
- app/src/gambas3/.src/Help/FHelpBrowser.form
- app/src/gambas3/.src/Help/FTips.class
- app/src/gambas3/tips/tips.ca → app/src/gambas3/tips/tips.ca.txt
- app/src/gambas3/tips/tips.cs → app/src/gambas3/tips/tips.cs.txt
- app/src/gambas3/tips/tips.de → app/src/gambas3/tips/tips.de.txt
- app/src/gambas3/tips/tips.en → app/src/gambas3/tips/tips.en.txt
- app/src/gambas3/tips/tips.es → app/src/gambas3/tips/tips.es.txt
- app/src/gambas3/tips/tips.fr → app/src/gambas3/tips/tips.fr.txt
- app/src/gambas3/tips/tips.it → app/src/gambas3/tips/tips.it.txt
- app/src/gambas3/tips/tips.nl → app/src/gambas3/tips/tips.nl.txt
- app/src/gambas3/tips/tips.pl → app/src/gambas3/tips/tips.pl.txt
- app/src/gambas3/tips/tips.ru → app/src/gambas3/tips/tips.ru.txt
- app/src/gambas3/tips/tips.sl → app/src/gambas3/tips/tips.sl.txt
- app/src/gambas3/tips/tips.sv → app/src/gambas3/tips/tips.sv.txt
- app/src/gambas3/tips/tips.tr → app/src/gambas3/tips/tips.tr.txt
- app/src/gambas3/tips/tips.zh → app/src/gambas3/tips/tips.zh.txt
- app/src/gambas3/tips/tips.zh_TW → app/src/gambas3/tips/tips.zh_TW.txt
- comp/src/gb.dbus.trayicon/.src/TrayIcon.class
- comp/src/gb.desktop/.src/Main.module
- comp/src/gb.form.editor/.src/CDocument.class
- comp/src/gb.form.mdi/.component
- comp/src/gb.form.mdi/.project
- comp/src/gb.form.mdi/.src/Workspace/FWorkspace.class
- comp/src/gb.form/.project
- comp/src/gb.form/.src/Button/ButtonBox.class
- comp/src/gb.form/.src/File/DirBox.class
- comp/src/gb.form/.src/MaskBox.class
- + comp/src/gb.form/.src/MaskBox2.class


View it on GitLab: https://gitlab.com/gambas/gambas/-/compare/5ed2472225dfb2c66e15e87e7c696bdc0b2ae7e4...9284dae5ca24649e59697f8d4d4ecffc27894c56

-- 
View it on GitLab: https://gitlab.com/gambas/gambas/-/compare/5ed2472225dfb2c66e15e87e7c696bdc0b2ae7e4...9284dae5ca24649e59697f8d4d4ecffc27894c56
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/20210907/54606537/attachment-0001.htm>


More information about the Notification mailing list