From gitlab at mg.gitlab.com Fri Apr 2 13:18:46 2021 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaSAoQGJtaW5pc2luaSk=?=) Date: Fri, 02 Apr 2021 11:18:46 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] TextEditor: Middle click paste is now ignored if the editor is read-only. Message-ID: <6066fd974cd3a_1039490971da@gitlab-sidekiq-low-urgency-cpu-bound-v1-5ccbfb69d-qxgg5.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: f2054911 by gambas at 2021-04-02T13:18:40+02:00 TextEditor: Middle click paste is now ignored if the editor is read-only. [GB.FORM.EDITOR] * BUG: TextEditor: Middle click paste is now ignored if the editor is read-only. - - - - - 2 changed files: - comp/src/gb.form.editor/.src/TextEditor.class - comp/src/gb.form.editor/.src/test/FTestEditor.class View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/f2054911efa034c83c2fbe198fcc8c773242c8a3 -- View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/f2054911efa034c83c2fbe198fcc8c773242c8a3 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 Apr 2 17:11:02 2021 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaSAoQGJtaW5pc2luaSk=?=) Date: Fri, 02 Apr 2021 15:11:02 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] 3 commits: DocumentView: Fix a possible infinite recursion in document layouting. Message-ID: <606734077f554_f39580103039@gitlab-sidekiq-low-urgency-cpu-bound-v1-84c7bff9c8-r4jnh.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: fb352b75 by gambas at 2021-04-02T16:54:21+02:00 DocumentView: Fix a possible infinite recursion in document layouting. [GB.FORM] * NEW: DocumentView: Fix a possible infinite recursion in document layouting. * NEW: Add 'page', page-two' and 'zoom-width' stock icons. - - - - - 381de6f9 by gambas at 2021-04-02T16:55:32+02:00 Update some icons and add new ones. [GB.FORM.STOCK] * NEW: Add 'page', page-two' and 'zoom-width' icons. * NEW: Update the 'new' and 'preview' icons. - - - - - 3ccbc728 by gambas at 2021-04-02T17:07:41+02:00 * Backward-compatible change when using date or time separators for date or time elements having none. [INTERPRETER] * NEW: If the current localization uses the same separator for all date elements having a separator, then the element having no separator will use that same element if the "/" format character is used in the Format() function. Same change for the time separators. - - - - - 20 changed files: - + comp/src/gb.form.stock/.hidden/icon.png - comp/src/gb.form.stock/.icon.png - comp/src/gb.form.stock/.project - comp/src/gb.form.stock/gambas-mono/32/new.png - + comp/src/gb.form.stock/gambas-mono/32/page-two.png - + comp/src/gb.form.stock/gambas-mono/32/page.png - comp/src/gb.form.stock/gambas-mono/32/preview.png - + comp/src/gb.form.stock/gambas-mono/32/zoom-width.png - comp/src/gb.form.stock/gambas/128/new.png - comp/src/gb.form.stock/gambas/128/preview.png - comp/src/gb.form.stock/gambas/32/new.png - + comp/src/gb.form.stock/gambas/32/page-two.png - + comp/src/gb.form.stock/gambas/32/page.png - comp/src/gb.form.stock/gambas/32/preview.png - + comp/src/gb.form.stock/gambas/32/zoom-width.png - comp/src/gb.form/.hidden/control/documentview.png - comp/src/gb.form/.project - comp/src/gb.form/.src/DocumentView/DocumentView.class - comp/src/gb.form/map/icon.map - main/gbx/gbx_local.c View it on GitLab: https://gitlab.com/gambas/gambas/-/compare/f2054911efa034c83c2fbe198fcc8c773242c8a3...3ccbc7281e16b6bcd0ae97ba05f32538e02b4d8d -- View it on GitLab: https://gitlab.com/gambas/gambas/-/compare/f2054911efa034c83c2fbe198fcc8c773242c8a3...3ccbc7281e16b6bcd0ae97ba05f32538e02b4d8d 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 Apr 3 12:37:57 2021 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaSAoQGJtaW5pc2luaSk=?=) Date: Sat, 03 Apr 2021 10:37:57 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] 2 commits: [Scripter] Message-ID: <6068458574e47_f568d620953bc@gitlab-sidekiq-low-urgency-cpu-bound-v1-84c7bff9c8-k57x5.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: ffb6e569 by Brian G at 2021-04-01T15:51:54-07:00 [Scripter] * BUG: Crash with no input parameters - - - - - dc495d1d by Beno?t Minisini at 2021-04-03T10:37:55+00:00 Merge branch 'ScriptNoParmCrash' into 'master' [Scripter] See merge request gambas/gambas!217 - - - - - 2 changed files: - app/src/gbs3/.project - app/src/gbs3/.src/ParseArgs.module View it on GitLab: https://gitlab.com/gambas/gambas/-/compare/3ccbc7281e16b6bcd0ae97ba05f32538e02b4d8d...dc495d1d033e901ca7b99cd85ec5ea7976a6dc5d -- View it on GitLab: https://gitlab.com/gambas/gambas/-/compare/3ccbc7281e16b6bcd0ae97ba05f32538e02b4d8d...dc495d1d033e901ca7b99cd85ec5ea7976a6dc5d 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 Apr 3 12:41:06 2021 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaSAoQGJtaW5pc2luaSk=?=) Date: Sat, 03 Apr 2021 10:41:06 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] 2 commits: Detect git/svn version with a macro instead of creating a header file Message-ID: <6068464312dfa_f5f673b81066eb@gitlab-sidekiq-low-urgency-cpu-bound-v1-84c7bff9c8-h2jkf.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: 82fbda28 by Laurent Carlier at 2021-03-31T09:26:49+02:00 Detect git/svn version with a macro instead of creating a header file - - - - - 14dff78d by Beno?t Minisini at 2021-04-03T10:41:04+00:00 Merge branch 'kill_trunk_h' into 'master' Detect git/svn version with a macro instead of creating a header file See merge request gambas/gambas!216 - - - - - 8 changed files: - .gitignore - acinclude.m4 - main/Makefile.am - main/configure.ac - main/gbc/gba.c - main/gbc/gbc.c - main/gbc/gbi.c - main/gbx/gbx.c View it on GitLab: https://gitlab.com/gambas/gambas/-/compare/dc495d1d033e901ca7b99cd85ec5ea7976a6dc5d...14dff78d3f4baae3ca10fc9d667213e97140a6fc -- View it on GitLab: https://gitlab.com/gambas/gambas/-/compare/dc495d1d033e901ca7b99cd85ec5ea7976a6dc5d...14dff78d3f4baae3ca10fc9d667213e97140a6fc 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 Apr 3 12:44:56 2021 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaSAoQGJtaW5pc2luaSk=?=) Date: Sat, 03 Apr 2021 10:44:56 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] 5 commits: New 'gb.compress.zstd' component Message-ID: <6068472996e44_105e85be887047@gitlab-sidekiq-low-urgency-cpu-bound-v1-84c7bff9c8-g8mlw.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: aedb03fd by Laurent Carlier at 2021-03-28T17:52:03+02:00 New 'gb.compress.zstd' component [GB.COMPRESS.ZSTD] * NEW: New 'gb.compress.zstd' component. - - - - - 2e35efdc by Laurent Carlier at 2021-03-28T17:52:29+02:00 Add 'FAILED' to .gitignore - - - - - d538f24a by Laurent Carlier at 2021-03-28T17:52:29+02:00 Update '.gitlab-ci.yml' for new gb.compress.zstd component - - - - - ed64fa3a by Laurent Carlier at 2021-03-28T18:39:04+02:00 Add the description of gb.compress.zstd component [DEVELOPMENT ENVIRONMENT] * NEW: Add description of gb.compress.zstd component - - - - - 44c7c09f by Beno?t Minisini at 2021-04-03T10:44:54+00:00 Merge branch 'gb-compress-zstd' into 'master' New 'gb.compress.zstd' component See merge request gambas/gambas!215 - - - - - 3 changed files: - .gitignore - .gitlab-ci.yml - Makefile.am View it on GitLab: https://gitlab.com/gambas/gambas/-/compare/14dff78d3f4baae3ca10fc9d667213e97140a6fc...44c7c09f2a7722f593e79f472811478ee0579467 -- View it on GitLab: https://gitlab.com/gambas/gambas/-/compare/14dff78d3f4baae3ca10fc9d667213e97140a6fc...44c7c09f2a7722f593e79f472811478ee0579467 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 Apr 3 13:38:13 2021 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaSAoQGJtaW5pc2luaSk=?=) Date: Sat, 03 Apr 2021 11:38:13 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] 20 commits: Use a lock file to prevent background task output on standard error from mixing. Message-ID: <606853a752bb_105faf2a81014db@gitlab-sidekiq-low-urgency-cpu-bound-v1-84c7bff9c8-knv2g.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: 41cb5cbf by gambas at 2021-04-03T12:45:19+02:00 Use a lock file to prevent background task output on standard error from mixing. [COMPILER] * BUG: Use a lock file to prevent background task output on standard error from mixing. - - - - - 03913217 by gambas at 2021-04-03T12:46:45+02:00 Make a project icon. [GB.JIT] * NEW: Make a project icon. - - - - - f8cd4784 by gambas at 2021-04-03T12:48:35+02:00 Toggle menus are now correctly updated in the tray icon exported popup. [GB.DBUS.TRAYICON] * BUG: Toggle menus are now correctly updated in the tray icon exported popup (beware that no update works at the moment with Gnome / Ubuntu indicators). - - - - - cd2cb343 by gambas at 2021-04-03T12:51:03+02:00 Redraw some control icons with a wider border. [GB.FORM] * NEW: Redraw some control icons with a wider border. - - - - - c9edfa01 by gambas at 2021-04-03T12:53:13+02:00 Redraw some control icons with a wider border. [GB.DB.FORM] * NEW: Redraw some control icons with a wider border. - - - - - 0e1a5975 by gambas at 2021-04-03T12:53:40+02:00 Update project icon. [GB.FORM.STOCK] * NEW: Update project icon. - - - - - bc400b3a by gambas at 2021-04-03T12:54:11+02:00 Put TextEditor control in the "View" group. [GB.FORM.EDITOR] * NEW: Put TextEditor control in the "View" group. - - - - - 2880f3ae by gambas at 2021-04-03T12:54:49+02:00 Redraw control icon with a wider border. [GB.FORM.TERMINAL] * NEW: Redraw control icon with a wider border. - - - - - bb79217e by gambas at 2021-04-03T12:55:11+02:00 Redraw control icon with a wider border. [GB.MEDIA.FORM] * NEW: Redraw control icon with a wider border. - - - - - 2b237ea1 by gambas at 2021-04-03T12:55:33+02:00 Redraw control icon with a wider border. [GB.MAP] * NEW: Redraw control icon with a wider border. - - - - - 671a2040 by gambas at 2021-04-03T12:56:17+02:00 Redraw control icons with a wider border. [GB.FORM.MDI] * NEW: Redraw control icons with a wider border. - - - - - 0dfc11b3 by gambas at 2021-04-03T12:58:51+02:00 Message.Warning() now uses an "OK" button by default. [GB.GUI.BASE] * NEW: Add a project icon. * NEW: Message.Warning() now uses an "OK" button by default. - - - - - cf69556c by gambas at 2021-04-03T13:01:31+02:00 Update project icon. [GB.FORM] * NEW: Update project icon. - - - - - 2986bd7c by gambas at 2021-04-03T13:02:34+02:00 Use new stock icons for preview page layout buttons. [GB.FORM.PRINT] * NEW: Use new stock icons for preview page layout buttons. - - - - - c45c0fe0 by gambas at 2021-04-03T13:04:24+02:00 Sort compiler output messages so that the result does not depend on the order of the compiler background tasks. [DEVELOPMENT ENVIRONMENT] * BUG: Sort compiler output messages so that the result does not depend on the order of the compiler background tasks. * NEW: Project creation dialog: Replace balloons by message boxes, as they do not work on Wayland. * NEW: Redraw control icons with a wider border. * NEW: Update French translation. - - - - - 9456a6c4 by gambas at 2021-04-03T13:07:18+02:00 Handle "-->" link syntax in default help, and extract the class name from the page title for virtual classes. [WIKI] * NEW: Handle "-->" link syntax in default help. * NEW: If a class is virtual (its name does not begin with a letter), then extract the class name from the page title. * NEW: Update the list of ignored components used for generating the TODO page. - - - - - 399acfe0 by gambas at 2021-04-03T13:07:54+02:00 Update project icon. [GB.SCANNER] * NEW: Update project icon. - - - - - d387324b by gambas at 2021-04-03T13:08:41+02:00 ReportView: Use the new stock icons for page layout buttons. [GB.REPORT2] * NEW: ReportView: Use the new stock icons for page layout buttons. - - - - - 380d5a0f by gambas at 2021-04-03T13:10:21+02:00 Move some source files. [GB.DBUS] * NEW: Move some source files. - - - - - 1beaf47c by gambas at 2021-04-03T13:15:10+02:00 Merge branch 'master' of gitlab.com:gambas/gambas - - - - - 30 changed files: - app/src/gambas-wiki/.src/CSymbolInfo.class - app/src/gambas-wiki/.src/Main.module - app/src/gambas-wiki/.src/Wiki.class - app/src/gambas3/.lang/fr.po - app/src/gambas3/.src/Debug/FDebugInfo.class - app/src/gambas3/.src/Project/FCreateProject.class - app/src/gambas3/img/control/columnview.png - app/src/gambas3/img/control/drawingarea.png - app/src/gambas3/img/control/gridview.png - app/src/gambas3/img/control/iconview.png - app/src/gambas3/img/control/listbox.png - app/src/gambas3/img/control/listview.png - app/src/gambas3/img/control/moviebox.png - app/src/gambas3/img/control/picturebox.png - app/src/gambas3/img/control/scrollarea.png - app/src/gambas3/img/control/scrollview.png - app/src/gambas3/img/control/treeview.png - app/src/gambas3/img/control/webview.png - comp/src/gb.db.form/.hidden/control/databrowser.png - comp/src/gb.db.form/.hidden/control/datacomboview.png - comp/src/gb.db.form/.hidden/control/dataview.png - + comp/src/gb.db.form/.hidden/icon.png - comp/src/gb.db.form/.icon.png - comp/src/gb.db.form/.project - comp/src/gb.dbus.trayicon/.src/DBusStatusIconMenu.class - comp/src/gb.dbus.trayicon/.src/FTest.class - comp/src/gb.form.editor/.hidden/control/texteditor.png - comp/src/gb.form.editor/.src/TextEditor.class - comp/src/gb.form.mdi/.hidden/control/workspace.png - comp/src/gb.form.mdi/.src/Workspace/FWorkspace.form View it on GitLab: https://gitlab.com/gambas/gambas/-/compare/44c7c09f2a7722f593e79f472811478ee0579467...1beaf47ca7c2f5d253ad2d5024769b90890e600d -- View it on GitLab: https://gitlab.com/gambas/gambas/-/compare/44c7c09f2a7722f593e79f472811478ee0579467...1beaf47ca7c2f5d253ad2d5024769b90890e600d You're receiving this email because of your account on gitlab.com. -------------- next part -------------- An HTML attachment was scrubbed... URL: From gitlab at mg.gitlab.com Sat Apr 3 14:34:25 2021 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaSAoQGJtaW5pc2luaSk=?=) Date: Sat, 03 Apr 2021 12:34:25 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] Help browser: Rework how the "this page does not exist" label is displayed. Message-ID: <606860d29fe86_105dcb75c104018@gitlab-sidekiq-low-urgency-cpu-bound-v1-84c7bff9c8-knv2g.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: 5cd92878 by gambas at 2021-04-03T14:34:20+02:00 Help browser: Rework how the "this page does not exist" label is displayed. [DEVELOPMENT ENVIRONMENT] * NEW: Update French translation. * BUG: Help browser: Rework how the "this page does not exist" label is displayed. - - - - - 4 changed files: - app/src/gambas3/.lang/fr.po - app/src/gambas3/.src/Help/HelpView.class - app/src/gambas3/.src/Project/Component/FComponentChooser.class - app/src/gambas3/.src/Project/Component/FComponentChooser.form View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/5cd928780127ffdbaa21fde7501341932b6cab9a -- View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/5cd928780127ffdbaa21fde7501341932b6cab9a 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 Apr 4 14:45:19 2021 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaSAoQGJtaW5pc2luaSk=?=) Date: Sun, 04 Apr 2021 12:45:19 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] Increment project modification time stamp when creating, deleting, renaming... Message-ID: <6069b4df7a095_f63a6f641286be@gitlab-sidekiq-low-urgency-cpu-bound-v1-84c7bff9c8-k57x5.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: e9f5de8c by gambas at 2021-04-04T14:45:13+02:00 Increment project modification time stamp when creating, deleting, renaming files, updating translations... [DEVELOPMENT ENVIRONMENT] * BUG: Increment project modification time stamp when creating, deleting, renaming files, updating translations... - - - - - 3 changed files: - app/src/gambas3/.src/Project.module - app/src/gambas3/.src/Project/FProjectProperty.class - app/src/gambas3/.src/Translation/FTranslate.class View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/e9f5de8c86d327061ba81f5bb752a49233a6114f -- View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/e9f5de8c86d327061ba81f5bb752a49233a6114f 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 Apr 4 20:07:28 2021 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaSAoQGJtaW5pc2luaSk=?=) Date: Sun, 04 Apr 2021 18:07:28 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] Frame client dialog: Fix layout of filter field. Message-ID: <606a0060836f1_10540f86c589c7@gitlab-sidekiq-low-urgency-cpu-bound-v1-84c7bff9c8-7zvpv.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: 07d1f2d3 by gambas at 2021-04-04T20:07:22+02:00 Frame client dialog: Fix layout of filter field. [DEVELOPMENT ENVIRONMENT] * BUG: Frame client dialog: Fix layout of filter field. * NEW: Frame client dialog: Trim the software name if there is not enough horizontal space to display it. - - - - - 7 changed files: - app/src/gambas3/.src/Project/Farm/CSoftware.class - app/src/gambas3/.src/Project/Farm/FSoftwareFarm.class - app/src/gambas3/.src/Project/Farm/FSoftwareFarm.form - app/src/gambas3/.src/Project/Farm/Publish/CTag.class - app/src/gambas3/.src/Project/Farm/Publish/CTagEditor.class - app/src/gambas3/.src/Project/Farm/SoftwareBox.class - app/src/gambas3/.src/Welcome/FWelcome.class View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/07d1f2d32934c4d686dbbef698a6ee3af6c1838c -- View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/07d1f2d32934c4d686dbbef698a6ee3af6c1838c 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 Apr 4 20:17:42 2021 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaSAoQGJtaW5pc2luaSk=?=) Date: Sun, 04 Apr 2021 18:17:42 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] 2 commits: [Scripter] Message-ID: <606a02c6b06ed_10d4ed74229fb@gitlab-sidekiq-low-urgency-cpu-bound-v1-84c7bff9c8-xw4fp.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: 2b7c440c by Brian G at 2021-04-03T10:15:31-07:00 [Scripter] * BUG: Fix Unit Test when making project multi times - if project.tmp found then delete * BUG: Unit text contents compare, add gb.ignorecase * BUG: Bad parameter found in call to makevirtual project - unit test * OPT: Fix spelling of sExtention * OPT: Fix wording in gbs3 help - - - - - bc0e8229 by Beno?t Minisini at 2021-04-04T18:17:40+00:00 Merge branch 'ScripterUnitTestFixes' into 'master' [Scripter] See merge request gambas/gambas!218 - - - - - 9 changed files: - app/src/gbs3/.src/GenerateFiles.module - app/src/gbs3/.src/GenerateFilesFromArgs.module - app/src/gbs3/.src/MakeVirtualProject.module - app/src/gbs3/.src/Reader.class - app/src/gbs3/.src/TestSuite/TSR.module - app/src/gbs3/.src/TestSuite/TcMMainFunctions.test - app/src/gbs3/.src/UseLibComp.module - app/src/gbs3/TestAppWithMainCompiled - app/src/gbs3/usage-gbs View it on GitLab: https://gitlab.com/gambas/gambas/-/compare/07d1f2d32934c4d686dbbef698a6ee3af6c1838c...bc0e8229cae756765d7b31a59bc08ea94c472455 -- View it on GitLab: https://gitlab.com/gambas/gambas/-/compare/07d1f2d32934c4d686dbbef698a6ee3af6c1838c...bc0e8229cae756765d7b31a59bc08ea94c472455 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 Apr 5 14:01:17 2021 From: gitlab at mg.gitlab.com (Christof Thalhofer (@christhal)) Date: Mon, 05 Apr 2021 12:01:17 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] test Val with gbDateGeneral Message-ID: <606afc0e1c44c_10395306277a@gitlab-sidekiq-low-urgency-cpu-bound-v1-74787477b8-pqxcm.mail> Christof Thalhofer pushed to branch master at Gambas / gambas Commits: 74358c6b by Christof Thalhofer at 2021-04-05T13:55:48+02:00 test Val with gbDateGeneral A string of a date formatted with gbDateGeneral converted with Val delivers Null. This bug has to be fixed so that the test succeeds. - - - - - 2 changed files: - + app/src/gambas3-selftest/.src/Tests/TVal.test - app/src/gambas3-selftest/.test View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/74358c6bb25d7eb69591a73c89109aebadc5e13c -- View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/74358c6bb25d7eb69591a73c89109aebadc5e13c 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 Apr 5 16:06:38 2021 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaSAoQGJtaW5pc2luaSk=?=) Date: Mon, 05 Apr 2021 14:06:38 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] 7 commits: Do not propagate key events if the target widget has been unrealized. Message-ID: <606b1970df7a_f2d350c3100@gitlab-sidekiq-low-urgency-cpu-bound-v1-6db8ccffd6-btnt5.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: f4d89af3 by gambas at 2021-04-05T14:08:32+02:00 Do not propagate key events if the target widget has been unrealized. [GB.GTK] * BUG: Do not propagate key events if the target widget has been unrealized. [GB.GTK3] * BUG: Do not propagate key events if the target widget has been unrealized. - - - - - 2cd57f63 by gambas at 2021-04-05T15:00:38+02:00 Add new icons and update others. [GB.FORM.STOCK] * NEW: Add new icons and update others. - - - - - 72d4cfa5 by gambas at 2021-04-05T15:01:44+02:00 Update project icon. [GB.FORM] * NEW: Update controls icon. * NEW: Add new stock icons. * NEW: MenuButton: Make the background transparent. - - - - - 78c10530 by gambas at 2021-04-05T15:02:06+02:00 Fix control icons. [GB.DB.FORM] * NEW: Fix control icons. - - - - - 6565229b by gambas at 2021-04-05T15:03:16+02:00 Version control: Make the defaut dialog size smaller. [DEVELOPMENT ENVIRONMENT] * BUG: Version control: Make the defaut dialog size smaller. * NEW: Profiler: Use the new stock icons. * NEW: Update control icons. - - - - - f6fab7df by gambas at 2021-04-05T15:03:38+02:00 Update authors. [GB.COMPRESS] * NEW: Update authors. - - - - - 6ef67e47 by gambas at 2021-04-05T15:04:39+02:00 Merge branch 'master' of gitlab.com:gambas/gambas - - - - - 30 changed files: - app/src/gambas3/.lang/fr.po - app/src/gambas3/.project - app/src/gambas3/.src/Debug/FDebugButton.form - app/src/gambas3/.src/Debug/FProfile.form - app/src/gambas3/.src/Editor/Image/FImageEditor.class - app/src/gambas3/.src/FMain.form - app/src/gambas3/.src/Project/FProjectProperty.form - app/src/gambas3/.src/Project/Farm/SoftwareBox.class - app/src/gambas3/.src/VersionControl/FVersionControl.form - app/src/gambas3/.src/Welcome/FWelcome.class - ? app/src/gambas3/img/16/average.png - ? app/src/gambas3/img/16/percent.png - app/src/gambas3/img/control/button.png - app/src/gambas3/img/control/columnview.png - app/src/gambas3/img/control/frame.png - app/src/gambas3/img/control/glarea.png - app/src/gambas3/img/control/lcdnumber.png - app/src/gambas3/img/control/separator.png - app/src/gambas3/img/control/spring.png - app/src/gambas3/img/control/textarea.png - app/src/gambas3/img/control/textbox.png - comp/src/gb.db.form/.component - comp/src/gb.db.form/.hidden/control/databrowser.png - comp/src/gb.db.form/.hidden/control/datacheckbox.png - comp/src/gb.db.form/.hidden/control/datacombo.png - comp/src/gb.db.form/.hidden/control/datacomboview.png - comp/src/gb.db.form/.hidden/control/datacontrol.png - comp/src/gb.db.form/.hidden/control/datasource.png - comp/src/gb.db.form/.hidden/control/dataview.png - comp/src/gb.db.form/.hidden/icon.png View it on GitLab: https://gitlab.com/gambas/gambas/-/compare/74358c6bb25d7eb69591a73c89109aebadc5e13c...6ef67e47ae520d3a1829893b49465e9d51d38a05 -- View it on GitLab: https://gitlab.com/gambas/gambas/-/compare/74358c6bb25d7eb69591a73c89109aebadc5e13c...6ef67e47ae520d3a1829893b49465e9d51d38a05 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 Apr 5 16:07:34 2021 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaSAoQGJtaW5pc2luaSk=?=) Date: Mon, 05 Apr 2021 14:07:34 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] Syntax for string constants are correctly generated. Message-ID: <606b19a76192a_f7ddfc1315b@gitlab-sidekiq-low-urgency-cpu-bound-v1-6db8ccffd6-2xw47.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: bd31be20 by gambas at 2021-04-05T16:07:28+02:00 Syntax for string constants are correctly generated. [WIKI] * NEW: Ignore 'gb.qt5.ext' for the TODO page. * BUG: Syntax for string constants are correctly generated. - - - - - 4 changed files: - app/src/gambas-wiki/.project - app/src/gambas-wiki/.public/style.css - app/src/gambas-wiki/.src/CSymbolInfo.class - app/src/gambas-wiki/.src/Main.module View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/bd31be2096a9955902d5c3af85a51e4a381dd4cd -- View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/bd31be2096a9955902d5c3af85a51e4a381dd4cd 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 Apr 5 22:00:28 2021 From: gitlab at mg.gitlab.com (Christof Thalhofer (@christhal)) Date: Mon, 05 Apr 2021 20:00:28 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] test Val(date) with gbStandard Message-ID: <606b6c5e4ef16_1014fa0a0633f@gitlab-sidekiq-low-urgency-cpu-bound-v1-56bdb644fb-fffnf.mail> Christof Thalhofer pushed to branch master at Gambas / gambas Commits: fb173017 by Christof Thalhofer at 2021-04-05T21:59:23+02:00 test Val(date) with gbStandard - - - - - 2 changed files: - app/src/gambas3-selftest/.src/Tests/TVal.test - app/src/gambas3-selftest/.test View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/fb1730173ddfde6731e45125dbe74c40e98853f3 -- View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/fb1730173ddfde6731e45125dbe74c40e98853f3 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 Apr 5 23:12:15 2021 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaSAoQGJtaW5pc2luaSk=?=) Date: Mon, 05 Apr 2021 21:12:15 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] 3 commits: TextEditor: Setting line flags does not reset the highlighting anymore. Message-ID: <606b7d2fd36b1_f3949034678@gitlab-sidekiq-low-urgency-cpu-bound-v1-56bdb644fb-2jltc.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: d51d8f2e by gambas at 2021-04-05T19:44:41+02:00 TextEditor: Setting line flags does not reset the highlighting anymore. [GB.FORM.EDITOR] * BUG: TextEditor: Setting line flags does not reset the highlighting anymore. - - - - - 6235f726 by gambas at 2021-04-05T23:10:19+02:00 Do not lose control focus when the control is temporarily hidden because it is too small or being restacked. [GB.GTK] * BUG: Do not lose control focus when the control is temporarily hidden because it is too small or being restacked. [GB.GTK3] * BUG: Do not lose control focus when the control is temporarily hidden because it is too small or being restacked. - - - - - 9ad592af by gambas at 2021-04-05T23:11:20+02:00 Merge branch 'master' of gitlab.com:gambas/gambas - - - - - 8 changed files: - comp/src/gb.form.editor/.component - comp/src/gb.form.editor/.project - comp/src/gb.form.editor/.src/_TextEditor_Line.class - gb.gtk/src/gapplication.cpp - gb.gtk/src/gapplication.h - gb.gtk/src/gcontrol.cpp - gb.gtk/src/gcontrol.h - gb.gtk/src/gsignals.cpp View it on GitLab: https://gitlab.com/gambas/gambas/-/compare/fb1730173ddfde6731e45125dbe74c40e98853f3...9ad592afd64d608a355280ef60464e5ccde669e2 -- View it on GitLab: https://gitlab.com/gambas/gambas/-/compare/fb1730173ddfde6731e45125dbe74c40e98853f3...9ad592afd64d608a355280ef60464e5ccde669e2 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 Apr 6 00:03:39 2021 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaSAoQGJtaW5pc2luaSk=?=) Date: Mon, 05 Apr 2021 22:03:39 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] Test panel: Always show it after a test has been run. Message-ID: <606b893c6b43e_f2466fac937e2@gitlab-sidekiq-low-urgency-cpu-bound-v1-56bdb644fb-px6kn.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: 96293fd9 by gambas at 2021-04-06T00:03:32+02:00 Test panel: Always show it after a test has been run. [DEVELOPMENT ENVIRONMENT] * BUG: Test panel: Always show it after a test has been run. * NEW: Use a lighter color when hovering a project box. - - - - - 3 changed files: - app/src/gambas3/.src/Debug/FDebugInfo.class - app/src/gambas3/.src/Editor/Code/FEditor.class - app/src/gambas3/.src/Project/ProjectBox.class View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/96293fd9b7d68c61eb8a4d8465a75976367dd061 -- View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/96293fd9b7d68c61eb8a4d8465a75976367dd061 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 Apr 6 01:20:14 2021 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaSAoQGJtaW5pc2luaSk=?=) Date: Mon, 05 Apr 2021 23:20:14 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] Update icons. Message-ID: <606b9b2eb0c5c_10af1b0852885@gitlab-sidekiq-low-urgency-cpu-bound-v1-56bdb644fb-qmhh5.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: fc984004 by gambas at 2021-04-06T01:20:03+02:00 Update icons. [GB.FORM.STOCK] * NEW: Update icons. - - - - - 22 changed files: - comp/src/gb.form.stock/gambas-mono/128/question.png - comp/src/gb.form.stock/gambas-mono/32/cloud.png - comp/src/gb.form.stock/gambas-mono/32/cut.png - comp/src/gb.form.stock/gambas-mono/32/help.png - comp/src/gb.form.stock/gambas-mono/32/question.png - comp/src/gb.form.stock/gambas-mono/32/revert.png - comp/src/gb.form.stock/gambas/128/archive.png - + comp/src/gb.form.stock/gambas/128/cloud.png - comp/src/gb.form.stock/gambas/128/cut.png - comp/src/gb.form.stock/gambas/128/headset.png - comp/src/gb.form.stock/gambas/128/help.png - comp/src/gb.form.stock/gambas/128/printer.png - comp/src/gb.form.stock/gambas/128/question.png - comp/src/gb.form.stock/gambas/32/archive.png - comp/src/gb.form.stock/gambas/32/cloud.png - comp/src/gb.form.stock/gambas/32/cut.png - comp/src/gb.form.stock/gambas/32/headset.png - comp/src/gb.form.stock/gambas/32/help.png - comp/src/gb.form.stock/gambas/32/printer.png - comp/src/gb.form.stock/gambas/32/properties.png - comp/src/gb.form.stock/gambas/32/question.png - comp/src/gb.form.stock/gambas/32/revert.png View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/fc98400459d8261997e75bf1bf7214fbff0509a9 -- View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/fc98400459d8261997e75bf1bf7214fbff0509a9 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 Apr 6 11:03:15 2021 From: gitlab at mg.gitlab.com (Christof Thalhofer (@christhal)) Date: Tue, 06 Apr 2021 09:03:15 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] GambasSelftests test Val with examples from gambaswiki.org Message-ID: <606c23d451fac_1016e5784111f1@gitlab-sidekiq-low-urgency-cpu-bound-v1-9bdc88568-lf7mb.mail> Christof Thalhofer pushed to branch master at Gambas / gambas Commits: 3035fe04 by Christof Thalhofer at 2021-04-06T10:50:03+02:00 GambasSelftests test Val with examples from gambaswiki.org [DEVELOPMENT ENVIRONMENT] *NEW: GambasSelftests test Val with examples from gambaswiki.org Fixed also some typo in FastTests() - - - - - 3 changed files: - app/src/gambas3-selftest/.src/Tests/GambasSelftests.test - ? app/src/gambas3-selftest/.src/Tests/TVal.test - app/src/gambas3-selftest/.test View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/3035fe0444f92149a6e3cc4f00bd8902446a65ff -- View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/3035fe0444f92149a6e3cc4f00bd8902446a65ff 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 Apr 6 15:40:30 2021 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaSAoQGJtaW5pc2luaSk=?=) Date: Tue, 06 Apr 2021 13:40:30 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] 2 commits: Require libzstd 1.3 instead of 1.4, to see if it compiles on older Debian/Ubuntus. Message-ID: <606c64ceb179b_103942c2745c@gitlab-sidekiq-low-urgency-cpu-bound-v1-5b8bb784fd-8rv7f.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: 8f4655e9 by gambas at 2021-04-06T15:38:45+02:00 Require libzstd 1.3 instead of 1.4, to see if it compiles on older Debian/Ubuntus. [GB.COMPRESS.ZSTD] * NEW: Require libzstd 1.3 instead of 1.4, to see if it compiles on older Debian/Ubuntus. - - - - - 9121eb3a by gambas at 2021-04-06T15:40:19+02:00 Merge branch 'master' of gitlab.com:gambas/gambas - - - - - 1 changed file: - gb.compress.zstd/configure.ac View it on GitLab: https://gitlab.com/gambas/gambas/-/compare/3035fe0444f92149a6e3cc4f00bd8902446a65ff...9121eb3a267412ed10b58e7f467244eb599c52cc -- View it on GitLab: https://gitlab.com/gambas/gambas/-/compare/3035fe0444f92149a6e3cc4f00bd8902446a65ff...9121eb3a267412ed10b58e7f467244eb599c52cc 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 Apr 7 03:35:37 2021 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaSAoQGJtaW5pc2luaSk=?=) Date: Wed, 07 Apr 2021 01:35:37 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] 2 commits: ToolBar: Update the layout later on resize, to help GTK+ components. Message-ID: <606d0c6a47416_1139738474f@gitlab-sidekiq-low-urgency-cpu-bound-v1-55cdbf86d4-s48kc.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: c85f6877 by gambas at 2021-04-07T02:25:56+02:00 ToolBar: Update the layout later on resize, to help GTK+ components. [GB.FORM.MDI] * BUG: ToolBar: Update the layout later on resize, to help GTK+ components. - - - - - b67f3752 by gambas at 2021-04-07T03:30:49+02:00 Fix arrangement, and ignore internal focus moves that do not target the official active control. [GB.GTK] * BUG: Arrangement now behaves almost exactly like in QT components. * BUG: Controls cannot have a zero size anymore. It does not work. * BUG: Ignore internal focus moves that do not target the official active control. [GB.GTK3] * BUG: Arrangement now behaves almost exactly like in QT components. * BUG: DrawingArea: Correctly restore drawing context when an error is raised during the 'Draw' event handler. * BUG: Controls cannot have a zero size anymore. It does not work. * BUG: Ignore internal focus moves that do not target the official active control. - - - - - 17 changed files: - comp/src/gb.form.mdi/.component - comp/src/gb.form.mdi/.icon.png - comp/src/gb.form.mdi/.project - comp/src/gb.form.mdi/.src/Tests/FMain.form - comp/src/gb.form.mdi/.src/ToolBar/FToolBar.class - gb.gtk/src/CDrawingArea.cpp - gb.gtk/src/CWatcher.cpp - gb.gtk/src/gapplication.cpp - gb.gtk/src/gapplication.h - gb.gtk/src/gbutton.cpp - gb.gtk/src/gcontainer.cpp - gb.gtk/src/gcontainer.h - gb.gtk/src/gcontrol.cpp - gb.gtk/src/gcontrol.h - gb.gtk/src/gmainwindow.cpp - gb.gtk/src/gmainwindow.h - gb.gtk/src/gsignals.cpp View it on GitLab: https://gitlab.com/gambas/gambas/-/compare/9121eb3a267412ed10b58e7f467244eb599c52cc...b67f3752f9390ed79a3ac7baebc30c7ea9c71e7d -- View it on GitLab: https://gitlab.com/gambas/gambas/-/compare/9121eb3a267412ed10b58e7f467244eb599c52cc...b67f3752f9390ed79a3ac7baebc30c7ea9c71e7d 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 Apr 7 03:44:11 2021 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaSAoQGJtaW5pc2luaSk=?=) Date: Wed, 07 Apr 2021 01:44:11 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] 3 commits: Update the tests configuration file as soon as tests change. Fix farm client filter panel layout. Message-ID: <606d0e6cc18ae_10394cc941b@gitlab-sidekiq-low-urgency-cpu-bound-v1-55cdbf86d4-8ljrm.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: 39923820 by gambas at 2021-04-07T03:40:55+02:00 Update the tests configuration file as soon as tests change. Fix farm client filter panel layout. [DEVELOPMENT ENVIRONMENT] * BUG: Update the tests configuration file as soon as a test module is modified, deleted or renamed. * BUG: Color chooser: Do not crash when selecting a separator in the color list. * BUG: Farm client dialog: Fix the layout of filter panel. * OPT: Farm client dialog: Cache the autocompletion tag list. - - - - - 96391ef8 by gambas at 2021-04-07T03:41:44+02:00 Avoid arrangements in some cases. Ignore resize when the parent container has 'Fill' arrangement. [GB.QT4] * BUG: Avoid arrangements in some cases. * NEW: Ignore resize when the parent container has 'Fill' arrangement. [GB.QT5] * BUG: Avoid arrangements in some cases. * NEW: Ignore resize when the parent container has 'Fill' arrangement. - - - - - 385d862c by gambas at 2021-04-07T03:43:20+02:00 Update 'select-all' icon. [GB.FORM.STOCK] * NEW: Update 'select-all' icon. - - - - - 17 changed files: - app/src/gambas3/.src/Debug/Design.module - app/src/gambas3/.src/Debug/FTestSuite.class - app/src/gambas3/.src/Debug/FTestSuite.form - app/src/gambas3/.src/Dialog/FColorChooser.class - app/src/gambas3/.src/Editor/Code/FEditor.class - + app/src/gambas3/.src/MTest.module - app/src/gambas3/.src/Project.module - app/src/gambas3/.src/Project/Farm/FSoftwareFarm.class - app/src/gambas3/.src/Project/Farm/FSoftwareFarm.form - app/src/gambas3/.src/Project/Farm/Publish/CTagCompletion.class - app/src/gambas3/.src/Project/Farm/Publish/CTagEditor.class - app/src/gambas3/.src/Welcome/CCoolButton.class - app/src/gambas3/img/family/fill.png - comp/src/gb.form.stock/gambas-mono/32/select-all.png - comp/src/gb.form.stock/gambas/32/select-all.png - gb.qt4/src/CContainer.cpp - gb.qt4/src/CWidget.cpp View it on GitLab: https://gitlab.com/gambas/gambas/-/compare/b67f3752f9390ed79a3ac7baebc30c7ea9c71e7d...385d862ce166ac930cf41bb92084fbc4de26aa3d -- View it on GitLab: https://gitlab.com/gambas/gambas/-/compare/b67f3752f9390ed79a3ac7baebc30c7ea9c71e7d...385d862ce166ac930cf41bb92084fbc4de26aa3d 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 Apr 7 04:00:27 2021 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaSAoQGJtaW5pc2luaSk=?=) Date: Wed, 07 Apr 2021 02:00:27 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] Ensure that the debug panel is opened when showing the test result. Message-ID: <606d123b88d90_10394cc10115@gitlab-sidekiq-low-urgency-cpu-bound-v1-55cdbf86d4-8ljrm.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: 66c62fdd by gambas at 2021-04-07T04:00:17+02:00 Ensure that the debug panel is opened when showing the test result. [DEVELOPMENT ENVIRONMENT] * BUG: Ensure that the debug panel is opened when showing the test result.. - - - - - 2 changed files: - app/src/gambas3/.project - app/src/gambas3/.src/Debug/FDebugInfo.class View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/66c62fdd8fa7b4af63c89f344d0fce6b49252809 -- View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/66c62fdd8fa7b4af63c89f344d0fce6b49252809 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 Apr 7 19:45:20 2021 From: gitlab at mg.gitlab.com (Laurent Carlier (@lordheavy)) Date: Wed, 07 Apr 2021 17:45:20 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] 2 commits: fix building on debian-stable Message-ID: <606defb0da4cf_1115dd03010096f@gitlab-sidekiq-low-urgency-cpu-bound-v1-6bc4cdcdfd-cwbsk.mail> Laurent Carlier pushed to branch master at Gambas / gambas Commits: f54c2675 by Laurent Carlier at 2021-04-07T19:01:49+02:00 fix building on debian-stable [GB.COMPRESS.ZSTD] * NEW: Fix building with debian-stable (zstd > 1.3.7) - - - - - fcf4ca7c by Laurent Carlier at 2021-04-07T17:45:18+00:00 Merge branch 'zstd-13-enable' into 'master' fix building on debian-stable See merge request gambas/gambas!220 - - - - - 3 changed files: - .gitlab-ci.yml - gb.compress.zstd/configure.ac - gb.compress.zstd/src/main.c View it on GitLab: https://gitlab.com/gambas/gambas/-/compare/66c62fdd8fa7b4af63c89f344d0fce6b49252809...fcf4ca7cbfeb85360e343a9c90bc8fe6a39f66e0 -- View it on GitLab: https://gitlab.com/gambas/gambas/-/compare/66c62fdd8fa7b4af63c89f344d0fce6b49252809...fcf4ca7cbfeb85360e343a9c90bc8fe6a39f66e0 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 Apr 7 20:15:27 2021 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaSAoQGJtaW5pc2luaSk=?=) Date: Wed, 07 Apr 2021 18:15:27 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] Code snippets now use the project tabulation size for indentation. Message-ID: <606df6bf95168_111e1fb81862c@gitlab-sidekiq-low-urgency-cpu-bound-v1-6bc4cdcdfd-s22ll.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: e83f21c2 by gambas at 2021-04-07T20:15:11+02:00 Code snippets now use the project tabulation size for indentation. [DEVELOPMENT ENVIRONMENT] * BUG: Code snippets now use the project tabulation size for indentation. - - - - - 3 changed files: - app/src/gambas3/.src/Editor/Code/CSampleCode.class - app/src/gambas3/.src/Options/FOption.class - app/src/gambas3/snippets View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/e83f21c2b383902fad8ddbc966e1728dfa658e31 -- View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/e83f21c2b383902fad8ddbc966e1728dfa658e31 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 Apr 8 02:24:54 2021 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaSAoQGJtaW5pc2luaSk=?=) Date: Thu, 08 Apr 2021 00:24:54 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] 2 commits: Update icons. Message-ID: <606e4d5836056_103963431053@gitlab-sidekiq-low-urgency-cpu-bound-v1-c76b685c4-996wk.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: 0a9e0e66 by gambas at 2021-04-08T02:23:32+02:00 Update icons. [GB.FORM.STOCK] * NEW: Update icons. - - - - - d02024ed by gambas at 2021-04-08T02:24:26+02:00 Option dialog: Use 'identity' icon. [DEVELOPMENT ENVIRONMENT] * NEW: Option dialog: Use 'identity' icon. - - - - - 30 changed files: - app/src/gambas3/.src/Options/FOption.form - app/src/gambas3/img/control/webview.png - comp/src/gb.form.stock/gambas-mono/32/blue.png - comp/src/gb.form.stock/gambas-mono/32/crop.png - comp/src/gb.form.stock/gambas-mono/32/green.png - comp/src/gb.form.stock/gambas-mono/32/group.png - comp/src/gb.form.stock/gambas-mono/32/hue.png - comp/src/gb.form.stock/gambas-mono/32/identity.png - comp/src/gb.form.stock/gambas-mono/32/important.png - comp/src/gb.form.stock/gambas-mono/32/internet.png - comp/src/gb.form.stock/gambas-mono/32/people.png - comp/src/gb.form.stock/gambas-mono/32/properties.png - comp/src/gb.form.stock/gambas-mono/32/red.png - comp/src/gb.form.stock/gambas-mono/32/restart.png - comp/src/gb.form.stock/gambas-mono/32/transparency.png - comp/src/gb.form.stock/gambas-mono/32/user.png - comp/src/gb.form.stock/gambas/128/group.png - comp/src/gb.form.stock/gambas/128/identity.png - + comp/src/gb.form.stock/gambas/128/important.png - comp/src/gb.form.stock/gambas/128/internet.png - + comp/src/gb.form.stock/gambas/128/people.png - comp/src/gb.form.stock/gambas/128/restart.png - comp/src/gb.form.stock/gambas/128/user.png - comp/src/gb.form.stock/gambas/32/blue.png - comp/src/gb.form.stock/gambas/32/color.png - comp/src/gb.form.stock/gambas/32/crop.png - comp/src/gb.form.stock/gambas/32/green.png - comp/src/gb.form.stock/gambas/32/group.png - comp/src/gb.form.stock/gambas/32/hue.png - comp/src/gb.form.stock/gambas/32/identity.png View it on GitLab: https://gitlab.com/gambas/gambas/-/compare/e83f21c2b383902fad8ddbc966e1728dfa658e31...d02024edae47f0e24f772c0910b0a6f046b56895 -- View it on GitLab: https://gitlab.com/gambas/gambas/-/compare/e83f21c2b383902fad8ddbc966e1728dfa658e31...d02024edae47f0e24f772c0910b0a6f046b56895 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 Apr 8 15:05:40 2021 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaSAoQGJtaW5pc2luaSk=?=) Date: Thu, 08 Apr 2021 13:05:40 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] Tester: Correctly hide test result when starting the test from the menu. Message-ID: <606effa5bd2d5_1039634385e6@gitlab-sidekiq-low-urgency-cpu-bound-v1-6b47876d74-4pq7v.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: 6e428574 by gambas at 2021-04-08T15:05:29+02:00 Tester: Correctly hide test result when starting the test from the menu. [DEVELOPMENT ENVIRONMENT] * BUG: Tester: Correctly hide test result when starting the test from the menu. - - - - - 2 changed files: - app/src/gambas3/.src/Debug/Design.module - app/src/gambas3/.src/Debug/FDebugInfo.class View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/6e428574749ebd0c0d67a9ae2b614296e22226e2 -- View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/6e428574749ebd0c0d67a9ae2b614296e22226e2 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 Apr 8 22:57:49 2021 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaSAoQGJtaW5pc2luaSk=?=) Date: Thu, 08 Apr 2021 20:57:49 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] 3 commits: Add new icons and update others. Message-ID: <606f6e4e1c3aa_f396d4918b@gitlab-sidekiq-low-urgency-cpu-bound-v1-55d8964fd8-2mjd7.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: 70f1ea5f by gambas at 2021-04-08T22:55:18+02:00 Add new icons and update others. [GB.FORM.STOCK] * NEW: Add new icons and update others. - - - - - 32a9a6c9 by gambas at 2021-04-08T22:55:45+02:00 Add new stock icons: 'car', 'factory', 'markup' and 'plane'. [GB.FORM] * NEW: Add new stock icons: 'car', 'factory', 'markup' and 'plane'. - - - - - 4e2409ff by gambas at 2021-04-08T22:57:41+02:00 Image editor: Do not crash undo management anymore after a right or middle mouse click on the image. [DEVELOPMENT ENVIRONMENT] * NEW: Put the close menu of editors popups at the end. * BUG: Image editor: Do not crash undo management anymore after a right or middle mouse click on the image. - - - - - 30 changed files: - app/src/gambas3/.src/Editor/Code/FEditor.form - app/src/gambas3/.src/Editor/Code/FTextEditor.form - app/src/gambas3/.src/Editor/Form/FForm.form - app/src/gambas3/.src/Editor/Image/FImageEditor.class - app/src/gambas3/.src/Editor/Image/FImageEditor.form - ? app/src/gambas3/img/draw/scroll-dark.png - ? app/src/gambas3/img/draw/scroll.png - comp/src/gb.form.stock/gambas-mono/128/info.png - + comp/src/gb.form.stock/gambas-mono/32/car.png - comp/src/gb.form.stock/gambas-mono/32/clone.png - comp/src/gb.form.stock/gambas-mono/32/earth.png - + comp/src/gb.form.stock/gambas-mono/32/factory.png - comp/src/gb.form.stock/gambas-mono/32/halt.png - comp/src/gb.form.stock/gambas-mono/32/info.png - comp/src/gb.form.stock/gambas-mono/32/invert.png - + comp/src/gb.form.stock/gambas-mono/32/marker.png - + comp/src/gb.form.stock/gambas-mono/32/plane.png - comp/src/gb.form.stock/gambas/128/earth.png - comp/src/gb.form.stock/gambas/128/info.png - + comp/src/gb.form.stock/gambas/32/car.png - comp/src/gb.form.stock/gambas/32/clone.png - comp/src/gb.form.stock/gambas/32/earth.png - + comp/src/gb.form.stock/gambas/32/factory.png - comp/src/gb.form.stock/gambas/32/halt.png - comp/src/gb.form.stock/gambas/32/info.png - comp/src/gb.form.stock/gambas/32/invert.png - + comp/src/gb.form.stock/gambas/32/marker.png - + comp/src/gb.form.stock/gambas/32/plane.png - comp/src/gb.form/.project - comp/src/gb.form/map/icon.map View it on GitLab: https://gitlab.com/gambas/gambas/-/compare/6e428574749ebd0c0d67a9ae2b614296e22226e2...4e2409ff5a2d9b3fc371bee6b25e958f04a7449b -- View it on GitLab: https://gitlab.com/gambas/gambas/-/compare/6e428574749ebd0c0d67a9ae2b614296e22226e2...4e2409ff5a2d9b3fc371bee6b25e958f04a7449b 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 Apr 8 23:34:59 2021 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaSAoQGJtaW5pc2luaSk=?=) Date: Thu, 08 Apr 2021 21:34:59 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] Update 'user', 'group' and 'identity' icons. Message-ID: <606f770371d6f_f395f8807e1@gitlab-sidekiq-low-urgency-cpu-bound-v1-6d7bc4585d-xpz6p.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: 0b4dc1a1 by gambas at 2021-04-08T23:34:52+02:00 Update 'user', 'group' and 'identity' icons. [GB.FORM.STOCK] * NEW: Update 'user', 'group' and 'identity' icons. - - - - - 12 changed files: - comp/src/gb.form.stock/gambas-mono/32/group.png - comp/src/gb.form.stock/gambas-mono/32/identity.png - comp/src/gb.form.stock/gambas-mono/32/people.png - comp/src/gb.form.stock/gambas-mono/32/user.png - comp/src/gb.form.stock/gambas/128/group.png - comp/src/gb.form.stock/gambas/128/identity.png - comp/src/gb.form.stock/gambas/128/people.png - comp/src/gb.form.stock/gambas/128/user.png - comp/src/gb.form.stock/gambas/32/group.png - comp/src/gb.form.stock/gambas/32/identity.png - comp/src/gb.form.stock/gambas/32/people.png - comp/src/gb.form.stock/gambas/32/user.png View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/0b4dc1a162b2ba4bb1d68ef286f9ff8b8bd67cc3 -- View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/0b4dc1a162b2ba4bb1d68ef286f9ff8b8bd67cc3 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 Apr 9 03:41:52 2021 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaSAoQGJtaW5pc2luaSk=?=) Date: Fri, 09 Apr 2021 01:41:52 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] Url$() does not encode spaces with the '+' character anymore, as this is... Message-ID: <606fb0e142125_10395d07404a@gitlab-sidekiq-low-urgency-cpu-bound-v1-6d7bc4585d-lvxpt.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: 5fea1897 by gambas at 2021-04-09T03:41:02+02:00 Url$() does not encode spaces with the '+' character anymore, as this is deprecated, and works only inside query part of the URL. [INTERPRETER] * BUG: Url$() does not encode spaces with the '+' character anymore, as this is deprecated, and works only inside query part of the URL. - - - - - 1 changed file: - main/gbx/gbx_subr_string.c View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/5fea1897fbea6d8b9fe0eb44e4d8c67356466a8d -- View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/5fea1897fbea6d8b9fe0eb44e4d8c67356466a8d 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 Apr 9 04:09:47 2021 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaSAoQGJtaW5pc2luaSk=?=) Date: Fri, 09 Apr 2021 02:09:47 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] 2 commits: URL: Rename 'IgnorePlus' argument of Decode() method into 'DoNotDecodePlus' for clarity. Message-ID: <606fb76cd1d7b_10396c0755f6@gitlab-sidekiq-low-urgency-cpu-bound-v1-6d7bc4585d-lvxpt.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: 0ea374b8 by gambas at 2021-04-09T04:08:19+02:00 URL: Rename 'IgnorePlus' argument of Decode() method into 'DoNotDecodePlus' for clarity. [GB.UTIL.WEB] * NEW: URL: Rename 'IgnorePlus' argument of Unquote() method into 'DoNotDecodePlus' for clarity. - - - - - 8fa4bba1 by gambas at 2021-04-09T04:09:22+02:00 Decode '+' as spaces in the query part of URL submitted by forms. [GB.WEB] * BUG: Decode '+' as spaces in the query part of URL submitted by forms. - - - - - 9 changed files: - comp/src/gb.util.web/.component - comp/src/gb.util.web/.icon.png - comp/src/gb.util.web/.project - comp/src/gb.util.web/.src/URL.class - comp/src/gb.web/.component - comp/src/gb.web/.project - comp/src/gb.web/.src/Main.module - comp/src/gb.web/.src/_Request_Get.class - comp/src/gb.web/.src/_Request_Post.class View it on GitLab: https://gitlab.com/gambas/gambas/-/compare/5fea1897fbea6d8b9fe0eb44e4d8c67356466a8d...8fa4bba1e8638f5a43484dff046d89f9b5f858df -- View it on GitLab: https://gitlab.com/gambas/gambas/-/compare/5fea1897fbea6d8b9fe0eb44e4d8c67356466a8d...8fa4bba1e8638f5a43484dff046d89f9b5f858df 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 Apr 9 19:18:47 2021 From: gitlab at mg.gitlab.com (Laurent Carlier (@lordheavy)) Date: Fri, 09 Apr 2021 17:18:47 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] 2 commits: fix building on Ubuntu Bionic (18.04LTS) Message-ID: <60708c7992cd8_11395bc569dc@gitlab-sidekiq-low-urgency-cpu-bound-v1-d67c95dd4-vzwbh.mail> Laurent Carlier pushed to branch master at Gambas / gambas Commits: c3811e00 by Laurent Carlier at 2021-04-09T18:52:49+02:00 fix building on Ubuntu Bionic (18.04LTS) [GB.COMPRESS.ZSTD] * NEW: Fix building with Ubuntu Bionic (18.04LTS) (zstd > 1.3.2) - - - - - d98af40e by Laurent Carlier at 2021-04-09T17:18:44+00:00 Merge branch 'zstd-13-enable' into 'master' fix building on Ubuntu Bionic (18.04LTS) See merge request gambas/gambas!221 - - - - - 3 changed files: - .gitlab-ci.yml - gb.compress.zstd/configure.ac - gb.compress.zstd/src/main.c View it on GitLab: https://gitlab.com/gambas/gambas/-/compare/8fa4bba1e8638f5a43484dff046d89f9b5f858df...d98af40e700215f62015c494608225276d46af50 -- View it on GitLab: https://gitlab.com/gambas/gambas/-/compare/8fa4bba1e8638f5a43484dff046d89f9b5f858df...d98af40e700215f62015c494608225276d46af50 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 Apr 9 20:41:54 2021 From: gitlab at mg.gitlab.com (Laurent Carlier (@lordheavy)) Date: Fri, 09 Apr 2021 18:41:54 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas] Deleted branch qt5ext-2 Message-ID: <60709ff44ddfb_f5d22d082196@gitlab-sidekiq-low-urgency-cpu-bound-v1-d67c95dd4-trs9h.mail> Laurent Carlier deleted branch qt5ext-2 at Gambas / gambas -- 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 Apr 9 23:29:50 2021 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaSAoQGJtaW5pc2luaSk=?=) Date: Fri, 09 Apr 2021 21:29:50 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] Image editor: Correctly reset the current shape when the selection is cleared. Message-ID: <6070c75011c9_f395f84966a@gitlab-sidekiq-low-urgency-cpu-bound-v1-6c6884cb4-4qmll.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: de3394a5 by gambas at 2021-04-09T23:29:46+02:00 Image editor: Correctly reset the current shape when the selection is cleared. [DEVELOPMENT ENVIRONMENT] * BUG: Image editor: Correctly reset the current shape when the selection is cleared. - - - - - 1 changed file: - app/src/gambas3/.src/Editor/Image/CImageSelection.class View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/de3394a5ac608c9645d52e57d8a593f9ee63b807 -- View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/de3394a5ac608c9645d52e57d8a593f9ee63b807 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 Apr 10 00:21:46 2021 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaSAoQGJtaW5pc2luaSk=?=) Date: Fri, 09 Apr 2021 22:21:46 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] 2 commits: Picture.Stretch() is a new button that stretches a picture by internally... Message-ID: <6070d37b3a737_103979c318ae@gitlab-sidekiq-low-urgency-cpu-bound-v1-6c6884cb4-gmfvw.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: 80978cb1 by gambas at 2021-04-09T23:46:14+02:00 Picture.Stretch() is a new button that stretches a picture by internally converting it to an Image first. [GB.GUI.BASE] * NEW: Picture.Stretch() is a new button that stretches a picture by internally converting it to an Image first. - - - - - 96f28fd0 by gambas at 2021-04-10T00:21:40+02:00 Update icons. [GB.FORM.STOCK] * NEW: Update icons. - - - - - 30 changed files: - comp/src/gb.form.stock/gambas-mono/128/info.png - comp/src/gb.form.stock/gambas-mono/32/color-picker.png - comp/src/gb.form.stock/gambas-mono/32/info.png - comp/src/gb.form.stock/gambas-mono/32/internet.png - comp/src/gb.form.stock/gambas-mono/32/menu.png - comp/src/gb.form.stock/gambas-mono/32/plugin.png - comp/src/gb.form.stock/gambas-mono/32/properties.png - comp/src/gb.form.stock/gambas-mono/32/terminal.png - comp/src/gb.form.stock/gambas/128/book.png - comp/src/gb.form.stock/gambas/128/color-picker.png - comp/src/gb.form.stock/gambas/128/info.png - comp/src/gb.form.stock/gambas/128/internet.png - comp/src/gb.form.stock/gambas/128/mail.png - comp/src/gb.form.stock/gambas/128/plugin.png - comp/src/gb.form.stock/gambas/128/terminal.png - comp/src/gb.form.stock/gambas/32/book.png - comp/src/gb.form.stock/gambas/32/car.png - comp/src/gb.form.stock/gambas/32/color-picker.png - comp/src/gb.form.stock/gambas/32/edit.png - comp/src/gb.form.stock/gambas/32/info.png - comp/src/gb.form.stock/gambas/32/internet.png - comp/src/gb.form.stock/gambas/32/mail.png - comp/src/gb.form.stock/gambas/32/menu.png - comp/src/gb.form.stock/gambas/32/paste.png - comp/src/gb.form.stock/gambas/32/plugin.png - comp/src/gb.form.stock/gambas/32/properties.png - comp/src/gb.form.stock/gambas/32/terminal.png - comp/src/gb.gui.base/.component - comp/src/gb.gui.base/.project - comp/src/gb.gui.base/.src/Picture.class View it on GitLab: https://gitlab.com/gambas/gambas/-/compare/de3394a5ac608c9645d52e57d8a593f9ee63b807...96f28fd0c22f73d919742cce0d1fd8aaddff44e4 -- View it on GitLab: https://gitlab.com/gambas/gambas/-/compare/de3394a5ac608c9645d52e57d8a593f9ee63b807...96f28fd0c22f73d919742cce0d1fd8aaddff44e4 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 Apr 10 00:26:35 2021 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaSAoQGJtaW5pc2luaSk=?=) Date: Fri, 09 Apr 2021 22:26:35 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] Project tree: Use a specific icon for the "use inheritance" button. Message-ID: <6070d49caf2eb_f3956c100583@gitlab-sidekiq-low-urgency-cpu-bound-v1-6c6884cb4-5jj7m.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: 8947c612 by gambas at 2021-04-10T00:26:30+02:00 Project tree: Use a specific icon for the "use inheritance" button. [DEVELOPMENT ENVIRONMENT] * NEW: Project tree: Use a specific icon for the "use inheritance" button. - - - - - 3 changed files: - app/src/gambas3/.src/FMain.class - app/src/gambas3/.src/FMain.form - + app/src/gambas3/img/32/inheritance.png View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/8947c612ec994afedd4afe3635354f3caf109094 -- View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/8947c612ec994afedd4afe3635354f3caf109094 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 Apr 10 03:17:48 2021 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaSAoQGJtaW5pc2luaSk=?=) Date: Sat, 10 Apr 2021 01:17:48 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] 7 commits: Add vsCode config files to .gitignore Message-ID: <6070fcbe2a334_f3960c9593c@gitlab-sidekiq-low-urgency-cpu-bound-v1-6c6884cb4-ktnnn.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: e750b778 by zxMarce at 2021-04-02T15:34:34-03:00 Add vsCode config files to .gitignore - - - - - bcdc122b by zxMarce at 2021-04-05T23:36:37-03:00 Corrections to ODBC for MDBTools. - - - - - f7f9e14f by zxMarce at 2021-04-05T23:42:48-03:00 Merge branch 'master' of https://gitlab.com/gambas/gambas - - - - - e078f544 by zxMarce at 2021-04-05T23:50:14-03:00 [GB.DB.ODBC] * BUG: Fixed logic issues that hindered use with MDBTools. - - - - - 0047bdf9 by zxMarce at 2021-04-09T19:45:57-03:00 Corrects forward-only fetching for MDBTools. - - - - - cd4d935e by zxMarce at 2021-04-09T19:46:26-03:00 Merge branch 'master' of https://gitlab.com/gambas/gambas - - - - - b3c15be2 by Beno?t Minisini at 2021-04-10T01:17:47+00:00 Merge branch 'master' into 'master' ODBC in Gambas now works with MDBTools. See merge request gambas/gambas!219 - - - - - 2 changed files: - .gitignore - gb.db.odbc/src/main.c View it on GitLab: https://gitlab.com/gambas/gambas/-/compare/8947c612ec994afedd4afe3635354f3caf109094...b3c15be26fb1da5cb76a1239e48ffbeefb2373c8 -- View it on GitLab: https://gitlab.com/gambas/gambas/-/compare/8947c612ec994afedd4afe3635354f3caf109094...b3c15be26fb1da5cb76a1239e48ffbeefb2373c8 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 Apr 10 03:44:33 2021 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaSAoQGJtaW5pc2luaSk=?=) Date: Sat, 10 Apr 2021 01:44:33 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] Fix corner-cases for forward-only Result objects. Message-ID: <60710301861f6_f396d4479fd@gitlab-sidekiq-low-urgency-cpu-bound-v1-6c6884cb4-p2b4v.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: 25694283 by gambas at 2021-04-10T03:41:31+02:00 Fix corner-cases for forward-only Result objects. [GB.DB] * BUG: Don't call the collation driver routine if the 'no_collation' flag is set by the database driver. * BUG: Do not try to seek anywhere in the Result object if the 'no_seek' flag is set, even if the row count is positive. * BUG: Result.Delete() never removes a row from the result set if its row count is negative (i.e. if it is forward-only). - - - - - 2 changed files: - main/lib/db/CConnection.c - main/lib/db/CResult.c View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/256942831fd66e102a6ddf3a01030879c2cc39b9 -- View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/256942831fd66e102a6ddf3a01030879c2cc39b9 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 Apr 10 03:48:01 2021 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaSAoQGJtaW5pc2luaSk=?=) Date: Sat, 10 Apr 2021 01:48:01 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] Some little fixes. Message-ID: <607103d2ab5cd_104e0a203862d@gitlab-sidekiq-low-urgency-cpu-bound-v1-6c6884cb4-gmfvw.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: cad7c492 by gambas at 2021-04-10T03:46:58+02:00 Some little fixes. [GB.DB.ODBC] * NEW: Insert some newlines for readability. * BUG: Fix the 'database_list' API, that crashes if called with requesting only the count. * BUG: Fix table creation for blob fields (even if they are not supported!). - - - - - 1 changed file: - gb.db.odbc/src/main.c View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/cad7c492eebedefc040d725349d9758a7d76fd8c -- View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/cad7c492eebedefc040d725349d9758a7d76fd8c You're receiving this email because of your account on gitlab.com. -------------- next part -------------- An HTML attachment was scrubbed... URL: