[Gambas-user] [Git][gambas/gambas][master] 8 commits: Fix the AND, OR, and XOR operator. The AND, OR, XOR and NOT operator now can…

Benoît Minisini gitlab at mg.gitlab.com
Wed Feb 28 15:05:47 CET 2018


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


Commits:
83e95184 by gambas at 2018-02-28T14:05:45+01:00
Fix the AND, OR, and XOR operator. The AND, OR, XOR and NOT operator now can take a Date, that is converted to boolean.

[INTERPRETER]
* BUG: Fix the AND, OR, and XOR operator.
* NEW: The AND, OR, XOR and NOT operator now can take a Date, that is converted to boolean.

- - - - -
00b0adb5 by gambas at 2018-02-28T14:07:24+01:00
Don't raise an error when analyzing the AND, OR or XOR operator. Print a warning instead.

[COMPILER]
* NEW: Don't raise an error when analyzing the AND, OR or XOR operator.
* NEW: Print a warning if the AND, OR or XOR operator mix Boolean and Integer datatypes.

- - - - -
d009f251 by gambas at 2018-02-28T14:55:48+01:00
Image.Invert() is a new method that inverts an image. It takes an optional boolean argument that indicates if the color hue must be kept.

[GB.IMAGE]
* NEW: Image.Invert() is a new method that inverts an image. It takes an optional boolean argument that indicates if the color hue must be kept.

- - - - -
2a4b8525 by gambas at 2018-02-28T14:57:18+01:00
Automatic support of dark themes, by using the new Image.Invert() method.

[GB.FORM.STOCK]
* NEW: Automatic support of dark themes, by using the new Image.Invert() method.
* NEW: Icon fixes and new icons.

- - - - -
39018863 by gambas at 2018-02-28T15:00:29+01:00
[GB.FORM]
* NEW: Support for a new "very small" toolbar size.
* NEW: Add some new stock icons.

- - - - -
5c288faa by gambas at 2018-02-28T15:01:15+01:00
Support for a new "very small" toolbar size.

[GB.FORM.MDI]
* NEW: Support for a new "very small" toolbar size.
* NEW: Small redesign of the toolbar configuration dialog.

- - - - -
31792ddb by gambas at 2018-02-28T15:02:41+01:00
Support for 'application/x-www-form-urlencoded' requests without content length.

[GB.WEB]
* BUG: Support for 'application/x-www-form-urlencoded' requests without content length. If the content length is not specified, everything is read up to 8192 bytes.

- - - - -
19342cf7 by gambas at 2018-02-28T15:05:08+01:00
[DEVELOPMENT ENVIRONMENT]
* NEW: Use new stock icons.
* NEW: Image editor: Use custom mouse cursors that are more visible on a gray background.

- - - - -


30 changed files:

- app/src/gambas3/.lang/fr.po
- app/src/gambas3/.src/Editor/Form/FForm.form
- app/src/gambas3/.src/Editor/Image/FImageEditor.class
- app/src/gambas3/.src/Translation/FTranslate.form
- − app/src/gambas3/img/16/align-bottom.png
- − app/src/gambas3/img/16/align-hcenter-dark.png
- − app/src/gambas3/img/16/align-right.png
- − app/src/gambas3/img/16/align-top.png
- − app/src/gambas3/img/16/align-vcenter-dark.png
- − app/src/gambas3/img/16/align-vcenter.png
- − app/src/gambas3/img/16/class.png
- − app/src/gambas3/img/16/class_gnome.png
- − app/src/gambas3/img/16/exported.png
- − app/src/gambas3/img/16/form.png
- − app/src/gambas3/img/16/form_gnome.png
- − app/src/gambas3/img/16/module.png
- − app/src/gambas3/img/16/module_gnome.png
- − app/src/gambas3/img/16/procedure.png
- − app/src/gambas3/img/16/procedure_gnome.png
- − app/src/gambas3/img/16/same-height-dark.png
- − app/src/gambas3/img/16/same-height.png
- − app/src/gambas3/img/16/same-width-dark.png
- − app/src/gambas3/img/16/same-width.png
- app/src/gambas3/img/16/align-bottom-dark.png → app/src/gambas3/img/32/cross.png
- app/src/gambas3/img/16/align-left-dark.png → app/src/gambas3/img/32/magic.png
- comp/src/gb.form.mdi/.lang/fr.mo
- comp/src/gb.form.mdi/.lang/fr.po
- comp/src/gb.form.mdi/.src/ToolBar/FToolBar.class
- comp/src/gb.form.mdi/.src/ToolBar/FToolBarConfig.class
- comp/src/gb.form.mdi/.src/ToolBar/FToolBarConfig.form


View it on GitLab: https://gitlab.com/gambas/gambas/compare/ce1f731c6e0439b7b1b776f5a3634821ab6c3a14...19342cf7d9b7ce6e45cfa463902524b0edfe2532

---
View it on GitLab: https://gitlab.com/gambas/gambas/compare/ce1f731c6e0439b7b1b776f5a3634821ab6c3a14...19342cf7d9b7ce6e45cfa463902524b0edfe2532
You're receiving this email because of your account on gitlab.com.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.gambas-basic.org/pipermail/user/attachments/20180228/488594d0/attachment.html>


More information about the User mailing list