From gitlab at mg.gitlab.com Wed Jul 3 11:53:15 2019 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaQ==?=) Date: Wed, 03 Jul 2019 09:53:15 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] ShowLines is a new property that makes the tree views draw tree lines. Message-ID: <5d1c7b0c1efe3_f5e3f9ac3ff323028091d1@sidekiq-asap-02-sv-gprd.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: 6ef1ef4a by gambas at 2019-07-03T09:49:32Z ShowLines is a new property that makes the tree views draw tree lines. [GB.GUI.BASE] * NEW: Paint.Arrow() is a new method that draws an arrow. * NEW: TreeView & ColumnView: ShowLines is a new property that makes the control draw tree lines. * NEW: TreeView & ColumnView: The arrow size now follows the font size. - - - - - 8 changed files: - comp/src/gb.gui.base/.icon.png - comp/src/gb.gui.base/.project - comp/src/gb.gui.base/.src/Paint.class - comp/src/gb.gui.base/.src/Test/FTreeView.class - comp/src/gb.gui.base/.src/Test/FTreeView.form - comp/src/gb.gui.base/.src/TreeView/ColumnView.class - comp/src/gb.gui.base/.src/TreeView/TreeView.class - comp/src/gb.gui.base/.src/TreeView/_TreeView.class View it on GitLab: https://gitlab.com/gambas/gambas/commit/6ef1ef4a6ea71fa2a4c089a9449b56bf48b5d5ff -- View it on GitLab: https://gitlab.com/gambas/gambas/commit/6ef1ef4a6ea71fa2a4c089a9449b56bf48b5d5ff You're receiving this email because of your account on gitlab.com. -------------- next part -------------- An HTML attachment was scrubbed... URL: From gitlab at mg.gitlab.com Wed Jul 3 19:17:24 2019 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaQ==?=) Date: Wed, 03 Jul 2019 17:17:24 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] New stock icon named 'call'. Message-ID: <5d1ce3259eb3e_42cd3fbb87e537b03620834@sidekiq-asap-02-sv-gprd.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: 03d704c0 by gambas at 2019-07-03T17:16:32Z New stock icon named 'call'. [GB.FORM] * NEW: New stock icon named 'call'. [GB.FORM.STOCK] * NEW: Add 'call' stock icon and redraw 'archive' icon. - - - - - 5 changed files: - comp/src/gb.form.stock/gambas-mono/32/archive.png - + comp/src/gb.form.stock/gambas-mono/32/call.png - comp/src/gb.form.stock/gambas/32/archive.png - + comp/src/gb.form.stock/gambas/32/call.png - comp/src/gb.form/map/icon.map View it on GitLab: https://gitlab.com/gambas/gambas/commit/03d704c092af4f68c1974a847e5a2daf7c131c3b -- View it on GitLab: https://gitlab.com/gambas/gambas/commit/03d704c092af4f68c1974a847e5a2daf7c131c3b You're receiving this email because of your account on gitlab.com. -------------- next part -------------- An HTML attachment was scrubbed... URL: From gitlab at mg.gitlab.com Wed Jul 3 19:19:02 2019 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaQ==?=) Date: Wed, 03 Jul 2019 17:19:02 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] TerminalView: Update colors so that they are readable both on a light and a dark background. Message-ID: <5d1ce3888d5e_1e3e3fc9136fba7839984af@sidekiq-asap-05-sv-gprd.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: a0fd6a99 by gambas at 2019-07-03T17:18:02Z TerminalView: Update colors so that they are readable both on a light and a dark background. [GB.FORM.TERMINAL] * BUG: TerminalView: Update colors so that they are readable both on a light and a dark background. - - - - - 3 changed files: - comp/src/gb.form.terminal/.src/TerminalView/TerminalScreen.class - comp/src/gb.form.terminal/.src/TerminalView/TerminalView.class - comp/src/gb.form.terminal/.src/TerminalView/test/FTestTerminalView.class View it on GitLab: https://gitlab.com/gambas/gambas/commit/a0fd6a99b71af2fd3ce22374da36c10e4f9eb39d -- View it on GitLab: https://gitlab.com/gambas/gambas/commit/a0fd6a99b71af2fd3ce22374da36c10e4f9eb39d You're receiving this email because of your account on gitlab.com. -------------- next part -------------- An HTML attachment was scrubbed... URL: From gitlab at mg.gitlab.com Wed Jul 3 21:40:38 2019 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaQ==?=) Date: Wed, 03 Jul 2019 19:40:38 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] Add 128 pixels versions of stock icons used by mimetypes. Message-ID: <5d1d04b65d977_56b33fb18075314c452795b@sidekiq-asap-03-sv-gprd.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: d58e3c15 by gambas at 2019-07-03T19:39:55Z Add 128 pixels versions of stock icons used by mimetypes. [GB.FORM.STOCK] * NEW: Add 128 pixels versions of stock icons used by mimetypes. - - - - - 24 changed files: - comp/src/gb.form.stock/gambas-mono/32/html.png - comp/src/gb.form.stock/gambas-mono/32/trash.png - + comp/src/gb.form.stock/gambas/128/archive.png - + comp/src/gb.form.stock/gambas/128/audio.png - + comp/src/gb.form.stock/gambas/128/c.png - + comp/src/gb.form.stock/gambas/128/cpp.png - + comp/src/gb.form.stock/gambas/128/css.png - + comp/src/gb.form.stock/gambas/128/exec.png - + comp/src/gb.form.stock/gambas/128/file.png - + comp/src/gb.form.stock/gambas/128/font.png - + comp/src/gb.form.stock/gambas/128/h.png - + comp/src/gb.form.stock/gambas/128/html.png - + comp/src/gb.form.stock/gambas/128/image.png - + comp/src/gb.form.stock/gambas/128/js.png - + comp/src/gb.form.stock/gambas/128/pdf.png - + comp/src/gb.form.stock/gambas/128/program.png - + comp/src/gb.form.stock/gambas/128/script.png - + comp/src/gb.form.stock/gambas/128/table.png - + comp/src/gb.form.stock/gambas/128/text.png - + comp/src/gb.form.stock/gambas/128/trash.png - + comp/src/gb.form.stock/gambas/128/vector.png - + comp/src/gb.form.stock/gambas/128/video.png - comp/src/gb.form.stock/gambas/32/html.png - comp/src/gb.form.stock/gambas/32/trash.png View it on GitLab: https://gitlab.com/gambas/gambas/commit/d58e3c15dd5f89e70fe1b8af2fd8797d804459f2 -- View it on GitLab: https://gitlab.com/gambas/gambas/commit/d58e3c15dd5f89e70fe1b8af2fd8797d804459f2 You're receiving this email because of your account on gitlab.com. -------------- next part -------------- An HTML attachment was scrubbed... URL: From gitlab at mg.gitlab.com Wed Jul 3 22:06:05 2019 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaQ==?=) Date: Wed, 03 Jul 2019 20:06:05 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] 2 commits: [GB.QT5] Message-ID: <5d1d0aaec1b07_56b33fb18075314c4623942@sidekiq-asap-03-sv-gprd.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: 53a8b5bd by Laurent Carlier at 2019-07-03T08:27:12Z [GB.QT5] * BUG: Fix build with Qt 5.13. [GB.QT5.EXT] * BUG: Fix build with Qt 5.13. [GB.QT5.OPENGL] * BUG: Fix build with Qt 5.13. [GB.QT5.WEBKIT] * BUG: Fix build with Qt 5.13. - - - - - 096d63af by Beno?t Minisini at 2019-07-03T20:06:00Z Merge branch 'qt-5.13' into 'master' Fix build with Qt 5.13 See merge request gambas/gambas!103 - - - - - 18 changed files: - gb.qt4/src/CCheckBox.h - gb.qt4/src/CClipboard.h - gb.qt4/src/CDrawingArea.h - gb.qt4/src/CFrame.h - gb.qt4/src/CLabel.h - gb.qt4/src/CMenu.h - gb.qt4/src/CRadioButton.h - gb.qt4/src/CSlider.h - gb.qt4/src/CTabStrip.h - gb.qt4/src/CTextArea.h - gb.qt4/src/CTextBox.h - gb.qt4/src/ctrayicon.h - gb.qt4/src/ext/CDial.cpp - gb.qt4/src/ext/CDial.h - gb.qt4/src/ext/CTextEdit.h - gb.qt4/src/main.h - gb.qt4/src/webkit/ccookiejar.h - gb.qt5/src/opengl/CGLarea.h View it on GitLab: https://gitlab.com/gambas/gambas/compare/d58e3c15dd5f89e70fe1b8af2fd8797d804459f2...096d63af9aca062120612fe5c10c5c5d103742f9 -- View it on GitLab: https://gitlab.com/gambas/gambas/compare/d58e3c15dd5f89e70fe1b8af2fd8797d804459f2...096d63af9aca062120612fe5c10c5c5d103742f9 You're receiving this email because of your account on gitlab.com. -------------- next part -------------- An HTML attachment was scrubbed... URL: From gitlab at mg.gitlab.com Wed Jul 3 22:06:53 2019 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaQ==?=) Date: Wed, 03 Jul 2019 20:06:53 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] 2 commits: Contains fix and new Italian translations Message-ID: <5d1d0addd4638_56b33fb184bd015846275ee@sidekiq-asap-03-sv-gprd.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: a9bd2fe8 by GianluigiOr at 2019-07-03T17:20:38Z Contains fix and new Italian translations [DEVELOPMENT ENVIRONMENT] * NEW: The IDE translation is now fix and complete. [GB.FORM.TERMINAL] * NEW: The complete translation. [GB.TERM.FORM] * NEW: The translation is now complete. [GB.UTIL] * New: The translation is now fix - - - - - 820c8cf9 by Beno?t Minisini at 2019-07-03T20:06:51Z Merge branch 'italian-translations' into 'master' Contains fix and new Italian translations See merge request gambas/gambas!104 - - - - - 4 changed files: - app/src/gambas3/.lang/it.po - + comp/src/gb.form.terminal/.lang/it.po - comp/src/gb.term.form/.lang/it.po - + comp/src/gb.util/.lang/it.po View it on GitLab: https://gitlab.com/gambas/gambas/compare/096d63af9aca062120612fe5c10c5c5d103742f9...820c8cf9bb0fe84d70cc289308da03cdcd303b86 -- View it on GitLab: https://gitlab.com/gambas/gambas/compare/096d63af9aca062120612fe5c10c5c5d103742f9...820c8cf9bb0fe84d70cc289308da03cdcd303b86 You're receiving this email because of your account on gitlab.com. -------------- next part -------------- An HTML attachment was scrubbed... URL: From gitlab at mg.gitlab.com Thu Jul 4 03:00:52 2019 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaQ==?=) Date: Thu, 04 Jul 2019 01:00:52 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] Packager: Create lower-case symbolic links on executables for Debian, ... Message-ID: <5d1d4fc638a20_62eb3ffa35bbdb6c281777@sidekiq-asap-05-sv-gprd.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: e9da726b by gambas at 2019-07-04T00:54:16Z Packager: Create lower-case symbolic links on executables for Debian, Slackware, ArchLinux and Autotools packages. [DEVELOPMENT ENVIRONMENT] * BUG: Image editor: Show the grid below the selection and other tool strokes. * NEW: Packager: Create lower-case symbolic links on executables for Debian, Slackware, ArchLinux and Autotools packages. * NEW: Packager: Autotools package does not use the deprecated AM_INIT_AUTOMAKE syntax anymore. - - - - - 4 changed files: - app/src/gambas3/.src/Editor/Image/FImageEditor.class - app/src/gambas3/.src/Packager/Package.module - app/src/gambas3/install/Makefile.am - app/src/gambas3/install/acinclude.m4 View it on GitLab: https://gitlab.com/gambas/gambas/commit/e9da726b96438eadaf2069123db715a1e395562c -- View it on GitLab: https://gitlab.com/gambas/gambas/commit/e9da726b96438eadaf2069123db715a1e395562c You're receiving this email because of your account on gitlab.com. -------------- next part -------------- An HTML attachment was scrubbed... URL: From gitlab at mg.gitlab.com Thu Jul 4 20:52:49 2019 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaQ==?=) Date: Thu, 04 Jul 2019 18:52:49 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] Editor: Fix Highlight.Alternate property. Message-ID: <5d1e4b0236977_7e783fa59728d59412111080@sidekiq-asap-04-sv-gprd.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: 5fcf191a by gambas at 2019-07-04T18:52:17Z Editor: Fix Highlight.Alternate property. [GB.QT4.EXT] * BUG: Editor: Fix Highlight.Alternate property. - - - - - 1 changed file: - gb.qt4/src/ext/CEditor.cpp View it on GitLab: https://gitlab.com/gambas/gambas/commit/5fcf191a1fb22208ef794e5e8153ceca1df2519c -- View it on GitLab: https://gitlab.com/gambas/gambas/commit/5fcf191a1fb22208ef794e5e8153ceca1df2519c You're receiving this email because of your account on gitlab.com. -------------- next part -------------- An HTML attachment was scrubbed... URL: From gitlab at mg.gitlab.com Fri Jul 5 00:15:59 2019 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaQ==?=) Date: Thu, 04 Jul 2019 22:15:59 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] Message: Workaround a text layout bug when computing the size of the message box. Message-ID: <5d1e7aa07419_33e23f9b69614308783035@sidekiq-asap-03-sv-gprd.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: 8479b7f6 by gambas at 2019-07-04T22:15:19Z Message: Workaround a text layout bug when computing the size of the message box. [GB.GUI.BASE] * BUG: Message: Workaround a text layout bug when computing the size of the message box. - - - - - 1 changed file: - comp/src/gb.gui.base/.src/Message/FMessage.class View it on GitLab: https://gitlab.com/gambas/gambas/commit/8479b7f6086803edcdfe225f09c01609c340dc99 -- View it on GitLab: https://gitlab.com/gambas/gambas/commit/8479b7f6086803edcdfe225f09c01609c340dc99 You're receiving this email because of your account on gitlab.com. -------------- next part -------------- An HTML attachment was scrubbed... URL: From gitlab at mg.gitlab.com Sat Jul 6 21:47:17 2019 From: gitlab at mg.gitlab.com (Tobias Boege) Date: Sat, 06 Jul 2019 19:47:17 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] 2 commits: gb.openssl: Allow arbitrary digests in HMac() Message-ID: <5d20fac67b65e_4bd3fc54fe2394411555f1@sidekiq-asap-03-sv-gprd.mail> Tobias Boege pushed to branch master at Gambas / gambas Commits: ade69465 by Tobias Boege at 2019-07-06T19:18:33Z gb.openssl: Allow arbitrary digests in HMac() [GB.OPENSSL] * NEW: Allow arbitrary digest methods to be passed to HMac(). They are now identified by their name. The integer arguments are deprecated. - - - - - d913a599 by Tobias Boege at 2019-07-06T19:45:37Z gb.openssl: Add OpenSSL static class and RandomBytes method [GB.OPENSSL] * NEW: Add static class OpenSSL for general utility methods provided by OpenSSL * NEW: Add OpenSSL.RandomBytes to generate a cryptographically strong pseudo-random string of given length - - - - - 5 changed files: - gb.openssl/src/Makefile.am - gb.openssl/src/c_hmac.c - + gb.openssl/src/c_openssl.c - + gb.openssl/src/c_openssl.h - gb.openssl/src/main.c View it on GitLab: https://gitlab.com/gambas/gambas/compare/8479b7f6086803edcdfe225f09c01609c340dc99...d913a599292b4df741bd92f81a198128e13a4e8e -- View it on GitLab: https://gitlab.com/gambas/gambas/compare/8479b7f6086803edcdfe225f09c01609c340dc99...d913a599292b4df741bd92f81a198128e13a4e8e You're receiving this email because of your account on gitlab.com. -------------- next part -------------- An HTML attachment was scrubbed... URL: From gitlab at mg.gitlab.com Tue Jul 9 19:53:55 2019 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaQ==?=) Date: Tue, 09 Jul 2019 17:53:55 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] 6 commits: Add Paint.FontScale, and make gb.gtk and gb.gtk3 printer drawing behave the same as QT components. Message-ID: <5d24d4b44334d_76623faba231328c791937b@sidekiq-asap-05-sv-gprd.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: 798b1d54 by gambas at 2019-07-09T17:35:01Z Add Paint.FontScale, and make gb.gtk and gb.gtk3 printer drawing behave the same as QT components. [GB.DRAW] * NEW: Paint: FontScale is a new property that defines a scale applied to the size of the fonts assigned to the Paint.Font property. * NEW: Paint: Scale() second argument is now optional, and takes the same value as the first argument if omitted. [GB.GTK] * NEW: Paint: Implementation of Paint.FontScale. * BUG: Printer: All printer events are raised between a single Paint.Begin() / Paint.End(). [GB.GTK3] * NEW: Paint: Implementation of Paint.FontScale. * BUG: Printer: All printer events are raised between a single Paint.Begin() / Paint.End(). * BUG: Printer: Print() does now crash anymore. * BUG: Printer: Font sizes now are the same as with QT components. [GB.QT4] * NEW: Paint: Implementation of Paint.FontScale. [GB.QT5] * NEW: Paint: Implementation of Paint.FontScale. - - - - - 63b503ca by gambas at 2019-07-09T17:41:10Z Make the TreeView arrows a little bit thinner and darker [GB.GUI.BASE] * NEW: Make the TreeView arrows a little bit thinner and darker. - - - - - f44b12f1 by gambas at 2019-07-09T17:43:15Z DocumentView: Fix some bugs and add ShowPage and Desaturate properties. [GB.FORM] * NEW: DocumentView: The default background color is now a mix of the default text foreground and background colors. * BUG: DocumentView: Use Paint.Begin() instead of Draw.Begin(), so that preview uses anti-aliasing. * BUG: DocumentView: Fix some cases of page drawing not correctly triggered. * NEW: DocumentView: ShowPage is new property that displays the current page and the number of pages inside the preview. * NEW: DocumentView: Desaturate is a new property that desaturates the preview. It's slow when the zoom is huge. * NEW: DocumentView: Allow zoom up to 800%. - - - - - be96ff02 by gambas at 2019-07-09T17:48:41Z 'gb.form.print' is a new component extends the Printer class with a generic preview and print dialog. [GB.FORM.PRINT] * NEW: 'gb.form.print' is a new component extends the Printer class with a generic preview and print dialog. - - - - - c5b2b508 by gambas at 2019-07-09T17:49:59Z Text and code editors now can print their contents. [DEVELOPMENT ENVIRONMENT] * NEW: Add support for the new 'gb.form.print' component. * NEW: Code editor: Add a print button and menu entry that prints the contents of the editor. * NEW: Text editor: Add a print button and menu entry that prints the contents of the editor. * NEW: Option dialog: Add an option to define the font used for printing. - - - - - 7ac42872 by gambas at 2019-07-09T17:53:45Z Merge branch 'master' of gitlab.com:gambas/gambas - - - - - 30 changed files: - app/src/gambas3/.icon.png - app/src/gambas3/.lang/fr.po - app/src/gambas3/.project - app/src/gambas3/.src/Component/CDocumentation.class - app/src/gambas3/.src/Editor/Code/FEditor.class - app/src/gambas3/.src/Editor/Code/FEditor.form - app/src/gambas3/.src/Editor/Code/FTextEditor.class - app/src/gambas3/.src/Editor/Code/FTextEditor.form - + app/src/gambas3/.src/Editor/MPrint.module - app/src/gambas3/.src/FMain.form - app/src/gambas3/.src/Options/FOption.class - app/src/gambas3/.src/Options/FOption.form - app/src/gambas3/.src/Packager/Package.module - + comp/src/gb.form.print/.component - + comp/src/gb.form.print/.directory - + comp/src/gb.form.print/.icon.png - + comp/src/gb.form.print/.lang/es.po - + comp/src/gb.form.print/.lang/es_ES.po - + comp/src/gb.form.print/.lang/fr.po - + comp/src/gb.form.print/.lang/it.po - + comp/src/gb.form.print/.lang/nl.po - + comp/src/gb.form.print/.lang/ru.po - + comp/src/gb.form.print/.project - + comp/src/gb.form.print/.src/FPreview.class - + comp/src/gb.form.print/.src/FPreview.form - + comp/src/gb.form.print/.src/FPrinting.class - + comp/src/gb.form.print/.src/FPrinting.form - + comp/src/gb.form.print/.src/MTest.module - + comp/src/gb.form.print/.src/Printer.class - + comp/src/gb.form.print/img/print-full-width.png View it on GitLab: https://gitlab.com/gambas/gambas/compare/d913a599292b4df741bd92f81a198128e13a4e8e...7ac4287247232ba4f4e5a65a12d566762ab4493f -- View it on GitLab: https://gitlab.com/gambas/gambas/compare/d913a599292b4df741bd92f81a198128e13a4e8e...7ac4287247232ba4f4e5a65a12d566762ab4493f You're receiving this email because of your account on gitlab.com. -------------- next part -------------- An HTML attachment was scrubbed... URL: From gitlab at mg.gitlab.com Wed Jul 10 04:27:41 2019 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaQ==?=) Date: Wed, 10 Jul 2019 02:27:41 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] 5 commits: Automatically set Paint.FontScale when painting on a printer, so that font... Message-ID: <5d254d1e52543_57163fae6852005c89445e2@sidekiq-asap-02-sv-gprd.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: ad7b2a49 by gambas at 2019-07-10T02:19:02Z Automatically set Paint.FontScale when painting on a printer, so that font size is actually the same as on the screen. [GB.GTK] * NEW: Automatically set Paint.FontScale when painting on a printer, so that font size is actually the same as on the screen. [GB.GTK3] * NEW: Automatically set Paint.FontScale when painting on a printer, so that font size is actually the same as on the screen. [GB.QT4] * NEW: Automatically set Paint.FontScale when painting on a printer, so that font size is actually the same as on the screen. * BUG: Fix rich text size margins between paragraphs and titles. * BUG: Fix rich text size computation. [GB.QT5] * NEW: Automatically set Paint.FontScale when painting on a printer, so that font size is actually the same as on the screen. * BUG: Fix rich text size margins between paragraphs and titles. * BUG: Fix rich text size computation. - - - - - 8e487e5b by gambas at 2019-07-10T02:22:14Z Painting on an already painted device now correctly inherits the Paint.FontScale property. [GB.DRAW] * BUG: Painting on an already painted device now correctly inherits the Paint.FontScale property. - - - - - b0801ec7 by gambas at 2019-07-10T02:23:10Z DocumentView: Correctly reset the scroll position when setting Arrangement to Arrange.Fill. [GB.FORM] * BUG: DocumentView: Correctly reset the scroll position when setting Arrangement to Arrange.Fill. * OPT: DocumentView: Desaturate is faster now as it is done only once per page drawing. - - - - - 0310b584 by gambas at 2019-07-10T02:25:18Z TextEditor: TextEditor[].Paint() is a new method that paint the contents of a line, without the margin. [GB.FORM.EDITOR] * NEW: TextEditor: TextEditor[].Paint() is a new method that paint the contents of a line, without the margin. - - - - - 52950c37 by gambas at 2019-07-10T02:27:06Z Enhance and fix the interface of the preview dialog. [GB.FORM.PRINT] * NEW: Enhance and fix the interface of the preview dialog. - - - - - 13 changed files: - comp/src/gb.form.editor/.src/TextEditor.class - comp/src/gb.form.editor/.src/_TextEditor_Line.class - comp/src/gb.form.print/.src/FPreview.class - comp/src/gb.form.print/.src/FPreview.form - comp/src/gb.form.print/.src/MTest.module - + comp/src/gb.form.print/molly-malone.txt - comp/src/gb.form/.src/DocumentView/DocumentView.class - gb.gtk/src/cpaint_impl.cpp - gb.qt4/src/CDraw.cpp - gb.qt4/src/CDraw.h - gb.qt4/src/CFont.cpp - gb.qt4/src/cpaint_impl.cpp - main/lib/draw/cpaint.c View it on GitLab: https://gitlab.com/gambas/gambas/compare/7ac4287247232ba4f4e5a65a12d566762ab4493f...52950c37ee36dcad34ca3a3ee9462e3f8a5df303 -- View it on GitLab: https://gitlab.com/gambas/gambas/compare/7ac4287247232ba4f4e5a65a12d566762ab4493f...52950c37ee36dcad34ca3a3ee9462e3f8a5df303 You're receiving this email because of your account on gitlab.com. -------------- next part -------------- An HTML attachment was scrubbed... URL: From gitlab at mg.gitlab.com Wed Jul 10 04:32:38 2019 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaQ==?=) Date: Wed, 10 Jul 2019 02:32:38 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] Fix debian-oldstable Message-ID: <5d254e46c24a9_44af3ff50675098c898319e@sidekiq-asap-03-sv-gprd.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: aa9084e3 by Beno?t Minisini at 2019-07-10T02:32:35Z Fix debian-oldstable - - - - - 1 changed file: - .gitlab-ci.yml View it on GitLab: https://gitlab.com/gambas/gambas/commit/aa9084e3dfa6a3a2675ffe5a2cdcfb3d45d57a80 -- View it on GitLab: https://gitlab.com/gambas/gambas/commit/aa9084e3dfa6a3a2675ffe5a2cdcfb3d45d57a80 You're receiving this email because of your account on gitlab.com. -------------- next part -------------- An HTML attachment was scrubbed... URL: From gitlab at mg.gitlab.com Wed Jul 10 04:36:31 2019 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaQ==?=) Date: Wed, 10 Jul 2019 02:36:31 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] Fix debian-oldstable again Message-ID: <5d254f30c9792_46f53fe5084af8f89687581@sidekiq-asap-04-sv-gprd.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: 78bd93d4 by Beno?t Minisini at 2019-07-10T02:36:24Z Fix debian-oldstable again - - - - - 1 changed file: - .gitlab-ci.yml View it on GitLab: https://gitlab.com/gambas/gambas/commit/78bd93d4657f1b37692754a34b12dd014cc0eee5 -- View it on GitLab: https://gitlab.com/gambas/gambas/commit/78bd93d4657f1b37692754a34b12dd014cc0eee5 You're receiving this email because of your account on gitlab.com. -------------- next part -------------- An HTML attachment was scrubbed... URL: From gitlab at mg.gitlab.com Wed Jul 10 04:41:47 2019 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaQ==?=) Date: Wed, 10 Jul 2019 02:41:47 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] Fix debian-oldstable by moving debian-stable to debian-oldstable Message-ID: <5d25506c2055e_46f53fe515170dd896956c8@sidekiq-asap-04-sv-gprd.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: cb115937 by Beno?t Minisini at 2019-07-10T02:41:44Z Fix debian-oldstable by moving debian-stable to debian-oldstable - - - - - 1 changed file: - .gitlab-ci.yml View it on GitLab: https://gitlab.com/gambas/gambas/commit/cb1159377de7e135f687f549318b6de01551d904 -- View it on GitLab: https://gitlab.com/gambas/gambas/commit/cb1159377de7e135f687f549318b6de01551d904 You're receiving this email because of your account on gitlab.com. -------------- next part -------------- An HTML attachment was scrubbed... URL: From gitlab at mg.gitlab.com Wed Jul 10 04:45:13 2019 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaQ==?=) Date: Wed, 10 Jul 2019 02:45:13 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] Fix debian-stable by moving debian-testing to debian-stable. Message-ID: <5d25513960ba5_76623faba9541e449292313@sidekiq-asap-05-sv-gprd.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: 30a73a44 by Beno?t Minisini at 2019-07-10T02:45:10Z Fix debian-stable by moving debian-testing to debian-stable. - - - - - 1 changed file: - .gitlab-ci.yml View it on GitLab: https://gitlab.com/gambas/gambas/commit/30a73a440fabfdb91dea7d645c8385e4d4e31be5 -- View it on GitLab: https://gitlab.com/gambas/gambas/commit/30a73a440fabfdb91dea7d645c8385e4d4e31be5 You're receiving this email because of your account on gitlab.com. -------------- next part -------------- An HTML attachment was scrubbed... URL: From gitlab at mg.gitlab.com Wed Jul 10 04:59:35 2019 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaQ==?=) Date: Wed, 10 Jul 2019 02:59:35 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] No more 'gb.desktop.keyring' in debian-stable. Message-ID: <5d2554989b40d_74123fd8fd77a2e888405ab@sidekiq-asap-01-sv-gprd.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: 4362ebbb by Beno?t Minisini at 2019-07-10T02:59:32Z No more 'gb.desktop.keyring' in debian-stable. - - - - - 1 changed file: - .gitlab-ci.yml View it on GitLab: https://gitlab.com/gambas/gambas/commit/4362ebbbbfb287c11a605b109687c479a09b643e -- View it on GitLab: https://gitlab.com/gambas/gambas/commit/4362ebbbbfb287c11a605b109687c479a09b643e You're receiving this email because of your account on gitlab.com. -------------- next part -------------- An HTML attachment was scrubbed... URL: From gitlab at mg.gitlab.com Wed Jul 10 13:24:47 2019 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaQ==?=) Date: Wed, 10 Jul 2019 11:24:47 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] 2 commits: Don't depend on 'gb.form', it breaks the compilation! Message-ID: <5d25cb008818_74123fd90e961028116867b8@sidekiq-asap-01-sv-gprd.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: 9dfcfccb by gambas at 2019-07-10T11:23:56Z Don't depend on 'gb.form', it breaks the compilation! [GB.GUI.BASE] * BUG: Don't depend on 'gb.form', it breaks the compilation! - - - - - fed1e209 by gambas at 2019-07-10T11:24:31Z Merge branch 'master' of gitlab.com:gambas/gambas - - - - - 1 changed file: - comp/src/gb.gui.base/.project View it on GitLab: https://gitlab.com/gambas/gambas/compare/4362ebbbbfb287c11a605b109687c479a09b643e...fed1e209e9c136db2c9d778dc75761d5ad42d144 -- View it on GitLab: https://gitlab.com/gambas/gambas/compare/4362ebbbbfb287c11a605b109687c479a09b643e...fed1e209e9c136db2c9d778dc75761d5ad42d144 You're receiving this email because of your account on gitlab.com. -------------- next part -------------- An HTML attachment was scrubbed... URL: From gitlab at mg.gitlab.com Wed Jul 10 22:39:33 2019 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaQ==?=) Date: Wed, 10 Jul 2019 20:39:33 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] DesktopMime: Correctly identify executables as "application/x-executable". Message-ID: <5d264d06965d9_53f43fbdb238dee835407cc@sidekiq-asap-05-sv-gprd.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: 0c0b2b64 by gambas at 2019-07-10T20:38:47Z DesktopMime: Correctly identify executables as "application/x-executable". [GB.DESKTOP] * BUG: DesktopMime: Correctly identify executables as "application/x-executable". - - - - - 4 changed files: - comp/src/gb.desktop/.component - comp/src/gb.desktop/.project - comp/src/gb.desktop/.src/DesktopMime.class - comp/src/gb.desktop/.src/Main.module View it on GitLab: https://gitlab.com/gambas/gambas/commit/0c0b2b64faaaec84e92701bb1891c3b438c0c723 -- View it on GitLab: https://gitlab.com/gambas/gambas/commit/0c0b2b64faaaec84e92701bb1891c3b438c0c723 You're receiving this email because of your account on gitlab.com. -------------- next part -------------- An HTML attachment was scrubbed... URL: From gitlab at mg.gitlab.com Wed Jul 10 23:10:42 2019 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaQ==?=) Date: Wed, 10 Jul 2019 21:10:42 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] Disable templates using components not installed on the system, and only... Message-ID: <5d2654539090b_7f2f3fee80353a64374865@sidekiq-asap-04-sv-gprd.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: 8a4d713a by gambas at 2019-07-10T21:08:15Z Disable templates using components not installed on the system, and only propose GUI components actually installed when 'gb.gui' is in use. [DEVELOPMENT ENVIRONMENT] * NEW: Project creation dialog: Disable templates using components not installed on the system. * NEW: When 'gb.gui' is used, only propose GUI components actually installed on the system. - - - - - 3 changed files: - app/src/gambas3/.src/FMain.class - app/src/gambas3/.src/Project/CProjectList.class - app/src/gambas3/.src/Project/ProjectBox.class View it on GitLab: https://gitlab.com/gambas/gambas/commit/8a4d713a4a8cac874fb900f955e37c0cf6f0216e -- View it on GitLab: https://gitlab.com/gambas/gambas/commit/8a4d713a4a8cac874fb900f955e37c0cf6f0216e You're receiving this email because of your account on gitlab.com. -------------- next part -------------- An HTML attachment was scrubbed... URL: From gitlab at mg.gitlab.com Fri Jul 12 00:44:57 2019 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaQ==?=) Date: Thu, 11 Jul 2019 22:44:57 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] 4 commits: Add a Scroll event to TreeView, ColumnView and ListView. Message-ID: <5d27bbe991c0a_3dc03fd1ce2b746c2437017@sidekiq-asap-03-sv-gprd.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: d186bf85 by gambas at 2019-07-11T22:10:45Z Add a Scroll event to TreeView, ColumnView and ListView. [GB.GUI.BASE] * BUG: GridView: Border padding is now applied inside the cell, not outside like the margin. * NEW: TreeView: A Scroll event is raised now then the TreeView, the ListView or the ColumnView scrolls. * BUG: TreeView: Setting the item Font property to NULL does not crash anymore. - - - - - 99a72c01 by gambas at 2019-07-11T22:16:29Z TabPanel: Use the TabPanel foreground color to draw the titles of the tabs. [GB.FORM] * NEW: Spinner: Use the foreground color to draw the spinner and its label. * NEW: TabPanel: Use the TabPanel foreground color to draw the titles of the tabs. - - - - - f82a67a4 by gambas at 2019-07-11T22:40:13Z TextEditor: Draw wrapped lines with a normal background, but with a gray hook to its right. [GB.FORM.EDITOR] * NEW: TextEditor: Draw wrapped lines with a normal background, but with a gray hook to its right. * BUG: TextEditor: Now we can set up to 32 style colors without crashing. - - - - - f1cc289b by gambas at 2019-07-11T22:40:56Z Add an option not to increment version, and draw the startup class with underline bold text instead of using an emblem. [DEVELOPMENT ENVIRONMENT] * NEW: Project tree: Startup class is now drawn with underline bold text instead of using an emblem. * NEW: Make executable dialog: Add an option not to increment version. This is options is saved in the local project settings. * NEW: Code printing: Use always the same font size for drawing page header and footer. - - - - - 25 changed files: - app/src/gambas3/.lang/fr.po - app/src/gambas3/.src/Editor/MPrint.module - app/src/gambas3/.src/FMain.class - app/src/gambas3/.src/FMain.form - app/src/gambas3/.src/Project.module - app/src/gambas3/.src/Project/CProjectTree.class - app/src/gambas3/.src/Project/FMakeExecutable.class - app/src/gambas3/.src/Project/FMakeExecutable.form - + app/src/gambas3/img/16/do-not-translate.png - app/src/gambas3/img/32/do-not-translate.png - app/src/gambas3/img/32/startup.png - comp/src/gb.form.editor/.src/TextEditor.class - comp/src/gb.form.editor/.src/_TextEditor_Styles.class - comp/src/gb.form.editor/.src/test/FTestEditor.class - comp/src/gb.form.editor/.src/test/FTestEditor.form - comp/src/gb.form/.project - comp/src/gb.form/.src/Spinner.class - comp/src/gb.form/.src/TabPanel/_TabPanelButton.class - comp/src/gb.form/.src/Test/FSpinner.form - comp/src/gb.form/.src/Test/FTestTabPanel.form - comp/src/gb.gui.base/.project - comp/src/gb.gui.base/.src/GridView/GridView.class - comp/src/gb.gui.base/.src/Test/FGridView.class - comp/src/gb.gui.base/.src/TreeView/_TreeView.class - comp/src/gb.gui.base/.src/TreeView/_TreeView_Item.class View it on GitLab: https://gitlab.com/gambas/gambas/compare/8a4d713a4a8cac874fb900f955e37c0cf6f0216e...f1cc289bfb80cde636c20af11bd952f7af025c8e -- View it on GitLab: https://gitlab.com/gambas/gambas/compare/8a4d713a4a8cac874fb900f955e37c0cf6f0216e...f1cc289bfb80cde636c20af11bd952f7af025c8e You're receiving this email because of your account on gitlab.com. -------------- next part -------------- An HTML attachment was scrubbed... URL: From gitlab at mg.gitlab.com Mon Jul 15 15:40:40 2019 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaQ==?=) Date: Mon, 15 Jul 2019 13:40:40 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] Add ByRef annotations to the ".info" files generated by the compiler. Message-ID: <5d2c8258df4e7_2bda3fa38e25b97816768013@sidekiq-asap-01-sv-gprd.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: f6f7f85f by gambas at 2019-07-15T13:38:52Z Add ByRef annotations to the ".info" files generated by the compiler. [COMPILER] * NEW: Add ByRef annotations to the ".info" files generated by the compiler. The name of "ByRef" method arguments is now prefixed with a '&' character. - - - - - 3 changed files: - main/gbc/gbc_dump.c - main/gbc/gbc_header.c - main/share/gbc_trans_common.h View it on GitLab: https://gitlab.com/gambas/gambas/commit/f6f7f85f8bc3f73468127c739733b083b9f7dbca -- View it on GitLab: https://gitlab.com/gambas/gambas/commit/f6f7f85f8bc3f73468127c739733b083b9f7dbca You're receiving this email because of your account on gitlab.com. -------------- next part -------------- An HTML attachment was scrubbed... URL: From gitlab at mg.gitlab.com Mon Jul 15 17:44:42 2019 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaQ==?=) Date: Mon, 15 Jul 2019 15:44:42 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] Always reload the project after a pull / update from the repository. Support... Message-ID: <5d2c9f6b922ba_4cd93fdc7496b4381884505d@sidekiq-asap-02-sv-gprd.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: 07398d8d by gambas at 2019-07-15T15:42:00Z Always reload the project after a pull / update from the repository. Support for the 'ByRef' annotation in '*.info' files. [DEVELOPMENT ENVIRONMENT] * NEW: Support for the 'ByRef' annotation in '*.info' files. * BUG: Version control: Always reload the project after a pull / update from the repository. - - - - - 4 changed files: - app/src/gambas3/.src/Component/CSymbolInfo.class - app/src/gambas3/.src/Project/Component/FComponentChooser.class - app/src/gambas3/.src/Project/FProjectProperty.class - app/src/gambas3/.src/VersionControl/VersionControl.module View it on GitLab: https://gitlab.com/gambas/gambas/commit/07398d8d821654f0872a70000f9a47a60cedf6b0 -- View it on GitLab: https://gitlab.com/gambas/gambas/commit/07398d8d821654f0872a70000f9a47a60cedf6b0 You're receiving this email because of your account on gitlab.com. -------------- next part -------------- An HTML attachment was scrubbed... URL: From gitlab at mg.gitlab.com Mon Jul 15 18:04:04 2019 From: gitlab at mg.gitlab.com (Tobias Boege) Date: Mon, 15 Jul 2019 16:04:04 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] DataComboView: Add parameter to signature of Event Validate Message-ID: <5d2ca3f62af7e_2bda3fa3656d64a419193663@sidekiq-asap-01-sv-gprd.mail> Tobias Boege pushed to branch master at Gambas / gambas Commits: 77fdca92 by Tobias Boege at 2019-07-15T16:03:31Z DataComboView: Add parameter to signature of Event Validate [GB.DB.FORM] * BUG: DataComboView: Add parameter to signature of Event Validate - - - - - 1 changed file: - comp/src/gb.db.form/.src/DataComboView.class View it on GitLab: https://gitlab.com/gambas/gambas/commit/77fdca92822df22bcd8d38a60ffe156c402646e2 -- View it on GitLab: https://gitlab.com/gambas/gambas/commit/77fdca92822df22bcd8d38a60ffe156c402646e2 You're receiving this email because of your account on gitlab.com. -------------- next part -------------- An HTML attachment was scrubbed... URL: From gitlab at mg.gitlab.com Tue Jul 16 00:30:55 2019 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaQ==?=) Date: Mon, 15 Jul 2019 22:30:55 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] 4 commits: Support for 'ByRef' annotations in '*.info' files. Message-ID: <5d2cfea0c32f9_18623fc0ea0b95ec22472243@sidekiq-asap-04-sv-gprd.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: 739895c5 by gambas at 2019-07-15T15:44:57Z Support for 'ByRef' annotations in '*.info' files. [WIKI CGI SCRIPT] * NEW: Support for 'ByRef' annotations in '*.info' files. - - - - - eb5172f4 by gambas at 2019-07-15T21:47:00Z FileView: Add information about each file next to the icon in icon view mode. [GB.FORM] * NEW: FileView: Add information about each file next to the icon in icon view mode. * BUG: DocumentView: Remove erroneous public constant written in French. - - - - - 6902893d by gambas at 2019-07-15T22:29:14Z DataSource: IgnoreParent is a new parent that tells the DataSource not to filter its contents with any parent DataSource. [GB.DB.FORM] * NEW: DataSource: IgnoreParent is a new parent that tells the DataSource not to filter its contents with any parent DataSource. - - - - - f1a86eb6 by gambas at 2019-07-15T22:30:41Z Merge branch 'master' of gitlab.com:gambas/gambas - - - - - 11 changed files: - app/src/gambas-wiki/.lang/fr.po - app/src/gambas-wiki/.project - app/src/gambas-wiki/.src/CSymbolInfo.class - app/src/gambas-wiki/.src/Wiki.class - comp/src/gb.db.form/.component - comp/src/gb.db.form/.project - comp/src/gb.db.form/.src/DataSource.class - comp/src/gb.db.form/.src/Test/FMain2.form - comp/src/gb.form/.project - comp/src/gb.form/.src/DocumentView/DocumentView.class - comp/src/gb.form/.src/File/FileView.class View it on GitLab: https://gitlab.com/gambas/gambas/compare/77fdca92822df22bcd8d38a60ffe156c402646e2...f1a86eb687925e0a1ffb611f2f506ad5deb43704 -- View it on GitLab: https://gitlab.com/gambas/gambas/compare/77fdca92822df22bcd8d38a60ffe156c402646e2...f1a86eb687925e0a1ffb611f2f506ad5deb43704 You're receiving this email because of your account on gitlab.com. -------------- next part -------------- An HTML attachment was scrubbed... URL: From gitlab at mg.gitlab.com Tue Jul 16 22:18:35 2019 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaQ==?=) Date: Tue, 16 Jul 2019 20:18:35 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] 2 commits: Contains new Italian translations Message-ID: <5d2e311ca03_2f043ffb11771720722490@sidekiq-asap-01-sv-gprd.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: 72cb22f0 by GianluigiOr at 2019-07-13T14:05:55Z Contains new Italian translations [GB.FORM.PRINT] * NEW: The complete translation. - - - - - 8e54671d by Beno?t Minisini at 2019-07-16T20:18:32Z Merge branch 'italian-translations' into 'master' Contains new Italian translations See merge request gambas/gambas!105 - - - - - 1 changed file: - comp/src/gb.form.print/.lang/it.po View it on GitLab: https://gitlab.com/gambas/gambas/compare/f1a86eb687925e0a1ffb611f2f506ad5deb43704...8e54671d1bebe52e56aa28d5ebc28fef67ea5cb6 -- View it on GitLab: https://gitlab.com/gambas/gambas/compare/f1a86eb687925e0a1ffb611f2f506ad5deb43704...8e54671d1bebe52e56aa28d5ebc28fef67ea5cb6 You're receiving this email because of your account on gitlab.com. -------------- next part -------------- An HTML attachment was scrubbed... URL: From gitlab at mg.gitlab.com Tue Jul 16 22:19:08 2019 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaQ==?=) Date: Tue, 16 Jul 2019 20:19:08 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] 2 commits: update Russian translation Message-ID: <5d2e313c9da35_2edb3ff4e408f70081413a@sidekiq-asap-04-sv-gprd.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: 3af42121 by glixx at 2019-07-16T06:07:34Z update Russian translation - - - - - 6c797716 by Beno?t Minisini at 2019-07-16T20:19:05Z Merge branch 'master' into 'master' update Russian translation See merge request gambas/gambas!106 - - - - - 4 changed files: - app/src/gambas3/.lang/ru.po - comp/src/gb.form.print/.lang/ru.po - + comp/src/gb.form.terminal/.lang/ru.po - + comp/src/gb.util/.lang/ru.po View it on GitLab: https://gitlab.com/gambas/gambas/compare/8e54671d1bebe52e56aa28d5ebc28fef67ea5cb6...6c7977163154ac0f59fdc112f2986417fddca94a -- View it on GitLab: https://gitlab.com/gambas/gambas/compare/8e54671d1bebe52e56aa28d5ebc28fef67ea5cb6...6c7977163154ac0f59fdc112f2986417fddca94a You're receiving this email because of your account on gitlab.com. -------------- next part -------------- An HTML attachment was scrubbed... URL: From gitlab at mg.gitlab.com Wed Jul 24 20:04:54 2019 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaQ==?=) Date: Wed, 24 Jul 2019 18:04:54 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] 2 commits: CSS highlighter: Support for CSS escaped characters. Message-ID: <5d389dc6bcfb3_72b13fe94c40beb8889861d@sidekiq-asap-06-sv-gprd.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: eba52aee by gambas at 2019-07-24T18:03:18Z CSS highlighter: Support for CSS escaped characters. [GB.EVAL.HIGHLIGHT] * BUG: CSS highlighter: Support for CSS escaped characters. - - - - - a3b06b8a by gambas at 2019-07-24T18:04:32Z Merge branch 'master' of gitlab.com:gambas/gambas - - - - - 1 changed file: - comp/src/gb.eval.highlight/.src/TextHighlighter_CSS.class View it on GitLab: https://gitlab.com/gambas/gambas/compare/6c7977163154ac0f59fdc112f2986417fddca94a...a3b06b8aad67f4aadf444308729dca460be01054 -- View it on GitLab: https://gitlab.com/gambas/gambas/compare/6c7977163154ac0f59fdc112f2986417fddca94a...a3b06b8aad67f4aadf444308729dca460be01054 You're receiving this email because of your account on gitlab.com. -------------- next part -------------- An HTML attachment was scrubbed... URL: From gitlab at mg.gitlab.com Wed Jul 24 21:20:41 2019 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaQ==?=) Date: Wed, 24 Jul 2019 19:20:41 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] IconView: Draw selected icons with a rectangular frame. Message-ID: <5d38af8a1a55a_72b13fe964f7534092600a9@sidekiq-asap-06-sv-gprd.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: 27f89780 by gambas at 2019-07-24T19:19:56Z IconView: Draw selected icons with a rectangular frame. [GB.GUI.BASE] * NEW: IconView: Draw selected icons with a rectangular frame. - - - - - 2 changed files: - comp/src/gb.gui.base/.project - comp/src/gb.gui.base/.src/IconView/_IconView_Item.class View it on GitLab: https://gitlab.com/gambas/gambas/commit/27f89780f92a5b146aa6079a7978d49c7018d964 -- View it on GitLab: https://gitlab.com/gambas/gambas/commit/27f89780f92a5b146aa6079a7978d49c7018d964 You're receiving this email because of your account on gitlab.com. -------------- next part -------------- An HTML attachment was scrubbed... URL: From gitlab at mg.gitlab.com Wed Jul 31 00:28:43 2019 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaQ==?=) Date: Tue, 30 Jul 2019 22:28:43 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] 3 commits: Array.ReadOnly is a new property that make an array read-only. Once set, the... Message-ID: <5d40c49ced152_3733fdb7e9a19802108187@sidekiq-asap-05-sv-gprd.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: b11d422c by gambas at 2019-07-30T22:20:13Z Array.ReadOnly is a new property that make an array read-only. Once set, the property cannot be unset. [INTERPRETER] * NEW: Array.ReadOnly is a new property that make an array read-only. Once set, the property cannot be unset. * NEW: The "Embedded array" error message has been rewritten as "Read-only array". * NEW: Add two new standard errors: "Multidimensional array" and "Unknown class". * NEW: Replace some specific error messages by standard errors. - - - - - 43fa62e0 by gambas at 2019-07-30T22:23:49Z [GB.DESKTOP] * NEW: Desktop.Types is a new property that returns a read-only array of each desktop defined in Desktop.Type. * NEW: Desktop.Passwords: Work correctly now when multiple desktops are included in the Desktop.Type property. * OPT: DesktopFiles: Remove some useless array copies. - - - - - 8134f37e by gambas at 2019-07-30T22:26:52Z Code editor: Automatic insertion of global variables now inserts the STATIC keyword if the current function is static. [DEVELOPMENT ENVIRONMENT] * NEW: Update Gambas fonts. * BUG: Code editor: Automatic insertion of global variables now inserts the STATIC keyword if the current function is static. - - - - - 15 changed files: - app/src/gambas3/.hidden/font/GambasBold-13.sfd - app/src/gambas3/.hidden/font/GambasMedium-13.sfd - app/src/gambas3/.src/Editor/Code/FEditor.class - app/src/gambas3/font/GambasBold-13.bdf - app/src/gambas3/font/GambasMedium-13.bdf - comp/src/gb.desktop/.src/Desktop.class - comp/src/gb.desktop/.src/DesktopFile.class - comp/src/gb.desktop/.src/DesktopWindow.class - comp/src/gb.desktop/.src/Main.module - comp/src/gb.desktop/.src/_Desktop_Passwords.class - main/gbx/gb_error.c - main/gbx/gb_error.h - main/gbx/gbx_c_array.c - main/gbx/gbx_c_class.c - main/gbx/gbx_c_enum.c View it on GitLab: https://gitlab.com/gambas/gambas/compare/27f89780f92a5b146aa6079a7978d49c7018d964...8134f37eccf577569d81604d51ecac9bc4186444 -- View it on GitLab: https://gitlab.com/gambas/gambas/compare/27f89780f92a5b146aa6079a7978d49c7018d964...8134f37eccf577569d81604d51ecac9bc4186444 You're receiving this email because of your account on gitlab.com. -------------- next part -------------- An HTML attachment was scrubbed... URL: