Commit graph

7913 commits

Author SHA1 Message Date
Laurent Carlier
6bb136b0cf [GB.QT5]
* BUG: Workaround "Setting a QCompleter on non-editable QComboBox is not allowed" message
2019-10-13 20:32:12 +02:00
gambas
b2b7f786d0 Merge branch 'master' of gitlab.com:gambas/gambas 2019-10-12 23:56:52 +02:00
gambas
47dddd944a Do not imbricate focus events.
[GB.GTK]
* BUG: Do not imbricate focus events.

[GB.GTK3]
* BUG: Do not imbricate focus events.

[GB.QT4]
* BUG: Do not imbricate focus events.

[GB.QT5]
* BUG: Do not imbricate focus events.
2019-10-12 23:55:38 +02:00
Tobias Boege
87f588e7e9 IDE: Update German translation
[DEVELOPMENT ENVIRONMENT]
* NEW: Update German translation
2019-10-12 14:11:18 +02:00
gambas
8c6f234cf4 Do JIT compilation after class loading. Otherwise the JIT compiler may want to load the class that triggers the compilation again.
[INTERPRETER]
* BUG: Do JIT compilation after class loading. Otherwise the JIT compiler may want to load the class that triggers the compilation again.
2019-10-12 13:06:01 +02:00
gambas
9409b6be64 Windows whose Utility property is set now use '_NET_WM_WINDOW_TYPE_DIALOG' instead of '_NET_WM_WINDOW_TYPE_DIALOG'.
[GB.GTK]
* NEW: Windows whose Utility property is set now use '_NET_WM_WINDOW_TYPE_DIALOG' instead of '_NET_WM_WINDOW_TYPE_DIALOG'.

[GB.GTK3]
* NEW: Windows whose Utility property is set now use '_NET_WM_WINDOW_TYPE_DIALOG' instead of '_NET_WM_WINDOW_TYPE_DIALOG'.
2019-10-09 17:17:30 +02:00
gambas
fbb0c62b99 Windows whose Utility property is set now use '_NET_WM_WINDOW_TYPE_DIALOG' instead of '_NET_WM_WINDOW_TYPE_DIALOG'.
[GB.QT4]
* BUG: Control.Next and Control.Previous now never return invalid controls.
* NEW: Windows whose Utility property is set now use '_NET_WM_WINDOW_TYPE_DIALOG' instead of '_NET_WM_WINDOW_TYPE_DIALOG'.

[GB.QT5]
* BUG: Control.Next and Control.Previous now never return invalid controls.
* NEW: Windows whose Utility property is set now use '_NET_WM_WINDOW_TYPE_DIALOG' instead of '_NET_WM_WINDOW_TYPE_DIALOG'.
2019-10-09 16:44:53 +02:00
gambas
b7f2918fbd Correctly generate metadata file for events so that there is no spurious ByRef arguments anymore.
[COMPILER]
* BUG: Correctly generate metadata file for events so that there is no spurious ByRef arguments anymore.
2019-10-08 09:12:12 +02:00
gambas
e8ae38e098 Forgot to commit common header files.
[INTERPRETER]
* BUG: Forgot to commit common header files.
2019-10-07 22:04:56 +02:00
gambas
719f7967ad System.Trace is a new property that toggles the dump of the position of each executed line.
[INTERPRETER]
* NEW: Add command-line help for the '-t' option.
* NEW: The '-t' command-line option has a '--trace' long version.
* NEW: System.Trace is a new property that toggles the dump of the position of each executed line.
2019-10-05 04:03:32 +02:00
gambas
bf71bb20cf Merge branch 'master' of gitlab.com:gambas/gambas 2019-10-02 18:02:23 +02:00
gambas
de124a577d Project property dialog: Fix deletion in argument list when pressing Backspace.
[DEVELOPMENT ENVIRONMENT]
* NEW: Update Gambas 16 fonts.
* BUG: Project property dialog: Fix deletion in argument list when pressing Backspace.
* NEW: All 3.14 versions will be Gambas Π.
2019-10-02 17:59:59 +02:00
Benoît Minisini
4cc0f07796 Update .gitlab-ci.yml 2019-09-29 18:52:49 +00:00
Benoît Minisini
7428712b1a Update .gitlab-ci.yml 2019-09-28 23:34:24 +00:00
gambas
ab4f7acdad Disable qt4 webkit component. 2019-09-28 23:49:29 +02:00
gambas
e776d5c214 Remove 'libqtwebkit-dev' from 'debian-testing' in '.gitlab-ci.yml'. 2019-09-28 21:53:47 +02:00
gambas
b73b47aca6 Floating-point number to string conversion is now 1.7 times faster.
[INTEPRETER]
* OPT: Floating-point number to string conversion is now 1.7 times faster.
2019-09-28 21:15:59 +02:00
gambas
28df313554 Add a '-t' option that dumps to the standard error the position of each executed line of code.
[INTERPRETER]
* NEW: Add a '-t' option that dumps to the standard error the position of each executed line of code.
2019-09-28 16:53:48 +02:00
gambas
6c4b017c19 Update Gambas 16 px size font. Make it less round and fix many characters.
[DEVELOPMENT ENVIRONMENT]
* NEW: Update Gambas 16 px size font. Make it less round and fix many characters.
2019-09-26 14:26:50 +02:00
gambas
f08ce22cdc Fix support of read-only arrays.
[INTERPRETER]
* BUG: Read-only arrays are now really read-only.

