[Gambas-Notification] [Git][gambas/gambas][master] 71 commits: Disable default handling of '-V' and '-h' options if they are handled manually.
Christof Thalhofer
gitlab at mg.gitlab.com
Sat Mar 6 13:19:44 CET 2021
Christof Thalhofer pushed to branch master at Gambas / gambas
Commits:
2282ccbd by Bruce Steers at 2021-03-06T13:17:35+01:00
Disable default handling of '-V' and '-h' options if they are handled manually.
[GB.ARGS]
* NEW: Disable default handling of '-V' and '-h' options if they are handled manually.
- - - - -
3e4c3948 by Martín Belmonte at 2021-03-06T13:17:35+01:00
https instead of http
- - - - -
47da7d78 by gambas at 2021-03-06T13:17:35+01:00
Redraw 'drawingarea' and 'scrollarea' controls icons.
[DEVELOPMENT ENVIRONMENT]
* NEW: Redraw 'drawingarea' and 'scrollarea' controls icons.
- - - - -
e08783e6 by gambas at 2021-03-06T13:17:35+01:00
Remove some specific support for client-side decoration. It broke window arrangement.
[GB.GTK3]
* BUG: Remove some specific support for client-side decoration. It broke window arrangement.
- - - - -
fd7160b6 by gambas at 2021-03-06T13:17:35+01:00
Allow ON ... GOTO / GOSUB to span on multiple lines.
[COMPILER]
* NEW: Allow ON ... GOTO / GOSUB to span on multiple lines.
- - - - -
1efaf827 by gambas at 2021-03-06T13:17:35+01:00
Add 128 pixels versions of some icons. Update others.
[GB.FORM.STOCK]
* NEW: Add 128 pixels versions of some icons. Update others.
- - - - -
6dcf1584 by Tobias Boege at 2021-03-06T13:17:35+01:00
gb.test: don't mark string formats as translatable
[GB.TEST]
* BUG: Remove the marking of some string as translatable which are just formats, like "&1: &2".
- - - - -
3d3fff17 by gambas at 2021-03-06T13:17:35+01:00
Start to rework top-level window layout management.
[GB.GTK]
* BUG: Start to rework top-level window layout management.
[GB.GTK3]
* BUG: Start to rework top-level window layout management.
- - - - -
fcb0799e by gambas at 2021-03-06T13:17:35+01:00
Window layout management now should work both on X11 and Wayland.
[GB.GTK]
* BUG: Window layout management now should work both on X11 and Wayland.
[GB.GTK3]
* BUG: Window layout management now should work both on X11 and Wayland.
- - - - -
aa7c7733 by gambas at 2021-03-06T13:17:35+01:00
TextArea: Setting background and foreground colors now should work correctly in all cases.
[GB.QT4]
* BUG: TextArea: Setting background and foreground colors now should work correctly in all cases.
[GB.QT5]
* BUG: TextArea: Setting background and foreground colors now should work correctly in all cases.
- - - - -
0415ef2d by gambas at 2021-03-06T13:17:35+01:00
Connection editor: Running a request that is not a SELECT now automatically updates the table list.
[DEVELOPMENT ENVIRONMENT]
* NEW: Update French translation.
* NEW: Connection editor: Running a request that is not a SELECT now automatically updates the table list.
* NEW: Connection editor: Request duration is now displayed in the status bar.
* NEW: Form editor: New layout icons.
- - - - -
b87c249a by gambas at 2021-03-06T13:17:35+01:00
Forgot to commit some TextArea changes.
[GB.QT5]
* BUG: Forgot to commit some TextArea changes.
- - - - -
f56fd55b by gambas at 2021-03-06T13:17:35+01:00
New 'invert' icon. New big icons of 'linux' and 'terminal'. Some fixes.
[GB.FORM.STOCK]
* NEW: New 'invert' icon.
* NEW: Monochrome version of emote icons.
* NEW: 128 pixels version of 'linux' and 'terminal' icons..
* NEW: Update and fix some other icons.
- - - - -
bca4f6ef by gambas at 2021-03-06T13:17:35+01:00
New 'invert' stock icon.
[GB.FORM]
* NEW: New 'invert' stock icon.
- - - - -
77db48a6 by gambas at 2021-03-06T13:17:35+01:00
TerminalView: Support for file URL drops.
[GB.FORM.TERMINAL]
* NEW: TerminalView: Support for file URL drops.
- - - - -
8ebf5b5e by Christof Thalhofer at 2021-03-06T13:17:35+01:00
gb.test report Error.Where on error and crash
[GB.TEST]
* NEW: Report Error.Where on error and crash.
- - - - -
e23fca2e by gambas at 2021-03-06T13:17:35+01:00
The enumerator object now can register a free function that is called when the enumeration ends or is aborted.
[INTERPRETER]
* NEW: The enumerator object now can register a free function that is called when the enumeration ends or is aborted.
- - - - -
e0132ab1 by gambas at 2021-03-06T13:17:35+01:00
Fix control enumerations.
[GB.GTK]
* BUG: Fix enumeration of all application controls.
* BUG: Fix enumeration of the controls of a specific window.
[GB.GTK3]
* BUG: Fix enumeration of all application controls.
* BUG: Fix enumeration of the controls of a specific window.
- - - - -
c4e985cf by gambas at 2021-03-06T13:17:35+01:00
Fix picture cache refresh routine and reimplement the deprecated Picture.Cached property.
[GB.GUI.BASE]
* BUG: Fix picture cache refresh routine.
* BUG: PictureBox: Reimplement the deprecated Cached property.
- - - - -
f957a9be by gambas at 2021-03-06T13:17:35+01:00
Update stock icons.
[GB.FORM]
* NEW: New 'office-presentation' stock icon.
[GB.FORM.STOCK]
* NEW: New 'office-presentation' stock icon.
* NEW: Add 128 pixels version of some colored stock icons.
- - - - -
c81609a9 by gambas at 2021-03-06T13:17:35+01:00
Source files icons follow dark themes again.
[DEVELOPMENT ENVIRONMENT]
* NEW: Image editor: Add an invert button for testing the dark version of an icon.
* BUG: Project tree: Source files icons follow dark themes again.
* NEW: Project tree: Make bigger source files icons.
- - - - -
d96b59e2 by gambas at 2021-03-06T13:17:35+01:00
TerminalView: Do not handle the Drop event if the user has defined its own event handler.
[GB.FORM.TERMINAL]
* NEW: TerminalView: Do not handle the Drop event if the user has defined its own event handler.
- - - - -
30b0f835 by gambas at 2021-03-06T13:17:35+01:00
Fix project tree file renaming.
[DEVELOPMENT ENVIRONMENT]
* BUG: Project tree: Failing to rename a file does not crash anymore.
* BUG: Project tree: Renaming a file now highlight its basename by default as before.
- - - - -
10c7e236 by gambas at 2021-03-06T13:17:35+01:00
TextEditor: Fix a possible crash while highlighting.
[GB.FORM.EDITOR]
* BUG: TextEditor: Fix a possible crash while highlighting.
- - - - -
084a2de2 by gambas at 2021-03-06T13:17:35+01:00
TextEditor: Checking the Limit property of a line now highlights until that line.
[GB.FORM.EDITOR]
* BUG: TextEditor: Checking the Limit property of a line now highlights until that line.
- - - - -
21e6bfe3 by gambas at 2021-03-06T13:17:35+01:00
Form editor: Support for "Picture:NoCache" property kind. Center buttons now always act of the selected controls, not their children.
[DEVELOPMENT ENVIRONMENT]
* BUG: Text editor: The procedure popup has now the same width as the procedure button.
* NEW: Form editor: Support for "Picture:NoCache" property kind..
* BUG: Form editor: Center buttons now always act of the selected controls, not their children.
- - - - -
439af290 by gambas at 2021-03-06T13:17:35+01:00
TrayIcon: The Picture property kind is now "Picture:NoCache" so that the trayicon icon is not modified when the current theme is dark.
[GB.GUI.TRAYICON]
* NEW: TrayIcon: The Picture property kind is now "Picture:NoCache" so that the trayicon icon is not modified when the current theme is dark.
- - - - -
c9958203 by gambas at 2021-03-06T13:17:35+01:00
New stock icons for '*.md' and '*.xml' files.
[GB.FORM]
* NEW: New stock icons for '*.md' and '*.xml' files.
* NEW: Update some control icons.
[GB.FORM.STOCK]
* NEW: New stock icons for '*.md' and '*.xml' files.
* NEW: Update 'file' and 'file-manager' icons.
- - - - -
5e664440 by gambas at 2021-03-06T13:17:35+01:00
Timers are not inherited anymore by background tasks.
[INTERPRETER]
* NEW: Timers are not inherited anymore by background tasks. They are actually inherited, but immediately disabled the first time they trigger inside the background task.
- - - - -
ac6aa26f by gambas at 2021-03-06T13:17:35+01:00
Menu editor: Add buttons to directly jump to menu event handlers.
[DEVELOPMENT ENVIRONMENT]
* NEW: Menu editor: Add buttons to directly jump to menu event handlers.
* NEW: Menu editor: Use a true toolbar.
* NEW: Slightly update symbols icons.
- - - - -
59d7ad65 by gambas at 2021-03-06T13:17:35+01:00
New 'clone' icon.
[GB.FORM.STOCK]
* NEW: New 'clone' icon.
* NEW: Update 'copy' icon.
- - - - -
014fc5c8 by gambas at 2021-03-06T13:17:35+01:00
New 'clone' stock icon.
[GB.FORM]
* NEW: New 'clone' stock icon.
- - - - -
99d7d481 by gambas at 2021-03-06T13:17:35+01:00
Project tree: Add a duplicate menu entry for data files.
[DEVELOPMENT ENVIRONMENT]
* NEW: Project tree: Add a duplicate menu entry for data files.
* NEW: Update some icons.
- - - - -
f58c5312 by gambas at 2021-03-06T13:17:35+01:00
Form editor: Remove a custom icon.
[DEVELOPMENT ENVIRONMENT]
* NEW: Form editor: Remove a custom icon.
- - - - -
d7017399 by gambas at 2021-03-06T13:17:35+01:00
Form editor: Multicontainer tab moving does not crash anymore.
[DEVELOPMENT ENVIRONMENT]
* BUG: Form editor: Multicontainer tab moving does not crash anymore.
- - - - -
6e8828d0 by gambas at 2021-03-06T13:17:35+01:00
Automatic completion enhancements.
[DEVELOPMENT ENVIRONMENT]
* NEW: Automatic completion: The automatic completion and signature popups should not overlap anymore.
* NEW: Automatic completion: More keys now validate the completion then close the popup. Spaces are added according to the Gambas syntax.
- - - - -
e8531901 by gambas at 2021-03-06T13:17:35+01:00
Automatic completion: Fix automatic completion overlap prevention routine..
[DEVELOPMENT ENVIRONMENT]
* BUG: Automatic completion: Fix automatic completion overlap prevention routine.
- - - - -
85c8320f by gambas at 2021-03-06T13:17:35+01:00
TerminalView: Support for terminal bell.
[GB.FORM.TERMINAL]
* NEW: TerminalView: Handle terminal bell with a screen flash.
* NEW: TerminalView: 'Bell' is new event that is raised when the terminal bells, and that overrides the default behaviour if handled.
- - - - -
caf91495 by gambas at 2021-03-06T13:17:35+01:00
Search dialog: Hide it immediately when browsing the project.
[DEVELOPMENT ENVIRONMENT]
* NEW: Search dialog: Hide it immediately when browsing the project.
- - - - -
cd4d9690 by gambas at 2021-03-06T13:17:35+01:00
Fix Label and TextLabel size computation when AutoResize is set.
[GB.GTK]
* BUG: Fix Label and TextLabel size computation when AutoResize is set.
[GB.GTK3]
* BUG: Fix Label and TextLabel size computation when AutoResize is set.
- - - - -
fdc47952 by gambas at 2021-03-06T13:17:35+01:00
Implement Label and TextLabel in Gambas.
[GB.GUI.BASE]
* NEW: Implement Label and TextLabel in Gambas.
- - - - -
d65bd209 by gambas at 2021-03-06T13:17:35+01:00
Remove Label and TextLabel controls. Support for UserControl_Font() handler. Some text size computation fixes.
[GB.GTK]
* NEW: Remove Label and TextLabel controls.
* NEW: Call UserControl_Font() handler when the UserControl font changes.
* BUG: Font size computation takes into account Pango ink rectangle.
[GB.GTK3]
* NEW: Remove Label and TextLabel controls.
* NEW: Call UserControl_Font() handler when the UserControl font changes.
* BUG: Font size computation takes into account Pango ink rectangle.
[GB.QT4]
* NEW: Remove Label and TextLabel controls.
* NEW: Call UserControl_Font() handler when the UserControl font changes.
* BUG: Border drawing routine now preserves paint color.
* BUG: All Paint text routines now workaround the font assignment bug.
[GB.QT5]
* NEW: Remove Label and TextLabel controls.
* NEW: Call UserControl_Font() handler when the UserControl font changes.
* BUG: Border drawing routine now preserves paint color.
* BUG: All Paint text routines now workaround the font assignment bug.
- - - - -
9621c6d0 by gambas at 2021-03-06T13:17:35+01:00
Some cosmetic changes.
[DEVELOPMENT ENVIRONMENT]
* NEW: Search dialog: Use a round spinner.
* NEW: Code editor: Error tooltip now uses the foreground color.
- - - - -
250d91a7 by gambas at 2021-03-06T13:17:35+01:00
Fix a crash in UserControl_Font() management.
[GB.GTK]
* BUG: Fix a crash in UserControl_Font() management.
[GB.GTK3]
* BUG: Fix a crash in UserControl_Font() management.
- - - - -
a818e2b3 by gambas at 2021-03-06T13:17:35+01:00
Remove Label and TextLabel source files from 'Makefile.am'.
[GB.QT4]
* BUG: Remove Label and TextLabel source files from 'Makefile.am'..
- - - - -
2de54c09 by gambas at 2021-03-06T13:17:35+01:00
TextEditor: HighlightAll() internal method highlights the current line too.
[GB.FORM.EDITOR]
* BUG: TextEditor: HighlightAll() internal method highlights the current line too.
* BUG: TextEditor: Current line is now highlighted with a light margin color.
- - - - -
5e0ca68d by gambas at 2021-03-06T13:17:35+01:00
Code editor: Use the editor font for error and watch tooltips. Add a little padding.
[DEVELOPMENT ENVIRONMENT]
* NEW: Code editor: Use the editor font for error and watch tooltips. Add a little padding.
* NEW: Code editor: Keep the runtime error tooltip indefinitely.
* NEW: The status bar message now stays up to ten seconds.
- - - - -
df573b34 by gambas at 2021-03-06T13:17:35+01:00
Add new stock icons. Make the TabPanel close button tiny.
[GB.FORM]
* NEW: Update Spinner icon.
* NEW: Spinner: The 'circle' type is larger.
* NEW: Add new stock icons
* NEW: TabPanel: The tab close button is tiny now.
[GB.FORM.STOCK]
* NEW: Add new stock icons.
- - - - -
0bb9b203 by gambas at 2021-03-06T13:17:35+01:00
Make that experimental component exclude any other GUI component.
[GB.TERM.FORM]
* BUG: Make that experimental component exclude any other GUI component.
- - - - -
07e1101e by gambas at 2021-03-06T13:17:35+01:00
Make panel close buttons tiny.
[DEVELOPMENT ENVIRONMENT]
* NEW: Make panel close buttons tiny.
- - - - -
5873532b by gambas at 2021-03-06T13:17:35+01:00
ToolBar: It can now replace any container similar to "Panel" in the IDE form editor.
[GB.FORM.MDI]
* NEW: ToolBar: It can now replace any container similar to "Panel" in the IDE form editor.
- - - - -
aefee813 by gambas at 2021-03-06T13:17:35+01:00
Add CheckBox and RadioButton Invert property. Fix resize against arrangement and GTK painting on DrawingArea and UserControl.
[GB.GTK]
* BUG: Fix DrawingArea and UserControl painting.
* NEW: CheckBox.Invert is a new property that put the check mark on the other side.
* NEW: RadioButton.Invert is a new property that put the radio button on the other side.
* NEW: Font.TextSize() is a new method that returns the text width and height as a rectangle.
* NEW: Font.RichTextSize() is a new method that returns the rich text width and height as a rectangle.
* BUG: Font.RichTextWidth() now takes a width optional argument like RichTextHeight().
* OPT: Control resize now ignores new width or height if its container constraints it.
[GB.GTK3]
* NEW: CheckBox.Invert is a new property that put the check mark on the other side.
* NEW: RadioButton.Invert is a new property that put the radio button on the other side.
* NEW: Font.TextSize() is a new method that returns the text width and height as a rectangle.
* NEW: Font.RichTextSize() is a new method that returns the rich text width and height as a rectangle.
* BUG: Font.RichTextWidth() now takes a width optional argument like RichTextHeight().
* OPT: Control resize now ignores new width or height if its container constraints it.
[GB.QT4]
* NEW: CheckBox.Invert is a new property that put the check mark on the other side.
* NEW: RadioButton.Invert is a new property that put the radio button on the other side.
* NEW: Font.TextSize() is a new method that returns the text width and height as a rectangle.
* NEW: Font.RichTextSize() is a new method that returns the rich text width and height as a rectangle.
* BUG: Font.RichTextWidth() now takes a width optional argument like RichTextHeight().
* OPT: Control resize now ignores new width or height if its container constraints it.
[GB.QT5]
* NEW: CheckBox.Invert is a new property that put the check mark on the other side.
* NEW: RadioButton.Invert is a new property that put the radio button on the other side.
* NEW: Font.TextSize() is a new method that returns the text width and height as a rectangle.
* NEW: Font.RichTextSize() is a new method that returns the rich text width and height as a rectangle.
* BUG: Font.RichTextWidth() now takes a width optional argument like RichTextHeight().
* OPT: Control resize now ignores new width or height if its container constraints it.
- - - - -
1211dafb by gambas at 2021-03-06T13:17:35+01:00
Label and TextLabel: Fix autoresize.
[GB.GUI.BASE]
* BUG: Label and TextLabel: Fix autoresize.
- - - - -
860f678b by gambas at 2021-03-06T13:17:35+01:00
Don't set the Foreground color of Software boxes, it makes GTK+3 css system slow as hell.
[DEVELOPMENT ENVIRONMENT]
* NEW: Now the 'close' stock button is smaller, use its 'small' size again.
* BUG: Don't set the Foreground color of Software boxes, it makes GTK+3 css system slow as hell.
- - - - -
3f73dc49 by gambas at 2021-03-06T13:17:35+01:00
Now the 'close' stock button is smaller, use its 'small' size again.
[GB.FORM]
* NEW: Now the 'close' stock button is smaller, use its 'small' size again.
- - - - -
9a39547a by gambas at 2021-03-06T13:17:35+01:00
Make the 'close' button smaller and update 'cap-*' and 'join-*' icons.
[GB.FORM.STOCK]
* NEW: Make the 'close' button smaller.
* NEW: Update 'cap-*' and 'join-*' icons.
- - - - -
af7adf30 by gambas at 2021-03-06T13:17:35+01:00
Text and TextLabel: Correctly align multi-line text.
[GB.GUI.BASE]
* BUG: Text and TextLabel: Correctly align multi-line text.
- - - - -
f0094e7f by gambas at 2021-03-06T13:17:35+01:00
Fix DrawingArea and UserControl painting on 'gb.gtk'.
[GB.GTK]
* BUG: Fix DrainwgArea and UserControl painting again.
[GB.GTK3]
* OPT: Don't use css stylesheets on containers having no child that draw nothing by themselves.
- - - - -
e6b72c10 by gambas at 2021-03-06T13:17:35+01:00
Fix a typo.
[GB.GUI.BASE]
* BUG: Fix a typo.
- - - - -
cc3a779a by gambas at 2021-03-06T13:17:35+01:00
Enhance color chooser dialog.
[DEVELOPMENT ENVIRONMENT]
* NEW: Enhance color chooser dialog.
- - - - -
c4bc1a9e by gambas at 2021-03-06T13:17:35+01:00
Add more color constants.
[GB.IMAGE]
* NEW: Add more color constants.
- - - - -
1662aec5 by gambas at 2021-03-06T13:17:35+01:00
Add an API to set the read-only flag of an array.
[INTERPRETER]
* NEW: Add an API to set the read-only flag of an array.
- - - - -
321809c4 by gambas at 2021-03-06T13:17:35+01:00
Keywords and subroutines are now returned by two different properties of the System class.
[GB.EVAL]
* NEW: Keywords and subroutines are now returned by two different properties of the System class.
* NEW: System properties Keywords, Subroutines and Datatypes now return a read-only array.
[GB.EVAL.HIGHLIGHT]
* NEW: Support for the new System Keywords and Subroutines properties.
- - - - -
c5ae34e6 by gambas at 2021-03-06T13:17:35+01:00
Automatic completion: Gambas keywords are now automatically inserted with a space after them.
[DEVELOPMENT ENVIRONMENT]
* NEW: Automatic completion: Gambas keywords are now automatically inserted with a space after them.
- - - - -
ffe87b60 by gambas at 2021-03-06T13:17:35+01:00
Tabs and newlines are now replaced by spaces inside error messages. Otherwise the debugger breaks.
[GB.DEBUG]
* BUG: Tabs and newlines are now replaced by spaces inside error messages. Otherwise the debugger breaks.
- - - - -
9e35736a by gambas at 2021-03-06T13:17:35+01:00
Code editor: Color insertion automatically detects the color under the cursor and highlights it, so that it will be replaced if the dialog inserts a new color.
[DEVELOPMENT ENVIRONMENT]
* NEW: Code editor: Color insertion automatically detects the color under the cursor and highlights it, so that it will be replaced if the dialog inserts a new color.
- - - - -
7fa50491 by Brian G at 2021-03-06T13:17:35+01:00
[SCRIPTER]
* New: Broken Down Into Easy Unit Test Targets
* OPT: Now 10-20 times faster for simple scripts
* OPT: Cleanup error handling and reporting code
* NEW: Added errors if user tries to use Public or struct without main
* NEW: Global variable now are moved to context that is shared
* OPT: Modules have been configured to only load when used
* NEW: #include is now supported as well as include
* NEW: It is possible to include more that one file per line
* NEW: Error/warning handling is moved to seperate modules
- - - - -
1656bfa0 by gambas at 2021-03-06T13:17:35+01:00
Test.BailOut() now raises an error to quit later, instead of quitting immediately, to avoid circular references warning.
[GB.TEST]
* NEW: Test.BailOut() now raises an error to quit later, instead of quitting immediately, to avoid circular references warning.
- - - - -
444a3d85 by gambas at 2021-03-06T13:17:35+01:00
Fix english and typos in usage files.
[SCRIPTER]
* BUG: Fix english and typos in usage files.
* BUG: Fix a bailout message in test suite.
- - - - -
6e2105f4 by Christof Thalhofer at 2021-03-06T13:17:39+01:00
Jussis GambasTester as gambas selftest
[DEVELOPMENT ENVIRONMENT]
* NEW: Jussis GambasTester adapted to gb.test as Gambas selftest.
- - - - -
8d94735c by Christof Thalhofer at 2021-03-06T13:19:07+01:00
Merge branch 'master' of https://gitlab.com/gambas/gambas
- - - - -
30 changed files:
- + app/src/gambas3-selftest/.directory
- + app/src/gambas3-selftest/.icon.png
- + app/src/gambas3-selftest/.lang/en_GB.po
- + app/src/gambas3-selftest/.project
- + app/src/gambas3-selftest/.settings_old
- + app/src/gambas3-selftest/.src/Inform.class
- + app/src/gambas3-selftest/.src/TestSources/BaseClass.class
- + app/src/gambas3-selftest/.src/TestSources/ChildClass.class
- + app/src/gambas3-selftest/.src/TestSources/Class1.class
- + app/src/gambas3-selftest/.src/TestSources/Class4.class
- + app/src/gambas3-selftest/.src/TestSources/Class5.class
- + app/src/gambas3-selftest/.src/TestSources/Crash.class
- + app/src/gambas3-selftest/.src/TestSources/Crash2.class
- + app/src/gambas3-selftest/.src/TestSources/Crash3.class
- + app/src/gambas3-selftest/.src/TestSources/FileReadWriteSources/mFileReadWrite.module
- + app/src/gambas3-selftest/.src/TestSources/Module1.module
- + app/src/gambas3-selftest/.src/TestSources/POINT3D.class
- + app/src/gambas3-selftest/.src/TestSources/POINTFloat.class
- + app/src/gambas3-selftest/.src/TestSources/SubCrash.class
- + app/src/gambas3-selftest/.src/TestSources/TestClass1.class
- + app/src/gambas3-selftest/.src/TestSources/TestClass2.class
- + app/src/gambas3-selftest/.src/TestSources/TestClass3.class
- + app/src/gambas3-selftest/.src/TestSources/YetAnotherClass.class
- + app/src/gambas3-selftest/.src/TestSources/mTest.module
- + app/src/gambas3-selftest/.src/Tests/FileReadWrite.test
- + app/src/gambas3-selftest/.src/Tests/GambasSelftests.test
- + app/src/gambas3-selftest/.src/Tests/SlowThousandsProcs.test
- + app/src/gambas3-selftest/.src/Tests/Timers.test
- + app/src/gambas3-selftest/.test
- + app/src/gambas3-selftest/COPYING
View it on GitLab: https://gitlab.com/gambas/gambas/-/compare/cdcaa4d2929801d06ccd443321116b7c09f6f8fa...8d94735cd4a7703af83c542c7ebd060d40940a30
--
View it on GitLab: https://gitlab.com/gambas/gambas/-/compare/cdcaa4d2929801d06ccd443321116b7c09f6f8fa...8d94735cd4a7703af83c542c7ebd060d40940a30
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/20210306/2b605d2a/attachment-0001.htm>
More information about the Notification
mailing list