From gitlab at mg.gitlab.com Mon Nov 1 00:07:49 2021 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaSAoQGJtaW5pc2luaSk=?=) Date: Sun, 31 Oct 2021 23:07:49 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] Use HtmlView instead of WebView in automatic completion popup, method... Message-ID: <617f21c5b2c2e_25c8f0fa098850@gitlab-sidekiq-low-urgency-cpu-bound-v1-5d889bf48f-s74pl.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: 8d1f7fb4 by gambas at 2021-11-01T00:07:45+01:00 Use HtmlView instead of WebView in automatic completion popup, method signature popup and form editor property help. [DEVELOPMENT ENVIRONMENT] * NEW: Use HtmlView instead of WebView in automatic completion popup, method signature popup and form editor property help. * BUG: Fix <a> inside <u> bug inside custom HtmlView css patch. - - - - - 14 changed files: - app/src/gambas3/.src/Editor/Code/FCompletion.class - app/src/gambas3/.src/Editor/Code/FCompletion.form - app/src/gambas3/.src/Editor/Code/FSignature.class - app/src/gambas3/.src/Editor/Code/FSignature.form - app/src/gambas3/.src/Editor/Code/FTextEditor.class - app/src/gambas3/.src/Editor/Form/FProperty.class - app/src/gambas3/.src/Editor/Form/FProperty.form - app/src/gambas3/.src/Help/FHelpBrowser.form - + app/src/gambas3/.src/Help/HelpBrowser.class - app/src/gambas3/.src/Help/HelpView.class - app/src/gambas3/.src/Help/MHelp.module - app/src/gambas3/.src/Options/FOption.class - app/src/gambas3/.src/Project/Component/FComponentChooser.form - app/src/gambas3/help/wiki/style-offline-htmlview.css View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/8d1f7fb4d0a8fa9040ba687e221a754c6833c239 -- View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/8d1f7fb4d0a8fa9040ba687e221a754c6833c239 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 Nov 1 14:12:06 2021 From: gitlab at mg.gitlab.com (BODARD Fabien (@gambix)) Date: Mon, 01 Nov 2021 13:12:06 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] Fixed Fixed a bug in the Near function of _ShapeItem and MapBound.InBounds Message-ID: <617fe7a6f0a26_242966c74423@gitlab-sidekiq-low-urgency-cpu-bound-v1-57c887fd65-b86fx.mail> BODARD Fabien pushed to branch master at Gambas / gambas Commits: 7edadb94 by gambix at 2021-11-01T14:12:00+01:00 Fixed Fixed a bug in the Near function of _ShapeItem and MapBound.InBounds [GB.MAP] * BUG: Fixed a bug in the Near function of _ShapeItem * BUG: Now MapBound.InBounds is working correctly. - - - - - 4 changed files: - comp/src/gb.map/.project - comp/src/gb.map/.src/Shapes/_ShapeItem.class - comp/src/gb.map/.src/Types/MapBounds.class - comp/src/gb.map/.src/_MapShape.class View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/7edadb94a2e65da5e80ed669d9724d69b2a46448 -- View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/7edadb94a2e65da5e80ed669d9724d69b2a46448 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 Nov 1 23:11:34 2021 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaSAoQGJtaW5pc2luaSk=?=) Date: Mon, 01 Nov 2021 22:11:34 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] 3 commits: Remove the String.Capitalize() synonymous. That function should instead... Message-ID: <61806616ca8c1_252a7c14436195@gitlab-sidekiq-low-urgency-cpu-bound-v1-784dcb58fc-xzzs4.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: adf03f08 by gambas at 2021-11-01T23:09:38+01:00 Remove the String.Capitalize() synonymous. That function should instead capitalize each word of a string, not just the first character. [INTERPRETER] * BUG: Remove the String.Capitalize() synonymous. That function should instead capitalize each word of a string, not just the first character. - - - - - 90e7cb98 by gambas at 2021-11-01T23:10:55+01:00 Redraw the book icon in 'blue'. [GB.FORM.STOCK] * NEW: Redraw the book icon in 'blue'. - - - - - 394ea76e by gambas at 2021-11-01T23:11:19+01:00 Merge branch 'master' of gitlab.com:gambas/gambas - - - - - 4 changed files: - comp/src/gb.form.stock/gambas-mono/32/book.png - comp/src/gb.form.stock/gambas/128/book.png - comp/src/gb.form.stock/gambas/32/book.png - main/gbx/gbx_c_string.c View it on GitLab: https://gitlab.com/gambas/gambas/-/compare/7edadb94a2e65da5e80ed669d9724d69b2a46448...394ea76e2c17e94a6a567990b9b1b23cfa4bee07 -- View it on GitLab: https://gitlab.com/gambas/gambas/-/compare/7edadb94a2e65da5e80ed669d9724d69b2a46448...394ea76e2c17e94a6a567990b9b1b23cfa4bee07 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 Nov 2 12:21:29 2021 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaSAoQGJtaW5pc2luaSk=?=) Date: Tue, 02 Nov 2021 11:21:29 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] Raise an error if point or rectangle constructor take an incorrect number of arguments. Message-ID: <61811f3978eab_2511430c4625c6@gitlab-sidekiq-low-urgency-cpu-bound-v1-58584f9c7c-vxzm2.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: c0345b99 by gambas at 2021-11-02T12:20:07+01:00 Raise an error if point or rectangle constructor take an incorrect number of arguments. [GB.GEOM] * BUG: Raise an error if the rectangle constructor does not take zero or four arguments. * BUG: Raise an error if the point constructor does not take zero or two arguments. - - - - - 2 changed files: - main/lib/geom/cpoint_temp.h - main/lib/geom/crect_temp.h View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/c0345b99ab8043a3a799bbe606d1066b4e64e530 -- View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/c0345b99ab8043a3a799bbe606d1066b4e64e530 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 Nov 2 12:22:00 2021 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaSAoQGJtaW5pc2luaSk=?=) Date: Tue, 02 Nov 2021 11:22:00 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] Update 'README' and 'README.md' files. Message-ID: <61811f58fd47_241431e48113e9@gitlab-sidekiq-low-urgency-cpu-bound-v1-58584f9c7c-xv2tj.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: 3e06b23c by gambas at 2021-11-02T12:21:39+01:00 Update 'README' and 'README.md' files. [CONFIGURATION] * NEW: Update 'README' and 'README.md' files. - - - - - 2 changed files: - README - README.md View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/3e06b23ce83001447df01c4ea6897cea4e787432 -- View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/3e06b23ce83001447df01c4ea6897cea4e787432 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 Nov 5 17:05:54 2021 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaSAoQGJtaW5pc2luaSk=?=) Date: Fri, 05 Nov 2021 16:05:54 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] 5 commits: New text highlighting design, with highlighting themes based on pre-defined style string names. Message-ID: <618556628fc24_25295cc430ad@gitlab-sidekiq-low-urgency-cpu-bound-v2-576f9c87dc-xbr92.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: 7b681d21 by gambas at 2021-11-05T16:46:08+01:00 New text highlighting design, with highlighting themes based on pre-defined style string names. [GB.EVAL.HIGHLIGHT] * NEW: Highlight: Styles is a new property that returns the string key available for all TextHighlighterStyle objects. The integer id of a style is its position in that array. * NEW: Highlight: GetStyleName() is a new method that returns the translated name of a specific style. * NEW: TextHighlighter: List is a new static property that returns a list of all implemented highlighter names. * NEW: TextHighlighter: Name is a new property that returns the name of an highlighter. * NEW: TextHighlighter: FullName is a new property that returns the human name of an highlighter. * NEW: TextHighlighter: Styles is a new property that returns the styles actually used by an highlighter. * NEW: TextHighlighter: ToAnsi(), ToHTML(), ToRichText() and Paint() method now take a TextHighlighterTheme or an array of TextHighlighterStyle as last argument. * NEW: TextHighlighterStyle: Add Key, Name, Color, Bold, Underline, Dotted, Strikeout properties. * NEW: TextHighlighterStyle: The Background property tells if the style is a background style according to its key. * NEW: TextHighlighterStyle: The InvertedColor property returns the style color inverted for dark themes. * NEW: TextHighlighterStyle: The ToString() method serializes the style to a string. * NEW: TextHighlighterStyle: The FromString() method creates a style from a string returned by ToString(). * NEW: TextHighlighterTheme: A new class that represents a highlighting theme * NEW: All highlighter classes were ported to the new design. - - - - - 0f80f225 by gambas at 2021-11-05T16:46:35+01:00 The Highlight constants now follow the order defined by the new 'gb.eval.highlight' design. [GB.EVAL] * NEW: The Highlight constants now follow the order defined by the new 'gb.eval.highlight' design. - - - - - 72ac01e1 by gambas at 2021-11-05T16:52:44+01:00 Make TextEditor compatible with the new 'gb.eval.highlight' design. [GB.FORM.EDITOR] * NEW: TextEditor: Theme is a new property that allows to define the TextHighlighterTheme associated with the editor. * NEW: TextEditor: The Styles property is now deprecated. It returns now the array of TextHighlighterStyle associated with editor theme. * NEW: TextEditor: The editor lines have now a little padding on the top and on the bottom, whose size is proportional to the font height. * BUG: TextEditor: The line wrap markers now are correctly colorized when selected. * NEW: TextEditor: Colorized text can be striked out. - - - - - abd179d7 by gambas at 2021-11-05T16:58:50+01:00 Implement the new highlighting design, and fix the use of new HtmlView in property help. [DEVELOPMENT ENVIRONMENT] * BUG: Fix use of new HtmlView in property help. * BUG: Fix how the list of recently opened files is filled. * NEW: Use the new highlighting design. * NEW: Option dialog: The theme tab allows to choose the new highlighting styles by highlighters. * NEW: Translation dialog: The list of new languages now displays the name of the associated translation file. - - - - - 16e547ff by gambas at 2021-11-05T17:04:02+01:00 Translation dialog: Display the current translation and the current translation file in the dialog title. [DEVELOPMENT ENVIRONMENT] * NEW: Translation dialog: Display the current translation and the current translation file in the dialog title. - - - - - 30 changed files: - app/src/gambas3/.lang/fr.po - app/src/gambas3/.project - app/src/gambas3/.src/Component/CClassInfo.class - app/src/gambas3/.src/Component/CComponent.class - app/src/gambas3/.src/Component/CSymbolInfo.class - app/src/gambas3/.src/Debug/FDebugInfo.class - app/src/gambas3/.src/Editor/Code/FCompletion.class - app/src/gambas3/.src/Editor/Code/FCompletion.form - app/src/gambas3/.src/Editor/Form/FProperty.class - app/src/gambas3/.src/Editor/Form/FProperty.form - app/src/gambas3/.src/FMain.class - app/src/gambas3/.src/Help/MHelp.module - app/src/gambas3/.src/MTheme.module - app/src/gambas3/.src/Options/FOption.class - app/src/gambas3/.src/Options/FOption.form - app/src/gambas3/.src/Project.module - app/src/gambas3/.src/Search/FSearch.class - app/src/gambas3/.src/Translation/FNewTranslation.class - app/src/gambas3/.src/Translation/FNewTranslation.form - app/src/gambas3/.src/Translation/FTranslate.class - app/src/gambas3/.src/VersionControl/FVersionControl.class - app/src/gambas3/help/property-help.html - app/src/gambas3/help/wiki/style-offline-htmlview.css - app/src/gambas3/theme/amber - app/src/gambas3/theme/amethyst - app/src/gambas3/theme/blues - app/src/gambas3/theme/emerald - app/src/gambas3/theme/gambas - app/src/gambas3/theme/obsidian - app/src/gambas3/theme/pastel View it on GitLab: https://gitlab.com/gambas/gambas/-/compare/3e06b23ce83001447df01c4ea6897cea4e787432...16e547fffef821bff9220c40b1804a1e1c067f6c -- View it on GitLab: https://gitlab.com/gambas/gambas/-/compare/3e06b23ce83001447df01c4ea6897cea4e787432...16e547fffef821bff9220c40b1804a1e1c067f6c 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 Nov 5 18:43:27 2021 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaSAoQGJtaW5pc2luaSk=?=) Date: Fri, 05 Nov 2021 17:43:27 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] 2 commits: Timer.Stop() now cancels a call to Timer.Trigger(). Message-ID: <61856d3fd3a0d_2485f62469e@gitlab-sidekiq-low-urgency-cpu-bound-v2-657cff87f7-zjcjr.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: 84e4bc2c by gambas at 2021-11-05T18:39:35+01:00 Timer.Stop() now cancels a call to Timer.Trigger(). [INTERPRETER] * NEW: Timer.Stop() now cancels a call to Timer.Trigger(). - - - - - f202bbcf by gambas at 2021-11-05T18:43:13+01:00 TreeView: Using a Move*() method now ensures that the view is actually sorted. [GB.GUI.BASE] * BUG: TreeView: Using a Move*() method now ensures that the view is actually sorted. - - - - - 2 changed files: - comp/src/gb.gui.base/.src/TreeView/_TreeView.class - main/gbx/gbx_c_timer.c View it on GitLab: https://gitlab.com/gambas/gambas/-/compare/16e547fffef821bff9220c40b1804a1e1c067f6c...f202bbcff6a28c297a208ccbb6dceb5837ff722d -- View it on GitLab: https://gitlab.com/gambas/gambas/-/compare/16e547fffef821bff9220c40b1804a1e1c067f6c...f202bbcff6a28c297a208ccbb6dceb5837ff722d 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 Nov 5 20:11:57 2021 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaSAoQGJtaW5pc2luaSk=?=) Date: Fri, 05 Nov 2021 19:11:57 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] AvlTree: Clearing the tree now correctly frees all nodes. Message-ID: <618581fdf3dfc_24bfafa46223c@gitlab-sidekiq-low-urgency-cpu-bound-v2-657cff87f7-4h55r.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: 168b00a5 by gambas at 2021-11-05T20:11:24+01:00 AvlTree: Clearing the tree now correctly frees all nodes. [GB.DATA] * BUG: AvlTree: Clearing the tree now correctly frees all nodes. - - - - - 1 changed file: - main/lib/data/c_avltree.c View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/168b00a5d59ddfe7dad6bf4f197dcabd37527619 -- View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/168b00a5d59ddfe7dad6bf4f197dcabd37527619 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 Nov 5 21:20:37 2021 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaSAoQGJtaW5pc2luaSk=?=) Date: Fri, 05 Nov 2021 20:20:37 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] TextHighlighterTheme: Fix Save() method. Message-ID: <618592158a9bf_242a73846047@gitlab-sidekiq-low-urgency-cpu-bound-v2-65bdcd6d95-fjkzp.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: c3075928 by gambas at 2021-11-05T21:20:28+01:00 TextHighlighterTheme: Fix Save() method. [GB.EVAL.HIGHLIGHT] * BUG: TextHighlighterTheme: Fix Save() method. - - - - - 7 changed files: - comp/src/gb.eval.highlight/.lang/ar.po - comp/src/gb.eval.highlight/.lang/fr.po - comp/src/gb.eval.highlight/.lang/hr.po - comp/src/gb.eval.highlight/.lang/it.po - comp/src/gb.eval.highlight/.lang/zh.po - comp/src/gb.eval.highlight/.lang/zh_TW.po - comp/src/gb.eval.highlight/.src/TextHighlighterTheme.class View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/c3075928585646b805bcd977b39f1a0ce0f8786d -- View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/c3075928585646b805bcd977b39f1a0ce0f8786d 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 Nov 5 22:59:32 2021 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaSAoQGJtaW5pc2luaSk=?=) Date: Fri, 05 Nov 2021 21:59:32 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] Stopping a triggered timer does not leak memory anymore. Message-ID: <6185a94472fe7_24134f0c214f7@gitlab-sidekiq-low-urgency-cpu-bound-v2-65bdcd6d95-xsp56.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: 44f77955 by gambas at 2021-11-05T22:58:57+01:00 Stopping a triggered timer does not leak memory anymore. [INTERPRETER] * BUG: Stopping a triggered timer does not leak memory anymore. - - - - - 1 changed file: - + comp/src/gb.eval.highlight/gambas View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/44f77955f326917ed58d1572515b359a644628ff -- View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/44f77955f326917ed58d1572515b359a644628ff 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 Nov 6 11:22:58 2021 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaSAoQGJtaW5pc2luaSk=?=) Date: Sat, 06 Nov 2021 10:22:58 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] Try to make 'fedora-latest' compile again. Message-ID: <6186578296fa8_241aa48fc58410@gitlab-sidekiq-low-urgency-cpu-bound-v2-65bdcd6d95-s5s8z.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: e4d747a6 by Beno?t Minisini at 2021-11-06T10:22:56+00:00 Try to make 'fedora-latest' compile again. - - - - - 1 changed file: - .gitlab-ci.yml View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/e4d747a6f05a00e53694637b75d5ebcd32696b60 -- View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/e4d747a6f05a00e53694637b75d5ebcd32696b60 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 Nov 6 11:30:13 2021 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaSAoQGJtaW5pc2luaSk=?=) Date: Sat, 06 Nov 2021 10:30:13 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] Revert last commit. It does not work. Message-ID: <6186593576889_2415fa01876166@gitlab-sidekiq-low-urgency-cpu-bound-v2-65bdcd6d95-f2zhw.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: 02a3153e by Beno?t Minisini at 2021-11-06T10:30:10+00:00 Revert last commit. It does not work. - - - - - 1 changed file: - .gitlab-ci.yml View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/02a3153ecfabb08dbe02b54bd4562183bf2ce1fc -- View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/02a3153ecfabb08dbe02b54bd4562183bf2ce1fc 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 Nov 6 12:04:54 2021 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaSAoQGJtaW5pc2luaSk=?=) Date: Sat, 06 Nov 2021 11:04:54 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] 4 commits: TextHighlighterTheme: Fix ToString() method. Message-ID: <618661566522f_231a2faac3634f@gitlab-sidekiq-low-urgency-cpu-bound-v2-65bdcd6d95-pkpsr.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: 879d0796 by gambas at 2021-11-06T12:03:05+01:00 TextHighlighterTheme: Fix ToString() method. [GB.EVAL.HIGHLIGHT] * BUG: TextHighlighterTheme: Fix ToString() method. * NEW: TextHighlighterTheme: Initialize directly from the IDE 'gambas' theme file. - - - - - 8e914b74 by gambas at 2021-11-06T12:03:34+01:00 TextEditor: Fix how bold text is drawn on dark themes. [GB.FORM.EDITOR] * BUG: TextEditor: Fix how bold text is drawn on dark themes. - - - - - cab84109 by gambas at 2021-11-06T12:04:34+01:00 Option dialog: Fix theme configuration. [DEVELOPMENT ENVIRONMENT] * BUG: Option dialog: Fix theme configuration. * NEW: Update 'gambas' highlighting theme. - - - - - c6b11993 by gambas at 2021-11-06T12:04:42+01:00 Merge branch 'master' of gitlab.com:gambas/gambas - - - - - 7 changed files: - app/src/gambas3/.lang/fr.po - app/src/gambas3/.src/Options/FOption.class - app/src/gambas3/.src/Options/FOption.form - app/src/gambas3/.src/Translation/FTranslate.class - app/src/gambas3/theme/gambas - comp/src/gb.eval.highlight/.src/TextHighlighterTheme.class - comp/src/gb.form.editor/.src/TextEditor.class View it on GitLab: https://gitlab.com/gambas/gambas/-/compare/02a3153ecfabb08dbe02b54bd4562183bf2ce1fc...c6b11993261bfb3202d949a17bd5ef16f7fa7c1d -- View it on GitLab: https://gitlab.com/gambas/gambas/-/compare/02a3153ecfabb08dbe02b54bd4562183bf2ce1fc...c6b11993261bfb3202d949a17bd5ef16f7fa7c1d 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 Nov 6 14:47:03 2021 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaSAoQGJtaW5pc2luaSk=?=) Date: Sat, 06 Nov 2021 13:47:03 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] Use the new 'TextEditor.Theme' property instead of the now deprecated 'Styles'... Message-ID: <6186875739e5d_24331ac38639f@gitlab-sidekiq-low-urgency-cpu-bound-v2-65bdcd6d95-s5s8z.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: a2f9215f by gambas at 2021-11-06T14:46:58+01:00 Use the new 'TextEditor.Theme' property instead of the now deprecated 'Styles' property. Update highlighting themes. [DEVELOPMENT ENVIRONMENT] * NEW: Update highlighting themes. * NEW: Use the new 'TextEditor.Theme' property instead of the now deprecated 'Styles' property. - - - - - 13 changed files: - app/src/gambas3/.src/Debug/FProfile.class - 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/Exported/TextEditor.class - app/src/gambas3/.src/Options/FOption.class - app/src/gambas3/.src/VersionControl/FConflict.class - app/src/gambas3/theme/amber - app/src/gambas3/theme/amethyst - app/src/gambas3/theme/emerald - app/src/gambas3/theme/gambas - app/src/gambas3/theme/ruby - app/src/gambas3/theme/sapphire View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/a2f9215f0d025d767e72b910fdb3673b9e407500 -- View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/a2f9215f0d025d767e72b910fdb3673b9e407500 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 Nov 6 14:59:32 2021 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaSAoQGJtaW5pc2luaSk=?=) Date: Sat, 06 Nov 2021 13:59:32 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] Fix custom help page templates. Message-ID: <61868a445c011_2539861864569@gitlab-sidekiq-low-urgency-cpu-bound-v2-65bdcd6d95-klz5m.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: 2a66b897 by gambas at 2021-11-06T14:59:28+01:00 Fix custom help page templates. [DEVELOPMENT ENVIRONMENT] * BUG: Fix custom help page templates. - - - - - 4 changed files: - app/src/gambas3/help/class-help.html - app/src/gambas3/help/component-help.html - app/src/gambas3/help/property-help.html - app/src/gambas3/help/symbol-help.html View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/2a66b8971fef5271fdf27df9b85c6466a227870e -- View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/2a66b8971fef5271fdf27df9b85c6466a227870e 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 Nov 6 15:13:18 2021 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaSAoQGJtaW5pc2luaSk=?=) Date: Sat, 06 Nov 2021 14:13:18 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] Better conversion of old theme format. Enhance 'Diff' highlighter. Message-ID: <61868d7eddc1e_2326a4cc4420a4@gitlab-sidekiq-low-urgency-cpu-bound-v2-65bdcd6d95-pkpsr.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: e05fe7c6 by gambas at 2021-11-06T15:13:14+01:00 Better conversion of old theme format. Enhance 'Diff' highlighter.. [GB.EVAL.HIGHLIGHT] * NEW: TextHighlighterTheme: Load() now convert old theme to new theme by initializing unset styles with old styles. * NEW: Enhance 'Diff' highlighter. - - - - - 5 changed files: - comp/src/gb.eval.highlight/.src/TextHighlighterTheme.class - comp/src/gb.eval.highlight/.src/TextHighlighter_C.class - comp/src/gb.eval.highlight/.src/TextHighlighter_CPlusPlus.class - comp/src/gb.eval.highlight/.src/TextHighlighter_Diff.class - comp/src/gb.eval.highlight/.src/TextHighlighter_Javascript.class View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/e05fe7c63e0c626656a1678af29baf16d5a0993b -- View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/e05fe7c63e0c626656a1678af29baf16d5a0993b 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 Nov 6 15:14:20 2021 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaSAoQGJtaW5pc2luaSk=?=) Date: Sat, 06 Nov 2021 14:14:20 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] TextEditor: Ignore overwrite in read-only mode. Blink the matching brace with the cursor. Message-ID: <61868dbc69794_233173344423f2@gitlab-sidekiq-low-urgency-cpu-bound-v2-65bdcd6d95-pkpsr.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: f666dfb0 by gambas at 2021-11-06T15:14:05+01:00 TextEditor: Ignore overwrite in read-only mode. Blink the matching brace with the cursor. [GB.FORM.EDITOR] * BUG: TextEditor: Ignore overwrite in read-only mode. * NEW: TextEditor: Blink the matching brace with the cursor. - - - - - 1 changed file: - comp/src/gb.form.editor/.src/TextEditor.class View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/f666dfb0efedf7b572e682128f51bbd20ad66497 -- View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/f666dfb0efedf7b572e682128f51bbd20ad66497 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 Nov 6 15:18:02 2021 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaSAoQGJtaW5pc2luaSk=?=) Date: Sat, 06 Nov 2021 14:18:02 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] Fix a memory leak when stopping a triggered timer. Message-ID: <61868e9a8dddd_264a39f0475942@gitlab-sidekiq-low-urgency-cpu-bound-v2-65bdcd6d95-9zg7h.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: 35d87a91 by gambas at 2021-11-06T15:17:38+01:00 Fix a memory leak when stopping a triggered timer. [INTERPRETER] * BUG: Fix a memory leak when stopping a triggered timer. - - - - - 1 changed file: - main/gbx/gbx_c_timer.c View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/35d87a91c1641f26e890ef58d6832c40d77e923b -- View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/35d87a91c1641f26e890ef58d6832c40d77e923b 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 Nov 6 15:19:05 2021 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaSAoQGJtaW5pc2luaSk=?=) Date: Sat, 06 Nov 2021 14:19:05 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] Update CSS file. Message-ID: <61868ed97fdca_25295e09854@gitlab-sidekiq-low-urgency-cpu-bound-v2-65bdcd6d95-bnv5g.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: 0fc360bc by gambas at 2021-11-06T15:18:58+01:00 Update CSS file. [WIKI] * NEW: Update CSS file. - - - - - 4 changed files: - app/src/gambas-wiki/.lang/de.po - app/src/gambas-wiki/.lang/fr.po - app/src/gambas-wiki/.public/style.css - app/src/gambas-wiki/icon.png View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/0fc360bc923da8a3d3a632e64ab29fd1388aff76 -- View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/0fc360bc923da8a3d3a632e64ab29fd1388aff76 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 Nov 6 15:20:05 2021 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaSAoQGJtaW5pc2luaSk=?=) Date: Sat, 06 Nov 2021 14:20:05 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] Redraw 'ungroup' icon. Add some new mimetypes for the Gambas icon theme. Message-ID: <61868f15c02ff_242f04608560d9@gitlab-sidekiq-low-urgency-cpu-bound-v2-65bdcd6d95-qd4dj.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: ac94d4b1 by gambas at 2021-11-06T15:19:59+01:00 Redraw 'ungroup' icon. Add some new mimetypes for the Gambas icon theme. [GB.FORM.STOCK] * NEW: Redraw 'ungroup' icon. * NEW: Add some new mimetypes for the Gambas icon theme. - - - - - 3 changed files: - comp/src/gb.form.stock/gambas-mono/32/ungroup.png - comp/src/gb.form.stock/gambas/32/ungroup.png - comp/src/gb.form.stock/links View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/ac94d4b169de55d9e527543f5618c85cc7b5a26e -- View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/ac94d4b169de55d9e527543f5618c85cc7b5a26e 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 Nov 6 15:43:52 2021 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaSAoQGJtaW5pc2luaSk=?=) Date: Sat, 06 Nov 2021 14:43:52 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] HtmlViewer: Tell the IDE that the MonospaceFont property only takes a monospace font. Message-ID: <618694a820612_252e007702228c@gitlab-sidekiq-low-urgency-cpu-bound-v2-65bdcd6d95-7zxqt.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: aa31428f by gambas at 2021-11-06T15:43:45+01:00 HtmlViewer: Tell the IDE that the MonospaceFont property only takes a monospace font. [GB.FORM.HTMLVIEW] * OPT: Move all test files from source folder to project folder, so that they are not put in the executable.. * BUG: HtmlViewer: Tell the IDE that the MonospaceFont property only takes a monospace font. - - - - - 10 changed files: - gb.form.htmlview/src/gb.form.htmlview/desert.jpg ? gb.form.htmlview/src/gb.form.htmlview/.hidden/test/desert.jpg - gb.form.htmlview/src/gb.form.htmlview/test.html ? gb.form.htmlview/src/gb.form.htmlview/.hidden/test/test.html - gb.form.htmlview/src/gb.form.htmlview/test2.html ? gb.form.htmlview/src/gb.form.htmlview/.hidden/test/test2.html - gb.form.htmlview/src/gb.form.htmlview/test3.html ? gb.form.htmlview/src/gb.form.htmlview/.hidden/test/test3.html - gb.form.htmlview/src/gb.form.htmlview/test4.html ? gb.form.htmlview/src/gb.form.htmlview/.hidden/test/test4.html - gb.form.htmlview/src/gb.form.htmlview/test5.html ? gb.form.htmlview/src/gb.form.htmlview/.hidden/test/test5.html - gb.form.htmlview/src/gb.form.htmlview/test6.html ? gb.form.htmlview/src/gb.form.htmlview/.hidden/test/test6.html - gb.form.htmlview/src/gb.form.htmlview/.src/FTest.class - gb.form.htmlview/src/gb.form.htmlview/.src/FTest.form - gb.form.htmlview/src/gb.form.htmlview/.src/HtmlView.class View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/aa31428f99bfefaca9ab53bb0d5f93e541dc0be7 -- View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/aa31428f99bfefaca9ab53bb0d5f93e541dc0be7 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 Nov 6 15:48:54 2021 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaSAoQGJtaW5pc2luaSk=?=) Date: Sat, 06 Nov 2021 14:48:54 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] Make 'opensuse-tumbleweed' compile again Message-ID: <618695d6673e4_241dd9ea058565@gitlab-sidekiq-low-urgency-cpu-bound-v2-65bdcd6d95-qd4dj.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: e2a4a85c by Beno?t Minisini at 2021-11-06T14:48:52+00:00 Make 'opensuse-tumbleweed' compile again - - - - - 1 changed file: - .gitlab-ci.yml View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/e2a4a85c54073b3c2f51ae5fbdbddb7e671eb8b8 -- View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/e2a4a85c54073b3c2f51ae5fbdbddb7e671eb8b8 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 Nov 7 00:33:03 2021 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaSAoQGJtaW5pc2luaSk=?=) Date: Sat, 06 Nov 2021 23:33:03 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] 2 commits: The Control Lower() and Raise() methods do not trigger any Watcher anymore... Message-ID: <618710afc6932_2419bdce0339c0@gitlab-sidekiq-low-urgency-cpu-bound-v2-65bdcd6d95-f2zhw.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: cbf9a953 by gambas at 2021-11-07T00:31:19+01:00 The Control Lower() and Raise() methods do not trigger any Watcher anymore while temporarily showing and hiding controls. [GB.GTK] * BUG: The Control Lower() and Raise() methods do not trigger any Watcher anymore while temporarily showing and hiding controls. [GB.GTK3] * BUG: The Control Lower() and Raise() methods do not trigger any Watcher anymore while temporarily showing and hiding controls. - - - - - 3480f10b by gambas at 2021-11-07T00:32:55+01:00 Merge branch 'master' of gitlab.com:gambas/gambas - - - - - 6 changed files: - gb.gtk/src/CWatcher.cpp - gb.gtk/src/gapplication.cpp - gb.gtk/src/gapplication.h - gb.gtk/src/gcontainer.cpp - gb.gtk/src/gcontrol.cpp - gb.gtk/src/gcontrol.h View it on GitLab: https://gitlab.com/gambas/gambas/-/compare/e2a4a85c54073b3c2f51ae5fbdbddb7e671eb8b8...3480f10b1f14cdc4afc58dff2610da1d4417b925 -- View it on GitLab: https://gitlab.com/gambas/gambas/-/compare/e2a4a85c54073b3c2f51ae5fbdbddb7e671eb8b8...3480f10b1f14cdc4afc58dff2610da1d4417b925 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 Nov 7 01:44:51 2021 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaSAoQGJtaW5pc2luaSk=?=) Date: Sun, 07 Nov 2021 00:44:51 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] Apparently 'opensuse-tumbleweed' cannot compile Qt5 webkit anymore. Message-ID: <61872183c0884_2416c95d410602b@gitlab-sidekiq-low-urgency-cpu-bound-v2-65bdcd6d95-pbbzq.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: 87dc4854 by Beno?t Minisini at 2021-11-07T00:44:49+00:00 Apparently 'opensuse-tumbleweed' cannot compile Qt5 webkit anymore. - - - - - 1 changed file: - .gitlab-ci.yml View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/87dc4854397fd226668898e2e8bcc19e46bad894 -- View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/87dc4854397fd226668898e2e8bcc19e46bad894 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 Nov 7 02:39:39 2021 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaSAoQGJtaW5pc2luaSk=?=) Date: Sun, 07 Nov 2021 01:39:39 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] 2 commits: TextEditor: Use the correct style for highlighting the line where the debugger is stopped. Message-ID: <61872e5b6243b_2456e36d87736b@gitlab-sidekiq-low-urgency-cpu-bound-v2-65bdcd6d95-s5s8z.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: 847d55d2 by gambas at 2021-11-07T02:39:16+01:00 TextEditor: Use the correct style for highlighting the line where the debugger is stopped. [GB.FORM.EDITOR] * BUG: TextEditor: Use the correct style for highlighting the line where the debugger is stopped. - - - - - 6e2140b1 by gambas at 2021-11-07T02:39:27+01:00 Merge branch 'master' of gitlab.com:gambas/gambas - - - - - 1 changed file: - comp/src/gb.form.editor/.src/TextEditor.class View it on GitLab: https://gitlab.com/gambas/gambas/-/compare/87dc4854397fd226668898e2e8bcc19e46bad894...6e2140b1ed452f90abbc87d9dfd762616488df08 -- View it on GitLab: https://gitlab.com/gambas/gambas/-/compare/87dc4854397fd226668898e2e8bcc19e46bad894...6e2140b1ed452f90abbc87d9dfd762616488df08 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 Nov 7 20:46:59 2021 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaSAoQGJtaW5pc2luaSk=?=) Date: Sun, 07 Nov 2021 19:46:59 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] Do not use the Postgresql server includes anymore to get datatypes id. Message-ID: <61882d337f031_242b7f1404300@gitlab-sidekiq-low-urgency-cpu-bound-v2-65bdcd6d95-h9w8k.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: 4b8b7a8d by gambas at 2021-11-07T20:42:27+01:00 Do not use the Postgresql server includes anymore to get datatypes id. [CONFIGURATION] * NEW: Update gitlab CI configuration file. [GB.DB.POSTGRESQL] * BUG: Do not use the Postgresql server includes anymore to get datatypes id. Read them directly from the database at connection. That way the component can compile again on new versions of Fedora that broke the Postgresql packages. - - - - - 3 changed files: - .gitlab-ci.yml - gb.db.postgresql/configure.ac - gb.db.postgresql/src/main.c View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/4b8b7a8dbdf0264b3902c657293ec7dcda7008c3 -- View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/4b8b7a8dbdf0264b3902c657293ec7dcda7008c3 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 Nov 8 01:49:52 2021 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaSAoQGJtaW5pc2luaSk=?=) Date: Mon, 08 Nov 2021 00:49:52 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] 3 commits: The output of 'msgfmt' executions is stored in log files, one by translation. Message-ID: <618874305b1e3_252625148039f@gitlab-sidekiq-low-urgency-cpu-bound-v2-65bdcd6d95-9mx26.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: fa133a3c by gambas at 2021-11-08T01:43:27+01:00 The output of 'msgfmt' executions is stored in log files, one by translation. [COMPILER] * NEW: The output of 'msgfmt' executions is stored in log files, one by translation. - - - - - 463c8c7d by gambas at 2021-11-08T01:46:21+01:00 The F2 "find definition" function does not mistake subroutines for normal symbols anymore. [DEVELOPMENT ENVIRONMENT] * BUG: The F2 "find definition" function does not mistake subroutines for normal symbols anymore. - - - - - cebcddd5 by gambas at 2021-11-08T01:48:31+01:00 The translation logs generated by the compiler are now displayed to the user. [DEVELOPMENT ENVIRONMENT] * NEW: The translation logs generated by the compiler are now displayed to the user. * NEW: Redraw 'class' and 'module' icons. - - - - - 10 changed files: - app/src/gambas3/.src/Editor/Code/FEditor.class - app/src/gambas3/.src/VersionControl/FVersionError.class ? app/src/gambas3/.src/FCommandError.class - app/src/gambas3/.src/VersionControl/FVersionError.form ? app/src/gambas3/.src/FCommandError.form - app/src/gambas3/.src/Project.module - app/src/gambas3/.src/VersionControl/VersionControl.module - app/src/gambas3/img/module/class.png - app/src/gambas3/img/module/module.png - main/gbc/gbc.c - main/share/gb_file_share.h - main/share/gb_file_temp.h View it on GitLab: https://gitlab.com/gambas/gambas/-/compare/4b8b7a8dbdf0264b3902c657293ec7dcda7008c3...cebcddd531baec943d365f03a1b58a154c8b7e64 -- View it on GitLab: https://gitlab.com/gambas/gambas/-/compare/4b8b7a8dbdf0264b3902c657293ec7dcda7008c3...cebcddd531baec943d365f03a1b58a154c8b7e64 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 Nov 8 12:27:18 2021 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaSAoQGJtaW5pc2luaSk=?=) Date: Mon, 08 Nov 2021 11:27:18 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] Array classes can be used with the IS operator without being declared elsewhere first. Message-ID: <61890996e94a2_242961c3387@gitlab-sidekiq-low-urgency-cpu-bound-v2-5fd4b9b5d5-v8k4m.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: 1f93b372 by gambas at 2021-11-08T12:25:58+01:00 Array classes can be used with the IS operator without being declared elsewhere first. [COMPILER] * BUG: Array classes can be used with the IS operator without being declared elsewhere first. - - - - - 4 changed files: - main/gbc/gbc_class.c - main/gbc/gbc_trans.c - main/gbc/gbc_trans.h - main/gbc/gbc_trans_expr.c View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/1f93b3723c34b1cfbdaa632866d528df3f152d66 -- View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/1f93b3723c34b1cfbdaa632866d528df3f152d66 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 Nov 9 00:11:26 2021 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaSAoQGJtaW5pc2luaSk=?=) Date: Mon, 08 Nov 2021 23:11:26 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] The previous commit broke the the bit manipulation functions. Fix it. Message-ID: <6189ae9ec56ad_24296f8745d6@gitlab-sidekiq-low-urgency-cpu-bound-v2-648dbdd45c-hf6n9.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: c5174e18 by gambas at 2021-11-09T00:10:54+01:00 The previous commit broke the the bit manipulation functions. Fix it. [INTERPRETER] * BUG: The previous commit broke the the bit manipulation functions. Fix it. - - - - - 1 changed file: - main/gbx/gbx_subr_test.c View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/c5174e185da001ca4cbec0b11bd05cd557c1da93 -- View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/c5174e185da001ca4cbec0b11bd05cd557c1da93 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 Nov 8 23:55:10 2021 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaSAoQGJtaW5pc2luaSk=?=) Date: Mon, 08 Nov 2021 22:55:10 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] AND, OR and XOR operators now work correctly when one of its argument is a... Message-ID: <6189aace5f4d1_242b48041296@gitlab-sidekiq-low-urgency-cpu-bound-v2-648dbdd45c-j57n4.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: 0ff81df0 by gambas at 2021-11-08T23:54:28+01:00 AND, OR and XOR operators now work correctly when one of its argument is a Long and the other is not. [INTERPRETER] * BUG: AND, OR and XOR operators now work correctly when one of its argument is a Long and the other is not. - - - - - 2 changed files: - main/gbx/gbx_subr_math.c - main/gbx/gbx_subr_test.c View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/0ff81df085514942c25b462e1b81dbe32a2acf71 -- View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/0ff81df085514942c25b462e1b81dbe32a2acf71 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 Nov 9 02:05:13 2021 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaSAoQGJtaW5pc2luaSk=?=) Date: Tue, 09 Nov 2021 01:05:13 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] 2 commits: TextHighlighter: Fix ToANSI() method. Message-ID: <6189c9495d926_24296308001f@gitlab-sidekiq-low-urgency-cpu-bound-v2-648dbdd45c-nt98k.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: e2b49075 by gambas at 2021-11-09T01:21:18+01:00 TextHighlighter: Fix ToANSI() method. [GB.EVAL.HIGHLIGHT] * BUG: TextHighlighter: Fix ToANSI() method. * BUG: Fix unit tests. - - - - - 33140371 by gambas at 2021-11-09T02:05:07+01:00 TerminalView: Support for RGB colors. [GB.FORM.TERMINAL] * NEW: TerminalView: Support for RGB colors. Use a bit more memory. - - - - - 14 changed files: - comp/src/gb.eval.highlight/.src/TestSuite/AnsiTextColor.test - comp/src/gb.eval.highlight/.src/TestSuite/HtmlTextFormatColor.test - comp/src/gb.eval.highlight/.src/TestSuite/RichTextFormatColor.test - comp/src/gb.eval.highlight/.src/TextHighlighter.class - comp/src/gb.eval.highlight/.test - comp/src/gb.eval.highlight/UnitTest/ANSITestResults - comp/src/gb.eval.highlight/UnitTest/HTMLTestResults - comp/src/gb.eval.highlight/UnitTest/RTFTestResults - comp/src/gb.form.terminal/.project - comp/src/gb.form.terminal/.src/TerminalView/CTerminalLine.class - comp/src/gb.form.terminal/.src/TerminalView/TerminalAttr.class - comp/src/gb.form.terminal/.src/TerminalView/TerminalFilter_VT100.class - comp/src/gb.form.terminal/.src/TerminalView/TerminalScreen.class - comp/src/gb.form.terminal/.src/TerminalView/test/FTestTerminalView.form View it on GitLab: https://gitlab.com/gambas/gambas/-/compare/c5174e185da001ca4cbec0b11bd05cd557c1da93...33140371d1f568acf7ddbc138d53fb701b7d32f5 -- View it on GitLab: https://gitlab.com/gambas/gambas/-/compare/c5174e185da001ca4cbec0b11bd05cd557c1da93...33140371d1f568acf7ddbc138d53fb701b7d32f5 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 Nov 9 02:10:22 2021 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaSAoQGJtaW5pc2luaSk=?=) Date: Tue, 09 Nov 2021 01:10:22 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] Automatic completion: Do not insert a space if the completion is triggered by... Message-ID: <6189ca7e866c5_262966c42391@gitlab-sidekiq-low-urgency-cpu-bound-v2-648dbdd45c-4rt85.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: 52dbf8fd by gambas at 2021-11-09T02:10:18+01:00 Automatic completion: Do not insert a space if the completion is triggered by a bracket, a point or an exclamation mark. [DEVELOPMENT ENVIRONMENT] * BUG: Automatic completion: Do not insert a space if the completion is triggered by a bracket, a point or an exclamation mark. - - - - - 1 changed file: - app/src/gambas3/.src/Editor/Code/FCompletion.class View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/52dbf8fdf383b16d3863974829550c879295d8d6 -- View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/52dbf8fdf383b16d3863974829550c879295d8d6 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 Nov 10 01:36:40 2021 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaSAoQGJtaW5pc2luaSk=?=) Date: Wed, 10 Nov 2021 00:36:40 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] Form editor: Draw the red border of containers in a more logical way. Message-ID: <618b141870588_25297ac-24b@gitlab-sidekiq-low-urgency-cpu-bound-v2-6b4d69d467-hq6vl.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: 5b58d768 by gambas at 2021-11-10T01:36:33+01:00 Form editor: Draw the red border of containers in a more logical way. [DEVELOPMENT ENVIRONMENT] * NEW: Form editor: Draw the red border of containers in a more logical way. - - - - - 9 changed files: - app/src/gambas3/.src/Editor/Code/FCompletion.form - app/src/gambas3/.src/Editor/Form/CControl.class - app/src/gambas3/.src/Editor/Form/FForm.class - app/src/gambas3/.src/Editor/Form/FForm.form - app/src/gambas3/.src/FMain.form - app/src/gambas3/.src/Family/CFamily.class - app/src/gambas3/.src/Family/Form/CFamilyForm.class - app/src/gambas3/.src/Family/WebForm/CFamilyWebForm.class - app/src/gambas3/.src/Family/WebForm/WebformWebMenu.class View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/5b58d76864b482d7c89bbebc0ed3f0d8c4981f53 -- View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/5b58d76864b482d7c89bbebc0ed3f0d8c4981f53 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 Nov 12 21:48:50 2021 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaSAoQGJtaW5pc2luaSk=?=) Date: Fri, 12 Nov 2021 20:48:50 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] TextEditor: In "gambas" mode, `ALT+'` and `ALT+"` now respectively add single... Message-ID: <618ed33272ded_24168661c474bd@gitlab-sidekiq-low-urgency-cpu-bound-v2-5f8c769bbd-bl97f.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: c9517c42 by gambas at 2021-11-12T21:48:44+01:00 TextEditor: In "gambas" mode, `ALT+'` and `ALT+"` now respectively add single quotes and double quotes around the current selection. [GB.FORM.EDITOR] * NEW: TextEditor: In "gambas" mode, `ALT+'` and `ALT+"` now respectively add single quotes and double quotes around the current selection. - - - - - 1 changed file: - comp/src/gb.form.editor/.src/TextEditorMode_Gambas.class View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/c9517c42eaf9360d712d9c0478e107a9fd62f19c -- View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/c9517c42eaf9360d712d9c0478e107a9fd62f19c 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 Nov 12 21:26:44 2021 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaSAoQGJtaW5pc2luaSk=?=) Date: Fri, 12 Nov 2021 20:26:44 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] 3 commits: HtmlView: The Back() method now returns TRUE if going back is impossible. Message-ID: <618ece049c457_24298604565e@gitlab-sidekiq-low-urgency-cpu-bound-v2-5f8c769bbd-bl97f.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: 0165a1be by gambas at 2021-11-12T21:19:55+01:00 HtmlView: The Back() method now returns TRUE if going back is impossible. [GB.FORM.HTMLVIEW] * NEW: HtmlView: The Back() method now returns TRUE if going back is impossible. - - - - - cad8414c by gambas at 2021-11-12T21:26:04+01:00 HtmlView: Clear() is a new method that clears the view contents and the history. [GB.FORM.HTMLVIEW] * NEW: HtmlView: Clear() is a new method that clears the view contents and the history. - - - - - 375ce852 by gambas at 2021-11-12T21:26:40+01:00 Project property dialog: The component help does not crash anymore when hitting the back button. [DEVELOPMENT ENVIRONMENT] * BUG: Project property dialog: The component help does not crash anymore when hitting the back button. - - - - - 5 changed files: - app/src/gambas3/.src/Help/HelpView.class - app/src/gambas3/.src/Project/Component/FComponentChooser.class - gb.form.htmlview/src/gb.form.htmlview/.src/FTest.class - gb.form.htmlview/src/gb.form.htmlview/.src/FTest.form - gb.form.htmlview/src/gb.form.htmlview/.src/HtmlView.class View it on GitLab: https://gitlab.com/gambas/gambas/-/compare/89465eb4c7bbd57b32dd41ddfdbac93adbf2e189...375ce852171fb61293f62bd4314d0b5717c5ed77 -- View it on GitLab: https://gitlab.com/gambas/gambas/-/compare/89465eb4c7bbd57b32dd41ddfdbac93adbf2e189...375ce852171fb61293f62bd4314d0b5717c5ed77 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 Nov 12 21:44:43 2021 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaSAoQGJtaW5pc2luaSk=?=) Date: Fri, 12 Nov 2021 20:44:43 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] TextEditor: Setting the Text property correctly resets the internal highlighting state. Message-ID: <618ed23b3be9b_25297ac1957@gitlab-sidekiq-low-urgency-cpu-bound-v2-5f8c769bbd-wtgh8.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: b374ba78 by gambas at 2021-11-12T21:44:25+01:00 TextEditor: Setting the Text property correctly resets the internal highlighting state. [GB.FORM.EDITOR] * BUG: TextEditor: Setting the Text property correctly resets the internal highlighting state. - - - - - 3 changed files: - comp/src/gb.form.editor/.src/CDocument.class - 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/b374ba78deb0a345e3e57ff5aac37d1b7af43918 -- View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/b374ba78deb0a345e3e57ff5aac37d1b7af43918 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 Nov 12 22:03:32 2021 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaSAoQGJtaW5pc2luaSk=?=) Date: Fri, 12 Nov 2021 21:03:32 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] 2 commits: Desktop: Ensure that desktop types are in upper case. Message-ID: <618ed6a49d831_24179324415575@gitlab-sidekiq-low-urgency-cpu-bound-v2-5f8c769bbd-d678r.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: 8006f3b3 by gambas at 2021-11-12T22:01:07+01:00 Desktop: Ensure that desktop types are in upper case. [GB.GUI.BASE] * BUG: Desktop: Ensure that desktop types are in upper case. - - - - - fc556669 by gambas at 2021-11-12T22:03:23+01:00 Desktop.OpenTerminal() now correctly interprets again 'Desktop.Type'. [GB.DESKTOP] * BUG: Desktop.OpenTerminal() now correctly interprets again 'Desktop.Type', which does not include the entire contents of $XDG_CURRENT_DESKTOP, but only the first one of that colon-separated desktop names list. - - - - - 3 changed files: - comp/src/gb.desktop/.src/Desktop.class - comp/src/gb.desktop/.src/Main.module - comp/src/gb.gui.base/.src/Desktop.class View it on GitLab: https://gitlab.com/gambas/gambas/-/compare/c9517c42eaf9360d712d9c0478e107a9fd62f19c...fc556669d85c8590217e51e7119ad993f89fd257 -- View it on GitLab: https://gitlab.com/gambas/gambas/-/compare/c9517c42eaf9360d712d9c0478e107a9fd62f19c...fc556669d85c8590217e51e7119ad993f89fd257 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 Nov 12 21:06:02 2021 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaSAoQGJtaW5pc2luaSk=?=) Date: Fri, 12 Nov 2021 20:06:02 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] Now an HtmlView is used everywhere for displaying help when offline help is... Message-ID: <618ec92aa0e49_242984c453b@gitlab-sidekiq-low-urgency-cpu-bound-v2-5f8c769bbd-bl97f.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: 89465eb4 by gambas at 2021-11-12T21:05:54+01:00 Now an HtmlView is used everywhere for displaying help when offline help is enabled. Otherwise a WebView is used. [DEVELOPMENT ENVIRONMENT] * BUG: Now an HtmlView is used everywhere for displaying help when offline help is enabled. Otherwise a WebView is used. * NEW: Many updates of forms ('Mouse' constants replaced by 'Cursor' constants, and PictureBox pictures not cached anymore) - - - - - 30 changed files: - app/src/gambas3/.src/Connection/FNewConnection.form - app/src/gambas3/.src/Debug/FCrash.form - app/src/gambas3/.src/Debug/FDebugInfo.form - app/src/gambas3/.src/Editor/Code/FCompletion.class - app/src/gambas3/.src/Editor/Code/FCompletion.form - app/src/gambas3/.src/Editor/Code/FEditor.form - app/src/gambas3/.src/Editor/Code/FProcedureList.form - app/src/gambas3/.src/Editor/Code/FSignature.class - app/src/gambas3/.src/Editor/Code/FSignature.form - app/src/gambas3/.src/Editor/Code/FTextEditor.form - app/src/gambas3/.src/Editor/FInsertChar.form - app/src/gambas3/.src/Editor/Form/FProperty.class - app/src/gambas3/.src/Editor/Form/FProperty.form - app/src/gambas3/.src/Editor/Image/FImageProperty.form - app/src/gambas3/.src/Editor/Image/FImageQuality.form - app/src/gambas3/.src/Help/FHelpBrowser.class - app/src/gambas3/.src/Help/FHelpBrowser.form - app/src/gambas3/.src/Help/FHelpShortcut.class - app/src/gambas3/.src/Help/FHelpShortcut.form - app/src/gambas3/.src/Help/FTips.form - app/src/gambas3/.src/Help/HelpBrowser.class - app/src/gambas3/.src/Help/HelpView.class - app/src/gambas3/.src/Help/MHelp.module - app/src/gambas3/.src/Options/FOption.class - app/src/gambas3/.src/Options/FOption.form - app/src/gambas3/.src/Project/Component/FComponentChooser.class - app/src/gambas3/.src/Project/Component/FComponentChooser.form - app/src/gambas3/.src/Project/Conversion/FConvert.form - app/src/gambas3/.src/Project/FCreateProject.form - app/src/gambas3/.src/Project/Farm/FSoftwareFarm.form View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/89465eb4c7bbd57b32dd41ddfdbac93adbf2e189 -- View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/89465eb4c7bbd57b32dd41ddfdbac93adbf2e189 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 Nov 13 00:19:30 2021 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaSAoQGJtaW5pc2luaSk=?=) Date: Fri, 12 Nov 2021 23:19:30 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] Embedded windows now behave the same way as in Qt components, and raise their... Message-ID: <618ef6821f8bf_242970c437af@gitlab-sidekiq-low-urgency-cpu-bound-v2-5f8c769bbd-hnkvd.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: 618a84f2 by gambas at 2021-11-13T00:18:38+01:00 Embedded windows now behave the same way as in Qt components, and raise their Open and Show events as expected. [GB.GTK] * BUG: Embedded windows now behave the same way as in Qt components, and raise their Open and Show events as expected. [GB.GTK3] * BUG: Embedded windows now behave the same way as in Qt components, and raise their Open and Show events as expected. - - - - - 2 changed files: - gb.gtk/src/CWindow.cpp - gb.gtk/src/gmainwindow.cpp View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/618a84f2647e74b13b1018360beaab8e9fb434bc -- View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/618a84f2647e74b13b1018360beaab8e9fb434bc 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 Nov 14 18:58:18 2021 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaSAoQGJtaW5pc2luaSk=?=) Date: Sun, 14 Nov 2021 17:58:18 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] TextEditor: Setting the Highlight property now works correctly all the time. Message-ID: <61914e3a5806d_2470ebe046271b@gitlab-sidekiq-low-urgency-cpu-bound-v2-5f8c769bbd-jckd6.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: 6a495cbc by gambas at 2021-11-14T18:58:12+01:00 TextEditor: Setting the Highlight property now works correctly all the time. [GB.FORM.EDITOR] * BUG: TextEditor: Setting the Highlight property now works correctly all the time. - - - - - 3 changed files: - comp/src/gb.form.editor/.src/CDocument.class - comp/src/gb.form.editor/.src/test/FTestEditor.class - comp/src/gb.form.editor/.src/test/FTestEditor.form View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/6a495cbc889fb1c4bb2dfea84195f68575c90589 -- View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/6a495cbc889fb1c4bb2dfea84195f68575c90589 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 Nov 14 22:09:54 2021 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaSAoQGJtaW5pc2luaSk=?=) Date: Sun, 14 Nov 2021 21:09:54 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] 2 commits: HtmlView: Mouse events do not crash a void view anymore. Message-ID: <61917b22a861_247ce2e38820cd@gitlab-sidekiq-low-urgency-cpu-bound-v2-5f8c769bbd-stdpg.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: 31818b9b by gambas at 2021-11-14T22:07:54+01:00 HtmlView: Mouse events do not crash a void view anymore. [GB.FORM.HTMLVIEW] * BUG: HtmlView: Mouse events do not crash a void view anymore. - - - - - 79ff9b9f by gambas at 2021-11-14T22:09:48+01:00 Help browser: Correctly react to switches between offline and online help.. [DEVELOPMENT ENVIRONMENT] * BUG: Help browser: Correctly react to switches between offline and online help. * NEW: Update financial support. - - - - - 7 changed files: - app/src/gambas3/.src/Help/FHelpBrowser.class - app/src/gambas3/.src/Help/FHelpBrowser.form - app/src/gambas3/.src/Help/HelpView.class - app/src/gambas3/support.txt - gb.form.htmlview/src/c_htmldocument.cpp - ? gb.form.htmlview/src/gb.form.htmlview.component - + gb.form.htmlview/src/gb.form.htmlview.component View it on GitLab: https://gitlab.com/gambas/gambas/-/compare/6a495cbc889fb1c4bb2dfea84195f68575c90589...79ff9b9f2da498db81b9396bc68373347f3a2960 -- View it on GitLab: https://gitlab.com/gambas/gambas/-/compare/6a495cbc889fb1c4bb2dfea84195f68575c90589...79ff9b9f2da498db81b9396bc68373347f3a2960 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 Nov 18 23:10:07 2021 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaSAoQGJtaW5pc2luaSk=?=) Date: Thu, 18 Nov 2021 22:10:07 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] A workaround to let submenu be displayed on Gnome system tray. The Gnome... Message-ID: <6196cf3f6e3c0_24240d8889186@gitlab-sidekiq-low-urgency-cpu-bound-v2-7ffc5cf6f6-6zxv4.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: 800b4d17 by gambas at 2021-11-18T23:09:58+01:00 A workaround to let submenu be displayed on Gnome system tray. The Gnome system tray is still buggy, never reacting to any change in menu properties. [GB.DBUS.TRAYICON] * BUG: Detect if we are on a Gnome desktop. In that case the _AboutToShow() signal always returns FALSE, otherwise submenus are not displayed. But the Gnome system tray seems to still be buggy, never reacting to any change in menu properties. * BUG: Be more robust when a tray icons has no popup menus. * BUG: Do no crash when freeing remaining tray icons at program clean-up. - - - - - 4 changed files: - comp/src/gb.dbus.trayicon/.project - comp/src/gb.dbus.trayicon/.src/DBusStatusIconMenu.class - comp/src/gb.dbus.trayicon/.src/FTest.class - comp/src/gb.dbus.trayicon/.src/TrayIcon.class View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/800b4d17a66182d233a4e185669000d89e9cfe38 -- View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/800b4d17a66182d233a4e185669000d89e9cfe38 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 Nov 22 20:03:38 2021 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaSAoQGJtaW5pc2luaSk=?=) Date: Mon, 22 Nov 2021 19:03:38 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] New implementation of breakpoints management. Breakpoints cannot be disabled... Message-ID: <619be98a7808e_24f9fe988833f@gitlab-sidekiq-low-urgency-cpu-bound-v2-8569dfccc8-pvrzk.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: 0c9a6203 by gambas at 2021-11-22T20:03:32+01:00 New implementation of breakpoints management. Breakpoints cannot be disabled anymore, and they are now displayed in the debugger panel, under the stack backtrace. [DEVELOPMENT ENVIRONMENT] * NEW: New implementation of breakpoints management. Breakpoints cannot be disabled anymore, and they are now displayed in the debugger panel, under the stack backtrace. - - - - - 9 changed files: - + app/src/gambas3/.src/Debug/Breakpoints.module - app/src/gambas3/.src/Debug/Design.module - 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/Editor/Code/FEditor.class - app/src/gambas3/.src/Exported/TextEditor.class - app/src/gambas3/.src/Options/FOption.class - app/src/gambas3/.src/Project.module View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/0c9a62038877cd003593c1453e7b8c1422e8b44b -- View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/0c9a62038877cd003593c1453e7b8c1422e8b44b 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 Nov 29 16:14:28 2021 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaSAoQGJtaW5pc2luaSk=?=) Date: Mon, 29 Nov 2021 15:14:28 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] Version control: Get the current git branch with a command that works with all versions of git. Message-ID: <61a4ee54c85_225055c80823ac@gitlab-sidekiq-low-urgency-cpu-bound-v2-57bf66866f-89wvq.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: 70505e42 by gambas at 2021-11-29T16:14:23+01:00 Version control: Get the current git branch with a command that works with all versions of git. [DEVELOPMENT ENVIRONMENT] * BUG: Version control: Get the current git branch with a command that works with all versions of git. - - - - - 1 changed file: - app/src/gambas3/.src/VersionControl/CVersionControlGit.class View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/70505e42c6b4bf2d09b4a522c19f6c9fa3889fea -- View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/70505e42c6b4bf2d09b4a522c19f6c9fa3889fea You're receiving this email because of your account on gitlab.com. -------------- next part -------------- An HTML attachment was scrubbed... URL: