[Gambas-Notification] [Git][gambas/gambas][stable] 299 commits: Image editor: Selection drawing tool now works correctly when sanpping lines...

Benoît Minisini gitlab at mg.gitlab.com
Mon Sep 23 02:51:05 CEST 2019



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


Commits:
21b06e89 by gambas at 2019-04-20T13:34:35Z
Image editor: Selection drawing tool now works correctly when sanpping lines to 15° angles by pressing the ALT key.

[DEVELOPMENT ENVIRONMENT]
* BUG: Image editor: Selection drawing tool now works correctly when sanpping lines to 15° angles by pressing the ALT key.

- - - - -
1ef5252a by gambas at 2019-04-21T11:30:15Z
Add support for extra references, i.e. external executables that add their symbol information to the automatic completion.

[DEVELOPMENT ENVIRONMENT]
* NEW: Add support for extra references, i.e. external executables that add their symbol information to the automatic completion. This is useful if your project is a library loaded by the extra reference that uses its exported classes.

- - - - -
2f409592 by gambas at 2019-04-22T01:25:56Z
Enhance ListEditor control.

[GB.FORM]
* NEW: ListEditor: ReadOnly is a new property that makes ListEditor enter read-only mode.
* NEW: ListEditor: Add is new event that is raised when the add button is clicked.
* NEW: ListEditor: Add() is a new method that insert a new element in the list.
* NEW: ListEditor: Exist() is a new method that returns if an item exists in the list.
* NEW: Update some translations.

- - - - -
516de91f by gambas at 2019-04-22T01:27:46Z
Update French translation.

[DEVELOPMENT ENVIRONMENT]
* NEW: Update French translation.

- - - - -
5fdb2266 by GianluigiOr at 2019-04-22T15:52:07Z
Contains fix and new Italian translations

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

[GB.FORM]
* NEW: Italian translations improvements

[GB.WEB.FEED]
* NEW: The translations is now complete.

- - - - -
7c0a6730 by gambas at 2019-04-23T10:31:10Z
Complete support for project extra references.

[CONFIGURATION]
* NEW: Update version to 3.13.90.

[DEVELOPMENT ENVIRONMENT]
* NEW: Redone extra references support.

[COMPILER]
* NEW: Take project extra references into account.

[GB.TERM.FORM]
* BUG: Fix project description.

- - - - -
92a54677 by gambas at 2019-04-29T16:37:49Z
SpinBox: Forgot to implement the ReadOnly property.

[GB.GUI.BASE]
* BUG: SpinBox: Forgot to implement the ReadOnly property.

- - - - -
44e3f4f7 by bgermann at 2019-05-01T09:59:26Z
Add missing wait header

WIFEXITED and WEXITSTATUS are used, so add sys/wait.h

- - - - -
06171362 by Benoît Minisini at 2019-05-01T11:47:20Z
Merge branch 'italian-translations' into 'master'

Contains fix and new Italian translations

See merge request gambas/gambas!88
- - - - -
cae967de by gambas at 2019-05-01T11:52:51Z
Try to compile with poppler >= 0.76.

[GB.PDF]
* BUG: Try to compile with poppler >= 0.76.

- - - - -
c14a481b by gambas at 2019-05-01T11:53:27Z
Merge branch 'master' of gitlab.com:gambas/gambas

- - - - -
0f044b95 by gambas at 2019-05-01T12:39:44Z
Try again to compile with poppler 0.76.

[GB.PDF]
* BUG: Try again to compile with poppler 0.76.

- - - - -
d721a823 by gambas at 2019-05-01T13:16:05Z
Try again to compile with poppler 0.76.

[GB.PDF]
* BUG: Try again to compile with poppler 0.76.

- - - - -
8a6543b5 by gambas at 2019-05-01T22:27:01Z
Database editor: Locating SQLite database inside the home directory or inside the project now works correctly.

[DEVELOPMENT ENVIRONMENT]
* BUG: Database editor: Locating SQLite database inside the home directory or inside the project now works correctly.

- - - - -
d0e24c48 by Tobias Boege at 2019-05-03T21:35:26Z
gb.openssl: add linking exception for OpenSSL

[GB.OPENSSL]
* NEW: Add linking exception for OpenSSL (Thanks, Bastian Germann).

- - - - -
c9344bc2 by Benoît Minisini at 2019-05-03T21:43:07Z
Merge branch 'master' into 'master'

Add missing wait header

See merge request gambas/gambas!89
- - - - -
adac3c09 by Tobias Boege at 2019-05-03T23:09:24Z
Merge branch 'openssl-linking-exception' into 'master'

gb.openssl: add linking exception for OpenSSL

See merge request gambas/gambas!90
- - - - -
22b5e802 by Tobias Boege at 2019-05-04T15:35:00Z
Wiki: Discount comments in .info files when calculating number of symbols

[WIKI]
* BUG: Discount comments in .info files when calculating number of symbols.

- - - - -
5f4bcb01 by gambas at 2019-05-06T23:27:11Z
Dialog.SelectDirectory() now correctly shows hidden files when Dialog.ShowHidden is TRUE.

[GB.QT4]
* BUG: Dialog.SelectDirectory() now correctly shows hidden files when Dialog.ShowHidden is TRUE.

[GB.QT5]
* BUG: Dialog.SelectDirectory() now correctly shows hidden files when Dialog.ShowHidden is TRUE.

- - - - -
e365356c by gambas at 2019-05-07T08:35:20Z
Workaround a bug in system header files on PPC systems.

[GB.NET]
* BUG: Workaround a bug in system header files on PPC systems.

- - - - -
8ef91cc3 by gambas at 2019-05-07T09:25:16Z
Debugger: Make debugging windows fully readable with dark themes.

[DEVELOPMENT ENVIRONMENT]
* BUG: Debugger: Make debugging windows fully readable with dark themes.

- - - - -
37a11f35 by gambas at 2019-05-07T21:08:41Z
Version control: Add a new tab in the bottom panel for managing version control.

[DEVELOPMENT ENVIRONMENT]
* NEW: Version control: Add a new tab in the bottom panel for managing version control.
* NEW: Version control: Command timeout is now 15 seconds instead of 30.

- - - - -
7ffe5ff1 by gambas at 2019-05-07T21:11:23Z
Date.IsWeekEnd() is a new method that returns if a date is a week end.

[GB.UTIL]
* NEW: Date.IsWeekEnd() is a new method that returns if a date is a week end.

- - - - -
9f2da35c by gambas at 2019-05-08T04:20:35Z
Emit column position in almost all error messages.

[COMPILER]
* OPT: Some optimizations in symbol table routines.
* NEW: Emit column position in almost all error messages. It makes the compiler 2.5% slower, even with the optimizations.

- - - - -
7ea4fb4c by gambas at 2019-05-08T04:27:14Z
Remove a useless memory allocation in column annotation. The compiler is now just 0.5% slower than before.

[COMPILER]
* OPT: Remove a useless memory allocation in column annotation. The compiler is now just 0.5% slower than before.

- - - - -
beb79ec9 by gambas at 2019-05-08T12:15:01Z
Fix a forgotten '!' that broke the informer.

[INFORMER]
* BUG: Fix a forgotten '!' that broke the informer.

- - - - -
cea4b4d1 by gambas at 2019-05-08T13:32:11Z
Fix column computation when compiling expression tree.

[COMPILER]
* BUG: Fix column computation when compiling expression tree.

- - - - -
eb2934e9 by gambas at 2019-05-08T17:40:39Z
Drawing text now respects right-to-left languages the same way on every drawing device.

[GB.QT4]
* BUG: Drawing text now respects right-to-left languages the same way on every drawing device.

[GB.QT5]
* BUG: Drawing text now respects right-to-left languages the same way on every drawing device.

- - - - -
19b83e53 by gambas at 2019-05-08T22:04:18Z
Fix 'gb.Scientific' number format.

[INTERPRETER]
* BUG: Fix 'gb.Scientific' number format.

- - - - -
8c5a476b by Benoît Minisini at 2019-05-09T00:04:04Z
Update .gitlab-ci.yml
- - - - -
3bf400c5 by Benoît Minisini at 2019-05-09T00:30:22Z
Update .gitlab-ci.yml
- - - - -
8e0bf99c by glixx at 2019-05-13T01:54:50Z
fix typos

- - - - -
fefea3a6 by gambas at 2019-05-13T19:12:56Z
Little changes in MenuBox, Expander and SliderBox.

[GB.FORM]
* NEW: MenuButton: Handle right-to-left written language correctly.
* NEW: Expander: Redesign the Expander title.
* NEW: SliderBox: Hitting the ESC key in the SpinBox resets the SliderBox to its default value.

- - - - -
89df5d6a by gambas at 2019-05-13T19:14:44Z
Automatic completion: Handle boxed strings.

[DEVELOPMENT ENVIRONMENT]
* NEW: Automatic completion: Handle boxed strings.
* NEW/ Update financial support.

- - - - -
f65bd6eb by gambas at 2019-05-13T19:16:08Z
SpinBox: Hitting the ENTER or RETURN key triggers the Change event if needed.

[GB.GUI.BASE]
* NEW: SpinBox: Hitting the ENTER or RETURN key triggers the Change event if needed.

- - - - -
5eb80548 by gambas at 2019-05-13T19:17:05Z
Replace "mandrake" by "mandriva" in DnsClient example.

[EXAMPLES]
* BUG: Replace "mandrake" by "mandriva" in DnsClient example.

- - - - -
11787a12 by gambas at 2019-05-13T19:17:41Z
Merge branch 'master' of gitlab.com:gambas/gambas

- - - - -
c1bc03cc by gambas at 2019-05-13T23:25:51Z
Multiple statements in the same query does not leak memory anymore.

[GB.DB.SQLITE3]
* BUG: Multiple statements in the same query does not leak memory anymore. In that case, the result of the last statement is returned.

- - - - -
69411f40 by glixx at 2019-05-14T03:18:00Z
html formatting and typo for tips.en

- - - - -
b073a753 by Benoît Minisini at 2019-05-14T05:38:12Z
Merge branch 'master' into 'master'

Some fixes

See merge request gambas/gambas!92
- - - - -
af45f827 by gambas at 2019-05-14T05:58:21Z
Fix Willy Raets' mail address.

[CONFIGURATION]
* BUG: Fix Willy Raets' mail address.

[DEVELOPMENT ENVIRONMENT]
* NEW: Remove now useless 'authors.txt' file.

- - - - -
a02713f1 by gambas at 2019-05-14T05:59:31Z
Merge branch 'master' of gitlab.com:gambas/gambas

- - - - -
ca2dede0 by gambas at 2019-05-14T06:07:54Z
Really replace 'mandrake' by 'mandriva'.

[EXAMPLES]
* BUG: Really replace 'mandrake' by 'mandriva'.

- - - - -
b1556408 by gambas at 2019-05-14T06:13:32Z
Remove useless void translation files.

[GB.TERM.FORM]
* BUG: Remove useless void translation files.

- - - - -
54f47f43 by gambas at 2019-05-14T22:39:34Z
Code editor: Fix keyboard handling in procedure list.

[DEVELOPMENT ENVIRONMENT]
* BUG: Code editor: Fix keyboard handling in procedure list.

- - - - -
2f4f16c8 by glixx at 2019-05-15T23:58:19Z
examples: more translatable projects

- - - - -
530f6f0a by glixx at 2019-05-16T04:07:23Z
examples: Basic: improve i18n

- - - - -
d5721ce3 by glixx at 2019-05-16T04:35:16Z
examples: Control: improve i18n

- - - - -
8317de3e by glixx at 2019-05-16T06:21:46Z
examples: Database: improve i18n

- - - - -
4d5cf06f by glixx at 2019-05-16T06:33:45Z
examples: Printing: improve i18n

- - - - -
bbda6921 by gambas at 2019-05-16T21:39:00Z
Request: Posted field request using 'multipart/form-data' and having initial void lines were incorrectly trimmed.

[GB.WEB]
* BUG: Request: Posted field request using 'multipart/form-data' and having initial void lines were incorrectly trimmed. Posted files were not affected.

- - - - -
af356974 by glixx at 2019-05-17T02:13:49Z
examples: Drawing: improve i18n and fix RandomColorSort

- - - - -
a030b6a0 by glixx at 2019-05-17T03:44:34Z
examples: Games: improve i18n

- - - - -
d8c678c6 by glixx at 2019-05-17T04:17:13Z
examples: Image: improve i18n

- - - - -
f746a4ac by glixx at 2019-05-17T04:33:54Z
examples: Misc: improve i18n

- - - - -
baf93db0 by glixx at 2019-05-17T06:29:42Z
examples: Multimedia: improve i18n and fix WebCam

- - - - -
bfd645ea by glixx at 2019-05-17T07:04:14Z
examples: Networking: improve i18n

- - - - -
a142c76b by gambas at 2019-05-18T15:29:34Z
Remove every 'nl.mo' files still present in the repository.

- - - - -
85fb0743 by gambas at 2019-05-18T15:32:25Z
Revert "Remove every 'nl.mo' files still present in the repository."

This reverts commit a142c76b289d0a519b88dd8bee4e4e7031565011.

- - - - -
1f018b84 by gambas at 2019-05-18T15:36:30Z
Reallt remove every 'nl.mo' files still present in the repository.

- - - - -
0064a9a2 by gambas at 2019-05-18T15:43:40Z
Fix '.project' and '.component' files that incorrectly had conflict marks in it.

[GB.NET.POP3]
* BUG: Fix '.project' and '.component' files that incorrectly had conflict marks in it.

- - - - -
6f63a70e by gambas at 2019-05-18T15:45:14Z
GridView: GridView.Rows[].TextAlign is a new property that allows to define the alignment of the row header text.

[GB.GUI.BASE]
* NEW: GridView: GridView.Rows[].TextAlign is a new property that allows to define the alignment of the row header text.

- - - - -
947b0188 by gambas at 2019-05-18T16:52:44Z
And finally replace 'mandriva' by 'mageia'. We should be ok now.

[EXAMPLES]
* BUG: And finally replace 'mandriva' by 'mageia'. We should be ok now.

- - - - -
fb68c84a by gambas at 2019-05-18T17:12:34Z
Always read the translation of project title and description when displaying a project box, and read them correctly.

[DEVELOPMENT ENVIRONMENT]
* BUG: Always read the translation of project title and description when displaying a project box, and read them correctly.

[TEMPLATES]
* NEW: Update french translation of some template projects.

- - - - -
07326898 by gambas at 2019-05-18T17:26:11Z
About dialog: Wrap license text so that it is not truncated.

[DEVELOPMENT ENVIRONMENT]
* BUG: About dialog: Wrap license text so that it is not truncated.

[GB.GUI.BASE]
* BUG: Paint.DrawRichTextShadow() default radius is now the same as Paint.DrawTextShadow().

- - - - -
bee7558a by Alexey Loginov at 2019-05-20T06:47:52Z
use old format for shortcuts for WebCam

- - - - -
d7685bcd by glixx at 2019-05-20T01:19:02Z
examples: Networking: WebBrowser: improve i18n

- - - - -
6d90a6ac by glixx at 2019-05-20T02:29:48Z
examples: OpenGL: improve i18n

- - - - -
a33e14cf by glixx at 2019-05-20T03:43:14Z
typo

- - - - -
5632fefb by glixx at 2019-05-20T04:29:48Z
example: Collection: using local variable instead of global

- - - - -
e9cf1cf5 by glixx at 2019-05-20T05:11:49Z
example: NeHeTutorial: using local variable instead of global

- - - - -
675c5b2c by glixx at 2019-05-20T05:23:54Z
examples: Control: TreeView: improve i18n

- - - - -
51bebc49 by glixx at 2019-05-20T06:26:41Z
examples: improve i18n

- - - - -
d40fdebd by glixx at 2019-05-20T07:10:52Z
examples: typo

- - - - -
609e3348 by gambas at 2019-05-20T14:14:17Z
Stream.Eof is a new property that returns if end of stream has been reached.

[INTERPRETER]
* NEW: Stream.Eof is a new property that returns if end of stream has been reached. It's the same thing as Eof(Stream).

- - - - -
7faa79aa by glixx at 2019-05-21T06:02:05Z
examples: improve i18n

- - - - -
9a027af1 by glixx at 2019-05-21T06:34:51Z
fix usage of TimeBox

- - - - -
d7fc8cb6 by glixx at 2019-05-21T06:41:00Z
examples: fix MapView

- - - - -
94c00feb by GianluigiOr at 2019-05-21T14:04:57Z
Contains fix and new Italian translations

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

[GB.TERM.FORM]
* NEW: The complete new translation.

- - - - -
fe0b8647 by glixx at 2019-05-22T02:43:29Z
examples: improve i18n and fix KeyPress events

- - - - -
b7b5cbfe by glixx at 2019-05-22T02:57:48Z
examples: Pong: fix "out of bounds"

- - - - -
3b563c1f by glixx at 2019-05-22T03:12:28Z
examples: Games: RobotFindsKitten: reading localized nkis.txt if exists

- - - - -
615f5640 by glixx at 2019-05-22T07:09:38Z
examples: Lighttable: fix html file opening

- - - - -
21fd8b86 by glixx at 2019-05-23T01:04:08Z
examples: Games: BeastScroll: disable translation because of not drawing translated strings

- - - - -
2d2bb373 by glixx at 2019-05-23T04:15:00Z
Update Russian translation

- - - - -
e464a518 by glixx at 2019-05-23T04:24:34Z
s/mandriva/mageia/

- - - - -
42aed39f by glixx at 2019-05-23T05:05:09Z
revert last commit to fix merge conflict

- - - - -
61567999 by glixx at 2019-05-23T05:50:09Z
add myself to AUTHORS

- - - - -
beb9e1fc by glixx at 2019-05-23T06:33:31Z
examples: SerialPort: better caption of About dialog

- - - - -
0bfe40ac by gambas at 2019-05-23T17:15:03Z
Message boxes now correctly use the translated title.

[GB.GTK]
* BUG: Message boxes now correctly use the translated title.

[GB.GTK3]
* BUG: Message boxes now correctly use the translated title.
* BUG: Rudimentary support for GDK backends that are not X11.

- - - - -
de5cb9d2 by Tobias Boege at 2019-05-23T17:49:06Z
Make Gambas/Invaders example compile

[EXAMPLES]
* BUG: Make Games/Invaders compile

- - - - -
b2c6f917 by glixx at 2019-05-23T23:11:59Z
examples: Games: Pong: revert window size how it was before

- - - - -
44914102 by glixx at 2019-05-23T23:27:35Z
examples: Embedder: fix wrong using richtext for tooltip

- - - - -
baa18e85 by gambas at 2019-05-23T23:58:28Z
Tooltips now support rich text, like in the QT components.

[GB.GTK]
* BUG: Tooltips now support rich text, like in the QT components.

[GB.GTK3]
* BUG: Tooltips now support rich text, like in the QT components.

- - - - -
58acdfe9 by gambas at 2019-05-23T23:59:18Z
Merge branch 'master' of gitlab.com:gambas/gambas

- - - - -
615c5e89 by W. Raets at 2019-05-24T00:14:36Z
Updated all Dutch translations and dutch translator e-mail address

[DEVELOPMENT ENVIRONMENT]
* NEW: Updated Dutch translations

[WIKI CGI SCRIPT]
* NEW: Updated Dutch translations

[WEB SITE MAKER]
* NEW: Updated Dutch translations

[GB.ARGS]
* NEW: Updated Dutch translations

[GB.DB.FORM]
* NEW: Updated Dutch translations

[GB.FORM]
* NEW: Updated Dutch translations

[GB.FORM.DIALOG]
* NEW: Updated Dutch translations

[GB.FORM.MIDI]
* NEW: Updated Dutch translations

[GB.NET.POP3]
* NEW: Updated Dutch translations

[GB.REPORT]
* NEW: Updated Dutch translations

[GB.REPORT2]
* NEW: Updated Dutch translations

[GB.TERM.FORM]
* NEW: Updated Dutch translator e-mail

[GB.WEB.FEED]
* NEW: Updated Dutch translator e-mail

[GB.WEB.FORM]
* NEW: Updated Dutch translator e-mail

- - - - -
d968c2f3 by Benoît Minisini at 2019-05-24T00:14:36Z
Merge branch 'master' into 'master'

Dutch translations re-added to gb.term.form

See merge request gambas/gambas!94
- - - - -
19932f40 by Benoît Minisini at 2019-05-24T00:15:10Z
Merge branch 'italian-translations' into 'master'

Contains fix and new Italian translations

See merge request gambas/gambas!95
- - - - -
1ca4f8d7 by gambas at 2019-05-24T00:36:10Z
Add greek and cyrillic characters to the default font.

[GB.SDL2]
* NEW: Add greek and cyrillic characters to the default font.

- - - - -
5b63ae04 by gambas at 2019-05-24T00:36:46Z
Merge branch 'master' of gitlab.com:gambas/gambas

- - - - -
cd23bae0 by Benoît Minisini at 2019-05-24T01:04:57Z
Merge branch 'master' into 'master'

Russian translation and examples fixes

See merge request gambas/gambas!96
- - - - -
4b9c42bd by gambas at 2019-05-24T02:47:02Z
DnsClient: Fix mageia web site hostname.

[EXAMPLES]
* BUG: DnsClient: Fix mageia web site hostname.

- - - - -
0998197e by glixx at 2019-05-24T03:15:14Z
examples: Embedder: use richtext for tooltips back; BeastScroll: enable translation; HTTPPost: improve i18n

- - - - -
c213afb4 by glixx at 2019-05-24T03:29:43Z
examples: Wizard: delete <blockquote>

- - - - -
1f17e4e8 by glixx at 2019-05-24T04:43:39Z
examples: update PO files after changing mandrake on mageia

- - - - -
0ab84aa3 by gambas at 2019-05-25T20:25:13Z
Disable top-level menus shortcuts when the window menu bar is hidden.

[GB.FORM]
* BUG: MenuButton: Use selected background color when the MenuOnly property is set and the MenuButton has the focus.

[GB.GTK]
* NEW: Disable top-level menus shortcuts when the window menu bar is hidden.

[GB.GTK3]
* NEW: Disable top-level menus shortcuts when the window menu bar is hidden.

[GB.GUI.BASE]
* NEW: Add helper function for disabling/enabling top-level menu shortcuts.

[GB.QT4]
* NEW: Disable top-level menus shortcuts when the window menu bar is hidden.

[GB.QT5]
* NEW: Disable top-level menus shortcuts when the window menu bar is hidden.

- - - - -
ea31dd77 by gambas at 2019-05-25T20:28:47Z
Packager: Remove support for Mandriva and deprecated Mageia SPEC entries.

[DEVELOPMENT ENVIRONMENT]
* BUG: Help browser: The loading spinner is now always correctly centered.
* NEW: Packager: Remove support for mandriva.
* BUG: Packager: Remove deprecated entries in SPEC file for mageia.
* NEW: Farm client: ESC key now closes the window.
* NEW: Add cyrillic and greek character in the SDL default font generation function.
* BUG: Update French translation so that top-level menu does not use characters with diacritics for shortcuts.

- - - - -
0815d38a by Benoît Minisini at 2019-05-26T22:48:41Z
Merge branch 'master' into 'master'

Some more updates for examples

See merge request gambas/gambas!97
- - - - -
4422698b by gambas at 2019-05-27T16:42:04Z
Some translation-related fixes.

[DEVELOPMENT ENVIRONMENT]
* BUG: Correctly read multi-lines translations of project title and description.
* BUG: Automatic translation now works better with multi-line translations.
* NEW: Create project dialog: Forbid '<', '>', '(', ')', '{' and '}' in project names.
* BUG: Project properties dialog: Environment variables menus must not be translatable.
* BUG: Packager: Do not remove deprecated entries from SPEC file for Mageia, it does not work.
* NEW: Update translations of license.

- - - - -
dfbe7313 by gambas at 2019-05-27T16:49:00Z
Merge branch 'master' of gitlab.com:gambas/gambas

- - - - -
760d1be3 by gambas at 2019-05-27T16:49:53Z
MenuButton: Focus should not be stolen anymore when clicking on a menu-only MenuButton.

[GB.FORM]
* NEW: MenuButton: Focus should not be stolen anymore when clicking on a menu-only MenuButton.

- - - - -
4fabcbec by glixx at 2019-05-28T02:51:56Z
rpm packaging improvement

- - - - -
ff84013e by glixx at 2019-05-28T04:40:31Z
examples: add more descriptions in .project files

- - - - -
811eb241 by glixx at 2019-05-28T05:31:50Z
do not need Comment in desktop file if Description is missing

- - - - -
c41c90b7 by glixx at 2019-05-28T05:48:55Z
examples: workable url for HTTPPost

- - - - -
5024b3d6 by glixx at 2019-05-28T06:06:07Z
update Russian translation

- - - - -
eb962b42 by glixx at 2019-05-28T23:10:20Z
update groups for Mageia

- - - - -
073208ca by glixx at 2019-05-28T23:15:09Z
Patch CVE-2013-7447

- - - - -
f6ba3911 by glixx at 2019-05-29T00:10:07Z
update gambas3.desktop

- - - - -
5c8f0e81 by glixx at 2019-05-29T00:49:31Z
update AUTHORS

- - - - -
1160b731 by glixx at 2019-05-29T02:54:16Z
examples: MyWebCam: fix segfault on pressing Stop

- - - - -
d6220014 by glixx at 2019-05-29T03:45:59Z
more place for text for FTips.form, FMakePatch.form

- - - - -
7d74bbc9 by glixx at 2019-05-30T02:38:53Z
enable BuildRoot for spec file back to fix building Mageia on a host systems

- - - - -
129a2c83 by glixx at 2019-05-30T05:11:13Z
update Russian translation

- - - - -
535e619b by glixx at 2019-05-30T06:30:18Z
some fixes for examples

- - - - -
6706900d by - at 2019-05-30T06:49:10Z
comp: gb.report: add more space for text

- - - - -
94e698e9 by Benoît Minisini at 2019-05-30T18:55:09Z
Merge branch 'master' into 'master'

Some fixes

See merge request gambas/gambas!98
- - - - -
05d27c6b by gambas at 2019-05-30T19:08:37Z
Don't use absolute path for executable in desktop files.

[DEVELOPMENT ENVIRONMENT]
* NEW: Packager: Don't use absolute path for executable in desktop files.

- - - - -
0321d5b7 by - at 2019-05-31T01:49:32Z
examples: switch qt4 on qt5

- - - - -
2c2147e9 by - at 2019-05-31T02:08:32Z
fix similar latin letter on cyrillic in gambas3.desktop

- - - - -
6b9a727b by - at 2019-05-31T02:37:05Z
examples: WebCam:  fix segfault on taking snapshot

- - - - -
5f7968c3 by - at 2019-05-31T03:06:44Z
examples: WebCam: fix showing sliders

- - - - -
ff47384a by - at 2019-05-31T05:17:17Z
Packager: disable looking for makeself, enable fakeroot

- - - - -
d43ff737 by - at 2019-05-31T05:35:04Z
Packager: sRelease for Fedora and Suse

- - - - -
e89e5613 by - at 2019-05-31T05:57:33Z
Packager: remove .orig directory before deb package building

- - - - -
8a959070 by glixx at 2019-05-31T12:49:57Z
Packager: differentiate fedora and suse pkgs
- - - - -
f1ac2f55 by gambas at 2019-06-01T02:52:25Z
Implement Drag.Show() in Gambas, and consequently fix it in 'gb.gtk3'.

[GB.GTK]
* NEW: Drag.Show() and Drag.Hide() methods are now implemented in 'gb.gui.base'.
* NEW: Drag.X and Drag.Y properties are now writable.

[GB.GTK3]
* NEW: Drag.Show() and Drag.Hide() methods are now implemented in 'gb.gui.base'.
* NEW: Drag.X and Drag.Y properties are now writable.
* BUG: Finishing a drag & drop now correclty releases the button grab.

[GB.GUI.BASE]
* NEW: GridView: The padding of column headers is at least half of Desktop.Scale.
* NEW: ScrollArea: The Scroll() method returns TRUE now if no scrolling actually occured.
* BUG: TreeView: Item X property now correctly takes the TreeView padding into account.
* NEW: Drag.Show() and Drag.Hide() methods are now implemented in 'gb.gui.base'.

[GB.QT4]
* NEW: Drag.Show() and Drag.Hide() methods are now implemented in 'gb.gui.base'.
* NEW: Drag.X and Drag.Y properties are now writable.

[GB.QT5]
* NEW: Drag.Show() and Drag.Hide() methods are now implemented in 'gb.gui.base'.
* NEW: Drag.X and Drag.Y properties are now writable.

- - - - -
ecb74c1c by Benoît Minisini at 2019-06-01T12:58:27Z
Merge branch 'master' into 'master'

Some fixes

See merge request gambas/gambas!99
- - - - -
421ef101 by gambas at 2019-06-01T13:01:01Z
Update Gambas 3 desktop file and add french translations.

[CONFIGURATION]
* NEW: Update Gambas 3 desktop file and add french translations.

- - - - -
70100954 by gambas at 2019-06-01T13:01:43Z
Translation dialog: New button that adds a new translation.

[DEVELOPMENT ENVIRONMENT]
* NEW: Translation dialog: New button that adds a new translation.

- - - - -
3b2d832f by gambas at 2019-06-04T18:57:10Z
IconPanel: Fix cursor keys management, so that hidden tabs cannot be selected by keyboard.

[GB.FORM]
* BUG: IconPanel: Fix cursor keys management, so that hidden tabs cannot be selected by keyboard.

- - - - -
59321202 by gambas at 2019-06-04T19:33:52Z
Translation dialog: The "-" string is not used anymore for strings marked as not to be translated.

[DEVELOPMENT ENVIRONMENT]
* BUG: Translation dialog: The "-" string is not used anymore for strings marked as not to be translated. Instead a specific "# gb-ignore" comment and a void translation are written into the PO file.

- - - - -
dd121d66 by gambas at 2019-06-05T01:08:22Z
Replace the message box native implementation by a Gambas implementation.

[GB.FORM.STOCK]
* NEW: Add a 128 pixel version of the 'delete' stock icon.

[GB.GTK]
* NEW: Message: Remove the message box native implementation.

[GB.GTK3]
* NEW: Message: Remove the message box native implementation.

[GB.GUI.BASE]
* NEW: Message: Implement the message boxes entirely in Gambas.

[GB.QT4]
* NEW: Message: Remove the message box native implementation.

[GB.QT5]
* NEW: Message: Remove the message box native implementation.

- - - - -
e2581fb1 by gambas at 2019-06-05T08:33:39Z
Control: Fix the Tooltip property.

[GB.GTK]
* BUG: Control: Fix the symbol lookup error of the Tooltip property.
* BUG: Control: Fix the Tooltip property name.

[GB.GTK3]
* BUG: Control: Fix the symbol lookup error of the Tooltip property.
* BUG: Control: Fix the Tooltip property name.

- - - - -
f5a34023 by gambas at 2019-06-05T23:53:52Z
When a component of the opened project is not installed, do not remove it from the project component list. Keep it uncheckable.

[DEVELOPMENT ENVIRONMENT]
* NEW: When a component of the opened project is not installed, do not remove it from the project component list. Keep it uncheckable.

- - - - -
a1d9ffc5 by gambas at 2019-06-05T23:59:22Z
Message: Temporarily restore the default mouse cursor when displaying a message box.

[GB.GUI.BASE]
* BUG: Message: Temporarily restore the default mouse cursor when displaying a message box.

- - - - -
0b5efe14 by - at 2019-06-07T03:11:58Z
Examples: Tablet: do not use Black on Black color, using DarkGray

- - - - -
b68fce7d by - at 2019-06-07T03:18:09Z
Examples: Solitaire: less form size

- - - - -
e269c9e3 by - at 2019-06-07T03:48:52Z
Gambas3: update Russian translation

- - - - -
9496b56b by - at 2019-06-07T01:58:12Z
Examples: MediaPlayer: shorter ru translation

- - - - -
ce37d6ff by gambas at 2019-06-11T20:32:12Z
Ignore errors when loading a class for the JIT compiler.

[INTERPRETER]
* BUG: Ignore errors when loading a class for the JIT compiler.

[GB.JIT]
* BUG: Loading a class during JIT compilation can fail. Take that into account.

- - - - -
d9858d07 by gambas at 2019-06-13T22:55:22Z
Compute prefered column width correctly and fix top-level menus initialization routine.

[GB.GUI.BASE]
* BUG: Top-level menus initialization routine takes invalid menus into account now.
* BUG: GridView: Compute prefered column width correctly.

- - - - -
e2693403 by Benoît Minisini at 2019-06-13T23:22:09Z
Merge branch 'master' into 'master'

Minor changes

See merge request gambas/gambas!100
- - - - -
59431f13 by gambas at 2019-06-13T23:23:43Z
TabPanel: Fix drawing of tab header contents.

[GB.FORM]
* BUG: TabPanel: Fix drawing of tab header contents.
* NEW: TabPanel: Draw tab focus like hovered buttons.
* NEW: ListEditor: Use the 'remove' icon instead of the 'delete' one.

- - - - -
8d76cc99 by gambas at 2019-06-13T23:26:12Z
Component.Load() can load a component located at an absolute path now.

[INTERPRETER]
* NEW: Component.Load() can load a component located at an absolute path now.

- - - - -
3aa6b545 by gambas at 2019-06-13T23:27:16Z
Search dialog: The "Public" folder is now correctly browsed in all cases.

[DEVELOPMENT ENVIRONMENT]
* NEW: Option dialog: Use icon-only tool buttons for configuring highlight style.
* BUG: Search dialog: The "Public" folder is now correctly browsed in all cases.
* NEW: Redraw some icons.

- - - - -
988546ad by gambas at 2019-06-13T23:32:14Z
Update some translations.

[EXAMPLES]
* NEW: Update some translations.

- - - - -
aa8bc2b4 by glixx at 2019-06-17T00:04:33Z
examples: Puzzle1To8: update Russian translation

- - - - -
43b7bd73 by glixx at 2019-06-17T00:10:13Z
examples: Puzzle1To8: fix German translation

- - - - -
84dcb3e4 by glixx at 2019-06-17T00:16:47Z
examples: BeastScroll: remove testing fields from project file

- - - - -
cfb4a9d2 by gambas at 2019-06-18T07:50:56Z
Enumerating an unknown datatype does not raise an error automatically anymore.

[GB.JIT]
* BUG: Enumerating an unknown datatype does not raise an error automatically anymore.

- - - - -
47d96cce by Benoît Minisini at 2019-06-18T07:57:14Z
Merge branch 'master' into 'master'

Examples fixes

See merge request gambas/gambas!101
- - - - -
4f027d25 by gambas at 2019-06-19T11:09:06Z
Fix drag & drop on drop targets that are children of another drop target.

[GB.GUI.BASE]
* BUG: Fix drag & drop on drop targets that are children of another drop target.

- - - - -
89dcbf8a by gambas at 2019-06-19T11:10:19Z
Merge branch 'master' of gitlab.com:gambas/gambas

- - - - -
03432457 by gambas at 2019-06-21T17:53:55Z
Project property dialog: Standardize the look of lists widgets.

[DEVELOPMENT ENVIRONMENT]
* NEW: Update financial support.
* NEW: About dialog: Update design.
* NEW: Project property dialog: Standardize the look of lists widgets.

- - - - -
64a13bfa by gambas at 2019-06-21T17:56:48Z
MenuButton: Fix possible crashes with focus management.

[GB.FORM]
* BUG: MenuButton: Fix possible crashes with focus management.

- - - - -
0179eb59 by gambas at 2019-06-21T18:00:58Z
Enhance language detection done by the Request.Language property.

[GB.WEB]
* NEW: Enhance language detection done by the Request.Language property.

- - - - -
bc8223e2 by gambas at 2019-06-21T23:20:38Z
If the current translation does not exist, try to use the first available translation of the same language in another country.

[INTERPRETER]
* NEW: If the current translation does not exist, try to use the first available translation of the same language in another country.

- - - - -
86026080 by gambas at 2019-06-22T05:45:29Z
Fix translation strings in some components.

[GB.FORM.EDITOR]
* BUG: Translate popup menu.

[GB.NET.CURL]
* BUG: DownloadManager: Remove useless Message event.
* NEW: DownloadManager: Add a Connect event raised when the distant server is connected.

[GB.WEB]
* BUG: CGI error message is not translatable.

[GB.XML]
* BUG: Error messages must not be translatable.

- - - - -
a94d7dfa by Matthew Collins at 2019-06-23T15:08:21Z
[WIKI] Updated Playground Url

NEW: Changed playground urls from http to https.
NEW: Switched to run examples from stable to daily builds.
- - - - -
932fbb19 by gambas at 2019-06-25T22:26:11Z
TextEditor: Undo now groups successive single character insertions, and successive single character deletions as well.

[GB.FORM.EDITOR]
* NEW: TextEditor: Don't enclose selection with quotes anymore, it is more annoying than anything else.
* NEW: TextEditor: Undo now groups successive single character insertions, and successive single character deletions as well.

- - - - -
23c42685 by gambas at 2019-06-27T10:59:32Z
Don't crash anymore when searching into an archive that failed to load.

[INTERPRETER]
* BUG: Don't crash anymore when searching into an archive that failed to load.
* BUG: The archive path is now a dynamic string.

- - - - -
85d4293e by gambas at 2019-06-28T20:58:49Z
Packager: Allow to enter the minimum Gambas version required and translate the Name entry of desktop files.

[DEVELOPMENT ENVIRONMENT]
* NEW: Update French translation.
* BUG: Fix a possible crash when disabling/enabling a breakpoint.
* NEW: Packager: Allow to enter the minimum Gambas version required.
* NEW: Packager: Extra desktop file entries can override default entries.
* NEW: Packager: The desktop file Name entry is now emitted with its translations.

- - - - -
ced6a42a by gambas at 2019-06-28T21:57:21Z
Packager: Some bug fixes, and traslate the project description in the desktop file.

[DEVELOPMENT ENVIRONMENT]
* BUG: Packager: Doing the same package several times without closing the wizard works correctly now.
* BUG: Packager: When making a *.deb package, clean-up the target directory from possible already existing similar packages. Otherwise dpkg-buildpackage does not build.
* NEW: Packager: Translate project description in desktop file.

- - - - -
def5aaf0 by Benoît Minisini at 2019-06-29T00:16:30Z
Merge branch 'master' into 'master'

[WIKI] Updated Playground Url

See merge request gambas/gambas!102
- - - - -
4128a33a by gambas at 2019-06-29T14:10:21Z
Update library to version 6.4.2.

[GB.CLIPPER]
* NEW: Update library to version 6.4.2.
* BUG: Get rid of a gcc warning.

- - - - -
01a3106d by gambas at 2019-06-29T14:11:51Z
New Highlight.Alternate style, and make the matching braces blink with the cursor.

[GB.EVAL]
* NEW: Highlight.Alternate is a new constant that represents the background style used for coloring code embedded into webpages.

[GB.EVAL.HIGHLIGHT]
* NEW: Support for new Highlight.Alternate style.

[GB.FORM.EDITOR]
* NEW: Support for new Highlight.Alternate style.
* NEW: Matching braces now blink with the cursor.
* BUG: When the cursor moves, the blinking timer is reset so that the cursor blinks only when it is not moving.

- - - - -
8294c6a8 by gambas at 2019-06-29T14:15:49Z
New 'new-tab' stock icon and redraw a few icons.

[GB.FORM]
* NEW: New 'new-tab' stock icon.

[GB.FORM.STOCK]
* NEW: New 'new-tab' stock icon.
* NEW: Redraw a few icons.

- - - - -
e3eb2388 by gambas at 2019-06-29T14:17:09Z
Support for new Highlight.Alternate style.

[DEVELOPMENT ENVIRONMNENT]
* NEW: Support for new Highlight.Alternate style.
* NEW: Update highlight themes.
* NEW: Update French translation.

- - - - -
2e2c1c3b by gambas at 2019-06-29T14:19:12Z
Try to enhance language detection in Request.Language property.

[GB.WEB]
* NEW: Try to enhance language detection in Request.Language property.

- - - - -
a4aac295 by Benoît Minisini at 2019-06-29T15:18:14Z
Update .gitlab-ci.yml
- - - - -
68e085bb by gambas at 2019-06-30T18:32:01Z
Don't crash when seeking if no media is played and emit standard control events from the inner DrawingArea.

[GB.MEDIA.FORM]
* BUG: Don't crash when seeking if no media is played.
* NEW: Emit standard control events from the inner DrawingArea.

- - - - -
e09f6a6f by gambas at 2019-06-30T19:39:35Z
Merge branch 'master' of gitlab.com:gambas/gambas

- - - - -
53a8b5bd by Laurent Carlier at 2019-07-03T08:27:12Z
[GB.QT5]
* BUG: Fix build with Qt 5.13.

[GB.QT5.EXT]
* BUG: Fix build with Qt 5.13.

[GB.QT5.OPENGL]
* BUG: Fix build with Qt 5.13.

[GB.QT5.WEBKIT]
* BUG: Fix build with Qt 5.13.

- - - - -
6ef1ef4a by gambas at 2019-07-03T09:49:32Z
ShowLines is a new property that makes the tree views draw tree lines.

[GB.GUI.BASE]
* NEW: Paint.Arrow() is a new method that draws an arrow.
* NEW: TreeView & ColumnView: ShowLines is a new property that makes the control draw tree lines.
* NEW: TreeView & ColumnView: The arrow size now follows the font size.

- - - - -
03d704c0 by gambas at 2019-07-03T17:16:32Z
New stock icon named 'call'.

[GB.FORM]
* NEW: New stock icon named 'call'.

[GB.FORM.STOCK]
* NEW: Add 'call' stock icon and redraw 'archive' icon.

- - - - -
a0fd6a99 by gambas at 2019-07-03T17:18:02Z
TerminalView: Update colors so that they are readable both on a light and a dark background.

[GB.FORM.TERMINAL]
* BUG: TerminalView: Update colors so that they are readable both on a light and a dark background.

- - - - -
a9bd2fe8 by GianluigiOr at 2019-07-03T17:20:38Z
Contains fix and new Italian translations

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

[GB.FORM.TERMINAL]
* NEW: The complete translation.

[GB.TERM.FORM]
* NEW: The translation is now complete.

[GB.UTIL]
* New: The translation is now fix

- - - - -
d58e3c15 by gambas at 2019-07-03T19:39:55Z
Add 128 pixels versions of stock icons used by mimetypes.

[GB.FORM.STOCK]
* NEW: Add 128 pixels versions of stock icons used by mimetypes.

- - - - -
096d63af by Benoît Minisini at 2019-07-03T20:06:00Z
Merge branch 'qt-5.13' into 'master'

Fix build with Qt 5.13

See merge request gambas/gambas!103
- - - - -
820c8cf9 by Benoît Minisini at 2019-07-03T20:06:51Z
Merge branch 'italian-translations' into 'master'

Contains fix and new Italian translations

See merge request gambas/gambas!104
- - - - -
e9da726b by gambas at 2019-07-04T00:54:16Z
Packager: Create lower-case symbolic links on executables for Debian, Slackware, ArchLinux and Autotools packages.

[DEVELOPMENT ENVIRONMENT]
* BUG: Image editor: Show the grid below the selection and other tool strokes.
* NEW: Packager: Create lower-case symbolic links on executables for Debian, Slackware, ArchLinux and Autotools packages.
* NEW: Packager: Autotools package does not use the deprecated AM_INIT_AUTOMAKE syntax anymore.

- - - - -
5fcf191a by gambas at 2019-07-04T18:52:17Z
Editor: Fix Highlight.Alternate property.

[GB.QT4.EXT]
* BUG: Editor: Fix Highlight.Alternate property.

- - - - -
8479b7f6 by gambas at 2019-07-04T22:15:19Z
Message: Workaround a text layout bug when computing the size of the message box.

[GB.GUI.BASE]
* BUG: Message: Workaround a text layout bug when computing the size of the message box.

- - - - -
ade69465 by Tobias Boege at 2019-07-06T19:18:33Z
gb.openssl: Allow arbitrary digests in HMac()

[GB.OPENSSL]
* NEW: Allow arbitrary digest methods to be passed to HMac(). They are now identified by their name. The integer arguments are deprecated.

- - - - -
d913a599 by Tobias Boege at 2019-07-06T19:45:37Z
gb.openssl: Add OpenSSL static class and RandomBytes method

[GB.OPENSSL]
* NEW: Add static class OpenSSL for general utility methods provided by OpenSSL
* NEW: Add OpenSSL.RandomBytes to generate a cryptographically strong pseudo-random string of given length

- - - - -
798b1d54 by gambas at 2019-07-09T17:35:01Z
Add Paint.FontScale, and make gb.gtk and gb.gtk3 printer drawing behave the same as QT components.

[GB.DRAW]
* NEW: Paint: FontScale is a new property that defines a scale applied to the size of the fonts assigned to the Paint.Font property.
* NEW: Paint: Scale() second argument is now optional, and takes the same value as the first argument if omitted.

[GB.GTK]
* NEW: Paint: Implementation of Paint.FontScale.
* BUG: Printer: All printer events are raised between a single Paint.Begin() / Paint.End().

[GB.GTK3]
* NEW: Paint: Implementation of Paint.FontScale.
* BUG: Printer: All printer events are raised between a single Paint.Begin() / Paint.End().
* BUG: Printer: Print() does now crash anymore.
* BUG: Printer: Font sizes now are the same as with QT components.

[GB.QT4]
* NEW: Paint: Implementation of Paint.FontScale.

[GB.QT5]
* NEW: Paint: Implementation of Paint.FontScale.

- - - - -
63b503ca by gambas at 2019-07-09T17:41:10Z
Make the TreeView arrows a little bit thinner and darker

[GB.GUI.BASE]
* NEW: Make the TreeView arrows a little bit thinner and darker.

- - - - -
f44b12f1 by gambas at 2019-07-09T17:43:15Z
DocumentView: Fix some bugs and add ShowPage and Desaturate properties.

[GB.FORM]
* NEW: DocumentView: The default background color is now a mix of the default text foreground and background colors.
* BUG: DocumentView: Use Paint.Begin() instead of Draw.Begin(), so that preview uses anti-aliasing.
* BUG: DocumentView: Fix some cases of page drawing not correctly triggered.
* NEW: DocumentView: ShowPage is new property that displays the current page and the number of pages inside the preview.
* NEW: DocumentView: Desaturate is a new property that desaturates the preview. It's slow when the zoom is huge.
* NEW: DocumentView: Allow zoom up to 800%.

- - - - -
be96ff02 by gambas at 2019-07-09T17:48:41Z
'gb.form.print' is a new component extends the Printer class with a generic preview and print dialog.

[GB.FORM.PRINT]
* NEW: 'gb.form.print' is a new component extends the Printer class with a generic preview and print dialog.

- - - - -
c5b2b508 by gambas at 2019-07-09T17:49:59Z
Text and code editors now can print their contents.

[DEVELOPMENT ENVIRONMENT]
* NEW: Add support for the new 'gb.form.print' component.
* NEW: Code editor: Add a print button and menu entry that prints the contents of the editor.
* NEW: Text editor: Add a print button and menu entry that prints the contents of the editor.
* NEW: Option dialog: Add an option to define the font used for printing.

- - - - -
7ac42872 by gambas at 2019-07-09T17:53:45Z
Merge branch 'master' of gitlab.com:gambas/gambas

- - - - -
ad7b2a49 by gambas at 2019-07-10T02:19:02Z
Automatically set Paint.FontScale when painting on a printer, so that font size is actually the same as on the screen.

[GB.GTK]
* NEW: Automatically set Paint.FontScale when painting on a printer, so that font size is actually the same as on the screen.

[GB.GTK3]
* NEW: Automatically set Paint.FontScale when painting on a printer, so that font size is actually the same as on the screen.

[GB.QT4]
* NEW: Automatically set Paint.FontScale when painting on a printer, so that font size is actually the same as on the screen.
* BUG: Fix rich text size margins between paragraphs and titles.
* BUG: Fix rich text size computation.

[GB.QT5]
* NEW: Automatically set Paint.FontScale when painting on a printer, so that font size is actually the same as on the screen.
* BUG: Fix rich text size margins between paragraphs and titles.
* BUG: Fix rich text size computation.

- - - - -
8e487e5b by gambas at 2019-07-10T02:22:14Z
Painting on an already painted device now correctly inherits the Paint.FontScale property.

[GB.DRAW]
* BUG: Painting on an already painted device now correctly inherits the Paint.FontScale property.

- - - - -
b0801ec7 by gambas at 2019-07-10T02:23:10Z
DocumentView: Correctly reset the scroll position when setting Arrangement to Arrange.Fill.

[GB.FORM]
* BUG: DocumentView: Correctly reset the scroll position when setting Arrangement to Arrange.Fill.
* OPT: DocumentView: Desaturate is faster now as it is done only once per page drawing.

- - - - -
0310b584 by gambas at 2019-07-10T02:25:18Z
TextEditor: TextEditor[].Paint() is a new method that paint the contents of a line, without the margin.

[GB.FORM.EDITOR]
* NEW: TextEditor: TextEditor[].Paint() is a new method that paint the contents of a line, without the margin.

- - - - -
52950c37 by gambas at 2019-07-10T02:27:06Z
Enhance and fix the interface of the preview dialog.

[GB.FORM.PRINT]
* NEW: Enhance and fix the interface of the preview dialog.

- - - - -
aa9084e3 by Benoît Minisini at 2019-07-10T02:32:35Z
Fix debian-oldstable
- - - - -
78bd93d4 by Benoît Minisini at 2019-07-10T02:36:24Z
Fix debian-oldstable again
- - - - -
cb115937 by Benoît Minisini at 2019-07-10T02:41:44Z
Fix debian-oldstable by moving debian-stable to debian-oldstable
- - - - -
30a73a44 by Benoît Minisini at 2019-07-10T02:45:10Z
Fix debian-stable by moving debian-testing to debian-stable.
- - - - -
4362ebbb by Benoît Minisini at 2019-07-10T02:59:32Z
No more 'gb.desktop.keyring' in debian-stable.
- - - - -
9dfcfccb by gambas at 2019-07-10T11:23:56Z
Don't depend on 'gb.form', it breaks the compilation!

[GB.GUI.BASE]
* BUG: Don't depend on 'gb.form', it breaks the compilation!

- - - - -
fed1e209 by gambas at 2019-07-10T11:24:31Z
Merge branch 'master' of gitlab.com:gambas/gambas

- - - - -
0c0b2b64 by gambas at 2019-07-10T20:38:47Z
DesktopMime: Correctly identify executables as "application/x-executable".

[GB.DESKTOP]
* BUG: DesktopMime: Correctly identify executables as "application/x-executable".

- - - - -
8a4d713a by gambas at 2019-07-10T21:08:15Z
Disable templates using components not installed on the system, and only propose GUI components actually installed when 'gb.gui' is in use.

[DEVELOPMENT ENVIRONMENT]
* NEW: Project creation dialog: Disable templates using components not installed on the system.
* NEW: When 'gb.gui' is used, only propose GUI components actually installed on the system.

- - - - -
d186bf85 by gambas at 2019-07-11T22:10:45Z
Add a Scroll event to TreeView, ColumnView and ListView.

[GB.GUI.BASE]
* BUG: GridView: Border padding is now applied inside the cell, not outside like the margin.
* NEW: TreeView: A Scroll event is raised now then the TreeView, the ListView or the ColumnView scrolls.
* BUG: TreeView: Setting the item Font property to NULL does not crash anymore.

- - - - -
99a72c01 by gambas at 2019-07-11T22:16:29Z
TabPanel: Use the TabPanel foreground color to draw the titles of the tabs.

[GB.FORM]
* NEW: Spinner: Use the foreground color to draw the spinner and its label.
* NEW: TabPanel: Use the TabPanel foreground color to draw the titles of the tabs.

- - - - -
f82a67a4 by gambas at 2019-07-11T22:40:13Z
TextEditor: Draw wrapped lines with a normal background, but with a gray hook to its right.

[GB.FORM.EDITOR]
* NEW: TextEditor: Draw wrapped lines with a normal background, but with a gray hook to its right.
* BUG: TextEditor: Now we can set up to 32 style colors without crashing.

- - - - -
f1cc289b by gambas at 2019-07-11T22:40:56Z
Add an option not to increment version, and draw the startup class with underline bold text instead of using an emblem.

[DEVELOPMENT ENVIRONMENT]
* NEW: Project tree: Startup class is now drawn with underline bold text instead of using an emblem.
* NEW: Make executable dialog: Add an option not to increment version. This is options is saved in the local project settings.
* NEW: Code printing: Use always the same font size for drawing page header and footer.

- - - - -
72cb22f0 by GianluigiOr at 2019-07-13T14:05:55Z
Contains new Italian translations

[GB.FORM.PRINT]
* NEW: The complete translation.

- - - - -
f6f7f85f by gambas at 2019-07-15T13:38:52Z
Add ByRef annotations to the ".info" files generated by the compiler.

[COMPILER]
* NEW: Add ByRef annotations to the ".info" files generated by the compiler. The name of "ByRef" method arguments is now prefixed with a '&' character.

- - - - -
07398d8d by gambas at 2019-07-15T15:42:00Z
Always reload the project after a pull / update from the repository. Support for the 'ByRef' annotation in '*.info' files.

[DEVELOPMENT ENVIRONMENT]
* NEW: Support for the 'ByRef' annotation in '*.info' files.
* BUG: Version control: Always reload the project after a pull / update from the repository.

- - - - -
739895c5 by gambas at 2019-07-15T15:44:57Z
Support for 'ByRef' annotations in '*.info' files.

[WIKI CGI SCRIPT]
* NEW: Support for 'ByRef' annotations in '*.info' files.

- - - - -
77fdca92 by Tobias Boege at 2019-07-15T16:03:31Z
DataComboView: Add parameter to signature of Event Validate

[GB.DB.FORM]
* BUG: DataComboView: Add parameter to signature of Event Validate

- - - - -
eb5172f4 by gambas at 2019-07-15T21:47:00Z
FileView: Add information about each file next to the icon in icon view mode.

[GB.FORM]
* NEW: FileView: Add information about each file next to the icon in icon view mode.
* BUG: DocumentView: Remove erroneous public constant written in French.

- - - - -
6902893d by gambas at 2019-07-15T22:29:14Z
DataSource: IgnoreParent is a new parent that tells the DataSource not to filter its contents with any parent DataSource.

[GB.DB.FORM]
* NEW: DataSource: IgnoreParent is a new parent that tells the DataSource not to filter its contents with any parent DataSource.

- - - - -
f1a86eb6 by gambas at 2019-07-15T22:30:41Z
Merge branch 'master' of gitlab.com:gambas/gambas

- - - - -
3af42121 by glixx at 2019-07-16T06:07:34Z
update Russian translation

- - - - -
8e54671d by Benoît Minisini at 2019-07-16T20:18:32Z
Merge branch 'italian-translations' into 'master'

Contains new Italian translations

See merge request gambas/gambas!105
- - - - -
6c797716 by Benoît Minisini at 2019-07-16T20:19:05Z
Merge branch 'master' into 'master'

update Russian translation

See merge request gambas/gambas!106
- - - - -
eba52aee by gambas at 2019-07-24T18:03:18Z
CSS highlighter: Support for CSS escaped characters.

[GB.EVAL.HIGHLIGHT]
* BUG: CSS highlighter: Support for CSS escaped characters.

- - - - -
a3b06b8a by gambas at 2019-07-24T18:04:32Z
Merge branch 'master' of gitlab.com:gambas/gambas

- - - - -
27f89780 by gambas at 2019-07-24T19:19:56Z
IconView: Draw selected icons with a rectangular frame.

[GB.GUI.BASE]
* NEW: IconView: Draw selected icons with a rectangular frame.

- - - - -
b11d422c by gambas at 2019-07-30T22:20:13Z
Array.ReadOnly is a new property that make an array read-only. Once set, the property cannot be unset.

[INTERPRETER]
* NEW: Array.ReadOnly is a new property that make an array read-only. Once set, the property cannot be unset.
* NEW: The "Embedded array" error message has been rewritten as "Read-only array".
* NEW: Add two new standard errors: "Multidimensional array" and "Unknown class".
* NEW: Replace some specific error messages by standard errors.

- - - - -
43fa62e0 by gambas at 2019-07-30T22:23:49Z
[GB.DESKTOP]
* NEW: Desktop.Types is a new property that returns a read-only array of each desktop defined in Desktop.Type.
* NEW: Desktop.Passwords: Work correctly now when multiple desktops are included in the Desktop.Type property.
* OPT: DesktopFiles: Remove some useless array copies.

- - - - -
8134f37e by gambas at 2019-07-30T22:26:52Z
Code editor: Automatic insertion of global variables now inserts the STATIC keyword if the current function is static.

[DEVELOPMENT ENVIRONMENT]
* NEW: Update Gambas fonts.
* BUG: Code editor: Automatic insertion of global variables now inserts the STATIC keyword if the current function is static.

- - - - -
11bd8cca by gambas at 2019-07-31T23:12:25Z
GridView: Rich-text in centered cells with no text wrapping is correctly drawn now.

[GB.GUI.BASE]
* BUG: GridView: Rich-text in centered cells with no text wrapping is correctly drawn now.

- - - - -
5b7842e7 by gambas at 2019-07-31T23:13:37Z
About dialog: Display financial support again.

[DEVELOPMENT ENVIRONMENT]
* NEW: Update financial support file.
* NEW: About dialog: Display financial support again.

- - - - -
c8d94ef9 by gambas at 2019-08-02T00:36:16Z
Request: Fix Language property and add ContentType and ContentLength properties.

[GB.WEB]
* NEW: Request.ContentType is a new property that returns the Content-Type HTTP header.
* NEW: Request.ContentLength is a new property that returns the Content-Length HTTP header, or -1 if the header is not present.
* BUG: Request.Language now uses an internal dictionary to convert the Accept-Language HTTP header to a correct system language.
* BUG: Request.Language now takes the priority of languages specified in the Accept-Language HTTP header into account.
* BUG: If the request exceeds the maximum size defined by Request.MaxFileSize, a "Request too big" error is raised instead of "Response too big".

- - - - -
c3b4a13a by gambas at 2019-08-02T00:42:12Z
Fix links inside symbol syntax, so that they keep the current language.

[WIKI CGI SCRIPT]
* BUG: Fix links inside symbol syntax, so that they keep the current language.

- - - - -
db50637b by gambas at 2019-08-02T22:13:56Z
Static class initializer are now always correctly run in the context of their component.

[INTERPRETER]
* BUG: Static class initializer are now always correctly run in the context of their component.

- - - - -
57d9196c by gambas at 2019-08-02T22:25:57Z
The defaut country of language collection has been replaced by a string, faster to initialize.

[GB.WEB]
* OPT: The defaut country of language collection has been replaced by a string, faster to initialize.

- - - - -
f7292f3b by gambas at 2019-08-02T22:33:46Z
Update default font with latest version of Gambas font.

[GB.SDL2]
* NEW: Update default font with latest version of Gambas font.

- - - - -
5193e79d by GianluigiOr at 2019-08-03T20:55:19Z
Contains new Italian translations

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

- - - - -
3364074b by gambas at 2019-08-19T23:23:59Z
Fix incorrect datatype of some driver function arguments.

[GB.COMPRESS.BZLIB2]
* BUG: Fix incorrect datatype of some driver function arguments.
* BUG: Fix a few error messages.

[GB.COMPRESS.ZLIB]
* BUG: Fix a few error messages.

- - - - -
4d59c606 by gambas at 2019-08-20T23:23:12Z
Fix boolean datatype management.

[GB.JIT]
* BUG: Fix boolean datatype management.

- - - - -
9bd4691b by gambas at 2019-08-21T00:40:29Z
Form editor: Fix a possible crash when dragging a toolbox control on a form.

[DEVELOPMENT ENVIRONMENT]
* BUG: Form editor: Fix a possible crash when dragging a toolbox control on a form.

- - - - -
791ca46d by gambas at 2019-08-21T19:18:34Z
WebForm: Forms embedded into other forms work correctly now.

[GB.WEB.FORM]
* BUG: WebForm: Forms embedded into other forms work correctly now.
* BUG: WebForm: An error is raised now when trying to show an embedded form.
* BUG: WebForm: Fix message box icons pre-loading.

- - - - -
69231c5a by gambas at 2019-08-21T19:20:45Z
Automatic completion: Fix constructor signature computation.

[DEVELOPMENT ENVIRONMENT]
* BUG: Automatic completion: Fix constructor signature computation.

- - - - -
411ee75e by gambas at 2019-08-21T20:08:45Z
Fix JIT compilation when there are a lot of functions.

[INTERPRETER]
* BUG: Fix JIT compilation when there are a lot of functions.

- - - - -
7b74fec6 by gambas at 2019-08-21T20:36:54Z
'&/' operator now automatically converts its arguments to strings.

[INTERPRETER]
* NEW: '&/' operator now automatically converts its arguments to strings.

- - - - -
abf4dfb1 by gambas at 2019-08-22T01:13:58Z
PROPERTY...USE... is a new syntax to declare a property automatically associated with a private global variable.

[COMPILER]
* NEW: PROPERTY...USE... is a new syntax to declare a property automatically associated with a private global variable.

- - - - -
b6900124 by gambas at 2019-08-22T01:18:37Z
Update error messages.

[DEVELOPMENT ENVIRONMENT]
* NEW: Update error messages.
* NEW: Update French translation.

- - - - -
445784e8 by gambas at 2019-08-22T01:19:40Z
Take the window menu bar into account when drawing drag and drop frame.

[GB.GUI.BASE]
* BUG: Take the window menu bar into account when drawing drag and drop frame.

- - - - -
51e271f1 by gambas at 2019-08-22T10:36:52Z
Fix '&/' operator.

[INTERPRETER]
* BUG: Fix '&/' operator.

- - - - -
56b7b9e3 by gambas at 2019-08-23T23:57:16Z
Forgot a comma in the error message list, making the raise of the last error message crash.

[INTERPRETER]
* BUG: Forgot a comma in the error message list, making the raise of the last error message crash.

- - - - -
d1948373 by gambas at 2019-08-25T22:27:29Z
Update French translation.

[GB.UTIL]
* NEW: Update French translation.

- - - - -
7ad9db74 by gambas at 2019-08-27T10:55:07Z
TextEditor: Draw multi-line markers darker.

[GB.FORM.EDITOR]
* NEW: TextEditor: Draw multi-line markers darker.

- - - - -
649d3cd9 by gambas at 2019-08-27T10:56:12Z
Project tree: 'Open in folder' menu entry is now visible on file items, not just directories.

[DEVELOPMENT ENVIRONMENT]
* NEW: Project tree: 'Open in folder' menu entry is now visible on file items, not just directories.

- - - - -
cf5be5b6 by gambas at 2019-08-27T10:57:25Z
Some minus signs reformatting.

[GB.REPORT2]
* NEW: Some minus signs reformatting.

- - - - -
f7d07bae by gambas at 2019-08-27T10:58:51Z
Component version is now taken from the VERSION file.

[GB.XML]
* BUG: Component version is now taken from the VERSION file.

- - - - -
1cc44adf by gambas at 2019-08-27T11:00:03Z
Update component version.

[GB.NET.SMTP]
* NEW: Update component version.

[GB.SETTINGS]
* NEW: Update component version.

- - - - -
1a41272c by GianluigiOr at 2019-08-27T14:20:56Z
Merge branch 'master' of https://gitlab.com/gambas/gambas into italian-translations

- - - - -
6a0540a7 by GianluigiOr at 2019-08-27T16:01:24Z
Contains fix and new Italian translations

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

[GB.UTIL]
* NEW: The translation is now complete.

- - - - -
cce5b3eb by Benoît Minisini at 2019-08-27T22:02:56Z
Merge branch 'italian-translations' into 'master'

Contains new Italian translations

See merge request gambas/gambas!108
- - - - -
46c63624 by gambas at 2019-08-27T22:39:08Z
Menu editor: Double-clicking on a menu entry now automatically closes the menu editor to open the Click event handler of that menu.

[DEVELOPMENT ENVIRONMENT]
* NEW: Menu editor: Double-clicking on a menu entry now automatically closes the menu editor to open the Click event handler of that menu.
* NEW: Translation dialog: The automatic translation now stops as soon as the translation program fails.
* NEW: Update common Spanish translation.

- - - - -
30b1912f by gambas at 2019-08-29T20:21:52Z
Add a 16 point size version of the medium Gambas font.

[DEVELOPMENT ENVIRONMENT]
* NEW: Add a 16 point size version of the medium Gambas font.

- - - - -
17d57a71 by gambas at 2019-08-29T21:32:43Z
Update Gambas medium size 16 font.

[DEVELOPMENT ENVIRONMENT]
* NEW: Update Gambas medium size 16 font.

- - - - -
234c2c69 by gambas at 2019-08-30T07:09:16Z
[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.

- - - - -
a116861d by gambas at 2019-08-30T16:37:49Z
Update Gambas fonts.

[DEVELOPMENT ENVIRONMENT]
* NEW: Update Gambas Medium size 13 font.
* NEW: Update Gambas Medium size 16 font.

- - - - -
c044148d by gambas at 2019-08-31T22:03:36Z
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.

- - - - -
0ae26597 by gambas at 2019-09-02T21:47:27Z
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.

- - - - -
24c3bdcf by gambas at 2019-09-02T22:06:30Z
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.

- - - - -
ead1bb23 by gambas at 2019-09-04T00:07:01Z
Update Gambas 16 pt fonts.

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

- - - - -
38b9915c by Christian Ehrhardt at 2019-09-04T21:42:18Z
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.

- - - - -
dbdb10f3 by Benoît Minisini at 2019-09-04T23:06:43Z
Merge branch 'master' into 'master'

Patch forward from Ubuntu

See merge request gambas/gambas!110
- - - - -
630d2f4f by gambas at 2019-09-05T21:23:39Z
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.

- - - - -
a3b14f76 by gambas at 2019-09-05T21:31:19Z
Fix the declaration of static properties using USE.

[COMPILER]
* BUG: Fix the declaration of static properties using USE.

- - - - -
52b4f743 by gambas at 2019-09-05T23:58:33Z
Update Gambas 16 font.

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

- - - - -
c0a37670 by gambas at 2019-09-09T02:37:56Z
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.

- - - - -
53b0a941 by gambas at 2019-09-09T11:22:06Z
Remove a debugging message.

[GB.DB.SQLITE3]
* BUG: Remove a debugging message.

- - - - -
d3fdd6fd by gambas at 2019-09-09T21:58:11Z
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.

- - - - -
51a9a103 by gambas at 2019-09-11T17:38:04Z
Fix crash when using the new PROPERTY ... USE syntax.

[COMPILER]
* BUG: Fix crash when using the new PROPERTY ... USE syntax.

- - - - -
133fd6e2 by gambas at 2019-09-11T17:50:19Z
Fix again some crash when using the new PROPERTY ... USE syntax.

[COMPILER]
* BUG: Fix again some crash when using the new PROPERTY ... USE syntax.

- - - - -
ceae6929 by gambas at 2019-09-12T00:15:34Z
Take column in compiler warning messages into account.

[DEVELOPMENT ENVIRONMENT]
* NEW: Update Gambas 16 fonts.
* BUG: Take column in compiler warning messages into account.

- - - - -
225f2833 by gambas at 2019-09-12T01:23:38Z
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.

- - - - -
a7561092 by gambas at 2019-09-12T01:37:07Z
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.

- - - - -
6c9e0973 by gambas at 2019-09-12T01:39:04Z
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.

- - - - -
f34989d4 by gambas at 2019-09-12T01:40:44Z
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.

- - - - -
4c1850e6 by gambas at 2019-09-14T21:44:23Z
Update Gambas 16 fonts.

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

- - - - -
7a49f039 by gambas at 2019-09-17T08:10:36Z
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.

- - - - -
8a188342 by gambas at 2019-09-17T08:12:48Z
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.

- - - - -
8d7e08cd by gambas at 2019-09-17T08:19:08Z
Handle the new error hook.

[GB.NCURSES]
* BUG: Handle the new error hook.

- - - - -
f2a64e16 by gambas at 2019-09-19T21:57:01Z
Fix XmlExplorer constructor declaration.

[GB.XML]
* BUG: Fix XmlExplorer constructor declaration.

- - - - -
a7c52a85 by gambas at 2019-09-19T22:10:12Z
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).

- - - - -
e5253aa7 by gambas at 2019-09-23T00:14:00Z
Gambas π!

[DEVELOPMENT ENVIRONMENT]
* NEW: Gambas π!

- - - - -
0fbb62d3 by gambas at 2019-09-23T00:15:35Z
Set version to 3.14.0.

[CONFIGURATION]
* NEW: Set version to 3.14.0.

- - - - -
de3dcfa2 by gambas at 2019-09-23T00:28:04Z
Merge branch 'master' into stable

- - - - -


30 changed files:

- .gitlab-ci.yml
- AUTHORS
- VERSION
- app/desktop/gambas3.desktop
- + app/examples/Basic/Blights/.lang/ru.po
- + app/examples/Basic/Collection/.lang/ru.po
- app/examples/Basic/Collection/.src/FStart.class
- + app/examples/Basic/DragNDrop/.lang/ru.po
- app/examples/Basic/DragNDrop/.project
- app/examples/Basic/DragNDrop/.src/FDragNDrop.class
- app/examples/Basic/DragNDrop/.src/FDragNDrop.form
- + app/examples/Basic/Object/.lang/ru.po
- app/examples/Basic/Object/.src/FStart.class
- app/examples/Basic/Timer/.lang/ca.po
- app/examples/Basic/Timer/.lang/cs.po
- app/examples/Basic/Timer/.lang/de.po
- app/examples/Basic/Timer/.lang/es.po
- app/examples/Basic/Timer/.lang/nl.po
- + app/examples/Basic/Timer/.lang/ru.po
- app/examples/Basic/Timer/.src/FTimer.form
- + app/examples/Control/ArrayOfControls/.lang/ru.po
- + app/examples/Control/Embedder/.lang/ru.po
- app/examples/Control/Embedder/.project
- app/examples/Control/Embedder/.src/FMain.class
- app/examples/Control/HighlightEditor/.icon.png
- + app/examples/Control/HighlightEditor/.lang/ru.po
- app/examples/Control/HighlightEditor/.project
- app/examples/Control/HighlightEditor/.src/FEditor.class
- app/examples/Control/HighlightEditor/.src/FEditor.form
- + app/examples/Control/LCDLabel/.lang/ru.po


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

-- 
View it on GitLab: https://gitlab.com/gambas/gambas/compare/99ce6086b7f6679c0a95172f1a5b2df095ebf099...de3dcfa2651e845550914a955407329b16ffc8e8
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/20190923/6ef46f78/attachment-0001.html>


More information about the Notification mailing list