gambas
e2eabcdb29
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.
2020-08-21 01:31:19 +02:00
gambas
362e6ce64d
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.
2020-08-20 21:44:24 +02:00
gambas
97be8e7f9b
UdpSocket: Correctly declare multicast virtual class.
...
[GB.NET]
* BUG: UdpSocket: Correctly declare multicast virtual class.
2020-08-20 13:54:32 +02:00
gambas
ea6c2d6074
Wayland compositors and client-side decorations support.
...
[GB.GTK3]
* BUG: Popups now work on Wayland compositors.
* BUG: Support for client-side decorations.
2020-08-20 01:45:35 +02:00
gambas
ccb5471dcf
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.
2020-08-20 01:41:34 +02:00
gambas
796ec29fbb
Merge branch 'master' of https://gitlab.com/gambas/gambas
2020-08-20 01:37:54 +02:00
gambas
6a505680e2
DataComboView: Handle keyboard shortcuts: Space, Enter, Down, and Escape key.
...
[GB.DB.FORM]
* NEW: DataComboView: Handle keyboard shortcuts: Space, Enter, Down, and Escape key.
2020-08-20 01:37:47 +02:00
Benoît Minisini
182db8d45c
Merge branch 'master' into 'master'
...
Correct poppler version detection
See merge request gambas/gambas!153
2020-08-19 09:48:51 +00:00
Bastian Germann
f00ddb5f9a
Correct poppler version detection
...
[GB.PDF]
* BUG: Correct poppler version detection
2020-08-19 07:24:26 +00:00
gambas
0112bcdd93
UdpSocket: Fix multicast support.
...
[GB.NET]
* BUG: UdpSocket: Fix multicast support.
2020-08-18 23:36:30 +02:00
gambas
a86cb7430f
UpdSocket: Add multicast support.
...
[GB.NET]
* NEW: UpdSocket: Add multicast support.
2020-08-18 23:16:05 +02:00
gambas
5be18a279d
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.
2020-08-18 10:59:20 +02:00
gambas
d9701a986e
Merge branch 'master' of gitlab.com:gambas/gambas
2020-08-11 14:16:42 +02:00
gambas
aeaf81023a
Fix component sorting.
...
[DEVELOPMENT ENVIRONMENT]
* BUG: Fix component sorting.
* BUG: VersionControl: Error message is now top aligned.
* NEW: System information dialog: Add GDK library.
2020-08-11 14:16:28 +02:00
gambas
b00a552f62
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.
2020-08-11 14:13:34 +02:00
Tobias Boege
62823aed08
gb.test: Improve diagnostics of Approximate assertions
...
[GB.TEST]
* BUG: Improve diagnostics of Approximate and RelativeApproximate assertions, showing the original values too.
2020-08-09 22:11:07 +02:00
gambas
1eb943644e
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).
2020-08-03 02:33:15 +02:00
gambas
0720b6763d
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.
2020-08-03 02:22:02 +02:00
gambas
ff5541cdb9
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.
2020-08-03 00:21:49 +02:00
gambas
8af699ce91
Correctly handle "~" in database directories.
...
[GB.DB.SQLITE2]
* BUG: Correctly handle "~" in database directories.
[GB.DB.SQLITE3]
* BUG: Correctly handle "~" in database directories.
2020-08-02 21:14:15 +02:00
gambas
577fe110ba
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.
2020-08-02 21:01:36 +02:00
gambas
ccf354c19a
The interpreter can compile without 'libffi' again.
...
[INTERPRETER]
* BUG: The interpreter can compile without 'libffi' again.
2020-08-01 23:35:37 +02:00
gambas
a3ee48178a
TrayIcon: Update the DBus menu only if necessary.
...
[GB.DBUS.TRAYICON]
* BUG: TrayIcon: Update the DBus menu only if necessary.
2020-07-29 22:12:20 +02:00
gambas
22afec7de4
On KDE5, don't try to use old KDE4 wallet if it is not available.
...
[GB.DESKTOP]
* BUG: On KDE5, don't try to use old KDE4 wallet if it is not available.
2020-07-29 11:45:41 +02:00
gambas
9940903a33
Version control: Fix git branch listing.
...
[DEVELOPMENT ENVIRONMENT]
* BUG: Version control: Fix git branch listing.
2020-07-29 11:33:48 +02:00
gambas
cb36b49ed0
Search dialog: Global replace does not lock text editors anymore.
...
[DEVELOPMENT ENVIRONMENT]
* BUG: Search dialog: Global replace does not lock text editors anymore.
2020-07-28 15:01:12 +02:00
gambas
0e4f68da94
Really really fix '&=' operator optimization.
...
[INTERPRETER]
* BUG: Really really fix '&=' operator optimization.
2020-07-27 20:39:21 +02:00
gambas
0840c58508
Get rid of a warning by using snprintf() instead of strncpy().
...
[GB.DB.ODBC]
* BUG: Get rid of a warning by using snprintf() instead of strncpy().
2020-07-25 11:49:01 +02:00
gambas
9c19ba0a7a
Fix compression of void files.
...
[DEVELOPMENT ENVIRONMENT]
* BUG: Compressing or uncompressing a file now marks the project as modified.
* BUG: Compressing a void file does not crash anymore.
2020-07-25 10:54:56 +02:00
gambas
323100a39c
Setting action tooltip does not crash anymore on menus.
...
[GB.GUI.BASE]
* BUG: Setting action tooltip does not crash anymore on menus.
2020-07-19 00:51:54 +02:00
gambas
84706609eb
Automatically set the $EDITOR environmental variable if not set.
...
[DEVELOPMENT ENVIRONMENT]
* NEW: Update French translation.
* NEW: Automatically set the $EDITOR environmental variable if not set.
* NEW: If not editor is found for $EDITOR, display a warning message.
2020-07-18 16:09:23 +02:00
gambas
f009a3a3dd
Merge branch 'master' of gitlab.com:gambas/gambas
2020-07-18 12:56:59 +02:00
gambas
b6f17aca00
Disable 'Run with' menu when the debugger is running.
...
[DEVELOPMENT ENVIRONMENT]
* BUG: Disable 'Run with' menu when the debugger is running.
* NEW: Change the 'Run' menu into 'Continue' when the debugger is running.
2020-07-18 12:56:41 +02:00
Christof Thalhofer
fffe0cc8db
gb.test ignore case in test fixtures' method names
...
[GB.TEST]
* BUG: gb.test ignore case of method names of test fixtures
2020-07-18 12:45:31 +02:00
gambas
17ab56cfde
Merge the PostgreSQL 12 ArchLinux patch from Laurent Carlier.
...
[GB.DB.POSTGRESQL]
* BUG: Merge the PostgreSQL 12 ArchLinux patch from Laurent Carlier.
2020-07-14 16:20:38 +02:00
gambas
d32f54508d
Try to workaround a possible stupid PostgreSQL define again.
...
[GB.DB.POSTGRESQL]
* BUG: Try to workaround a possible stupid PostgreSQL define again.
2020-07-14 14:47:39 +02:00
gambas
e6b383cf65
Workaround a stupid postgresql #define.
...
[GB.DB.POSTGRESQL]
* BUG: Workaround a stupid postgresql #define.
2020-07-13 19:03:55 +02:00
gambas
95ea5cd72c
Better fix for '&=' operator optimization.
...
[INTERPRETER]
* BUG: Better fix for '&=' operator optimization.
2020-07-13 16:00:17 +02:00
gambas
7c56865d97
Fix '&=' operator optimization when the added string is void.
...
[INTERPRETER]
* BUG: Fix '&=' operator optimization when the added string is void.
2020-07-13 15:41:12 +02:00
gambas
3c7d85ba85
Remove some useless X11-related includes.
...
[GB.QT4]
* BUG: Remove some useless X11-related includes.
[GB.QT5]
* BUG: Remove some useless X11-related includes.
2020-07-11 13:53:29 +02:00
gambas
47909d2657
Project property dialog: remove white background color of icon button.
...
[DEVELOPMENT ENVIRONMENT]
* BUG: Project property dialog: remove white background color of icon button.
2020-07-09 13:26:18 +02:00
gambas
ef7fce00d4
Fix a typo in an help comment.
...
[GB.TEST]
* BUG: Fix a typo in an help comment.
2020-07-09 13:25:24 +02:00
gambas
c45afb88ed
Fix again automatic insertion of string delimiters.
...
[GB.FORM.EDITOR]
* BUG: Fix again automatic insertion of string delimiters.
2020-07-09 13:24:02 +02:00
gambas
fd985748b2
Make terminal output visible at program's end.
...
[DEVELOPMENT ENVIRONMENT]
* NEW: Update Gambas 16 Medium font.
* BUG: Always ensure that the terminal bottom is visible once a program or a test is finished.
* BUG: Send the test suite name and not the full test list to the tested program.
2020-07-08 02:22:35 +02:00
gambas
ac90ecff3d
Update version to 3.15.90.
...
[CONFIGURATION]
* NEW: Update version to 3.15.90.
2020-07-07 20:30:03 +02:00
gambas
8a8c10d57c
Update TODO file.
...
[CONFIGURATION]
* NEW: Update TODO file.
2020-07-04 12:03:40 +02:00
Benoît Minisini
6d6f99887a
Merge branch 'master' into 'master'
...
Updated brazilian portuguese translations
See merge request gambas/gambas!150
2020-07-04 09:52:12 +00:00
gambas
4b34a2b9d5
Settings: Add a few methods and properties.
...
[GB.SETTINGS]
* NEW: Settings.Count is a new property that returns the total number of settings.
* NEW: Settings.Exist() is a new method that return if a specific settings key is set.
* NEW: Settings.Keys.Count is a new property that returns the number of children slots.
* NEW: Settings.Keys.Exist() is a new method that returns if a specific child slot exists.
* NEW: Settings.Keys.All is a new property that returns an array of all children slot keys.
2020-07-03 01:55:06 +02:00
gambas
7923d08a41
WebComboBox: Fix initial value of the Index property.
...
[GB.WEB.GUI]
* BUG: WebComboBox: Fix initial value of the Index property.
2020-07-02 22:51:00 +02:00
gambas
0423ce0dfb
Fix a badly written code that crashes on 32-bits CPU.
...
[GB.JIT]
* BUG: Fix a badly written code that crashes on 32-bits CPU.
2020-07-02 22:35:07 +02:00