gambas
61537d8e96
Add 'ubuntu bionic'.
2020-12-15 17:21:55 +01:00
gambas
e0ee49d296
Fix the standard date format, to ensure that 'IsDate(Str(Now))' is always TRUE.
...
[INTERPRETER]
* BUG: Fix the standard date format, to ensure that 'IsDate(Str(Now))' is always TRUE.
2020-12-15 17:19:38 +01:00
gambas
cb5d74f51c
Merge branch 'master' of gitlab.com:gambas/gambas
2020-12-15 14:50:57 +01:00
gambas
18f5c250fb
Tune the behaviour of message boxes.
...
[GB.GUI.BASE]
* NEW: Message: Provide default buttons if none are specified.
* NEW: Message: The message can only be closed by clicking on a button.
* NEW: Message: Focus on the cancel button by default.
2020-12-15 14:50:43 +01:00
Benoît Minisini
665712a50f
Update .gitlab-ci.yml
2020-12-15 13:15:45 +00:00
gambas
112c4ca49d
Fix project git root detection, and allow to include changes with the commit history in the file versioning dialog.
...
[DEVELOPMENT ENVIRONMENT]
* BUG: The git root directory including a project is now correctly detected when there is a symbolic link somewhere in the path.
* NEW: Versioning dialog: Add a checkbox that allows to include changes with the commit history. Only implemented for 'git' at the moment.
* NEW: Code editor: Make private symbols darker in the procedure list so that they are easier to read.
2020-12-15 13:42:17 +01:00
gambix
eae1ae5bc5
Merge branch 'master' of gitlab.com:gambas/gambas
2020-12-15 11:30:29 +01:00
gambas
e61e7583bc
Fix a buffer overflow that makes the component crash on aarch64.
...
[GB.GTK3]
* BUG: Fix a buffer overflow that makes the component crash on aarch64.
2020-12-12 22:44:57 +01:00
gambas
c316cbaaf1
Forgot to free the new date standard format string when it is not needed anymore.
...
[INTERPRETER]
* BUG: Forgot to free the new date standard format string when it is not needed anymore.
2020-12-12 20:10:15 +01:00
gambas
54713e71c5
Merge branch 'master' of gitlab.com:gambas/gambas
2020-12-12 17:38:50 +01:00
gambas
93659c3f7e
Str() on dates now return something valid for Val() and IsDate().
...
[INTERPRETER]
* NEW: Formatting a date with 'gb.Standard' now uses 'gb.MediumDate' concatenated to 'gb.MediumTime', as 'gb.GeneralDate' now is a different format.
* BUG: Str() now uses gb.Standard to format dates, so that Val() and IsDate() can understand them.
2020-12-12 17:36:00 +01:00
Benoît Minisini
ecb11f6552
Update .gitlab-ci.yml
2020-12-11 23:29:14 +00:00
Benoît Minisini
25b35ce3f3
Update .gitlab-ci.yml
2020-12-11 19:26:03 +00:00
gambas
c2242f5d59
Fix compilation on GTK+ < 3.22.
...
[GB.GTK]
* BUG: Fix some deprecation warning messages.
[GB.GTK3]
* BUG: Fix compilation on GTK+ < 3.22.
2020-12-11 17:31:44 +01:00
gambix
a2c4c3b51a
Merge branch 'master' of gitlab.com:gambas/gambas
2020-12-10 17:40:42 +01:00
gambas
6593b75980
Remove debugging message.
...
[GB.GTK]
* BUG: Remove debugging message.
[GB.GTK3]
* BUG: Remove debugging message.
2020-12-10 12:39:35 +01:00
gambas
d4a0982a47
Explicitly hidden startup forms do not popup at startup anymore.
...
[GB.QT4]
* BUG: Explicitly hidden startup forms do not popup at startup anymore.
[GB.QT5]
* BUG: Explicitly hidden startup forms do not popup at startup anymore.
2020-12-10 04:33:22 +01:00
gambas
d7ff002fe6
TreeView: Eat the key shortcuts used: [F2], [+], [-] and [SPACE].
...
[GB.GUI.BASE]
* BUG: TreeView: Eat the key shortcuts used: [F2], [+], [-] and [SPACE].
* BUG: TreeView: Renaming an item automatically cancel any other pending item renaming.
2020-12-09 22:58:22 +01:00
gambas
f49a518f8a
Merge branch 'master' of gitlab.com:gambas/gambas
2020-12-09 22:46:17 +01:00
gambas
c0061c86da
Window: Lower() and Raise() methods now work as expected.
...
[GB.GTK]
* BUG: Window: Lower() and Raise() methods now work as expected.
[GB.GTK3]
* BUG: Window: Lower() and Raise() methods now work as expected.
* BUG: Fix use of deprecated functions.
2020-12-09 22:42:05 +01:00
Benoît Minisini
33d189a248
Update .gitlab-ci.yml
2020-12-06 21:24:27 +00:00
gambas
ac639f7fae
Support of PostgreSQL 12 and newer versions.
...
[GB.DB.POSTGRESQL]
* BUG: Support of PostgreSQL 12 and newer versions.
2020-12-06 21:52:23 +01:00
Benoît Minisini
9da43b3e12
Add fedora latest.
2020-12-05 01:24:28 +00:00
Benoît Minisini
096129d7be
Update .gitlab-ci.yml
2020-12-04 23:23:45 +00:00
Benoît Minisini
8c61413a12
Update .gitlab-ci.yml
2020-12-04 22:44:42 +00:00
Benoît Minisini
7f1dfc5c8a
Update .gitlab-ci.yml
2020-12-04 22:44:19 +00:00
gambas
2dc81d0b98
Use 'poppler-cpp' for rendering, and 'poppler-glib' for the other features. Add rendering hints properties.
...
[GB.POPPLER]
* NEW: Use 'poppler-cpp' for rendering, and 'poppler-glib' for the other features.
* NEW: PdfDocument: Antialiasing, TextAntialiasing and TextHinting are three new properties that define rendering hints. All are TRUE by default, except TextHinting.
2020-12-04 22:16:31 +01:00
gambas
1593e864b8
Merge branch 'master' of gitlab.com:gambas/gambas
2020-12-04 18:59:30 +01:00
gambas
817c860c4d
Do not encode newline characters as newlines (!) in quoted encoding.
...
[GB.NET.SMTP]
* BUG: Do not encode newline characters as newlines (!) in quoted encoding. See RFC 2049 at the end of page #10 .
2020-12-04 18:59:10 +01:00
gambix
e1464c9429
Merge branch 'master' of gitlab.com:gambas/gambas
2020-12-04 15:11:53 +01:00
gambix
3937ea5fb8
New property Path in report that allow to define the output file
...
When used with preview, the returned value is the new path used.
[GB.REPORT2]
* NEW: New property Path in report that allow to define the output file
2020-12-04 15:11:05 +01:00
Benoît Minisini
2012928e8d
Update .gitlab-ci.yml
2020-12-03 20:45:37 +00:00
gambix
f77f4b8188
Add a new property Header to _MapTile Class to set up the http client Header.
...
[GB.MAP]
* NEW: Add a new property Header to _MapTile Class to set up the http client Header.
2020-12-03 15:56:22 +01:00
gambas
b45a677cbe
Highlight of C++ files does not crash anymore in search results.
...
[DEVELOPMENT ENVIRONMENT]
* BUG: Highlight of C++ files does not crash anymore in search results.
*
2020-11-30 19:07:05 +01:00
gambas
e186a1b753
TabStrip should not crash anymore with an undefined symbol.
...
[GB.QT4]
* BUG: TabStrip should not crash anymore with an undefined symbol.
[GB.QT5]
* BUG: TabStrip should not crash anymore with an undefined symbol.
2020-11-29 00:56:31 +01:00
gambas
744f215e90
Use gcc option '-O2' instead of '-Os' by default, and add detection of 'aarch64' architecture.
...
[CONFIGURATION]
* OPT: Use gcc option '-O2' instead of '-Os' by default.
* NEW: Add detection of 'aarch64' architecture.
2020-11-28 20:43:54 +01:00
gambas
21b6007e8a
Fix TabStrip control.
...
[GB.GTK]
* BUG: Fix TabStrip control.
[GB.GTK3]
* BUG: Fix TabStrip control.
2020-11-28 20:20:32 +01:00
gambas
17144658f2
Only keep the 'gb.component' file for the native component and remove 'gb.so' and 'gb.la'.
...
[CONFIGURATION]
* NEW: Only keep the 'gb.component' file for the native component and remove 'gb.so' and 'gb.la'.
2020-11-28 00:46:57 +01:00
gambas
b62f461c49
Running the informer for all components will not analyze the 'gb' component.
...
[INFORMER]
* NEW: Running the informer for all components will not analyze the 'gb' component. The metadata of 'gb' must be generated explicitly.
2020-11-28 00:40:52 +01:00
gambas
2c173c0a2d
Correctly remove 'gb.component' file from installation once the metadata has been generated.
...
[CONFIGURATION]
* BUG: Correctly remove 'gb.component' file from installation once the metadata has been generated.
2020-11-27 20:33:15 +01:00
gambas
dd40941136
Fix menu icons that were sometimes too small.
...
[GB.GTK]
* BUG: Fix menu icons that were sometimes too small.
[GB.GTK3]
* BUG: Fix menu icons that were sometimes too small.
2020-11-27 20:32:33 +01:00
gambas
e5cc73ee61
TextEditor: Really do not stop keyboard event if the key is not handled by the editor!
...
[GB.FORM.EDITOR]
* BUG: TextEditor: Really do not stop keyboard event if the key is not handled by the editor!
2020-11-27 14:20:21 +01:00
gambas
38604fd11b
Stop stack unfolding on exception only up to an event raise now.
...
[INTERPRETER]
* NEW: Stop stack unfolding on exception only up to an event raise now.
2020-11-27 02:24:33 +01:00
gambas
62c9205762
Rework the way standard date formats are built from strftime().
...
[INTERPRETER]
* NEW: Rework the way standard date formats are built from strftime().
* NEW: System.GetFormat() is a new method that returns the format string associated by a predefined format constant.
2020-11-26 03:49:45 +01:00
gambas
03c5e93c7d
Default and cancel buttons now work again.
...
[GB.GTK]
* BUG: Default and cancel buttons now work again.
[GB.GTK3]
* BUG: Default and cancel buttons now work again.
2020-11-24 21:57:57 +01:00
gambas
5a46d0ac4a
Merge branch 'master' of gitlab.com:gambas/gambas
2020-11-24 21:54:43 +01:00
gambas
314486fe90
Fix index sorting and use 'gb.qt5' information file for all GUI components now.
...
[WIKI CGI SCRIPT]
* BUG: Fix index sorting.
* BUG: Use 'gb.qt5' information file for all GUI components now.
2020-11-24 21:52:36 +01:00
gambas
5a5e468866
Message: Rework the message box. Copying the message is now done through a popup menu.
...
[GB.GUI.BASE]
* NEW: Message: Rework the message box. Copying the message is now done through a popup menu.
* OPT: ScrollArea: Remove some useless lines in scrollbar management.
2020-11-24 21:50:24 +01:00
gambas
27afeb5904
Remove the undefinition of PACKAGE_* constants. It is now handled directly in 'gambas.h'.
...
[GB.DB.POSTGRESQL]
* NEW: Remove the undefinition of PACKAGE_* constants. It is now handled directly in 'gambas.h'.
2020-11-24 21:48:43 +01:00
gambas
48f84df846
DBusConnection: Validate the path sent to the _Introspect() method, to replace a crash by an error or a void result.
...
[GB.DBUS]
* BUG: DBusConnection: Validate the path sent to the _Introspect() method, to replace a crash by an error or a void result.
2020-11-24 21:47:29 +01:00