[Gambas-Notification] [Git][gambas/gambas][stable] 40 commits: [CONFIGURATION]

Benoît Minisini gitlab at mg.gitlab.com
Mon Oct 28 20:58:47 CET 2019



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


Commits:
05d214fb by gambas at 2019-09-26T12:25:05Z
[CONFIGURATION]
* NEW: Switch version to 3.14.90.

- - - - -
f08ce22c by gambas at 2019-09-26T12:25:37Z
Fix support of read-only arrays.

[INTERPRETER]
* BUG: Read-only arrays are now really read-only.

[GB.JIT]
* BUG: Support for read-only arrays.

- - - - -
6c4b017c by gambas at 2019-09-26T12:26:50Z
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.

- - - - -
28df3135 by gambas at 2019-09-28T14:53:48Z
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.

- - - - -
b73b47ac by gambas at 2019-09-28T19:15:59Z
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.

- - - - -
e776d5c2 by gambas at 2019-09-28T19:53:47Z
Remove 'libqtwebkit-dev' from 'debian-testing' in '.gitlab-ci.yml'.

- - - - -
ab4f7acd by gambas at 2019-09-28T21:49:29Z
Disable qt4 webkit component.

- - - - -
7428712b by Benoît Minisini at 2019-09-28T23:34:24Z
Update .gitlab-ci.yml
- - - - -
4cc0f077 by Benoît Minisini at 2019-09-29T18:52:49Z
Update .gitlab-ci.yml
- - - - -
de124a57 by gambas at 2019-10-02T15:59:59Z
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 Π.

- - - - -
bf71bb20 by gambas at 2019-10-02T16:02:23Z
Merge branch 'master' of gitlab.com:gambas/gambas

- - - - -
719f7967 by gambas at 2019-10-05T02:03:32Z
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.

- - - - -
e8ae38e0 by gambas at 2019-10-07T20:04:56Z
Forgot to commit common header files.

[INTERPRETER]
* BUG: Forgot to commit common header files.

- - - - -
b7f2918f by gambas at 2019-10-08T07:12:12Z
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.

- - - - -
fbb0c62b by gambas at 2019-10-09T14:44:53Z
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'.

- - - - -
9409b6be by gambas at 2019-10-09T15:17:30Z
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'.

- - - - -
8c6f234c by gambas at 2019-10-12T11:06:01Z
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.

- - - - -
87f588e7 by Tobias Boege at 2019-10-12T12:11:18Z
IDE: Update German translation

[DEVELOPMENT ENVIRONMENT]
* NEW: Update German translation

- - - - -
47dddd94 by gambas at 2019-10-12T21:55:38Z
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.

- - - - -
b2b7f786 by gambas at 2019-10-12T21:56:52Z
Merge branch 'master' of gitlab.com:gambas/gambas

- - - - -
6bb136b0 by Laurent Carlier at 2019-10-13T18:32:12Z
[GB.QT5]
* BUG: Workaround "Setting a QCompleter on non-editable QComboBox is not allowed" message

- - - - -
fe2deabf by Laurent Carlier at 2019-10-14T04:48:20Z
Merge branch 'master' into 'master'

[GB.QT5] Workaround "Setting a QCompleter on non-editable QComboBox is not allowed" message

See merge request gambas/gambas!112
- - - - -
8a0c190b by gambas at 2019-10-18T22:37:17Z
Apply Paint.FontScale only when Paint.Font is assigned. Not when one of the Paint.Font properties changes.

[GB.QT4]
* BUG: Apply Paint.FontScale only when Paint.Font is assigned. Not when one of the Paint.Font properties changes.

[GB.QT5]
* BUG: Apply Paint.FontScale only when Paint.Font is assigned. Not when one of the Paint.Font properties changes.

- - - - -
4a6031e4 by gambas at 2019-10-21T07:37:04Z
Message boxes now correctly handle multi-line text in buttons.

[GB.GUI.BASE]
* BUG: Message boxes now correctly handle multi-line text in buttons.

- - - - -
8d8c8a71 by gambas at 2019-10-21T07:44:52Z
Remove a useless global variable.

[INTERPRETER]
* BUG: Remove a useless global variable.

- - - - -
cce7b1f9 by gambas at 2019-10-21T07:45:43Z
Update Gambas 16 fonts.

[DEVELOPMENT ENVIRONMENT]
* NEW: Update Gambas 16 fonts.

- - - - -
f75de9a7 by gambas at 2019-10-25T13:24:04Z
Fix highlighting of long lines and comments.

[GB.EVAL.HIGHLIGHT]
* BUG: Fix highlighting of long lines and comments.

- - - - -
65d2b783 by gambas at 2019-10-25T23:06:18Z
Paint.TextHeight is a new property that returns the height of one line of text, and Paint.FontScale is now "transparent".

[GB.DRAW]
* NEW: Paint.TextHeight is a new property that returns the height of one line of text. This is not the same as Paint.Font.Height, as the device resolution is taken into account.

[GB.GTK]
* NEW: Paint.FontScale is now "transparent". Paint.Font.Size is not changed anymore when assigning the Paint.Font property.

[GB.GTK3]
* NEW: Paint.FontScale is now "transparent". Paint.Font.Size is not changed anymore when assigning the Paint.Font property.

[GB.QT4]
* NEW: Paint.FontScale is now "transparent". Paint.Font.Size is not changed anymore when assigning the Paint.Font property.

[GB.QT5]
* NEW: Paint.FontScale is now "transparent". Paint.Font.Size is not changed anymore when assigning the Paint.Font property.
* BUG: Utility windows now kept being in front of their parent window correctly.

- - - - -
230a4295 by gambas at 2019-10-25T23:12:27Z
DocumentView: Some little design changes.

[GB.FORM]
* NEW: DocumentView: Some little design changes.

- - - - -
7adf2f0f by gambas at 2019-10-25T23:13:41Z
Fix mouse wheel zoom and paper size refresh.

[GB.FORM.PRINT]
* BUG: The paper size is correctly refreshed when the orientation is changed.
* BUG: You can continue to freely zoom with the mouse wheel when current zoom is at 100%.

- - - - -
54742ab8 by gambas at 2019-10-25T23:15:47Z
Redraw the 'menu' and 'new-dir' icon.

[GB.FORM.STOCK]
* NEW: Redraw the 'menu' and 'new-dir' icon.

- - - - -
9aca5f23 by gambas at 2019-10-25T23:17:02Z
Update project configuration files.

- - - - -
44cf32eb by gambas at 2019-10-26T16:25:22Z
Fix drag & drop frame management.

[GB.GUI.BASE]
* BUG: Fix drag & drop frame management.

- - - - -
c63602fc by gambas at 2019-10-26T20:36:18Z
Form editor: Draw the control frame as soon as the Drag event is raised, to try to workaround a dnd bug.

[DEVELOPMENT ENVIRONMENT]
* BUG: Form editor: Draw the control frame as soon as the Drag event is raised, to try to workaround a dnd bug.
* OPT: Move the bytecode folder instead of copying it.

- - - - -
b423d90b by gambas at 2019-10-28T09:22:57Z
Merge branch 'master' into stable

- - - - -
bebcc2f3 by gambas at 2019-10-28T18:09:54Z
Prevent possible flickering of drag & drop frame.

[GB.GUI.BASE]
* BUG: Prevent possible flickering of drag & drop frame.

- - - - -
f60243ef by gambas at 2019-10-28T19:49:08Z
Some fixes in Drag & drop frame management.

[DEVELOPMENT ENVIRONMENT]
* NEW: Draw the frame of control dropped from the toolbox bigger.
* BUG: The frame of control dropped from the toolbox should correctly disappear in all cases.

[GB.GUI.BASE]
* BUG: The DragLeave event is now emitted reliably when the mouse leaves the drag and drop frame.

- - - - -
6692561d by gambas at 2019-10-28T19:53:20Z
Merge branch 'master' into stable

- - - - -
3918802a by gambas at 2019-10-28T19:55:11Z
Switch version to 3.14.1.

- - - - -
e1c6e88b by gambas at 2019-10-28T19:58:13Z
Disable the Paint.TextHeight property. Keep it for 3.15.

[GB.DRAW]
* NEW: Disable the Paint.TextHeight property. Keep it for 3.15.

- - - - -


3 changed files:

- .gitlab-ci.yml
- VERSION
- app/src/gambas3/.hidden/font/GambasBold-16.sfd


View it on GitLab: https://gitlab.com/gambas/gambas/compare/de3dcfa2651e845550914a955407329b16ffc8e8...e1c6e88b580632a59363862e1af7f0bfa3f370fd

-- 
View it on GitLab: https://gitlab.com/gambas/gambas/compare/de3dcfa2651e845550914a955407329b16ffc8e8...e1c6e88b580632a59363862e1af7f0bfa3f370fd
You're receiving this email because of your account on gitlab.com.


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.gambas-basic.org/pipermail/notification/attachments/20191028/a85ff0fd/attachment-0001.html>


More information about the Notification mailing list