[Gambas-Notification] [Git][gambas/gambas][stable] 139 commits: Fix an uninitialized flag in streams, that make watching real files from reading…

Benoît Minisini gitlab at mg.gitlab.com
Sat Mar 17 03:33:19 CET 2018


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


Commits:
3c8c5a22 by gambas at 2018-02-16T01:39:30Z
Fix an uninitialized flag in streams, that make watching real files from reading incorrectly raise the Read event.

[INTERPRETER]
* BUG: Fix an uninitialized flag in streams, that make watching real files from reading incorrectly raise the Read event.

- - - - -
e39cfbf9 by gambas at 2018-02-17T15:44:38Z
Fix Min() and Max() arguments datatype static checks, and some little differences with compiler sources.

[COMPILER]
* BUG: Fix Min() and Max() arguments datatype static checks.

[GB.EVAL]
* BUG: Fix some little differences with compiler sources.

- - - - -
d5c096f7 by gambas at 2018-02-17T19:41:39Z
Fix parsing of quoted identifiers.

[COMPILER]
* BUG: Fix parsing of quoted identifiers.

[GB.EVAL]
* BUG: Fix parsing of quoted identifiers.

- - - - -
c1fd09c5 by gambas at 2018-02-17T19:42:39Z
Fix bugs indirectly detected by the recently fixed compiler static datatype checking.

[GB.FORM.EDITOR]
* BUG: Fix an incorrect test indirectly detected by the recently fixed compiler static datatype checking.

[GB.MAP]
* BUG: Fix a forgotten symbol indirectly detected by the recently fixed compiler static datatype checking.

- - - - -
fb8f99ea by gambas at 2018-02-17T19:45:43Z
Fix error message popups displayed in standard editor and an incorrect test.

[DEVELOPMENT ENVIRONMENT]
* BUG: Fix error message popups displayed in standard editor.
* BUG: Fix an incorrect test indirectly detected by the recently fixed compiler static datatype checking.

- - - - -
2f65ede4 by gambas at 2018-02-17T21:24:30Z
Project properties dialog: Fix incorrect property name.

[DEVELOPMENT ENVIRONMENT]
* BUG: Project properties dialog: Fix incorrect property name.

- - - - -
5487a3ca by gambas at 2018-02-17T22:16:28Z
Fix a possible memory leak when using the Stream.End() method.

[INTERPRETER]
* BUG: Fix a possible memory leak when using the Stream.End() method.

- - - - -
03e2db67 by gambas at 2018-02-20T01:51:37Z
FontChooser: Display font in a treeview by grouping fonts having similar names.

[GB.FORM]
* NEW: FontChooser: Display font in a treeview by grouping fonts having similar names.
* NEW: FileView: Add a few default file icons.

- - - - -
0d5cec8b by gambas at 2018-02-20T01:53:41Z
IconView: Fix rename box.

[GB.GUI.BASE]
* BUG: IconView: Fix rename box.

- - - - -
2d35db91 by gambas at 2018-02-20T01:55:12Z
Enhance font popup by grouping font having similar names in the same menu hierarchy.

[DEVELOPMENT ENVIRONMENT]
* NEW: Enhance font popup by grouping font having similar names in the same menu hierarchy.
* BUG: Use the same stock grid icon in all editors.

- - - - -
0af19ec0 by gambas at 2018-02-20T10:38:44Z
Ensure that path arguments are quoted when using the SHELL instruction.

[DEVELOPMENT ENVIRONMENT]
* BUG: Ensure that path arguments are quoted when using the SHELL instruction.

- - - - -
2c4f2670 by gambas at 2018-02-20T10:58:34Z
[DEVELOPMENT ENVIRONMENT]
* BUG: Renaming an untracked directory with git now works as expected.

- - - - -
58965833 by gambas at 2018-02-20T12:18:45Z
Support for multiple sets of stock icons and new monochrom stock icon set.

[GB.FORM.STOCK]
* NEW: Support for multiple sets of stock icons.
* NEW: New monochrom stock icon set.

- - - - -
4f966ee9 by gambas at 2018-02-20T12:20:31Z
Support for new 'gambas-mono' icon theme, and a few fixes in icon theme management.

[GB.FORM]
* NEW: FileView: Add a few default file icons.
* NEW: Stock: Support for new 'gambas-mono' icon theme.
* NEW: Stock: Icon theme names are now capitalized.
* BUG: Stock: Ignore icon theme directories that are symbolic links.

- - - - -
f26358a1 by gambas at 2018-02-20T12:23:42Z
Support for new 'gambas-mono' icon theme.

[DEVELOPMENT ENVIRONMENT]
* NEW: Option dialog: Support for new 'gambas-mono' icon theme.
* NEW: Project property dialog: Use SwitchButton control.

- - - - -
2c9f8fdb by gambas at 2018-02-20T12:26:55Z
Stock: Add 'Gambas' and 'Gambas-Mono' to the icon theme list.

[DEVELOPMENT ENVIRONMENT]
* NEW: Option dialog: Remove 'Gambas' and 'Gambas-Mono' from the theme list as they are now returned by the Stock.Themes property.

[GB.FORM]
* NEW: Stock: Add 'Gambas' and 'Gambas-Mono' to the icon theme list.

- - - - -
f0e4d6f1 by gambas at 2018-02-20T18:25:43Z
Translation dialog: a translation could be lost when a class or a form us marked as not to be translated.

[DEVELOPMENT ENVIRONMENT]
* BUG: Translation dialog: a translation could be lost when a class or a form us marked as not to be translated.

- - - - -
6f06d516 by gambas at 2018-02-20T22:00:17Z
Deleting a collection item while the collection is enumerated does not crash anymore.

[INTERPRETER]
* BUG: Deleting a collection item while the collection is enumerated does not crash anymore.

- - - - -
c0c64f96 by gambas at 2018-02-20T23:24:43Z
Replace the old gambas stock theme by a colorized version of gambas-mono.

[GB.FORM.STOCK]
* NEW: Replace the old gambas stock theme by a colorized version of gambas-mono.
* NEW: Automatically handle mime types icons.

- - - - -
1120be5f by gambas at 2018-02-20T23:26:50Z
TreeView: Raise the Expand or Collapse events as late as possible.

[GB.GUI.BASE]
* NEW: TreeView: Raise the Expand or Collapse events as late as possible.
* BUG: TreeView: Setting the Layout property now works on a copy of item list.

- - - - -
f0a7a3c8 by gambas at 2018-02-20T23:28:20Z
FileProperties: Display symbolic link target once.

[GB.FORM]
* BUG: FileProperties: Display symbolic link target once.

- - - - -
c6ccf443 by gambas at 2018-02-21T06:17:18Z
Update stock icons.

[GB.FORM.STOCK]
* NEW: Update stock icons.

- - - - -
a1ef5104 by gambas at 2018-02-21T06:17:50Z
Welcome dialog: Quits if loading an external file fails.

[DEVELOPMENT ENVIRONMENT]
* BUG: Welcome dialog: Quits if loading an external file fails.

- - - - -
4085059b by gambas at 2018-02-21T07:23:18Z
Update stock icons.

[GB.FORM.STOCK]
* NEW: Update stock icons.

- - - - -
b44cd19b by gambas at 2018-02-21T07:24:06Z
Remove debugging message.

[GB.FORM.STOCK]
* BUG: Remove debugging message.

- - - - -
9c86962c by gambas at 2018-02-21T20:39:42Z
Fix DesktopMime.FromFile() method. Mime patterns having a case sensitive flag now are correctly matched.

[GB.DESKTOP]
* BUG: Fix DesktopMime.FromFile() method. Mime patterns having a case sensitive flag now are correctly matched. But the flag itself is still ignored, as apparently the mime info files content is incoherent.

- - - - -
d8f2930f by gambas at 2018-02-21T20:42:31Z
Update stock icons and support for more mime types.

[GB.FORM.STOCK]
* NEW: Update stock icons.
* NEW: Support for more mime types.

- - - - -
6061d18b by gambas at 2018-02-22T03:07:43Z
Update stock icons and add support for ttf mime type.

[GB.FORM.STOCK]
* NEW: Update stock icons.
* NEW: Add support for ttf mime types.

- - - - -
3120bafd by gambas at 2018-02-22T03:28:38Z
Image editor: Fix balance apply and selection inversion.

[DEVELOPMENT ENVIRONMENT]
* BUG: Image editor: Fix balance apply.
* BUG: Image editor: Fix selection reverse.

- - - - -
6e062509 by gambas at 2018-02-22T03:30:25Z
Use a power of two as internal coordinate scale.

[GB.CLIPPER]
* NEW: Use a power of two as internal coordinate scale.

- - - - -
a93f5b3c by gambas at 2018-02-23T03:01:56Z
Writing to a stream does not crash anymore if the stream is closed while the data is sent in several shots.

[INTERPRETER]
* BUG: Writing to a stream does not crash anymore if the stream is closed while the data is sent in several shots. Socket stream implementation should not close the stream while writing. I will try to fix that later.

- - - - -
5969cc00 by gambas at 2018-02-23T03:05:27Z
Menu.Closed is a new property that returns if a popup menu is closed.

[GB.GTK]
* NEW: Menu.Closed is a new property that returns if a popup menu is closed.

[GB.GTK3]
* NEW: Menu.Closed is a new property that returns if a popup menu is closed.

[GB.QT4]
* NEW: Menu.Closed is a new property that returns if a popup menu is closed.

[GB.QT5]
* NEW: Menu.Closed is a new property that returns if a popup menu is closed.

- - - - -
c26c1c70 by gambas at 2018-02-23T03:06:27Z
MenuButton: Do not popup a sibling MenuButton if the current one has been closed.

[GB.FORM]
* BUG: MenuButton: Do not popup a sibling MenuButton if the current one has been closed.

- - - - -
39c492f8 by gambas at 2018-02-23T16:49:07Z
String.ToPhonetic() is a new method that returns a string converted to a phonetic equivalent according to the specified language. Only french is supported at the moment!

[GB.UTIL]
* NEW: String.ToPhonetic() is a new method that returns a string converted to a phonetic equivalent according to the specified language. Only french is supported at the moment!

- - - - -
c8d6b096 by gambas at 2018-02-23T20:50:18Z
Get rid of spurious "selection too old" messages from Qt xcb platform plugin.

[GB.QT5]
* BUG: Get rid of spurious "selection too old" messages from Qt xcb platform plugin.

- - - - -
1d43cc1b by gambas at 2018-02-23T20:51:03Z
Enhance and fix String.ToPhonetic() method.

[GB.UTIL]
* BUG: Enhance and fix String.ToPhonetic() method.

- - - - -
d5eb877b by gambas at 2018-02-23T23:03:15Z
Form editor: Opening the text property dialog now displays correctly the current value of the property.

[DEVELOPMENT ENVIRONMENT]
* BUG: Form editor: Opening the text property dialog now displays correctly the current value of the property.

- - - - -
ce804df9 by gambas at 2018-02-23T23:04:49Z
Add some new '*.mo' files.

[GB.DB.FORM]
* BUG: Add some new '*.mo' files.

- - - - -
cdb84419 by gambas at 2018-02-24T01:02:27Z
[DEVELOPMENT ENVIRONMENT]
* BUG: Form editor: Fix property help.
* NEW: Automtic completion: Use a little bit bigger font size.
* BUG: Form editor: Use the same font size in the property help as in automatic completion.

- - - - -
4d590e70 by gambas at 2018-02-24T01:05:02Z
Fix the style sheet used by the IDE.

[WIKI]
* BUG: Fix the style sheet used by the IDE.

- - - - -
95ca2bca by gambas at 2018-02-24T01:05:58Z
Add '*.mo' files.

[GB.DB.FORM]
* BUG: Add '*.mo' files.

- - - - -
6b7b59c4 by gambas at 2018-02-26T03:03:21Z
Clipboard.HasChanged is a new property that returns if the clipboard contents has changed since the last call to Clipboard.Paste().

[GB.GTK]
* NEW: Clipboard.HasChanged is a new property that returns if the clipboard contents has changed since the last call to Clipboard.Paste().

[GB.GTK3]
* NEW: Clipboard.HasChanged is a new property that returns if the clipboard contents has changed since the last call to Clipboard.Paste().

[GB.QT4]
* NEW: Clipboard.HasChanged is a new property that returns if the clipboard contents has changed since the last call to Clipboard.Paste().

[GB.QT5]
* NEW: Clipboard.HasChanged is a new property that returns if the clipboard contents has changed since the last call to Clipboard.Paste().

- - - - -
c40b49ac by gambas at 2018-02-26T03:05:09Z
Fix theme searching routine and update stock icon list.

[GB.FORM]
* BUG: Fix theme searching routine.
* BUG: Fix stock icon list for changes in breeze theme.
* NEW: Update stock icon list with new icons.

- - - - -
242d297b by gambas at 2018-02-26T03:06:31Z
Update some icons, and add new ones.

[GB.FORM.STOCK]
* NEW: Update some icons, and add new ones.

- - - - -
40e98f03 by gambas at 2018-02-26T03:07:12Z
Enhance and fix the image editor.

[DEVELOPMENT ENVIRONMENT]
* NEW: Image editor: Enhance the behaviour of the 'paste' tool.
* NEW: Image editor: Limit the clipboard history to 16 entries.
* NEW: Image editor: The keyboard arrows now move the current paste or the current edited selection.
* NEW: Image editor: Separate the grid resolution and the grid snap.
* NEW: Image editor: Add a 20x zoom level.

- - - - -
581167f6 by gambas at 2018-02-26T16:34:01Z
Remove a debugging message.

[GB.QT5]
* BUG: Remove a debugging message.

- - - - -
9b720649 by gambas at 2018-02-26T16:34:28Z
Redesign the insertion color menu and dialog, and use a smaller font size in the help browser.

[DEVELOPMENT ENVIRONMENT]
* NEW: Redesign the insertion color menu and dialog.
* NEW: Help browser. Use a smaller font size.

- - - - -
7d903b49 by gambas at 2018-02-27T00:52:56Z
ColorPalette: Scrolling with the mouse wheel now works correctly when the Border property is set.

[GB.FORM]
* BUG: ColorPalette: Scrolling with the mouse wheel now works correctly when the Border property is set.

- - - - -
3ea90137 by gambas at 2018-02-27T00:53:45Z
Fix insert color dialog.

[DEVELOPMENT ENVIRONMENT]
* BUG: Fix insert color dialog.

- - - - -
39995a56 by gambas at 2018-02-27T19:42:30Z
Software farm: Tighten the categories, and add a vertical scrollbar if there is not enough space to display all of them.

[DEVELOPMENT ENVIRONMENT]
* BUG: Software farm: Tighten the categories, and add a vertical scrollbar if there is not enough space to display all of them.

- - - - -
ce1f731c by gambas at 2018-02-27T20:08:12Z
Debug panel: Warnings line numbers are now correct.

[DEVELOPMENT ENVIRONMENT]
* BUG: Debug panel: Warnings line numbers are now correct.

- - - - -
83e95184 by gambas at 2018-02-28T13:05:45Z
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-28T13:07:24Z
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-28T13:55:48Z
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-28T13:57:18Z
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-28T14:00:29Z
[GB.FORM]
* NEW: Support for a new "very small" toolbar size.
* NEW: Add some new stock icons.

- - - - -
5c288faa by gambas at 2018-02-28T14:01:15Z
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-28T14:02:41Z
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-28T14:05:08Z
[DEVELOPMENT ENVIRONMENT]
* NEW: Use new stock icons.
* NEW: Image editor: Use custom mouse cursors that are more visible on a gray background.

- - - - -
98b4de48 by gambas at 2018-02-28T15:48:39Z
Fix warning on boolean operators and static datatype analysis of DIV and MOD operators.

[COMPILER]
* BUG: Fix warning on boolean operators.
* BUG: Fix static datatype analysis of DIV and MOD operators.

- - - - -
b1f45742 by gambas at 2018-02-28T15:54:23Z
Really fix static datatype analysis of DIV and MOD operators.

[COMPILER]
* BUG: Really fix static datatype analysis of DIV and MOD operators.

- - - - -
4ae71770 by gambas at 2018-02-28T18:12:59Z
Forgot to commit the headers for MOD and DIV static datatype analysis.

[COMPILER]
* BUG: Forgot to commit the headers for MOD and DIV static datatype analysis.

- - - - -
b5491d43 by gambas at 2018-02-28T18:15:02Z
Update error messages and french translation.

[DEVELOPMENT ENVIRONMENT]
* NEW: Update error messages.
* NEW: Update french translation.
* BUG: Fix a warning.

- - - - -
3f2838c6 by gambas at 2018-03-01T21:51:48Z
HttpClient.Redirect is a new boolean property that enables automatic redirection following.

[GB.NET.CURL]
* NEW: HttpClient.Redirect is a new boolean property that enables automatic redirection following.

- - - - -
c6587f61 by gambas at 2018-03-03T02:12:24Z
Fix render of Slider controls with Breeze theme.

[GB.QT4]
* BUG: Fix render of Slider controls with Breeze theme.

[GB.QT5]
* BUG: Fix render of Slider controls with Breeze theme.

- - - - -
58ddc650 by gambas at 2018-03-03T02:14:11Z
Try to add some more static datatype analysis, but did not succed.

[COMPILER]
* NEW: Try to add some more static datatype analysis, but did not succed.

- - - - -
51dd51df by gambas at 2018-03-03T02:15:16Z
TabPanel: The tab close button will not appear incorrectly anymore.

[GB.FORM]
* BUG: TabPanel: The tab close button will not appear incorrectly anymore.

- - - - -
4c90fc88 by gambas at 2018-03-03T02:16:07Z
Make the "very small" toolbar size less small.

[GB.FORM.MDI]
* NEW: Make the "very small" toolbar size less small.

- - - - -
c1de765d by gambas at 2018-03-03T02:16:45Z
Make the Gambas theme current line color lighter, so that there is more difference with the selection color.

 [DEVELOPMENT ENVIRONMENT]
* BUG: Make the Gambas theme current line color lighter, so that there is more difference with the selection color.

- - - - -
329edaa2 by gambas at 2018-03-04T23:11:09Z
Help browser: Always display buzy cursor when opening it.

[DEVELOPMENT ENVIRONMENT]
* BUG: Help browser: Always display buzy cursor when opening it.
* BUG: Software farm: Use small icons in buttons.

- - - - -
d0b9e6d8 by gambas at 2018-03-06T20:35:41Z
New stock icons.

[GB.FORM.STOCK]
* NEW: New stock icons.

- - - - -
2eccfbc7 by gambas at 2018-03-06T20:36:31Z
New stock icons.

[GB.FORM]
* NEW: New stock icons.

- - - - -
69abff8f by gambas at 2018-03-06T22:35:59Z
Menu.Closed property now takes the menu proxy into account.

[GB.QT4]
* BUG: Menu.Closed property now takes the menu proxy into account.

[GB.QT5]
* BUG: Menu.Closed property now takes the menu proxy into account.

- - - - -
0b4adeb3 by gambas at 2018-03-06T22:36:43Z
Implement the menu proxy management.

