[Gambas-Notification] [Git][gambas/gambas][stable] 34 commits: [SCRIPTER]
Benoît Minisini
gitlab at mg.gitlab.com
Sat Jan 5 18:38:35 CET 2019
Benoît Minisini pushed to branch stable at Gambas / gambas
Commits:
ad801363 by gambix at 2018-12-29T12:26:13Z
[SCRIPTER]
* BUG: Scripter now compile the content of arguments in inline mode (-e).
- - - - -
52dfc53a by gambas at 2019-01-01T14:13:58Z
Support for webm video files.
[WIKI]
* NEW: Support for webm video files.
- - - - -
8f089f41 by gambas at 2019-01-01T14:15:35Z
Use the new icon instead of the old one in the welcome dialog and update financial support.
[DEVELOPMENT ENVIRONMENT]
* NEW: Update financial support.
* NEW: Use the new icon instead of the old one in the welcome dialog.
* NEW: The snow is a bit gray now.
- - - - -
1919f6ab by gambas at 2019-01-01T14:17:06Z
Merge branch 'master' of gitlab.com:gambas/gambas
- - - - -
f8017362 by gambas at 2019-01-01T14:17:35Z
Entering a string delimiter while text is selected correctly encloses it again.
[GB.FORM.EDITOR]
* BUG: Entering a string delimiter while text is selected correctly encloses it again.
- - - - -
96a3414a by gambas at 2019-01-01T14:20:20Z
Add blurring algorithm attribution.
[CONFIGURATION]
* NEW: Add blurring algorithm attribution.
- - - - -
18fc41b7 by gambas at 2019-01-01T15:41:07Z
Update two icons.
[GB.FORM.STOCK]
* NEW: Update two icons.
- - - - -
245427b0 by gambas at 2019-01-01T23:48:58Z
* Get rid of many gcc warnings.
- - - - -
1721182c by GianluigiOr at 2019-01-02T10:44:06Z
IDE: Italian translations
- - - - -
5940c4aa by Benoît Minisini at 2019-01-02T14:27:53Z
Merge branch 'italian-translations' into 'master'
Update Italian translation.
[DEVELOPMENT ENVIRONMENT]
* NEW: Update Italian translation.
See merge request gambas/gambas!52
- - - - -
663737b8 by gambas at 2019-01-02T19:55:30Z
Update version to 3.12.90.
[CONFIGURATION]
* NEW: Update version to 3.12.90.
- - - - -
568ec0b2 by gambas at 2019-01-02T19:55:56Z
Merge branch 'master' of gitlab.com:gambas/gambas
- - - - -
bceaa0ae by gambas at 2019-01-03T09:27:03Z
Compiling a project now recompile all modified translation, not just the translation of the current language.
[DEVELOPMENT ENVIRONMENT]
* NEW: Really update Italian translation.
* BUG: Compiling a project now recompile all modified translation, not just the translation of the current language.
- - - - -
fe90f345 by gambas at 2019-01-03T09:28:56Z
Fix an incorrectly declared array.
[DEVELOPMENT ENVIRONMENT]
* BUG: Fix an incorrectly declared array.
- - - - -
17bbc13d by gambas at 2019-01-03T09:29:44Z
Do not use loop initial declaration in generated C code for old gcc versions.
[GB.JIT]
* BUG: Do not use loop initial declaration in generated C code for old gcc versions.
- - - - -
12136b7b by gambas at 2019-01-03T09:31:07Z
Remove some useless void lines.
[GB.UTIL]
* BUG: Remove some useless void lines.
- - - - -
a489590b by gambas at 2019-01-03T09:55:06Z
URL is a now a dynamic class that can be used for analyzing and modifying the contents of an URL.
[GB.UTIL.WEB]
* NEW: URL is a now a dynamic class that can be used for analyzing and modifying the contents of an URL.
* NEW: URLQuery is a new class that represents the query part of an URL.
- - - - -
26e14d34 by gambas at 2019-01-03T09:55:45Z
ToolPanel does not crash anymore.
[GB.FORM]
* BUG: ToolPanel does not crash anymore.
- - - - -
e61175c9 by gambas at 2019-01-03T09:56:37Z
Update some component, project and test files.
- - - - -
0266ca1f by gambas at 2019-01-03T18:58:17Z
InStr() and RInstr() work correctly again when case is ignored and pattern length is at least two characters.
[INTERPRETER]
* BUG: InStr() and RInstr() work correctly again when case is ignored and pattern length is at least two characters.
- - - - -
f6994008 by gambix at 2019-01-03T20:52:40Z
Map is now well located on the mouse when zooming out on MapView
[GB.MAP]
* BUG: Map is now well located on the mouse when zooming out on MapView.
- - - - -
9dab549c by gambix at 2019-01-03T20:59:13Z
Merge branch 'master' of gitlab.com:gambas/gambas
- - - - -
f223d11f by gambix at 2019-01-03T21:01:07Z
Map is now well located on the mouse when zooming out on MapView
[GB.MAP]
* BUG: Map is now well located on the mouse when zooming out on MapView.
- - - - -
628aa30e by gambas at 2019-01-05T02:57:08Z
Take the other requested GUI components into account to choose the toolkit.
[INTERPRETER]
* NEW: Add a API to know if a native component exists on the disk.
[GB.GUI]
* BUG: Take the other requested GUI components into account to choose the toolkit.
[GB.GUI.QT]
* BUG: Take the other requested GUI components into account to choose the toolkit.
- - - - -
a584969d by gambas at 2019-01-05T02:58:47Z
Merge branch 'master' of gitlab.com:gambas/gambas
- - - - -
92e86cff by Tobias Boege at 2019-01-05T12:10:53Z
Allow to retrieve timezone from Date.FromRFC822()
[GB.UTIL]
* NEW: Allow to retrieve timezone from Date.FromRFC822().
- - - - -
f11054de by Tobias Boege at 2019-01-05T13:48:46Z
Propgate internal errors from Date.FromRFC822()
[GB.UTIL]
* NEW: Propagte internal errors from Date.FromRFC822() instead of shadowing them with a Catch block.
- - - - -
38ca0168 by Tobias Boege at 2019-01-05T14:58:40Z
Improve error message from Date.GetRFC822Zone()
[GB.UTIL]
* OPT: Improve error message from Date.GetRFC822Zone() by showing what couldn't be recognized as a timezone.
- - - - -
3a16b32a by Tobias Boege at 2019-01-05T16:31:35Z
Fix timezone bug in Date.FromRFC822()
[GB.UTIL]
* NEW: Add Date.FromUTC() as inverse to Date.ToUTC().
* BUG: Fix timezone bug in Date.FromRFC822() and pass all tests.
See the thread "gb.web.feed not stable yet?" [1] for explanations
of the bug and fix.
[1] https://lists.gambas-basic.org/pipermail/user/2018-December/066103.html
- - - - -
d51800f8 by gambas at 2019-01-05T17:13:08Z
Draw.Image() opacity argument works as expected now.
[GB.SDL2]
* BUG: Draw.Image() opacity argument works as expected now.
- - - - -
8796ddfd by gambas at 2019-01-05T17:13:51Z
Merge branch 'master' of gitlab.com:gambas/gambas
- - - - -
ebf54431 by gambas at 2019-01-05T17:28:32Z
Update some test forms and version numbers.
- - - - -
d1ee4fb4 by gambas at 2019-01-05T17:36:14Z
Merge branch 'master' into stable
- - - - -
e179ac8e by gambas at 2019-01-05T17:38:01Z
Merge branch 'stable' of gitlab.com:gambas/gambas into stable
- - - - -
30 changed files:
- README.md
- VERSION
- app/examples/Multimedia/MoviePlayer/.project
- app/src/gambas-wiki/.project
- app/src/gambas-wiki/.public/style.css
- app/src/gambas-wiki/.src/Main.module
- app/src/gambas-wiki/.src/Wiki.class
- app/src/gambas-wiki/.src/Wiki.webpage
- app/src/gambas-wiki/.src/WikiMarkdown.class
- app/src/gambas3/.lang/fr.po
- app/src/gambas3/.lang/it.mo
- app/src/gambas3/.lang/it.po
- app/src/gambas3/.project
- app/src/gambas3/.src/Project.module
- app/src/gambas3/.src/Translation/Language.module
- app/src/gambas3/.src/Welcome/CWelcome.class
- app/src/gambas3/.src/Welcome/FWelcome.class
- app/src/gambas3/.src/Welcome/FWelcome.form
- + app/src/gambas3/img/logo/head-256.png
- app/src/gambas3/support.txt
- app/src/gbs3/.icon.png
- app/src/gbs3/.project
- app/src/gbs3/.src/MMain.module
- comp/src/gb.eval.highlight/.component
- comp/src/gb.eval.highlight/.project
- comp/src/gb.eval.highlight/.src/Main.module
- comp/src/gb.form.editor/.component
- comp/src/gb.form.editor/.project
- comp/src/gb.form.editor/.src/TextEditorMode.class
- comp/src/gb.form.mdi/.component
View it on GitLab: https://gitlab.com/gambas/gambas/compare/9f3ccf1a6728356fb6ab0daa990b775506f024aa...e179ac8e3d6b8c91e6247868a4c6dd40d9cff67b
--
View it on GitLab: https://gitlab.com/gambas/gambas/compare/9f3ccf1a6728356fb6ab0daa990b775506f024aa...e179ac8e3d6b8c91e6247868a4c6dd40d9cff67b
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/20190105/59c75c15/attachment-0001.html>
More information about the Notification
mailing list