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

[Git][gambas/gambas][stable] 15 commits: GridView: Hitting the down arrow key now moves the cursor to the first cell...



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


Commits:
f40717d6 by Benoît Minisini at 2024-08-11T19:28:20+02:00
GridView: Hitting the down arrow key now moves the cursor to the first cell when the first column is hidden.

[GB.GUI.BASE]
* BUG: GridView: Hitting the down arrow key now moves the cursor to the first cell when the first column is hidden.

- - - - -
6906f1d3 by Benoît Minisini at 2024-08-11T19:30:13+02:00
Use both 'pkg-config' and hardcoded paths to search for unixodbc libraries.

[GB.DB.ODBC]
* NEW: Use both 'pkg-config' and hardcoded paths to search for unixodbc libraries.

- - - - -
decb49be by Benoît Minisini at 2024-08-11T19:30:43+02:00
Update to 3.19.4 version.

- - - - -
39c2afcc by Benoît Minisini at 2024-08-11T19:31:32+02:00
Finish support for KDE6 password wallet.

[GB.DESKTOP]
* NEW: Finish support for KDE6 password wallet.

- - - - -
b396fed2 by Benoît Minisini at 2024-08-11T19:35:07+02:00
HttpClient: PostFile() works correctly again.

[GB.NET.CURL]
* BUG: HttpClient: PostFile() works correctly again.

- - - - -
1ee76de8 by Benoît Minisini at 2024-08-11T19:35:40+02:00
System information dialog: Do not crash if '/lib' or '/lib64' directory does not exist.

[DEVELOPMENT ENVIRONMENT]
* BUG: System information dialog: Do not crash if '/lib' or '/lib64' directory does not exist.

- - - - -
5e55617a by Benoît Minisini at 2024-08-11T20:07:19+02:00
Fix the conversion from string to floating point values.

[INTERPRETER]
* BUG: Fix the conversion from string to floating point values when the
  decimal part starts with a number of zeros greater than the floating
  point number precision (15 digits, integer part included).

- - - - -
766f7e47 by Benoît Minisini at 2024-08-11T20:07:36+02:00
Really fix the conversion from string to floating point values.

[INTERPRETER]
* BUG: Really fix the conversion from string to floating point values.

- - - - -
6081f2a7 by Benoît Minisini at 2024-08-11T20:08:01+02:00
Setting a custom cursor does not crash anymore.

[GB.GTK]
* BUG: Setting a custom cursor does not crash anymore.

[GB.GTK3]
* BUG: Setting a custom cursor does not crash anymore.

- - - - -
9842481b by Benoît Minisini at 2024-08-11T20:08:12+02:00
Fix the use of a now deprecated API.

[GB.GTK3.WEBVIEW]
* BUG: Fix the use of a now deprecated API.

- - - - -
56d94938 by Benoît Minisini at 2024-08-11T20:08:28+02:00
WAIT with no arguments process only one event once, and so cannot loop indefinitely anymore.

[GB.GTK]
* BUG: WAIT with no arguments process only one event once, and so cannot loop indefinitely anymore.

[GB.GTK3]
* BUG: WAIT with no arguments process only one event once, and so cannot loop indefinitely anymore.

- - - - -
58d710b3 by Benoît Minisini at 2024-08-11T20:08:45+02:00
Correctly remove background tasks temporary directory when they terminate.

[INTERPRETER]
* BUG: Correctly remove background tasks temporary directory when they terminate.

- - - - -
39de3c3f by Benoît Minisini at 2024-08-11T20:11:31+02:00
ComboBox: The 'Drop' property is correctly kept when the ReadOnly property changes.

[GB.GUI.BASE]
* BUG: ComboBox: The 'Drop' property is correctly kept when the ReadOnly property changes.

- - - - -
69273948 by Benoît Minisini at 2024-08-11T20:12:15+02:00
Menu editor: Hide properties that are not implemented by the GUI component.

[DEVELOPMENT ENVIRONMENT]
* NEW: Menu editor: Hide properties that are not implemented by the GUI component.

- - - - -
53ec8d2a by Benoît Minisini at 2024-08-11T21:02:30+02:00
Fix some typo and compilation warnings.

[GB.GTK]
* BUG: Fix some compilation warnings.

[GB.GTK3]
* BUG: Fix some compilation warnings.

[GB.NET.CURL]
* BUG: Fix typo.

- - - - -


23 changed files:

- VERSION
- app/src/gambas3/.src/Editor/Form/FMenu.class
- app/src/gambas3/.src/Editor/Form/FMenu.form
- app/src/gambas3/.src/Welcome/FSystemInfo.class
- comp/src/gb.desktop/.src/_Desktop_Passwords.class
- comp/src/gb.gui.base/.component
- comp/src/gb.gui.base/.project
- comp/src/gb.gui.base/.src/ComboBox/ComboBox.class
- comp/src/gb.gui.base/.src/GridView/GridView.class
- comp/src/gb.gui.base/.src/GridView/_GridView_Columns.class
- comp/src/gb.gui.base/.version
- gb.db.odbc/configure.ac
- gb.gtk/src/gapplication.cpp
- gb.gtk/src/gcontrol.cpp
- gb.gtk/src/gcontrol.h
- gb.gtk/src/gtextarea.cpp
- gb.gtk/src/main.cpp
- gb.gtk3/src/main.cpp
- gb.gtk3/src/webview/c_webview.c
- gb.net.curl/src/CHttpClient.c
- main/gbx/gbx_number.c
- main/share/gb_file_temp.h
- version.m4


View it on GitLab: https://gitlab.com/gambas/gambas/-/compare/3955eed5fcd3d4979b0b5ef7b26bfba88f727514...53ec8d2a37a2ceca7e022f84c9109100e80e8410

-- 
View it on GitLab: https://gitlab.com/gambas/gambas/-/compare/3955eed5fcd3d4979b0b5ef7b26bfba88f727514...53ec8d2a37a2ceca7e022f84c9109100e80e8410
You're receiving this email because of your account on gitlab.com.