Commit graph

9357 commits

Author SHA1 Message Date
gambas
f4d89af3ce Do not propagate key events if the target widget has been unrealized.
[GB.GTK]
* BUG: Do not propagate key events if the target widget has been unrealized.

[GB.GTK3]
* BUG: Do not propagate key events if the target widget has been unrealized.
2021-04-05 14:08:32 +02:00
Christof Thalhofer
74358c6bb2 test Val with gbDateGeneral
A string of a date formatted with gbDateGeneral converted with Val
delivers Null. This bug has to be fixed so that the test succeeds.
2021-04-05 13:55:48 +02:00
Benoît Minisini
bc0e8229ca Merge branch 'ScripterUnitTestFixes' into 'master'
[Scripter]

See merge request gambas/gambas!218
2021-04-04 18:17:40 +00:00
gambas
07d1f2d329 Frame client dialog: Fix layout of filter field.
[DEVELOPMENT ENVIRONMENT]
* BUG: Frame client dialog: Fix layout of filter field.
* NEW: Frame client dialog: Trim the software name if there is not enough horizontal space to display it.
2021-04-04 20:07:22 +02:00
gambas
e9f5de8c86 Increment project modification time stamp when creating, deleting, renaming files, updating translations...
[DEVELOPMENT ENVIRONMENT]
* BUG: Increment project modification time stamp when creating, deleting, renaming files, updating translations...
2021-04-04 14:45:13 +02:00
Brian G
2b7c440c84 [Scripter]
* BUG: Fix Unit Test when making project multi times - if project.tmp found then delete
* BUG: Unit text contents compare, add gb.ignorecase
* BUG: Bad parameter found in call to makevirtual project - unit test
* OPT: Fix spelling of sExtention
* OPT: Fix wording in gbs3 help
2021-04-03 10:15:31 -07:00
gambas
5cd9287801 Help browser: Rework how the "this page does not exist" label is displayed.
[DEVELOPMENT ENVIRONMENT]
* NEW: Update French translation.
* BUG: Help browser: Rework how the "this page does not exist" label is displayed.
2021-04-03 14:34:20 +02:00
gambas
1beaf47ca7 Merge branch 'master' of gitlab.com:gambas/gambas 2021-04-03 13:15:10 +02:00
gambas
380d5a0f0e Move some source files.
[GB.DBUS]
* NEW: Move some source files.
2021-04-03 13:10:21 +02:00
gambas
d387324bb6 ReportView: Use the new stock icons for page layout buttons.
[GB.REPORT2]
* NEW: ReportView: Use the new stock icons for page layout buttons.
2021-04-03 13:08:41 +02:00
gambas
399acfe05a Update project icon.
[GB.SCANNER]
* NEW: Update project icon.
2021-04-03 13:07:54 +02:00
gambas
9456a6c42d Handle "-->" link syntax in default help, and extract the class name from the page title for virtual classes.
[WIKI]
* NEW: Handle "-->" link syntax in default help.
* NEW: If a class is virtual (its name does not begin with a letter), then extract the class name from the page title.
* NEW: Update the list of ignored components used for generating the TODO page.
2021-04-03 13:07:18 +02:00
gambas
c45c0fe04d Sort compiler output messages so that the result does not depend on the order of the compiler background tasks.
[DEVELOPMENT ENVIRONMENT]
* BUG: Sort compiler output messages so that the result does not depend on the order of the compiler background tasks.
* NEW: Project creation dialog: Replace balloons by message boxes, as they do not work on Wayland.
* NEW: Redraw control icons with a wider border.
* NEW: Update French translation.
2021-04-03 13:04:24 +02:00
gambas
2986bd7c8a Use new stock icons for preview page layout buttons.
[GB.FORM.PRINT]
* NEW: Use new stock icons for preview page layout buttons.
2021-04-03 13:02:34 +02:00
gambas
cf69556c5a Update project icon.
[GB.FORM]
* NEW: Update project icon.
2021-04-03 13:01:31 +02:00
gambas
0dfc11b346 Message.Warning() now uses an "OK" button by default.
[GB.GUI.BASE]
* NEW: Add a project icon.
* NEW: Message.Warning() now uses an "OK" button by default.
2021-04-03 12:58:51 +02:00
gambas
671a20406d Redraw control icons with a wider border.
[GB.FORM.MDI]
* NEW: Redraw control icons with a wider border.
2021-04-03 12:56:17 +02:00
gambas
2b237ea100 Redraw control icon with a wider border.
[GB.MAP]
* NEW: Redraw control icon with a wider border.
2021-04-03 12:55:33 +02:00
gambas
bb79217e15 Redraw control icon with a wider border.
[GB.MEDIA.FORM]
* NEW: Redraw control icon with a wider border.
2021-04-03 12:55:11 +02:00
gambas
2880f3aec5 Redraw control icon with a wider border.
[GB.FORM.TERMINAL]
* NEW: Redraw control icon with a wider border.
2021-04-03 12:54:49 +02:00
gambas
bc400b3a7d Put TextEditor control in the "View" group.
[GB.FORM.EDITOR]
* NEW: Put TextEditor control in the "View" group.
2021-04-03 12:54:11 +02:00
gambas
0e1a597577 Update project icon.
[GB.FORM.STOCK]
* NEW: Update project icon.
2021-04-03 12:53:40 +02:00
gambas
c9edfa01f9 Redraw some control icons with a wider border.
[GB.DB.FORM]
* NEW: Redraw some control icons with a wider border.
2021-04-03 12:53:13 +02:00
gambas
cd2cb34381 Redraw some control icons with a wider border.
[GB.FORM]
* NEW: Redraw some control icons with a wider border.
2021-04-03 12:51:03 +02:00
gambas
f8cd4784af Toggle menus are now correctly updated in the tray icon exported popup.
[GB.DBUS.TRAYICON]
* BUG: Toggle menus are now correctly updated in the tray icon exported popup (beware that no update works at the moment with Gnome / Ubuntu indicators).
2021-04-03 12:48:35 +02:00
gambas
03913217d1 Make a project icon.
[GB.JIT]
* NEW: Make a project icon.
2021-04-03 12:46:45 +02:00
gambas
41cb5cbfe0 Use a lock file to prevent background task output on standard error from mixing.
[COMPILER]
* BUG: Use a lock file to prevent background task output on standard error from mixing.
2021-04-03 12:45:19 +02:00
Benoît Minisini
44c7c09f2a Merge branch 'gb-compress-zstd' into 'master'
New 'gb.compress.zstd' component

See merge request gambas/gambas!215
2021-04-03 10:44:54 +00:00
Benoît Minisini
14dff78d3f Merge branch 'kill_trunk_h' into 'master'
Detect git/svn version with a macro instead of creating a header file

See merge request gambas/gambas!216
2021-04-03 10:41:04 +00:00
Benoît Minisini
dc495d1d03 Merge branch 'ScriptNoParmCrash' into 'master'
[Scripter]

See merge request gambas/gambas!217
2021-04-03 10:37:55 +00:00
zxMarce
e750b778c9 Add vsCode config files to .gitignore 2021-04-02 15:34:34 -03:00
gambas
3ccbc7281e * Backward-compatible change when using date or time separators for date or time elements having none.
[INTERPRETER]
* NEW: If the current localization uses the same separator for all date elements having a separator,
  then the element having no separator will use that same element if the "/" format character
  is used in the Format() function. Same change for the time separators.
2021-04-02 17:07:41 +02:00
gambas
381de6f976 Update some icons and add new ones.
[GB.FORM.STOCK]
* NEW: Add 'page', page-two' and 'zoom-width' icons.
* NEW: Update the 'new' and 'preview' icons.
2021-04-02 16:55:32 +02:00
gambas
fb352b759f DocumentView: Fix a possible infinite recursion in document layouting.
[GB.FORM]
* NEW: DocumentView: Fix a possible infinite recursion in document layouting.
* NEW: Add 'page', page-two' and 'zoom-width' stock icons.
2021-04-02 16:54:21 +02:00
gambas
f2054911ef TextEditor: Middle click paste is now ignored if the editor is read-only.
[GB.FORM.EDITOR]
* BUG: TextEditor: Middle click paste is now ignored if the editor is read-only.
2021-04-02 13:18:40 +02:00
Brian G
ffb6e569a2 [Scripter]
* BUG: Crash with no input parameters
2021-04-01 15:51:54 -07:00
gambas
29b7fd13ce ReportView: The DocumentView "FirstVisibleDocument" property has been renamed as "FirstVisiblePage".
[GB.REPORT2]
* BUG: ReportView: The DocumentView "FirstVisibleDocument" property has been renamed as "FirstVisiblePage".
2021-03-31 18:55:00 +02:00
gambas
eb0cb18b7d ReportView: The DocumentView "Column" property has been renamed as "Columns".
[GB.REPORT2]
* BUG: ReportView: The DocumentView "Column" property has been renamed as "Columns".
2021-03-31 17:03:49 +02:00
gambas
bd8427d09f ReportView: The DocumentView "AutoCenter" property has been renamed as "Center".
[GB.REPORT2]
* BUG: ReportView: The DocumentView "AutoCenter" property has been renamed as "Center".
2021-03-31 16:21:27 +02:00
gambas
2fba57f063 Menu: Use the busy sign when waiting for the Click event answer.
[GB.WEB.GUI]
* NEW: Menu: Use the busy sign when waiting for the Click event answer.
2021-03-31 13:26:24 +02:00
Laurent Carlier
82fbda28e8
Detect git/svn version with a macro instead of creating a header file 2021-03-31 09:26:49 +02:00
gambas
dd16ccc824 Fix minimum widget size management.
[GB.GTK3]
* BUG: Fix minimum widget size management.
2021-03-30 20:51:23 +02:00
gambas
28a7502a88 Form editor: Fix default value of color properties when the clear button is clicked.
[DEVELOPMENT ENVIRONMENT]
* BUG: Form editor: Fix default value of color properties when the clear button is clicked.
2021-03-30 20:50:25 +02:00
gambas
a41ae3d0bf WAIT instruction now processes all pending events.
[GB.GTK3]
* BUG: WAIT instruction now processes all pending events.
2021-03-30 13:17:07 +02:00
gambas
9dd1ec0a47 WAIT instruction now processes all pending events.
[GB.GTK]
* BUG: WAIT instruction now processes all pending events.
2021-03-30 13:16:58 +02:00
gambas
06e1bd1a34 Frame: Draw border differently to avoir differences in coordinates rounding between Qt and Cairo.
[GB.GUI.BASE]
* BUG: Frame: Draw border differently to avoir differences in coordinates rounding between Qt and Cairo.
2021-03-29 12:41:59 +02:00
gambas
ec0fa24a64 Fix menu delayed deletion.
[GB.GTK]
* BUG: Fix menu delayed deletion.

[GB.GTK3]
* BUG: Fix menu delayed deletion.
2021-03-29 00:58:46 +02:00
Laurent Carlier
ed64fa3a9d
Add the description of gb.compress.zstd component
[DEVELOPMENT ENVIRONMENT]
* NEW: Add description of gb.compress.zstd component
2021-03-28 18:39:04 +02:00
Laurent Carlier
d538f24a9c
Update '.gitlab-ci.yml' for new gb.compress.zstd component 2021-03-28 17:52:29 +02:00
Laurent Carlier
2e35efdc75
Add 'FAILED' to .gitignore 2021-03-28 17:52:29 +02:00