Release of Gambas 1.9.51
The database component is now case sensitive, and so some applications may break.
The gb.qt and gb.gtk now share more code, especially the drawing
routines that were moved to a dedicated common component. The features that cannot
be common are put in the gb.qt.ext and gb.gtk.ext extension
components.
The other main changes are:
- The IDE menus were lightly reorganized.
- The IDE project property component list was redesigned.
- The IDE debugging windows were redesigned.
- A new catalan translation, made by Jordi Sayol.
- The Draw class lost the Draw.Rotate() and Draw.RoundRect() methods, but
gained a new method for drawing rich text.
- InputBox returns as a static class of the gb.form component.
- A new experimental component made by Fabien Bodard, =gb.chart=, for drawing charts.
There are anyway tons of bugfixes. See the ChangeLog for the details.