[Gambas-Notification] [Git][gambas/gambas][stable] 128 commits: Do not reset CFLAGS or CXXFLAGS

Benoît Minisini gitlab at mg.gitlab.com
Fri Mar 22 00:12:20 CET 2019



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


Commits:
ee0b38be by bgermann at 2018-10-27T12:56:13Z
Do not reset CFLAGS or CXXFLAGS

Do not reset CFLAGS or CXXFLAGS so one can overwrite them.

- - - - -
df419c94 by gambas at 2019-01-12T17:20:38Z
UdpSocket: Host is a new property that allows to define the IP address the UDP socket will be bounded to.

[GB.NET]
* NEW: UdpSocket: Host is a new property that allows to define the IP address the UDP socket will be bounded to.

- - - - -
23a8fbc8 by gambas at 2019-01-12T17:23:50Z
Fix UdpSocket class declaration.

[GB.NET]
* BUG: Fix UdpSocket class declaration.

- - - - -
388bc701 by gambas at 2019-01-13T07:58:00Z
Don't crash when drawing one-character static strings.

[GB.SDL2]
* BUG: Don't crash when drawing one-character static strings.

- - - - -
0d989266 by Gianluigi Gradaschi at 2019-01-15T22:17:03Z
Italian translations

- - - - -
bcaf4d99 by Benoît Minisini at 2019-01-15T22:17:03Z
Merge branch 'italian-translations' into 'master'

Update Italian translation for the development environment, the tips, gb.wiki, gb.args, gb.db.form, gb.form, gb.form.dialog, gb.form.mdi, gb.report2, gb.web.form.

See merge request gambas/gambas!60
- - - - -
69d864f1 by gambas at 2019-01-16T03:32:44Z
Ignore trailing zeros in the decimal part of floating point number constants.

[INTERPRETER]
* NEW: Allow one more decimal digit in floating point number constants.
* BUG: Ignore trailing zeros in the decimal part of floating point number constants. It may introduce rounding differences.

- - - - -
f1ed9011 by gambas at 2019-01-19T00:03:57Z
If the option '-t' is specified, the compiler now automatically calls 'msgfmt' to compile the translation files if needed.

[COMPILER]
* NEW: If the option '-t' is specified, the compiler now automatically calls 'msgfmt' to compile the translation files if needed.

- - - - -
525b6865 by gambas at 2019-01-19T00:05:48Z
Do not call 'msgfmt' anymore, this is automatically done by the compiler now.

[DEVELOPMENT ENVIRONMENT]
* NEW: Do not call 'msgfmt' anymore, this is automatically done by the compiler now.

- - - - -
912d804d by gambas at 2019-01-19T00:06:38Z
Raise the maximum number of decimal digit of a Float value to 16.

[INTERPRETER]
* NEW: Raise the maximum number of decimal digit of a Float value to 16.

- - - - -
845d535b by gambas at 2019-01-19T00:08:00Z
Fix corrupted image in BeastScroll example.

[EXAMPLES]
* BUG: Fix corrupted image in BeastScroll example.

- - - - -
1181b784 by gambas at 2019-01-19T01:58:48Z
Spinner: Enable the spinner timer only if needed, and not permanently!

[GB.FORM]
* BUG: Spinner: Enable the spinner timer only if needed, and not permanently!

- - - - -
fe55f495 by gambas at 2019-01-20T21:50:35Z
Fix the default value of optional Object function arguments.

[GB.JIT]
* BUG: Fix the default value of optional Object function arguments.

- - - - -
75b1d595 by gambas at 2019-01-20T22:28:00Z
Replace 'Guint' by 'uint', otherwise the component seems to not compile anymore on some systems.

[GB.PDF]
* BUG: Replace 'Guint' by 'uint', otherwise the component seems to not compile anymore on some systems.

- - - - -
4dae37d4 by christof at 2019-01-21T13:54:34Z
Fix packager creates component name with leading dot

this happend if vendorname = Null

- - - - -
e5b5487a by gambas at 2019-01-23T23:57:54Z
Search dialog: text highlight now works correctly whatever the editor font is.

[DEVELOPMENT ENVIRONMENT]
* BUG: Search dialog: text highlight now works correctly whatever the editor font is.

[GB.EVAL.HIGHLIGHT]
* NEW: TextHighlighter: Paint() is a new method that paints the highlighted text.

[GB.GUI.BASE]
* NEW: Paint: Add an hidden undocumented method that computes the character width of a fixed font.

- - - - -
402d1acb by gambas at 2019-01-24T03:11:35Z
Compile translations on installation.

[DEVELOPMENT ENVIRONMENT]
* BUG: Compile translations on installation.

- - - - -
245d3d74 by gambas at 2019-01-26T14:24:46Z
Do not add an extra decimal digit to floating point numbers, it introduces rounding errors.

[INTERPRETER]
* BUG: Do not add an extra decimal digit to floating point numbers, it introduces rounding errors.

- - - - -
7b75f31e by gambas at 2019-01-26T14:25:51Z
TabStrip: Tab labels are now correctly displayed when the tab has no icon.

[GB.GTK3]
* BUG: TabStrip: Tab labels are now correctly displayed when the tab has no icon.

- - - - -
6bd779d2 by gambas at 2019-01-26T15:11:19Z
Make component compile with GTK+ < 3.20.

[GB.GTK3]
* BUG: Make component compile with GTK+ < 3.20.

- - - - -
8f09b682 by gambas at 2019-01-26T17:28:05Z
MediaView: Merge the play and pause button and remove the big white pause symbol.

[GB.MEDIA.FORM]
* NEW: MediaView: Merge the play and pause button.
* NEW: MediaView: Remove the big white pause symbol.

- - - - -
e467d664 by gambas at 2019-01-29T00:18:41Z
Code editor: The background color of error or watch tooltips is now explicitely merged with the theme default background color.

[DEVELOPMENT ENVIRONMENT]
* BUG: Code editor: The background color of error or watch tooltips is now explicitely merged with the theme default background color.

- - - - -
579c9e1f by Tobias Boege at 2019-02-01T10:57:09Z
gb.xml: <!DOCTYPE> declaration is case-insensitive

[GB.XML]
* BUG: <!DOCTYPE> declaration is case-insensitive.

- - - - -
0a6b9ff3 by gambix at 2019-02-01T21:23:52Z
Circle mapItem now really have the good radius and MapPoint.Distance is now a static function

[GB.MAP]
* BUG: Circle map item now a really the good radius
* OPT: MapPoint.Distance is now a static public Function

- - - - -
13120e91 by gambix at 2019-02-01T21:24:58Z
Merge branch 'master' of gitlab.com:gambas/gambas

- - - - -
92a09ad1 by gambas at 2019-02-01T23:37:54Z
Workspace: Sometimes closing a tab with the middle button is triggered twice, leading to a crash. Made a workaround.

[GB.FORM.MDI]
* BUG: Workspace: Sometimes closing a tab with the middle button is triggered twice, leading to a crash. Made a workaround.

- - - - -
c875f00a by gambas at 2019-02-01T23:40:30Z
TimeBox is a new control that allows to enter a duration. Maybe the name of the control is not very good.

[GB.FORM]
* NEW: TimeBox is a new control that allows to enter a duration. Maybe the name of the control is not very good.

- - - - -
f812d812 by gambas at 2019-02-01T23:41:36Z
Enhance the SpinBox control.

[GB.GUI.BASE]
* NEW: SpinBox: Alignment is a new property that allows to define the alignment of the control inner text.
* NEW: SpinBox: ShowZero is a new property that tells to pad the displayed number with zeros.
* NEW: SpinBox: Limit is a new event that is raised when the user tries to move past the maximum value, or beofre the minimum value.
* BUG: SpinBox: The value entered with the keyboard is now always taken into account by the next use of the mouse.

- - - - -
3a8b6873 by gambas at 2019-02-01T23:49:44Z
Merge branch 'master' of gitlab.com:gambas/gambas

- - - - -
a7bbfbfb by gambas at 2019-02-01T23:55:16Z
Now that *.mo files are automatically generated by the compiler, do not put them in the git repository.

[CONFIGURATION]
* NEW: Now that *.mo files are automatically generated by the compiler, do not put them in the git repository.

- - - - -
f9311313 by gambas at 2019-02-02T00:06:42Z
Update French translation.

[WIKI]
* NEW: Update French translation.

- - - - -
5bb2f41b by gambas at 2019-02-02T00:07:37Z
Remove '*.mo' files now automatically generated by the compiler, and other filed that should be ignored too.

- - - - -
6c7837ec by gambas at 2019-02-02T00:10:46Z
Add the root '.gitignore' file, the only one that should be kept in the repository.

- - - - -
efee886d by gambas at 2019-02-02T01:00:58Z
* Remove other '*.mo' files from the repository.

- - - - -
3482e7dd by gambix at 2019-02-02T17:06:31Z
Add the require of gb.eval and force the gb.eval componant loading if not done

[GB.REPORT]
* BUG: Add the require for gb.eval in component info and force the loading of it.

- - - - -
4226f329 by gambas at 2019-02-05T01:23:12Z
Translation dialog: Add two buttons to move between translated strings and redesign the dialog a bit.

[DEVELOPMENT ENVIRONMENT]
* NEW: Translation dialog: Move the current translation related buttons to their own toolbars juste above the translation field.
* NEW: Translation dialog: Add two buttons to move between translated strings.

- - - - -
66a4368b by gambas at 2019-02-05T01:25:07Z
Merge branch 'master' of gitlab.com:gambas/gambas

- - - - -
a5ec01c2 by Benoît Minisini at 2019-02-06T18:03:19Z
Merge branch 'componentwithoutdot' into 'master'

Fix packager creates component name with leading dot

See merge request gambas/gambas!61
- - - - -
d2ed9a43 by Tim Dickson at 2019-02-06T20:57:04Z
fix slackware package genreation
[DEVELOPMENT ENVIRONMENT]
* BUG: generate missing doinst.sh file for desktop packages
* BUG: make requires file point at correct package for slapt-get
* BUG: generate one package for slackware, as dep packages are not used.

- - - - -
4770a192 by Benoît Minisini at 2019-02-06T21:18:53Z
Merge branch 'master' into 'master'

fix slackware package genreation

See merge request gambas/gambas!65
- - - - -
6d12e87a by gambas at 2019-02-06T21:24:35Z
Cosmetic enhancement of the fix on package names with a leading dot.

[DEVELOPMENT ENVIRONMENT]
* BUG: Packager: Cosmetic enhancement of the fix on package names with a leading dot.

- - - - -
8d04122c by gambas at 2019-02-06T21:25:44Z
Merge branch 'master' of gitlab.com:gambas/gambas

- - - - -
c0eab6b4 by gambas at 2019-02-06T22:23:18Z
Don't crash if a component use NULL as error message argument. Replace it by a void string.

[INTERPRETER]
* BUG: Don't crash if a component use NULL as error message argument. Replace it by a void string.

- - - - -
466a5704 by gambas at 2019-02-06T22:24:08Z
Connection.GetTemplate() and Connection.ApplyTemplate() now take tables without primary key into account correctly.

[GB.DB]
* BUG: Connection.GetTemplate() and Connection.ApplyTemplate() now take tables without primary key into account correctly.

- - - - -
2a8ebf36 by gambas at 2019-02-07T13:20:43Z
Support for automatic translation based on 'translate-shell' tool.

[DEVELOPMENT ENVIRONMENT]
* NEW: Translation dialog: Support for automatic translation based on 'translate-shell' tool.
* NEW: Option dialog: Support for automatic translation based on 'translate-shell' tool.
* BUG: Mark some strings in forms as not to be translated.
* NEW: Update the Spanish translation.

- - - - -
80cc24b6 by GianluigiOr at 2019-02-07T22:51:59Z
Contains fix and new Italian translations

[DEVELOPMENT ENVIRONMENT]
* NEW: The IDE translation is now complete and correct.

- - - - -
019bae27 by gambas at 2019-02-07T23:42:20Z
Translation dialog: Deleting a translation correctly removes it from the translation combo box.

[DEVELOPMENT ENVIRONMENT]
* BUG: Translation dialog: Deleting a translation correctly removes it from the translation combo box.

- - - - -
66b357dc by Benoît Minisini at 2019-02-08T00:07:21Z
Merge branch 'italian-translations' into 'master'

Contains fix and new Italian translations

See merge request gambas/gambas!66
- - - - -
4f729896 by gambas at 2019-02-08T22:07:47Z
Unused function warnings now point at the beginning of the function.

[COMPILER]
* BUG: Unused function warnings now point at the beginning of the function.

- - - - -
66253171 by gambas at 2019-02-08T22:08:34Z
Merge branch 'master' of gitlab.com:gambas/gambas

- - - - -
24c2f184 by gambas at 2019-02-09T13:26:47Z
URLLabel: Rewrite the control as a child of Label.

[GB.FORM]
* NEW: URLLabel: Rewrite the control as a child of Label.

- - - - -
a5660d9b by gambas at 2019-02-09T13:27:31Z
Fix how format on load & save option is taken into account.

[DEVELOPMENT ENVIRONMENT]
* BUG: Format on load & save option now mark the files as modified, so that search does not become silly.
* BUG: Format on load & save option is now taken into account by the text editor, not just by code editor.
* NEW: URLLabel.Padding now works correctly in form editor.

- - - - -
8ab745c2 by gambas at 2019-02-09T15:07:17Z
Fix corrupted test form.

[GB.FORM]
* BUG: Fix corrupted test form.

- - - - -
f3d0e359 by GianluigiOr at 2019-02-09T15:51:51Z
Contains new Italian translations

[DEVELOPMENT ENVIRONMENT]
* NEW: The IDE translation is now complete.

- - - - -
5318c1db by gambas at 2019-02-11T00:21:44Z
Option dialog: Add new snippets and display custom snippets in bold.

[DEVELOPMENT ENVIRONMENT]
* NEW: Option dialog: Add new snippets.
* NEW: Option dialog: Display custom snippets in bold.

- - - - -
b565ce87 by Gen Braga at 2019-02-11T13:16:24Z
Replace pt_BR.po, updated translation.
- - - - -
8b825452 by Benoît Minisini at 2019-02-11T13:47:16Z
Merge branch 'italian-translations' into 'master'

Update Italian translation.

See merge request gambas/gambas!67
- - - - -
a761404a by Benoît Minisini at 2019-02-11T13:47:58Z
Merge branch 'undefined' into 'master'

Replace pt_BR.po, updated translation.

See merge request gambas/gambas!68
- - - - -
24574407 by Benoît Minisini at 2019-02-11T13:54:58Z
Update .gitlab-ci.yml
- - - - -
a03ffa0c by Bernhard M. Wiedemann at 2019-02-14T09:32:37Z
Make 'gb.pdf' compile with poppler-0.72

completes commit a576b687dbf4c081cb7935c1698dad8f6ddb224a

Without this change, it would complain about missing getCString
because the POPPLER_VERSION_0_72 was not there.

- - - - -
1bf58ddd by gambas at 2019-02-14T17:08:31Z
WebTextArea: The Text property works correctly again.

[GB.WEB.FORM]
* BUG: WebTextArea: The Text property works correctly again.

- - - - -
25226915 by gambas at 2019-02-14T17:09:41Z
Support for integrated playground.

[WIKI]
* NEW: Support for integrated playground.

- - - - -
98c6018e by gambas at 2019-02-14T17:10:09Z
Merge branch 'master' of gitlab.com:gambas/gambas

- - - - -
a4fb029f by gambas at 2019-02-14T17:10:34Z
Curl.DefaultProxy is a new property that allows to define the default proxy of all newly created HttpClient objects.

[GB.NET.CURL]
* NEW: Curl.DefaultProxy is a new property that allows to define the default proxy of all newly created HttpClient objects.

- - - - -
315eb81d by gambas at 2019-02-14T22:21:18Z
TextEditor: The inner shadow now covers the margin.

[GB.FORM.EDITOR]
* BUG: TextEditor: The inner shadow now covers the margin.

- - - - -
757af8c1 by Gen Braga at 2019-02-14T22:26:05Z
Map.Proxy is a new property that allows to define the proxy used by all HTTP requests made to retrieve the map tiles.

[GB.MAP]
* NEW: Map.Proxy is a new property that allows to define the proxy used by all HTTP requests made to retrieve the map tiles.

- - - - -
40798a79 by Benoît Minisini at 2019-02-14T22:26:05Z
Merge branch 'master' into 'master'

Added HTTP Proxy support.

See merge request gambas/gambas!72
- - - - -
905e7c51 by Benoît Minisini at 2019-02-14T22:27:01Z
Merge branch 'poppler' into 'master'

Make 'gb.pdf' compile with poppler-0.72

See merge request gambas/gambas!73
- - - - -
b7a9af45 by Benoît Minisini at 2019-02-15T15:07:14Z
Merge branch 'flags' into 'master'

Do not reset CFLAGS or CXXFLAGS

See merge request gambas/gambas!50
- - - - -
b4a8adf2 by gambas at 2019-02-16T01:00:17Z
Fix string to floating point conversion routine.

[INTERPRETER]
* BUG: Fix string to floating point conversion routine.

- - - - -
aa66e9bc by gambas at 2019-02-22T23:15:35Z
Windows without any active child control correctly catch keyboard events now.

[GB.GTK]
* BUG: Windows without any active child control correctly catch keyboard events now.

[GB.GTK3]
* BUG: Windows without any active child control correctly catch keyboard events now.

- - - - -
1f739469 by gambas at 2019-02-24T23:20:43Z
Put 'gbh3' back into the git repository.

[CONFIGURATION]
* BUG: Don't put main/tools in .gitignore.

[HELPER]
* BUG: Put 'gbh3' back into the git repository.

- - - - -
3cd80f11 by gambas at 2019-02-26T19:59:03Z
Allocate custom language environment variables statically, because environment is accessed by shared library exit routines, after the interpreter memory allocations have been freed.

[INTERPRETER]
* BUG: Allocate custom language environment variables statically, because environment is accessed by shared library exit routines, after the interpreter memory allocations have been freed.

- - - - -
7c808bbb by gambas at 2019-02-26T20:01:18Z
Define a new limit constant, that is the maximum length of the System.Language variable. It is 16 bytes.

[INTERPRETER]
* NEW: Define a new limit constant, that is the maximum length of the System.Language variable. It is 16 bytes.

- - - - -
fd7ae28a by gambas at 2019-02-28T01:57:25Z
File.RealPath() is a new statis method that returns the the canonicalized absolute pathname of path, with no symbolic links inside.

[INTERPRETER]
* NEW: File.RealPath() is a new statis method that returns the the canonicalized absolute pathname of path, with no symbolic links inside.

- - - - -
4840818e by gambas at 2019-02-28T16:41:55Z
The page title now starts with the page path.

[WIKI]
* NEW: The page title now starts with the page path.

- - - - -
2d11bf54 by gambas at 2019-02-28T16:45:26Z
Image editor: Do not crash when using the erase tool while pressing SHIFT key.

[DEVELOPMENT ENVIRONMENT]
* NEW: Update financial support.
* BUG: Image editor: Do not crash when using the erase tool while pressing SHIFT key.

- - - - -
6eedf188 by gambas at 2019-02-28T16:46:53Z
FileView: Sometimes the contents was not correctly refreshed.

[GB.FORM]
* BUG: FileView: Sometimes the contents was not correctly refreshed.

- - - - -
42cc5d63 by bgermann at 2019-03-01T18:10:25Z
Add IDE Category to .desktop

- - - - -
a0302b7f by gambas at 2019-03-02T11:50:33Z
Optimize division, thanks to Cedron Dawg.

[GB.COMPLEX]
* OPT: Optimize division, thanks to Cedron Dawg.

- - - - -
b2571193 by gambas at 2019-03-04T00:35:33Z
String.Code() now returns -1 on incorrect UTF-8 string.

[INTERPRETER]
* BUG: String.Code() now returns -1 on incorrect UTF-8 string.

- - - - -
b8af5cf2 by gambas at 2019-03-04T00:36:35Z
Merge branch 'master' of gitlab.com:gambas/gambas

- - - - -
f2de1bc2 by gambas at 2019-03-04T00:38:57Z
Fix some icons.

[GB.FORM.STOCK]
* NEW: Fix some icons.

- - - - -
f5858899 by gambix at 2019-03-05T18:11:25Z
[GB.GUI.BASE]
* OPT: Set the ScrollArea Shade more smooth.

- - - - -
d668dadc by gambas at 2019-03-06T02:55:48Z
Array.SortUsing() is a new method that sorts an array according to the sort order defined by another array.

[INTERPRETER]
* NEW: Array.SortUsing() is a new method that sorts an array according to the sort order defined by another array.

- - - - -
0614a255 by gambas at 2019-03-06T02:56:52Z
Merge branch 'master' of gitlab.com:gambas/gambas

- - - - -
76da51ce by Tobias Boege at 2019-03-07T07:24:08Z
gb.inotify: Fix Watch.Events[] accessor

[GB.INOTIFY]
* BUG: Watch.Events._put incorrectly reset events outside the given event set and ignored the assigned value.

- - - - -
15641c10 by gambas at 2019-03-07T13:56:03Z
Code formatting now ignores void files, fixes in javascript compression.

[DEVELOPMENT ENVIRONMENT]
* BUG: Code formatting now ignores void files.
* NEW: Connection editor: Display the duration of custom requests is the request editor.
* NEW: Connection editor: The request editor now wraps its contents.
* BUG: Text editor: Some fixes in javascript compression.

- - - - -
463bc16b by gambas at 2019-03-07T13:59:25Z
Merge branch 'master' of gitlab.com:gambas/gambas

- - - - -
c7d6ddd3 by gambas at 2019-03-08T11:28:41Z
String.Right() does not crash anymore on invalid UTF-8 strings.

[INTERPRETER]
* BUG: String.Right() does not crash anymore on invalid UTF-8 strings.

- - - - -
7a5f7701 by gambas at 2019-03-08T11:32:22Z
SerialPort: Support for any port speed on Linux.

[GB.NET]
* NEW: SerialPort: Open() method now raises more detailed errors.
* NEW: SerialPort: Support for any port speed on Linux.

- - - - -
cfd5d3bc by gambas at 2019-03-08T11:48:30Z
Help browser: Opening the help browser from the welcome dialog does not crash anymore if the left panel is visible.

[DEVELOPMENT ENVIRONMENT]
* BUG: Help browser: Opening the help browser from the welcome dialog does not crash anymore if the left panel is visible.
* BUG: Help browser: Fix the left panel contents.
* NEW: Search dialog: Make it larger for long checkbox labels.

- - - - -
f38f1b16 by gambas at 2019-03-08T20:42:33Z
Variant[].Sort() and Variant[].SortUsing() methods have been added and SortUsing() methods now take an optional sort mode as second argument.

[INTERPRETER]
* NEW: Variant[].Sort() and Variant[].SortUsing() methods have been added.
* NEW: SortUsing() methods now take an optional sort mode as second argument.

- - - - -
209a8faa by gambas at 2019-03-08T20:51:27Z
Fix SortUsing() methods public declaration.

[INTERPRETER]
* BUG: Fix SortUsing() methods public declaration.

- - - - -
3f7095bb by gambas at 2019-03-11T15:34:50Z
Run JIT compilation in the background to make programs start faster.

[INTERPRETER]
* OPT: JIT compilation is run in two steps.

[GB.JIT]
* OPT: Run JIT compilation in the background.
* NEW: JIT.Debug is a new property that allows to enable JIT debugging messages at runtime.

- - - - -
eb8c8717 by gambas at 2019-03-11T16:53:18Z
Don't try to abort JIT compilation if the JIT component is not loaded.

[INTERPRETER]
* BUG: Don't try to abort JIT compilation if the JIT component is not loaded.

- - - - -
523effc9 by Jorge Carrión Molpeceres at 2019-03-11T18:30:59Z
Update Workspace.class
- - - - -
2c6944c2 by Jorge Carrión Molpeceres at 2019-03-11T18:34:11Z
Update FWorkspace.class
- - - - -
60b30b70 by Benoît Minisini at 2019-03-11T18:48:10Z
Merge branch 'master' into 'master'

Add IDE Category to .desktop

See merge request gambas/gambas!79
- - - - -
02fe8682 by Gen Braga at 2019-03-11T18:48:37Z
[GP.MAP]
* BUG: Small bug fixes.

- - - - -
bec2b078 by Benoît Minisini at 2019-03-11T18:48:37Z
Merge branch 'master' into 'master'

Updates, bugfixes, a few code reorganization and inline comments.

See merge request gambas/gambas!77
- - - - -
d144a76c by Jorge Carrión Molpeceres at 2019-03-11T20:34:44Z
Update FWorkspace.class
- - - - -
263d5660 by Jorge Carrión Molpeceres at 2019-03-11T20:35:57Z
Update Workspace.class
- - - - -
a0bcf85b by gambas at 2019-03-12T02:46:30Z
Active file descriptor watches and active timers are now automatically transferred to the component declaring a custom event loop.

[INTERPRETER]
* BUG: Active file descriptor watches and active timers are now automatically transferred to the component declaring a custom event loop. Consequently, a process started before the declaration of the event loop will have its termination signal correctly catched.
* NEW: Use waitpid() instead of wait4().

[GB.GTK]
* BUG: Declare the event loop hook last so that active file descriptor watches and active transfer are automatically transferred.

[GB.GTK3]
* BUG: Declare the event loop hook last so that active file descriptor watches and active transfer are automatically transferred.

[GB.QT4]
* BUG: Declare the event loop hook last so that active file descriptor watches and active transfer are automatically transferred.

[GB.QT5]
* BUG: Declare the event loop hook last so that active file descriptor watches and active transfer are automatically transferred.

- - - - -
dd336c20 by gambas at 2019-03-12T02:50:52Z
Merge branch 'master' of gitlab.com:gambas/gambas

- - - - -
63d9d81b by gambas at 2019-03-13T11:59:14Z
Disabling JIT compiler works correctly again.

[INTERPRETER]
* BUG: Disabling JIT compiler works correctly again.

- - - - -
d3a182aa by gambas at 2019-03-13T13:25:32Z
Raise an error if there is not enough local slots for control structures.

[COMPILER]
* BUG: Raise an error if there is not enough local slots for control structures.

- - - - -
d26bb859 by gambas at 2019-03-13T20:36:30Z
GridView: Make selected color less transparent.

[GB.GUI.BASE]
* NEW: GridView: Make selected color less transparent.

- - - - -
a8bcabb7 by gambas at 2019-03-14T00:52:37Z
Unary minus operator is now sticked to its argument when put between parentheses or brackets.

[GB.EVAL]
* NEW: Unary minus operator is now sticked to its argument when put between parentheses or brackets.

- - - - -
ddfdb080 by gambas at 2019-03-14T01:13:42Z
Form editor: The dialog for editing text property now displays the name of the editer property in its title.

[DEVELOPMENT ENVIRONMENT]
* NEW: Update French translation.
* NEW: Form editor: The dialog for editing text property now displays the name of the editer property in its title.
* NEW: Project property dialog: Add GB_NO_JIT as pre-defined environment variable.
* BUG: Project property dialog: The environment variable table now automatically resizes its columns.

- - - - -
0bbf4761 by gambas at 2019-03-14T01:47:36Z
Enhance formatting of unary minus operator.

[GB.EVAL]
* NEW: Enhance formatting of unary minus operator.

- - - - -
01cb3d2a by gambas at 2019-03-14T01:48:19Z
Just some changes due to the new minus unary operator formatting.

- - - - -
98938913 by gambas at 2019-03-15T18:36:22Z
ASSERT ... PRINT or ERROR allows to use PRINT or ERROR to print a message when the assertion fails.

[COMPILER]
* NEW: ASSERT ... PRINT or ERROR allows to use PRINT or ERROR to print a message when the assertion fails.

- - - - -
faa54caf by gambas at 2019-03-15T18:44:48Z
Tasks work again.

[INTERPRETER]
* BUG: Tasks work again.

- - - - -
a89bd83d by GianluigiOr at 2019-03-15T22:05:32Z
Contains fix and new Italian translations

[DEVELOPMENT ENVIRONMENT]
* NEW: The IDE translation is now complete and correct.

- - - - -
4605b577 by Benoît Minisini at 2019-03-19T16:02:42Z
Merge branch 'master' into 'master'

Workspace: Add CloseButton property.

See merge request gambas/gambas!81
- - - - -
7df526ac by Benoît Minisini at 2019-03-19T16:03:35Z
Merge branch 'italian-translations' into 'master'

Contains fix and new Italian translations

See merge request gambas/gambas!82
- - - - -
a6eb4227 by gambas at 2019-03-20T14:08:16Z
Array.Shuffle() is a new method that randomly shuffles an array using Fisher–Yates algorithm.

[INTERPRETER]
* NEW: Array.Shuffle() is a new method that randomly shuffles an array using Fisher–Yates algorithm.

- - - - -
2bb7d795 by gambas at 2019-03-20T18:39:56Z
Fix Array.Shuffle() on String, Long and Object arrays.

[INTERPRETER]
* BUG: Fix Array.Shuffle() on String, Long and Object arrays.

- - - - -
6c9df4c4 by gambas at 2019-03-21T22:14:22Z
Cosmetic changes in debugger code.

[INTERPRETER]
* NEW: Cosmetic changes in debugger code.

[GB.DEBUG]
* NEW: Cosmetic changes in debugger code.

- - - - -
0feaec90 by gambas at 2019-03-21T22:15:23Z
Fix typo in a source file that is not yet used.

[GB.GSL]
* BUG: Fix typo in a source file that is not yet used.

- - - - -
dfdbd3bd by gambas at 2019-03-21T22:16:01Z
Correctly normalize SQLite session file names.

[GB.WEB]
* BUG: Correctly normalize SQLite session file names.

- - - - -
92cde532 by gambas at 2019-03-21T22:17:26Z
Fix case typo in source code.

[GB.FORM.MDI]
* BUG: Fix case typo in source code.

- - - - -
107d4032 by gambas at 2019-03-21T22:18:15Z
NEW: Run Gambas tests last.

[BENCHMARKS]
* NEW: Run Gambas tests last.

- - - - -
3c9a8616 by gambas at 2019-03-21T22:18:54Z
TerminalView: the minimal screen height is now 2 lines.

[GB.FORM.TERMINAL]
* NEW: TerminalView: the minimal screen height is now 2 lines.

- - - - -
d7867cb7 by gambas at 2019-03-21T22:20:00Z
Changes in testing code.

- - - - -
c41dce48 by gambas at 2019-03-21T23:10:39Z
Merge branch 'master' into stable

- - - - -
3a30f8cf by gambas at 2019-03-21T23:11:19Z
Switch to 3.12.3 version.

- - - - -


30 changed files:

- .gitignore
- .gitlab-ci.yml
- VERSION
- acinclude.m4
- app/Makefile.am
- app/desktop/gambas3.desktop
- − app/examples/Basic/Blights/.lang/ca.mo
- − app/examples/Basic/Blights/.lang/cs.mo
- − app/examples/Basic/Blights/.lang/de.mo
- − app/examples/Basic/Blights/.lang/es.mo
- − app/examples/Basic/Blights/.lang/nl.mo
- − app/examples/Basic/Blights/.lang/sv.mo
- − app/examples/Basic/Collection/.lang/ca.mo
- − app/examples/Basic/Collection/.lang/cs.mo
- − app/examples/Basic/Collection/.lang/de.mo
- − app/examples/Basic/Collection/.lang/es.mo
- − app/examples/Basic/Collection/.lang/nl.mo
- − app/examples/Basic/Object/.lang/ca.mo
- − app/examples/Basic/Object/.lang/cs.mo
- − app/examples/Basic/Object/.lang/de.mo
- − app/examples/Basic/Object/.lang/es.mo
- − app/examples/Basic/Object/.lang/nl.mo
- − app/examples/Basic/Timer/.lang/ca.mo
- − app/examples/Basic/Timer/.lang/cs.mo
- − app/examples/Basic/Timer/.lang/de.mo
- − app/examples/Basic/Timer/.lang/es.mo
- − app/examples/Basic/Timer/.lang/nl.mo
- − app/examples/Control/ArrayOfControls/.lang/ca.mo
- − app/examples/Control/ArrayOfControls/.lang/cs.mo
- − app/examples/Control/ArrayOfControls/.lang/de.mo


View it on GitLab: https://gitlab.com/gambas/gambas/compare/cc61d92c3862a3422977593b956f80452d57d19e...3a30f8cfb57b231eae576c09dcf24e0755ea8925

-- 
View it on GitLab: https://gitlab.com/gambas/gambas/compare/cc61d92c3862a3422977593b956f80452d57d19e...3a30f8cfb57b231eae576c09dcf24e0755ea8925
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/20190321/8f0a0362/attachment-0001.html>


More information about the Notification mailing list