[GB.GTK]
* NEW: Implement the menu proxy management.

[GB.GTK3]
* NEW: Implement the menu proxy management.

- - - - -
fee00298 by gambas at 2018-03-06T22:37:19Z
FontChooser: Ignore case when sorting fonts.

[GB.FORM]
* BUG: FontChooser: Ignore case when sorting fonts.

- - - - -
3038cc39 by gambas at 2018-03-06T22:45:02Z
[GB.FORM.EDITOR]
* NEW: Support for disable breakpoints.

- - - - -
0ba668b4 by gambas at 2018-03-06T22:46:09Z
Toolbar: The minimum height is now 80% of the font height.

[GB.FORM.MDI]
* NEW: Toolbar: The minimum height is now 80% of the font height.

- - - - -
9b2daacf by gambas at 2018-03-06T22:47:43Z
Breakpoints now can be disabled.

[DEVELOPMENT ENVIRONMENT]
* NEW: Update french translation.
* NEW: Breakpoints now can be disabled.
* NEW: Debug panel: Add buttons to enable or disable breakpoints.
* NEW: Debug panel: Multiple breakpoints can be selected at the same time now.
* NEW: Image editor: Setting the grid snap to zero is now equivalent to default half-pixel snap.
* NEW: Image editor: Change default toolbar icons.

- - - - -
cb86aa9a by gambas at 2018-03-07T00:09:44Z
TextEditor: Don't store breakpoints and bookmarks in each line, but in global collections.

[GB.FORM.EDITOR]
* NEW: TextEditor: Don't store breakpoints and bookmarks in each line, but in global collections.

- - - - -
dbff0b1e by gambas at 2018-03-07T00:10:44Z
Redraw 'revert' stock icons.

[GB.FORM.STOCK]
* NEW: Redraw 'revert' stock icons.

- - - - -
0c611d12 by gambas at 2018-03-07T00:11:10Z
[DEVELOPMENT ENVIRONMENT]
* BUG: Debug panel: The 'Remove all breakpoints' button works correctly now.

- - - - -
043229a0 by gambas at 2018-03-07T21:06:02Z
Result.GetAll() is a new method that returns an array of the values of a specific field from each record.

[INTERPRETER]
* NEW: New API for reference a Gambas string.

[GB.DB]
* NEW: Result.GetAll() is a new method that returns an array of the values of a specific field from each record. It is about twice faster than the equivalent code written in Gambas.

- - - - -
c6b696b3 by gambas at 2018-03-07T21:08:44Z
Redraw the 'archive' icon.

[GB.FORM.STOCK]
* NEW: Redraw the 'archive' icon.

- - - - -
8b80a430 by gambas at 2018-03-08T01:00:31Z
ColumnView[].Rename() method now takes an optional argument to indicate the column to rename.

[GB.GUI.BASE]
* NEW: ColumnView[].Rename() method now takes an optional argument to indicate the column to rename.

- - - - -
c192a062 by gambas at 2018-03-08T01:01:54Z
Debug panel: Merge the 'Local variables' and 'Current object' panels in one 'Debugging panel' put to the left. Put the stack backtrace in that new panel.

[DEVELOPMENT ENVIRONMENT]
* NEW: Debug panel: Merge the 'Local variables' and 'Current object' panels in one 'Debugging panel' put to the left. Put the stack backtrace in that new panel.

- - - - -
b9de5d02 by gambas at 2018-03-08T01:35:09Z
Workaround a new bug in QT5 that prevents some bold fonts from being seen.

[GB.QT5]
* BUG: Workaround a new bug in QT5 that prevents some bold fonts from being seen.

- - - - -
56e96865 by gambas at 2018-03-08T09:10:21Z
[GB.GUI.BASE]
* BUG: TreeView: TreeView[].MoveFirst() and TreeView[].MoveLast() were inverted.
* NEW: GridView: It now raises a Font event when its font changes.
* BUG: GridView: Do not reset row heights when the font changes.
* BUG: TreeView: Correctly react to font changes.

- - - - -
1b890bd2 by gambas at 2018-03-08T09:15:00Z
Debug panel: Merge the 'Watch' panel into the 'Debugging' panel.

[DEVELOPMENT ENVIRONMENT]
* NEW: Debug panel: Merge the 'Watch' panel into the 'Debugging' panel.

- - - - -
72899676 by gambas at 2018-03-08T11:48:23Z
Add some stock icons for some mimetypes.

[GB.FORM]
* NEW: Add some stock icons for some mimetypes.

- - - - -
df7413f3 by gambas at 2018-03-08T11:49:19Z
Desktop.RemoteDisplay is a new property that returns if the application is connected to a remote display.

[GB.DESKTOP]
* NEW: Remove static dependency on 'gb.desktop.x11' component.
* NEW: Load 'gb.desktop.x11' only if $XDG_SESSION_TYPE is not "wayland".
* NEW: Desktop.RemoteDisplay is a new property that returns if the application is connected to a remote display.
* BUG: Fix Desktop.GetFileIcon().

- - - - -
369c668c by gambas at 2018-03-08T11:54:34Z
Use file icon and file preview in file autocompletion.

[DEVELOPMENT ENVIRONMENT]
* NEW: Use file icon and file preview in file autocompletion.

- - - - -
1307a0e5 by gambas at 2018-03-08T11:55:36Z
TextEditor: Take wayland into account when testing for a remote desktop.

[GB.FORM.EDITOR]
* BUG: TextEditor: Take wayland into account when testing for a remote desktop.

[GB.FORM.TERMINAL]
* NEW: Update .gitignore.

[GB.WEB.FORM]
* NEW: Update .gitignore.

- - - - -
bd3a57dc by gambas at 2018-03-09T20:25:07Z
Rename "very small" stock icon size into "tiny" and add Stock.Sizes property.

[GB.FORM]
* NEW: Rename "very small" stock icon size into "tiny".
* NEW: Stock.Sizes is a new property that returns the list of stock icon default sizes.

- - - - -
ac0ae560 by gambas at 2018-03-09T20:25:53Z
Rename "very small" stock icon size into "tiny".

[GB.FORM.MDI]
* NEW: Rename "very small" stock icon size into "tiny".

- - - - -
a8ddb2a6 by gambas at 2018-03-09T20:26:43Z
Highlight matching indentations.

[GB.FORM.EDITOR]
* NEW: Highlight matching indentations.

- - - - -
6eeca9c0 by gambas at 2018-03-09T20:28:08Z
Debugger: Setting breakpoints at runtime works again.

[DEVELOPMENT ENVIRONMENT]
* BUG: Debugger: Setting breakpoints at runtime works again.

- - - - -
9ef5ef6a by gambas at 2018-03-10T01:45:07Z
Undo & redo now take the breakpoints and the bookmarks into account.

[GB.FORM.EDITOR]
* NEW: Undo & redo now take the breakpoints and the bookmarks into account.
* NEW: Change the way bookmarks are drawn.

- - - - -
6fd7ddaa by gambas at 2018-03-10T01:46:18Z
Internal breakpoint management has been redesigned, and code prettyfier should not lose breakpoints and bookmarks anymore.

[DEVELOPMENT ENVIRONMENT]
* NEW: Debugger: Internal redesign of breakpoint management.
* NEW: Code editor: Code prettyfier should not lose breakpoints and bookmarks anymore.

- - - - -
f6231bf6 by gambas at 2018-03-10T01:55:07Z
TextEditor: Enhance undo & redo management of breakpoints and bookmarks.

[GB.FORM.EDITOR]
* BUG: TextEditor: Enhance undo & redo management of breakpoints and bookmarks.

- - - - -
4244505b by gambas at 2018-03-10T02:04:23Z
Code prettyfier: Try to keep the cursor on the same line after the code has been rewritten.

[DEVELOPMENT ENVIRONMENT]
* BUG: Code prettyfier: Try to keep the cursor on the same line after the code has been rewritten.

- - - - -
53cbe237 by gambas at 2018-03-10T12:27:02Z
TerminalView.Suspended is a new property that allows to suspend or restart the terminal.

[GB.FORM.TERMINAL]
* NEW: TerminalView: TerminalView.Suspended is a new property that allows to suspend or restart the terminal.
* NEW: TerminalView: Terminal.Reset() now takes an optional argument to keep the cursor position.

- - - - -
dd825e85 by gambas at 2018-03-10T12:28:57Z
Keep fixing breakpoint management, and try to be clever about which panel to show during debugging.

[DEVELOPMENT ENVIRONMENT]
* BUG: Keep fixing breakpoint management.
* NEW: Automatically show the console while the program is running, and the debugging tab when the program is stopped.
* NEW: Add a new button to the console output that suspends the terminal.

- - - - -
2b4d8553 by gambas at 2018-03-10T14:09:32Z
Still fixing breakpoint management.

[DEVELOPMENT ENVIRONMENT]
* BUG: Still fixing breakpoint management.
* NEW: Update french translation.

- - - - -
be3375e0 by gambas at 2018-03-10T14:54:56Z
Fix property retrieving implementation

[GB.DBUS]
* BUG: Fix property retrieving implementation.

- - - - -
e0dca951 by gambas at 2018-03-11T00:04:04Z
GridView: The Selection property cannot return invalid rows anymore.

[GB.GUI.BASE]
* BUG: GridView: The Selection property cannot return invalid rows anymore.

- - - - -
cc79f634 by gambas at 2018-03-11T16:58:30Z
Search dialog: You cannot replace in read-only files anymore.

[DEVELOPMENT ENVIRONMENT]
* BUG: Search dialog: You cannot replace in read-only files anymore.
* NEW: Help browser: Try to guess a monospace font that matches the default font.

- - - - -
2a0be697 by gambas at 2018-03-11T23:07:51Z
TextEditor: Fix highlighting of matching indentations.

[GB.FORM.EDITOR]
* BUG: TextEditor: Fix highlighting of matching indentations.

- - - - -
25d7b565 by gambas at 2018-03-12T01:34:16Z
Code editor: Add groups to the procedure list popup for event handlers and hidden public methods.

[DEVELOPMENT ENVIRONMENT]
* NEW: Code editor: Add groups to the procedure list popup for event handlers and hidden public methods.

- - - - -
56bf5447 by gambas at 2018-03-12T01:43:44Z
Form editor: Double-clicking on the form title now opens the menu editor.

[DEVELOPMENT ENVIRONMENT]
* NEW: Form editor: Double-clicking on the form title now opens the menu editor.

- - - - -
b9a31ab9 by gambas at 2018-03-13T14:34:17Z
BUG: Using pretty printing on load or save does not crash anymore.

[DEVELOPMENT ENVIRONMENT]
* BUG: Using pretty printing on load or save does not crash anymore.

- - - - -
52056b61 by gambas at 2018-03-13T14:46:45Z
The startup emblem should not be duplicated anymore.

[DEVELOPMENT ENVIRONMENT]
* BUG: The startup emblem should not be duplicated anymore.

- - - - -
d6b8c451 by gambas at 2018-03-14T15:59:57Z
Raise a more explicit "No return value" error when trying to get the return value of a task that didn't return anything.

[INTERPRETER]
* BUG: Raise a more explicit "No return value" error when trying to get the return value of a task that didn't return anything.

- - - - -
c9e2c340 by gambas at 2018-03-15T15:23:31Z
Refresh breakpoints correctly even if the breakpoint tab is hidden.

[DEVELOPMENT ENVIRONMENT]
* BUG: Refresh breakpoints correctly even if the breakpoint tab is hidden.

- - - - -
d78f4de7 by gambas at 2018-03-15T16:13:19Z
Fix again breakpoint tab refresh after a file has been modified.

[DEVELOPMENT ENVIRONMENT]
* BUG: Fix again breakpoint tab refresh after a file has been modified.

- - - - -
b5179947 by gambas at 2018-03-16T00:45:32Z
Years written with a initial zero digit are not converted to years between 1931 and 2030 if lower then 100.

[INTERPRETER]
* NEW: When formatting a date, the number of 'y' is now the minimum number of digits used for displaying the date year.
* NEW: When converting a string to a date with Val(), if the year begins with a zero character, then it is not converted to years between 1931 and 2030 if it is lower than 100.

- - - - -
15f0960a by gambas at 2018-03-16T00:58:52Z
Never disable the Qt GLib event loop, even on KDE.

[GB.QT4]
* NEW: Never disable the Qt GLib event loop, even on KDE.

[GB.QT5]
* NEW: Never disable the Qt GLib event loop, even on KDE.

- - - - -
d77dbfd0 by gambas at 2018-03-16T01:08:19Z
Do not write the comment line `# Compile with Gambas 3.X.X' in the '.project' file anymore.

[DEVELOPMENT ENVIRONMENT]
* NEW: Do not write the comment line `# Compile with Gambas 3.X.X' in the '.project' file anymore.

- - - - -
2ac50c7e by gambas at 2018-03-16T01:09:30Z
TextEditor: Fix the side view range and the side view tooltips.

[GB.FORM.EDITOR]
* BUG: TextEditor: The side view does not allow to move the view past the last line anymore.
* BUG: TextEditor: Fix the values displayed in the side view tooltip.
* NEW: TextEditor: Draw the side view tooltip in a more compact way.

- - - - -
3f6c0961 by gambas at 2018-03-16T01:29:44Z
Remove an unused local variable.

[SCRIPTER]
* BUG: Remove an unused local variable.

- - - - -
b80c0fba by gambas at 2018-03-16T01:55:30Z
TextEditor: Fix the side view tooltip contents again.

[GB.FORM.EDITOR]
* BUG: TextEditor: Fix the side view tooltip contents again.

- - - - -
c995af16 by gambas at 2018-03-16T02:05:56Z
Fix the mysql logo that made libpng displays a warning.

[GB.MYSQL]
* BUG: Fix the mysql logo that made libpng displays a warning.

- - - - -
6a87383c by Tobias Boege at 2018-03-16T08:41:47Z
Fix typo in German translation

[DEVELOPMENT ENVIRONMENT]
* BUG: Fix typo in German translation

- - - - -
4c38b0f5 by gambas at 2018-03-16T13:02:58Z
RDir() now works correctly when browsing executable directories.

[INTERPRETER]
* BUG: RDir() now works correctly when browsing executable directories.

- - - - -
539f17a4 by gambas at 2018-03-16T13:10:12Z
Redraw many control icons using the new stock icons.

- - - - -
e7a98f3a by gambas at 2018-03-16T13:11:55Z
TabPanel: Draw tab close buttons so that they adapt to the desktop scale.

[GB.FORM]
* BUG: TabPanel: Draw tab close buttons so that they adapt to the desktop scale.

- - - - -
900fee66 by gambas at 2018-03-16T13:13:21Z
Update many project configuration files.

- - - - -
598bb58e by gambas at 2018-03-16T13:14:00Z
Merge branch 'master' of gitlab.com:gambas/gambas

- - - - -
557165eb by gambas at 2018-03-16T22:41:06Z
TabPanel: Tab icons are now stretched if they are too big for the tab bar height.

[GB.FORM]
* BUG: TabPanel: Tab icons are now stretched if they are too big for the tab bar height.

- - - - -
1df3488f by gambas at 2018-03-16T22:42:08Z
New stock icon 'vector'.

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

[GB.FORM.STOCK]
* NEW: New stock icon 'vector'.
* NEW: Fix some icons.

- - - - -
759020b2 by gambas at 2018-03-16T22:43:34Z
Forgot to add the new icon for 'gambas' theme.

[GB.FORM.STOCK]
* BUG: Forgot to add the new icon for 'gambas' theme.

- - - - -
f7f01c0c by gambas at 2018-03-16T22:45:53Z
Image editor: Add optional diagonals to the grid.

[DEVELOPMENT ENVIRONMENT]
* NEW: Image editor: Add optional diagonals to the grid.

- - - - -
14be5945 by gambas at 2018-03-16T22:46:35Z
Update control icons in many places.

- - - - -
a57f909f by gambas at 2018-03-17T01:35:23Z
Use the 'vector' icon for svg mime type.

[GB.FORM.STOCK]
* NEW: Redraw the 'vector' icon.
* NEW: Use the 'vector' icon for svg mime type.

- - - - -
b2cedc65 by gambas at 2018-03-17T01:36:18Z
Redraw the control icons.

[GB.DB.FORM]
* NEW: Redraw the control icons.

- - - - -
870ad90a by gambas at 2018-03-17T01:37:01Z
Use 'vector' stock icon for '*.svg' and '*.svgz' files in the Desktop.GetFileIcon() method.

[GB.DESKTOP]
* NEW: Use 'vector' stock icon for '*.svg' and '*.svgz' files in the Desktop.GetFileIcon() method.

- - - - -
d5c21d44 by gambas at 2018-03-17T01:51:16Z
Use the console font for the local variable tree.

[DEVELOPMENT ENVIRONMENT]
* NEW: Debug panel: Use the console font for the local variable tree.
* BUG: File properties: Undoing the changes correctly resets the change tab.
* NEW: Form editor: Draw project exported controls icons with a square border.
* NEW: Use the new 'vector' stock icon for svg images in the project.

- - - - -
ec7c275a by gambas at 2018-03-17T01:54:12Z
Use the 'vector' stock icon for '*.svgz' files too.

[DEVELOPMENT ENVIRONMENT]
* NEW: Use the 'vector' stock icon for '*.svgz' files too.

- - - - -
1a1db936 by gambas at 2018-03-17T02:29:35Z
Update a test form.

[GB.FORM]
* NEW: Update a test form.

- - - - -
312a91fd by gambas at 2018-03-17T02:32:13Z
Merge branch 'master' into stable

- - - - -


18 changed files:

- app/src/gambas-farm-server/.gitignore
- app/src/gambas-farm-server/.icon.png
- app/src/gambas-farm-server/.project
- app/src/gambas-wiki/.icon.png
- app/src/gambas-wiki/.project
- app/src/gambas-wiki/.src/Wiki.webpage
- app/src/gambas3/.lang/de.mo
- app/src/gambas3/.lang/de.po
- app/src/gambas3/.lang/fr.mo
- app/src/gambas3/.lang/fr.po
- app/src/gambas3/.project
- app/src/gambas3/.src/Component/CClassInfo.class
- app/src/gambas3/.src/Component/CComponent.class
- app/src/gambas3/.src/Component/CSymbolInfo.class
- app/src/gambas3/.src/Debug/Design.module
- app/src/gambas3/.src/Debug/FDebugButton.form
- app/src/gambas3/.src/Debug/FDebugExpr.class
- app/src/gambas3/.src/Debug/FDebugExpr.form


View it on GitLab: https://gitlab.com/gambas/gambas/compare/f5de972b5456260bbb3faeb47e2c4c6b14d31910...312a91fd34b230dda189a5d3cc3b4e46061fbb1d

---
View it on GitLab: https://gitlab.com/gambas/gambas/compare/f5de972b5456260bbb3faeb47e2c4c6b14d31910...312a91fd34b230dda189a5d3cc3b4e46061fbb1d
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/notification/attachments/20180317/07421c2e/attachment-0001.html>


More information about the Notification mailing list