From gitlab at mg.gitlab.com Sat Jun 1 04:53:52 2019 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaQ==?=) Date: Sat, 01 Jun 2019 02:53:52 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] Implement Drag.Show() in Gambas, and consequently fix it in 'gb.gtk3'. Message-ID: <5cf1e8c1334e3_1a03f84876d20e025338d9@sidekiq-asap-04-sv-gprd.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: f1ac2f55 by gambas at 2019-06-01T02:52:25Z Implement Drag.Show() in Gambas, and consequently fix it in 'gb.gtk3'. [GB.GTK] * NEW: Drag.Show() and Drag.Hide() methods are now implemented in 'gb.gui.base'. * NEW: Drag.X and Drag.Y properties are now writable. [GB.GTK3] * NEW: Drag.Show() and Drag.Hide() methods are now implemented in 'gb.gui.base'. * NEW: Drag.X and Drag.Y properties are now writable. * BUG: Finishing a drag & drop now correclty releases the button grab. [GB.GUI.BASE] * NEW: GridView: The padding of column headers is at least half of Desktop.Scale. * NEW: ScrollArea: The Scroll() method returns TRUE now if no scrolling actually occured. * BUG: TreeView: Item X property now correctly takes the TreeView padding into account. * NEW: Drag.Show() and Drag.Hide() methods are now implemented in 'gb.gui.base'. [GB.QT4] * NEW: Drag.Show() and Drag.Hide() methods are now implemented in 'gb.gui.base'. * NEW: Drag.X and Drag.Y properties are now writable. [GB.QT5] * NEW: Drag.Show() and Drag.Hide() methods are now implemented in 'gb.gui.base'. * NEW: Drag.X and Drag.Y properties are now writable. - - - - - 15 changed files: - comp/src/gb.gui.base/.src/GridView/GridView.class - comp/src/gb.gui.base/.src/GridView/_GridView_Columns.class - comp/src/gb.gui.base/.src/IconView/IconView.class - comp/src/gb.gui.base/.src/ScrollArea.class - comp/src/gb.gui.base/.src/TreeView/_TreeView.class - comp/src/gb.gui.base/.src/TreeView/_TreeView_Item.class - comp/src/gb.gui.base/.src/_Gui.class - gb.gtk/src/CClipboard.cpp - gb.gtk/src/gapplication.cpp - gb.gtk/src/gdrag.cpp - gb.gtk/src/gdrag.h - gb.gtk/src/gsignals.cpp - gb.gtk/src/main.cpp - gb.qt4/src/CClipboard.cpp - gb.qt4/src/CClipboard.h View it on GitLab: https://gitlab.com/gambas/gambas/commit/f1ac2f553b6f690d81631fa2bd8b4630f8b12196 -- View it on GitLab: https://gitlab.com/gambas/gambas/commit/f1ac2f553b6f690d81631fa2bd8b4630f8b12196 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 Jun 1 14:58:29 2019 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaQ==?=) Date: Sat, 01 Jun 2019 12:58:29 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] 9 commits: examples: switch qt4 on qt5 Message-ID: <5cf27676ba3b8_20243fce11be2c3c36933e2@sidekiq-asap-03-sv-gprd.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: 0321d5b7 by - at 2019-05-31T01:49:32Z examples: switch qt4 on qt5 - - - - - 2c2147e9 by - at 2019-05-31T02:08:32Z fix similar latin letter on cyrillic in gambas3.desktop - - - - - 6b9a727b by - at 2019-05-31T02:37:05Z examples: WebCam: fix segfault on taking snapshot - - - - - 5f7968c3 by - at 2019-05-31T03:06:44Z examples: WebCam: fix showing sliders - - - - - ff47384a by - at 2019-05-31T05:17:17Z Packager: disable looking for makeself, enable fakeroot - - - - - d43ff737 by - at 2019-05-31T05:35:04Z Packager: sRelease for Fedora and Suse - - - - - e89e5613 by - at 2019-05-31T05:57:33Z Packager: remove .orig directory before deb package building - - - - - 8a959070 by glixx at 2019-05-31T12:49:57Z Packager: differentiate fedora and suse pkgs - - - - - ecb74c1c by Beno?t Minisini at 2019-06-01T12:58:27Z Merge branch 'master' into 'master' Some fixes See merge request gambas/gambas!99 - - - - - 23 changed files: - app/desktop/gambas3.desktop - app/examples/Control/MapView/.project - app/examples/Control/TextEdit/.project - app/examples/Control/TreeView/.project - app/examples/Control/TreeView/.src/TreeViewExample.form - app/examples/Drawing/Gravity/.project - app/examples/Drawing/Gravity/.src/FAbout.form - app/examples/Drawing/Gravity/.src/FMain.form - app/examples/Drawing/OnScreenDisplay/.project - app/examples/Drawing/Painting/.project - app/examples/Drawing/Painting/.src/FMain.form - app/examples/Misc/Console/.project - app/examples/Misc/PDFViewer/.project - app/examples/Multimedia/CDPlayer/.project - app/examples/Multimedia/MediaPlayer/.project - app/examples/Multimedia/WebCam/.lang/ru.po - app/examples/Multimedia/WebCam/.src/FDevice.class - app/examples/Multimedia/WebCam/.src/FDevice.form - app/examples/Networking/HTTPGet/.project - app/examples/Networking/ServerSocket/.project - app/examples/Networking/ServerSocket/.src/FrmMain.form - app/examples/Printing/ReportExample/.project - app/src/gambas3/.src/Packager/Package.module View it on GitLab: https://gitlab.com/gambas/gambas/compare/f1ac2f553b6f690d81631fa2bd8b4630f8b12196...ecb74c1cdb6f42a419002765ccf414fabeb8072e -- View it on GitLab: https://gitlab.com/gambas/gambas/compare/f1ac2f553b6f690d81631fa2bd8b4630f8b12196...ecb74c1cdb6f42a419002765ccf414fabeb8072e 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 Jun 1 15:01:24 2019 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaQ==?=) Date: Sat, 01 Jun 2019 13:01:24 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] Update Gambas 3 desktop file and add french translations. Message-ID: <5cf27724e9a10_1a03f84c155888831336d2@sidekiq-asap-04-sv-gprd.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: 421ef101 by gambas at 2019-06-01T13:01:01Z Update Gambas 3 desktop file and add french translations. [CONFIGURATION] * NEW: Update Gambas 3 desktop file and add french translations. - - - - - 1 changed file: - app/desktop/gambas3.desktop View it on GitLab: https://gitlab.com/gambas/gambas/commit/421ef10183a43f1a0146aa6e8810ee5f15f534c0 -- View it on GitLab: https://gitlab.com/gambas/gambas/commit/421ef10183a43f1a0146aa6e8810ee5f15f534c0 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 Jun 1 15:02:41 2019 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaQ==?=) Date: Sat, 01 Jun 2019 13:02:41 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] Translation dialog: New button that adds a new translation. Message-ID: <5cf2777150105_72213fe225cf1f74312201f@sidekiq-asap-01-sv-gprd.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: 70100954 by gambas at 2019-06-01T13:01:43Z Translation dialog: New button that adds a new translation. [DEVELOPMENT ENVIRONMENT] * NEW: Translation dialog: New button that adds a new translation. - - - - - 3 changed files: - app/src/gambas3/.lang/fr.po - app/src/gambas3/.lang/ru.po - app/src/gambas3/.src/Translation/FTranslate.form View it on GitLab: https://gitlab.com/gambas/gambas/commit/70100954e068a5948d15f56280d91e4604c2c522 -- View it on GitLab: https://gitlab.com/gambas/gambas/commit/70100954e068a5948d15f56280d91e4604c2c522 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 Jun 4 20:58:00 2019 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaQ==?=) Date: Tue, 04 Jun 2019 18:58:00 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] IconPanel: Fix cursor keys management, so that hidden tabs cannot be selected by keyboard. Message-ID: <5cf6bf398f9e_70d43f98fa6bc3442831882@sidekiq-asap-01-sv-gprd.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: 3b2d832f by gambas at 2019-06-04T18:57:10Z IconPanel: Fix cursor keys management, so that hidden tabs cannot be selected by keyboard. [GB.FORM] * BUG: IconPanel: Fix cursor keys management, so that hidden tabs cannot be selected by keyboard. - - - - - 1 changed file: - comp/src/gb.form/.src/IconPanel/IconPanel.class View it on GitLab: https://gitlab.com/gambas/gambas/commit/3b2d832fd5d3f4e97ff1fa772c5bb337a92cac50 -- View it on GitLab: https://gitlab.com/gambas/gambas/commit/3b2d832fd5d3f4e97ff1fa772c5bb337a92cac50 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 Jun 4 21:36:37 2019 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaQ==?=) Date: Tue, 04 Jun 2019 19:36:37 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] Translation dialog: The "-" string is not used anymore for strings marked as not to be translated. Message-ID: <5cf6c845ba3dc_70d43f990707cc8829975ea@sidekiq-asap-01-sv-gprd.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: 59321202 by gambas at 2019-06-04T19:33:52Z Translation dialog: The "-" string is not used anymore for strings marked as not to be translated. [DEVELOPMENT ENVIRONMENT] * BUG: Translation dialog: The "-" string is not used anymore for strings marked as not to be translated. Instead a specific "# gb-ignore" comment and a void translation are written into the PO file. - - - - - 3 changed files: - app/src/gambas3/.lang/fr.po - app/src/gambas3/.src/Translation/CTranslation.class - app/src/gambas3/.src/Translation/FTranslate.class View it on GitLab: https://gitlab.com/gambas/gambas/commit/593212020dd6c6554d1bd5d8c200be1d5e7802bb -- View it on GitLab: https://gitlab.com/gambas/gambas/commit/593212020dd6c6554d1bd5d8c200be1d5e7802bb 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 Jun 5 03:09:46 2019 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaQ==?=) Date: Wed, 05 Jun 2019 01:09:46 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] Replace the message box native implementation by a Gambas implementation. Message-ID: <5cf7165bcfbd6_48a93f8709423f7c479119@sidekiq-asap-02-sv-gprd.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: dd121d66 by gambas at 2019-06-05T01:08:22Z Replace the message box native implementation by a Gambas implementation. [GB.FORM.STOCK] * NEW: Add a 128 pixel version of the 'delete' stock icon. [GB.GTK] * NEW: Message: Remove the message box native implementation. [GB.GTK3] * NEW: Message: Remove the message box native implementation. [GB.GUI.BASE] * NEW: Message: Implement the message boxes entirely in Gambas. [GB.QT4] * NEW: Message: Remove the message box native implementation. [GB.QT5] * NEW: Message: Remove the message box native implementation. - - - - - 29 changed files: - comp/src/gb.form.stock/.component - comp/src/gb.form.stock/.project - comp/src/gb.form.stock/.src/Main.module - + comp/src/gb.form.stock/gambas-mono/128/delete.png - + comp/src/gb.form.stock/gambas/128/delete.png - comp/src/gb.gui.base/.project - + comp/src/gb.gui.base/.src/Message/FMessage.class - + comp/src/gb.gui.base/.src/Message/FMessage.form - comp/src/gb.gui.base/.src/Message.class ? comp/src/gb.gui.base/.src/Message/Message.class - + comp/src/gb.gui.base/.src/Test/TestMessage.module - + comp/src/gb.gui.base/message/delete.png - + comp/src/gb.gui.base/message/error.png - + comp/src/gb.gui.base/message/info.png - + comp/src/gb.gui.base/message/question.png - + comp/src/gb.gui.base/message/warning.png - ? gb.gtk/src/CMessage.cpp - ? gb.gtk/src/CMessage.h - gb.gtk/src/Makefile.am - gb.gtk/src/main.cpp - ? gb.gtk3/src/CMessage.cpp - ? gb.gtk3/src/CMessage.h - gb.gtk3/src/Makefile.am - ? gb.qt4/src/CMessage.cpp - ? gb.qt4/src/CMessage.h - gb.qt4/src/Makefile.am - gb.qt4/src/main.cpp - ? gb.qt5/src/CMessage.cpp - ? gb.qt5/src/CMessage.h - gb.qt5/src/Makefile.am View it on GitLab: https://gitlab.com/gambas/gambas/commit/dd121d669fff18ccd83120ae1d05f3ed6b80fc26 -- View it on GitLab: https://gitlab.com/gambas/gambas/commit/dd121d669fff18ccd83120ae1d05f3ed6b80fc26 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 Jun 5 10:35:03 2019 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaQ==?=) Date: Wed, 05 Jun 2019 08:35:03 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] Control: Fix the Tooltip property. Message-ID: <5cf77eb827245_48a93f86bc52613814145c6@sidekiq-asap-02-sv-gprd.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: e2581fb1 by gambas at 2019-06-05T08:33:39Z Control: Fix the Tooltip property. [GB.GTK] * BUG: Control: Fix the symbol lookup error of the Tooltip property. * BUG: Control: Fix the Tooltip property name. [GB.GTK3] * BUG: Control: Fix the symbol lookup error of the Tooltip property. * BUG: Control: Fix the Tooltip property name. - - - - - 5 changed files: - gb.gtk/src/CTrayIcon.cpp - gb.gtk/src/CWidget.cpp - gb.gtk/src/gcontrol.h - gb.gtk/src/gtrayicon.cpp - gb.gtk/src/gtrayicon.h View it on GitLab: https://gitlab.com/gambas/gambas/commit/e2581fb1166e4f1c5263263107ba63502382befe -- View it on GitLab: https://gitlab.com/gambas/gambas/commit/e2581fb1166e4f1c5263263107ba63502382befe 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 Jun 6 02:00:00 2019 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaQ==?=) Date: Thu, 06 Jun 2019 00:00:00 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] 2 commits: When a component of the opened project is not installed, do not remove it from... Message-ID: <5cf85780e11e2_62543fde2277b5243880925@sidekiq-asap-04-sv-gprd.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: f5a34023 by gambas at 2019-06-05T23:53:52Z When a component of the opened project is not installed, do not remove it from the project component list. Keep it uncheckable. [DEVELOPMENT ENVIRONMENT] * NEW: When a component of the opened project is not installed, do not remove it from the project component list. Keep it uncheckable. - - - - - a1d9ffc5 by gambas at 2019-06-05T23:59:22Z Message: Temporarily restore the default mouse cursor when displaying a message box. [GB.GUI.BASE] * BUG: Message: Temporarily restore the default mouse cursor when displaying a message box. - - - - - 16 changed files: - app/src/gambas3/.lang/fr.po - app/src/gambas3/.src/Component/CComponent.class - app/src/gambas3/.src/Component/CDocumentation.class - app/src/gambas3/.src/Help/MHelp.module - app/src/gambas3/.src/Project.module - app/src/gambas3/.src/Project/Component/FComponentChooser.class - app/src/gambas3/.src/Project/Component/FComponentChooser.form - app/src/gambas3/.src/Project/FProjectProperty.class - app/src/gambas3/.src/Project/FProjectProperty.form - app/src/gambas3/.src/Welcome/FWelcome.class - app/src/gambas3/img/16/deprecated.png ? app/src/gambas3/img/component/deprecated.png - app/src/gambas3/img/16/experimental.png ? app/src/gambas3/img/component/experimental.png - app/src/gambas3/img/16/finished.png ? app/src/gambas3/img/component/finished.png - app/src/gambas3/img/16/unfinished.png ? app/src/gambas3/img/component/unfinished.png - + app/src/gambas3/img/component/unknown.png - comp/src/gb.gui.base/.src/Message/FMessage.class View it on GitLab: https://gitlab.com/gambas/gambas/compare/e2581fb1166e4f1c5263263107ba63502382befe...a1d9ffc57d275a3006c57a08107bd9649cd1b375 -- View it on GitLab: https://gitlab.com/gambas/gambas/compare/e2581fb1166e4f1c5263263107ba63502382befe...a1d9ffc57d275a3006c57a08107bd9649cd1b375 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 Jun 11 22:34:36 2019 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaQ==?=) Date: Tue, 11 Jun 2019 20:34:36 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] Ignore errors when loading a class for the JIT compiler. Message-ID: <5d00105dbb08e_6b8c3fd3eec744b07981b8@sidekiq-asap-03-sv-gprd.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: ce37d6ff by gambas at 2019-06-11T20:32:12Z Ignore errors when loading a class for the JIT compiler. [INTERPRETER] * BUG: Ignore errors when loading a class for the JIT compiler. [GB.JIT] * BUG: Loading a class during JIT compilation can fail. Take that into account. - - - - - 4 changed files: - main/gbx/gbx_api.c - main/gbx/gbx_jit.c - main/gbx/gbx_jit.h - main/lib/jit/jit.c View it on GitLab: https://gitlab.com/gambas/gambas/commit/ce37d6ff6797272e646c013a1fff70c39fc4c6bd -- View it on GitLab: https://gitlab.com/gambas/gambas/commit/ce37d6ff6797272e646c013a1fff70c39fc4c6bd 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 Jun 14 00:57:41 2019 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaQ==?=) Date: Thu, 13 Jun 2019 22:57:41 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] Compute prefered column width correctly and fix top-level menus initialization routine. Message-ID: <5d02d4e5837d8_30d53f8fbef2c99c1235fd@sidekiq-asap-01-sv-gprd.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: d9858d07 by gambas at 2019-06-13T22:55:22Z Compute prefered column width correctly and fix top-level menus initialization routine. [GB.GUI.BASE] * BUG: Top-level menus initialization routine takes invalid menus into account now. * BUG: GridView: Compute prefered column width correctly. - - - - - 2 changed files: - comp/src/gb.gui.base/.src/GridView/GridView.class - comp/src/gb.gui.base/.src/_Gui.class View it on GitLab: https://gitlab.com/gambas/gambas/commit/d9858d07afd38c2b0812105b7ed52278b9d70c0a -- View it on GitLab: https://gitlab.com/gambas/gambas/commit/d9858d07afd38c2b0812105b7ed52278b9d70c0a 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 Jun 14 01:22:11 2019 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaQ==?=) Date: Thu, 13 Jun 2019 23:22:11 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] 5 commits: Examples: Tablet: do not use Black on Black color, using DarkGray Message-ID: <5d02daa476c28_40253fc485851fa41884ce@sidekiq-asap-03-sv-gprd.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: 0b5efe14 by - at 2019-06-07T03:11:58Z Examples: Tablet: do not use Black on Black color, using DarkGray - - - - - b68fce7d by - at 2019-06-07T03:18:09Z Examples: Solitaire: less form size - - - - - e269c9e3 by - at 2019-06-07T03:48:52Z Gambas3: update Russian translation - - - - - 9496b56b by - at 2019-06-07T01:58:12Z Examples: MediaPlayer: shorter ru translation - - - - - e2693403 by Beno?t Minisini at 2019-06-13T23:22:09Z Merge branch 'master' into 'master' Minor changes See merge request gambas/gambas!100 - - - - - 4 changed files: - app/examples/Drawing/Tablet/.src/FMain.form - app/examples/Games/Solitaire/.src/FGameArea.form - app/examples/Multimedia/MediaPlayer/.lang/ru.po - app/src/gambas3/.lang/ru.po View it on GitLab: https://gitlab.com/gambas/gambas/compare/d9858d07afd38c2b0812105b7ed52278b9d70c0a...e26934035f862ef156ead715a60c3c70076bd0e6 -- View it on GitLab: https://gitlab.com/gambas/gambas/compare/d9858d07afd38c2b0812105b7ed52278b9d70c0a...e26934035f862ef156ead715a60c3c70076bd0e6 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 Jun 14 01:32:52 2019 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaQ==?=) Date: Thu, 13 Jun 2019 23:32:52 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] 4 commits: TabPanel: Fix drawing of tab header contents. Message-ID: <5d02dd2529cc8_40253fc4858667c420705c@sidekiq-asap-03-sv-gprd.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: 59431f13 by gambas at 2019-06-13T23:23:43Z TabPanel: Fix drawing of tab header contents. [GB.FORM] * BUG: TabPanel: Fix drawing of tab header contents. * NEW: TabPanel: Draw tab focus like hovered buttons. * NEW: ListEditor: Use the 'remove' icon instead of the 'delete' one. - - - - - 8d76cc99 by gambas at 2019-06-13T23:26:12Z Component.Load() can load a component located at an absolute path now. [INTERPRETER] * NEW: Component.Load() can load a component located at an absolute path now. - - - - - 3aa6b545 by gambas at 2019-06-13T23:27:16Z Search dialog: The "Public" folder is now correctly browsed in all cases. [DEVELOPMENT ENVIRONMENT] * NEW: Option dialog: Use icon-only tool buttons for configuring highlight style. * BUG: Search dialog: The "Public" folder is now correctly browsed in all cases. * NEW: Redraw some icons. - - - - - 988546ad by gambas at 2019-06-13T23:32:14Z Update some translations. [EXAMPLES] * NEW: Update some translations. - - - - - 30 changed files: - app/examples/Basic/DragNDrop/.project - app/examples/Control/HighlightEditor/.icon.png - app/examples/Control/HighlightEditor/.project - app/examples/Control/HighlightEditor/.src/FEditor.form - app/examples/Games/BeastScroll/.project - app/examples/Games/Puzzle1To8/.lang/ca.po - app/examples/Games/Puzzle1To8/.lang/cs.po - app/examples/Games/Puzzle1To8/.lang/de.po - app/examples/Games/Puzzle1To8/.lang/es_AR.po - + app/examples/Games/Puzzle1To8/.lang/fr.po - app/examples/Games/Puzzle1To8/.lang/ru.po - app/examples/Games/Puzzle1To8/.project - app/examples/Games/Puzzle1To8/.src/FMain.form - app/examples/Games/Puzzle1To8/.src/FrmAbout.form - app/examples/Games/Puzzle1To8/.src/FrmAyuda.form - app/examples/Networking/DnsClient/.lang/ru.po - app/examples/Networking/DnsClient/.project - app/examples/Networking/DnsClient/.src/FMain.form - app/src/gambas3/.src/Options/FOption.class - app/src/gambas3/.src/Project/FProjectProperty.form - app/src/gambas3/.src/Search/FSearch.class - app/src/gambas3/img/32/added.png - app/src/gambas3/img/32/conflict.png - app/src/gambas3/img/32/do-not-translate.png - app/src/gambas3/img/32/exported.png - app/src/gambas3/img/32/modified.png - comp/src/gb.form/.icon.png - comp/src/gb.form/.lang/fr.po - comp/src/gb.form/.project - comp/src/gb.form/.src/ListEditor/FListEditor.form View it on GitLab: https://gitlab.com/gambas/gambas/compare/e26934035f862ef156ead715a60c3c70076bd0e6...988546ad28d15ac10ebfbcb9f83d0f02e649b1ca -- View it on GitLab: https://gitlab.com/gambas/gambas/compare/e26934035f862ef156ead715a60c3c70076bd0e6...988546ad28d15ac10ebfbcb9f83d0f02e649b1ca 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 Jun 19 13:10:33 2019 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaQ==?=) Date: Wed, 19 Jun 2019 11:10:33 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] 2 commits: Fix drag & drop on drop targets that are children of another drop target. Message-ID: <5d0a182c3428b_c093fc21595021064009a@sidekiq-asap-01-sv-gprd.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: 4f027d25 by gambas at 2019-06-19T11:09:06Z Fix drag & drop on drop targets that are children of another drop target. [GB.GUI.BASE] * BUG: Fix drag & drop on drop targets that are children of another drop target. - - - - - 89dcbf8a by gambas at 2019-06-19T11:10:19Z Merge branch 'master' of gitlab.com:gambas/gambas - - - - - 2 changed files: - comp/src/gb.gui.base/.src/Draw.module - comp/src/gb.gui.base/.src/_Gui.class View it on GitLab: https://gitlab.com/gambas/gambas/compare/47d96cce3255ac4b91a1c215803c4efdaf96a920...89dcbf8af133429096e780aed41e67bb6afdc30a -- View it on GitLab: https://gitlab.com/gambas/gambas/compare/47d96cce3255ac4b91a1c215803c4efdaf96a920...89dcbf8af133429096e780aed41e67bb6afdc30a 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 Jun 21 19:55:56 2019 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaQ==?=) Date: Fri, 21 Jun 2019 17:55:56 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] Project property dialog: Standardize the look of lists widgets. Message-ID: <5d0d1a2c6fedb_b1d3faa595f9ae04980345@sidekiq-asap-01-sv-gprd.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: 03432457 by gambas at 2019-06-21T17:53:55Z Project property dialog: Standardize the look of lists widgets. [DEVELOPMENT ENVIRONMENT] * NEW: Update financial support. * NEW: About dialog: Update design. * NEW: Project property dialog: Standardize the look of lists widgets. - - - - - 3 changed files: - app/src/gambas3/.src/Project/FProjectProperty.form - app/src/gambas3/.src/Welcome/FAbout.class - app/src/gambas3/support.txt View it on GitLab: https://gitlab.com/gambas/gambas/commit/03432457cd63cb01ade06ca21511b0b0d514fb5d -- View it on GitLab: https://gitlab.com/gambas/gambas/commit/03432457cd63cb01ade06ca21511b0b0d514fb5d 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 Jun 21 19:57:48 2019 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaQ==?=) Date: Fri, 21 Jun 2019 17:57:48 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] MenuButton: Fix possible crashes with focus management. Message-ID: <5d0d1a9cdcbff_b1d3faa40506ad4498573@sidekiq-asap-01-sv-gprd.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: 64a13bfa by gambas at 2019-06-21T17:56:48Z MenuButton: Fix possible crashes with focus management. [GB.FORM] * BUG: MenuButton: Fix possible crashes with focus management. - - - - - 2 changed files: - comp/src/gb.form/.project - comp/src/gb.form/.src/Button/MenuButton.class View it on GitLab: https://gitlab.com/gambas/gambas/commit/64a13bfab454b99e477d920ecddfde45bb440ce3 -- View it on GitLab: https://gitlab.com/gambas/gambas/commit/64a13bfab454b99e477d920ecddfde45bb440ce3 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 Jun 21 20:01:34 2019 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaQ==?=) Date: Fri, 21 Jun 2019 18:01:34 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] Enhance language detection done by the Request.Language property. Message-ID: <5d0d1b7f9eac2_391c3fa2408d98d0498114f@sidekiq-asap-02-sv-gprd.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: 0179eb59 by gambas at 2019-06-21T18:00:58Z Enhance language detection done by the Request.Language property. [GB.WEB] * NEW: Enhance language detection done by the Request.Language property. - - - - - 1 changed file: - comp/src/gb.web/.src/Request.module View it on GitLab: https://gitlab.com/gambas/gambas/commit/0179eb5936d12563f25b4dba7e1cc08a6f8eac9d -- View it on GitLab: https://gitlab.com/gambas/gambas/commit/0179eb5936d12563f25b4dba7e1cc08a6f8eac9d 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 Jun 22 01:21:40 2019 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaQ==?=) Date: Fri, 21 Jun 2019 23:21:40 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] If the current translation does not exist, try to use the first available... Message-ID: <5d0d6684dadb8_a333f9d6cc5ad0c65471fe@sidekiq-asap-05-sv-gprd.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: bc8223e2 by gambas at 2019-06-21T23:20:38Z If the current translation does not exist, try to use the first available translation of the same language in another country. [INTERPRETER] * NEW: If the current translation does not exist, try to use the first available translation of the same language in another country. - - - - - 2 changed files: - main/gbx/gbx_local.c - main/gbx/gbx_string.h View it on GitLab: https://gitlab.com/gambas/gambas/commit/bc8223e2401b913ff4b6adbcad73faf85b8f8a90 -- View it on GitLab: https://gitlab.com/gambas/gambas/commit/bc8223e2401b913ff4b6adbcad73faf85b8f8a90 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 Jun 22 07:52:35 2019 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaQ==?=) Date: Sat, 22 Jun 2019 05:52:35 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] Fix translation strings in some components. Message-ID: <5d0dc2238d157_391c3fa234a57fb0602959d@sidekiq-asap-02-sv-gprd.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: 86026080 by gambas at 2019-06-22T05:45:29Z Fix translation strings in some components. [GB.FORM.EDITOR] * BUG: Translate popup menu. [GB.NET.CURL] * BUG: DownloadManager: Remove useless Message event. * NEW: DownloadManager: Add a Connect event raised when the distant server is connected. [GB.WEB] * BUG: CGI error message is not translatable. [GB.XML] * BUG: Error messages must not be translatable. - - - - - 30 changed files: - comp/src/gb.chart/.component - comp/src/gb.chart/.project - comp/src/gb.dbus.trayicon/.component - comp/src/gb.dbus.trayicon/.project - comp/src/gb.form.editor/.component - comp/src/gb.form.editor/.icon.png - comp/src/gb.form.editor/.project - comp/src/gb.form.editor/.src/FTest.class ? comp/src/gb.form.editor/.src/test/FTest.class - comp/src/gb.form.editor/.src/FTest.form ? comp/src/gb.form.editor/.src/test/FTest.form - comp/src/gb.form.editor/.src/FTestEditor.class ? comp/src/gb.form.editor/.src/test/FTestEditor.class - comp/src/gb.form.editor/.src/FTestEditor.form ? comp/src/gb.form.editor/.src/test/FTestEditor.form - comp/src/gb.form.terminal/.component - comp/src/gb.form.terminal/.icon.png - + comp/src/gb.form.terminal/.lang/fr.po - comp/src/gb.form.terminal/.project - comp/src/gb.form.terminal/.src/TerminalView/TerminalScreen.class - comp/src/gb.form.terminal/.src/TerminalView/FOtherTest.class ? comp/src/gb.form.terminal/.src/TerminalView/test/FOtherTest.class - comp/src/gb.form.terminal/.src/TerminalView/FOtherTest.form ? comp/src/gb.form.terminal/.src/TerminalView/test/FOtherTest.form - comp/src/gb.form.terminal/.src/TerminalView/FTestTerminalView.class ? comp/src/gb.form.terminal/.src/TerminalView/test/FTestTerminalView.class - comp/src/gb.form.terminal/.src/TerminalView/FTestTerminalView.form ? comp/src/gb.form.terminal/.src/TerminalView/test/FTestTerminalView.form - comp/src/gb.form.terminal/.src/TerminalView/Form1.class ? comp/src/gb.form.terminal/.src/TerminalView/test/Form1.class - comp/src/gb.form.terminal/.src/TerminalView/Form1.form ? comp/src/gb.form.terminal/.src/TerminalView/test/Form1.form - comp/src/gb.form.terminal/.src/TerminalView/MTest.module ? comp/src/gb.form.terminal/.src/TerminalView/test/MTest.module - comp/src/gb.form.terminal/.src/TerminalView/PipeTest.class ? comp/src/gb.form.terminal/.src/TerminalView/test/PipeTest.class - comp/src/gb.form.terminal/.src/TerminalView/PipeTest.form ? comp/src/gb.form.terminal/.src/TerminalView/test/PipeTest.form - comp/src/gb.form.terminal/.src/TerminalView/PipedTask.class ? comp/src/gb.form.terminal/.src/TerminalView/test/PipedTask.class - comp/src/gb.form.terminal/.src/TerminalView/TelNetProtocol.class ? comp/src/gb.form.terminal/.src/TerminalView/test/TelNetProtocol.class - comp/src/gb.form.terminal/.src/VT100/Attr.class ? comp/src/gb.form.terminal/.src/TerminalView/test/VT100/Attr.class - comp/src/gb.form.terminal/.src/VT100/Console.class ? comp/src/gb.form.terminal/.src/TerminalView/test/VT100/Console.class - comp/src/gb.form.terminal/.src/VT100/Main.module ? comp/src/gb.form.terminal/.src/TerminalView/test/VT100/Main.module View it on GitLab: https://gitlab.com/gambas/gambas/commit/860260802df32b0f10b771d3358753822379a609 -- View it on GitLab: https://gitlab.com/gambas/gambas/commit/860260802df32b0f10b771d3358753822379a609 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 Jun 26 00:29:43 2019 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaQ==?=) Date: Tue, 25 Jun 2019 22:29:43 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] TextEditor: Undo now groups successive single character insertions, and... Message-ID: <5d12a058c99d2_44ab3f904058afd8113240e8@sidekiq-asap-02-sv-gprd.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: 932fbb19 by gambas at 2019-06-25T22:26:11Z TextEditor: Undo now groups successive single character insertions, and successive single character deletions as well. [GB.FORM.EDITOR] * NEW: TextEditor: Don't enclose selection with quotes anymore, it is more annoying than anything else. * NEW: TextEditor: Undo now groups successive single character insertions, and successive single character deletions as well. - - - - - 5 changed files: - comp/src/gb.form.editor/.project - comp/src/gb.form.editor/.src/CCommand.class - comp/src/gb.form.editor/.src/CDocument.class - comp/src/gb.form.editor/.src/TextEditor.class - comp/src/gb.form.editor/.src/TextEditorMode.class View it on GitLab: https://gitlab.com/gambas/gambas/commit/932fbb19f1778e11678bd5da25e50419e6376f36 -- View it on GitLab: https://gitlab.com/gambas/gambas/commit/932fbb19f1778e11678bd5da25e50419e6376f36 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 Jun 27 13:03:07 2019 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaQ==?=) Date: Thu, 27 Jun 2019 11:03:07 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] Don't crash anymore when searching into an archive that failed to load. Message-ID: <5d14a26bdcade_56133fc3362195101801067@sidekiq-asap-01-sv-gprd.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: 23c42685 by gambas at 2019-06-27T10:59:32Z Don't crash anymore when searching into an archive that failed to load. [INTERPRETER] * BUG: Don't crash anymore when searching into an archive that failed to load. * BUG: The archive path is now a dynamic string. - - - - - 2 changed files: - main/gbx/gbx_archive.c - main/gbx/gbx_archive.h View it on GitLab: https://gitlab.com/gambas/gambas/commit/23c426857f5310ec36fbfc29c08fd25fb2f76b2c -- View it on GitLab: https://gitlab.com/gambas/gambas/commit/23c426857f5310ec36fbfc29c08fd25fb2f76b2c 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 Jun 28 23:02:39 2019 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaQ==?=) Date: Fri, 28 Jun 2019 21:02:39 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] Packager: Allow to enter the minimum Gambas version required and translate the... Message-ID: <5d16806fcb1ed_5dba3f99bbbe744c140955c1@sidekiq-asap-04-sv-gprd.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: 85d4293e by gambas at 2019-06-28T20:58:49Z Packager: Allow to enter the minimum Gambas version required and translate the Name entry of desktop files. [DEVELOPMENT ENVIRONMENT] * NEW: Update French translation. * BUG: Fix a possible crash when disabling/enabling a breakpoint. * NEW: Packager: Allow to enter the minimum Gambas version required. * NEW: Packager: Extra desktop file entries can override default entries. * NEW: Packager: The desktop file Name entry is now emitted with its translations. - - - - - 8 changed files: - app/src/gambas3/.lang/fr.po - app/src/gambas3/.src/Debug/FDebugInfo.class - app/src/gambas3/.src/Packager/FMakeInstall.class - app/src/gambas3/.src/Packager/FMakeInstall.form - app/src/gambas3/.src/Packager/Package.module - app/src/gambas3/.src/Project.module - app/src/gambas3/.src/Translation/FTranslate.class - app/src/gambas3/.src/Welcome/FAbout.class View it on GitLab: https://gitlab.com/gambas/gambas/commit/85d4293edd5ed2ca8f49502192518ef0b18cfe30 -- View it on GitLab: https://gitlab.com/gambas/gambas/commit/85d4293edd5ed2ca8f49502192518ef0b18cfe30 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 Jun 29 00:00:24 2019 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaQ==?=) Date: Fri, 28 Jun 2019 22:00:24 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] Packager: Some bug fixes, and traslate the project description in the desktop file. Message-ID: <5d168df934284_146d3fcf7e99bbb8143562cf@sidekiq-asap-03-sv-gprd.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: ced6a42a by gambas at 2019-06-28T21:57:21Z Packager: Some bug fixes, and traslate the project description in the desktop file. [DEVELOPMENT ENVIRONMENT] * BUG: Packager: Doing the same package several times without closing the wizard works correctly now. * BUG: Packager: When making a *.deb package, clean-up the target directory from possible already existing similar packages. Otherwise dpkg-buildpackage does not build. * NEW: Packager: Translate project description in desktop file. - - - - - 6 changed files: - app/src/gambas3/.lang/fr.po - app/src/gambas3/.src/Connection/FImportTable.form - app/src/gambas3/.src/Packager/FMakeInstall.class - app/src/gambas3/.src/Packager/Package.module - app/src/gambas3/.src/Project/Farm/FPublish.form - app/src/gambas3/.src/Translation/CTranslation.class View it on GitLab: https://gitlab.com/gambas/gambas/commit/ced6a42adfb1369079bca3d04723b81f835c38ec -- View it on GitLab: https://gitlab.com/gambas/gambas/commit/ced6a42adfb1369079bca3d04723b81f835c38ec 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 Jun 29 02:16:32 2019 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaQ==?=) Date: Sat, 29 Jun 2019 00:16:32 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] 2 commits: [WIKI] Updated Playground Url Message-ID: <5d16ade264c4_56133fc32bf9d750141419a@sidekiq-asap-01-sv-gprd.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: a94d7dfa by Matthew Collins at 2019-06-23T15:08:21Z [WIKI] Updated Playground Url NEW: Changed playground urls from http to https. NEW: Switched to run examples from stable to daily builds. - - - - - def5aaf0 by Beno?t Minisini at 2019-06-29T00:16:30Z Merge branch 'master' into 'master' [WIKI] Updated Playground Url See merge request gambas/gambas!102 - - - - - 1 changed file: - app/src/gambas-wiki/.public/playground.js View it on GitLab: https://gitlab.com/gambas/gambas/compare/ced6a42adfb1369079bca3d04723b81f835c38ec...def5aaf027a92a3a78151dc4067b8df0cba74cd3 -- View it on GitLab: https://gitlab.com/gambas/gambas/compare/ced6a42adfb1369079bca3d04723b81f835c38ec...def5aaf027a92a3a78151dc4067b8df0cba74cd3 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 Jun 29 16:19:44 2019 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaQ==?=) Date: Sat, 29 Jun 2019 14:19:44 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] 5 commits: Update library to version 6.4.2. Message-ID: <5d17738179de3_5dba3f99b3f519f0150636ba@sidekiq-asap-04-sv-gprd.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: 4128a33a by gambas at 2019-06-29T14:10:21Z Update library to version 6.4.2. [GB.CLIPPER] * NEW: Update library to version 6.4.2. * BUG: Get rid of a gcc warning. - - - - - 01a3106d by gambas at 2019-06-29T14:11:51Z New Highlight.Alternate style, and make the matching braces blink with the cursor. [GB.EVAL] * NEW: Highlight.Alternate is a new constant that represents the background style used for coloring code embedded into webpages. [GB.EVAL.HIGHLIGHT] * NEW: Support for new Highlight.Alternate style. [GB.FORM.EDITOR] * NEW: Support for new Highlight.Alternate style. * NEW: Matching braces now blink with the cursor. * BUG: When the cursor moves, the blinking timer is reset so that the cursor blinks only when it is not moving. - - - - - 8294c6a8 by gambas at 2019-06-29T14:15:49Z New 'new-tab' stock icon and redraw a few icons. [GB.FORM] * NEW: New 'new-tab' stock icon. [GB.FORM.STOCK] * NEW: New 'new-tab' stock icon. * NEW: Redraw a few icons. - - - - - e3eb2388 by gambas at 2019-06-29T14:17:09Z Support for new Highlight.Alternate style. [DEVELOPMENT ENVIRONMNENT] * NEW: Support for new Highlight.Alternate style. * NEW: Update highlight themes. * NEW: Update French translation. - - - - - 2e2c1c3b by gambas at 2019-06-29T14:19:12Z Try to enhance language detection in Request.Language property. [GB.WEB] * NEW: Try to enhance language detection in Request.Language property. - - - - - 30 changed files: - app/src/gambas3/.lang/fr.po - app/src/gambas3/.src/MTheme.module - app/src/gambas3/.src/Util/MErrorMessage.module - 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 - app/src/gambas3/theme/quest - app/src/gambas3/theme/quick - app/src/gambas3/theme/ruby - app/src/gambas3/theme/sapphire - app/src/gambas3/theme/visual - app/src/gambas3/theme/zen - comp/src/gb.eval.highlight/.component - comp/src/gb.eval.highlight/.project - comp/src/gb.eval.highlight/.src/TextHighlighter.class - comp/src/gb.form.editor/.project - comp/src/gb.form.editor/.src/TextEditor.class - comp/src/gb.form.editor/.src/_TextEditor_Styles.class - comp/src/gb.form.stock/gambas-mono/32/archive.png - comp/src/gb.form.stock/gambas-mono/32/edit.png - comp/src/gb.form.stock/gambas-mono/32/insert-image.png - comp/src/gb.form.stock/gambas-mono/32/insert-link.png - comp/src/gb.form.stock/gambas-mono/32/insert-text.png - comp/src/gb.form.stock/gambas-mono/32/link.png - + comp/src/gb.form.stock/gambas-mono/32/new-tab.png - comp/src/gb.form.stock/gambas-mono/32/terminal.png View it on GitLab: https://gitlab.com/gambas/gambas/compare/def5aaf027a92a3a78151dc4067b8df0cba74cd3...2e2c1c3b5198ccfb8f2489779b361876c2979b8c -- View it on GitLab: https://gitlab.com/gambas/gambas/compare/def5aaf027a92a3a78151dc4067b8df0cba74cd3...2e2c1c3b5198ccfb8f2489779b361876c2979b8c 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 Jun 29 17:18:16 2019 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaQ==?=) Date: Sat, 29 Jun 2019 15:18:16 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] Update .gitlab-ci.yml Message-ID: <5d1781387bcae_72393faefcba2f44140470bd@sidekiq-asap-02-sv-gprd.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: a4aac295 by Beno?t Minisini at 2019-06-29T15:18:14Z Update .gitlab-ci.yml - - - - - 1 changed file: - .gitlab-ci.yml View it on GitLab: https://gitlab.com/gambas/gambas/commit/a4aac29545cf641e36b7a72f0666f135b14cecf1 -- View it on GitLab: https://gitlab.com/gambas/gambas/commit/a4aac29545cf641e36b7a72f0666f135b14cecf1 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 Jun 30 21:39:47 2019 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaQ==?=) Date: Sun, 30 Jun 2019 19:39:47 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] 2 commits: Don't crash when seeking if no media is played and emit standard control... Message-ID: <5d1910041d4f_5dba3f99aadcf5e0163258bd@sidekiq-asap-04-sv-gprd.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: 68e085bb by gambas at 2019-06-30T18:32:01Z Don't crash when seeking if no media is played and emit standard control events from the inner DrawingArea. [GB.MEDIA.FORM] * BUG: Don't crash when seeking if no media is played. * NEW: Emit standard control events from the inner DrawingArea. - - - - - e09f6a6f by gambas at 2019-06-30T19:39:35Z Merge branch 'master' of gitlab.com:gambas/gambas - - - - - 4 changed files: - comp/src/gb.media.form/.component - comp/src/gb.media.form/.project - comp/src/gb.media.form/.src/FMediaPlayer.class - comp/src/gb.media.form/.src/MediaView.class View it on GitLab: https://gitlab.com/gambas/gambas/compare/a4aac29545cf641e36b7a72f0666f135b14cecf1...e09f6a6fa9192c8977296c1ab001220da311c5d7 -- View it on GitLab: https://gitlab.com/gambas/gambas/compare/a4aac29545cf641e36b7a72f0666f135b14cecf1...e09f6a6fa9192c8977296c1ab001220da311c5d7 You're receiving this email because of your account on gitlab.com. -------------- next part -------------- An HTML attachment was scrubbed... URL: