From gitlab at mg.gitlab.com Fri Jul 1 00:33:26 2022 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaSAoQGJtaW5pc2luaSk=?=) Date: Thu, 30 Jun 2022 22:33:26 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] Remove a possible stack overflow in javascript focus management. Message-ID: <62be24b681f68_252c5db702980@gitlab-sidekiq-low-urgency-cpu-bound-v2-689b44f569-28fx6.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: 40d0fb58 by Beno?t Minisini at 2022-07-01T00:33:16+02:00 Remove a possible stack overflow in javascript focus management. [GB.WEB.GUI] * NEW: Key events modifiers do not have two different names anymore according to the context. * BUG: Remove a possible stack overflow in javascript focus management. - - - - - 2 changed files: - comp/src/gb.web.gui/.src/Key.class - comp/src/gb.web.gui/lib.js View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/40d0fb585b1bd384ad798e8d04cbbed840ed2c5e -- View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/40d0fb585b1bd384ad798e8d04cbbed840ed2c5e You're receiving this email because of your account on gitlab.com. -------------- next part -------------- An HTML attachment was scrubbed... URL: From gitlab at mg.gitlab.com Sat Jul 2 00:09:46 2022 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaSAoQGJtaW5pc2luaSk=?=) Date: Fri, 01 Jul 2022 22:09:46 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] 3 commits: Add Clipboard.CopyPath() and Clipboard.CopyPaths() methods. Message-ID: <62bf70aa57172_2650f8390249b2@gitlab-sidekiq-low-urgency-cpu-bound-v2-54fc5ddf97-rqjqv.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: 6e6c5bf9 by Beno?t Minisini at 2022-07-02T00:06:49+02:00 Add Clipboard.CopyPath() and Clipboard.CopyPaths() methods. [GB.GUI.BASE] * NEW: Clipboard.CopyPath() is a new method that copies a file path to the clipboard. * NEW: Clipboard.CopyPaths() is a new method that copies a list of file paths to the clipboard. - - - - - 1538e1c3 by Beno?t Minisini at 2022-07-02T00:07:22+02:00 FileChooser: Use the new Clipboard.CopyPaths() method. [GB.FORM] * NEW: FileChooser: Use the new Clipboard.CopyPaths() method. - - - - - dc428aa4 by Beno?t Minisini at 2022-07-02T00:09:40+02:00 When making an executable, copy the executable path to the clipboard so that you can paste it to copy the file manually if you need. [DEVELOPMENT ENVIRONMENT] * BUG: The list of translatable properties is now case insensitive. * NEW: When making an executable, copy the executable path to the clipboard so that you can paste it to copy the file manually if you need. - - - - - 4 changed files: - app/src/gambas3/.src/Component/CPropertyInfo.class - app/src/gambas3/.src/Project.module - comp/src/gb.form/.src/File/Chooser/FDirChooser.class - + comp/src/gb.gui.base/.src/Clipboard.class View it on GitLab: https://gitlab.com/gambas/gambas/-/compare/40d0fb585b1bd384ad798e8d04cbbed840ed2c5e...dc428aa43a69a7fccd6377d3706eefaf10b548fc -- View it on GitLab: https://gitlab.com/gambas/gambas/-/compare/40d0fb585b1bd384ad798e8d04cbbed840ed2c5e...dc428aa43a69a7fccd6377d3706eefaf10b548fc You're receiving this email because of your account on gitlab.com. -------------- next part -------------- An HTML attachment was scrubbed... URL: From gitlab at mg.gitlab.com Sat Jul 2 02:19:20 2022 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaSAoQGJtaW5pc2luaSk=?=) Date: Sat, 02 Jul 2022 00:19:20 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] Forgot to declare new Clipboard methods as static. Message-ID: <62bf8f08e284e_25655f4090ee@gitlab-sidekiq-low-urgency-cpu-bound-v2-54fc5ddf97-c6x6w.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: 365da0ad by Beno?t Minisini at 2022-07-02T02:19:14+02:00 Forgot to declare new Clipboard methods as static. [GB.GUI.BASE] * BUG: Forgot to declare new Clipboard methods as static. - - - - - 1 changed file: - comp/src/gb.gui.base/.src/Clipboard.class View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/365da0adedf1fdb3c1db2870ffa93829838a59e1 -- View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/365da0adedf1fdb3c1db2870ffa93829838a59e1 You're receiving this email because of your account on gitlab.com. -------------- next part -------------- An HTML attachment was scrubbed... URL: From gitlab at mg.gitlab.com Tue Jul 5 23:56:46 2022 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaSAoQGJtaW5pc2luaSk=?=) Date: Tue, 05 Jul 2022 21:56:46 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] 2 commits: Bugfix option --list which lists libraries or components available for inclusion in a script Message-ID: <62c4b39eeeac9_2410f09a0351ca@gitlab-sidekiq-low-urgency-cpu-bound-v2-5bd8497d98-46nz9.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: 46701a60 by Brian G at 2022-07-05T21:56:44+00:00 Bugfix option --list which lists libraries or components available for inclusion in a script - - - - - 1be6908e by Beno?t Minisini at 2022-07-05T21:56:44+00:00 Merge branch 'master' into 'master' Bugfix option --list which lists libraries or components available for inclusion in a script See merge request gambas/gambas!268 - - - - - 2 changed files: - app/src/gbs3/.project - app/src/gbs3/.src/ParseArgs.module View it on GitLab: https://gitlab.com/gambas/gambas/-/compare/365da0adedf1fdb3c1db2870ffa93829838a59e1...1be6908e722c92e2fa9187944f906353bcd6ee77 -- View it on GitLab: https://gitlab.com/gambas/gambas/-/compare/365da0adedf1fdb3c1db2870ffa93829838a59e1...1be6908e722c92e2fa9187944f906353bcd6ee77 You're receiving this email because of your account on gitlab.com. -------------- next part -------------- An HTML attachment was scrubbed... URL: From gitlab at mg.gitlab.com Tue Jul 5 23:59:02 2022 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaSAoQGJtaW5pc2luaSk=?=) Date: Tue, 05 Jul 2022 21:59:02 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] 2 commits: Update CTextEdit.cpp, new InsertRichText() method Message-ID: <62c4b4261e1bc_2556cac6496@gitlab-sidekiq-low-urgency-cpu-bound-v2-5bd8497d98-6m787.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: d389ee6a by Bruce Steers at 2022-06-12T09:06:52+00:00 Update CTextEdit.cpp, new InsertRichText() method [GB.QT4] * NEW: InsertRichText() method , a more obvious way to set TextEdit.Selection.RichText - - - - - 83f35723 by Beno?t Minisini at 2022-07-05T21:58:59+00:00 Merge branch 'TextEdit.InsertRichText' into 'master' Update CTextEdit.cpp, new InsertRichText() method See merge request gambas/gambas!266 - - - - - 1 changed file: - gb.qt4/src/ext/CTextEdit.cpp View it on GitLab: https://gitlab.com/gambas/gambas/-/compare/1be6908e722c92e2fa9187944f906353bcd6ee77...83f357232f666d0711c40faa0ff60b2092d62af9 -- View it on GitLab: https://gitlab.com/gambas/gambas/-/compare/1be6908e722c92e2fa9187944f906353bcd6ee77...83f357232f666d0711c40faa0ff60b2092d62af9 You're receiving this email because of your account on gitlab.com. -------------- next part -------------- An HTML attachment was scrubbed... URL: From gitlab at mg.gitlab.com Thu Jul 7 22:41:55 2022 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaSAoQGJtaW5pc2luaSk=?=) Date: Thu, 07 Jul 2022 20:41:55 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] Some fixed in how FileChooser and DirChooser refresh their states (bookmarks and toolbar). Message-ID: <62c745131b3c8_235a2a698174b4@gitlab-sidekiq-low-urgency-cpu-bound-v2-5c6dd4bb64-vxcb2.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: 48161559 by Beno?t Minisini at 2022-07-07T22:41:46+02:00 Some fixed in how FileChooser and DirChooser refresh their states (bookmarks and toolbar). [GB.FORM] * NEW: Bookmarks: Changing the bookmarks automatically updates all DirChooser and FileChooser controls. * BUG: DirChooser & FileChooser: Showing the toolbar now automatically updates its contents according to the current view. - - - - - 4 changed files: - comp/src/gb.form/.src/File/Bookmark/CBookmarkList.class - comp/src/gb.form/.src/File/Bookmarks.class - comp/src/gb.form/.src/File/Chooser/FDirChooser.class - comp/src/gb.form/.src/File/FileView.class View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/48161559864b51cd5a11cf25183e1f84e377597d -- View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/48161559864b51cd5a11cf25183e1f84e377597d You're receiving this email because of your account on gitlab.com. -------------- next part -------------- An HTML attachment was scrubbed... URL: From gitlab at mg.gitlab.com Fri Jul 8 02:09:14 2022 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaSAoQGJtaW5pc2luaSk=?=) Date: Fri, 08 Jul 2022 00:09:14 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] Version control: Add a bookmark pointing at the root repository the current project is part of. Message-ID: <62c775aa823f6_255abb86943d@gitlab-sidekiq-low-urgency-cpu-bound-v2-54c78855bd-gv6t8.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: 3a186061 by Beno?t Minisini at 2022-07-08T02:07:56+02:00 Version control: Add a bookmark pointing at the root repository the current project is part of. [DEVELOPMENT ENVIRONMENT] * NEW: Version control: Add a bookmark that points at the svn / git repository directory the current project is part of. * NEW: Version control: Add a menu entry that opens the file manager at the root svn / git repository. * NEW: Version control: Add a menu entry that opens a terminal at the root svn / git repository. - - - - - 9 changed files: - app/src/gambas3/.icon.png - app/src/gambas3/.lang/fr.po - app/src/gambas3/.src/Debug/FDebugInfo.class - app/src/gambas3/.src/Debug/FDebugInfo.form - app/src/gambas3/.src/Exported/ProjectChooser/FProjectChooser.class - app/src/gambas3/.src/FMain.class - app/src/gambas3/.src/FMain.form - app/src/gambas3/.src/Project.module - app/src/gambas3/.src/VersionControl/VersionControl.module View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/3a18606102c87246579844de3c312d845222d689 -- View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/3a18606102c87246579844de3c312d845222d689 You're receiving this email because of your account on gitlab.com. -------------- next part -------------- An HTML attachment was scrubbed... URL: From gitlab at mg.gitlab.com Sat Jul 9 20:34:49 2022 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaSAoQGJtaW5pc2luaSk=?=) Date: Sat, 09 Jul 2022 18:34:49 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] Replace the '$()' javascript function by '$_()' in the internal library to... Message-ID: <62c9ca496be86_2456acc3913f@gitlab-sidekiq-low-urgency-cpu-bound-v2-65db94d748-kl7dc.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: 34dc2920 by Beno?t Minisini at 2022-07-09T20:34:43+02:00 Replace the '$()' javascript function by '$_()' in the internal library to avoid conflict with other libraries like 'jquery'. [GB.WEB.GUI] * BUG: Replace the '$()' javascript function by '$_()' in the internal library to avoid conflict with other libraries like 'jquery'. - - - - - 12 changed files: - comp/src/gb.web.gui/.src/Calendar/WebDateBox.class - comp/src/gb.web.gui/.src/Menu/FPopupMenu.class - comp/src/gb.web.gui/.src/Table/WebTable.class - comp/src/gb.web.gui/.src/Tree/WebTree.class - comp/src/gb.web.gui/.src/WebCheckBox.class - comp/src/gb.web.gui/.src/WebComboBox.class - comp/src/gb.web.gui/.src/WebControl.class - comp/src/gb.web.gui/.src/WebListBox.class - comp/src/gb.web.gui/.src/WebProgressBar.class - comp/src/gb.web.gui/.src/WebRadioButton.class - comp/src/gb.web.gui/.src/WebTextBox.class - comp/src/gb.web.gui/lib.js View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/34dc2920e08efac52ef1f2af0b0243c8476bcc41 -- View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/34dc2920e08efac52ef1f2af0b0243c8476bcc41 You're receiving this email because of your account on gitlab.com. -------------- next part -------------- An HTML attachment was scrubbed... URL: From gitlab at mg.gitlab.com Sat Jul 9 22:38:12 2022 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaSAoQGJtaW5pc2luaSk=?=) Date: Sat, 09 Jul 2022 20:38:12 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][stable] 58 commits: Help browser: Correctly handle project help links in online mode. Message-ID: <62c9e734e2ef4_243c49b1013152@gitlab-sidekiq-low-urgency-cpu-bound-v2-65db94d748-q9rxl.mail> Beno?t Minisini pushed to branch stable at Gambas / gambas Commits: 9dce44b1 by gambas at 2022-07-09T22:15:20+02:00 Help browser: Correctly handle project help links in online mode. [DEVELOPMENT ENVIRONMENT] * BUG: Help browser: Correctly handle project help links in online mode. - - - - - 9fd3b79f by gambas at 2022-07-09T22:16:20+02:00 Program exit now can be hold by the debugger to workaround a missing feature of the Gnome terminal. [INTERPRETER] * NEW: Program exit now can be hold by the debugger to workaround a missing feature of the Gnome terminal. [GB.DEBUG] * NEW: Program exit now can be hold by the debugger to workaround a missing feature of the Gnome terminal. - - - - - fdaa94ca by gambas at 2022-07-09T22:16:29+02:00 Fix the list of different terminals, and workaround 'gnome-terminal' missing feature. [DEVELOPMENT ENVIRONMENT] * BUG: Option dialog: Fix the list of different terminals. * NEW: Debugger: Workaround 'gnome-terminal' that is not able to hold its child process. - - - - - 9ccc2559 by gambas at 2022-07-09T22:16:43+02:00 Debugger: The console automatic show should work correctly when the console is undocked now. [DEVELOPMENT ENVIRONMENT] * BUG: Debugger: The console automatic show should work correctly when the console is undocked now. - - - - - d4e76e03 by gambas at 2022-07-09T22:16:55+02:00 HtmlView: Fix a crash triggered by the Clear() method. [GB.FORM.HTMLVIEW] * BUG: HtmlView: Fix a crash triggered by the Clear() method. - - - - - 50958608 by gambas at 2022-07-09T22:17:06+02:00 Ensure that the copy of a Font is internally completely detached from its source. [GB.QT4] * BUG: Ensure that the copy of a Font is internally completely detached from its source. [GB.QT5] * BUG: Ensure that the copy of a Font is internally completely detached from its source. - - - - - 2dcf72e9 by Beno?t Minisini at 2022-07-09T22:20:39+02:00 Text editor: Fix the zoom buttons of the preview toolbar. [DEVELOPMENT ENVIRONMENT] * BUG: Text editor: Fix the zoom buttons of the preview toolbar. * BUG: Console output: Define the icon of the "raise to top" toolbar button. - - - - - d6590936 by gambas at 2022-07-09T22:21:22+02:00 Picture: Refresh() does not try to refresh invalid windows anymore. [GB.GUI.BASE] * BUG: Picture: Refresh() does not try to refresh invalid windows anymore.. - - - - - 163735db by gambas at 2022-07-09T22:23:10+02:00 Welcome dialog: Stop the media player when the form is closed. [DEVELOPMENT ENVIRONMENT] * BUG: Welcome dialog: Stop the media player when the form is closed. - - - - - 825f9b83 by gambas at 2022-07-09T22:23:18+02:00 MediaView: Ensure that the internal media player is deleted with the control. [GB.MEDIA.FORM] * BUG: MediaView: Ensure that the internal media player is deleted with the control. - - - - - d8165143 by gambas at 2022-07-09T22:23:28+02:00 Welcome dialog: Don't crash when stopping the medial player. [DEVELOPMENT ENVIRONMENT] * BUG: Welcome dialog: Don't crash when stopping the medial player. - - - - - 016255c0 by gambas at 2022-07-09T22:23:44+02:00 WebTree: Fix selection management. [GB.WEB.GUI] * BUG: WebTree: Fix selection management. - - - - - 76effda0 by gambas at 2022-07-09T22:23:57+02:00 New custom focus management. [GB.WEB.GUI] * NEW: New custom focus management. * BUG: Fix keyboard events management. - - - - - 3e59878b by gambas at 2022-07-09T22:24:41+02:00 WebTree: Works correctly now if there is only one item. [GB.WEB.GUI] * BUG: WebTree: Works correctly now if there is only one item. * NEW: WebTree: Add documentation. - - - - - 6ca86660 by Beno?t Minisini at 2022-07-09T22:24:58+02:00 QUIT now ends the process brutally. C++ static exit routines from unloaded shared libraries are not called anymore, avoiding the crash. [INTERPRETER] * BUG: QUIT now ends the process brutally. C++ static exit routines from unloaded shared libraries are not called anymore, avoiding the crash. - - - - - 445abfca by Beno?t Minisini at 2022-07-09T22:25:05+02:00 * The new proxy of a control is now correctly unlinked if it was already the proxy of another control. [GB.GTK] * BUG: The new proxy of a control is now correctly unlinked if it was already the proxy of another control. [GB.GTK3] * BUG: The new proxy of a control is now correctly unlinked if it was already the proxy of another control. [GB.QT4] * BUG: The new proxy of a control is now correctly unlinked if it was already the proxy of another control. [GB.QT5] * BUG: The new proxy of a control is now correctly unlinked if it was already the proxy of another control. - - - - - f8372aa3 by Beno?t Minisini at 2022-07-09T22:25:16+02:00 Store and restore the maximized state of windows. [GB.SETTINGS] * NEW: Store and restore the maximized state of windows. - - - - - 733fd4dd by Beno?t Minisini at 2022-07-09T22:25:26+02:00 Flush the standard output before quitting. [GB.WEB.GUI] * BUG: Flush the standard output before quitting. - - - - - 3fa1e9d2 by Beno?t Minisini at 2022-07-09T22:25:35+02:00 Don't recreate the view when clearing it, it segfaults on Wayland. Just fill it with a void page. [GB.GTK3.WEBVIEW] * BUG: Don't recreate the view when clearing it, it segfaults on Wayland. Just fill it with a void page. - - - - - 45296b32 by Beno?t Minisini at 2022-07-09T22:25:51+02:00 Implement the SetTransientFor() API by using a Qt 5.13 non-documented public method. [GB.QT5.WAYLAND] * NEW: Implement the SetTransientFor() API by using a Qt 5.13 non-documented public method. - - - - - cfb3aa4a by Beno?t Minisini at 2022-07-09T22:26:00+02:00 Add a message to warn that 'Window.Stacking' property does not work with Wayland and Qt5. [GB.QT5.WAYLAND] * NEW: Add a message to warn that 'Window.Stacking' property does not work with Wayland and Qt5. - - - - - fdff80a0 by Beno?t Minisini at 2022-07-09T22:26:08+02:00 TextArea: Modifying the contents by code now refreshes the control as expected. [GB.GTK] * BUG: TextArea: Modifying the contents by code now refreshes the control as expected. [GB.GTK3] * BUG: TextArea: Modifying the contents by code now refreshes the control as expected. - - - - - b6d5126a by Beno?t Minisini at 2022-07-09T22:26:20+02:00 Closing the main window when it is persistent correctly quits the application. Reparenting a window correctly triggers automatic arrangement. [GB.GTK] * BUG: Reparenting a window correctly triggers automatic arrangement. * BUG: Closing the main window when it is persistent correctly quits the application. [GB.GTK3] * BUG: Reparenting a window correctly triggers automatic arrangement. * BUG: Closing the main window when it is persistent correctly quits the application. - - - - - 786d033e by Beno?t Minisini at 2022-07-09T22:26:34+02:00 The parent window of a modal window is now always the current active window. [GB.GTK] * BUG: The parent window of a modal window is now always the current active window. [GB.GTK3] * BUG: The parent window of a modal window is now always the current active window. [GB.QT4] * BUG: The parent window of a modal window is now always the current active window. [GB.QT5] * BUG: The parent window of a modal window is now always the current active window. - - - - - 8270c038 by Beno?t Minisini at 2022-07-09T22:26:45+02:00 Implement Application.ShowTooltips property. [GB.GTK3] * BUG: Implement Application.ShowTooltips property. - - - - - a7a89d3f by Beno?t Minisini at 2022-07-09T22:26:55+02:00 Automatic completion: Take local variables declared inside loops into account. [DEVELOPMENT ENVIRONMENT] * BUG: Automatic completion: Take local variables declared inside loops into account. - - - - - e9701fc3 by Beno?t Minisini at 2022-07-09T22:27:04+02:00 Always flush buffered streams at exit even if the exit is immediate. [INTERPRETER] * BUG: Always flush buffered streams at exit even if the exit is immediate. - - - - - 80cc44c6 by Beno?t Minisini at 2022-07-09T22:27:14+02:00 Pretty printer: A line with PRINT ending with a comma does not indent the next line. [DEVELOPMENT ENVIRONMENT] * BUG: Pretty printer: A line with PRINT ending with a comma does not indent the next line. - - - - - aa2408f7 by Beno?t Minisini at 2022-07-09T22:27:22+02:00 Remove the useless 'Message.Name' property. [GB.WEB.GUI] * BUG: Remove the useless 'Message.Name' property. - - - - - 8db5ffb1 by Beno?t Minisini at 2022-07-09T22:27:33+02:00 Keyboard events are now sent to the server only if needed (i.e. if a control or a form has a KeyPress event handler). [GB.WEB.GUI] * NEW: Keyboard events are now sent to the server only if needed (i.e. if a control or a form has a KeyPress event handler). - - - - - a428248a by Beno?t Minisini at 2022-07-09T22:27:43+02:00 SpinBox: Buttons in wide mode correctly follow the enabled state now. [GB.GUI.BASE] * BUG: SpinBox: Buttons in wide mode correctly follow the enabled state now. - - - - - 59e6bffc by Beno?t Minisini at 2022-07-09T22:27:51+02:00 Try to fix compilation on ArchLinux. [GB.POPPLER] * BUG: Try to fix compilation on ArchLinux. - - - - - 4f73b596 by Beno?t Minisini at 2022-07-09T22:27:58+02:00 Default and cancel buttons work again. [GB.WEB.GUI] * BUG: Default and cancel buttons work again. - - - - - 5a1bcf37 by Beno?t Minisini at 2022-07-09T22:28:06+02:00 Still try to make 'gb.poppler' compile again everywhere. [GB.POPPLER] * BUG: Still try to make 'gb.poppler' compile again everywhere. - - - - - c74ac1a6 by Beno?t Minisini at 2022-07-09T22:28:16+02:00 Add C++ 17 compilation flag to make 'gb.poppler' compile everywhere. [GB.POPPLER] * BUG: Add C++ 17 compilation flag to make 'gb.poppler' compile everywhere. - - - - - 8359f1a6 by Beno?t Minisini at 2022-07-09T22:28:25+02:00 Disable 'gb.pdf' component on alpine, as it does not compile anymore. - - - - - 0d9fd834 by Beno?t Minisini at 2022-07-09T22:28:34+02:00 'GB.Every()' API now creates a timer that is ignored by the event loop. [INTERPRETER] * NEW: 'GB.Every()' API now creates a timer that is ignored by the event loop. - - - - - 40982402 by Beno?t Minisini at 2022-07-09T22:28:43+02:00 Disable 'gb.poppler' or 'archlinux-clang', as clang seems to be unable to compile it. - - - - - ff2dd125 by Beno?t Minisini at 2022-07-09T22:28:50+02:00 Fix detection of C++11 and C++17 compilation flags. [CONFIGURATION] * BUG: Fix detection of C++11 and C++17 compilation flags. [GB.FORM.HTMLVIEW] * BUG: Fix use of C++11 compilation flags. - - - - - 37908cb4 by Beno?t Minisini at 2022-07-09T22:28:58+02:00 TextHighlighter: Fix ToHTML(), ToRichText() and ToANSI() methods. [GB.EVAL.HIGHLIGHT] * BUG: TextHighlighter: Fix ToHTML(), ToRichText() and ToANSI() methods. - - - - - 72e442a3 by Beno?t Minisini at 2022-07-09T22:29:08+02:00 Hide menu before destroying it, so that the top-level menu bar is correctly updated. [GB.GTK] * BUG: Hide menu before destroying it, so that the top-level menu bar is correctly updated. [GB.GTK3] * BUG: Hide menu before destroying it, so that the top-level menu bar is correctly updated. - - - - - d14a4f84 by Beno?t Minisini at 2022-07-09T22:29:18+02:00 In 'gb.openssl', use the API instead of directly including interpreter header files. [INTERPRETER] * NEW: Add all comparison constants to 'gambas.h' API header file.. [GB.OPENSSL] * BUG: Use the API instead of directly including interpreter header files. It breaks compilation on Ubuntu 22.10.1. - - - - - c654efca by Beno?t Minisini at 2022-07-09T22:29:27+02:00 Container are now still arranged when they are hidden because of a null size. [GB.GTK] * BUG: Container are now still arranged when they are hidden because of a null size. [GB.GTK3] * BUG: Container are now still arranged when they are hidden because of a null size. - - - - - bb1e3b32 by Beno?t Minisini at 2022-07-09T22:29:35+02:00 Container hidden because of a null size do not disable arrangement. [GB.GTK] * BUG: Container hidden because of a null size do not disable arrangement.. [GB.GTK3] * BUG: Container hidden because of a null size do not disable arrangement.. - - - - - da7a7d21 by Beno?t Minisini at 2022-07-09T22:30:46+02:00 TabPanel: Fix layout routine. [GB.FORM] * BUG: TabPanel: Fix layout routine. * NEW: TabPanel: Make 'ShowTabPanel' property visible in the IDE - - - - - 03604558 by Beno?t Minisini at 2022-07-09T22:31:04+02:00 Focus frame should be managed correctly in all cases now. [GB.WEB.GUI] * BUG: Focus frame should be managed correctly in all cases now. * NEW: Disable the web page until it is fully loaded. - - - - - c4d6075e by Beno?t Minisini at 2022-07-09T22:31:16+02:00 Fix the 'sort_and_dedupe()' internal method. [GB.OPENSSL] * BUG: Fix the 'sort_and_dedupe()' internal method. - - - - - e840244f by Beno?t Minisini at 2022-07-09T22:31:26+02:00 Restarting a timer during its event handler should not lead to a possible crash anymore. [GB.GTK] * BUG: Restarting a timer during its event handler should not lead to a possible crash anymore. [GB.GTK3] * BUG: Restarting a timer during its event handler should not lead to a possible crash anymore. - - - - - 3418aa1f by Beno?t Minisini at 2022-07-09T22:33:19+02:00 Update support file. [DEVELOPMENT ENVIRONMENT] * NEW: Update support file. - - - - - 56ca7379 by Beno?t Minisini at 2022-07-09T22:33:54+02:00 Fix 'String[].FindSorted()' and 'String[].ExistSorted()' when using 'gb.Like' or 'gb.Match' comparison methods. [INTERPRETER] * BUG: Fix 'String[].FindSorted()' and 'String[].ExistSorted()' when using 'gb.Like' or 'gb.Match' comparison methods. - - - - - 2d273792 by Beno?t Minisini at 2022-07-09T22:35:41+02:00 Project open dialog: Ignore '.project' files at the root of home folders. [DEVELOPMENT ENVIRONMENT] * BUG: Project open dialog: Ignore '.project' files at the root of home folders. - - - - - 32b53fcd by Beno?t Minisini at 2022-07-09T22:36:07+02:00 TextEditor: The 'Remove()' method now normalizes its arguments to avoid crashing if they are outside the document. [GB.FORM.EDITOR] * BUG: TextEditor: The 'Remove()' method now normalizes its arguments to avoid crashing if they are outside the document. - - - - - 53d14368 by Beno?t Minisini at 2022-07-09T22:36:18+02:00 [GB.PDF] * BUG: Try to make 'gb.pdf' compile with poppler 22.06. - - - - - 1cc43436 by Beno?t Minisini at 2022-07-09T22:36:23+02:00 Try to make 'gb.pdf' compile with poppler 22.06, and disable it for higher versions. [GB.PDF] * BUG: Try to make 'gb.pdf' compile with poppler 22.06, and disable it for higher versions. - - - - - 4704ed14 by Beno?t Minisini at 2022-07-09T22:36:32+02:00 Still try to make 'gb.pdf' compile with poppler 22.06. [GB.PDF] * BUG: Still try to make 'gb.pdf' compile with poppler 22.06. - - - - - cb3db55a by Beno?t Minisini at 2022-07-09T22:36:42+02:00 The changes in main window stylesheet do not apply to the embedded title bar anymore. [GB.GTK3] * BUG: The changes in main window stylesheet do not apply to the embedded title bar anymore. - - - - - da5daa84 by Beno?t Minisini at 2022-07-09T22:36:55+02:00 Some fixed in how FileChooser and DirChooser refresh their states (bookmarks and toolbar). [GB.FORM] * NEW: Bookmarks: Changing the bookmarks automatically updates all DirChooser and FileChooser controls. * BUG: DirChooser & FileChooser: Showing the toolbar now automatically updates its contents according to the current view. - - - - - 96380de9 by Beno?t Minisini at 2022-07-09T22:37:42+02:00 Update version to 3.17.3. [CONFIGURATION] * NEW: Update version to 3.17.3. - - - - - 30 changed files: - .gitlab-ci.yml - VERSION - acinclude.m4 - app/src/gambas3/.lang/el.po - app/src/gambas3/.lang/fr.po - app/src/gambas3/.project - app/src/gambas3/.src/Debug/Design.module - app/src/gambas3/.src/Debug/FDebugConfig.form - app/src/gambas3/.src/Debug/FDebugInfo.class - app/src/gambas3/.src/Debug/FOutput.form - app/src/gambas3/.src/Editor/Code/FEditor.class - app/src/gambas3/.src/Editor/Code/MPrettyCode.module - app/src/gambas3/.src/FMain.class - app/src/gambas3/.src/Help/HelpBrowser.class - app/src/gambas3/.src/Options/FOption.class - app/src/gambas3/.src/Project.module - app/src/gambas3/.src/Welcome/FWelcome.class - app/src/gambas3/support.txt - comp/src/gb.eval.highlight/.src/TextHighlighter.class - comp/src/gb.form.editor/.src/CDocument.class - comp/src/gb.form/.project - comp/src/gb.form/.src/File/Bookmark/CBookmarkList.class - comp/src/gb.form/.src/File/Bookmarks.class - comp/src/gb.form/.src/File/Chooser/FDirChooser.class - comp/src/gb.form/.src/File/FileView.class - comp/src/gb.form/.src/TabPanel/TabPanel.class - comp/src/gb.form/.src/Test/FTestTabPanel.class - comp/src/gb.form/.src/Test/FTestTabPanel.form - comp/src/gb.gui.base/.src/Picture.class - comp/src/gb.gui.base/.src/SpinBox.class View it on GitLab: https://gitlab.com/gambas/gambas/-/compare/ed8b8b693ef8dc0a663c0cc70ad9f60e2ecf751b...96380de95f72386a1a9fc676e780047d4be867fa -- View it on GitLab: https://gitlab.com/gambas/gambas/-/compare/ed8b8b693ef8dc0a663c0cc70ad9f60e2ecf751b...96380de95f72386a1a9fc676e780047d4be867fa You're receiving this email because of your account on gitlab.com. -------------- next part -------------- An HTML attachment was scrubbed... URL: From gitlab at mg.gitlab.com Tue Jul 12 20:55:41 2022 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaSAoQGJtaW5pc2luaSk=?=) Date: Tue, 12 Jul 2022 18:55:41 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] SwitchButton: Make the middle bar narrower. FileView: Make file details fit... Message-ID: <62cdc3adb26cd_24218ee381007db@gitlab-sidekiq-low-urgency-cpu-bound-v2-6dcdfc6588-rhxk8.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: 0a085642 by Beno?t Minisini at 2022-07-12T20:55:34+02:00 SwitchButton: Make the middle bar narrower. FileView: Make file details fit the icon frame better in icon view mode. [GB.FORM] * NEW: SwitchButton: Make the middle bar narrower. * BUG: FileView: Make file details fit the icon frame better in icon view mode. - - - - - 6 changed files: - comp/src/gb.form/.project - comp/src/gb.form/.src/Button/SwitchButton.class - comp/src/gb.form/.src/File/Chooser/FDirChooser.class - comp/src/gb.form/.src/File/FileView.class - comp/src/gb.form/.src/Main.module - comp/src/gb.form/.src/Test/FTestFileChooser.form View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/0a08564257627965e4b4155c6bb20a49184e8627 -- View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/0a08564257627965e4b4155c6bb20a49184e8627 You're receiving this email because of your account on gitlab.com. -------------- next part -------------- An HTML attachment was scrubbed... URL: From gitlab at mg.gitlab.com Tue Jul 12 20:56:42 2022 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaSAoQGJtaW5pc2luaSk=?=) Date: Tue, 12 Jul 2022 18:56:42 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] Make many icons thinner. Message-ID: <62cdc3ea9c079_24c5802811738@gitlab-sidekiq-low-urgency-cpu-bound-v2-6dcdfc6588-2gf9m.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: a671ac59 by Beno?t Minisini at 2022-07-12T20:56:35+02:00 Make many icons thinner. [GB.FORM.STOCK] * NEW: Make many icons thinner. - - - - - 30 changed files: - comp/src/gb.form.stock/gambas/128/delete.png - comp/src/gb.form.stock/gambas/128/download.png - comp/src/gb.form.stock/gambas/128/flag-blue.png - comp/src/gb.form.stock/gambas/128/flag-green.png - comp/src/gb.form.stock/gambas/128/flag-red.png - comp/src/gb.form.stock/gambas/128/flag-yellow.png - comp/src/gb.form.stock/gambas/128/flag.png - comp/src/gb.form.stock/gambas/128/help.png - comp/src/gb.form.stock/gambas/128/info.png - comp/src/gb.form.stock/gambas/128/open.png - comp/src/gb.form.stock/gambas/128/options.png - comp/src/gb.form.stock/gambas/128/question.png - comp/src/gb.form.stock/gambas/128/quit.png - comp/src/gb.form.stock/gambas/128/rename.png - comp/src/gb.form.stock/gambas/128/upload.png - comp/src/gb.form.stock/gambas/128/vpn.png - comp/src/gb.form.stock/gambas/128/warning.png - comp/src/gb.form.stock/gambas/32/add.png - comp/src/gb.form.stock/gambas/32/added.png - comp/src/gb.form.stock/gambas/32/anchor.png - comp/src/gb.form.stock/gambas/32/apply.png - comp/src/gb.form.stock/gambas/32/average.png - comp/src/gb.form.stock/gambas/32/bottom.png - comp/src/gb.form.stock/gambas/32/cancel.png - comp/src/gb.form.stock/gambas/32/cap-butt.png - comp/src/gb.form.stock/gambas/32/cap-round.png - comp/src/gb.form.stock/gambas/32/cap-square.png - comp/src/gb.form.stock/gambas/32/clear.png - comp/src/gb.form.stock/gambas/32/close.png - comp/src/gb.form.stock/gambas/32/compress.png View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/a671ac5927d0249940a27e3b4678a75bac75d6d7 -- View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/a671ac5927d0249940a27e3b4678a75bac75d6d7 You're receiving this email because of your account on gitlab.com. -------------- next part -------------- An HTML attachment was scrubbed... URL: From gitlab at mg.gitlab.com Wed Jul 13 00:52:00 2022 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaSAoQGJtaW5pc2luaSk=?=) Date: Tue, 12 Jul 2022 22:52:00 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] Continue making icons thinner. Message-ID: <62cdfb1069879_24593a840030@gitlab-sidekiq-low-urgency-cpu-bound-v2-85758c5646-jvncw.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: cc7c9946 by Beno?t Minisini at 2022-07-13T00:51:54+02:00 Continue making icons thinner. [GB.FORM.STOCK] * NEW: Continue making icons thinner. - - - - - 30 changed files: - comp/src/gb.form.stock/gambas-mono/128/delete.png - comp/src/gb.form.stock/gambas-mono/128/download.png - comp/src/gb.form.stock/gambas-mono/128/question.png - comp/src/gb.form.stock/gambas-mono/128/upload.png - comp/src/gb.form.stock/gambas-mono/128/warning.png - comp/src/gb.form.stock/gambas-mono/32/add.png - comp/src/gb.form.stock/gambas-mono/32/added.png - comp/src/gb.form.stock/gambas-mono/32/agenda.png - comp/src/gb.form.stock/gambas-mono/32/anchor.png - comp/src/gb.form.stock/gambas-mono/32/apply.png - comp/src/gb.form.stock/gambas-mono/32/bottom.png - comp/src/gb.form.stock/gambas-mono/32/cancel.png - comp/src/gb.form.stock/gambas-mono/32/cap-butt.png - comp/src/gb.form.stock/gambas-mono/32/cap-round.png - comp/src/gb.form.stock/gambas-mono/32/cap-square.png - comp/src/gb.form.stock/gambas-mono/32/close.png - comp/src/gb.form.stock/gambas-mono/32/compress.png - comp/src/gb.form.stock/gambas-mono/32/delete.png - comp/src/gb.form.stock/gambas-mono/32/down.png - comp/src/gb.form.stock/gambas-mono/32/download.png - comp/src/gb.form.stock/gambas-mono/32/first.png - comp/src/gb.form.stock/gambas-mono/32/flag-blue.png - comp/src/gb.form.stock/gambas-mono/32/flag-green.png - comp/src/gb.form.stock/gambas-mono/32/flag-red.png - comp/src/gb.form.stock/gambas-mono/32/flag-yellow.png - comp/src/gb.form.stock/gambas-mono/32/flag.png - comp/src/gb.form.stock/gambas-mono/32/flip-h.png - comp/src/gb.form.stock/gambas-mono/32/flip-v.png - comp/src/gb.form.stock/gambas-mono/32/grid.png - comp/src/gb.form.stock/gambas-mono/32/join-bevel.png View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/cc7c9946569574d24c6aed555593f9aac64dbb33 -- View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/cc7c9946569574d24c6aed555593f9aac64dbb33 You're receiving this email because of your account on gitlab.com. -------------- next part -------------- An HTML attachment was scrubbed... URL: From gitlab at mg.gitlab.com Thu Jul 14 11:11:33 2022 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaSAoQGJtaW5pc2luaSk=?=) Date: Thu, 14 Jul 2022 09:11:33 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] Debugger: Closing the internal debugger browser now stops the debugger. Message-ID: <62cfddc52273a_2457224851fc@gitlab-sidekiq-low-urgency-cpu-bound-v2-7bff76fb74-q4vsf.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: 44586321 by Beno?t Minisini at 2022-07-14T11:11:26+02:00 Debugger: Closing the internal debugger browser now stops the debugger. [DEVELOPMENT ENVIRONMENT] * NEW: Welcome dialog: Try to compute the dialog size better. * NEW: Debugger: Closing the internal debugger browser now stops the debugger. - - - - - 4 changed files: - app/src/gambas3/.src/Debug/FBrowser.class - app/src/gambas3/.src/FMain.class - app/src/gambas3/.src/Project/CProjectList.class - app/src/gambas3/.src/Welcome/FWelcome.class View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/445863212f08520412f56d1dd933e48d645ef907 -- View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/445863212f08520412f56d1dd933e48d645ef907 You're receiving this email because of your account on gitlab.com. -------------- next part -------------- An HTML attachment was scrubbed... URL: From gitlab at mg.gitlab.com Mon Jul 18 20:25:45 2022 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaSAoQGJtaW5pc2luaSk=?=) Date: Mon, 18 Jul 2022 18:25:45 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] CsvFile: Reading the Fields property now automatically reads the fields from... Message-ID: <62d5a5a982d8c_252a99cbc84fe@gitlab-sidekiq-low-urgency-cpu-bound-v2-6b8b88487b-gz265.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: 79ee67e5 by Beno?t Minisini at 2022-07-18T20:25:38+02:00 CsvFile: Reading the Fields property now automatically reads the fields from the first line of the file if needed. [GB.UTIL] * BUG: CsvFile: Reading the Fields property now automatically reads the fields from the first line of the file if needed. - - - - - 1 changed file: - comp/src/gb.util/.src/CsvFile.class View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/79ee67e5f0a8efa0a55bec2a2d6348c87b1c64e3 -- View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/79ee67e5f0a8efa0a55bec2a2d6348c87b1c64e3 You're receiving this email because of your account on gitlab.com. -------------- next part -------------- An HTML attachment was scrubbed... URL: From gitlab at mg.gitlab.com Mon Jul 18 20:27:53 2022 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaSAoQGJtaW5pc2luaSk=?=) Date: Mon, 18 Jul 2022 18:27:53 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][stable] CsvFile: Reading the Fields property now automatically reads the fields from... Message-ID: <62d5a62961ddc_245721045523@gitlab-sidekiq-low-urgency-cpu-bound-v2-6b8b88487b-6jrbt.mail> Beno?t Minisini pushed to branch stable at Gambas / gambas Commits: 564bf946 by Beno?t Minisini at 2022-07-18T20:27:44+02:00 CsvFile: Reading the Fields property now automatically reads the fields from the first line of the file if needed. [GB.UTIL] * BUG: CsvFile: Reading the Fields property now automatically reads the fields from the first line of the file if needed. - - - - - 1 changed file: - comp/src/gb.util/.src/CsvFile.class View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/564bf9466457a77a492e38a386980cf569e5c8fd -- View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/564bf9466457a77a492e38a386980cf569e5c8fd You're receiving this email because of your account on gitlab.com. -------------- next part -------------- An HTML attachment was scrubbed... URL: From gitlab at mg.gitlab.com Mon Jul 18 21:38:25 2022 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaSAoQGJtaW5pc2luaSk=?=) Date: Mon, 18 Jul 2022 19:38:25 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] Fix conversion of Gambas opacity to HTML transparency in colors. Message-ID: <62d5b6b1ea992_24594c0120eb@gitlab-sidekiq-low-urgency-cpu-bound-v2-6f8bdd7744-dff49.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: c72f85ab by Beno?t Minisini at 2022-07-18T21:38:20+02:00 Fix conversion of Gambas opacity to HTML transparency in colors. [GB.WEB.GUI] * BUG: Fix conversion of Gambas opacity to HTML transparency in colors. - - - - - 1 changed file: - comp/src/gb.web.gui/.src/WebControl.class View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/c72f85abeb58f0e47a63abe975111de304a18e6e -- View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/c72f85abeb58f0e47a63abe975111de304a18e6e You're receiving this email because of your account on gitlab.com. -------------- next part -------------- An HTML attachment was scrubbed... URL: From gitlab at mg.gitlab.com Tue Jul 19 00:36:22 2022 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaSAoQGJtaW5pc2luaSk=?=) Date: Mon, 18 Jul 2022 22:36:22 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] TextArea: Fix drag and drop. Message-ID: <62d5e06649697_25594e8106a5@gitlab-sidekiq-low-urgency-cpu-bound-v2-565b7654b4-dxxzd.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: 53b7a068 by Beno?t Minisini at 2022-07-19T00:31:45+02:00 TextArea: Fix drag and drop. [GB.GTK] * BUG: TextArea: Fix drag and drop. [GB.GTK3] * BUG: TextArea: Fix drag and drop. - - - - - 4 changed files: - gb.gtk/src/gcontrol.cpp - gb.gtk/src/gcontrol.h - gb.gtk/src/gsignals.cpp - gb.gtk/src/gslider.cpp View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/53b7a0682c9b8ddb8b5e26ef9748b7b9f1c91027 -- View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/53b7a0682c9b8ddb8b5e26ef9748b7b9f1c91027 You're receiving this email because of your account on gitlab.com. -------------- next part -------------- An HTML attachment was scrubbed... URL: From gitlab at mg.gitlab.com Tue Jul 19 01:39:31 2022 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaSAoQGJtaW5pc2luaSk=?=) Date: Mon, 18 Jul 2022 23:39:31 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] Help browser: Fix tree refresh on project change and help on project classes. Message-ID: <62d5ef3354ae4_26572602153e@gitlab-sidekiq-low-urgency-cpu-bound-v2-565b7654b4-qkw96.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: 81fcc122 by Beno?t Minisini at 2022-07-19T01:39:22+02:00 Help browser: Fix tree refresh on project change and help on project classes. [DEVELOPMENT ENVIRONMENT] * BUG: Help browser: Fix tree refresh on project change. * BUG: Help browser: Information about project classes is correctly displayed again. - - - - - 4 changed files: - app/src/gambas3/.lang/fr.po - app/src/gambas3/.src/Component/CClassInfo.class - app/src/gambas3/.src/Help/FHelpBrowser.class - app/src/gambas3/help/class-help.html View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/81fcc122d24aa7d6ffdc71f23ae8a0eece9d851f -- View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/81fcc122d24aa7d6ffdc71f23ae8a0eece9d851f You're receiving this email because of your account on gitlab.com. -------------- next part -------------- An HTML attachment was scrubbed... URL: From gitlab at mg.gitlab.com Tue Jul 19 02:01:34 2022 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaSAoQGJtaW5pc2luaSk=?=) Date: Tue, 19 Jul 2022 00:01:34 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] Continue making icons thinner. Message-ID: <62d5f45ee1acf_25572ec436d1@gitlab-sidekiq-low-urgency-cpu-bound-v2-565b7654b4-66vhl.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: 6aa5a98d by Beno?t Minisini at 2022-07-19T02:01:26+02:00 Continue making icons thinner. [GB.FORM.STOCK] * NEW: Continue making icons thinner. - - - - - 30 changed files: - comp/src/gb.form.stock/gambas-mono/128/c.png - comp/src/gb.form.stock/gambas-mono/128/cpp.png - + comp/src/gb.form.stock/gambas-mono/128/exec.png - comp/src/gb.form.stock/gambas-mono/128/folder-download.png - comp/src/gb.form.stock/gambas-mono/128/h.png - comp/src/gb.form.stock/gambas-mono/128/md.png - + comp/src/gb.form.stock/gambas-mono/128/program.png - comp/src/gb.form.stock/gambas-mono/32/average.png - comp/src/gb.form.stock/gambas-mono/32/bluetooth.png - comp/src/gb.form.stock/gambas-mono/32/c.png - comp/src/gb.form.stock/gambas-mono/32/clear.png - comp/src/gb.form.stock/gambas-mono/32/compress.png - comp/src/gb.form.stock/gambas-mono/32/cpp.png - comp/src/gb.form.stock/gambas-mono/32/disconnect.png - comp/src/gb.form.stock/gambas-mono/32/exec.png - comp/src/gb.form.stock/gambas-mono/32/fill.png - comp/src/gb.form.stock/gambas-mono/32/folder-download.png - comp/src/gb.form.stock/gambas-mono/32/h.png - comp/src/gb.form.stock/gambas-mono/32/help.png - comp/src/gb.form.stock/gambas-mono/32/hibernate.png - comp/src/gb.form.stock/gambas-mono/32/language.png - comp/src/gb.form.stock/gambas-mono/32/line-style.png - comp/src/gb.form.stock/gambas-mono/32/lock-screen.png - comp/src/gb.form.stock/gambas-mono/32/lock.png - comp/src/gb.form.stock/gambas-mono/32/logout.png - comp/src/gb.form.stock/gambas-mono/32/marker.png - comp/src/gb.form.stock/gambas-mono/32/md.png - comp/src/gb.form.stock/gambas-mono/32/menu.png - comp/src/gb.form.stock/gambas-mono/32/microphone-off.png - comp/src/gb.form.stock/gambas-mono/32/microphone.png View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/6aa5a98d7b1f19e4c993bf3b81d13dfabfcdea63 -- View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/6aa5a98d7b1f19e4c993bf3b81d13dfabfcdea63 You're receiving this email because of your account on gitlab.com. -------------- next part -------------- An HTML attachment was scrubbed... URL: From gitlab at mg.gitlab.com Tue Jul 19 20:42:58 2022 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaSAoQGJtaW5pc2luaSk=?=) Date: Tue, 19 Jul 2022 18:42:58 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][stable] 4 commits: Fix conversion of Gambas opacity to HTML transparency in colors. Message-ID: <62d6fb32e9d40_25573dc2172b@gitlab-sidekiq-low-urgency-cpu-bound-v2-b77b489dd-zvjb8.mail> Beno?t Minisini pushed to branch stable at Gambas / gambas Commits: d1a10333 by Beno?t Minisini at 2022-07-19T20:36:19+02:00 Fix conversion of Gambas opacity to HTML transparency in colors. [GB.WEB.GUI] * BUG: Fix conversion of Gambas opacity to HTML transparency in colors. - - - - - e9724b2c by Beno?t Minisini at 2022-07-19T20:36:33+02:00 TextArea: Fix drag and drop. [GB.GTK] * BUG: TextArea: Fix drag and drop. [GB.GTK3] * BUG: TextArea: Fix drag and drop. - - - - - 77ef6d46 by Beno?t Minisini at 2022-07-19T20:40:55+02:00 Help browser: Fix tree refresh on project change and help on project classes. [DEVELOPMENT ENVIRONMENT] * BUG: Help browser: Fix tree refresh on project change. * BUG: Help browser: Information about project classes is correctly displayed again. - - - - - 2e0d68de by Beno?t Minisini at 2022-07-19T20:42:39+02:00 Update French translation. [DEVELOPMENT ENVIRONMENT] * NEW: Update French translation. - - - - - 10 changed files: - app/src/gambas3/.lang/fr.po - app/src/gambas3/.project - app/src/gambas3/.src/Component/CClassInfo.class - app/src/gambas3/.src/Help/FHelpBrowser.class - app/src/gambas3/help/class-help.html - comp/src/gb.web.gui/.src/WebControl.class - gb.gtk/src/gcontrol.cpp - gb.gtk/src/gcontrol.h - gb.gtk/src/gsignals.cpp - gb.gtk/src/gslider.cpp View it on GitLab: https://gitlab.com/gambas/gambas/-/compare/564bf9466457a77a492e38a386980cf569e5c8fd...2e0d68ded7efd12a682027c97f7d8d7aec6e3d00 -- View it on GitLab: https://gitlab.com/gambas/gambas/-/compare/564bf9466457a77a492e38a386980cf569e5c8fd...2e0d68ded7efd12a682027c97f7d8d7aec6e3d00 You're receiving this email because of your account on gitlab.com. -------------- next part -------------- An HTML attachment was scrubbed... URL: From gitlab at mg.gitlab.com Tue Jul 19 21:31:14 2022 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaSAoQGJtaW5pc2luaSk=?=) Date: Tue, 19 Jul 2022 19:31:14 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][stable] Fix compilation. Message-ID: <62d706822dc89_2558a989021@gitlab-sidekiq-low-urgency-cpu-bound-v2-57dcb6cdfb-t8jfk.mail> Beno?t Minisini pushed to branch stable at Gambas / gambas Commits: adaa958f by Beno?t Minisini at 2022-07-19T21:30:47+02:00 Fix compilation. [GB.GTK] * BUG: Fix compilation. [GB.GTK3] * BUG: Fix compilation. - - - - - 2 changed files: - gb.gtk/src/gcontrol.h - gb.gtk/src/gsignals.cpp View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/adaa958f4972b68c9eee12edb1b0384c1e1f954c -- View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/adaa958f4972b68c9eee12edb1b0384c1e1f954c You're receiving this email because of your account on gitlab.com. -------------- next part -------------- An HTML attachment was scrubbed... URL: From gitlab at mg.gitlab.com Thu Jul 21 12:52:56 2022 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaSAoQGJtaW5pc2luaSk=?=) Date: Thu, 21 Jul 2022 10:52:56 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] 3 commits: Update WebLabel.class, fix center align on labels Message-ID: <62d9300862fec_252a89470110af@gitlab-sidekiq-low-urgency-cpu-bound-v2-5649d7496f-xcnqs.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: e3db552a by Bruce Steers at 2022-07-19T15:21:02+00:00 Update WebLabel.class, fix center align on labels [GB.WEB.GUI] * BUG: fix center align on WebLabel, change justify-content:center to text-align:center - - - - - d2323857 by Bruce Steers at 2022-07-19T17:48:23+01:00 WebLabel, include justify-content:center for html [GB.WEB.GUI] * BUG: include justify-content:center for html compatibility - - - - - 61932523 by Beno?t Minisini at 2022-07-21T10:52:53+00:00 Merge branch 'bsteers4-master-patch-77541' into 'master' Update WebLabel.class, fix center align on WebLabel See merge request gambas/gambas!269 - - - - - 1 changed file: - comp/src/gb.web.gui/.src/WebLabel.class View it on GitLab: https://gitlab.com/gambas/gambas/-/compare/6aa5a98d7b1f19e4c993bf3b81d13dfabfcdea63...619325233b0738917c5ac9a6e6214239f6a38d3f -- View it on GitLab: https://gitlab.com/gambas/gambas/-/compare/6aa5a98d7b1f19e4c993bf3b81d13dfabfcdea63...619325233b0738917c5ac9a6e6214239f6a38d3f You're receiving this email because of your account on gitlab.com. -------------- next part -------------- An HTML attachment was scrubbed... URL: From gitlab at mg.gitlab.com Thu Jul 21 17:26:49 2022 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaSAoQGJtaW5pc2luaSk=?=) Date: Thu, 21 Jul 2022 15:26:49 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][stable] 2 commits: Update WebLabel.class, fix center align on labels Message-ID: <62d970392d761_2556e00990f2@gitlab-sidekiq-low-urgency-cpu-bound-v2-649ff85cd5-dr5wf.mail> Beno?t Minisini pushed to branch stable at Gambas / gambas Commits: 9a983939 by Bruce Steers at 2022-07-21T13:20:45+02:00 Update WebLabel.class, fix center align on labels [GB.WEB.GUI] * BUG: fix center align on WebLabel, change justify-content:center to text-align:center - - - - - e755f8ec by Bruce Steers at 2022-07-21T13:20:53+02:00 WebLabel, include justify-content:center for html [GB.WEB.GUI] * BUG: include justify-content:center for html compatibility - - - - - 1 changed file: - comp/src/gb.web.gui/.src/WebLabel.class View it on GitLab: https://gitlab.com/gambas/gambas/-/compare/adaa958f4972b68c9eee12edb1b0384c1e1f954c...e755f8ec420d820dba86323f9516b4c2a314c596 -- View it on GitLab: https://gitlab.com/gambas/gambas/-/compare/adaa958f4972b68c9eee12edb1b0384c1e1f954c...e755f8ec420d820dba86323f9516b4c2a314c596 You're receiving this email because of your account on gitlab.com. -------------- next part -------------- An HTML attachment was scrubbed... URL: From gitlab at mg.gitlab.com Thu Jul 21 17:37:09 2022 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaSAoQGJtaW5pc2luaSk=?=) Date: Thu, 21 Jul 2022 15:37:09 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas] Pushed new tag 3.17.3 Message-ID: <62d972a51a96b_2456e1442821@gitlab-sidekiq-low-urgency-cpu-bound-v2-649ff85cd5-vq2b9.mail> Beno?t Minisini pushed new tag 3.17.3 at Gambas / gambas -- View it on GitLab: https://gitlab.com/gambas/gambas/-/tree/3.17.3 You're receiving this email because of your account on gitlab.com. -------------- next part -------------- An HTML attachment was scrubbed... URL: From gitlab at mg.gitlab.com Thu Jul 21 20:59:17 2022 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaSAoQGJtaW5pc2luaSk=?=) Date: Thu, 21 Jul 2022 18:59:17 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] Debugger: Ignore namespace when searching for current debugged class. Message-ID: <62d9a205ef303_26472ed0031326@gitlab-sidekiq-low-urgency-cpu-bound-v2-649ff85cd5-mhjkv.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: e3c26497 by Beno?t Minisini at 2022-07-21T20:59:12+02:00 Debugger: Ignore namespace when searching for current debugged class. [DEVELOPMENT ENVIRONMENT] * BUG: Debugger: Ignore namespace when searching for current debugged class. - - - - - 7 changed files: - app/src/gambas3/.src/Debug/Design.module - app/src/gambas3/.src/Project.module - ? app/src/gambas3/img/32/green-arrow.png - app/src/gambas3/img/32/linked.png - ? app/src/gambas3/img/32/open-external.png - ? app/src/gambas3/img/32/startup.png - app/src/gambas3/img/32/uncomment.png View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/e3c26497f22a47a159f50a55ae959d2256e52114 -- View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/e3c26497f22a47a159f50a55ae959d2256e52114 You're receiving this email because of your account on gitlab.com. -------------- next part -------------- An HTML attachment was scrubbed... URL: From gitlab at mg.gitlab.com Fri Jul 22 20:34:14 2022 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaSAoQGJtaW5pc2luaSk=?=) Date: Fri, 22 Jul 2022 18:34:14 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] 2 commits: Add component name in debugger positions. Message-ID: <62daeda653a4a_2315098fc494ca@gitlab-sidekiq-low-urgency-cpu-bound-v2-7c647d8f97-q48vp.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: c78d7fb4 by Beno?t Minisini at 2022-07-22T20:31:51+02:00 Add component name in debugger positions. [INTERPRETER] * NEW: Add component name in debugger positions. [GB.DEBUG] * NEW: Add component name in debugger positions. - - - - - 486ce8a6 by Beno?t Minisini at 2022-07-22T20:34:02+02:00 Display component name in debugger stack backtrace. Update module icons. [DEVELOPMENT ENVIRONMENT] * NEW: Debugger: Display component name in stack backtrace. * NEW: Update module icons. - - - - - 10 changed files: - app/src/gambas3/.src/Debug/Design.module - app/src/gambas3/.src/Debug/FDebugInfo.class - app/src/gambas3/img/module/class.png - app/src/gambas3/img/module/module.png - app/src/gambas3/img/module/report.png - app/src/gambas3/img/module/test.png - app/src/gambas3/img/module/webform.png - main/gbx/gbx_debug.c - main/lib/debug/debug.c - main/lib/debug/debug.h View it on GitLab: https://gitlab.com/gambas/gambas/-/compare/e3c26497f22a47a159f50a55ae959d2256e52114...486ce8a691cd2ddb02a18416653807dd8c2e9a34 -- View it on GitLab: https://gitlab.com/gambas/gambas/-/compare/e3c26497f22a47a159f50a55ae959d2256e52114...486ce8a691cd2ddb02a18416653807dd8c2e9a34 You're receiving this email because of your account on gitlab.com. -------------- next part -------------- An HTML attachment was scrubbed... URL: From gitlab at mg.gitlab.com Fri Jul 22 20:35:25 2022 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaSAoQGJtaW5pc2luaSk=?=) Date: Fri, 22 Jul 2022 18:35:25 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] Continue making icons lighter. Message-ID: <62daedede10a3_24486a6b0880e8@gitlab-sidekiq-low-urgency-cpu-bound-v2-7c647d8f97-8f86s.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: 5236699a by Beno?t Minisini at 2022-07-22T20:35:19+02:00 Continue making icons lighter. [GB.FORM.STOCK] * NEW: Continue making icons lighter. - - - - - 30 changed files: - comp/src/gb.form.stock/gambas-mono/128/folder-home.png - + comp/src/gb.form.stock/gambas-mono/128/printer.png - comp/src/gb.form.stock/gambas-mono/32/camera.png - comp/src/gb.form.stock/gambas-mono/32/copy.png - comp/src/gb.form.stock/gambas-mono/32/cut.png - comp/src/gb.form.stock/gambas-mono/32/folder-home.png - comp/src/gb.form.stock/gambas-mono/32/help.png - comp/src/gb.form.stock/gambas-mono/32/home.png - comp/src/gb.form.stock/gambas-mono/32/insert-link.png - comp/src/gb.form.stock/gambas-mono/32/layer.png - comp/src/gb.form.stock/gambas-mono/32/link.png - comp/src/gb.form.stock/gambas-mono/32/lock-screen.png - comp/src/gb.form.stock/gambas-mono/32/pen.png - comp/src/gb.form.stock/gambas-mono/32/printer.png - comp/src/gb.form.stock/gambas/128/bookmark.png - comp/src/gb.form.stock/gambas/128/camera.png - comp/src/gb.form.stock/gambas/128/copy.png - comp/src/gb.form.stock/gambas/128/cut.png - comp/src/gb.form.stock/gambas/128/folder-home.png - comp/src/gb.form.stock/gambas/128/help.png - comp/src/gb.form.stock/gambas/128/lock-screen.png - comp/src/gb.form.stock/gambas/128/pen.png - comp/src/gb.form.stock/gambas/32/bookmark.png - comp/src/gb.form.stock/gambas/32/camera.png - comp/src/gb.form.stock/gambas/32/copy.png - comp/src/gb.form.stock/gambas/32/cut.png - comp/src/gb.form.stock/gambas/32/folder-home.png - comp/src/gb.form.stock/gambas/32/help.png - comp/src/gb.form.stock/gambas/32/home.png - comp/src/gb.form.stock/gambas/32/insert-link.png View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/5236699a94397d0b6388a309f88b21dd5b91296b -- View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/5236699a94397d0b6388a309f88b21dd5b91296b You're receiving this email because of your account on gitlab.com. -------------- next part -------------- An HTML attachment was scrubbed... URL: From gitlab at mg.gitlab.com Fri Jul 22 20:41:36 2022 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaSAoQGJtaW5pc2luaSk=?=) Date: Fri, 22 Jul 2022 18:41:36 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] Display bytecode statistics in verbose, no background task mode. Message-ID: <62daef60994e2_246202dc500f1@gitlab-sidekiq-low-urgency-cpu-bound-v2-7c647d8f97-mxl9t.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: 21d9bd17 by Beno?t Minisini at 2022-07-22T20:40:20+02:00 Display bytecode statistics in verbose, no background task mode. [COMPILER] * NEW: Display bytecode statistics in verbose, no background task mode. - - - - - 5 changed files: - main/gbc/gbc.c - main/gbc/gbc_compile.c - main/gbc/gbc_compile.h - main/share/gb_pcode.h - main/share/gb_pcode_temp.h View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/21d9bd178ebda4c09c61f08da112db3597bd98b5 -- View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/21d9bd178ebda4c09c61f08da112db3597bd98b5 You're receiving this email because of your account on gitlab.com. -------------- next part -------------- An HTML attachment was scrubbed... URL: From gitlab at mg.gitlab.com Sat Jul 23 11:27:19 2022 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaSAoQGJtaW5pc2luaSk=?=) Date: Sat, 23 Jul 2022 09:27:19 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] Drag & Drop: Eat the DragMove event as soon as the Drop event has an event handler. Message-ID: <62dbbef7d9d5f_25417faf8355dc@gitlab-sidekiq-low-urgency-cpu-bound-v2-7c647d8f97-w72k2.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: 077c798f by Beno?t Minisini at 2022-07-23T11:26:31+02:00 Drag & Drop: Eat the DragMove event as soon as the Drop event has an event handler. [GB.QT4] * BUG: Drag & Drop: Eat the DragMove event as soon as the Drop event has an event handler. [GB.QT5] * BUG: Drag & Drop: Eat the DragMove event as soon as the Drop event has an event handler. - - - - - 1 changed file: - gb.qt4/src/CWidget.cpp View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/077c798f8907e8808aacb29c097d6d9f326d1ebf -- View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/077c798f8907e8808aacb29c097d6d9f326d1ebf You're receiving this email because of your account on gitlab.com. -------------- next part -------------- An HTML attachment was scrubbed... URL: From gitlab at mg.gitlab.com Sat Jul 23 13:19:40 2022 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaSAoQGJtaW5pc2luaSk=?=) Date: Sat, 23 Jul 2022 11:19:40 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] 2 commits: TreeView: treeview items now have a Selectable property. If set to FALSE, the... Message-ID: <62dbd94cd8e7_25a3514e81146bf@gitlab-sidekiq-low-urgency-cpu-bound-v2-7c647d8f97-c96xr.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: de278263 by Beno?t Minisini at 2022-07-23T13:17:23+02:00 TreeView: treeview items now have a Selectable property. If set to FALSE, the item is not selectable anymore. [GB.GUI.BASE] * NEW: TreeView: treeview items now have a Selectable property. If set to FALSE, the item is not selectable anymore. - - - - - 99f5df2d by Beno?t Minisini at 2022-07-23T13:19:34+02:00 Selecting an item in the procedure list failed sometimes at the first click. [DEVELOPMENT ENVIRONMENT] * NEW: Debugger: Stack backtrace and variable list headers are not selectable anymore. * BUG: Code editor: Selecting an item in the procedure list failed sometimes at the first click. * BUG: Text editor: Selecting an item in the procedure list failed sometimes at the first click. * BUG: Help browser: Fix layout of IDE shortcuts help window. - - - - - 9 changed files: - app/src/gambas3/.src/Debug/FDebugInfo.class - app/src/gambas3/.src/Editor/Code/FEditor.class - app/src/gambas3/.src/Editor/Code/FTextEditor.class - app/src/gambas3/.src/Help/FHelpShortcut.form - comp/src/gb.gui.base/.hidden/window.png - comp/src/gb.gui.base/.project - comp/src/gb.gui.base/.src/Test/FTestTreeView.class - comp/src/gb.gui.base/.src/TreeView/_TreeView.class - comp/src/gb.gui.base/.src/TreeView/_TreeView_Item.class View it on GitLab: https://gitlab.com/gambas/gambas/-/compare/077c798f8907e8808aacb29c097d6d9f326d1ebf...99f5df2d4366a95063165b8f130ace5126f8fcbf -- View it on GitLab: https://gitlab.com/gambas/gambas/-/compare/077c798f8907e8808aacb29c097d6d9f326d1ebf...99f5df2d4366a95063165b8f130ace5126f8fcbf You're receiving this email because of your account on gitlab.com. -------------- next part -------------- An HTML attachment was scrubbed... URL: From gitlab at mg.gitlab.com Sat Jul 23 15:41:54 2022 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaSAoQGJtaW5pc2luaSk=?=) Date: Sat, 23 Jul 2022 13:41:54 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] 2 commits: Add an API to retrieve the last error message. Message-ID: <62dbfaa2b49ac_2583bff6c1185e3@gitlab-sidekiq-low-urgency-cpu-bound-v2-7c647d8f97-gcr8c.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: d053ced0 by Beno?t Minisini at 2022-07-23T15:40:08+02:00 Add an API to retrieve the last error message. [INTERPRETER] * NEW: Add an API to retrieve the last error message. - - - - - 72d23a24 by Beno?t Minisini at 2022-07-23T15:40:37+02:00 WebView: GetHtml() is a new method that retrieve the HTML contents of the view. [GB.GTK3.WEBVIEW] * NEW: WebView: GetHtml() is a new method that retrieve the HTML contents of the view. [GB.QT4.WEBVIEW] * NEW: WebView: GetHtml() is a new method that retrieve the HTML contents of the view. [GB.QT5.WEBVIEW] * NEW: WebView: GetHtml() is a new method that retrieve the HTML contents of the view. - - - - - 10 changed files: - gb.gtk3/src/webview/c_webview.c - gb.gtk3/src/webview/c_webview.h - gb.qt4/src/webview/c_webview.cpp - gb.qt5/src/webview/c_webview.cpp - gb.qt5/src/webview/c_webview.h - main/gbx/gbx_api.c - main/gbx/gbx_api.h - main/lib/jit/gb.jit/.component - main/lib/jit/gb.jit/.project - main/share/gambas.h View it on GitLab: https://gitlab.com/gambas/gambas/-/compare/99f5df2d4366a95063165b8f130ace5126f8fcbf...72d23a24f2592a4e68013f0fba4a0ee2f92a5d61 -- View it on GitLab: https://gitlab.com/gambas/gambas/-/compare/99f5df2d4366a95063165b8f130ace5126f8fcbf...72d23a24f2592a4e68013f0fba4a0ee2f92a5d61 You're receiving this email because of your account on gitlab.com. -------------- next part -------------- An HTML attachment was scrubbed... URL: From gitlab at mg.gitlab.com Sat Jul 23 15:48:08 2022 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaSAoQGJtaW5pc2luaSk=?=) Date: Sat, 23 Jul 2022 13:48:08 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] 3 commits: Update stock icon map. Message-ID: <62dbfc183dbfe_2456dec101824@gitlab-sidekiq-low-urgency-cpu-bound-v2-7c647d8f97-tcrwt.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: f87a2ed2 by Beno?t Minisini at 2022-07-23T15:43:43+02:00 Update stock icon map. [GB.FORM] * NEW: Update stock icon map. - - - - - e859588d by Beno?t Minisini at 2022-07-23T15:45:56+02:00 Fix upload management when 'Request.TempDir' is set. [GB.WEB.FORM] * BUG: Fix upload management when 'Request.TempDir' is set. - - - - - 2789fbc3 by Beno?t Minisini at 2022-07-23T15:47:38+02:00 Update project configuration files. [CONFIGURATION] * NEW: Update project configuration files. - - - - - 30 changed files: - app/examples/Database/Database/.project - app/examples/Drawing/Fractal/.project - app/examples/Drawing/Painting/.project - app/examples/OpenGL/NeHeTutorial/.project - app/src/gambas-farm-server/.project - app/src/gambas-wiki/.project - comp/src/gb.args/.component - comp/src/gb.args/.project - comp/src/gb.desktop/.component - comp/src/gb.desktop/.project - comp/src/gb.form.dialog/.component - comp/src/gb.form.dialog/.project - comp/src/gb.form.terminal/.component - comp/src/gb.form.terminal/.project - comp/src/gb.form/map/icon.map - comp/src/gb.logging/.component - comp/src/gb.logging/.project - comp/src/gb.map/.component - comp/src/gb.map/.project - comp/src/gb.markdown/.component - comp/src/gb.markdown/.project - comp/src/gb.net.pop3/.component - comp/src/gb.net.pop3/.project - comp/src/gb.report2/.component - comp/src/gb.report2/.project - comp/src/gb.util.web/.component - comp/src/gb.util.web/.project - comp/src/gb.web.form/.component - comp/src/gb.web.form/.icon.png - comp/src/gb.web.form/.lang/fr.po View it on GitLab: https://gitlab.com/gambas/gambas/-/compare/72d23a24f2592a4e68013f0fba4a0ee2f92a5d61...2789fbc305aa05c3d35ef65651d14cc5ee919a16 -- View it on GitLab: https://gitlab.com/gambas/gambas/-/compare/72d23a24f2592a4e68013f0fba4a0ee2f92a5d61...2789fbc305aa05c3d35ef65651d14cc5ee919a16 You're receiving this email because of your account on gitlab.com. -------------- next part -------------- An HTML attachment was scrubbed... URL: From gitlab at mg.gitlab.com Sat Jul 23 23:27:04 2022 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaSAoQGJtaW5pc2luaSk=?=) Date: Sat, 23 Jul 2022 21:27:04 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] Adapt Assert.Ok() method to the new backtrace format. Message-ID: <62dc67a844ed4_25187a96458955@gitlab-sidekiq-low-urgency-cpu-bound-v2-7c647d8f97-w72k2.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: 0c06ea3d by Beno?t Minisini at 2022-07-23T23:26:58+02:00 Adapt Assert.Ok() method to the new backtrace format. [GB.TEST] * BUG: Adapt Assert.Ok() method to the new backtrace format. - - - - - 2 changed files: - main/lib/test/gb.test/.src/TestMyself/TParser.test - main/lib/test/gb.test/.src/TestSuite/Assert.module View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/0c06ea3dc607c6a14fb1548fa96801d82a6c18b3 -- View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/0c06ea3dc607c6a14fb1548fa96801d82a6c18b3 You're receiving this email because of your account on gitlab.com. -------------- next part -------------- An HTML attachment was scrubbed... URL: From gitlab at mg.gitlab.com Sun Jul 24 00:09:44 2022 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaSAoQGJtaW5pc2luaSk=?=) Date: Sat, 23 Jul 2022 22:09:44 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] Replace 'Ubuntu Impish' by 'Ubuntu Jelly' in '.gitlab-ci.yml'. Message-ID: <62dc71a8593ca_2656d24556d5@gitlab-sidekiq-low-urgency-cpu-bound-v2-7c647d8f97-689sc.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: 45be2c52 by Beno?t Minisini at 2022-07-24T00:09:04+02:00 Replace 'Ubuntu Impish' by 'Ubuntu Jelly' in '.gitlab-ci.yml'. - - - - - 1 changed file: - .gitlab-ci.yml View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/45be2c52d2bda60bdf43d633ef22cfaa5bc54638 -- View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/45be2c52d2bda60bdf43d633ef22cfaa5bc54638 You're receiving this email because of your account on gitlab.com. -------------- next part -------------- An HTML attachment was scrubbed... URL: From gitlab at mg.gitlab.com Sun Jul 24 23:36:03 2022 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaSAoQGJtaW5pc2luaSk=?=) Date: Sun, 24 Jul 2022 21:36:03 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] Image editor: Change default line join and line cap. Message-ID: <62ddbb439409e_2456d9c57728@gitlab-sidekiq-low-urgency-cpu-bound-v2-7c647d8f97-hsj45.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: 22b2cac6 by Beno?t Minisini at 2022-07-24T23:35:56+02:00 Image editor: Change default line join and line cap. [DEVELOPMENT ENVIRONMENT] * NEW: Image editor: Change default line join and line cap. - - - - - 1 changed file: - app/src/gambas3/.src/Editor/Image/FImageProperty.class View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/22b2cac67fbaf07e702e5822e720d8c18bb99e38 -- View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/22b2cac67fbaf07e702e5822e720d8c18bb99e38 You're receiving this email because of your account on gitlab.com. -------------- next part -------------- An HTML attachment was scrubbed... URL: From gitlab at mg.gitlab.com Sun Jul 24 23:37:13 2022 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaSAoQGJtaW5pc2luaSk=?=) Date: Sun, 24 Jul 2022 21:37:13 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] Continue redrawing some icons. Message-ID: <62ddbb89609e_25b6768d4173568@gitlab-sidekiq-low-urgency-cpu-bound-v2-7c647d8f97-gcr8c.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: 3889012f by Beno?t Minisini at 2022-07-24T23:37:06+02:00 Continue redrawing some icons. [GB.FORM.STOCK] * NEW: Continue redrawing some icons. - - - - - 30 changed files: - comp/src/gb.form.stock/gambas-mono/32/average.png - comp/src/gb.form.stock/gambas-mono/32/brightness.png - comp/src/gb.form.stock/gambas-mono/32/copy.png - comp/src/gb.form.stock/gambas-mono/32/draw-text.png - comp/src/gb.form.stock/gambas-mono/32/gamma.png - comp/src/gb.form.stock/gambas-mono/32/insert-text.png - comp/src/gb.form.stock/gambas-mono/32/jump.png - comp/src/gb.form.stock/gambas-mono/32/lower.png - comp/src/gb.form.stock/gambas-mono/32/make-all.png - comp/src/gb.form.stock/gambas-mono/32/make.png - comp/src/gb.form.stock/gambas-mono/32/paste-special.png - comp/src/gb.form.stock/gambas-mono/32/paste.png - comp/src/gb.form.stock/gambas-mono/32/raise.png - comp/src/gb.form.stock/gambas-mono/32/shortcut.png - comp/src/gb.form.stock/gambas-mono/32/sum.png - comp/src/gb.form.stock/gambas-mono/32/text-bigger.png - comp/src/gb.form.stock/gambas-mono/32/text-bold.png - comp/src/gb.form.stock/gambas-mono/32/text-italic.png - comp/src/gb.form.stock/gambas-mono/32/text-lower.png - comp/src/gb.form.stock/gambas-mono/32/text-outline.png - comp/src/gb.form.stock/gambas-mono/32/text-shadow.png - comp/src/gb.form.stock/gambas-mono/32/text-smaller.png - comp/src/gb.form.stock/gambas-mono/32/text-strike.png - comp/src/gb.form.stock/gambas-mono/32/text-sub.png - comp/src/gb.form.stock/gambas-mono/32/text-super.png - comp/src/gb.form.stock/gambas-mono/32/text-underline.png - comp/src/gb.form.stock/gambas-mono/32/text-upper.png - comp/src/gb.form.stock/gambas-mono/32/text.png - comp/src/gb.form.stock/gambas-mono/32/view-preview.png - comp/src/gb.form.stock/gambas/128/copy.png View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/3889012f2a6f96fe619beeeeeee382617cfeb356 -- View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/3889012f2a6f96fe619beeeeeee382617cfeb356 You're receiving this email because of your account on gitlab.com. -------------- next part -------------- An HTML attachment was scrubbed... URL: From gitlab at mg.gitlab.com Mon Jul 25 00:12:50 2022 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaSAoQGJtaW5pc2luaSk=?=) Date: Sun, 24 Jul 2022 22:12:50 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] Replace 'ubuntu-hirsute' by 'ubuntu-kinetic' in '.gitlab-ci.yml'. Message-ID: <62ddc3e28afe2_25b6baa981744e5@gitlab-sidekiq-low-urgency-cpu-bound-v2-7c647d8f97-gcr8c.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: b6d88dfb by Beno?t Minisini at 2022-07-25T00:12:15+02:00 Replace 'ubuntu-hirsute' by 'ubuntu-kinetic' in '.gitlab-ci.yml'. - - - - - 1 changed file: - .gitlab-ci.yml View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/b6d88dfb8a8015122f36f3fc53e951182aed1bdb -- View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/b6d88dfb8a8015122f36f3fc53e951182aed1bdb You're receiving this email because of your account on gitlab.com. -------------- next part -------------- An HTML attachment was scrubbed... URL: From gitlab at mg.gitlab.com Mon Jul 25 18:16:50 2022 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaSAoQGJtaW5pc2luaSk=?=) Date: Mon, 25 Jul 2022 16:16:50 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] 4 commits: Update some control icons. Message-ID: <62dec1f278249_2556cfc6903f@gitlab-sidekiq-low-urgency-cpu-bound-v2-5fdf6d5c89-kr4m4.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: e9c22a1a by Beno?t Minisini at 2022-07-25T13:18:26+02:00 Update some control icons. [DEVELOPMENT ENVIRONMENT] * NEW: Update some control icons. - - - - - c0c37d6c by Beno?t Minisini at 2022-07-25T13:19:02+02:00 Update control icons. [GB.DB.FORM] * NEW: Update control icons. - - - - - 762e7361 by Beno?t Minisini at 2022-07-25T13:19:22+02:00 Update control icons. [GB.FORM] * NEW: Update control icons. - - - - - 29d779d1 by Beno?t Minisini at 2022-07-25T18:16:44+02:00 Redrawing some icons. [GB.FORM.STOCK] * NEW: Redrawing some icons. - - - - - 30 changed files: - app/src/gambas3/img/control/button.png - app/src/gambas3/img/control/frame.png - app/src/gambas3/img/control/label.png - app/src/gambas3/img/control/printer.png - app/src/gambas3/img/control/textarea.png - app/src/gambas3/img/control/textbox.png - app/src/gambas3/img/control/timer.png - comp/src/gb.db.form/.component - comp/src/gb.db.form/.hidden/control/datacontrol.png - comp/src/gb.db.form/.project - comp/src/gb.form.stock/gambas-mono/128/download.png - comp/src/gb.form.stock/gambas-mono/128/folder-document.png - comp/src/gb.form.stock/gambas-mono/128/upload.png - comp/src/gb.form.stock/gambas-mono/32/cloud.png - comp/src/gb.form.stock/gambas-mono/32/color-picker.png - comp/src/gb.form.stock/gambas-mono/32/download.png - comp/src/gb.form.stock/gambas-mono/32/folder-document.png - comp/src/gb.form.stock/gambas-mono/32/upload.png - comp/src/gb.form.stock/gambas/128/color-picker.png - comp/src/gb.form.stock/gambas/128/download.png - comp/src/gb.form.stock/gambas/128/folder-document.png - comp/src/gb.form.stock/gambas/128/upload.png - comp/src/gb.form.stock/gambas/32/color-picker.png - comp/src/gb.form.stock/gambas/32/download.png - comp/src/gb.form.stock/gambas/32/folder-document.png - comp/src/gb.form.stock/gambas/32/upload.png - comp/src/gb.form/.hidden/control/colorpalette.png - comp/src/gb.form/.hidden/control/filechooser.png - comp/src/gb.form/.hidden/control/listeditor.png - comp/src/gb.form/.hidden/control/tableview.png View it on GitLab: https://gitlab.com/gambas/gambas/-/compare/b6d88dfb8a8015122f36f3fc53e951182aed1bdb...29d779d1e807c0a5929ef21d856edc7ea7b0e7a3 -- View it on GitLab: https://gitlab.com/gambas/gambas/-/compare/b6d88dfb8a8015122f36f3fc53e951182aed1bdb...29d779d1e807c0a5929ef21d856edc7ea7b0e7a3 You're receiving this email because of your account on gitlab.com. -------------- next part -------------- An HTML attachment was scrubbed... URL: From gitlab at mg.gitlab.com Mon Jul 25 21:31:16 2022 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaSAoQGJtaW5pc2luaSk=?=) Date: Mon, 25 Jul 2022 19:31:16 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] Settings: Reading a collection from a settings file now works correctly. Message-ID: <62deef84e82c_2456dc4162f3@gitlab-sidekiq-low-urgency-cpu-bound-v2-77979f55f7-4pznr.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: a492e0ca by Beno?t Minisini at 2022-07-25T21:31:09+02:00 Settings: Reading a collection from a settings file now works correctly. [GB.SETTINGS] * BUG: Settings: Reading a collection from a settings file now works correctly. - - - - - 2 changed files: - comp/src/gb.settings/.src/Main.module - comp/src/gb.settings/.src/Settings.class View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/a492e0ca8304c447105fb9381e0b6b42ddc49d1c -- View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/a492e0ca8304c447105fb9381e0b6b42ddc49d1c You're receiving this email because of your account on gitlab.com. -------------- next part -------------- An HTML attachment was scrubbed... URL: From gitlab at mg.gitlab.com Mon Jul 25 22:27:36 2022 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaSAoQGJtaW5pc2luaSk=?=) Date: Mon, 25 Jul 2022 20:27:36 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] Remove a now useless flag in the internal class structure. The exported name... Message-ID: <62defcb84a1e3_2556e28422e2@gitlab-sidekiq-low-urgency-cpu-bound-v2-77979f55f7-xkq9c.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: daa9c385 by Beno?t Minisini at 2022-07-25T22:26:00+02:00 Remove a now useless flag in the internal class structure. The exported name of a class does not overwrite the name field of the class structure anymore. [INTERPRETER] * NEW: Remove a now useless flag in the internal class structure. * NEW: The exported name of a class does not overwrite the name field of the class structure anymore, fixing the stack backtrace. - - - - - 2 changed files: - main/gbx/gbx_class.c - main/gbx/gbx_class.h View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/daa9c38517ce0b840336ad8c2b47a80d83fb5fd9 -- View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/daa9c38517ce0b840336ad8c2b47a80d83fb5fd9 You're receiving this email because of your account on gitlab.com. -------------- next part -------------- An HTML attachment was scrubbed... URL: From gitlab at mg.gitlab.com Tue Jul 26 02:05:06 2022 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaSAoQGJtaW5pc2luaSk=?=) Date: Tue, 26 Jul 2022 00:05:06 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] 2 commits: Do not display class name '^' prefix in backtraces. Message-ID: <62df2fb219259_242dbf63011155@gitlab-sidekiq-low-urgency-cpu-bound-v2-77979f55f7-gl5fs.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: 0ef05fa1 by Beno?t Minisini at 2022-07-26T01:55:08+02:00 Do not display class name '^' prefix in backtraces. [GB.DEBUG] * NEW: Do not display class name '^' prefix in backtraces. - - - - - cfd233a3 by Beno?t Minisini at 2022-07-26T02:04:59+02:00 Support for debugging inside project components. Breakpoints inside components do not work correctly yet. [DEVELOPMENT ENVIRONMENT] * NEW: Update French translation. * NEW: Support for debugging inside project components. Breakpoints inside components do not work correctly yet. * NEW: Debugger configuration dialog: Add a button to reset the location of component projects. * NEW: Update 'compact' default GUI layout. - - - - - 14 changed files: - app/src/gambas3/.lang/fr.po - app/src/gambas3/.src/Debug/Design.module - app/src/gambas3/.src/Debug/FDebugConfig.class - app/src/gambas3/.src/Debug/FDebugConfig.form - app/src/gambas3/.src/Debug/FDebugInfo.class - app/src/gambas3/.src/Exported/ProjectChooser/FProjectChooser.class - app/src/gambas3/.src/Exported/ProjectChooser/ProjectChooser.class - app/src/gambas3/.src/Project.module - app/src/gambas3/.src/Project/CProjectTree.class - app/src/gambas3/.src/Project/FOpenProject.class - app/src/gambas3/.src/Project/FProjectProperty.form - app/src/gambas3/.src/VersionControl/VersionControl.module - app/src/gambas3/layout/$compact.layout - main/lib/debug/debug.c View it on GitLab: https://gitlab.com/gambas/gambas/-/compare/daa9c38517ce0b840336ad8c2b47a80d83fb5fd9...cfd233a3a264ac1c694541c0561dce18cd375814 -- View it on GitLab: https://gitlab.com/gambas/gambas/-/compare/daa9c38517ce0b840336ad8c2b47a80d83fb5fd9...cfd233a3a264ac1c694541c0561dce18cd375814 You're receiving this email because of your account on gitlab.com. -------------- next part -------------- An HTML attachment was scrubbed... URL: From gitlab at mg.gitlab.com Wed Jul 27 01:09:48 2022 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaSAoQGJtaW5pc2luaSk=?=) Date: Tue, 26 Jul 2022 23:09:48 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] 2 commits: Support for breakpoints inside project components. Message-ID: <62e0743c64a6a_25145d77869153@gitlab-sidekiq-low-urgency-cpu-bound-v2-6474f45757-wplrc.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: cfd42c71 by Beno?t Minisini at 2022-07-27T01:04:31+02:00 Support for breakpoints inside project components. [INTERPRETER] * NEW: Support for breakpoints inside project components. [GB.DEBUG] * NEW: Support for breakpoints inside project components. - - - - - 14286896 by Beno?t Minisini at 2022-07-27T01:09:42+02:00 Support for breakpoints inside components. New way of storing breakpoints into configuration file. [DEVELOPMENT ENVIRONMENT] * NEW: Debugger: Support for breakpoints inside components. * NEW: Debugger: New way of storing breakpoints into configuration file. * BUG: Code editor: Setting a breakpoint does not mark read-only files as modified anymore. * BUG: Project tree: Fix popup menu entries state according to context. * BUG: Project tree: Component files now use the same sort than the project files. - - - - - 12 changed files: - app/src/gambas3/.lang/fr.po - app/src/gambas3/.src/Debug/Breakpoints.module - app/src/gambas3/.src/Debug/Design.module - app/src/gambas3/.src/Debug/FDebugInfo.class - app/src/gambas3/.src/Editor/Code/FEditor.class - app/src/gambas3/.src/FMain.class - app/src/gambas3/.src/Project.module - app/src/gambas3/.src/Project/CProjectTree.class - main/gbx/gbx_debug.c - main/gbx/gbx_debug.h - main/lib/debug/debug.c - main/lib/debug/gb.debug.h View it on GitLab: https://gitlab.com/gambas/gambas/-/compare/cfd233a3a264ac1c694541c0561dce18cd375814...14286896187c2d0e811b3870b18bb2525a6b9ce0 -- View it on GitLab: https://gitlab.com/gambas/gambas/-/compare/cfd233a3a264ac1c694541c0561dce18cd375814...14286896187c2d0e811b3870b18bb2525a6b9ce0 You're receiving this email because of your account on gitlab.com. -------------- next part -------------- An HTML attachment was scrubbed... URL: From gitlab at mg.gitlab.com Wed Jul 27 01:25:04 2022 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaSAoQGJtaW5pc2luaSk=?=) Date: Tue, 26 Jul 2022 23:25:04 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] Redraw some icons. Message-ID: <62e077d0a0a47_284ab7a3050430@gitlab-sidekiq-low-urgency-cpu-bound-v2-6474f45757-n82bp.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: d82e21ca by Beno?t Minisini at 2022-07-27T01:24:58+02:00 Redraw some icons. [GB.FORM.STOCK] * NEW: Redraw some icons. - - - - - 14 changed files: - comp/src/gb.form.stock/gambas-mono/128/download.png - comp/src/gb.form.stock/gambas-mono/128/upload.png - comp/src/gb.form.stock/gambas-mono/32/added.png - comp/src/gb.form.stock/gambas-mono/32/conflict.png - comp/src/gb.form.stock/gambas-mono/32/download.png - comp/src/gb.form.stock/gambas-mono/32/modified.png - comp/src/gb.form.stock/gambas-mono/32/upload.png - comp/src/gb.form.stock/gambas/128/download.png - comp/src/gb.form.stock/gambas/128/upload.png - comp/src/gb.form.stock/gambas/32/added.png - comp/src/gb.form.stock/gambas/32/conflict.png - comp/src/gb.form.stock/gambas/32/download.png - comp/src/gb.form.stock/gambas/32/modified.png - comp/src/gb.form.stock/gambas/32/upload.png View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/d82e21caf3a2bb7aad19ade5846dd9d911518532 -- View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/d82e21caf3a2bb7aad19ade5846dd9d911518532 You're receiving this email because of your account on gitlab.com. -------------- next part -------------- An HTML attachment was scrubbed... URL: From gitlab at mg.gitlab.com Wed Jul 27 12:07:07 2022 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaSAoQGJtaW5pc2luaSk=?=) Date: Wed, 27 Jul 2022 10:07:07 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] 2 commits: Contains new German translations Message-ID: <62e10e4b2e180_25eededc35417@gitlab-sidekiq-low-urgency-cpu-bound-v2-686d4d9f7-8n5jr.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: e583d63b by GianluigiOr at 2022-07-26T10:20:23+02:00 Contains new German translations [GB.REPORT2] * NEW: The translation by Claus Dietrch is now complete. - - - - - a133d351 by Beno?t Minisini at 2022-07-27T10:07:05+00:00 Merge branch 'master' into 'master' Contains new German translations See merge request gambas/gambas!270 - - - - - 1 changed file: - + comp/src/gb.report2/.lang/de.po View it on GitLab: https://gitlab.com/gambas/gambas/-/compare/d82e21caf3a2bb7aad19ade5846dd9d911518532...a133d351d9a555155d49cfa64f6ecbed6326eaa2 -- View it on GitLab: https://gitlab.com/gambas/gambas/-/compare/d82e21caf3a2bb7aad19ade5846dd9d911518532...a133d351d9a555155d49cfa64f6ecbed6326eaa2 You're receiving this email because of your account on gitlab.com. -------------- next part -------------- An HTML attachment was scrubbed... URL: From gitlab at mg.gitlab.com Wed Jul 27 22:01:37 2022 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaSAoQGJtaW5pc2luaSk=?=) Date: Wed, 27 Jul 2022 20:01:37 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] 2 commits: Redraw some icons. Message-ID: <62e199a1d903a_261a669f8635c0@gitlab-sidekiq-low-urgency-cpu-bound-v2-868644cc7c-7f44h.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: cd84bc65 by Beno?t Minisini at 2022-07-27T22:01:16+02:00 Redraw some icons. [GB.FORM.STOCK] * NEW: Redraw some icons. - - - - - 361148a4 by Beno?t Minisini at 2022-07-27T22:01:26+02:00 Merge branch 'master' of gitlab.com:gambas/gambas - - - - - 30 changed files: - comp/src/gb.form.stock/gambas-mono/32/contrast.png - comp/src/gb.form.stock/gambas-mono/32/indent.png - comp/src/gb.form.stock/gambas-mono/32/language.png - comp/src/gb.form.stock/gambas-mono/32/lightness.png - comp/src/gb.form.stock/gambas-mono/32/new-tag.png - comp/src/gb.form.stock/gambas-mono/32/opacity.png - comp/src/gb.form.stock/gambas-mono/32/tag.png - comp/src/gb.form.stock/gambas-mono/32/transparency.png - comp/src/gb.form.stock/gambas-mono/32/unindent.png - comp/src/gb.form.stock/gambas/128/bookmark.png - comp/src/gb.form.stock/gambas/128/clock.png - comp/src/gb.form.stock/gambas/128/copy.png - comp/src/gb.form.stock/gambas/128/delete.png - comp/src/gb.form.stock/gambas/128/download.png - comp/src/gb.form.stock/gambas/128/edit.png - comp/src/gb.form.stock/gambas/128/rename.png - comp/src/gb.form.stock/gambas/128/tag.png - comp/src/gb.form.stock/gambas/128/trash-full.png - comp/src/gb.form.stock/gambas/128/trash.png - comp/src/gb.form.stock/gambas/128/upload.png - comp/src/gb.form.stock/gambas/32/added.png - comp/src/gb.form.stock/gambas/32/alarm.png - comp/src/gb.form.stock/gambas/32/bookmark.png - comp/src/gb.form.stock/gambas/32/cancel.png - comp/src/gb.form.stock/gambas/32/clock.png - comp/src/gb.form.stock/gambas/32/conflict.png - comp/src/gb.form.stock/gambas/32/contrast.png - comp/src/gb.form.stock/gambas/32/copy.png - comp/src/gb.form.stock/gambas/32/delete.png - comp/src/gb.form.stock/gambas/32/download.png View it on GitLab: https://gitlab.com/gambas/gambas/-/compare/a133d351d9a555155d49cfa64f6ecbed6326eaa2...361148a42c1347bc3f0a7b0b255a9303abd038c3 -- View it on GitLab: https://gitlab.com/gambas/gambas/-/compare/a133d351d9a555155d49cfa64f6ecbed6326eaa2...361148a42c1347bc3f0a7b0b255a9303abd038c3 You're receiving this email because of your account on gitlab.com. -------------- next part -------------- An HTML attachment was scrubbed... URL: From gitlab at mg.gitlab.com Thu Jul 28 17:03:34 2022 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaSAoQGJtaW5pc2luaSk=?=) Date: Thu, 28 Jul 2022 15:03:34 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] 6 commits: [GB.WEB.GUI] Message-ID: <62e2a546239bd_2457d283482b@gitlab-sidekiq-low-urgency-cpu-bound-v2-68696dbbf-xq6pz.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: 9b055535 by Bruce Steers at 2022-07-28T13:25:45+01:00 [GB.WEB.GUI] * NEW: WebAudio.AutoPlay, Autoplay audio on loading. * NEW: WebAudio.Sources for alternative <source> items. * NEW: WebAudio_Ready() event fires when audio has loaded. * NEW: WebAudio_Position() event fires as audio position changes during play. * NEW: WebAudio_End() event fires when a track finishes * NEW: WebAudio_Pause() event triggers when audio pauses. * NEW: Property WebAudio.Duration gets song length. * NEW: Property WebAudio.Position, get or set song position. * NEW: Property Paused gets or sets paused state. * OPT: do not reset play position to 0 on play in lib.js so audio can un-pause. * OPT: clean up code and add inline wiki help to WebAudio. - - - - - d934c356 by Bruce Steers at 2022-07-28T13:33:39+01:00 WebAudio, Add Length as synonym for Duration as in MediaPlayer [GB.WEB.GUI] * NEW: Length is a synonym fofr Duration - - - - - 49027801 by Bruce Steers at 2022-07-28T13:44:52+01:00 Merge branch 'master' of https://gitlab.com/gambas/gambas into WebAudio-upgrade - - - - - eb77982b by Bruce Steers at 2022-07-28T14:12:24+01:00 WebAudio, make Play only play from 0 if not in paused state. [GB.WEB.GUI] * OPT: backward compatibility, Play will play from 0 if not in paused state. - - - - - 4876c626 by Bruce Steers at 2022-07-28T14:32:04+01:00 WebAudio, undo removing Width from properties from previous edit. [GB.WEB.GUI] * BUG: had added Width to the control in a previous edit, now reverted - - - - - 43f9773c by Beno?t Minisini at 2022-07-28T15:03:26+00:00 Merge branch 'WebAudio-upgrade' into 'master' WebAudio upgrade, enhance the WebAudio control of gb.web.gui See merge request gambas/gambas!271 - - - - - 5 changed files: - comp/src/gb.web.gui/.project - + comp/src/gb.web.gui/.src/Test/TestWebAudio.class - + comp/src/gb.web.gui/.src/Test/TestWebAudio.webform - comp/src/gb.web.gui/.src/WebAudio.class - comp/src/gb.web.gui/lib.js View it on GitLab: https://gitlab.com/gambas/gambas/-/compare/361148a42c1347bc3f0a7b0b255a9303abd038c3...43f9773c8344b91278c6fe4bed17968909b55631 -- View it on GitLab: https://gitlab.com/gambas/gambas/-/compare/361148a42c1347bc3f0a7b0b255a9303abd038c3...43f9773c8344b91278c6fe4bed17968909b55631 You're receiving this email because of your account on gitlab.com. -------------- next part -------------- An HTML attachment was scrubbed... URL: From gitlab at mg.gitlab.com Thu Jul 28 17:18:57 2022 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaSAoQGJtaW5pc2luaSk=?=) Date: Thu, 28 Jul 2022 15:18:57 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] WebAudio: Fix a lot of bugs and add Tracking property. Message-ID: <62e2a8e1211fd_2557d1418348@gitlab-sidekiq-low-urgency-cpu-bound-v2-68696dbbf-79bq6.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: 4190e6bf by Beno?t Minisini at 2022-07-28T17:18:49+02:00 WebAudio: Fix a lot of bugs and add Tracking property. [GB.WEB.GUI] * BUG: WebAudio: Fix a lot of bugs and implementation problems. * NEW: WebAudio: Tracking is a new property that tells if the Position property is updated in real-time. - - - - - 3 changed files: - comp/src/gb.web.gui/.src/Test/Webform1.webform - comp/src/gb.web.gui/.src/WebAudio.class - comp/src/gb.web.gui/.src/WebControl.class View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/4190e6bfeab0bf85f23e6d435ed54e6fff00baab -- View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/4190e6bfeab0bf85f23e6d435ed54e6fff00baab You're receiving this email because of your account on gitlab.com. -------------- next part -------------- An HTML attachment was scrubbed... URL: From gitlab at mg.gitlab.com Thu Jul 28 17:24:23 2022 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaSAoQGJtaW5pc2luaSk=?=) Date: Thu, 28 Jul 2022 15:24:23 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] WebAudio: Add Tracking to the properties visible to the IDE. Message-ID: <62e2aa2714198_2557f942239e@gitlab-sidekiq-low-urgency-cpu-bound-v2-68696dbbf-blg6h.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: 564590cf by Beno?t Minisini at 2022-07-28T17:24:16+02:00 WebAudio: Add Tracking to the properties visible to the IDE. [GB.WEB.GUI] * BUG: WebAudio: Add Tracking to the properties visible to the IDE. - - - - - 2 changed files: - comp/src/gb.web.gui/.src/Test/TestWebAudio.webform - comp/src/gb.web.gui/.src/WebAudio.class View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/564590cfbf33f320dab9338b0179ed8df172e3d4 -- View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/564590cfbf33f320dab9338b0179ed8df172e3d4 You're receiving this email because of your account on gitlab.com. -------------- next part -------------- An HTML attachment was scrubbed... URL: From gitlab at mg.gitlab.com Thu Jul 28 17:26:45 2022 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaSAoQGJtaW5pc2luaSk=?=) Date: Thu, 28 Jul 2022 15:26:45 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] Debugger: Clear the WebView when closing the debugger browser. Message-ID: <62e2aab5b5dcf_2457ee0327bd@gitlab-sidekiq-low-urgency-cpu-bound-v2-68696dbbf-qptxd.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: 88e806e5 by Beno?t Minisini at 2022-07-28T17:26:39+02:00 Debugger: Clear the WebView when closing the debugger browser. [DEVELOPMENT ENVIRONMENT] * BUG: Debugger: Clear the WebView when closing the debugger browser. - - - - - 4 changed files: - app/src/gambas3/.src/Debug/FBrowser.class - app/src/gambas3/.src/Debug/FBrowser.form - app/src/gambas3/.src/Project.module - app/src/gambas3/.src/Project/CProjectTree.class View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/88e806e5cca52f41dddc41285ce114546535e7cc -- View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/88e806e5cca52f41dddc41285ce114546535e7cc You're receiving this email because of your account on gitlab.com. -------------- next part -------------- An HTML attachment was scrubbed... URL: From gitlab at mg.gitlab.com Thu Jul 28 22:37:26 2022 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaSAoQGJtaW5pc2luaSk=?=) Date: Thu, 28 Jul 2022 20:37:26 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] 2 commits: Update a control icon and the stock icon map. Message-ID: <62e2f38651a63_243c30e94480f6@gitlab-sidekiq-low-urgency-cpu-bound-v2-68696dbbf-62jxx.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: 04cc46d8 by Beno?t Minisini at 2022-07-28T22:36:48+02:00 Update a control icon and the stock icon map. [GB.FORM] * NEW: Update a control icon. * NEW: Update stock icon map. - - - - - 9832ab49 by Beno?t Minisini at 2022-07-28T22:37:15+02:00 Redraw some icons. [GB.FORM.STOCK] * NEW: Redraw some icons. - - - - - 19 changed files: - comp/src/gb.form.stock/gambas-mono/128/info.png - comp/src/gb.form.stock/gambas-mono/32/info.png - comp/src/gb.form.stock/gambas-mono/32/open-recent.png - comp/src/gb.form.stock/gambas/128/cut.png - comp/src/gb.form.stock/gambas/128/info.png - comp/src/gb.form.stock/gambas/128/open-recent.png - comp/src/gb.form.stock/gambas/128/open.png - comp/src/gb.form.stock/gambas/32/cut.png - comp/src/gb.form.stock/gambas/32/home.png - comp/src/gb.form.stock/gambas/32/info.png - comp/src/gb.form.stock/gambas/32/open-link.png - comp/src/gb.form.stock/gambas/32/open-recent.png - comp/src/gb.form.stock/gambas/32/open.png - comp/src/gb.form.stock/gambas/32/revert.png - comp/src/gb.form.stock/gambas/32/save-as.png - comp/src/gb.form.stock/gambas/32/save.png - comp/src/gb.form.stock/gambas/32/view-normal.png - comp/src/gb.form/.hidden/control/messageview.png - comp/src/gb.form/map/icon.map View it on GitLab: https://gitlab.com/gambas/gambas/-/compare/88e806e5cca52f41dddc41285ce114546535e7cc...9832ab491caeea4ccb39ad8553e33acc0e896e62 -- View it on GitLab: https://gitlab.com/gambas/gambas/-/compare/88e806e5cca52f41dddc41285ce114546535e7cc...9832ab491caeea4ccb39ad8553e33acc0e896e62 You're receiving this email because of your account on gitlab.com. -------------- next part -------------- An HTML attachment was scrubbed... URL: From gitlab at mg.gitlab.com Fri Jul 29 12:42:17 2022 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaSAoQGJtaW5pc2luaSk=?=) Date: Fri, 29 Jul 2022 10:42:17 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] Debugger: Support modules, not just classes, when debugging inside components. Message-ID: <62e3b98987f50_2422de18426f2@gitlab-sidekiq-low-urgency-cpu-bound-v2-74697fccd9-txzgs.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: 348c4393 by Beno?t Minisini at 2022-07-29T12:42:11+02:00 Debugger: Support modules, not just classes, when debugging inside components. [DEVELOPMENT ENVIRONMENT] * BUG: Debugger: Support modules, not just classes, when debugging inside components. * NEW: Update default compact layout. - - - - - 4 changed files: - app/src/gambas3/.src/Debug/Design.module - app/src/gambas3/.src/Editor/Image/FImageEditor.form - app/src/gambas3/.src/Project/CProjectTree.class - app/src/gambas3/layout/$compact.layout View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/348c4393f4e996f80d6da62970504764e01a8581 -- View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/348c4393f4e996f80d6da62970504764e01a8581 You're receiving this email because of your account on gitlab.com. -------------- next part -------------- An HTML attachment was scrubbed... URL: From gitlab at mg.gitlab.com Sat Jul 30 00:58:41 2022 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaSAoQGJtaW5pc2luaSk=?=) Date: Fri, 29 Jul 2022 22:58:41 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] Version control: Support for creating branches. Message-ID: <62e46621c38fe_25d83b141011c8@gitlab-sidekiq-low-urgency-cpu-bound-v2-64894468df-5m4zb.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: c0de8e87 by Beno?t Minisini at 2022-07-30T00:58:36+02:00 Version control: Support for creating branches. [DEVELOPMENT ENVIRONMENT] * NEW: Version control: Support for creating branches. * NEW: Update French translation. - - - - - 13 changed files: - app/src/gambas3/.lang/fr.po - app/src/gambas3/.src/Debug/FDebugButton.form - app/src/gambas3/.src/Debug/FDebugInfo.class - app/src/gambas3/.src/Debug/FDebugInfo.form - app/src/gambas3/.src/FMain.class - app/src/gambas3/.src/FMain.form - app/src/gambas3/.src/Project.module - app/src/gambas3/.src/VersionControl/CVersionControl.class - app/src/gambas3/.src/VersionControl/CVersionControlGit.class - app/src/gambas3/.src/VersionControl/CVersionControlSubversion.class - + app/src/gambas3/.src/VersionControl/FCreateBranch.class - + app/src/gambas3/.src/VersionControl/FCreateBranch.form - app/src/gambas3/.src/VersionControl/VersionControl.module View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/c0de8e87d63fd9c3d99459381cdcabfcae79ccba -- View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/c0de8e87d63fd9c3d99459381cdcabfcae79ccba You're receiving this email because of your account on gitlab.com. -------------- next part -------------- An HTML attachment was scrubbed... URL: From gitlab at mg.gitlab.com Sat Jul 30 00:59:55 2022 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaSAoQGJtaW5pc2luaSk=?=) Date: Fri, 29 Jul 2022 22:59:55 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] Menu.Parent is a new property that returns the parent menu of a menu, or NULL... Message-ID: <62e4666b9d272_2558250120e1@gitlab-sidekiq-low-urgency-cpu-bound-v2-64894468df-4zl5k.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: 911ba060 by Beno?t Minisini at 2022-07-30T00:59:05+02:00 Menu.Parent is a new property that returns the parent menu of a menu, or NULL if the menu is a top-level one. [GB.GTK] * NEW: Menu.Parent is a new property that returns the parent menu of a menu, or NULL if the menu is a top-level one. [GB.GTK3] * NEW: Menu.Parent is a new property that returns the parent menu of a menu, or NULL if the menu is a top-level one. [GB.QT4] * NEW: Menu.Parent is a new property that returns the parent menu of a menu, or NULL if the menu is a top-level one. [GB.QT5] * NEW: Menu.Parent is a new property that returns the parent menu of a menu, or NULL if the menu is a top-level one. - - - - - 2 changed files: - gb.gtk/src/CMenu.cpp - gb.qt4/src/CMenu.cpp View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/911ba060e791632413f23a120dc8caaad86df307 -- View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/911ba060e791632413f23a120dc8caaad86df307 You're receiving this email because of your account on gitlab.com. -------------- next part -------------- An HTML attachment was scrubbed... URL: From gitlab at mg.gitlab.com Sat Jul 30 16:10:16 2022 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaSAoQGJtaW5pc2luaSk=?=) Date: Sat, 30 Jul 2022 14:10:16 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] 4 commits: String: Add new IsEMail(), IsIP() and IsIPv6() validation methods. Message-ID: <62e53bc811d3c_239f12c4c3906e@gitlab-sidekiq-low-urgency-cpu-bound-v2-64894468df-9rx58.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: f4832f5b by Beno?t Minisini at 2022-07-30T15:17:13+02:00 String: Add new IsEMail(), IsIP() and IsIPv6() validation methods. [GB.UTIL] * NEW: String.IsEmail() is a new function that checks if a string seems to be an e-mail address. * NEW: String.IsIP() is a new function that checks if a string is an IPv4 address. * NEW: String.IsIPv6() is a new function that checks if a string is an IPv6 address. - - - - - 15ecb847 by Beno?t Minisini at 2022-07-30T16:06:49+02:00 New stock icon 'version-control'. [GB.FORM.STOCK] * NEW: New stock icon 'version-control'. - - - - - 4adaac33 by Beno?t Minisini at 2022-07-30T16:07:05+02:00 New stock icon 'version-control'. [GB.FORM] * NEW: New stock icon 'version-control'. - - - - - a7045c7e by Beno?t Minisini at 2022-07-30T16:10:10+02:00 Version control: Support for defining Git repository identity. Move statistics to the publish dialog. [DEVELOPMENT ENVIRONMENT] * NEW: Version control: Move version control statistics to a new 'Repository' tab in publish dialog. * NEW: Version control: Add fields to define your Git repository identity in 'Repository' tab. * NEW: Update French translation. * BUG: Test suites: Fix test result label colors. - - - - - 16 changed files: - app/src/gambas3/.lang/fr.po - app/src/gambas3/.src/Debug/FDebugButton.class - app/src/gambas3/.src/Debug/FDebugButton.form - app/src/gambas3/.src/Debug/FDebugInfo.class - app/src/gambas3/.src/Debug/FDebugInfo.form - app/src/gambas3/.src/FMain.form - app/src/gambas3/.src/Project/FProjectProperty.class - app/src/gambas3/.src/Project/FProjectProperty.form - app/src/gambas3/.src/VersionControl/CVersionControlGit.class - app/src/gambas3/.src/VersionControl/FVersionControl.class - app/src/gambas3/.src/VersionControl/FVersionControl.form - app/src/gambas3/.src/VersionControl/VersionControl.module - + comp/src/gb.form.stock/gambas-mono/32/version-control.png - + comp/src/gb.form.stock/gambas/32/version-control.png - comp/src/gb.form/map/icon.map - comp/src/gb.util/.src/String.class View it on GitLab: https://gitlab.com/gambas/gambas/-/compare/911ba060e791632413f23a120dc8caaad86df307...a7045c7e03a853c9a61a33f5398935a192783b50 -- View it on GitLab: https://gitlab.com/gambas/gambas/-/compare/911ba060e791632413f23a120dc8caaad86df307...a7045c7e03a853c9a61a33f5398935a192783b50 You're receiving this email because of your account on gitlab.com. -------------- next part -------------- An HTML attachment was scrubbed... URL: From gitlab at mg.gitlab.com Sat Jul 30 17:08:23 2022 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaSAoQGJtaW5pc2luaSk=?=) Date: Sat, 30 Jul 2022 15:08:23 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] Version control: Display the state of the file on top in the information dialog. Message-ID: <62e54967618af_249cc03b859961@gitlab-sidekiq-low-urgency-cpu-bound-v2-64894468df-9nm8p.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: 08242daa by Beno?t Minisini at 2022-07-30T17:08:15+02:00 Version control: Display the state of the file on top in the information dialog. [DEVELOPMENT ENVIRONMENT] * BUG: Project tree: Fix visibility of version control information menu entry. * NEW: Version control: Display the state of the file on top in the information dialog. - - - - - 4 changed files: - app/src/gambas3/.src/FMain.class - app/src/gambas3/.src/FMain.form - app/src/gambas3/.src/VersionControl/FFileInfoVC.class - app/src/gambas3/.src/VersionControl/FFileInfoVC.form View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/08242daafce39b60a713703945ceffbf34756414 -- View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/08242daafce39b60a713703945ceffbf34756414 You're receiving this email because of your account on gitlab.com. -------------- next part -------------- An HTML attachment was scrubbed... URL: From gitlab at mg.gitlab.com Sat Jul 30 17:15:28 2022 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaSAoQGJtaW5pc2luaSk=?=) Date: Sat, 30 Jul 2022 15:15:28 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] TerminalView: Don't open the default popup if the Menu event handler exists. Message-ID: <62e54b1060a9f_24a7e9d5c6611c@gitlab-sidekiq-low-urgency-cpu-bound-v2-64894468df-swqk5.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: 525f5d72 by Beno?t Minisini at 2022-07-30T17:15:22+02:00 TerminalView: Don't open the default popup if the Menu event handler exists. [GB.FORM.TERMINAL] * BUG: TerminalView: Don't open the default popup if the Menu event handler exists. - - - - - 2 changed files: - comp/src/gb.form.terminal/.src/TerminalView/TerminalView.class - comp/src/gb.form.terminal/.src/TerminalView/test/FTestTerminalView.form View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/525f5d72ac766729a455e6d6f8ba72c03ec44cce -- View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/525f5d72ac766729a455e6d6f8ba72c03ec44cce You're receiving this email because of your account on gitlab.com. -------------- next part -------------- An HTML attachment was scrubbed... URL: From gitlab at mg.gitlab.com Sat Jul 30 17:33:32 2022 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaSAoQGJtaW5pc2luaSk=?=) Date: Sat, 30 Jul 2022 15:33:32 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] TerminalView: Correctly update the popup menu when it opens. Message-ID: <62e54f4ce876_253830060384df@gitlab-sidekiq-low-urgency-cpu-bound-v2-64894468df-lqztt.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: d7224468 by Beno?t Minisini at 2022-07-30T17:33:26+02:00 TerminalView: Correctly update the popup menu when it opens. [GB.FORM.TERMINAL] * BUG: TerminalView: Correctly update the popup menu when it opens. - - - - - 1 changed file: - comp/src/gb.form.terminal/.src/TerminalView/TerminalView.class View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/d7224468412b4e9bac0fcf21d15de547240c4114 -- View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/d7224468412b4e9bac0fcf21d15de547240c4114 You're receiving this email because of your account on gitlab.com. -------------- next part -------------- An HTML attachment was scrubbed... URL: From gitlab at mg.gitlab.com Sat Jul 30 18:09:30 2022 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaSAoQGJtaW5pc2luaSk=?=) Date: Sat, 30 Jul 2022 16:09:30 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] 2 commits: TextEditor: The 'Remove()' method now normalizes its arguments to avoid... Message-ID: <62e557ba49d82_24a7e9d5c6722c@gitlab-sidekiq-low-urgency-cpu-bound-v2-64894468df-swqk5.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: 681f91d9 by Beno?t Minisini at 2022-07-30T18:07:50+02:00 TextEditor: The 'Remove()' method now normalizes its arguments to avoid crashing if they are outside the document. [GB.FORM.EDITOR] * NEW: TextEditor: Add a default popup menu. * NEW: TextEditor: Add a panel to go to a specific line. * NEW: TextEditor: ShowFindPanel() and ShowGotoPanel() are now public methods for showing the action panels. - - - - - 6114fd8a by Beno?t Minisini at 2022-07-30T18:09:24+02:00 Code, text and conflict editor: Use the 'gb.form.editor' new goto line panel instead of the custom one. [DEVELOPMENT ENVIRONMENT] * NEW: Code, text and conflict editor: Use the 'gb.form.editor' new goto line panel instead of the custom one. - - - - - 11 changed files: - app/src/gambas3/.src/Editor/Code/FConflictEditor.class - app/src/gambas3/.src/Editor/Code/FEditor.class - app/src/gambas3/.src/Editor/Code/FTextEditor.class - ? app/src/gambas3/.src/Editor/FGotoLine.class - ? app/src/gambas3/.src/Editor/FGotoLine.form - comp/src/gb.form.editor/.icon.png - + comp/src/gb.form.editor/.lang/fr.po - comp/src/gb.form.editor/.project - + comp/src/gb.form.editor/.src/FGoto.class - + comp/src/gb.form.editor/.src/FGoto.form - comp/src/gb.form.editor/.src/TextEditor.class View it on GitLab: https://gitlab.com/gambas/gambas/-/compare/d7224468412b4e9bac0fcf21d15de547240c4114...6114fd8ae7b0e20c0869afc5b873d8c19d66b692 -- View it on GitLab: https://gitlab.com/gambas/gambas/-/compare/d7224468412b4e9bac0fcf21d15de547240c4114...6114fd8ae7b0e20c0869afc5b873d8c19d66b692 You're receiving this email because of your account on gitlab.com. -------------- next part -------------- An HTML attachment was scrubbed... URL: From gitlab at mg.gitlab.com Sat Jul 30 20:30:42 2022 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaSAoQGJtaW5pc2luaSk=?=) Date: Sat, 30 Jul 2022 18:30:42 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] Search: New result presentation. Message-ID: <62e578d23e8c0_232c2f7fc45639@gitlab-sidekiq-low-urgency-cpu-bound-v2-64894468df-9rx58.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: dc2b8a8b by Beno?t Minisini at 2022-07-30T20:30:35+02:00 Search: New result presentation. [DEVELOPMENT ENVIRONMENT] * NEW: Search: New result presentation. - - - - - 5 changed files: - app/src/gambas3/.lang/fr.po - app/src/gambas3/.src/Debug/FDebugInfo.class - app/src/gambas3/.src/Debug/FDebugInfo.form - app/src/gambas3/.src/Search/CSearchTask.class - app/src/gambas3/.src/Search/FSearch.class View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/dc2b8a8b9fe48da92a7c035e9a63112292630de4 -- View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/dc2b8a8b9fe48da92a7c035e9a63112292630de4 You're receiving this email because of your account on gitlab.com. -------------- next part -------------- An HTML attachment was scrubbed... URL: From gitlab at mg.gitlab.com Sun Jul 31 22:12:18 2022 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaSAoQGJtaW5pc2luaSk=?=) Date: Sun, 31 Jul 2022 20:12:18 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] New stock icon 'chart'. Redraw some icons. Message-ID: <62e6e2221d46d_25580d462397@gitlab-sidekiq-low-urgency-cpu-bound-v2-64894468df-6trfm.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: d64e07c6 by Beno?t Minisini at 2022-07-31T22:12:11+02:00 New stock icon 'chart'. Redraw some icons. [GB.FORM.STOCK] * NEW: New stock icon 'chart'. * NEW: Redraw some icons. - - - - - 11 changed files: - + comp/src/gb.form.stock/gambas-mono/128/vector.png - + comp/src/gb.form.stock/gambas-mono/32/chart.png - comp/src/gb.form.stock/gambas-mono/32/identity.png - comp/src/gb.form.stock/gambas-mono/32/statistics.png - comp/src/gb.form.stock/gambas-mono/32/vector.png - comp/src/gb.form.stock/gambas/128/office-draw.png - comp/src/gb.form.stock/gambas/128/statistics.png - comp/src/gb.form.stock/gambas/128/vector.png - + comp/src/gb.form.stock/gambas/32/chart.png - comp/src/gb.form.stock/gambas/32/statistics.png - comp/src/gb.form.stock/gambas/32/vector.png View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/d64e07c69ac4d46ae5639b3229794dbd386270c9 -- View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/d64e07c69ac4d46ae5639b3229794dbd386270c9 You're receiving this email because of your account on gitlab.com. -------------- next part -------------- An HTML attachment was scrubbed... URL: