[Gambas-Notification] [Git][gambas/gambas][master] 20 commits: Use a lock file to prevent background task output on standard error from mixing.

Benoît Minisini (@bminisini) gitlab at mg.gitlab.com
Sat Apr 3 13:38:13 CEST 2021



Benoît Minisini pushed to branch master at Gambas / gambas


Commits:
41cb5cbf by gambas at 2021-04-03T12:45:19+02:00
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.

- - - - -
03913217 by gambas at 2021-04-03T12:46:45+02:00
Make a project icon.

[GB.JIT]
* NEW: Make a project icon.

- - - - -
f8cd4784 by gambas at 2021-04-03T12:48:35+02:00
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).

- - - - -
cd2cb343 by gambas at 2021-04-03T12:51:03+02:00
Redraw some control icons with a wider border.

[GB.FORM]
* NEW: Redraw some control icons with a wider border.

- - - - -
c9edfa01 by gambas at 2021-04-03T12:53:13+02:00
Redraw some control icons with a wider border.

[GB.DB.FORM]
* NEW: Redraw some control icons with a wider border.

- - - - -
0e1a5975 by gambas at 2021-04-03T12:53:40+02:00
Update project icon.

[GB.FORM.STOCK]
* NEW: Update project icon.

- - - - -
bc400b3a by gambas at 2021-04-03T12:54:11+02:00
Put TextEditor control in the "View" group.

[GB.FORM.EDITOR]
* NEW: Put TextEditor control in the "View" group.

- - - - -
2880f3ae by gambas at 2021-04-03T12:54:49+02:00
Redraw control icon with a wider border.

[GB.FORM.TERMINAL]
* NEW: Redraw control icon with a wider border.

- - - - -
bb79217e by gambas at 2021-04-03T12:55:11+02:00
Redraw control icon with a wider border.

[GB.MEDIA.FORM]
* NEW: Redraw control icon with a wider border.

- - - - -
2b237ea1 by gambas at 2021-04-03T12:55:33+02:00
Redraw control icon with a wider border.

[GB.MAP]
* NEW: Redraw control icon with a wider border.

- - - - -
671a2040 by gambas at 2021-04-03T12:56:17+02:00
Redraw control icons with a wider border.

[GB.FORM.MDI]
* NEW: Redraw control icons with a wider border.

- - - - -
0dfc11b3 by gambas at 2021-04-03T12:58:51+02:00
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.

- - - - -
cf69556c by gambas at 2021-04-03T13:01:31+02:00
Update project icon.

[GB.FORM]
* NEW: Update project icon.

- - - - -
2986bd7c by gambas at 2021-04-03T13:02:34+02:00
Use new stock icons for preview page layout buttons.

[GB.FORM.PRINT]
* NEW: Use new stock icons for preview page layout buttons.

- - - - -
c45c0fe0 by gambas at 2021-04-03T13:04:24+02:00
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.

- - - - -
9456a6c4 by gambas at 2021-04-03T13:07:18+02:00
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.

- - - - -
399acfe0 by gambas at 2021-04-03T13:07:54+02:00
Update project icon.

[GB.SCANNER]
* NEW: Update project icon.

- - - - -
d387324b by gambas at 2021-04-03T13:08:41+02:00
ReportView: Use the new stock icons for page layout buttons.

[GB.REPORT2]
* NEW: ReportView: Use the new stock icons for page layout buttons.

- - - - -
380d5a0f by gambas at 2021-04-03T13:10:21+02:00
Move some source files.

[GB.DBUS]
* NEW: Move some source files.

- - - - -
1beaf47c by gambas at 2021-04-03T13:15:10+02:00
Merge branch 'master' of gitlab.com:gambas/gambas

- - - - -


30 changed files:

- app/src/gambas-wiki/.src/CSymbolInfo.class
- app/src/gambas-wiki/.src/Main.module
- app/src/gambas-wiki/.src/Wiki.class
- app/src/gambas3/.lang/fr.po
- app/src/gambas3/.src/Debug/FDebugInfo.class
- app/src/gambas3/.src/Project/FCreateProject.class
- app/src/gambas3/img/control/columnview.png
- app/src/gambas3/img/control/drawingarea.png
- app/src/gambas3/img/control/gridview.png
- app/src/gambas3/img/control/iconview.png
- app/src/gambas3/img/control/listbox.png
- app/src/gambas3/img/control/listview.png
- app/src/gambas3/img/control/moviebox.png
- app/src/gambas3/img/control/picturebox.png
- app/src/gambas3/img/control/scrollarea.png
- app/src/gambas3/img/control/scrollview.png
- app/src/gambas3/img/control/treeview.png
- app/src/gambas3/img/control/webview.png
- comp/src/gb.db.form/.hidden/control/databrowser.png
- comp/src/gb.db.form/.hidden/control/datacomboview.png
- comp/src/gb.db.form/.hidden/control/dataview.png
- + comp/src/gb.db.form/.hidden/icon.png
- comp/src/gb.db.form/.icon.png
- comp/src/gb.db.form/.project
- comp/src/gb.dbus.trayicon/.src/DBusStatusIconMenu.class
- comp/src/gb.dbus.trayicon/.src/FTest.class
- comp/src/gb.form.editor/.hidden/control/texteditor.png
- comp/src/gb.form.editor/.src/TextEditor.class
- comp/src/gb.form.mdi/.hidden/control/workspace.png
- comp/src/gb.form.mdi/.src/Workspace/FWorkspace.form


View it on GitLab: https://gitlab.com/gambas/gambas/-/compare/44c7c09f2a7722f593e79f472811478ee0579467...1beaf47ca7c2f5d253ad2d5024769b90890e600d

-- 
View it on GitLab: https://gitlab.com/gambas/gambas/-/compare/44c7c09f2a7722f593e79f472811478ee0579467...1beaf47ca7c2f5d253ad2d5024769b90890e600d
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/20210403/09cd8624/attachment-0001.htm>


More information about the Notification mailing list