gambas
0d720dc608
Add 'gb.signal' as component dependency.
...
[GB.WEB.FORM2]
* BUG: Add 'gb.signal' as component dependency.
2020-03-04 01:39:07 +01:00
gambas
bc7d0fc7df
Do not crash anymore by looking for help comments in form files when controls are public.
...
[COMPILER]
* BUG: Do not crash anymore by looking for help comments in form files when controls are public.
2020-03-04 01:37:29 +01:00
gambas
066f919a04
Add WebSlider control.
...
[GB.WEB.FORM2]
* NEW: Add WebSlider control.
2020-03-03 23:54:52 +01:00
gambas
c4db969cb6
Redraw the coloured 'halt' icon.
...
[GB.FORM.STOCK]
* NEW: Redraw the coloured 'halt' icon.
2020-03-03 23:34:37 +01:00
gambas
9c8a47ba0f
Add 'gb.web.form2' to the component list.
...
[DEVELOPMENT ENVIRONMENT]
* NEW: Update Gambas 16 font.
* NEW: Add 'gb.web.form2' to the component list.
* BUG: Ignore untranslated title and description when displaying project information.
2020-03-03 23:34:17 +01:00
gambas
58046bcfad
TerminalView: Add the ReadOnly property, and add a 2 pixels margin around the terminal contents.
...
[GB.FORM.TERMINAL]
* NEW: TerminalView: Add a new popup menu entry to select all the text.
* NEW: TerminalView: Add a 2 pixels margin around the terminal contents.
* NEW: TerminalView: ReadOnly is a new property that makes the TerminalView ignore keyboard input.
2020-03-03 23:29:12 +01:00
gambas
1f9364d131
Update project titles.
...
[GB.WEB.FORM]
* NEW: Update project title.
[GB.WEB.FORM2]
* NEW: Update project title.
2020-03-03 23:28:10 +01:00
gambas
766b327e61
Relative paths on command-line are now assumed to be relative to the current working directory.
...
[DEVELOPMENT ENVIRONMENT]
* BUG: Relative paths on command-line are now assumed to be relative to the current working directory.
2020-03-03 01:41:46 +01:00
gambas
1d549ea2f6
Merge branch 'master' of gitlab.com:gambas/gambas
2020-03-02 14:21:52 +01:00
gambas
fd2794612b
Call the event loop just after the JIT compiler has aborted, so that its processes are correctly freed.
...
[INTERPRETER]
* BUG: Call the event loop just after the JIT compiler has aborted, so that its processes are correctly freed.
2020-03-02 14:20:49 +01:00
Christof Thalhofer
3c09d70986
gb.test: Mv Flowchart into projects .hidden folder
...
[GB.TEST]
* BUG: Mv Flowchart into the projects hidden folder, alter flowchart a bit
2020-03-01 22:26:14 +01:00
gambas
401b04f5fc
String.LeftPad() and String.RightPad() now align the padding pattern respectively to the left and to the right.
...
[GB.UTIL]
* NEW: String.LeftPad() and String.RightPad() now align the padding pattern respectively to the left and to the right.
2020-03-01 00:49:17 +01:00
gambas
7a377ebabc
TextEditor: Add F3 and SHIFT+F3 shortcuts for searching forward and backward in the text search popup.
...
[GB.FORM.EDITOR]
* NEW: TextEditor: Add F3 and SHIFT+F3 shortcuts for searching forward and backward in the text search popup.
2020-03-01 00:05:59 +01:00
gambas
e1fbc01f12
ScrollArea: Do not show the shadows in some cases when they should not be visible.
...
[GB.GUI.BASE]
* BUG: ScrollArea: Do not show the shadows in some cases when they should not be visible.
2020-03-01 00:04:46 +01:00
gambas
342096ae0a
Merge branch 'master' of gitlab.com:gambas/gambas
2020-02-29 20:23:20 +01:00
gambas
48e1929831
FileProperties: Adding a tab does not raise the Click event anymore.
...
[GB.FORM]
* BUG: FileProperties: Adding a tab does not raise the Click event anymore.
2020-02-29 20:22:50 +01:00
gambas
cf11f9213a
File properties dialog: Undoing changes correctly refresh the changes tab again.
...
[DEVELOPMENT ENVIRONMENT]
* BUG: File properties dialog: Undoing changes correctly refresh the changes tab again.
2020-02-29 20:21:08 +01:00
gambas
71d9c85887
String.PadLeft() and String.PadRight() are not inverted anymore when padding with one byte strings.
...
[GB.UTIL]
* BUG: String.PadLeft() and String.PadRight() are not inverted anymore when padding with one byte strings.
2020-02-29 20:16:56 +01:00
gambas
b66607099d
Add version control history tab in file properties dialog and version control dialog.
...
[DEVELOPMENT ENVIRONMENT]
* NEW: Update some translations.
* NEW: File properties dialog: Add a version control history tab.
* NEW: Version control dialog: Add a version control history tab.
* NEW: Version control dialog: Always open the dialog, even if there is nothing to commit.
2020-02-29 20:16:29 +01:00
gambas
622c25101a
Redraw some icons.
...
[GB.FORM.STOCK]
* NEW: Redraw some icons.
* NEW: Add a 128 pixels version of the colored 'directory' icon.
2020-02-29 20:07:12 +01:00
gambas
639ca4833c
TextEditor: CTRL+F opens a simple text search field inside the editor.
...
[GB.FORM.EDITOR]
* NEW: TextEditor: CTRL+F opens a simple text search field inside the editor.
2020-02-29 20:06:27 +01:00
gambas
b865fa737f
Reserve one pixel less between characters for bold text.
...
[GB.FORM.TERMINAL]
* BUG: Reserve one pixel less between characters for bold text.
2020-02-29 20:05:16 +01:00
gambas
a703c7f2ea
Add String.PadLeft() and String.PadRight() methods.
...
[GB.UTIL]
* NEW: String.PadLeft() is a new method that pad a string to the left up to a specified length using a string pattern.
* NEW: String.PadRight() is a new method that pad a string to the right up to a specified length using a string pattern.
2020-02-29 19:39:40 +01:00
Christof Thalhofer
583a0c872d
gb.test: Flowchart
...
[GB.TEST]
* NEW: Flowchart made by libre office draw and exported as svg
This is a first try to show the interplay between gbt3, gb.test and
gb.test.tap.
2020-02-29 13:15:55 +01:00
gambas
9e33023518
FileProperties: Add Click event and Index property so that tab changes can be handled.
...
[GB.FORM]
* NEW: FileProperties: Add() now returns the index of the added tab.
* NEW: FileProperties: Index is a new property that returns or sets the current tab index.
* NEW: FileProperties: Click is a new event that is raised when a tab is selected.
2020-02-28 18:38:16 +01:00
gambas
cc70ae4f83
Redraw many icons.
...
[GB.FORM.STOCK]
* NEW: Redraw many icons.
2020-02-28 18:37:31 +01:00
gambas
e57c7616f0
File properties dialog: Display file history if version control is enabled.
...
[DEVELOPMENT ENVIRONMENT]
* NEW: File properties dialog: Display file history if version control is enabled.
* NEW: Use bold text instead of shadows to display project titles.
2020-02-28 18:33:32 +01:00
gambas
0a63c13676
Merge branch 'master' of gitlab.com:gambas/gambas
2020-02-25 03:19:34 +01:00
gambas
b8923a2b93
Update many icons.
...
[GB.FORM.STOCK]
* NEW: Update many icons.
2020-02-25 03:19:16 +01:00
Christof Thalhofer
3752088d37
gbt3: Fix cherrypicking
...
[GBT3]
* BUG: Fix selection of testmodule and testmethod
2020-02-24 14:08:40 +01:00
Christof Thalhofer
a10a5db270
gbt3: refactoring, more stability, TAP stream
...
[GBT3]
* NEW: gbt3 finds compiler and executor on the computer, TAP output as stream
2020-02-24 11:15:09 +01:00
Christof Thalhofer
ea260ee017
gbt3: fix bug: missing wait
...
[GBT3]
* BUG: gbt3: Fix missing Wait. Now reliable testing.
2020-02-23 22:50:38 +01:00
Christof Thalhofer
06b405f22d
gb.test: BailOut if a testmodule is empty
...
[GB.TEST]
* NEW: BailOut if a testmodule is empty
2020-02-23 22:31:28 +01:00
Christof Thalhofer
f6acfff787
gbt3 a Gambas program to test a project from commandline
...
*[NEW] gbt3.gambas: runs tests from commandline
2020-02-23 17:53:01 +01:00
Christof Thalhofer
f3413f1533
gb.test: example unittesthelloworld with test module
2020-02-23 12:52:57 +01:00
Christof Thalhofer
e4f06f6674
gb.test refactoring for use of test modules
...
[GB.TEST]
* NEW: Add support for test modules.
2020-02-23 12:38:53 +01:00
gambas
fd778d20c8
Fix an uninitialized local variable.
...
[COMPILER]
* BUG: Fix an uninitialized local variable.
2020-02-22 22:43:11 +01:00
gambas
0387d9459b
Do not put explicit copyright holder name in the COPYING file.
...
[GB.DB.POSTGRESQL]
* BUG: Do not put explicit copyright holder name in the COPYING file.
2020-02-22 22:18:39 +01:00
gambas
cf7027c431
Add licence exception for OpenSSL.
...
[GB.DB.POSTGRESQL]
* NEW: Add licence exception for OpenSSL.
2020-02-22 22:08:57 +01:00
gambas
3adee3a411
Add support for test modules.
...
[DEVELOPMENT ENVIRONMENT]
* NEW: Add support for test modules.
2020-02-22 15:58:32 +01:00
gambas
e584ba6713
Add support for test modules.
...
[COMPILER]
* NEW: Support for test modules.
[ARCHIVER]
* NEW: Support for test modules.
2020-02-22 15:57:46 +01:00
gambas
b7c6d4cca6
Packager: Add distribution suffix in rpm support package dependencies.
...
[DEVELOPMENT ENVIRONMENT]
* BUG: Packager: Add distribution suffix in rpm support package dependencies.
2020-02-22 00:51:49 +01:00
gambas
26b4327f52
DataView: Add SelectAll() and UnselectAll() methods.
...
[GB.DB.FORM]
* NEW: DataView: Add SelectAll() and UnselectAll() methods.
2020-02-21 02:52:31 +01:00
gambas
0f3277cbb7
Database editor: The record count is correctly updated now, when records are removed or added.
...
[DEVELOPMENT ENVIRONMENT]
* BUG: Database editor: The record count is correctly updated now, when records are removed or added.
2020-02-21 02:51:53 +01:00
gambas
a5819d2511
The "remove trailing spaces" formatting option has no effect on '*.md' or '*.MD' files.
...
[DEVELOPMENT ENVIRONMENT]
* NEW: Update Gambas fonts.
* NEW: The "remove trailing spaces" formatting option has no effect on '*.md' or '*.MD' files.
2020-02-21 02:36:02 +01:00
gambas
ba39f8ff72
TextEditor: Correctly handle the drawing of the difference before the first line.
...
[GB.FORM.EDITOR]
* BUG: TextEditor: Correctly handle the drawing of the difference before the first line.
* BUG: TextEditor: Correctly relayout differences when the Wrap property changes.
2020-02-20 16:28:47 +01:00
gambas
c24a82a53d
Merge branch 'master' of gitlab.com:gambas/gambas
2020-02-19 03:01:10 +01:00
gambas
8a91545f11
CsvFile: Support for creating CSV files, not just reading them.
...
[GB.UTIL]
* NEW: CsvFile: Open() is a new method for opening a CSV file for reading.
* NEW: CsvFile: Create() is a new method for opening a CSV file for writing.
2020-02-19 03:00:45 +01:00
Benoît Minisini
1dd18b392f
Update .gitlab-ci.yml
2020-02-18 23:10:55 +00:00
gambas
131653ab1f
Converting a string to a pointer returns a pointer pointing at the beginning of the string.
...
[INTERPRETER]
* NEW: Converting a string to a pointer returns a pointer pointing at the beginning of the string.
2020-02-18 23:03:24 +01:00