Brian G
24ea38d8ef
[Scripter]
...
* BUG: Fixed how command line piped and redirected input work
2021-04-21 10:02:08 -07:00
gambas
7aead9e314
PictureBox: The Picture property does not use the cache anymore, and so does not adapt to dark theme anymore too.
...
[GB.GUI.BASE]
* BUG: PictureBox: The Picture property does not use the cache anymore, and so does not adapt to dark theme anymore too.
2021-04-20 15:00:14 +02:00
gambas
8fb4c37fcd
Some deferred arrangements were useless, don't do them.
...
[GB.GTK]
* BUG: Some deferred arrangements were useless, don't do them.
[GB.GTK3]
* BUG: Some deferred arrangements were useless, don't do them.
2021-04-19 14:06:49 +02:00
gambas
1a27f285ca
SidePanel: Hidden side panels have now a one pixel size.
...
[GB.FORM]
* BUG: SidePanel: Hidden side panels have now a one pixel size. Because GTK+ components cannot handle zero-size controls at the moment.
2021-04-19 14:03:19 +02:00
gambas
8002a21b1d
Fix deferred arrangement because of a weird GTK+3 behaviour (2).
...
[GB.GTK3]
* BUG: Fix deferred arrangement because of a weird GTK+3 behaviour (2).
2021-04-18 23:47:56 +02:00
gambas
4a4c75e55b
Fix deferred arrangement because of a weird GTK+3 behaviour.
...
[GB.GTK]
* BUG: Fix deferred arrangement because of a weird GTK+3 behaviour.
[GB.GTK3]
* BUG: Fix deferred arrangement because of a weird GTK+3 behaviour.
2021-04-18 23:43:22 +02:00
gambas
414ba381a6
'webform' project template now uses 'gb.web.gui' instead of 'gb.web.form'.
...
[DEVELOPMENT ENVIRONMENT]
* NEW: 'webform' project template now uses 'gb.web.gui' instead of 'gb.web.form'.
2021-04-17 19:33:59 +02:00
gambas
bc3141c5d9
Fix the layout of the control toolbox.
...
[DEVELOPMENT ENVIRONMENT]
* NEW: Form editor: Add an help menu for controls in the toolbox.
* NEW: Form editor: Put the toolbox buttons in its bottom bar.
2021-04-17 19:26:28 +02:00
Bastian Germann
b085e26d3e
Fix typo found by Lintian
2021-04-17 09:48:43 +00:00
gambas
81ce4a63b2
Frame: Make frame contents cover the entire control area when there is no arrangement, for backward-compatibility.
...
[GB.GUI.BASE]
* BUG: Frame: Make frame contents cover the entire control area when there is no arrangement, for backward-compatibility.
2021-04-16 12:59:18 +02:00
gambas
3940a46c06
FileChooser: Fix file uncompress that was done twice.
...
[GB.FORM]
* BUG: FileChooser: Fix file uncompress that was done twice.
2021-04-16 12:15:45 +02:00
gambas
b95ff408cd
Focus navigation works again.
...
[GB.GTK]
* BUG: Focus navigation works again.
[GB.GTK3]
* BUG: Focus navigation works again.
2021-04-16 04:24:22 +02:00
gambas
4180922807
Project open dialog: Change the layout of the buttons to fix behaviour with GTK+3.
...
[DEVELOPMENT ENVIRONMENT]
* BUG: Fix "1" character in Gambas 16 pixel regular font.
* NEW: Project lists scroll to the top when the filter changes.
* BUG: Project open dialog: Change the layout of the buttons to fix behaviour with GTK+3.
2021-04-16 04:03:56 +02:00
Bruce Steers
54b4df462b
Update TextEditorMode_Sh.class: remove quotes from braces
...
[GB.FORM.EDITOR]
* BUG: remove quotes from braces lists
2021-04-15 22:33:25 +00:00
gambas
9863285285
DocumentView: Reintroduce the old properties renamed in 3.16.0 for backward-compatibility.
...
[GB.FORM]
* BUG: DocumentView: Reintroduce the old properties renamed in 3.16.0 for backward-compatibility.
2021-04-15 22:05:04 +02:00
gambas
999b9eb910
ComboBox: Fix setFocus() method.
...
[GB.GTK]
* BUG: ComboBox: Fix setFocus() method.
[GB.GTK3]
* BUG: ComboBox: Fix setFocus() method.
2021-04-14 16:02:21 +02:00
gambas
905ffb1fb2
GTK+ needs the debug panel close button to be explicitly resized.
...
[DEVELOPMENT ENVIRONMENT]
* BUG: GTK+ needs the debug panel close button to be explicitly resized.
2021-04-14 09:59:17 +02:00
gambas
6c4e8ce5a6
Test panel: 'F4' now acts like 'F5' while running a test. It continues execution after a breakpoint has been hit.
...
[DEVELOPMENT ENVIRONMENT]
* NEW: Test panel: 'F4' now acts like 'F5' while running a test. It continues execution after a breakpoint has been hit.
2021-04-14 09:45:52 +02:00
gambas
5fdbca0d49
"==>" at the beginning of a page introduces an automatic redirection. This is different from "-->" which is a link.
...
[WIKI]
* BUG: Fix top padding of boxes.
* NEW: "==>" at the beginning of a page introduces an automatic redirection. This is different from "-->" which is a link.
2021-04-14 09:02:25 +02:00
gambas
ce484267b7
Form editor: Fix control restacking management.
...
[DEVELOPMENT ENVIRONMENT]
* BUG: Form editor: Fix control restacking routines.
* BUG: Form editor: Control restacking now works correctly on forms with automatic arrangement.
2021-04-13 23:54:48 +02:00
gambas
e90c0c07e3
Update color constants.
...
[GB.WEB.GUI]
* NEW: Update color constants.
2021-04-13 17:22:45 +02:00
gambas
2497f5386c
Add documentation. Hide an apparently unused public function.
...
[GB.GUI.BASE]
* NEW: Add documentation.
* BUG: Hide an apparently unused public function.
2021-04-13 17:22:14 +02:00
gambas
c04f632d33
Disable paste and clear menu entry on read-only terminals.
...
[GB.FORM.TERMINAL]
* BUG: TerminalView: Disable paste and clear menu entry on read-only terminals.
2021-04-13 17:21:18 +02:00
gambas
f2bb2b41cf
Add documentation.
...
[GB.SETTINGS]
* NEW: Add documentation.
2021-04-13 17:20:32 +02:00
gambas
275a42323f
Add new marker stock icons.
...
[GB.FORM]
* NEW: Add new marker stock icons.
2021-04-13 17:20:04 +02:00
gambas
960ae85408
Update some icons.
...
[GB.FORM.STOCK]
* NEW: Update some icons.
2021-04-13 17:19:45 +02:00
gambas
0c84734583
Add 'walk' and 'bicycle' stock icons.
...
[GB.FORM.STOCK]
* NEW: Add 'walk' and 'bicycle' stock icons.
2021-04-13 03:40:45 +02:00
gambas
cdafe4c211
Use 'String[].Remove()' instead of 'String[].Extract()' which was not needed.
...
[GB.TEST]
* OPT: Use 'String[].Remove()' instead of 'String[].Extract()' which was not needed.
2021-04-13 00:35:31 +02:00
gambas
c46207cfe8
Merge branch 'master' of gitlab.com:gambas/gambas
2021-04-13 00:11:32 +02:00
gambas
5866d75c09
Disable editor popup when the test output terminal gets the focus.
...
[DEVELOPMENT ENVIRONMENT]
* BUG: Tester: Start test button is now disabled while the project is tested.
2021-04-13 00:11:22 +02:00
Christof Thalhofer
6872813adc
gb.test Prints line numbers for clickable links
...
[GB.TEST]
*NEW: Prints line numbers in TAP output so that the IDE can create clickable links to the code.
2021-04-12 22:50:36 +02:00
gambas
2cdde247a5
Add new marker stock icons.
...
[GB.FORM]
* NEW: Add new marker stock icons.
2021-04-12 22:10:11 +02:00
gambas
d9b36b28ea
Add new marker stock icons. Make them all black.
...
[GB.FORM.STOCK]
* NEW: Add new marker stock icons. Make them all black.
2021-04-12 22:09:26 +02:00
gambas
d7b58d9cca
Disable editor popup when the test output terminal gets the focus.
...
[DEVELOPMENT ENVIRONMENT]
* BUG: Disable editor popup when the test output terminal gets the focus.
2021-04-12 18:24:13 +02:00
gambas
1e7be199ed
Fix a possible crash in 'Session.Abandon' when using sqlite sessions again.
...
[GB.WEB]
* BUG: Fix a possible crash in 'Session.Abandon' when using sqlite sessions again.
2021-04-12 16:26:31 +02:00
gambas
24f8ef190c
Put the test selection on top of the test suite dialog.
...
[DEVELOPMENT ENVIRONMENT]
* NEW: Tester: Put the test selection on top of the test suite dialog.
2021-04-12 16:24:24 +02:00
gambas
fcc1a5f42c
Version control: Fix error message layout routine again.
...
[DEVELOPMENT ENVIRONMENT]
* BUG: Version control: Fix error message layout routine again.
2021-04-12 16:01:58 +02:00
gambas
6bc3bed5fd
Merge branch 'master' of gitlab.com:gambas/gambas
2021-04-12 15:50:54 +02:00
gambas
fec9e2bdc9
Fix a possible crash in 'Session.Abandon' when using sqlite sessions.
...
[GB.WEB]
* BUG: Fix a possible crash in 'Session.Abandon' when using sqlite sessions.
2021-04-12 15:46:51 +02:00
Christof Thalhofer
aed6f918f4
GambasSelftests test Error and Catch
2021-04-12 10:13:56 +02:00
gambas
09f419084a
Version control: Fix error message layout routine.
...
[DEVELOPMENT ENVIRONMENT]
* BUG: Version control: Fix error message layout routine.
2021-04-11 21:10:02 +02:00
gambas
2fd6717487
Forgot to add 'earth' stock icon.
...
[GB.FORM]
* NEW: Forgot to add 'earth' stock icon.
2021-04-11 20:46:49 +02:00
gambas
ffa36051f4
The component is now stable but not terminated.
...
[GB.WEB.GUI]
* NEW: The component is now stable but not terminated.
2021-04-11 20:45:53 +02:00
gambas
9a7ed71052
Update inheritance icon and WebView control icon.
...
[DEVELOPMENT ENVIRONMENT]
* NEW: Update inheritance icon and WebView control icon.
2021-04-11 19:29:43 +02:00
gambas
eca7730053
Update 'internet' icon.
...
[GB.FORM.STOCK]
* NEW: Update 'internet' icon.
2021-04-11 19:29:08 +02:00
gambas
3bac4242d6
Search dialog: Replace the balloon by a message box, because of Wayland.
...
[DEVELOPMENT ENVIRONMENT]
* NEW: Test panel: Nicer test result tooltip.
* NEW: Search dialog: Replace the balloon by a message box, because of Wayland.
2021-04-10 23:59:57 +02:00
gambas
9339d2bcdf
Fix ODBC to Gambas data conversion.
...
[GB.DB.ODBC]
* BUG: Fix ODBC to Gambas data conversion.
2021-04-10 23:38:11 +02:00
gambas
9d727a0fb9
Update WebView control icon.
...
[DEVELOPMENT ENVIRONMENT]
* NEW: Update WebView control icon.
2021-04-10 23:07:28 +02:00
gambas
a94ee270b7
Add a project icon.
...
[GB.DESKTOP.X11]
* NEW: Add a project icon.
2021-04-10 23:06:44 +02:00
gambas
3fc89441f2
Add a project icon.
...
[GB.DESKTOP]
* NEW: Add a project icon.
[GB.FORM.DIALOG]
* NEW: Add a project icon.
2021-04-10 23:06:04 +02:00