Commit graph

9747 commits

Author SHA1 Message Date
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
Laurent Carlier
aedb03fd86
New 'gb.compress.zstd' component
[GB.COMPRESS.ZSTD]
* NEW: New 'gb.compress.zstd' component.
2021-03-28 17:52:03 +02:00
gambas
898836967f Update 'preview' icon.
[GB.FORM.STOCK]
* NEW: Update 'preview' icon.
2021-03-28 00:34:39 +01:00
gambas
4eabb02255 FontChooser: Add a button to toggle the font preview in the font tree.
[GB.FORM]
* NEW: Update documentation.
* NEW: FontChooser: Add a button to toggle the font preview in the font tree.
2021-03-28 00:21:45 +01:00
gambas
0b4134591b Update AUTHORS file again.
[CONFIGURATION]
* NEW: Update AUTHORS file again.
2021-03-28 00:19:19 +01:00
gambas
91b60969c1 Update AUTHORS file.
[CONFIGURATION]
* NEW: Update AUTHORS file.
2021-03-27 19:21:40 +01:00
Benoît Minisini
ae706a1068 Merge branch 'SCripterDocUpdates' into 'master'
[Scripter]

See merge request gambas/gambas!213
2021-03-27 18:18:01 +00:00
Brian G
45bdf89d6e [SCRIPTER]
* BUG: Correct Man page errors
2021-03-27 08:52:05 -07:00
Brian G
eae8620cab [Scripter]
* New: Update License
2021-03-27 07:58:58 -07:00
gambas
b529ca0ff9 Make source archive: Display the right error message when an unsupported archive format extension is selected.
[DEVELOPMENT ENVIRONMENT]
* BUG: Make source archive: Display the right error message when an unsupported archive format extension is selected.
2021-03-27 14:17:33 +01:00
Benoît Minisini
e76bf8455d Merge branch 'SCripterDocUpdates' into 'master'
[SCRIPTER]

See merge request gambas/gambas!211
2021-03-27 12:21:49 +00:00