[GB.JIT]
* BUG: Support for read-only arrays.
2019-09-26 14:25:37 +02:00
gambas
05d214fbc3 [CONFIGURATION]
* NEW: Switch version to 3.14.90.
2019-09-26 14:25:05 +02:00
gambas
0fbb62d38a Set version to 3.14.0.
[CONFIGURATION]
* NEW: Set version to 3.14.0.
2019-09-23 02:15:35 +02:00
gambas
e5253aa782 Gambas π!
[DEVELOPMENT ENVIRONMENT]
* NEW: Gambas π!
2019-09-23 02:14:00 +02:00
gambas
a7c52a856d Add dark theme versions of component chooser icons (checked, partially checked, locked).
[DEVELOPMENT ENVIRONMENT]
* NEW: Update Gambas 16 fonts.
* BUG: Add dark theme versions of component chooser icons (checked, partially checked, locked).
2019-09-20 00:10:12 +02:00
gambas
f2a64e1617 Fix XmlExplorer constructor declaration.
[GB.XML]
* BUG: Fix XmlExplorer constructor declaration.
2019-09-19 23:57:01 +02:00
gambas
8d7e08cdfe Handle the new error hook.
[GB.NCURSES]
* BUG: Handle the new error hook.
2019-09-17 10:19:08 +02:00
gambas
8a188342ec Don't leak control reference when raising an error from a click event handler.
[GB.GTK]
* BUG: Don't leak control reference when raising an error from a click event handler.

[GB.GTK3]
* BUG: Don't leak control reference when raising an error from a click event handler.

[GB.QT]
* BUG: Don't leak control reference when raising an error from a click event handler.

[GB.QT4]
* BUG: Don't leak control reference when raising an error from a click event handler.
2019-09-17 10:12:48 +02:00
gambas
7a49f039b5 Uncatched errors raised from an event handler can be ignored now.
[INTERPRETER]
* NEW: Uncatched errors raised from an event handler can be ignored now.

[GB.GTK]
* NEW: Uncatched errors raised from an event handler can be ignored now.

[GB.GTK3]
* NEW: Uncatched errors raised from an event handler can be ignored now.

[GB.QT4]
* NEW: Uncatched errors raised from an event handler can be ignored now.

[GB.QT5]
* NEW: Uncatched errors raised from an event handler can be ignored now.
2019-09-17 10:10:36 +02:00
gambas
4c1850e66c Update Gambas 16 fonts.
[DEVELOPMENT ENVIRONMENT]
* NEW: Update Gambas 16 fonts.
2019-09-14 23:44:23 +02:00
gambas
f34989d4be Always specify the direction of input method arguments in introspection, otherwise the 'qdbusviewer' tool does not work.
[GB.DBUS]
* BUG: Always specify the direction of input method arguments in introspection, otherwise the 'qdbusviewer' tool does not work.
2019-09-12 03:40:44 +02:00
gambas
6c9e09730d Add a bookmark on the current project in all directory and file choosers.
[DEVELOPMENT ENVIRONMENT]
* NEW: Add a bookmark on the current project in all directory and file choosers.
2019-09-12 03:39:04 +02:00
gambas
a75610924a Bookmarks is a new static class that allows to define global bookmarks for all FileChooser and DirChooser controls.
[GB.FORM]
* NEW: Bookmarks is a new static class that allows to define global bookmarks for all FileChooser and DirChooser controls.
* NEW: Add separators between the different kind of bookmarks in the bookmark menu.
2019-09-12 03:37:07 +02:00
gambas
225f2833da Fix again the management of the new new PROPERTY ... USE syntax.
[COMPILER]
* NEW: Don't emit debugging information for generated functions, but emit void sections for backward compatibility.
* NEW: Don't emit source file path in the debugging information.
2019-09-12 03:23:38 +02:00
gambas
ceae6929c3 Take column in compiler warning messages into account.
[DEVELOPMENT ENVIRONMENT]
* NEW: Update Gambas 16 fonts.
* BUG: Take column in compiler warning messages into account.
2019-09-12 02:15:34 +02:00
gambas
133fd6e2d9 Fix again some crash when using the new PROPERTY ... USE syntax.
[COMPILER]
* BUG: Fix again some crash when using the new PROPERTY ... USE syntax.
2019-09-11 19:50:19 +02:00
gambas
51a9a1035d Fix crash when using the new PROPERTY ... USE syntax.
[COMPILER]
* BUG: Fix crash when using the new PROPERTY ... USE syntax.
2019-09-11 19:38:04 +02:00
gambas
d3fdd6fdda Error.Clear() now clears the error flag returned by the ERROR function.
[INTERPRETER]
* NEW: Error.Clear() now clears the error flag returned by the ERROR function.
2019-09-09 23:58:11 +02:00
gambas
53b0a9419e Remove a debugging message.
[GB.DB.SQLITE3]
* BUG: Remove a debugging message.
2019-09-09 13:22:06 +02:00
gambas
c0a3767002 Take newlines, tabs, and backticks into account when analyzing a table schema.
[GB.DB.SQLITE3]
* BUG: Take newlines, tabs, and backticks into account when analyzing a table schema.
2019-09-09 04:37:56 +02:00
gambas
52b4f74325 Update Gambas 16 font.
[DEVELOPMENT ENVIRONMENT]
* NEW: Update Gambas 16 font.
2019-09-06 01:58:33 +02:00
gambas
a3b14f765b Fix the declaration of static properties using USE.
[COMPILER]
* BUG: Fix the declaration of static properties using USE.
2019-09-05 23:31:19 +02:00
gambas
630d2f4f33 Automatic completion: Don't crash when displaying the signature of '_new'.
[DEVELOPMENT ENVIRONMENT]
* BUG: Automatic completion: Don't crash when displaying the signature of '_new'.
* NEW: Update Gambas 16 fonts.
2019-09-05 23:23:39 +02:00
Benoît Minisini
dbdb10f344 Merge branch 'master' into 'master'
Patch forward from Ubuntu

See merge request gambas/gambas!110
2019-09-04 23:06:43 +00:00
Christian Ehrhardt
38b9915c42 build with newer mysql/mariadb
Recent releases only need to include mysql.h for a long time and in the
meantime even removed most other headers.
Un-break gb.db.mysql/configure.ac by not strictly requiring this old header.
2019-09-04 23:42:18 +02:00
gambas
ead1bb23c8 Update Gambas 16 pt fonts.
[DEVELOPMENT ENVIRONMENT]
* NEW: Update Gambas 16 pt fonts.
2019-09-04 02:07:01 +02:00
gambas
24c3bdcf51 Fix menu proxy management that could crash combo-box popups.
[GB.GTK]
* BUG: Fix menu proxy management that could crash combo-box popups.

[GB.GTK3]
* BUG: Fix menu proxy management that could crash combo-box popups.
2019-09-03 00:06:30 +02:00
gambas
0ae2659764 Add a bold version of the 16 pt Gambas font.
[DEVELOPMENT ENVIRONMENT]
* NEW: Update support file.
* NEW: Add a bold version of the 16 pt Gambas font.
* NEW: Update 16 pt Gambas medium font.
2019-09-02 23:47:27 +02:00
gambas
c044148d52 Fix some memory leaks in font management.
[GB.GTK]
* BUG: Fix a memory leak when getting the size of a piece of text.

[GB.GTK3]
* BUG: Fix a memory leak in font object creation.
* BUG: Fix a memory leak when getting the size of a piece of text.
2019-09-01 00:03:36 +02:00
gambas
a116861d8e Update Gambas fonts.
[DEVELOPMENT ENVIRONMENT]
* NEW: Update Gambas Medium size 13 font.
* NEW: Update Gambas Medium size 16 font.
2019-08-30 18:37:49 +02:00
gambas
234c2c690a [GB.DB]
* NEW: Add a driver API that handles debugging messages.
* NEW: Print the current date/time before any debugging message.

[GB.DB.MYSQL]
* NEW: Use the new driver API to print debugging messages.

[GB.DB.ODBC]
* NEW: Use the new driver API to print debugging messages.

[GB.DB.POSTGRESQL]
* NEW: Use the new driver API to print debugging messages.

[GB.DB.SQLITE2]
* NEW: Use the new driver API to print debugging messages.

[GB.DB.SQLITE3]
* NEW: Use the new driver API to print debugging messages.
2019-08-30 09:09:16 +02:00