From gitlab at mg.gitlab.com Mon Jul 2 19:44:21 2018 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaQ==?=) Date: Mon, 02 Jul 2018 17:44:21 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] [INTERPRETER] Message-ID: <5b3a64763e27a_1672a3fe0ff2449f42987a@sidekiq-asap-05.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: 9cf443a0 by gambas at 2018-07-02T17:37:37Z [INTERPRETER] * BUG: Take JIT code into account when displaying current position in DEBUG instruction. [COMPILER] * BUG: Fix subroutine metadata. * BUG: Fix subroutine search function. [GB.JIT] * BUG: Fix string referencing. * NEW: Implement date arrays accessors. * BUG: Fix error management. * BUG: Fix mathematic functions implementation. * NEW: Support of functions with a variable number of arguments. * BUG: Fix support of Long constants. * BUG: Fix implementation of Collection array operator. * BUG: Fix READ, EXEC, SHELL and DEBUG instructions. * BUG: Fix VarPtr(). * BUG: Fix TRUE constant implementation. - - - - - 15 changed files: - main/gbx/gb.jit.h - main/gbx/gbx_api.c - main/gbx/gbx_debug.c - main/gbx/gbx_jit.c - main/gbx/gbx_jit.h - main/lib/jit/gb.jit/.src/_Jit.module - main/lib/jit/gb.jit/jit.h - main/lib/jit/jit.c - main/lib/jit/jit.h - main/lib/jit/jit_body.c - main/share/gb_error_common.h - main/share/gb_pcode.h - main/share/gb_reserved.h - main/share/gb_reserved_keyword.h - main/share/gb_reserved_temp.h View it on GitLab: https://gitlab.com/gambas/gambas/commit/9cf443a04fc8c0d3d450ba21ee188baea2c8c740 -- View it on GitLab: https://gitlab.com/gambas/gambas/commit/9cf443a04fc8c0d3d450ba21ee188baea2c8c740 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 2 22:37:44 2018 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaQ==?=) Date: Mon, 02 Jul 2018 20:37:44 +0000 Subject: [Gambas-Notification] =?utf-8?b?W0dpdF1bZ2FtYmFzL2dhbWJhc11bbWFz?= =?utf-8?q?ter=5D_Subroutines_returning_something_that_are_used_as_instruc?= =?utf-8?q?tions_correctly_drop=E2=80=A6?= Message-ID: <5b3a8d194ec86_1a4843f96850359c0523512@sidekiq-asap-01.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: 527702ea by gambas at 2018-07-02T20:37:33Z Subroutines returning something that are used as instructions correctly drop their return value now. [GB.JIT] * BUG: Subroutines returning something that are used as instructions correctly drop their return value now. - - - - - 2 changed files: - main/lib/jit/jit.h - main/lib/jit/jit_body.c View it on GitLab: https://gitlab.com/gambas/gambas/commit/527702ea59489e0797421f78770460869bfd0743 -- View it on GitLab: https://gitlab.com/gambas/gambas/commit/527702ea59489e0797421f78770460869bfd0743 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 3 00:54:23 2018 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaQ==?=) Date: Mon, 02 Jul 2018 22:54:23 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] Jit.Time is a new property that returns the time spent in JIT compilation, in seconds. Message-ID: <5b3aad1fba320_1672a3fe10b9374a85672f0@sidekiq-asap-05.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: 4a1c81d0 by gambas at 2018-07-02T22:52:19Z Jit.Time is a new property that returns the time spent in JIT compilation, in seconds. [INTERPRETER] * NEW: Jit is a new static class that allows to deal with the JIT compiler. * NEW: Jit.Time is a new property that returns the time spent in JIT compilation, in seconds. [GB.JIT] * NEW: Support for the Jit.Time property. - - - - - 6 changed files: - main/gbx/gbx_c_system.c - main/gbx/gbx_c_system.h - main/gbx/gbx_class_info.c - main/gbx/gbx_class_init.c - main/gbx/gbx_jit.c - main/lib/jit/gb.jit/.src/_Jit.module ? main/lib/jit/gb.jit/.src/Jit.module View it on GitLab: https://gitlab.com/gambas/gambas/commit/4a1c81d0aa0cfc2e5c38ddc794cd1a8444b7f3aa -- View it on GitLab: https://gitlab.com/gambas/gambas/commit/4a1c81d0aa0cfc2e5c38ddc794cd1a8444b7f3aa 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 3 00:55:20 2018 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaQ==?=) Date: Mon, 02 Jul 2018 22:55:20 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] Compute the duration of JIT Gambas code without JIT compilation time. Message-ID: <5b3aad58ec1a9_1672a3fe1025eeda4567873@sidekiq-asap-05.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: 6fc6a488 by gambas at 2018-07-02T22:54:34Z Compute the duration of JIT Gambas code without JIT compilation time. [BENCHMARKS] * NEW: Compute the duration of JIT Gambas code without JIT compilation time. - - - - - 7 changed files: - benchmark/benchmark.gbs - benchmark/mandelbrot.gbs - benchmark/nbody.gbs - benchmark/polynom.gbs - benchmark/primes.gbs - benchmark/sort.gbs - benchmark/string.gbs View it on GitLab: https://gitlab.com/gambas/gambas/commit/6fc6a48818a17164817a823d80dba3358ad9ba89 -- View it on GitLab: https://gitlab.com/gambas/gambas/commit/6fc6a48818a17164817a823d80dba3358ad9ba89 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 5 07:16:16 2018 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaQ==?=) Date: Thu, 05 Jul 2018 05:16:16 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] 2 commits: Work on new JIT system continues. Message-ID: <5b3da9a09dfc0_1b1733fd7633321543324ab@sidekiq-asap-01.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: d3c93a05 by gambas at 2018-07-05T05:10:31Z Work on new JIT system continues. [INTERPRETER] * NEW: Abort if a stack mismatch is detected after a JIT function has been called. [GB.JIT] * NEW: The GB_JIT_CC environment variable allows to define the C compiler that will generate the code. * OPT: Don't call the compiler through a shell anymore. * NEW: Support for clang. * BUG: Don't use the "," operator anymore to write JIT code. * BUG: Correctly free stack when leaving a function whereas we are still inside a GOSUB. * BUG: Declare all local variables and arguments as volatile as soon the function uses CATCH or FINALLY. - - - - - 50dedeb8 by gambas at 2018-07-05T05:15:23Z Don't use __attribute__((noreturn)), it makes gcc dizzy and slow as hell. [GB.JIT] * BUG: Don't use __attribute__((noreturn)), it makes gcc dizzy and slow as hell. - - - - - 5 changed files: - main/gbx/gbx_jit.c - main/lib/jit/gb.jit/.src/Jit.module - main/lib/jit/gb.jit/jit.h - main/lib/jit/jit.c - main/lib/jit/jit_body.c View it on GitLab: https://gitlab.com/gambas/gambas/compare/6fc6a48818a17164817a823d80dba3358ad9ba89...50dedeb8cb0617cc4c7732e127938cb5d2eac2d8 -- View it on GitLab: https://gitlab.com/gambas/gambas/compare/6fc6a48818a17164817a823d80dba3358ad9ba89...50dedeb8cb0617cc4c7732e127938cb5d2eac2d8 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 7 00:59:31 2018 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaQ==?=) Date: Fri, 06 Jul 2018 22:59:31 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] Correctly handle function values used as arguments. Message-ID: <5b3ff45472fc5_14e3d3ff2cdcef1f81281196@sidekiq-asap-05.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: ed775d62 by gambas at 2018-07-06T22:58:55Z Correctly handle function values used as arguments. [GB.JIT] * BUG: Correctly handle function values used as arguments. - - - - - 2 changed files: - main/lib/jit/gb.jit/jit.h - main/lib/jit/jit_body.c View it on GitLab: https://gitlab.com/gambas/gambas/commit/ed775d62d49a6a7cf6e6c2896a55155a6fafbaa5 -- View it on GitLab: https://gitlab.com/gambas/gambas/commit/ed775d62d49a6a7cf6e6c2896a55155a6fafbaa5 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 7 02:24:03 2018 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaQ==?=) Date: Sat, 07 Jul 2018 00:24:03 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] Allow compilation of structure accesses again. Message-ID: <5b4008236e0a7_b4db3ffcdb155bf4822e7@sidekiq-asap-02.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: da5c7805 by gambas at 2018-07-07T00:23:08Z Allow compilation of structure accesses again. [COMPILER] * BUG: Allow compilation of structure accesses again. - - - - - 1 changed file: - main/gbc/gbc_trans_expr.c View it on GitLab: https://gitlab.com/gambas/gambas/commit/da5c780572a8fa0deb08e70d437e24e898d069ea -- View it on GitLab: https://gitlab.com/gambas/gambas/commit/da5c780572a8fa0deb08e70d437e24e898d069ea 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 7 14:55:37 2018 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaQ==?=) Date: Sat, 07 Jul 2018 12:55:37 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] JIT: Structures and static arrays have been implemented. Message-ID: <5b40b84b8451_18833fa9742205301428cf@sidekiq-asap-02.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: e04ec717 by gambas at 2018-07-07T12:54:23Z JIT: Structures and static arrays have been implemented. [INTERPRETER] * NEW: JIT: Support for structures and static arrays. [GB.JIT] * NEW: Structures and static arrays have been implemented. - - - - - 5 changed files: - main/gbx/gb.jit.h - main/gbx/gbx_api.c - main/lib/jit/gb.jit/jit.h - main/lib/jit/jit.c - main/lib/jit/jit_body.c View it on GitLab: https://gitlab.com/gambas/gambas/commit/e04ec717c7773e509233329630f2dd945e2bd1cb -- View it on GitLab: https://gitlab.com/gambas/gambas/commit/e04ec717c7773e509233329630f2dd945e2bd1cb 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 7 14:56:40 2018 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaQ==?=) Date: Sat, 07 Jul 2018 12:56:40 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] Search dialog: New option to search data files only. Message-ID: <5b40b88ac8e0_1aa613faccc3f5620277354@sidekiq-asap-05.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: 9c2e3bfb by gambas at 2018-07-07T12:55:49Z Search dialog: New option to search data files only. [DEVELOPMENT ENVIRONMENT] * NEW: Search dialog: New option to search data files only. - - - - - 5 changed files: - app/src/gambas3/.lang/fr.mo - app/src/gambas3/.lang/fr.po - app/src/gambas3/.src/Project/FCreateProject.class - app/src/gambas3/.src/Search/FSearch.class - app/src/gambas3/.src/Search/FSearch.form View it on GitLab: https://gitlab.com/gambas/gambas/commit/9c2e3bfb219e888d7851874bff323bf9eefd13de -- View it on GitLab: https://gitlab.com/gambas/gambas/commit/9c2e3bfb219e888d7851874bff323bf9eefd13de You're receiving this email because of your account on gitlab.com. -------------- next part -------------- An HTML attachment was scrubbed... URL: From gitlab at mg.gitlab.com Sun Jul 8 08:26:49 2018 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaQ==?=) Date: Sun, 08 Jul 2018 06:26:49 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] The datatype of object symbols was incorrectly computed. Message-ID: <5b41aeaa80eb5_17a8e3ff9a53e342c4824ba@sidekiq-asap-01.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: bba19467 by gambas at 2018-07-08T06:24:31Z The datatype of object symbols was incorrectly computed. [GB.JIT] * BUG: The datatype of object symbols was incorrectly computed. - - - - - 4 changed files: - main/lib/jit/gb.jit/jit.h - main/lib/jit/jit.c - main/lib/jit/jit.h - main/lib/jit/jit_body.c View it on GitLab: https://gitlab.com/gambas/gambas/commit/bba1946700f2e28f21a3b8f05275b696129c6549 -- View it on GitLab: https://gitlab.com/gambas/gambas/commit/bba1946700f2e28f21a3b8f05275b696129c6549 You're receiving this email because of your account on gitlab.com. -------------- next part -------------- An HTML attachment was scrubbed... URL: From gitlab at mg.gitlab.com Sun Jul 15 23:13:32 2018 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaQ==?=) Date: Sun, 15 Jul 2018 21:13:32 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] 2 commits: Add a "-U" option to compile the script with the UNSAFE keyword. Message-ID: <5b4bb8fd77c1_1458e3fb60fd415c025091e@sidekiq-asap-05.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: 81b64b96 by gambas at 2018-07-15T21:07:09Z Add a "-U" option to compile the script with the UNSAFE keyword. [SCRIPTER] * NEW: Add a "-U" option to compile the script with the UNSAFE keyword. - - - - - 9abaadc3 by gambas at 2018-07-15T21:10:41Z Some fixes in FileView and FileProperties. [GB.FORM] * BUG: FileView: Setting the Current property does nothing if the new value is the same as the old one. * BUG: FileProperties: Correctly abort the directory size background task if the Path property is set. * BUG: FileProperties: Don't fill the error tab if the directory size background task is aborted. - - - - - 10 changed files: - app/src/gbs3/.project - app/src/gbs3/.settings - app/src/gbs3/.src/CComponent.class - app/src/gbs3/.src/MMain.module - comp/src/gb.form/.component - comp/src/gb.form/.project - comp/src/gb.form/.src/File/FileView.class - comp/src/gb.form/.src/File/Properties/FFileProperties.class - comp/src/gb.form/.src/Test/FTestFileView.class - comp/src/gb.form/.src/Test/FTestFileView.form View it on GitLab: https://gitlab.com/gambas/gambas/compare/bba1946700f2e28f21a3b8f05275b696129c6549...9abaadc36091d076ff3176964046618151bc313a -- View it on GitLab: https://gitlab.com/gambas/gambas/compare/bba1946700f2e28f21a3b8f05275b696129c6549...9abaadc36091d076ff3176964046618151bc313a 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 16 17:57:30 2018 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaQ==?=) Date: Mon, 16 Jul 2018 15:57:30 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] Fix a memory leak when connecting to a database. Message-ID: <5b4cc06ae933c_121773fd7c8c09f88550148@sidekiq-asap-03.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: 3c84b78d by gambas at 2018-07-16T15:56:37Z Fix a memory leak when connecting to a database. [GB.DB.ODBC] * BUG: Fix a memory leak when connecting to a database. - - - - - 1 changed file: - gb.db.odbc/src/main.c View it on GitLab: https://gitlab.com/gambas/gambas/commit/3c84b78d13b2226a11d7510dab8f4db197ec86ca -- View it on GitLab: https://gitlab.com/gambas/gambas/commit/3c84b78d13b2226a11d7510dab8f4db197ec86ca 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 17 15:34:33 2018 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaQ==?=) Date: Tue, 17 Jul 2018 13:34:33 +0000 Subject: [Gambas-Notification] =?utf-8?b?W0dpdF1bZ2FtYmFzL2dhbWJhc11bbWFz?= =?utf-8?q?ter=5D_The_interpreter_does_not_crash_anymore_when_using_standa?= =?utf-8?q?rd_streams_at_the_end_of=E2=80=A6?= Message-ID: <5b4df06a50b3a_13ed13fd793a08fd4517857@sidekiq-asap-01.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: 609ef351 by gambas at 2018-07-17T13:33:11Z The interpreter does not crash anymore when using standard streams at the end of the program whereas they have been already freed. [INTERPRETER] * BUG: The interpreter does not crash anymore when using standard streams at the end of the program whereas they have been already freed. - - - - - 1 changed file: - main/gbx/gbx_subr_file.c View it on GitLab: https://gitlab.com/gambas/gambas/commit/609ef351f8b156658ec5b5880fb06293defe365b -- View it on GitLab: https://gitlab.com/gambas/gambas/commit/609ef351f8b156658ec5b5880fb06293defe365b 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 17 23:15:12 2018 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaQ==?=) Date: Tue, 17 Jul 2018 21:15:12 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] 3 commits: TreeView: Canceling the Rename event keeps the editor opened. Message-ID: <5b4e5c602b91f_2b033faa4e830e7c2456b8@sidekiq-asap-01.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: 8c34e888 by gambas at 2018-07-17T20:29:04Z TreeView: Canceling the Rename event keeps the editor opened. [GB.GUI.BASE] * NEW: TreeView: Canceling the Rename event keeps the editor opened. - - - - - 6e935d2e by gambas at 2018-07-17T21:09:11Z IconView: Canceling the Rename event keeps the editor opened. [GB.GUI.BASE] * BUG: IconView: Hitting ENTER while renaming an item does not insert a newline in the item text. * NEW: IconView: Canceling the Rename event keeps the editor opened. - - - - - 150f488f by gambas at 2018-07-17T21:11:43Z Fix renaming process of DirView and FileView controls. [GB.FORM] * BUG: DirView: Errors occuring during a renaming now display the balloon message on the renaming item. * BUG: DirView: Forbid void directory names. * BUG: FileView: Canceling an item rename now works as expected in icon mode, and correctly refreshes the view. * BUG: FileView: Forbid void file names. - - - - - 7 changed files: - comp/src/gb.form/.lang/fr.mo - comp/src/gb.form/.lang/fr.po - comp/src/gb.form/.src/File/DirView.class - comp/src/gb.form/.src/File/FileView.class - comp/src/gb.form/.src/Help.module - comp/src/gb.gui.base/.src/IconView/IconView.class - comp/src/gb.gui.base/.src/TreeView/_TreeView.class View it on GitLab: https://gitlab.com/gambas/gambas/compare/609ef351f8b156658ec5b5880fb06293defe365b...150f488f8c759242ed7651af63532e1ab7bc854e -- View it on GitLab: https://gitlab.com/gambas/gambas/compare/609ef351f8b156658ec5b5880fb06293defe365b...150f488f8c759242ed7651af63532e1ab7bc854e 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 19 17:55:41 2018 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaQ==?=) Date: Thu, 19 Jul 2018 15:55:41 +0000 Subject: [Gambas-Notification] =?utf-8?b?W0dpdF1bZ2FtYmFzL2dhbWJhc11bbWFz?= =?utf-8?q?ter=5D_Move_the_information_tooltip_to_the_top_when_the_mouse_c?= =?utf-8?q?ursor_enters_it=2C_and=E2=80=A6?= Message-ID: <5b50b47eeae_8e0c3f9a39ffa768450193@sidekiq-asap-03.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: 3f836f0b by gambas at 2018-07-19T15:44:15Z Move the information tooltip to the top when the mouse cursor enters it, and move it back to the bottom if it enters it again. [DEVELOPMENT ENVIRONMENT] * NEW: Form editor: Move the information tooltip to the top when the mouse cursor enters it, and move it back to the bottom if it enters it again. * NEW: Image editor: Move the information tooltip to the top when the mouse cursor enters it, and move it back to the bottom if it enters it again. * BUG: Take the language direction into account when displaying the form and image editor tooltips. * BUG: Take the language direction into account when displaying the debug panel close button. - - - - - 4 changed files: - app/src/gambas3/.src/Editor/Form/FForm.class - app/src/gambas3/.src/Editor/Image/FImageEditor.class - app/src/gambas3/.src/FMain.class - app/src/gambas3/.src/Project.module View it on GitLab: https://gitlab.com/gambas/gambas/commit/3f836f0b9de6a7b3e1558d33b92f198d26028d9f -- View it on GitLab: https://gitlab.com/gambas/gambas/commit/3f836f0b9de6a7b3e1558d33b92f198d26028d9f 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 21 09:29:14 2018 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaQ==?=) Date: Sat, 21 Jul 2018 07:29:14 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] FileView: Invalidate directory cache every five second, or if an explicit reload is triggered. Message-ID: <5b52e0cbe1206_76223fb2558721881669a9@sidekiq-asap-03.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: e3ca5b2e by gambas at 2018-07-21T07:27:37Z FileView: Invalidate directory cache every five second, or if an explicit reload is triggered. [GB.FORM] * NEW: FileView: A directory cache is now automatically invalidated every five second. * NEW: FileView: ReloadAll() now invalidates the directory cache. - - - - - 2 changed files: - comp/src/gb.form/.src/File/DirCache.class - comp/src/gb.form/.src/File/FileView.class View it on GitLab: https://gitlab.com/gambas/gambas/commit/e3ca5b2e12cffa3feba76772847cdbd97ed8f3d4 -- View it on GitLab: https://gitlab.com/gambas/gambas/commit/e3ca5b2e12cffa3feba76772847cdbd97ed8f3d4 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 21 14:23:27 2018 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaQ==?=) Date: Sat, 21 Jul 2018 12:23:27 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] IconView: Clicking on an item in multiple selection mode correctly makes it the current item. Message-ID: <5b5325bfd0719_78a53f944b7668703011b1@sidekiq-asap-04.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: 5b5356c2 by gambas at 2018-07-21T12:22:54Z IconView: Clicking on an item in multiple selection mode correctly makes it the current item. [GB.GUI.BASE] * NEW: IconView: Improve and normalize how items are draws between horizontal et vertical orientation. * BUG: IconView: Clicking on an item in multiple selection mode correctly makes it the current item. * OPT: IconView: Selecting items with the keyboard is faster now. - - - - - 5 changed files: - comp/src/gb.gui.base/.project - comp/src/gb.gui.base/.src/IconView/IconView.class - comp/src/gb.gui.base/.src/IconView/_IconView_Item.class - comp/src/gb.gui.base/.src/Test/FIconView.class - comp/src/gb.gui.base/.src/Test/FIconView.form View it on GitLab: https://gitlab.com/gambas/gambas/commit/5b5356c2a8a29eeb6eddc43215b65884713e2628 -- View it on GitLab: https://gitlab.com/gambas/gambas/commit/5b5356c2a8a29eeb6eddc43215b65884713e2628 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 21 16:50:10 2018 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaQ==?=) Date: Sat, 21 Jul 2018 14:50:10 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] 2 commits: DataCheckBox: Its default value is now correctly set to NULL. Message-ID: <5b534823b7648_fc183fe8fffaf118417ab@sidekiq-asap-05.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: a36359b1 by gambas at 2018-07-21T13:42:24Z DataCheckBox: Its default value is now correctly set to NULL. [GB.DB.FORM] * BUG: DataCheckBox: Its default value is now correctly set to NULL. - - - - - 5a61b7d4 by gambas at 2018-07-21T14:09:03Z TextEditor: Entering a bracket, a brace... while part of the current line is selected now automatically encloses the selected text. [GB.FORM.EDITOR] * NEW: TextEditor: Entering a bracket, a brace... while part of the current line is selected now automatically encloses the selected text. - - - - - 10 changed files: - comp/src/gb.db.form/.component - comp/src/gb.db.form/.lang/fr.po - comp/src/gb.db.form/.project - comp/src/gb.db.form/.src/DataCheckBox.class - comp/src/gb.db.form/.src/DataView.class - comp/src/gb.form.editor/.component - comp/src/gb.form.editor/.project - comp/src/gb.form.editor/.src/TextEditor.class - comp/src/gb.form.editor/.src/TextEditorMode.class - comp/src/gb.form.editor/.startup View it on GitLab: https://gitlab.com/gambas/gambas/compare/5b5356c2a8a29eeb6eddc43215b65884713e2628...5a61b7d436480974aae154294c1bf32382b06bc7 -- View it on GitLab: https://gitlab.com/gambas/gambas/compare/5b5356c2a8a29eeb6eddc43215b65884713e2628...5a61b7d436480974aae154294c1bf32382b06bc7 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 21 22:19:08 2018 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaQ==?=) Date: Sat, 21 Jul 2018 20:19:08 +0000 Subject: [Gambas-Notification] =?utf-8?b?W0dpdF1bZ2FtYmFzL2dhbWJhc11bbWFz?= =?utf-8?q?ter=5D_Use_=27gb=2Egui=2E*=27_components_instead_of_=27gb=2Eqt4?= =?utf-8?q?=2E*=27_components_when_loading_the=E2=80=A6?= Message-ID: <5b53953cdc2cc_fc183fe8f5de3528163779@sidekiq-asap-05.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: 584a7b6b by gambas at 2018-07-21T20:17:31Z Use 'gb.gui.*' components instead of 'gb.qt4.*' components when loading the documentation related to a feature needed by the currently loading component. [DEVELOPMENT ENVIRONMENT] * BUG: Use 'gb.gui.*' components instead of 'gb.qt4.*' components when loading the documentation related to a feature needed by the currently loading component. - - - - - 1 changed file: - app/src/gambas3/.src/Component/CDocumentation.class View it on GitLab: https://gitlab.com/gambas/gambas/commit/584a7b6ba3fac0e8addec7174c2f9aafcb1c32e7 -- View it on GitLab: https://gitlab.com/gambas/gambas/commit/584a7b6ba3fac0e8addec7174c2f9aafcb1c32e7 You're receiving this email because of your account on gitlab.com. -------------- next part -------------- An HTML attachment was scrubbed... URL: