From bugtracker at gambaswiki.org Sat Feb 1 20:08:38 2020 From: bugtracker at gambaswiki.org (bugtracker at gambaswiki.org) Date: Sat, 01 Feb 2020 19:08:38 GMT Subject: [Gambas-bugtracker] Bug #1721: TRY doesn't silence the error In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.1721&from=L21haW4- Comment #3 by Beno?t MINISINI: You are talking about the Qt warning in the console? From bugtracker at gambaswiki.org Sat Feb 1 20:09:42 2020 From: bugtracker at gambaswiki.org (bugtracker at gambaswiki.org) Date: Sat, 01 Feb 2020 19:09:42 GMT Subject: [Gambas-bugtracker] Bug #1720: VarPtr does not return the correct values for class Variables In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.1720&from=L21haW4- Comment #4 by Beno?t MINISINI: VarPtr() does not follow the same behaviour on global string and variant variables than on local ones. I will try to fix that. From bugtracker at gambaswiki.org Sat Feb 1 20:18:16 2020 From: bugtracker at gambaswiki.org (bugtracker at gambaswiki.org) Date: Sat, 01 Feb 2020 19:18:16 GMT Subject: [Gambas-bugtracker] Bug #1720: VarPtr does not return the correct values for class Variables In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.1720&from=L21haW4- Comment #5 by Beno?t MINISINI: I'm currently thinking that I should go back with VarPtr(): 1) Forbid it on string local variables, because a local string is internally a pointer and an offset to that pointer, and you can't return the address of two values. 2) Keep the fix on local variants, so that VarPtr() still returns the pointer to the variant value.. 3) Keep the current behaviour of VarPtr() on global variables, where it returns the address in memory where the value is stored. Global strings being just a pointer, you don't have the problem you have with local strings. Just beware that VarPtr() returns a pointer to a pointer that points at string contents ("char **" in C). 4) Fix behaviour of VarPtr() on global variants, so that it returns a pointer to the variant value, not the full variant (which is the variant value and a datatype). From bugtracker at gambaswiki.org Sat Feb 1 23:09:48 2020 From: bugtracker at gambaswiki.org (bugtracker at gambaswiki.org) Date: Sat, 01 Feb 2020 22:09:48 GMT Subject: [Gambas-bugtracker] Bug #1721: TRY doesn't silence the error In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.1721&from=L21haW4- Comment #4 by Gianluigi GRADASCHI: So this is not an error and "out of range" cannot be intercepted by TRY. This code is wrong and should be done differently without using clipboard, but if I need to use clipboard text how can I know its exact length? Gianluigi GRADASCHI changed the state of the bug to: Rejected. From bugtracker at gambaswiki.org Sun Feb 2 00:21:28 2020 From: bugtracker at gambaswiki.org (bugtracker at gambaswiki.org) Date: Sat, 01 Feb 2020 23:21:28 GMT Subject: [Gambas-bugtracker] Bug #1721: TRY doesn't silence the error In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.1721&from=L21haW4- Comment #5 by Beno?t MINISINI: The bug is not in the clipboard, it's in your code: you assume that if you insert N characters in a TextArea, then the length of the TextArea is N characters. This is wrong for non-printable characters like "\r", that are copied to the clipboard by 'gedit' (whereas newline in Unix is just "\n"), but are ignored by Qt TextArea widget. From bugtracker at gambaswiki.org Sun Feb 2 17:22:46 2020 From: bugtracker at gambaswiki.org (bugtracker at gambaswiki.org) Date: Sun, 02 Feb 2020 16:22:46 GMT Subject: [Gambas-bugtracker] Bug #1722: Bug in gb.web.form2 Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.1722&from=L21haW4- Safiur RAHMAN reported a new bug. Summary ------- Bug in gb.web.form2 Type : Bug Priority : Medium Gambas version : Master Product : Web components Description ----------- On running webform in gb.web.form2 produces following error: 'Message.Error' is incorrectly overridden in class 'Message' I am using gambas version 3.14.90 (development version) System information ------------------ [System] Gambas=3.14.90 OperatingSystem=Linux Kernel=5.3.0-29-generic Architecture=x86_64 Distribution=Ubuntu 19.10 Desktop=UBUNTU:GNOME Theme=Fusion Language=en_US.UTF-8 Memory=3817M [Libraries] Cairo=libcairo.so.2.11600.0 Curl=libcurl.so.4.5.0 DBus=libdbus-1.so.3.19.10 GStreamer=libgstreamer-1.0.so.0.1601.0 GTK+2=libgtk-x11-2.0.so.0.2400.32 GTK+3=libgtk-3.so.0.2404.8 OpenGL=libGL.so.1.7.0 Poppler=libpoppler.so.90.0.0 QT4=libQtCore.so.4.8.7 QT5=libQt5Core.so.5.12.4 SDL=libSDL-1.2.so.0.11.4 SQLite=libsqlite3.so.0.8.6 [Environment] CLUTTER_IM_MODULE=ibus DBUS_SESSION_BUS_ADDRESS=unix:path=/run/user/1000/bus DESKTOP_SESSION= DISPLAY=:0 GB_GUI=gb.qt5 GDMSESSION= GIO_LAUNCHED_DESKTOP_FILE=/usr/share/applications/gambas3.desktop GIO_LAUNCHED_DESKTOP_FILE_PID=11787 GJS_DEBUG_OUTPUT=stderr GJS_DEBUG_TOPICS=JS ERROR;JS LOG GNOME_DESKTOP_SESSION_ID=this-is-deprecated GNOME_SHELL_SESSION_MODE= GPG_AGENT_INFO=/run/user/1000/gnupg/S.gpg-agent:0:1 GTK_IM_MODULE=ibus GTK_MODULES=gail:atk-bridge:appmenu-gtk-module HOME= IM_CONFIG_PHASE=1 INVOCATION_ID=56cb9fd39ee0483d9dadac56d09d4c59 JOURNAL_STREAM=9:37693 LANG=en_US.UTF-8 LC_ADDRESS=bho_NP LC_IDENTIFICATION=bho_NP LC_MEASUREMENT=bho_NP LC_MONETARY=bho_NP LC_NAME=bho_NP LC_NUMERIC=bho_NP LC_PAPER=bho_NP LC_TELEPHONE=bho_NP LC_TIME=bho_NP LOGNAME= MANAGERPID=1541 PATH=/.local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin PWD= QT4_IM_MODULE=ibus QT_IM_MODULE=ibus QT_LOGGING_RULES=*.debug=false SESSION_MANAGER=local/:@/tmp/.ICE-unix/1742,unix/:/tmp/.ICE-unix/1742 SHELL=/bin/bash SHLVL=0 SSH_AGENT_PID=1647 SSH_AUTH_SOCK=/run/user/1000/keyring/ssh TZ=:/etc/localtime USER= USERNAME= WINDOWPATH=2 XAUTHORITY=/run/user/1000/gdm/Xauthority XDG_CONFIG_DIRS=/etc/xdg/xdg-:/etc/xdg XDG_CURRENT_DESKTOP=:GNOME XDG_DATA_DIRS=/usr/share/:/usr/local/share/:/usr/share/:/var/lib/snapd/desktop XDG_MENU_PREFIX=gnome- XDG_RUNTIME_DIR=/run/user/1000 XDG_SESSION_CLASS=user XDG_SESSION_DESKTOP= XDG_SESSION_TYPE=x11 XMODIFIERS=@im=ibus _=/usr/bin/dbus-update-activation-environment From bugtracker at gambaswiki.org Sun Feb 2 17:48:46 2020 From: bugtracker at gambaswiki.org (bugtracker at gambaswiki.org) Date: Sun, 02 Feb 2020 16:48:46 GMT Subject: [Gambas-bugtracker] Bug #1721: TRY doesn't silence the error In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.1721&from=L21haW4- Comment #6 by Gianluigi GRADASCHI: Thank you very much, so staying with the project, this code should work: Public Sub TextArea1_KeyPress() Dim s As String Dim ss As String[] Dim iStart, iMinus As Integer If Key.Code = Key["V"] And If Key.Control Then Stop Event s = Clipboard.Paste("text/plain;charset=utf-8") If Not s Then s = Clipboard.Paste() For i As Integer = 0 To Len(s) If s[i] = "\n" Then Continue If Asc(s[i]) = 0 Then Continue If Asc(s[i]) < 32 Then Inc iMinus Next iStart = String.Len(TextArea1.Text) TextArea1.Text &= s TextArea1.Select(iStart, String.Len(s) - iMinus) Endif Catch Print Error.Text End From bugtracker at gambaswiki.org Mon Feb 3 00:38:02 2020 From: bugtracker at gambaswiki.org (bugtracker at gambaswiki.org) Date: Sun, 02 Feb 2020 23:38:02 GMT Subject: [Gambas-bugtracker] Bug #1720: VarPtr does not return the correct values for class Variables In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.1720&from=L21haW4- Comment #6 by Brian G: Great thanks for looking at it. Let me know when its ready to try From bugtracker at gambaswiki.org Mon Feb 3 00:47:10 2020 From: bugtracker at gambaswiki.org (bugtracker at gambaswiki.org) Date: Sun, 02 Feb 2020 23:47:10 GMT Subject: [Gambas-bugtracker] Bug #1723: Printer object always returns A4 paper size Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.1723&from=L21haW4- Brian G reported a new bug. Summary ------- Printer object always returns A4 paper size Type : Bug Priority : High Gambas version : Master Product : Language Description ----------- Using the following code Even after the configure call and selecting letter size, the setting is still A4 I have to set the paper size in my code, and that of course does not adjust the paint object Public Sub PrintMenu_Click() If MyPrinter.Configure() Then Return MyPrinter.Print() End Public Sub MyPrinter_Begin() MyPrinter.paper = Printer.letter Dim PRINT_MARGIN As Float = Paint.Width / MyPrinter.PaperWidth * 10 Dim hExtents As PaintExtents Paint.Font = ProgramWorkSpace.Font hExtents = Paint.TextExtents(ProgramWorkSpace.text) MyPrinter.Count = Ceil(hExtents.Height / (Paint.Height - PRINT_MARGIN * 2)) End System information ------------------ [System] Gambas=3.14.90 f0b3762ec (master) OperatingSystem=Linux Kernel=5.3.0-28-generic Architecture=x86_64 Distribution=Linux Mint 19.2 Tina Desktop=MATE Theme=Qt5CTProxy Language=en_US.UTF-8 Memory=7340M [Libraries] Cairo=libcairo.so.2.11510.0 Curl=libcurl.so.4.5.0 DBus=libdbus-1.so.3.19.4 GStreamer=libgstreamer-1.0.so.0.1405.0 GTK+2=libgtk-x11-2.0.so.0.2400.32 GTK+3=libgtk-3.so.0.2200.30 OpenGL=libGL.so.1.0.0 Poppler=libpoppler.so.73.0.0 QT4=libQtCore.so.4.8.7 QT5=libQt5Core.so.5.9.5 SDL=libSDL-1.2.so.0.11.4 SQLite=libsqlite3.so.0.8.6 [Environment] CLUTTER_BACKEND=x11 COMPIZ_CONFIG_PROFILE=mate DBUS_SESSION_BUS_ADDRESS=unix:path=/run/user/1000/bus DEFAULTS_PATH=/usr/share/gconf/mate.default.path DESKTOP_SESSION=mate DISPLAY=:0 GB_GUI=gb.qt5 GDMSESSION=mate GDM_LANG=en_US GIO_LAUNCHED_DESKTOP_FILE=/Desktop/gambas3.desktop GIO_LAUNCHED_DESKTOP_FILE_PID=23801 GPG_AGENT_INFO=/run/user/1000/gnupg/S.gpg-agent:0:1 GTK_MODULES=gail:atk-bridge GTK_OVERLAY_SCROLLING=0 HOME= INSIDE_CAJA_PYTHON= LANG=en_US.UTF-8 LANGUAGE=en_US.UTF-8 LOGNAME= MANDATORY_PATH=/usr/share/gconf/mate.mandatory.path MATE_DESKTOP_SESSION_ID=this-is-deprecated PATH=/.local/bin:/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games PWD= QT_ACCESSIBILITY=1 QT_AUTO_SCREEN_SCALE_FACTOR=0 QT_LOGGING_RULES=*.debug=false QT_QPA_PLATFORMTHEME=qt5ct QT_SCALE_FACTOR=1 SESSION_MANAGER=local/:@/tmp/.ICE-unix/1479,unix/:/tmp/.ICE-unix/1479 SHELL=/bin/bash SHLVL=0 SSH_AGENT_PID=1817 SSH_AUTH_SOCK=/run/user/1000/keyring/ssh TZ=:/etc/localtime USER= XAUTHORITY=/.Xauthority XDG_CONFIG_DIRS=/etc/xdg/xdg-mate:/etc/xdg XDG_CURRENT_DESKTOP=MATE XDG_DATA_DIRS=/usr/share/mate:/.local/share/flatpak/exports/share:/var/lib/flatpak/exports/share:/usr/local/share:/usr/share XDG_GREETER_DATA_DIR=/var/lib/lightdm-data/ XDG_RUNTIME_DIR=/run/user/1000 XDG_SEAT=seat0 XDG_SEAT_PATH=/org/freedesktop/DisplayManager/Seat0 XDG_SESSION_DESKTOP=mate XDG_SESSION_ID=c2 XDG_SESSION_PATH=/org/freedesktop/DisplayManager/Session0 XDG_SESSION_TYPE=x11 XDG_VTNR=7 From bugtracker at gambaswiki.org Mon Feb 3 03:26:25 2020 From: bugtracker at gambaswiki.org (bugtracker at gambaswiki.org) Date: Mon, 03 Feb 2020 02:26:25 GMT Subject: [Gambas-bugtracker] Bug #1724: gbs3 unable to load Library Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.1724&from=L21haW4- Brian G reported a new bug. Summary ------- gbs3 unable to load Library Type : Request Priority : High Gambas version : Master Product : Language Description ----------- In the IDE you can include a shared library in a script or ide application you can load a Component or library using component.load("gb.args") for component or component.load(":westwood/MyLib:1.0") for a library at run time But Alas its too late for the compiler. gbs3 rejects USE ":westwood/MyLib:1.0" because it checks only the stock components not the library I added the LIB directive to the gbs3 scripter it correctly now included the library directive in the project file But alas when the compile runs it is unable to find the externals .... I have included the update gbs3 project.. who knows maybe with a quick look someone can identify why it fails Also including a sample script using the Lib directive. System information ------------------ [System] Gambas=3.14.90 f0b3762ec (master) OperatingSystem=Linux Kernel=5.3.0-28-generic Architecture=x86_64 Distribution=Linux Mint 19.2 Tina Desktop=MATE Theme=Qt5CTProxy Language=en_US.UTF-8 Memory=7340M [Libraries] Cairo=libcairo.so.2.11510.0 Curl=libcurl.so.4.5.0 DBus=libdbus-1.so.3.19.4 GStreamer=libgstreamer-1.0.so.0.1405.0 GTK+2=libgtk-x11-2.0.so.0.2400.32 GTK+3=libgtk-3.so.0.2200.30 OpenGL=libGL.so.1.0.0 Poppler=libpoppler.so.73.0.0 QT4=libQtCore.so.4.8.7 QT5=libQt5Core.so.5.9.5 SDL=libSDL-1.2.so.0.11.4 SQLite=libsqlite3.so.0.8.6 [Environment] CLUTTER_BACKEND=x11 COMPIZ_CONFIG_PROFILE=mate DBUS_SESSION_BUS_ADDRESS=unix:path=/run/user/1000/bus DEFAULTS_PATH=/usr/share/gconf/mate.default.path DESKTOP_SESSION=mate DISPLAY=:0 GB_GUI=gb.qt5 GDMSESSION=mate GDM_LANG=en_US GIO_LAUNCHED_DESKTOP_FILE=/Desktop/gambas3.desktop GIO_LAUNCHED_DESKTOP_FILE_PID=11134 GPG_AGENT_INFO=/run/user/1000/gnupg/S.gpg-agent:0:1 GTK_MODULES=gail:atk-bridge GTK_OVERLAY_SCROLLING=0 HOME= INSIDE_CAJA_PYTHON= LANG=en_US.UTF-8 LANGUAGE=en_US.UTF-8 LOGNAME= MANDATORY_PATH=/usr/share/gconf/mate.mandatory.path MATE_DESKTOP_SESSION_ID=this-is-deprecated PATH=/.local/bin:/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games PWD= QT_ACCESSIBILITY=1 QT_AUTO_SCREEN_SCALE_FACTOR=0 QT_LOGGING_RULES=*.debug=false QT_QPA_PLATFORMTHEME=qt5ct QT_SCALE_FACTOR=1 SESSION_MANAGER=local/:@/tmp/.ICE-unix/1479,unix/:/tmp/.ICE-unix/1479 SHELL=/bin/bash SHLVL=0 SSH_AGENT_PID=1817 SSH_AUTH_SOCK=/run/user/1000/keyring/ssh TZ=:/etc/localtime USER= XAUTHORITY=/.Xauthority XDG_CONFIG_DIRS=/etc/xdg/xdg-mate:/etc/xdg XDG_CURRENT_DESKTOP=MATE XDG_DATA_DIRS=/usr/share/mate:/.local/share/flatpak/exports/share:/var/lib/flatpak/exports/share:/usr/local/share:/usr/share XDG_GREETER_DATA_DIR=/var/lib/lightdm-data/ XDG_RUNTIME_DIR=/run/user/1000 XDG_SEAT=seat0 XDG_SEAT_PATH=/org/freedesktop/DisplayManager/Seat0 XDG_SESSION_DESKTOP=mate XDG_SESSION_ID=c2 XDG_SESSION_PATH=/org/freedesktop/DisplayManager/Session0 XDG_SESSION_TYPE=x11 XDG_VTNR=7 From bugtracker at gambaswiki.org Tue Feb 4 01:57:11 2020 From: bugtracker at gambaswiki.org (bugtracker at gambaswiki.org) Date: Tue, 04 Feb 2020 00:57:11 GMT Subject: [Gambas-bugtracker] Bug #1724: gbs3 unable to load Library In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.1724&from=L21haW4- Comment #1 by Brian G: Ok Turned my library into a component, the naming does not match the document It Says the name of the installed component is gambas-vendor-libname But it actually is vendorname.libName How to update the documentation online, Can I do This? From bugtracker at gambaswiki.org Tue Feb 4 09:44:19 2020 From: bugtracker at gambaswiki.org (bugtracker at gambaswiki.org) Date: Tue, 04 Feb 2020 08:44:19 GMT Subject: [Gambas-bugtracker] Bug #1721: TRY doesn't silence the error In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.1721&from=L21haW4- Comment #7 by Beno?t MINISINI: Maybe. It depends on what the TextArea does with the pasted text, but you can't really know. I think it's better to note the cursor position before the paste and after. The length of the pasted text should be the difference between the two positions. From bugtracker at gambaswiki.org Tue Feb 4 10:14:01 2020 From: bugtracker at gambaswiki.org (bugtracker at gambaswiki.org) Date: Tue, 04 Feb 2020 09:14:01 GMT Subject: [Gambas-bugtracker] Bug #1721: TRY doesn't silence the error In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.1721&from=L21haW4- Comment #8 by Gianluigi GRADASCHI: Thank you very much for the deepening of the theme From bugtracker at gambaswiki.org Tue Feb 4 22:14:58 2020 From: bugtracker at gambaswiki.org (bugtracker at gambaswiki.org) Date: Tue, 04 Feb 2020 21:14:58 GMT Subject: [Gambas-bugtracker] Bug #1725: gb.openssl Component HMac Function is Broken Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.1725&from=L21haW4- Andrew REALITYRIPPLE reported a new bug. Summary ------- gb.openssl Component HMac Function is Broken Type : Bug Priority : High Gambas version : 3.14 Product : Unknown Description ----------- The HMac function in gb.openssl is completely broken in 3.14; the return value is being lost somewhere along the line. Tested on 3.14.2 locally and through the Playground. Instead of returning the HMac result, it simply returns the same return value as the previous component. Take, for example, the following code: Use "gb.openssl" Use "gb.mime" Mime.Encode("Hello World", 4) Dim sKey as String = "1234" Dim sData as String = "Test" Dim sAlg as String = "SHA1" Print HMac(sKey, sData, sAlg) Rather than printing out the HMAC-SHA-1 hash of "Test" using the password "1234", Gambas prints the value "SGVsbG8gV29y", which is the result of base64 encoding "Hello World" from line 3. Even a simple request like setting a variable to a class from a component will result in the HMac function returning that class. It sounds like some shared component return variable is not being correctly set by the HMac function, so it's just using whatever was last set. System information ------------------ Irrelevant; Gambas Playground From bugtracker at gambaswiki.org Tue Feb 4 22:31:24 2020 From: bugtracker at gambaswiki.org (bugtracker at gambaswiki.org) Date: Tue, 04 Feb 2020 21:31:24 GMT Subject: [Gambas-bugtracker] Bug #1725: gb.openssl Component HMac Function is Broken In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.1725&from=L21haW4- Comment #1 by Tobias BOEGE: Definitely a stack mismanagement issue. If instead of the Mime.Encode()'ing, I do some gb.gsl computations on the Playground before calling HMac, I get a segfault. Investigating. Tobias BOEGE changed the state of the bug to: Accepted. From bugtracker at gambaswiki.org Tue Feb 4 22:49:00 2020 From: bugtracker at gambaswiki.org (bugtracker at gambaswiki.org) Date: Tue, 04 Feb 2020 21:49:00 GMT Subject: [Gambas-bugtracker] Bug #1725: gb.openssl Component HMac Function is Broken In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.1725&from=L21haW4- Comment #2 by REALITYRIPPLE: Whatever the last action was seems to be the result. I only tested with constructible classes and functions, but I assume other actions would result in attempts to return things that don't exist... I should have mentioned if you try to call HMac first, it says it's not a function, of course. That's how I originally tracked this down. From bugtracker at gambaswiki.org Tue Feb 4 23:07:41 2020 From: bugtracker at gambaswiki.org (bugtracker at gambaswiki.org) Date: Tue, 04 Feb 2020 22:07:41 GMT Subject: [Gambas-bugtracker] Bug #1725: gb.openssl Component HMac Function is Broken In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.1725&from=L21haW4- Comment #3 by Tobias BOEGE: Fixed in b76e4001bc1. Now gb.openssl's HMac returns the same as the `openssl` utility, no matter what else is on the Gambas stack. Sorry for the trouble, that was really stupid and would have been caught by any amount of test coverage... Tobias BOEGE changed the state of the bug to: Fixed. From bugtracker at gambaswiki.org Wed Feb 5 00:56:32 2020 From: bugtracker at gambaswiki.org (bugtracker at gambaswiki.org) Date: Tue, 04 Feb 2020 23:56:32 GMT Subject: [Gambas-bugtracker] Bug #1726: Support Unsigned Integer Types Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.1726&from=L21haW4- REALITYRIPPLE reported a new bug. Summary ------- Support Unsigned Integer Types Type : Request Priority : Low Gambas version : Unknown Product : Language Description ----------- I know it sort of breaks from the legacy Visual Basic vibe, but it'd be really nice if UShort, UInt, and ULong types were available directly. They don't necessarily need to change any existing functionality, and it would probably be acceptable to make them equate to their signed counterparts, which would let them function as drop-in replacements for existing component parameters, as the actual bytes are unchanged. It'd just help make binary work feel cleaner to developers. System information ------------------ Unnecessary From pebauer68 at gmail.com Wed Feb 5 14:27:41 2020 From: pebauer68 at gmail.com (Peter Bauer) Date: Wed, 5 Feb 2020 14:27:41 +0100 Subject: [Gambas-bugtracker] Example script on Gambaswiki fails (GetUsedMemory) - needs Clong Message-ID: Hello, http://gambaswiki.org/wiki/doc/whatisgambas?nh http://gambaswiki.org/wiki/doc/whatisgambas?nh#t4 Gambas 3.14 output: MMain.GetUsedMemory.14: #6: Type mismatch: wanted Integer, got String instead MMain.GetUsedMemory.14 MMain.Main.23 While I do not fully understand the Type mismatch (got String !?, really ?). -When I replace Cint(aRes[1] with CLong(aRes[1]) it works again. Used memory: 265040 Kb /* Output checked on Gambas Playground for stable and daily Who could please update the script on Gambaswiki ? Scripting with Gambas is nice and gets the job done with good performance. Just wrote a script for testing connectivity, hopefully its useful. https://github.com/pebauer68/scripts/blob/master/networkcheck Best Regards, Peter Working Script: Function GetUsedMemory() As Integer Dim sRes As String Dim aRes As String[] Dim cVal As New Collection Dim sVal As String Exec ["cat", "/proc/meminfo"] To sRes For Each sVal In Split(sRes, "\n", "", True) aRes = Split(sVal, " ", "", True) cVal[Left$(aRes[0], -1)] = *CLong(aRes[1])* Next Return cVal!MemTotal - cVal!MemFree - cVal!Buffers - cVal!Cached + cVal!SwapTotal - cVal!SwapFree - cVal!SwapCached End Print Subst("Used memory: &1 Kb", GetUsedMemory()) -------------- next part -------------- An HTML attachment was scrubbed... URL: From chrisml at deganius.de Wed Feb 5 16:50:06 2020 From: chrisml at deganius.de (Christof Thalhofer) Date: Wed, 5 Feb 2020 16:50:06 +0100 Subject: [Gambas-bugtracker] test Message-ID: test Alles Gute Christof Thalhofer -- Dies ist keine Signatur -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 833 bytes Desc: OpenPGP digital signature URL: From chrisml at deganius.de Wed Feb 5 17:24:47 2020 From: chrisml at deganius.de (Christof Thalhofer) Date: Wed, 5 Feb 2020 17:24:47 +0100 Subject: [Gambas-bugtracker] test Message-ID: test Alles Gute Christof Thalhofer -- Dies ist keine Signatur -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 833 bytes Desc: OpenPGP digital signature URL: From bugtracker at gambaswiki.org Wed Feb 5 22:49:14 2020 From: bugtracker at gambaswiki.org (bugtracker at gambaswiki.org) Date: Wed, 05 Feb 2020 21:49:14 GMT Subject: [Gambas-bugtracker] Bug #1722: Bug in gb.web.form2 In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.1722&from=L21haW4- Comment #1 by Beno?t MINISINI: Fixed in commit https://gitlab.com/gambas/gambas/commit/7475109afe11473b55cb0c666844ea5f4d3247bc. You must uncheck 'gb.gui' in your project too. It is now correctly forbidden to use any GUI component with gb.web.form2. Beno?t MINISINI changed the state of the bug to: Fixed. From chrisml at deganius.de Wed Feb 5 23:46:21 2020 From: chrisml at deganius.de (Christof Thalhofer) Date: Wed, 5 Feb 2020 23:46:21 +0100 Subject: [Gambas-bugtracker] Example script on Gambaswiki fails (GetUsedMemory) - needs Clong In-Reply-To: References: Message-ID: <88d9b80b-6f16-ca58-faf4-10bf3950c544@deganius.de> Hallo Peter, bitte schreibe an user at lists.gambas-basic.org f?r die User Mailingliste. Die ML bugtracker at lists.gambas-basic.org ist nur f?r Meldungen des Bugtrackers selbst. Ich versuche gerade das Ding dicht zu kriegen. Wenn du Bugs melden m?chtest, das geht hier: http://gambaswiki.org/bugtracker Am 05.02.20 um 14:27 schrieb Peter Bauer: > Hello, > http://gambaswiki.org/wiki/doc/whatisgambas?nh > http://gambaswiki.org/wiki/doc/whatisgambas?nh#t4 > Gambas 3.14 output: > MMain.GetUsedMemory.14: #6: Type mismatch: wanted Integer, got String > instead MMain.GetUsedMemory.14 MMain.Main.23 > > While I do not fully understand the Type mismatch (got String !?, really ?). > -When I replace Cint(aRes[1]? with? CLong(aRes[1]) it works again. ... Alles Gute Christof Thalhofer -- Dies ist keine Signatur -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 833 bytes Desc: OpenPGP digital signature URL: From bugtracker at gambaswiki.org Mon Feb 10 23:27:45 2020 From: bugtracker at gambaswiki.org (bugtracker at gambaswiki.org) Date: Mon, 10 Feb 2020 22:27:45 GMT Subject: [Gambas-bugtracker] Bug #1730: gb.pcre Component RegExp Causes IDE Debugger Bug Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.1730&from=L21haW4- REALITYRIPPLE reported a new bug. Summary ------- gb.pcre Component RegExp Causes IDE Debugger Bug Type : Bug Priority : Low Gambas version : Master Product : Development Environment Description ----------- Because RegExp switched to being a sort of array, and since the Count value ignores the [0] match and just returns the number of Captures, the IDE will show the values of a RegExp array like a normal array during debugging, specifically listing items 0 through Count - 1, thus omitting the final Capture from the debugger's variable display. My best guess at a non-language-impacting change would be to determine the upper bound instead of relying on Count. System information ------------------ Definitely a problem in daily build, probably been in there since SubMatches was phased out. From bugtracker at gambaswiki.org Tue Feb 11 21:41:28 2020 From: bugtracker at gambaswiki.org (bugtracker at gambaswiki.org) Date: Tue, 11 Feb 2020 20:41:28 GMT Subject: [Gambas-bugtracker] Bug #1731: ME when called in main returns the class instance not an object Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.1731&from=L21haW4- Brian G reported a new bug. Summary ------- ME when called in main returns the class instance not an object Type : Bug Priority : Medium Gambas version : Master Product : Language Description ----------- I am not sure if this is a feature or a bug In main previously when me was used an object was returned Now when in main me returns and object which is the base class, not a true object I have attached an example System information ------------------ [System] Gambas=3.14.90 f0b3762ec (master) OperatingSystem=Linux Kernel=5.3.0-28-generic Architecture=x86_64 Distribution=Linux Mint 19.2 Tina Desktop=MATE Theme=Qt5CTProxy Language=en_US.UTF-8 Memory=7340M [Libraries] Cairo=libcairo.so.2.11510.0 Curl=libcurl.so.4.5.0 DBus=libdbus-1.so.3.19.4 GStreamer=libgstreamer-1.0.so.0.1405.0 GTK+2=libgtk-x11-2.0.so.0.2400.32 GTK+3=libgtk-3.so.0.2200.30 OpenGL=libGL.so.1.0.0 Poppler=libpoppler.so.73.0.0 QT4=libQtCore.so.4.8.7 QT5=libQt5Core.so.5.9.5 SDL=libSDL-1.2.so.0.11.4 SQLite=libsqlite3.so.0.8.6 [Environment] DBUS_SESSION_BUS_ADDRESS=unix:abstract=/tmp/dbus-TGpSuLBb3E,guid=06e44ec2ced92e19c081a2055e403da8 DISPLAY=:50 GB_GUI=gb.qt5 GIO_LAUNCHED_DESKTOP_FILE=/Desktop/gambas3.desktop GIO_LAUNCHED_DESKTOP_FILE_PID=4493 GPG_AGENT_INFO=/run/user/1000/gnupg/S.gpg-agent:0:1 GTK_MODULES=gail:atk-bridge GTK_OVERLAY_SCROLLING=0 HOME= INSIDE_CAJA_PYTHON= LANG=en_US.UTF-8 LC_ALL=en_US.UTF-8 LD_LIBRARY_PATH= LOGNAME= MAIL=/var/mail/ MATE_DESKTOP_SESSION_ID=this-is-deprecated PATH=/.local/bin:/bin:/.local/bin:/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games PULSE_CLIENTCONFIG=/.x2go/C--50-1581268386_stDMATE_dp24/.pulse-client.conf PWD= QT_ACCESSIBILITY=1 QT_AUTO_SCREEN_SCALE_FACTOR=0 QT_GRAPHICSSYSTEM=native QT_LOGGING_RULES=*.debug=false QT_QPA_PLATFORMTHEME=qt5ct QT_SCALE_FACTOR=1 SESSION_MANAGER=local/:@/tmp/.ICE-unix/22784,unix/:/tmp/.ICE-unix/22784 SHELL=/bin/bash SHLVL=3 SSH_AUTH_SOCK=/run/user/1000/keyring/ssh SSH_CLIENT=73.48.159.94 49208 2727 SSH_CONNECTION=73.48.159.94 49208 192.168.1.8 2727 STARTUP=/usr/bin/im-launch /usr/bin/env LD_LIBRARY_PATH= mate-session TERM=dumb TZ=:/etc/localtime USER= X2GO_AGENT_PID=22589 X2GO_SESSION=-50-1581268386_stDMATE_dp24 XAUTHORITY=/.Xauthority XDG_CURRENT_DESKTOP=MATE XDG_DATA_DIRS=/.local/share/flatpak/exports/share:/var/lib/flatpak/exports/share:/usr/local/share:/usr/share XDG_RUNTIME_DIR=/run/user/1000 XDG_SESSION_ID=143 XSESSION_EXEC=mate-session From bugtracker at gambaswiki.org Tue Feb 11 21:43:48 2020 From: bugtracker at gambaswiki.org (bugtracker at gambaswiki.org) Date: Tue, 11 Feb 2020 20:43:48 GMT Subject: [Gambas-bugtracker] Bug #1731: ME when called in main returns the class instance not an object In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.1731&from=L21haW4- Comment #1 by Brian G: The Issue I am having with this is its difficult to program an interface without constantly Scanning classes to determine the difference I think? Thanks Brian From bugtracker at gambaswiki.org Wed Feb 12 02:56:20 2020 From: bugtracker at gambaswiki.org (bugtracker at gambaswiki.org) Date: Wed, 12 Feb 2020 01:56:20 GMT Subject: [Gambas-bugtracker] Bug #1723: Printer object always returns A4 paper size In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.1723&from=L21haW4- Beno?t MINISINI changed the state of the bug to: Accepted. From bugtracker at gambaswiki.org Wed Feb 12 03:27:26 2020 From: bugtracker at gambaswiki.org (bugtracker at gambaswiki.org) Date: Wed, 12 Feb 2020 02:27:26 GMT Subject: [Gambas-bugtracker] Bug #1723: Printer object always returns A4 paper size In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.1723&from=L21haW4- Beno?t MINISINI changed the state of the bug to: Opened. From bugtracker at gambaswiki.org Wed Feb 12 03:48:36 2020 From: bugtracker at gambaswiki.org (bugtracker at gambaswiki.org) Date: Wed, 12 Feb 2020 02:48:36 GMT Subject: [Gambas-bugtracker] Bug #1723: Printer object always returns A4 paper size In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.1723&from=L21haW4- Beno?t MINISINI changed the state of the bug to: Accepted. From bugtracker at gambaswiki.org Wed Feb 12 03:53:38 2020 From: bugtracker at gambaswiki.org (bugtracker at gambaswiki.org) Date: Wed, 12 Feb 2020 02:53:38 GMT Subject: [Gambas-bugtracker] Bug #1726: Support Unsigned Integer Types In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.1726&from=L21haW4- Comment #1 by Beno?t MINISINI: It's impossible without redefining the interpreter datatype management. Something for Gambas 4. Beno?t MINISINI changed the state of the bug to: Rejected. From bugtracker at gambaswiki.org Wed Feb 12 03:54:34 2020 From: bugtracker at gambaswiki.org (bugtracker at gambaswiki.org) Date: Wed, 12 Feb 2020 02:54:34 GMT Subject: [Gambas-bugtracker] Bug #1727: Stop Displaying the gui select message to terminal In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.1727&from=L21haW4- Comment #1 by Beno?t MINISINI: What are you talking about? From bugtracker at gambaswiki.org Wed Feb 12 03:57:39 2020 From: bugtracker at gambaswiki.org (bugtracker at gambaswiki.org) Date: Wed, 12 Feb 2020 02:57:39 GMT Subject: [Gambas-bugtracker] Bug #1728: f4 Swap f10 In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.1728&from=L21haW4- Comment #1 by Beno?t MINISINI: Use the 'Tools -> Shortcuts' menu entry to redefine the IDE shortcuts if you don't like the default. Beno?t MINISINI changed the state of the bug to: Rejected. From bugtracker at gambaswiki.org Wed Feb 12 15:57:33 2020 From: bugtracker at gambaswiki.org (bugtracker at gambaswiki.org) Date: Wed, 12 Feb 2020 14:57:33 GMT Subject: [Gambas-bugtracker] Bug #1727: Stop Displaying the gui select message to terminal In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.1727&from=L21haW4- Comment #2 by Brian G: This Script: #!/usr/bin/gbs3 ' Gambas Script File Created 02/12/2020 14:55:08.176 Use "gb.gui" Print "Hello World" Quit 0 Catch message(error.text & "\n" & error.where) Outputs: qt5ct: using qt5ct plugin Hello World From bugtracker at gambaswiki.org Wed Feb 12 19:27:08 2020 From: bugtracker at gambaswiki.org (bugtracker at gambaswiki.org) Date: Wed, 12 Feb 2020 18:27:08 GMT Subject: [Gambas-bugtracker] Bug #1732: Debian Package control File Depends and Dummy Packages Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.1732&from=L21haW4- REALITYRIPPLE reported a new bug. Summary ------- Debian Package control File Depends and Dummy Packages Type : Bug Priority : Medium Gambas version : Master Product : Development Environment Description ----------- The GTK, GTK3, QT4, and QT5 dummy packages created by the Installation Package wizard list the Depends version range of the true packages to be equal to the standard Version number, ignoring the Release build. That, of course, results in packages that have unmet dependencies, because, for example 1.0.0 is not equal to 1.0.0_1, or even less to 1.0.0_0ubuntu1. Please update the Dummy Package generation code for Debian and Ubuntu to include the Release in the Depends version ranges. I haven't actually tested how YUM handles an RPM's Requires version ranges, but they're also lacking the Release build in their ranges, and I assume the same "<= 1.0.0" directive limits any Releases from being considered. System information ------------------ [System] Gambas=3.14.90 OperatingSystem=Linux Kernel=5.3.0-29-generic Architecture=x86_64 Distribution=Ubuntu 19.10 Desktop=XFCE Theme=Gtk Language=en_US.UTF-8 Memory=1976M [Libraries] Cairo=libcairo.so.2.11600.0 Curl=libcurl.so.4.5.0 DBus=libdbus-1.so.3.19.10 GStreamer=libgstreamer-1.0.so.0.1601.0 GTK+2=libgtk-x11-2.0.so.0.2400.32 GTK+3=libgtk-3.so.0.2404.8 OpenGL=libGL.so.1.7.0 Poppler=libpoppler.so.90.0.0 QT4=libQtCore.so.4.8.7 QT5=libQt5Core.so.5.12.4 SDL=libSDL-1.2.so.0.11.4 SQLite=libsqlite3.so.0.8.6 [Environment] CLUTTER_BACKEND=x11 DBUS_SESSION_BUS_ADDRESS=unix:path=/run/user/1000/bus DESKTOP_SESSION=xubuntu DISPLAY=:0.0 GB_GUI=gb.qt4 GDMSESSION=xubuntu GDM_LANG=en_US GPG_AGENT_INFO=/run/user/1000/gnupg/S.gpg-agent:0:1 GTK_OVERLAY_SCROLLING=0 HOME= LANG=en_US.UTF-8 LANGUAGE=en_US.UTF-8 LOGNAME= PANEL_GDK_CORE_DEVICE_EVENTS=0 PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin PWD= QT_LOGGING_RULES=*.debug=false QT_QPA_PLATFORMTHEME=gtk2 SESSION_MANAGER=local/:@/tmp/.ICE-unix/2135,unix/:/tmp/.ICE-unix/2135 SHELL=/bin/bash SHLVL=0 SSH_AGENT_PID=2231 SSH_AUTH_SOCK=/run/user/1000/keyring/ssh TZ=:/etc/localtime USER= XAUTHORITY=/.Xauthority XDG_CONFIG_DIRS=/etc/xdg/xdg-xubuntu:/etc/xdg:/etc/xdg XDG_CURRENT_DESKTOP=XFCE XDG_DATA_DIRS=/usr/share/xubuntu:/usr/share/xfce4:/usr/local/share:/usr/share:/var/lib/snapd/desktop:/usr/share XDG_GREETER_DATA_DIR=/var/lib/lightdm-data/ XDG_MENU_PREFIX=xfce- XDG_RUNTIME_DIR=/run/user/1000 XDG_SEAT=seat0 XDG_SEAT_PATH=/org/freedesktop/DisplayManager/Seat0 XDG_SESSION_CLASS=user XDG_SESSION_DESKTOP=xubuntu XDG_SESSION_ID=c1 XDG_SESSION_PATH=/org/freedesktop/DisplayManager/Session0 XDG_SESSION_TYPE=x11 XDG_VTNR=7 From bugtracker at gambaswiki.org Wed Feb 12 19:40:50 2020 From: bugtracker at gambaswiki.org (bugtracker at gambaswiki.org) Date: Wed, 12 Feb 2020 18:40:50 GMT Subject: [Gambas-bugtracker] Bug #1733: gb.openssl Expose Key Derivation Functions Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.1733&from=L21haW4- REALITYRIPPLE reported a new bug. Summary ------- gb.openssl Expose Key Derivation Functions Type : Request Priority : Medium Gambas version : Master Product : Unknown Description ----------- If possible, please include the PBKDF2 and other key derivation algorithms in the OpenSSL component. A "Derive" Class would probably be the best place to collect them. Also, hash function selection is a must; many implementations force SHA-1, but quite a few existing standards out there require SHA-256 or even SHA-512 to get a matching key from the provided password. Key Derivation functions are only as secure as the number of rounds they do on an input password, and writing one natively (which I have done) results in a much slower rounds-per-second ratio than a compiled and optimized version, limiting the usefulness and overall security of any system that relies on it. Recent versions of OpenSSL have provided fully exposed API access to key derivation functions (including providing a hash type), but there's still no command line equivalent to fall back on, and sending a plain-text password as a command-line parameter to an application that may run for a decent chunk of time sounds like a really bad idea anyway. Additionally, this would pave the way for facilitation of using a custom KDF for the existing EncryptSalted and DecryptSalted functions. It may also be prudent to provide some kind of padding type selection method for both the [En|De]crypt and [En|De]cryptSalted functions in the future, just to round out the functionality. System information ------------------ Not Applicable From bugtracker at gambaswiki.org Wed Feb 12 22:53:18 2020 From: bugtracker at gambaswiki.org (bugtracker at gambaswiki.org) Date: Wed, 12 Feb 2020 21:53:18 GMT Subject: [Gambas-bugtracker] Bug #1733: gb.openssl Expose Key Derivation Functions In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.1733&from=L21haW4- Comment #1 by Tobias BOEGE: May I ask, since you appear to know what you're doing, if you want to implement this yourself? The gb.openssl component is written in "Gambas C", which is C plastered with interpreter-specific macros, which I can help you through (either on the mailing list or on IRC). Otherwise can you be more specific about which interface you want exposed? I see that an orderly set of EVP_KDF_* functions comes with OpenSSL 3.0 [1]. That is basically how Cipher and Digest are implemented, so I like the idea of a parametric "KeyDerivation" or so class. However, I'm reluctant to add this because as soon as gb.openssl fails to build on the grandfather of Debian oldstable, I get more tickets. And finding out what will work and what won't isn't always easy, not to mention that I don't have time for any of this at the moment. The goal would be to make an interface that looks normal with 3.0 but is backwards-compatible, not only with Gambas but also with OpenSSL. I don't know if we do this in Gambas, but maybe the component can just throw a runtime error if some new part of it is used with too old OpenSSL, Beno?t? [1] https://www.openssl.org/docs/manmaster/man3/EVP_KDF.html From bugtracker at gambaswiki.org Thu Feb 13 01:37:58 2020 From: bugtracker at gambaswiki.org (bugtracker at gambaswiki.org) Date: Thu, 13 Feb 2020 00:37:58 GMT Subject: [Gambas-bugtracker] Bug #1733: gb.openssl Expose Key Derivation Functions In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.1733&from=L21haW4- Comment #2 by REALITYRIPPLE: PKCS5_PBKDF2_HMAC [1] exists in 1.1.0 with RIPEMD160 and all the SHAs as EVP_digests, EVP_PKEY_SCRYPT [2] is a context for PKEY in 1.1.1, and... I think bcrypt is sorta less-accessible, being part of the LibreSSL package with BSD-licensing instead. But those seem to be the three most popular (with PBKDF2 far and a way still the most common because of its age), so they'd probably do for backward compatibility 1.x range OpenSSL. My personal requirement is for PBKDF2 as well, but whatever OpenSSL can and will support would probably be a good idea. Unfortunately, I haven't worked in C in over a decade, and I would feel much safer if someone with a good bit of experience for memory security in the language took care of it, as any leakage could be disastrously compromising. I can try giving it a shot when I have some time, just to see if I can get it working, but I really would not want the result in production code. [1] https://www.openssl.org/docs/man1.1.0/man3/PKCS5_PBKDF2_HMAC.html [2] https://www.openssl.org/docs/man1.1.1/man7/scrypt.html From bugtracker at gambaswiki.org Thu Feb 13 20:31:58 2020 From: bugtracker at gambaswiki.org (bugtracker at gambaswiki.org) Date: Thu, 13 Feb 2020 19:31:58 GMT Subject: [Gambas-bugtracker] Bug #1734: Include Specific Keys to Confirm Autocomplete Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.1734&from=L21haW4- REALITYRIPPLE reported a new bug. Summary ------- Include Specific Keys to Confirm Autocomplete Type : Request Priority : Low Gambas version : Master Product : Development Environment Description ----------- Having Enter as the only autocomplete selection feels clunky these days. At the very least, the spacebar should also be included. If it's possible to do multiple shortcuts in the Shortcuts configuration tool, that might be a good place for anyone to choose the amount of laziness they'd like to enjoy. Or, you could go with a "smart" set, possibly with a toggle in the Editor preferences. A "smart" set of choose-the-selected-item keys would probably include: Space Period Equals Open Parenthesis or Bracket Maybe $? Altho it seems redundant with the Parenthesis, it would make choosing between Func( and Func$( much easier. Of course, unlike Enter, these keys should actually result in the character being appended to the autocompleted keyword. System information ------------------ Not Applicable From bugtracker at gambaswiki.org Fri Feb 14 00:51:37 2020 From: bugtracker at gambaswiki.org (bugtracker at gambaswiki.org) Date: Thu, 13 Feb 2020 23:51:37 GMT Subject: [Gambas-bugtracker] Bug #1723: Printer object always returns A4 paper size In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.1723&from=L21haW4- Comment #1 by Beno?t MINISINI: Fixed in commit https://gitlab.com/gambas/gambas/-/commit/e71c1c8e5fa352ecef3f70bd636301828f86d2dd. Beno?t MINISINI changed the state of the bug to: Fixed. From bugtracker at gambaswiki.org Fri Feb 14 00:52:48 2020 From: bugtracker at gambaswiki.org (bugtracker at gambaswiki.org) Date: Thu, 13 Feb 2020 23:52:48 GMT Subject: [Gambas-bugtracker] Bug #1727: Stop Displaying the gui select message to terminal In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.1727&from=L21haW4- Comment #3 by Beno?t MINISINI: This is a message from Qt or one of its plugins. I can't do anything against that. From bugtracker at gambaswiki.org Fri Feb 14 00:53:10 2020 From: bugtracker at gambaswiki.org (bugtracker at gambaswiki.org) Date: Thu, 13 Feb 2020 23:53:10 GMT Subject: [Gambas-bugtracker] Bug #1727: Stop Displaying the gui select message to terminal In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.1727&from=L21haW4- Beno?t MINISINI changed the state of the bug to: Upstream. From bugtracker at gambaswiki.org Fri Feb 14 00:53:21 2020 From: bugtracker at gambaswiki.org (bugtracker at gambaswiki.org) Date: Thu, 13 Feb 2020 23:53:21 GMT Subject: [Gambas-bugtracker] Bug #1732: Debian Package control File Depends and Dummy Packages In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.1732&from=L21haW4- Beno?t MINISINI changed the state of the bug to: Accepted. From bugtracker at gambaswiki.org Fri Feb 14 01:16:36 2020 From: bugtracker at gambaswiki.org (bugtracker at gambaswiki.org) Date: Fri, 14 Feb 2020 00:16:36 GMT Subject: [Gambas-bugtracker] Bug #1733: gb.openssl Expose Key Derivation Functions In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.1733&from=L21haW4- Comment #3 by Beno?t MINISINI: Mmm, it's like chinese for me! If the features you want exist only in OpenSSL 3.0, then you have to implement a new component based on OpenSSL 3.0 (gb.openssl3). Exactly like gb.qt4 and gb.qt5, gb.sdl and gb.sdl2, and so on. If the code is similar, you can share the source file between the two components through symbolic links, like gb.gtk and gb.gtk3. From bugtracker at gambaswiki.org Sat Feb 15 00:00:31 2020 From: bugtracker at gambaswiki.org (bugtracker at gambaswiki.org) Date: Fri, 14 Feb 2020 23:00:31 GMT Subject: [Gambas-bugtracker] Bug #1732: Debian Package control File Depends and Dummy Packages In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.1732&from=L21haW4- Comment #1 by Beno?t MINISINI: Fixed in commit https://gitlab.com/gambas/gambas/-/commit/b8952bd393b65b7d4180bf8ffcc9b59ee4cc15ae. Don't hesitate to test and report any problem! Note that at the moment package release number seems to not be taken into account in ArchLinux and Slackware packages. Beno?t MINISINI changed the state of the bug to: Fixed. From bugtracker at gambaswiki.org Sat Feb 15 09:17:29 2020 From: bugtracker at gambaswiki.org (bugtracker at gambaswiki.org) Date: Sat, 15 Feb 2020 08:17:29 GMT Subject: [Gambas-bugtracker] Bug #1727: Stop Displaying the gui select message to terminal In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.1727&from=L21haW4- Comment #4 by Brian G: I have since discovered that this environment variable must be set to turn off the message QT_LOGGING_RULES="qt5ct.debug=false" I would Have thought this would be the default value ???? From bugtracker at gambaswiki.org Sun Feb 16 16:29:32 2020 From: bugtracker at gambaswiki.org (bugtracker at gambaswiki.org) Date: Sun, 16 Feb 2020 15:29:32 GMT Subject: [Gambas-bugtracker] Bug #1735: Black Panel Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.1735&from=L21haW4- Carlo PANARA reported a new bug. Summary ------- Black Panel Type : Bug Priority : Low Gambas version : Master Product : Development Environment Description ----------- When I choose raised border panel, the panel appears all black in the IDE. System information ------------------ [System] Gambas=3.14.90 6793fbead (master) OperatingSystem=Linux Kernel=5.3.0-29-generic Architecture=x86_64 Distribution=Ubuntu 19.10 Desktop=UBUNTU:GNOME Theme=Fusion Language=it_IT.UTF-8 Memory=3855M [Libraries] Cairo=libcairo.so.2.11600.0 Curl=libcurl.so.4.5.0 DBus=libdbus-1.so.3.19.10 GStreamer=libgstreamer-1.0.so.0.1601.0 GTK+2=libgtk-x11-2.0.so.0.2400.32 GTK+3=libgtk-3.so.0.2404.8 OpenGL=libGL.so.1.7.0 Poppler=libpoppler.so.85.0.0 Poppler=libpoppler.so.90.0.0 QT4=libQtCore.so.4.8.7 QT5=libQt5Core.so.5.12.4 SDL=libSDL-1.2.so.0.11.4 SQLite=libsqlite3.so.0.8.6 [Environment] CLUTTER_IM_MODULE=ibus DBUS_SESSION_BUS_ADDRESS=unix:path=/run/user/1000/bus DESKTOP_SESSION=ubuntu DISPLAY=:0 GB_GUI=gb.qt5 GDMSESSION=ubuntu GIO_LAUNCHED_DESKTOP_FILE=/usr/share/applications/gambas3.desktop GIO_LAUNCHED_DESKTOP_FILE_PID=5016 GJS_DEBUG_OUTPUT=stderr GJS_DEBUG_TOPICS=JS ERROR;JS LOG GNOME_DESKTOP_SESSION_ID=this-is-deprecated GNOME_SHELL_SESSION_MODE=ubuntu GPG_AGENT_INFO=/run/user/1000/gnupg/S.gpg-agent:0:1 GTK_IM_MODULE=ibus GTK_MODULES=gail:atk-bridge HOME= IM_CONFIG_PHASE=1 INVOCATION_ID=9516955dbad94c2ab5700f9fdefddef0 JOURNAL_STREAM=9:39610 LANG=it_IT.UTF-8 LOGNAME= MANAGERPID=1524 PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin PWD= QT4_IM_MODULE=ibus QT_IM_MODULE=ibus QT_LOGGING_RULES=*.debug=false SESSION_MANAGER=local/:@/tmp/.ICE-unix/1711,unix/:/tmp/.ICE-unix/1711 SHELL=/bin/bash SHLVL=0 SSH_AGENT_PID=1638 SSH_AUTH_SOCK=/run/user/1000/keyring/ssh TZ=:/etc/localtime USER= USERNAME= WINDOWPATH=2 XAUTHORITY=/run/user/1000/gdm/Xauthority XDG_CONFIG_DIRS=/etc/xdg/xdg-ubuntu:/etc/xdg XDG_CURRENT_DESKTOP=ubuntu:GNOME XDG_DATA_DIRS=/usr/share/ubuntu:/usr/local/share/:/usr/share/:/var/lib/snapd/desktop XDG_MENU_PREFIX=gnome- XDG_RUNTIME_DIR=/run/user/1000 XDG_SESSION_CLASS=user XDG_SESSION_DESKTOP=ubuntu XDG_SESSION_TYPE=x11 XMODIFIERS=@im=ibus _=/usr/bin/dbus-update-activation-environment From bugtracker at gambaswiki.org Tue Feb 18 00:55:18 2020 From: bugtracker at gambaswiki.org (bugtracker at gambaswiki.org) Date: Mon, 17 Feb 2020 23:55:18 GMT Subject: [Gambas-bugtracker] Bug #1732: Debian Package control File Depends and Dummy Packages In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.1732&from=L21haW4- Comment #2 by REALITYRIPPLE: I was wrong about the RPM packages. Looks like Fedora, SUSE, and Mageia all accept release-less version numbers for their requirements. If it works with them, though, being able to specify one package over another probably makes sense for these dummy packages anyway, though. Also, on a tangentially related note, it looks like the daily launchpad builds don't take the time of day (or maybe timezone?) into account when determining if there's a new commit to build. From bugtracker at gambaswiki.org Tue Feb 18 16:26:01 2020 From: bugtracker at gambaswiki.org (bugtracker at gambaswiki.org) Date: Tue, 18 Feb 2020 15:26:01 GMT Subject: [Gambas-bugtracker] Bug #1736: GBS now fails on warnings Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.1736&from=L21haW4- Brian G reported a new bug. Summary ------- GBS now fails on warnings Type : Bug Priority : High Gambas version : Master Product : Language Description ----------- Scripter has been changed in last round of updates to fail if compiler puts out warnings Can we please go back to not failing, or add a scripter option to request this that is passed to compiler. it makes testing new script in progress frustrating when it fails because of an unused variable.. Can we please go back System information ------------------ Master From bugtracker at gambaswiki.org Tue Feb 18 16:27:44 2020 From: bugtracker at gambaswiki.org (bugtracker at gambaswiki.org) Date: Tue, 18 Feb 2020 15:27:44 GMT Subject: [Gambas-bugtracker] Bug #1736: GBS now fails on warnings In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.1736&from=L21haW4- Comment #1 by Brian G: P.S. This is making some production stuff fail for me..... yes my bad From bugtracker at gambaswiki.org Tue Feb 18 17:22:27 2020 From: bugtracker at gambaswiki.org (bugtracker at gambaswiki.org) Date: Tue, 18 Feb 2020 16:22:27 GMT Subject: [Gambas-bugtracker] Bug #1736: GBS now fails on warnings In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.1736&from=L21haW4- Brian G added an attachment: gbs3-3.14.90.tar.gz From bugtracker at gambaswiki.org Tue Feb 18 17:24:07 2020 From: bugtracker at gambaswiki.org (bugtracker at gambaswiki.org) Date: Tue, 18 Feb 2020 16:24:07 GMT Subject: [Gambas-bugtracker] Bug #1736: GBS now fails on warnings In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.1736&from=L21haW4- Comment #2 by Brian G: I have included gbs scripter attachment that now correctly supports -w or --warn flag I am not sure how to ask to have these merged with master Thanks Brian g From bugtracker at gambaswiki.org Tue Feb 18 20:40:43 2020 From: bugtracker at gambaswiki.org (bugtracker at gambaswiki.org) Date: Tue, 18 Feb 2020 19:40:43 GMT Subject: [Gambas-bugtracker] Bug #1720: VarPtr does not return the correct values for class Variables In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.1720&from=L21haW4- Comment #7 by Beno?t MINISINI: Done in commit https://gitlab.com/gambas/gambas/-/commit/7bedc9af65c51968626ef334b118053086163f6a. Beno?t MINISINI changed the state of the bug to: Fixed. From bugtracker at gambaswiki.org Tue Feb 18 20:41:26 2020 From: bugtracker at gambaswiki.org (bugtracker at gambaswiki.org) Date: Tue, 18 Feb 2020 19:41:26 GMT Subject: [Gambas-bugtracker] Bug #1735: Black Panel In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.1735&from=L21haW4- Comment #1 by Beno?t MINISINI: Does it change if you use a different widget theme? Beno?t MINISINI changed the state of the bug to: NeedsInfo. From bugtracker at gambaswiki.org Tue Feb 18 20:42:52 2020 From: bugtracker at gambaswiki.org (bugtracker at gambaswiki.org) Date: Tue, 18 Feb 2020 19:42:52 GMT Subject: [Gambas-bugtracker] Bug #1731: ME when called in main returns the class instance not an object In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.1731&from=L21haW4- Comment #2 by Beno?t MINISINI: ME called from a static method (which is normally a nonsense) always returned the class. When did you see it return an object? Beno?t MINISINI changed the state of the bug to: NeedsInfo. From bugtracker at gambaswiki.org Tue Feb 18 20:43:07 2020 From: bugtracker at gambaswiki.org (bugtracker at gambaswiki.org) Date: Tue, 18 Feb 2020 19:43:07 GMT Subject: [Gambas-bugtracker] Bug #1730: gb.pcre Component RegExp Causes IDE Debugger Bug In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.1730&from=L21haW4- Beno?t MINISINI changed the state of the bug to: Accepted. From bugtracker at gambaswiki.org Tue Feb 18 20:43:25 2020 From: bugtracker at gambaswiki.org (bugtracker at gambaswiki.org) Date: Tue, 18 Feb 2020 19:43:25 GMT Subject: [Gambas-bugtracker] Bug #1729: "Remove Useless Spaces" Should Skip Markdown Files In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.1729&from=L21haW4- Beno?t MINISINI changed the state of the bug to: Accepted. From bugtracker at gambaswiki.org Tue Feb 18 20:46:57 2020 From: bugtracker at gambaswiki.org (bugtracker at gambaswiki.org) Date: Tue, 18 Feb 2020 19:46:57 GMT Subject: [Gambas-bugtracker] Bug #1736: GBS now fails on warnings In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.1736&from=L21haW4- Comment #3 by Beno?t MINISINI: You must make a merge request on gitlab.com. From bugtracker at gambaswiki.org Tue Feb 18 21:46:25 2020 From: bugtracker at gambaswiki.org (bugtracker at gambaswiki.org) Date: Tue, 18 Feb 2020 20:46:25 GMT Subject: [Gambas-bugtracker] Bug #1737: Latest Update to varptr, Unable to get pointer from string Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.1737&from=L21haW4- Brian G reported a new bug. Summary ------- Latest Update to varptr, Unable to get pointer from string Type : Bug Priority : High Gambas version : Master Product : Language Description ----------- It is no longer possible to pass a pointer to a pointer for string c functions Varptr no longer allows strings as parameters So a lot of stuff no longer is possible, unless I am not seeing how to do that. Have to define C functions with pointer with two definitions, one for pointers and one for strings and objects/Structs Broken stuff! Lots of it! System information ------------------ master From bugtracker at gambaswiki.org Tue Feb 18 21:52:40 2020 From: bugtracker at gambaswiki.org (bugtracker at gambaswiki.org) Date: Tue, 18 Feb 2020 20:52:40 GMT Subject: [Gambas-bugtracker] Bug #1737: Latest Update to varptr, Unable to get pointer from string In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.1737&from=L21haW4- Comment #1 by Brian G: Yes I know you said that in your last update to varptr, that local string would not be allowed, but I did not realize it would impact so many different things What now? From bugtracker at gambaswiki.org Tue Feb 18 22:06:38 2020 From: bugtracker at gambaswiki.org (bugtracker at gambaswiki.org) Date: Tue, 18 Feb 2020 21:06:38 GMT Subject: [Gambas-bugtracker] Bug #1735: Black Panel In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.1735&from=L21haW4- Comment #2 by Carlo PANARA: With PictureBox is the same. With DrawingArea, Label, TextLbel, instead, no problem. Carlo PANARA changed the state of the bug to: Accepted. From bugtracker at gambaswiki.org Tue Feb 18 22:36:26 2020 From: bugtracker at gambaswiki.org (bugtracker at gambaswiki.org) Date: Tue, 18 Feb 2020 21:36:26 GMT Subject: [Gambas-bugtracker] Bug #1737: Latest Update to varptr, Unable to get pointer from string In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.1737&from=L21haW4- Comment #2 by Brian G: I have found a work around, I think works. Convoluted From bugtracker at gambaswiki.org Tue Feb 18 23:06:00 2020 From: bugtracker at gambaswiki.org (bugtracker at gambaswiki.org) Date: Tue, 18 Feb 2020 22:06:00 GMT Subject: [Gambas-bugtracker] Bug #1737: Latest Update to varptr, Unable to get pointer from string In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.1737&from=L21haW4- Comment #3 by Beno?t MINISINI: Since commit https://gitlab.com/gambas/gambas/-/commit/131653ab1f0ba32f4d8dbcad684504c1fbc685ab, converting a string into a pointer returns a pointer that points at the beginning of the string. (Before this kind of conversion raised an error). It should help you. Beno?t MINISINI changed the state of the bug to: Fixed. From bugtracker at gambaswiki.org Tue Feb 18 23:07:10 2020 From: bugtracker at gambaswiki.org (bugtracker at gambaswiki.org) Date: Tue, 18 Feb 2020 22:07:10 GMT Subject: [Gambas-bugtracker] Bug #1735: Black Panel In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.1735&from=L21haW4- Comment #3 by Beno?t MINISINI: No, I asked you to check with another widget *theme*. According to your system information, you are using "Fusion" widget theme. Try something else. Beno?t MINISINI changed the state of the bug to: NeedsInfo. From bugtracker at gambaswiki.org Wed Feb 19 01:01:17 2020 From: bugtracker at gambaswiki.org (bugtracker at gambaswiki.org) Date: Wed, 19 Feb 2020 00:01:17 GMT Subject: [Gambas-bugtracker] Bug #1720: VarPtr does not return the correct values for class Variables In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.1720&from=L21haW4- Comment #8 by Brian G: Every thing works as described, Thank you very much for the update. The effort is much appreciated. I may have run into an issue with **string, for locals, but Have found a work around. Your work Is very much appreciated Thanks! From bugtracker at gambaswiki.org Wed Feb 19 17:59:22 2020 From: bugtracker at gambaswiki.org (bugtracker at gambaswiki.org) Date: Wed, 19 Feb 2020 16:59:22 GMT Subject: [Gambas-bugtracker] Bug #1735: Black Panel In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.1735&from=L21haW4- Comment #4 by Carlo PANARA: Natively Ubuntu has as Theme: gtk. When you compile Gambas from gitlab, then theme becomes Fusion. If you use PPAs instead, theme remains gtk. This happens to me but also to others of the Italian forum. In addition, by changing theme in Ubuntu manager, Gambas system information continues to indicate Fusion even if you choose Ambience or others. I hope this information is useful to you. Carlo PANARA changed the state of the bug to: Accepted. From bugtracker at gambaswiki.org Wed Feb 19 18:01:52 2020 From: bugtracker at gambaswiki.org (bugtracker at gambaswiki.org) Date: Wed, 19 Feb 2020 17:01:52 GMT Subject: [Gambas-bugtracker] Bug #1735: Black Panel In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.1735&from=L21haW4- Comment #5 by Carlo PANARA: Sorry I forgot, when the theme is gtk, the panel works correctly. From bugtracker at gambaswiki.org Thu Feb 20 20:51:58 2020 From: bugtracker at gambaswiki.org (bugtracker at gambaswiki.org) Date: Thu, 20 Feb 2020 19:51:58 GMT Subject: [Gambas-bugtracker] Bug #1738: Application.Name vs Application.Title Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.1738&from=L21haW4- REALITYRIPPLE reported a new bug. Summary ------- Application.Name vs Application.Title Type : Bug Priority : Low Gambas version : Master Product : Language Description ----------- The documentation claims that Application.Name is defined in the IDE project properties dialog. However, it appears that the actual value of Application.Name is provided by the OS, meaning that things like symbolic links can completely change the resulting value of Application.Name. Application.Title, meanwhile, sticks true to the "Title" value supplied in the project properties dialog. I'm not sure if the wiki needs to be changed or the functionality does, but one or the other should be updated to prevent confusion. System information ------------------ Not Applicable From bugtracker at gambaswiki.org Thu Feb 20 22:53:49 2020 From: bugtracker at gambaswiki.org (bugtracker at gambaswiki.org) Date: Thu, 20 Feb 2020 21:53:49 GMT Subject: [Gambas-bugtracker] Bug #1738: Application.Name vs Application.Title In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.1738&from=L21haW4- Beno?t MINISINI changed the state of the bug to: Accepted. From bugtracker at gambaswiki.org Thu Feb 20 22:54:54 2020 From: bugtracker at gambaswiki.org (bugtracker at gambaswiki.org) Date: Thu, 20 Feb 2020 21:54:54 GMT Subject: [Gambas-bugtracker] Bug #1738: Application.Name vs Application.Title In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.1738&from=L21haW4- Comment #1 by Beno?t MINISINI: The wiki is clearly wrong. Application.Name is the name of the project directory in development mode (run from the IDE), and the name of the executable file in execution mode. From bugtracker at gambaswiki.org Thu Feb 20 22:59:17 2020 From: bugtracker at gambaswiki.org (bugtracker at gambaswiki.org) Date: Thu, 20 Feb 2020 21:59:17 GMT Subject: [Gambas-bugtracker] Bug #1738: Application.Name vs Application.Title In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.1738&from=L21haW4- Beno?t MINISINI changed the state of the bug to: Fixed. From bugtracker at gambaswiki.org Fri Feb 21 02:36:46 2020 From: bugtracker at gambaswiki.org (bugtracker at gambaswiki.org) Date: Fri, 21 Feb 2020 01:36:46 GMT Subject: [Gambas-bugtracker] Bug #1729: "Remove Useless Spaces" Should Skip Markdown Files In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.1729&from=L21haW4- Comment #1 by Beno?t MINISINI: Done in commit https://gitlab.com/gambas/gambas/-/commit/a5819d251161ea9b42b0e808ecc991aef3f16b3d. Beno?t MINISINI changed the state of the bug to: Fixed. From bugtracker at gambaswiki.org Fri Feb 21 02:53:09 2020 From: bugtracker at gambaswiki.org (bugtracker at gambaswiki.org) Date: Fri, 21 Feb 2020 01:53:09 GMT Subject: [Gambas-bugtracker] Bug #1670: the record counter is not updated In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.1670&from=L21haW4- Comment #2 by Beno?t MINISINI: Finally fixed in commit https://gitlab.com/gambas/gambas/-/commit/26b4327f5251e10c09490818c6ae9ed314ccfd5f. Beno?t MINISINI changed the state of the bug to: Fixed. From bugtracker at gambaswiki.org Fri Feb 21 13:47:21 2020 From: bugtracker at gambaswiki.org (bugtracker at gambaswiki.org) Date: Fri, 21 Feb 2020 12:47:21 GMT Subject: [Gambas-bugtracker] Bug #1739: paste the object in the same y coordinates of the pointer Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.1739&from=L21haW4- V?ctor PEREZ reported a new bug. Summary ------- paste the object in the same y coordinates of the pointer Type : Request Priority : Low Gambas version : 3.14 Product : Development Environment Description ----------- It is common to copy a button from a certain place and paste it into a panel for example. When doing that, prawns stick it on the 0 and - 0 x strings of the panel or parent, and then you have to move it to the desired place. It would be more comfortable for the object to stick where the pointer clicked, so it would be to take the coordinates and x of the pointer to make the corresponding calculations and make the object stick to those coordinates. Greetings. (always looking to program as comfortable as possible) System information ------------------ [System] Gambas=3.12.2 OperatingSystem=Linux Kernel=4.4.0-142-generic Architecture=x86 Distribution=Linux Mint 18.1 Serena Desktop=MATE Theme=Gtk Language=es_UY.UTF-8 Memory=1757M [Libraries] Cairo=libcairo.so.2.11400.6 Curl=libcurl.so.4.4.0 DBus=libdbus-1.so.3.14.6 GStreamer=libgstreamer-0.10.so.0.30.0 GStreamer=libgstreamer-1.0.so.0.803.0 GTK+2=libgtk-x11-2.0.so.0.2400.30 GTK+3=libgtk-3.so.0.1800.9 OpenGL=libGL.so.1.2.0 Poppler=libpoppler.so.58.0.0 QT4=libQtCore.so.4.8.7 QT5=libQt5Core.so.5.5.1 SDL=libSDL-1.2.so.0.11.4 SQLite=libsqlite3.so.0.8.6 [Environment] CLUTTER_BACKEND=x11 COMPIZ_CONFIG_PROFILE=mate DBUS_SESSION_BUS_ADDRESS=unix:abstract=/tmp/dbus-GPFWuyZvm4,guid=29576f3a455bdb6b3df5f1465c7c4860 DEFAULTS_PATH=/usr/share/gconf/mate.default.path DESKTOP_SESSION=mate DISPLAY=:0 GB_GUI=gb.qt5 GDMSESSION=mate GDM_XSERVER_LOCATION=local GTK_MODULES=gail:atk-bridge GTK_OVERLAY_SCROLLING=0 HOME= LANG=es_UY.UTF-8 LC_ADDRESS=es_UY.UTF-8 LC_IDENTIFICATION=es_UY.UTF-8 LC_MEASUREMENT=es_UY.UTF-8 LC_MONETARY=es_UY.UTF-8 LC_NAME=es_UY.UTF-8 LC_NUMERIC=es_UY.UTF-8 LC_PAPER=es_UY.UTF-8 LC_TELEPHONE=es_UY.UTF-8 LC_TIME=es_UY.UTF-8 LOGNAME= MANDATORY_PATH=/usr/share/gconf/mate.mandatory.path MATE_DESKTOP_SESSION_ID=this-is-deprecated MDMSESSION=mate MDM_LANG=es_UY.UTF-8 MDM_XSERVER_LOCATION=local PAPERSIZE=a4 PATH=/bin:/.local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games PWD= QT_ACCESSIBILITY=1 QT_IM_MODULE=compose QT_LINUX_ACCESSIBILITY_ALWAYS_ON=1 QT_STYLE_OVERRIDE=gtk SESSION_MANAGER=local/:@/tmp/.ICE-unix/1217,unix/:/tmp/.ICE-unix/1217 SHELL=/bin/bash SSH_AGENT_PID=1288 SSH_AUTH_SOCK=/run/user/1000/keyring/ssh TZ=:/etc/localtime USER= USERNAME= WINDOWPATH=7 XAUTHORITY=/.Xauthority XDG_CONFIG_DIRS=/etc/xdg/xdg-mate:/etc/xdg XDG_CURRENT_DESKTOP=MATE XDG_DATA_DIRS=/usr/share/mate:/usr/local/share/:/usr/share/:/usr/share/mdm/ XDG_RUNTIME_DIR=/run/user/1000 XDG_SEAT=seat0 XDG_SESSION_COOKIE=23e7429435e943319b749149eed39e68-1551648864.200534-1157168256 XDG_SESSION_DESKTOP=mate XDG_SESSION_ID=c1 XDG_VTNR=7 From bugtracker at gambaswiki.org Fri Feb 21 14:19:13 2020 From: bugtracker at gambaswiki.org (bugtracker at gambaswiki.org) Date: Fri, 21 Feb 2020 13:19:13 GMT Subject: [Gambas-bugtracker] Bug #1740: create new item "Create control folder" Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.1740&from=L21haW4- V?ctor PEREZ reported a new bug. Summary ------- create new item "Create control folder" Type : Request Priority : Low Gambas version : 3.14 Product : Development Environment Description ----------- when we click on the predefined project folder, detect if the subfolder control is created, if it is not, display menu - "Create control folder". By clicking create control folder (for class icons) and hide the menu create control folder as it already exists. Cheers System information ------------------ [System] Gambas=3.12.2 OperatingSystem=Linux Kernel=4.4.0-142-generic Architecture=x86 Distribution=Linux Mint 18.1 Serena Desktop=MATE Theme=Gtk Language=es_UY.UTF-8 Memory=1757M [Libraries] Cairo=libcairo.so.2.11400.6 Curl=libcurl.so.4.4.0 DBus=libdbus-1.so.3.14.6 GStreamer=libgstreamer-0.10.so.0.30.0 GStreamer=libgstreamer-1.0.so.0.803.0 GTK+2=libgtk-x11-2.0.so.0.2400.30 GTK+3=libgtk-3.so.0.1800.9 OpenGL=libGL.so.1.2.0 Poppler=libpoppler.so.58.0.0 QT4=libQtCore.so.4.8.7 QT5=libQt5Core.so.5.5.1 SDL=libSDL-1.2.so.0.11.4 SQLite=libsqlite3.so.0.8.6 [Environment] CLUTTER_BACKEND=x11 COMPIZ_CONFIG_PROFILE=mate DBUS_SESSION_BUS_ADDRESS=unix:abstract=/tmp/dbus-GPFWuyZvm4,guid=29576f3a455bdb6b3df5f1465c7c4860 DEFAULTS_PATH=/usr/share/gconf/mate.default.path DESKTOP_SESSION=mate DISPLAY=:0 GB_GUI=gb.qt5 GDMSESSION=mate GDM_XSERVER_LOCATION=local GTK_MODULES=gail:atk-bridge GTK_OVERLAY_SCROLLING=0 HOME= LANG=es_UY.UTF-8 LC_ADDRESS=es_UY.UTF-8 LC_IDENTIFICATION=es_UY.UTF-8 LC_MEASUREMENT=es_UY.UTF-8 LC_MONETARY=es_UY.UTF-8 LC_NAME=es_UY.UTF-8 LC_NUMERIC=es_UY.UTF-8 LC_PAPER=es_UY.UTF-8 LC_TELEPHONE=es_UY.UTF-8 LC_TIME=es_UY.UTF-8 LOGNAME= MANDATORY_PATH=/usr/share/gconf/mate.mandatory.path MATE_DESKTOP_SESSION_ID=this-is-deprecated MDMSESSION=mate MDM_LANG=es_UY.UTF-8 MDM_XSERVER_LOCATION=local PAPERSIZE=a4 PATH=/bin:/.local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games PWD= QT_ACCESSIBILITY=1 QT_IM_MODULE=compose QT_LINUX_ACCESSIBILITY_ALWAYS_ON=1 QT_STYLE_OVERRIDE=gtk SESSION_MANAGER=local/:@/tmp/.ICE-unix/1217,unix/:/tmp/.ICE-unix/1217 SHELL=/bin/bash SSH_AGENT_PID=1288 SSH_AUTH_SOCK=/run/user/1000/keyring/ssh TZ=:/etc/localtime USER= USERNAME= WINDOWPATH=7 XAUTHORITY=/.Xauthority XDG_CONFIG_DIRS=/etc/xdg/xdg-mate:/etc/xdg XDG_CURRENT_DESKTOP=MATE XDG_DATA_DIRS=/usr/share/mate:/usr/local/share/:/usr/share/:/usr/share/mdm/ XDG_RUNTIME_DIR=/run/user/1000 XDG_SEAT=seat0 XDG_SESSION_COOKIE=23e7429435e943319b749149eed39e68-1551648864.200534-1157168256 XDG_SESSION_DESKTOP=mate XDG_SESSION_ID=c1 XDG_VTNR=7 From bugtracker at gambaswiki.org Fri Feb 21 19:35:35 2020 From: bugtracker at gambaswiki.org (bugtracker at gambaswiki.org) Date: Fri, 21 Feb 2020 18:35:35 GMT Subject: [Gambas-bugtracker] Bug #1736: GBS now fails on warnings In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.1736&from=L21haW4- Brian G changed the state of the bug to: Invalid. From bugtracker at gambaswiki.org Fri Feb 21 19:36:08 2020 From: bugtracker at gambaswiki.org (bugtracker at gambaswiki.org) Date: Fri, 21 Feb 2020 18:36:08 GMT Subject: [Gambas-bugtracker] Bug #1736: GBS now fails on warnings In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.1736&from=L21haW4- Comment #4 by Brian G: Seems to have gone back last update From bugtracker at gambaswiki.org Fri Feb 21 20:33:56 2020 From: bugtracker at gambaswiki.org (bugtracker at gambaswiki.org) Date: Fri, 21 Feb 2020 19:33:56 GMT Subject: [Gambas-bugtracker] Bug #1741: .Configure reports everything will be built but make fails for SDL Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.1741&from=L21haW4- Brian G reported a new bug. Summary ------- .Configure reports everything will be built but make fails for SDL Type : Bug Priority : Medium Gambas version : Master Product : SDL components Description ----------- .configure reports everything will be built but make fails on SDL as follows Making all in gb.sdl make[2]: Entering directory '/srv/gambas/gambas/gb.sdl' make all-recursive make[3]: Entering directory '/srv/gambas/gambas/gb.sdl' Making all in src make[4]: Entering directory '/srv/gambas/gambas/gb.sdl/src' CXXLD gb.sdl.la /usr/bin/ld: cannot find -lGL collect2: error: ld returned 1 exit status Makefile:503: recipe for target 'gb.sdl.la' failed make[4]: *** [gb.sdl.la] Error 1 make[4]: Leaving directory '/srv/gambas/gambas/gb.sdl/src' Makefile:443: recipe for target 'all-recursive' failed make[3]: *** [all-recursive] Error 1 make[3]: Leaving directory '/srv/gambas/gambas/gb.sdl' Makefile:375: recipe for target 'all' failed make[2]: *** [all] Error 2 make[2]: Leaving directory '/srv/gambas/gambas/gb.sdl' Makefile:437: recipe for target 'all-recursive' failed make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory '/srv/gambas/gambas' Makefile:378: recipe for target 'all' failed make: *** [all] Error 2 System information ------------------ [System] Gambas=3.14.3 OperatingSystem=Linux Kernel=5.3.0-40-generic Architecture=x86_64 Distribution=Linux Mint 19.2 Tina Desktop=MATE Theme=Qt5CTProxy Language=en_US.UTF-8 Memory=15993M [Libraries] Cairo=libcairo.so.2.11510.0 Curl=libcurl.so.4.5.0 DBus=libdbus-1.so.3.19.4 GStreamer=libgstreamer-1.0.so.0.1405.0 GTK+2=libgtk-x11-2.0.so.0.2400.32 GTK+3=libgtk-3.so.0.2200.30 OpenGL=libGL.so.1.0.0 Poppler=libpoppler.so.73.0.0 QT4=libQtCore.so.4.8.7 QT5=libQt5Core.so.5.9.5 SDL=libSDL-1.2.so.0.11.4 SQLite=libsqlite3.so.0.8.6 [Environment] CLUTTER_BACKEND=x11 COMPIZ_CONFIG_PROFILE=mate DBUS_SESSION_BUS_ADDRESS=unix:path=/run/user/1000/bus DEFAULTS_PATH=/usr/share/gconf/mate.default.path DESKTOP_SESSION=mate DISPLAY=:0 GB_GUI=gb.qt5 GDMSESSION=mate GDM_LANG=en_US GPG_AGENT_INFO=/run/user/1000/gnupg/S.gpg-agent:0:1 GTK_MODULES=gail:atk-bridge GTK_OVERLAY_SCROLLING=0 HOME= LANG=en_US.UTF-8 LANGUAGE=en_US.UTF-8 LOGNAME= MANDATORY_PATH=/usr/share/gconf/mate.mandatory.path MATE_DESKTOP_SESSION_ID=this-is-deprecated PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games PWD= QT_ACCESSIBILITY=1 QT_AUTO_SCREEN_SCALE_FACTOR=0 QT_QPA_PLATFORMTHEME=qt5ct QT_SCALE_FACTOR=1 SESSION_MANAGER=local/:@/tmp/.ICE-unix/2412,unix/:/tmp/.ICE-unix/2412 SHELL=/bin/bash SHLVL=0 SSH_AGENT_PID=2515 SSH_AUTH_SOCK=/run/user/1000/keyring/ssh TZ=:/etc/localtime USER= XAUTHORITY=/.Xauthority XDG_CONFIG_DIRS=/etc/xdg/xdg-mate:/etc/xdg XDG_CURRENT_DESKTOP=MATE XDG_DATA_DIRS=/usr/share/mate:/.local/share/flatpak/exports/share:/var/lib/flatpak/exports/share:/usr/local/share:/usr/share XDG_GREETER_DATA_DIR=/var/lib/lightdm-data/ XDG_RUNTIME_DIR=/run/user/1000 XDG_SEAT=seat0 XDG_SEAT_PATH=/org/freedesktop/DisplayManager/Seat0 XDG_SESSION_DESKTOP=mate XDG_SESSION_ID=c2 XDG_SESSION_PATH=/org/freedesktop/DisplayManager/Session0 XDG_SESSION_TYPE=x11 XDG_VTNR=7 From bugtracker at gambaswiki.org Fri Feb 21 22:37:08 2020 From: bugtracker at gambaswiki.org (bugtracker at gambaswiki.org) Date: Fri, 21 Feb 2020 21:37:08 GMT Subject: [Gambas-bugtracker] Bug #1732: Debian Package control File Depends and Dummy Packages In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.1732&from=L21haW4- Comment #3 by REALITYRIPPLE: I don't think the full release number is being correctly passed along to the requirements for RPMs... It looks like it's using the package number without any distro derivations. That makes YUM complain that "program <= 1.0.0-1 is needed for program-qt5-1.0.0-1.fdr.noarch", for example, when it probably should be "program-1.0.0-1.fdr". That or the release number is not supposed to be referred to directly in the case of RPMs, and then this request should have been for DEB files only. I really wish these things had clearer documentation... REALITYRIPPLE changed the state of the bug to: NeedsInfo. From bugtracker at gambaswiki.org Fri Feb 21 23:33:49 2020 From: bugtracker at gambaswiki.org (bugtracker at gambaswiki.org) Date: Fri, 21 Feb 2020 22:33:49 GMT Subject: [Gambas-bugtracker] Bug #1732: Debian Package control File Depends and Dummy Packages In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.1732&from=L21haW4- Comment #4 by REALITYRIPPLE: Yeah, just replaced the max version with <= 1.0.0-2 within the dummy file and the 1.0.0-1.fdr file was accepted as a matching requirement, so they are safe to include in RPM versions. I'm not sure how Zypper and URPMI work, but my guess is they'd follow the same rules as YUM. From bugtracker at gambaswiki.org Fri Feb 21 23:34:57 2020 From: bugtracker at gambaswiki.org (bugtracker at gambaswiki.org) Date: Fri, 21 Feb 2020 22:34:57 GMT Subject: [Gambas-bugtracker] Bug #1732: Debian Package control File Depends and Dummy Packages In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.1732&from=L21haW4- Comment #5 by Beno?t MINISINI: OK, so no release number insoide RPM dependencies? Beno?t MINISINI changed the state of the bug to: Accepted. From bugtracker at gambaswiki.org Fri Feb 21 23:50:32 2020 From: bugtracker at gambaswiki.org (bugtracker at gambaswiki.org) Date: Fri, 21 Feb 2020 22:50:32 GMT Subject: [Gambas-bugtracker] Bug #1732: Debian Package control File Depends and Dummy Packages In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.1732&from=L21haW4- Comment #6 by REALITYRIPPLE: No, the number is ok, the dummies just need the full thing, including ".fdr" or ".mga" or ".suse", rather than just the number. From bugtracker at gambaswiki.org Sat Feb 22 00:53:33 2020 From: bugtracker at gambaswiki.org (bugtracker at gambaswiki.org) Date: Fri, 21 Feb 2020 23:53:33 GMT Subject: [Gambas-bugtracker] Bug #1732: Debian Package control File Depends and Dummy Packages In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.1732&from=L21haW4- Comment #7 by Beno?t MINISINI: Is commit https://gitlab.com/gambas/gambas/-/commit/b7c6d4cca6f470a0663af645049a54c349e58db5 ok for you? From bugtracker at gambaswiki.org Sat Feb 22 00:53:44 2020 From: bugtracker at gambaswiki.org (bugtracker at gambaswiki.org) Date: Fri, 21 Feb 2020 23:53:44 GMT Subject: [Gambas-bugtracker] Bug #1732: Debian Package control File Depends and Dummy Packages In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.1732&from=L21haW4- Beno?t MINISINI changed the state of the bug to: NeedsInfo. From bugtracker at gambaswiki.org Sat Feb 22 00:55:42 2020 From: bugtracker at gambaswiki.org (bugtracker at gambaswiki.org) Date: Fri, 21 Feb 2020 23:55:42 GMT Subject: [Gambas-bugtracker] Bug #1741: .Configure reports everything will be built but make fails for SDL In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.1741&from=L21haW4- Comment #1 by Beno?t MINISINI: I guess this is another bug in Mint. :-) Please post the full output of './configure'. Beno?t MINISINI changed the state of the bug to: NeedsInfo. From bugtracker at gambaswiki.org Sat Feb 22 00:57:28 2020 From: bugtracker at gambaswiki.org (bugtracker at gambaswiki.org) Date: Fri, 21 Feb 2020 23:57:28 GMT Subject: [Gambas-bugtracker] Bug #1740: create new item "Create control folder" In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.1740&from=L21haW4- Comment #1 by Beno?t MINISINI: Why do you want a specific menu entry for creating that folder? From bugtracker at gambaswiki.org Sat Feb 22 01:13:28 2020 From: bugtracker at gambaswiki.org (bugtracker at gambaswiki.org) Date: Sat, 22 Feb 2020 00:13:28 GMT Subject: [Gambas-bugtracker] Bug #1735: Black Panel In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.1735&from=L21haW4- Comment #6 by Beno?t MINISINI: There is no reason why the theme would change between using a Gambas PPA, or compiling from source, except if one uses QT4 and the other QT5. I guess this is the case there. The theme you configure with Ubuntu/Gnome control center is the GTK+ theme. The Gambas IDE uses QT. To change the theme used by qt, you must use the qt configuration program (which is, of course, not the same between qt4 and qt5). If you use the QT theme named "GTK", then you will indirectly use the GTK+ theme as configured by the Ubuntu/Gnome control center (the GTK+ theme is "embedded" in the QT theme). From bugtracker at gambaswiki.org Sat Feb 22 01:14:04 2020 From: bugtracker at gambaswiki.org (bugtracker at gambaswiki.org) Date: Sat, 22 Feb 2020 00:14:04 GMT Subject: [Gambas-bugtracker] Bug #1735: Black Panel In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.1735&from=L21haW4- Beno?t MINISINI changed the state of the bug to: Upstream. From bugtracker at gambaswiki.org Sat Feb 22 16:49:44 2020 From: bugtracker at gambaswiki.org (bugtracker at gambaswiki.org) Date: Sat, 22 Feb 2020 15:49:44 GMT Subject: [Gambas-bugtracker] Bug #1723: Printer object always returns A4 paper size In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.1723&from=L21haW4- Comment #2 by Brian G: Thanks for the fix,, it works perfectly From bugtracker at gambaswiki.org Sat Feb 22 19:31:59 2020 From: bugtracker at gambaswiki.org (bugtracker at gambaswiki.org) Date: Sat, 22 Feb 2020 18:31:59 GMT Subject: [Gambas-bugtracker] Bug #1732: Debian Package control File Depends and Dummy Packages In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.1732&from=L21haW4- Comment #8 by REALITYRIPPLE: Fedora is happy. Not 100% certain about SUSE or Mageia because of missing dependencies - SUSE doesn't have the "gambas3-gb-sdl2-audio" package for some reason, and Mageia's still on 3.13, so they both failed to install the project I'm testing with for reasons other than the version numbers, but I'm guessing since they got far enough to complain about those problems, the dummy packages must have successfully marked the real package as a requirement, so I'll say 95% sure about SUSE, 80% sure about Mageia. If they follow Fedora's behavior correctly, though, then I'd say problem solved! REALITYRIPPLE changed the state of the bug to: Accepted. From bugtracker at gambaswiki.org Mon Feb 24 17:52:17 2020 From: bugtracker at gambaswiki.org (bugtracker at gambaswiki.org) Date: Mon, 24 Feb 2020 16:52:17 GMT Subject: [Gambas-bugtracker] Bug #1740: create new item "Create control folder" In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.1740&from=L21haW4- Comment #2 by V?ctor PEREZ: because I understand that everything that is repetitive must be solved by the prawn idea, so that the time of the programmer is used in its application and not in repetitive and known tasks. I don't know, I like to invest in shrimp user comfort. Sometimes the little details make the big differences. From bugtracker at gambaswiki.org Sat Feb 29 22:47:23 2020 From: bugtracker at gambaswiki.org (bugtracker at gambaswiki.org) Date: Sat, 29 Feb 2020 21:47:23 GMT Subject: [Gambas-bugtracker] =?utf-8?q?Bug_=231427=3A_Th=C3=A8me_manageme?= =?utf-8?q?nt_for_toolbar_setting?= In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.1427&from=L21haW4- Comment #1 by Beno?t MINISINI: Done since commit https://gitlab.com/gambas/gambas/commit/e6cd4fc302e651c8b4b117b42a78b40d178d40c0. Beno?t MINISINI changed the state of the bug to: Fixed. From bugtracker at gambaswiki.org Sat Feb 29 22:49:21 2020 From: bugtracker at gambaswiki.org (bugtracker at gambaswiki.org) Date: Sat, 29 Feb 2020 21:49:21 GMT Subject: [Gambas-bugtracker] Bug #1732: Debian Package control File Depends and Dummy Packages In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.1732&from=L21haW4- Comment #9 by Beno?t MINISINI: OK, I mark the issue as fixed. Beno?t MINISINI changed the state of the bug to: Fixed.