From bugtracker at gambaswiki.org Fri Jun 1 14:24:15 2018 From: bugtracker at gambaswiki.org (bugtracker at gambaswiki.org) Date: Fri, 01 Jun 2018 12:24:15 GMT Subject: [Gambas-bugtracker] Bug #1337: .move doesn't move right Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.1337&from=L21haW4- Michael ALTROGGE reported a new bug. Summary ------- .move doesn't move right Type : Bug Priority : Low Gambas version : Unknown Product : GUI components Description ----------- Open F_Error and F_Working in attached project ... the only difference in these forms is [F_Error] .Move(Settings["Window/X", 0], Settings["Window/Y", 0], Settings["Window/W", 1024], Settings["Window/H", 768]) -> '.Font.Name = Application.Font.Name -> '.Font.size = Application.Font.Size If Settings["Window/Center", True] Then F_Error.Center and [F_Working] .Move(Settings["Window/X", 0], Settings["Window/Y", 0], Settings["Window/W", 1024], Settings["Window/H", 768]) -> .Font.Name = Application.Font.Name -> .Font.size = Application.Font.Size If Settings["Window/Center", True] Then F_Working.Center System information ------------------ [System] Gambas=3.11.2 OperatingSystem=Linux Kernel=4.13.0-43-generic Architecture=x86_64 Distribution=Linux Mint 18.3 Sylvia Desktop=CINNAMON Theme=Gtk Language=de_DE.UTF-8 Memory=3390M [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] DBUS_SESSION_BUS_ADDRESS=unix:abstract=/tmp/dbus-6EsdRBapCp,guid=8384391496e02c7e38da83215b110a9c DEFAULTS_PATH=/usr/share/gconf/cinnamon.default.path DESKTOP_AUTOSTART_ID=1067093677ff7b0d20152784348539349400000037010007 DESKTOP_SESSION=cinnamon DISPLAY=:0 GB_GUI=gb.qt4 GDMSESSION=cinnamon GDM_LANG=de_DE GNOME_DESKTOP_SESSION_ID=this-is-deprecated GTK_MODULES=gail:atk-bridge GTK_OVERLAY_SCROLLING=1 HOME= KICAD_PATH=/usr/share/kicad KIGITHUB=https://github.com/KiCad LANG=de_DE.UTF-8 LANGUAGE=de_DE LOGNAME= MANDATORY_PATH=/usr/share/gconf/cinnamon.mandatory.path 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_LINUX_ACCESSIBILITY_ALWAYS_ON=1 QT_QPA_PLATFORMTHEME=qgnomeplatform QT_STYLE_OVERRIDE=gtk SESSION_MANAGER=local/:@/tmp/.ICE-unix/3701,unix/:/tmp/.ICE-unix/3701 SHELL=/bin/bash SHLVL=0 SSH_AGENT_PID=3760 SSH_AUTH_SOCK=/run/user/1000/keyring/ssh TZ=:/etc/localtime USER= XAUTHORITY=/.Xauthority XDG_CONFIG_DIRS=/etc/xdg/xdg-cinnamon:/etc/xdg XDG_CURRENT_DESKTOP=X-Cinnamon XDG_DATA_DIRS=/usr/share/cinnamon:/usr/share/gnome:/.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=cinnamon XDG_SESSION_ID=c2 XDG_SESSION_PATH=/org/freedesktop/DisplayManager/Session0 XDG_SESSION_TYPE=x11 XDG_VTNR=7 From bugtracker at gambaswiki.org Fri Jun 1 14:24:37 2018 From: bugtracker at gambaswiki.org (bugtracker at gambaswiki.org) Date: Fri, 01 Jun 2018 12:24:37 GMT Subject: [Gambas-bugtracker] Bug #1337: .move doesn't move right In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.1337&from=L21haW4- Michael ALTROGGE added an attachment: gb-error-0.0.1.tar.gz From bugtracker at gambaswiki.org Fri Jun 1 14:28:40 2018 From: bugtracker at gambaswiki.org (bugtracker at gambaswiki.org) Date: Fri, 01 Jun 2018 12:28:40 GMT Subject: [Gambas-bugtracker] Bug #1337: .move doesn't move right In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.1337&from=L21haW4- Michael ALTROGGE added an attachment: F_Error.png From bugtracker at gambaswiki.org Fri Jun 1 14:28:48 2018 From: bugtracker at gambaswiki.org (bugtracker at gambaswiki.org) Date: Fri, 01 Jun 2018 12:28:48 GMT Subject: [Gambas-bugtracker] Bug #1337: .move doesn't move right In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.1337&from=L21haW4- Michael ALTROGGE added an attachment: F_Working.png From bugtracker at gambaswiki.org Fri Jun 1 14:59:35 2018 From: bugtracker at gambaswiki.org (bugtracker at gambaswiki.org) Date: Fri, 01 Jun 2018 12:59:35 GMT Subject: [Gambas-bugtracker] Bug #1332: WARNING and CRITICAL In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.1332&from=L21haW4- Comment #11 by Beno?t MINISINI: Fixed in commit https://gitlab.com/gambas/gambas/commit/74ddac88b8962093e4acc1a0f2e833c421bd3468. Beno?t MINISINI changed the state of the bug to: Fixed. From bugtracker at gambaswiki.org Fri Jun 1 15:06:06 2018 From: bugtracker at gambaswiki.org (bugtracker at gambaswiki.org) Date: Fri, 01 Jun 2018 13:06:06 GMT Subject: [Gambas-bugtracker] Bug #1337: .move doesn't move right In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.1337&from=L21haW4- Beno?t MINISINI changed the state of the bug to: Accepted. From bugtracker at gambaswiki.org Fri Jun 1 15:07:40 2018 From: bugtracker at gambaswiki.org (bugtracker at gambaswiki.org) Date: Fri, 01 Jun 2018 13:07:40 GMT Subject: [Gambas-bugtracker] Bug #1337: .move doesn't move right In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.1337&from=L21haW4- Comment #1 by Beno?t MINISINI: The Move() method is not in cause, it's something else. Anyway, congratulations: you have submitted the leet bug! From bugtracker at gambaswiki.org Fri Jun 1 16:04:00 2018 From: bugtracker at gambaswiki.org (bugtracker at gambaswiki.org) Date: Fri, 01 Jun 2018 14:04:00 GMT Subject: [Gambas-bugtracker] Bug #1337: .move doesn't move right In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.1337&from=L21haW4- Comment #2 by Beno?t MINISINI: Fixed in commit https://gitlab.com/gambas/gambas/commit/3454c0cd29e22db4622b324ef18075e844e70a75. Beno?t MINISINI changed the state of the bug to: Fixed. From bugtracker at gambaswiki.org Fri Jun 1 16:19:37 2018 From: bugtracker at gambaswiki.org (bugtracker at gambaswiki.org) Date: Fri, 01 Jun 2018 14:19:37 GMT Subject: [Gambas-bugtracker] Bug #1338: get from VERSION file does not work Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.1338&from=L21haW4- PICCORO LENZ MCKAY reported a new bug. Summary ------- get from VERSION file does not work Type : Bug Priority : High Gambas version : Master Product : Development Environment Description ----------- when i opened a project and goes to the project properties, the "check from version" are uncheked, this happened event i have the VERSION file in the root directory of the project and save previously with that option checked! and by example produced packages get 0.0.1 event the number version from VERSION file.. attached screenshot and project file System information ------------------ [System] Gambas=3.9.2 OperatingSystem=Linux Kernel=4.9.0-0.bpo.2-686-pae Architecture=x86 Distribution=devuan 8 Desktop=MoonlightDE Theme=QT5 Language=es_VE.UTF-8 Memory=7984M [Libraries] Cairo=libcairo.so.2.11400.0 Curl=libcurl.so.4.3.0 DBus=libdbus-1.so.3.8.14 GStreamer=libgstreamer-0.10.so.0.30.0 GStreamer=libgstreamer-1.0.so.0.404.0 GTK+2=libgtk-x11-2.0.so.0.2400.25 GTK+3=libgtk-3.so.0.1400.5 OpenGL=libGL.so.1.2.0 Poppler=libpoppler.so.46.0.0 QT4=libQtCore.so.4.8.6 QT5=libQt5Core.so.5.3.2 SDL=libSDL-1.2.so.0.11.4 SQLite=libsqlite3.so.0.8.6 [Environment] DBUS_SESSION_BUS_ADDRESS=unix:abstract=/tmp/dbus-xCGlY6Cqx0,guid=0bdc669303b46b83d2b4a98d59b9f71b DESKTOP_SESSION=mate DISPLAY=:0.0 GB_GUI=gb.qt5 GDMSESSION=mlde GDM_LANG=es_VE.utf8 GIO_LAUNCHED_DESKTOP_FILE=/usr/share/applications/gambas3.desktop GIO_LAUNCHED_DESKTOP_FILE_PID=7363 GPG_AGENT_INFO=/run/user/1000/keyring/gpg:0:1 HOME= LANG=es_VE.UTF-8 LANGUAGE=es_VE:es LOGNAME= MATE_DESKTOP_SESSION_ID=this-is-deprecated PATH=/usr/local/bin:/usr/bin:/bin:/usr/local/games:/usr/games PWD= SESSION_MANAGER=local/:@/tmp/.ICE-unix/1521,unix/:/tmp/.ICE-unix/1521 SHELL=/bin/bash SSH_AGENT_PID=1550 SSH_AUTH_SOCK=/run/user/1000/keyring/ssh TZ=:/etc/localtime USER= XAUTHORITY=/.Xauthority XDG_CURRENT_DESKTOP=MLDE 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_ID=1 XDG_SESSION_PATH=/org/freedesktop/DisplayManager/Session0 XDG_VTNR=7 From bugtracker at gambaswiki.org Fri Jun 1 16:20:03 2018 From: bugtracker at gambaswiki.org (bugtracker at gambaswiki.org) Date: Fri, 01 Jun 2018 14:20:03 GMT Subject: [Gambas-bugtracker] Bug #1338: get from VERSION file does not work In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.1338&from=L21haW4- PICCORO LENZ MCKAY added an attachment: Captura de pantalla de 2018-05-30 10-38-51.png From bugtracker at gambaswiki.org Fri Jun 1 16:20:53 2018 From: bugtracker at gambaswiki.org (bugtracker at gambaswiki.org) Date: Fri, 01 Jun 2018 14:20:53 GMT Subject: [Gambas-bugtracker] Bug #1338: get from VERSION file does not work In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.1338&from=L21haW4- PICCORO LENZ MCKAY added an attachment: Version.tar.gz From bugtracker at gambaswiki.org Fri Jun 1 20:30:02 2018 From: bugtracker at gambaswiki.org (bugtracker at gambaswiki.org) Date: Fri, 01 Jun 2018 18:30:02 GMT Subject: [Gambas-bugtracker] Bug #1339: gb.xml: Fix and document Mode argument Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.1339&from=L21haW4- Tobias BOEGE reported a new bug. Summary ------- gb.xml: Fix and document Mode argument Type : Bug Priority : Medium Gambas version : Master Product : XML components Description ----------- Prompted by https://lists.gambas-basic.org/pipermail/user/2018-June/064404.html, I had a look into gb.xml and saw that the Mode argument to e.g. XmlElement.GetChildrenByAttributeValue is handled by a custom GB_MatchString implementation in gb.xml. It has two problems: 1. It doesn't handle the new gb.Match flag [1]. 2. It ignores unknown modes and assumes they are gb.Binary. Shouldn't there be a way to call String.Comp from the GB API, and treat the mode as something opaque? [1] http://gambaswiki.org/wiki/cat/comp From bugtracker at gambaswiki.org Fri Jun 1 20:30:46 2018 From: bugtracker at gambaswiki.org (bugtracker at gambaswiki.org) Date: Fri, 01 Jun 2018 18:30:46 GMT Subject: [Gambas-bugtracker] Bug #1339: gb.xml: Fix and document Mode argument In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.1339&from=L21haW4- Comment #1 by Tobias BOEGE: Oh, and updated documentation would be nice, which was the initial point of the mailing list entry. From bugtracker at gambaswiki.org Sun Jun 3 09:55:19 2018 From: bugtracker at gambaswiki.org (bugtracker at gambaswiki.org) Date: Sun, 03 Jun 2018 07:55:19 GMT Subject: [Gambas-bugtracker] =?utf-8?q?Bug_=231340=3A_Plantage_de_l=27int?= =?utf-8?q?erpr=C3=A9teur_Gambas?= Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.1340&from=L21haW4- Claude DESSER? reported a new bug. Summary ------- Plantage de l'interpr?teur Gambas Type : Bug Priority : Medium Gambas version : Master Product : XML components Description ----------- after running the Test button code, closing the application causes this error message. If the closing of the application takes place without the preliminary click on the test button, no error message. System information ------------------ [System] Gambas=3.11.2 OperatingSystem=Linux Kernel=4.15.0-22-generic Architecture=x86_64 Distribution=Ubuntu 18.04 LTS Desktop=MATE Theme=Gtk Language=fr_FR.UTF-8 Memory=7853M [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.1400.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] 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.qt4 GDMSESSION=mate GDM_LANG=fr_FR GIO_LAUNCHED_DESKTOP_FILE=/Bureau/gambas3.desktop GIO_LAUNCHED_DESKTOP_FILE_PID=21071 GPG_AGENT_INFO=/run/user/1000/gnupg/S.gpg-agent:0:1 GTK_MODULES=appmenu-gtk-module:gail:atk-bridge:canberra-gtk-module GTK_OVERLAY_SCROLLING=0 HOME= INSIDE_CAJA_PYTHON= LANG=fr_FR.UTF-8 LANGUAGE=fr_FR:en_GB:en LC_ADDRESS=fr_FR.UTF-8 LC_IDENTIFICATION=fr_FR.UTF-8 LC_MEASUREMENT=fr_FR.UTF-8 LC_MONETARY=fr_FR.UTF-8 LC_NAME=fr_FR.UTF-8 LC_NUMERIC=fr_FR.UTF-8 LC_PAPER=fr_FR.UTF-8 LC_TELEPHONE=fr_FR.UTF-8 LC_TIME=fr_FR.UTF-8 LOGNAME= MANDATORY_PATH=/usr/share/gconf/mate.mandatory.path MATE_DESKTOP_SESSION_ID=this-is-deprecated PAPERSIZE=a4 PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin PWD= QT_ACCESSIBILITY=1 QT_AUTO_SCREEN_SCALE_FACTOR=0 QT_QPA_PLATFORMTHEME=gtk2 QT_SCALE_FACTOR=1 SESSION_MANAGER=local/:@/tmp/.ICE-unix/1206,unix/:/tmp/.ICE-unix/1206 SHELL=/bin/bash SHLVL=0 SSH_AGENT_PID=1371 SSH_AUTH_SOCK=/run/user/1000/keyring/ssh TZ=:/etc/localtime UBUNTU_MENUPROXY=1 USER= 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:/var/lib/snapd/desktop 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 Sun Jun 3 09:55:30 2018 From: bugtracker at gambaswiki.org (bugtracker at gambaswiki.org) Date: Sun, 03 Jun 2018 07:55:30 GMT Subject: [Gambas-bugtracker] =?utf-8?q?Bug_=231340=3A_Plantage_de_l=27int?= =?utf-8?q?erpr=C3=A9teur_Gambas?= In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.1340&from=L21haW4- Claude DESSER? added an attachment: Plantage.png From bugtracker at gambaswiki.org Sun Jun 3 09:55:43 2018 From: bugtracker at gambaswiki.org (bugtracker at gambaswiki.org) Date: Sun, 03 Jun 2018 07:55:43 GMT Subject: [Gambas-bugtracker] =?utf-8?q?Bug_=231340=3A_Plantage_de_l=27int?= =?utf-8?q?erpr=C3=A9teur_Gambas?= In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.1340&from=L21haW4- Claude DESSER? added an attachment: TestBug-0.0.3.tar.gz From bugtracker at gambaswiki.org Sun Jun 3 20:14:18 2018 From: bugtracker at gambaswiki.org (bugtracker at gambaswiki.org) Date: Sun, 03 Jun 2018 18:14:18 GMT Subject: [Gambas-bugtracker] Bug #1341: Selection Changes When FileChooser/FileView Refreshed Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.1341&from=L21haW4- Tony MOREHEN reported a new bug. Summary ------- Selection Changes When FileChooser/FileView Refreshed Type : Bug Priority : Medium Gambas version : Master Product : GUI components Description ----------- Place a FileChooser component on a form. Set ShowDetailed to True. Set Multi to True. Run the program. Select a file or multiple files. The bug occurs no matter how many files are selected. Right click over one of the selected files. Instead of the same group of files being selected, the first selected file is now 4 files down in the list. The number of selected files stays the same. This behaviour is the same whther gtk2, gtk3, qt4, or qt5 is used. This behaviour is only found with Multi set to True. This behaviour is only found in Detailed view. Behaviour is correct in Icon view. System information ------------------ [System] Gambas=3.11.90 OperatingSystem=Linux Kernel=4.17.0-1-MANJARO Architecture=x86_64 Distribution=Manjaro Linux Desktop=XFCE Theme=Gtk Language=en_CA.utf8 Memory=15044M [Libraries] Cairo=libcairo.so.2.11512.0 Curl=libcurl.so.4.5.0 DBus=libdbus-1.so.3.19.7 GStreamer=libgstreamer-1.0.so.0.1401.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.75.0.0 QT4=libQtCore.so.4.8.7 QT5=libQt5Core.so.5.11.0 SDL=libSDL-1.2.so.0.11.4 SQLite=libsqlite3.so.0.8.6 [Environment] DBUS_SESSION_BUS_ADDRESS=unix:path=/run/user/1000/bus DESKTOP_SESSION=xfce-gbSessionManager DISPLAY=:0 EDITOR=/usr/bin/nano GB_GUI=gb.qt4 GDMSESSION=xfce-gbSessionManager GDM_LANG=en_CA.utf8 GLADE_CATALOG_PATH=: GLADE_MODULE_PATH=: GLADE_PIXMAP_PATH=: GTK2_RC_FILES=/.gtkrc-2.0 GTK_MODULES=canberra-gtk-module:canberra-gtk-module HOME= LANG=en_CA.utf8 LC_ADDRESS=en_CA.UTF-8 LC_IDENTIFICATION=en_CA.UTF-8 LC_MEASUREMENT=en_CA.UTF-8 LC_MONETARY=en_CA.UTF-8 LC_NAME=en_CA.UTF-8 LC_NUMERIC=en_CA.UTF-8 LC_PAPER=en_CA.UTF-8 LC_TELEPHONE=en_CA.UTF-8 LC_TIME=en_CA.UTF-8 LOGNAME= MAIL=/var/spool/mail/ MOZ_PLUGIN_PATH=/usr/lib/mozilla/plugins PATH=/usr/local/bin:/usr/bin:/bin:/usr/local/sbin:/usr/lib/jvm/default/bin:/usr/bin/site_perl:/usr/bin/vendor_perl:/usr/bin/core_perl PWD= QT_QPA_PLATFORMTHEME=qt5ct SHELL=/bin/bash SHLVL=2 TZ=:/etc/localtime USER= XAUTHORITY=/.Xauthority XDG_CONFIG_DIRS=/etc/xdg XDG_CURRENT_DESKTOP=XFCE XDG_DATA_DIRS=/usr/local/share:/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_DESKTOP=xfce-gbSessionManager XDG_SESSION_ID=c2 XDG_SESSION_PATH=/org/freedesktop/DisplayManager/Session0 XDG_SESSION_TYPE=x11 XDG_VTNR=7 _=/usr/bin/gbSessionManager From bugtracker at gambaswiki.org Sun Jun 3 20:14:40 2018 From: bugtracker at gambaswiki.org (bugtracker at gambaswiki.org) Date: Sun, 03 Jun 2018 18:14:40 GMT Subject: [Gambas-bugtracker] Bug #1341: Selection Changes When FileChooser/FileView Refreshed In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.1341&from=L21haW4- Tony MOREHEN added an attachment: test-0.0.1.tar.gz From bugtracker at gambaswiki.org Sun Jun 3 21:28:03 2018 From: bugtracker at gambaswiki.org (bugtracker at gambaswiki.org) Date: Sun, 03 Jun 2018 19:28:03 GMT Subject: [Gambas-bugtracker] Bug #1342: Unable to compile gb.pdf Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.1342&from=L21haW4- Fabien BODARD reported a new bug. Summary ------- Unable to compile gb.pdf Type : Bug Priority : High Gambas version : Master Product : GUI components Description ----------- fabien at fabien-TERRA-MOBILE-1749S ~/Documents/gambas/gb.pdf $ make make all-recursive make[1]?: on entre dans le r?pertoire ??/home/fabien/Documents/gambas/gb.pdf?? Making all in src make[2]?: on entre dans le r?pertoire ??/home/fabien/Documents/gambas/gb.pdf/src?? CXX gb_pdf_la-CPdfDocument.lo CPdfDocument.cpp: In function ?void aux_return_string_info(void*, const char*)?: CPdfDocument.cpp:152:35: error: passing ?const GooString? as ?this? argument discards qualifiers [-fpermissive] if (goo_value->hasUnicodeMarker()) ^ In file included from /usr/include/poppler/Object.h:42:0, from /usr/include/poppler/XRef.h:41, from /usr/include/poppler/PDFDoc.h:46, from CPdfDocument.h:29, from CPdfDocument.cpp:26: /usr/include/poppler/goo/GooString.h:163:9: note: in call to ?GBool GooString::hasUnicodeMarker()? GBool hasUnicodeMarker(void); ^ CPdfDocument.cpp: In function ?void aux_return_date_info(void*, const char*)?: CPdfDocument.cpp:196:29: error: passing ?const GooString? as ?this? argument discards qualifiers [-fpermissive] if (goo->hasUnicodeMarker()) ^ In file included from /usr/include/poppler/Object.h:42:0, from /usr/include/poppler/XRef.h:41, from /usr/include/poppler/PDFDoc.h:46, from CPdfDocument.h:29, from CPdfDocument.cpp:26: /usr/include/poppler/goo/GooString.h:163:9: note: in call to ?GBool GooString::hasUnicodeMarker()? GBool hasUnicodeMarker(void); ^ CPdfDocument.cpp: In function ?char* aux_get_target_from_action(LinkAction*)?: CPdfDocument.cpp:334:28: error: passing ?const GooString? as ?this? argument discards qualifiers [-fpermissive] if (tmp->hasUnicodeMarker()) ^ In file included from /usr/include/poppler/Object.h:42:0, from /usr/include/poppler/XRef.h:41, from /usr/include/poppler/PDFDoc.h:46, from CPdfDocument.h:29, from CPdfDocument.cpp:26: /usr/include/poppler/goo/GooString.h:163:9: note: in call to ?GBool GooString::hasUnicodeMarker()? GBool hasUnicodeMarker(void); ^ Makefile:508?: la recette pour la cible ??gb_pdf_la-CPdfDocument.lo?? a ?chou?e make[2]: *** [gb_pdf_la-CPdfDocument.lo] Erreur 1 make[2]?: on quitte le r?pertoire ??/home/fabien/Documents/gambas/gb.pdf/src?? Makefile:436?: la recette pour la cible ??all-recursive?? a ?chou?e make[1]: *** [all-recursive] Erreur 1 make[1]?: on quitte le r?pertoire ??/home/fabien/Documents/gambas/gb.pdf?? Makefile:368?: la recette pour la cible ??all?? a ?chou?e make: *** [all] Erreur 2 fabien at fabien-TERRA-MOBILE-1749S ~/Documents/gambas/gb.pdf $ From bugtracker at gambaswiki.org Sun Jun 3 21:28:58 2018 From: bugtracker at gambaswiki.org (bugtracker at gambaswiki.org) Date: Sun, 03 Jun 2018 19:28:58 GMT Subject: [Gambas-bugtracker] Bug #1339: gb.xml: Fix and document Mode argument In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.1339&from=L21haW4- Comment #2 by Adrien PROKOPOWICZ: Last time I checked there was no such function exposed by the interpreter's API, but that was quite some time ago, so I'll check again. I there is still no such function, I'll make a PR to expose it. Adrien PROKOPOWICZ changed the state of the bug to: Accepted. From bugtracker at gambaswiki.org Mon Jun 4 15:03:46 2018 From: bugtracker at gambaswiki.org (bugtracker at gambaswiki.org) Date: Mon, 04 Jun 2018 13:03:46 GMT Subject: [Gambas-bugtracker] Bug #1342: Unable to compile gb.pdf In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.1342&from=L21haW4- Comment #1 by PICCORO LENZ MCKAY: please paste system information OF THE SYSTEM WHEN ARE COMPILED! specially poppler devel packages versions! PICCORO LENZ MCKAY changed the state of the bug to: NeedsInfo. From carlosvalente at gmail.com Tue Jun 5 16:55:17 2018 From: carlosvalente at gmail.com (Carlos Valente) Date: Tue, 5 Jun 2018 11:55:17 -0300 Subject: [Gambas-bugtracker] Code Editor Does Not Edit Message-ID: Hi, ??? I installed Gambas3 version 3.11.90 on my PC Desktop, running Ubuntu 16.04.4. When I open a new project or edit an existing project, I can not change / type anything in the code through the Gambas3 editor. The project files and folders are fully read and write (777) and the Lock key is open. If I create a project through the root user, I can edit it normally. If I run Gambas3 on a VM (like VirtualBox) I can edit it normally (with my user and as root). ??? Sorry, for my English. Regards, -------------- next part -------------- An HTML attachment was scrubbed... URL: From mckaygerhard at gmail.com Tue Jun 5 16:58:21 2018 From: mckaygerhard at gmail.com (PICCORO McKAY Lenz) Date: Tue, 5 Jun 2018 10:58:21 -0400 Subject: [Gambas-bugtracker] Code Editor Does Not Edit In-Reply-To: References: Message-ID: carlos your mail does no come from the bugtracker righT? must us the bugtracker ABOUT YOUR PROBLEM: the file/directory permission are totally wrong! that-s all! please user right user for right project access (i guess must be ) Lenz McKAY Gerardo (PICCORO) http://qgqlochekone.blogspot.com 2018-06-05 10:55 GMT-04:00 Carlos Valente : > Hi, > > I installed Gambas3 version 3.11.90 on my PC Desktop, running Ubuntu > 16.04.4. When I open a new project or edit an existing project, I can not > change / type anything in the code through the Gambas3 editor. The > project files and folders are fully read and write (777) and the Lock key > is open. If I create a project through the root user, I can edit it > normally. If I run Gambas3 on a VM (like VirtualBox) I can edit it > normally (with my user and as root). > > > Sorry, for my English. > > Regards, > > > > > > ----[ Gambas bugtracker mailing-list is hosted by > https://www.hostsharing.net ]---- > > -------------- next part -------------- An HTML attachment was scrubbed... URL: From bugtracker at gambaswiki.org Wed Jun 6 07:49:45 2018 From: bugtracker at gambaswiki.org (bugtracker at gambaswiki.org) Date: Wed, 06 Jun 2018 05:49:45 GMT Subject: [Gambas-bugtracker] Bug #1343: Value or TextContent property of the XmlElement class denies the value "" Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.1343&from=L21haW4- Claude DESSER? reported a new bug. Summary ------- Value or TextContent property of the XmlElement class denies the value "" Type : Bug Priority : Medium Gambas version : Master Product : XML components Description ----------- bonjour, la propri?t? Value ou TextContent de la classe XmlElement refuse la valeur "". Je peux modifier le contenu de l'?l?ment avec n'importe quelle cha?ne de caract?res sauf un cha?ne vide... System information ------------------ [System] Gambas=3.11.2 OperatingSystem=Linux Kernel=4.15.0-22-generic Architecture=x86_64 Distribution=Ubuntu 18.04 LTS Desktop=MATE Theme=Gtk Language=fr_FR.UTF-8 Memory=7853M [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.1400.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] 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.qt4 GDMSESSION=mate GDM_LANG=fr_FR GIO_LAUNCHED_DESKTOP_FILE=/Bureau/gambas3.desktop GIO_LAUNCHED_DESKTOP_FILE_PID=21961 GPG_AGENT_INFO=/run/user/1000/gnupg/S.gpg-agent:0:1 GTK_MODULES=appmenu-gtk-module:gail:atk-bridge:canberra-gtk-module GTK_OVERLAY_SCROLLING=0 HOME= INSIDE_CAJA_PYTHON= LANG=fr_FR.UTF-8 LANGUAGE=fr_FR 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:/snap/bin PWD= QT_ACCESSIBILITY=1 QT_AUTO_SCREEN_SCALE_FACTOR=0 QT_QPA_PLATFORMTHEME=gtk2 QT_SCALE_FACTOR=1 SESSION_MANAGER=local/:@/tmp/.ICE-unix/1224,unix/:/tmp/.ICE-unix/1224 SHELL=/bin/bash SHLVL=0 SSH_AGENT_PID=1652 SSH_AUTH_SOCK=/run/user/1000/keyring/ssh TZ=:/etc/localtime UBUNTU_MENUPROXY=1 USER= 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:/var/lib/snapd/desktop 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 Wed Jun 6 07:50:10 2018 From: bugtracker at gambaswiki.org (bugtracker at gambaswiki.org) Date: Wed, 06 Jun 2018 05:50:10 GMT Subject: [Gambas-bugtracker] Bug #1343: Value or TextContent property of the XmlElement class denies the value "" In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.1343&from=L21haW4- Claude DESSER? added an attachment: TestBug03-0.0.tar.gz From bugtracker at gambaswiki.org Wed Jun 6 12:04:10 2018 From: bugtracker at gambaswiki.org (bugtracker at gambaswiki.org) Date: Wed, 06 Jun 2018 10:04:10 GMT Subject: [Gambas-bugtracker] Bug #1343: Value or TextContent property of the XmlElement class denies the value "" In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.1343&from=L21haW4- Comment #1 by Beno?t MINISINI: Sorry, but you must write your bug report in english, otherwise people can't read you. Beno?t MINISINI changed the state of the bug to: Rejected. From bugtracker at gambaswiki.org Wed Jun 6 13:25:34 2018 From: bugtracker at gambaswiki.org (bugtracker at gambaswiki.org) Date: Wed, 06 Jun 2018 11:25:34 GMT Subject: [Gambas-bugtracker] Bug #1344: Value or TextContent property of the XmlElement class denies the value "" Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.1344&from=L21haW4- Claude DESSER? reported a new bug. Summary ------- Value or TextContent property of the XmlElement class denies the value "" Type : Bug Priority : Medium Gambas version : Master Product : XML components Description ----------- Sorry i translate it but put the french... Hello, the Value or TextContent property of the XmlElement class denies the value "". I can modify the contents of the element with any character string except an empty string ... System information ------------------ [System] Gambas=3.11.2 OperatingSystem=Linux Kernel=4.15.0-22-generic Architecture=x86_64 Distribution=Ubuntu 18.04 LTS Desktop=MATE Theme=Gtk Language=fr_FR.UTF-8 Memory=7853M [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.1400.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] 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.qt4 GDMSESSION=mate GDM_LANG=fr_FR GIO_LAUNCHED_DESKTOP_FILE=/Bureau/gambas3.desktop GIO_LAUNCHED_DESKTOP_FILE_PID=21961 GPG_AGENT_INFO=/run/user/1000/gnupg/S.gpg-agent:0:1 GTK_MODULES=appmenu-gtk-module:gail:atk-bridge:canberra-gtk-module GTK_OVERLAY_SCROLLING=0 HOME= INSIDE_CAJA_PYTHON= LANG=fr_FR.UTF-8 LANGUAGE=fr_FR 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:/snap/bin PWD= QT_ACCESSIBILITY=1 QT_AUTO_SCREEN_SCALE_FACTOR=0 QT_QPA_PLATFORMTHEME=gtk2 QT_SCALE_FACTOR=1 SESSION_MANAGER=local/:@/tmp/.ICE-unix/1224,unix/:/tmp/.ICE-unix/1224 SHELL=/bin/bash SHLVL=0 SSH_AGENT_PID=1652 SSH_AUTH_SOCK=/run/user/1000/keyring/ssh TZ=:/etc/localtime UBUNTU_MENUPROXY=1 USER= 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:/var/lib/snapd/desktop 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 Wed Jun 6 13:25:41 2018 From: bugtracker at gambaswiki.org (bugtracker at gambaswiki.org) Date: Wed, 06 Jun 2018 11:25:41 GMT Subject: [Gambas-bugtracker] Bug #1344: Value or TextContent property of the XmlElement class denies the value "" In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.1344&from=L21haW4- Claude DESSER? added an attachment: TestBug03-0.0.tar.gz From bugtracker at gambaswiki.org Thu Jun 7 20:22:22 2018 From: bugtracker at gambaswiki.org (bugtracker at gambaswiki.org) Date: Thu, 07 Jun 2018 18:22:22 GMT Subject: [Gambas-bugtracker] Bug #1344: Value or TextContent property of the XmlElement class denies the value "" In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.1344&from=L21haW4- Comment #1 by PICCORO LENZ MCKAY: i confirmed this bug, on older version got a crash and segfault in 3.11 got a denied and program does not continued! From bugtracker at gambaswiki.org Sun Jun 10 18:31:47 2018 From: bugtracker at gambaswiki.org (bugtracker at gambaswiki.org) Date: Sun, 10 Jun 2018 16:31:47 GMT Subject: [Gambas-bugtracker] Bug #1345: For gb.xml non-breaking space is written "& #160; " instead of "  " Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.1345&from=L21haW4- Claude DESSER? reported a new bug. Summary ------- For gb.xml non-breaking space is written "&#160;" instead of " " Type : Bug Priority : Medium Gambas version : Master Product : XML components Description ----------- Hello, if I write xmlElement.Value = "AAA AAA" (" " corresponds to the non-breaking space in HTML) then I save ..., so gb.xml writes to the file &#160; which in HTML no longer corresponds to the non-breaking space! we check it by displaying the file with a browser, Firefox for example! System information ------------------ [System] Gambas=3.11.2 OperatingSystem=Linux Kernel=4.15.0-22-generic Architecture=x86_64 Distribution=Ubuntu 18.04 LTS Desktop=MATE Theme=Gtk Language=fr_FR.UTF-8 Memory=7853M [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.1400.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] 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.qt4 GDMSESSION=mate GDM_LANG=fr_FR GIO_LAUNCHED_DESKTOP_FILE=/Bureau/gambas3.desktop GIO_LAUNCHED_DESKTOP_FILE_PID=21961 GPG_AGENT_INFO=/run/user/1000/gnupg/S.gpg-agent:0:1 GTK_MODULES=appmenu-gtk-module:gail:atk-bridge:canberra-gtk-module GTK_OVERLAY_SCROLLING=0 HOME= INSIDE_CAJA_PYTHON= LANG=fr_FR.UTF-8 LANGUAGE=fr_FR 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:/snap/bin PWD= QT_ACCESSIBILITY=1 QT_AUTO_SCREEN_SCALE_FACTOR=0 QT_QPA_PLATFORMTHEME=gtk2 QT_SCALE_FACTOR=1 SESSION_MANAGER=local/:@/tmp/.ICE-unix/1224,unix/:/tmp/.ICE-unix/1224 SHELL=/bin/bash SHLVL=0 SSH_AGENT_PID=1652 SSH_AUTH_SOCK=/run/user/1000/keyring/ssh TZ=:/etc/localtime UBUNTU_MENUPROXY=1 USER= 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:/var/lib/snapd/desktop 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 Sun Jun 10 18:31:58 2018 From: bugtracker at gambaswiki.org (bugtracker at gambaswiki.org) Date: Sun, 10 Jun 2018 16:31:58 GMT Subject: [Gambas-bugtracker] Bug #1345: For gb.xml non-breaking space is written "& #160; " instead of "  " In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.1345&from=L21haW4- Claude DESSER? added an attachment: TestBug04-0.0.1.tar.gz From bugtracker at gambaswiki.org Mon Jun 11 11:40:42 2018 From: bugtracker at gambaswiki.org (bugtracker at gambaswiki.org) Date: Mon, 11 Jun 2018 09:40:42 GMT Subject: [Gambas-bugtracker] Bug #1141: GTK3 and QT5 crashes the IDE under Cygwin In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.1141&from=L21haW4- Comment #1 by Bastian GERMANN: Do you have the Cygserver running? Is this still relevant with version 3.11.3? From bugtracker at gambaswiki.org Mon Jun 11 23:33:32 2018 From: bugtracker at gambaswiki.org (bugtracker at gambaswiki.org) Date: Mon, 11 Jun 2018 21:33:32 GMT Subject: [Gambas-bugtracker] Bug #1141: GTK3 and QT5 crashes the IDE under Cygwin In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.1141&from=L21haW4- Comment #2 by Moviga TECHNOLOGIES: I just updated and tried again. It still crashes. From bugtracker at gambaswiki.org Mon Jun 11 23:33:58 2018 From: bugtracker at gambaswiki.org (bugtracker at gambaswiki.org) Date: Mon, 11 Jun 2018 21:33:58 GMT Subject: [Gambas-bugtracker] Bug #1141: GTK3 and QT5 crashes the IDE under Cygwin In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.1141&from=L21haW4- Comment #3 by Moviga TECHNOLOGIES: Yes, the server is running as a service. From bugtracker at gambaswiki.org Tue Jun 12 00:06:24 2018 From: bugtracker at gambaswiki.org (bugtracker at gambaswiki.org) Date: Mon, 11 Jun 2018 22:06:24 GMT Subject: [Gambas-bugtracker] Bug #1141: GTK3 and QT5 crashes the IDE under Cygwin In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.1141&from=L21haW4- Comment #4 by Beno?t MINISINI: Can you make a gdb backtrace of the crash? From bugtracker at gambaswiki.org Tue Jun 12 00:24:11 2018 From: bugtracker at gambaswiki.org (bugtracker at gambaswiki.org) Date: Mon, 11 Jun 2018 22:24:11 GMT Subject: [Gambas-bugtracker] Bug #1345: For gb.xml non-breaking space is written "& #160; " instead of "  " In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.1345&from=L21haW4- Comment #1 by Adrien PROKOPOWICZ: The Value and TextContent properties always assume their contents are pure text nodes, so they always escape their input. If you want to put in XML entities, try the XmlElement.AppendFromText(" ") method. Adrien PROKOPOWICZ changed the state of the bug to: Invalid. From bugtracker at gambaswiki.org Tue Jun 12 00:56:15 2018 From: bugtracker at gambaswiki.org (bugtracker at gambaswiki.org) Date: Mon, 11 Jun 2018 22:56:15 GMT Subject: [Gambas-bugtracker] Bug #1344: Value or TextContent property of the XmlElement class denies the value "" In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.1344&from=L21haW4- Comment #2 by Adrien PROKOPOWICZ: I tried to manipulate the GUI a bit to make it crash on my system, but without success. Using xmlElement.TextContent = "" in a standalone project does not crash either. When submitting a bug report, please do not use a GUI project when trying show a bug for the XML component, as they are completely unrelated. Instead make a command-line project with only the Main() function and calling the necessary XML objects and methods for it to crash. This way we can actually have reproducible bug reports without having to guess how your GUI works. Adrien PROKOPOWICZ changed the state of the bug to: NeedsInfo. From bugtracker at gambaswiki.org Tue Jun 12 01:23:49 2018 From: bugtracker at gambaswiki.org (bugtracker at gambaswiki.org) Date: Mon, 11 Jun 2018 23:23:49 GMT Subject: [Gambas-bugtracker] Bug #1336: xml Prolog truncated In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.1336&from=L21haW4- Comment #5 by Adrien PROKOPOWICZ: I can reproduce the issue, I'll work on a fix now. From bugtracker at gambaswiki.org Tue Jun 12 05:51:03 2018 From: bugtracker at gambaswiki.org (bugtracker at gambaswiki.org) Date: Tue, 12 Jun 2018 03:51:03 GMT Subject: [Gambas-bugtracker] Bug #1344: Value or TextContent property of the XmlElement class denies the value "" In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.1344&from=L21haW4- Comment #3 by Claude DESSER?: I never said I had a crash! No GUI problem here! with this example, gb.xml refuses to change the value of the item to "". if the element had the value "Value": xmlElt.Value = "Value" I write "" in the property Value: xmlElt.Value = "" I re-read the Value property xmlElt.Value = "Value" it does not write the value "", and causes no crash ... Can be my verb "denied" is misinterpreted I meant "he does not do the job" I post a command-line project... Claude DESSER? changed the state of the bug to: Accepted. From bugtracker at gambaswiki.org Tue Jun 12 05:51:17 2018 From: bugtracker at gambaswiki.org (bugtracker at gambaswiki.org) Date: Tue, 12 Jun 2018 03:51:17 GMT Subject: [Gambas-bugtracker] Bug #1344: Value or TextContent property of the XmlElement class denies the value "" In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.1344&from=L21haW4- Claude DESSER? added an attachment: TestBug05-0.0.1.tar.gz From bugtracker at gambaswiki.org Tue Jun 12 06:42:58 2018 From: bugtracker at gambaswiki.org (bugtracker at gambaswiki.org) Date: Tue, 12 Jun 2018 04:42:58 GMT Subject: [Gambas-bugtracker] Bug #1345: For gb.xml non-breaking space is written "& #160; " instead of "  " In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.1345&from=L21haW4- Comment #2 by Claude DESSER?: OK, I found a solution that works with the famous "AppendFromText"! I enclose a command line project with the working solution and one that does not work. What comment do you make about the one that does not work? Why does not it work? Thank you From bugtracker at gambaswiki.org Tue Jun 12 06:43:21 2018 From: bugtracker at gambaswiki.org (bugtracker at gambaswiki.org) Date: Tue, 12 Jun 2018 04:43:21 GMT Subject: [Gambas-bugtracker] Bug #1345: For gb.xml non-breaking space is written "& #160; " instead of "  " In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.1345&from=L21haW4- Claude DESSER? added an attachment: TestBug06-0.0.1.tar.gz From bugtracker at gambaswiki.org Tue Jun 12 06:50:03 2018 From: bugtracker at gambaswiki.org (bugtracker at gambaswiki.org) Date: Tue, 12 Jun 2018 04:50:03 GMT Subject: [Gambas-bugtracker] Bug #1345: For gb.xml non-breaking space is written "& #160; " instead of "  " In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.1345&from=L21haW4- Claude DESSER? changed the state of the bug to: Working. From bugtracker at gambaswiki.org Tue Jun 12 13:52:36 2018 From: bugtracker at gambaswiki.org (bugtracker at gambaswiki.org) Date: Tue, 12 Jun 2018 11:52:36 GMT Subject: [Gambas-bugtracker] Bug #1346: Setting Form.Border=False and Form.Resizable=True will not work at runtime ... Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.1346&from=L21haW4- Michael ALTROGGE reported a new bug. Summary ------- Setting Form.Border=False and Form.Resizable=True will not work at runtime ... Type : Bug Priority : Low Gambas version : Unknown Product : GUI components Description ----------- means the form is not resizeable while running. and (with absolutly no priority) maybe the correct spelling seems to be resizeable not resizable System information ------------------ [System] Gambas=3.11.90 OperatingSystem=Linux Kernel=4.13.0-45-generic Architecture=x86_64 Distribution=Linux Mint 18.3 Sylvia Desktop=CINNAMON Theme=Gtk Language=de_DE.UTF-8 Memory=3390M [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] DBUS_SESSION_BUS_ADDRESS=unix:abstract=/tmp/dbus-QWnhguk4GJ,guid=a7d539139d1a2a4d50a90a445b1f8b4a DEFAULTS_PATH=/usr/share/gconf/cinnamon.default.path DESKTOP_AUTOSTART_ID=103d05c91e96e93e57152879393245729300000042130007 DESKTOP_SESSION=cinnamon DISPLAY=:0 GB_GUI=gb.qt4 GDMSESSION=cinnamon GDM_LANG=de_DE GNOME_DESKTOP_SESSION_ID=this-is-deprecated GTK_MODULES=gail:atk-bridge GTK_OVERLAY_SCROLLING=1 HOME= KICAD_PATH=/usr/share/kicad KIGITHUB=https://github.com/KiCad LANG=de_DE.UTF-8 LANGUAGE=de_DE LOGNAME= MANDATORY_PATH=/usr/share/gconf/cinnamon.mandatory.path 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_LINUX_ACCESSIBILITY_ALWAYS_ON=1 QT_QPA_PLATFORMTHEME=qgnomeplatform QT_STYLE_OVERRIDE=gtk SESSION_MANAGER=local/:@/tmp/.ICE-unix/4213,unix/:/tmp/.ICE-unix/4213 SHELL=/bin/bash SHLVL=0 SSH_AGENT_PID=4272 SSH_AUTH_SOCK=/run/user/1000/keyring/ssh TZ=:/etc/localtime USER= XAUTHORITY=/.Xauthority XDG_CONFIG_DIRS=/etc/xdg/xdg-cinnamon:/etc/xdg XDG_CURRENT_DESKTOP=X-Cinnamon XDG_DATA_DIRS=/usr/share/cinnamon:/usr/share/gnome:/.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=cinnamon XDG_SESSION_ID=c2 XDG_SESSION_PATH=/org/freedesktop/DisplayManager/Session0 XDG_SESSION_TYPE=x11 XDG_VTNR=7 From bugtracker at gambaswiki.org Tue Jun 12 15:11:42 2018 From: bugtracker at gambaswiki.org (bugtracker at gambaswiki.org) Date: Tue, 12 Jun 2018 13:11:42 GMT Subject: [Gambas-bugtracker] Bug #1344: Value or TextContent property of the XmlElement class denies the value "" In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.1344&from=L21haW4- Comment #4 by PICCORO LENZ MCKAY: i said tyhe crash was on older version, i used gambas 3.5.0 and gambas 3.11.3, only in 3.5.0 got a crash and thats true, removing gui not crash From bugtracker at gambaswiki.org Tue Jun 12 17:26:19 2018 From: bugtracker at gambaswiki.org (bugtracker at gambaswiki.org) Date: Tue, 12 Jun 2018 15:26:19 GMT Subject: [Gambas-bugtracker] Bug #1347: GTK 'Children' not seen in one pass Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.1347&from=L21haW4- Charlie OGIER reported a new bug. Summary ------- GTK 'Children' not seen in one pass Type : Bug Priority : Medium Gambas version : Unknown Product : GTK+2 component Description ----------- Using the method: - For Each oObj in Me.Children Each child is not seen on the first pass. It looks like the command mimics: - For Each oObj in Me.Children Step 2 I am trying to delete all the PictureBoxes on a Form This seems to be a GTK2/GTK3 issue as all is OK in QT4 (QT5 not tested) System information ------------------ See attached program for System information From bugtracker at gambaswiki.org Tue Jun 12 17:26:41 2018 From: bugtracker at gambaswiki.org (bugtracker at gambaswiki.org) Date: Tue, 12 Jun 2018 15:26:41 GMT Subject: [Gambas-bugtracker] Bug #1347: GTK 'Children' not seen in one pass In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.1347&from=L21haW4- Charlie OGIER added an attachment: Children.tar.gz From bugtracker at gambaswiki.org Wed Jun 13 14:44:17 2018 From: bugtracker at gambaswiki.org (bugtracker at gambaswiki.org) Date: Wed, 13 Jun 2018 12:44:17 GMT Subject: [Gambas-bugtracker] Bug #1348: line input includes "\r" in 3.11.3 Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.1348&from=L21haW4- Antonio OREFICE reported a new bug. Summary ------- line input includes "\r" in 3.11.3 Type : Bug Priority : Medium Gambas version : Unknown Product : Unknown Description ----------- This code: ----- Public Sub Main() Dim s As Process s = Shell "sh -c 'echo a'" For Input Output As "a" End Public Sub a_read() Dim out As String Line Input #Last, out Print Len(out) Stop End ----- prints "1" in gambas 3.10.0, but prints "2" in 3.11.3 if you inspect "out", you'll see "a\r" in 3.11.3 Is this expected or a bug to be corrected? Thanks. System information ------------------ [System] Gambas=3.11.3 OperatingSystem=Linux Kernel=4.16.13-2-ARCH Architecture=x86_64 Distribution=Arch Linux Desktop=KDE5 Theme=Oxygen Language=it_IT.utf8 Memory=16053M [Libraries] Cairo=libcairo.so.2.11512.0 Curl=libcurl.so.4.0.0 Curl=libcurl.so.4.1.0 Curl=libcurl.so.4.2.0 Curl=libcurl.so.4.3.0 Curl=libcurl.so.4.4.0 Curl=libcurl.so.4.5.0 DBus=libdbus-1.so.3.19.7 GStreamer=libgstreamer-0.10.so.0.30.0 GStreamer=libgstreamer-1.0.so.0.1401.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.75.0.0 QT4=libQtCore.so.4.7.4 QT4=libQtCore.so.4.8.7 QT5=libQt5Core.so.5.11.0 QT5=libQt5Core.so.5.3.2 SDL=libSDL-1.2.so.0.11.4 SQLite=libsqlite3.so.0.8.6 [Environment] ANDROID_HOME=/opt/android-sdk ANT_HOME=/usr/share/apache-ant Automoc4_DIR=/usr/lib/automoc4 CCACHEPATH=/usr/lib/ccache/bin DBUS_SESSION_BUS_ADDRESS=unix:path=/run/user/1012/bus DESKTOP_SESSION=/usr/share/xsessions/plasma DISPLAY=:0 EDITOR=nano GB_GUI=gb.qt5 GRADLE_HOME=/usr/share/java/gradle GS_LIB=/.fonts GTK_MODULES=canberra-gtk-module HG=/usr/bin/hg HISTCONTROL=ignoredups HISTSIZE=50000 HOME= INFINALITY_FT= INFINALITY_FT_AUTOFIT_FORCE_SLIGHT_HINTING=true INFINALITY_FT_AUTOHINT_HORIZONTAL_STEM_DARKEN_STRENGTH=0 INFINALITY_FT_AUTOHINT_INCREASE_GLYPH_HEIGHTS=false INFINALITY_FT_AUTOHINT_SNAP_STEM_HEIGHT=0 INFINALITY_FT_AUTOHINT_VERTICAL_STEM_DARKEN_STRENGTH=25 INFINALITY_FT_BOLD_EMBOLDEN_X_VALUE=0 INFINALITY_FT_BOLD_EMBOLDEN_Y_VALUE=0 INFINALITY_FT_BRIGHTNESS=0 INFINALITY_FT_CHROMEOS_STYLE_SHARPENING_STRENGTH=0 INFINALITY_FT_CONTRAST=0 INFINALITY_FT_FILTER_PARAMS=7 25 44 25 7 INFINALITY_FT_FRINGE_FILTER_STRENGTH=0 INFINALITY_FT_GAMMA_CORRECTION=0 100 INFINALITY_FT_GLOBAL_EMBOLDEN_X_VALUE=0 INFINALITY_FT_GLOBAL_EMBOLDEN_Y_VALUE=0 INFINALITY_FT_GRAYSCALE_FILTER_STRENGTH=0 INFINALITY_FT_STEM_ALIGNMENT_STRENGTH=0 INFINALITY_FT_STEM_FITTING_STRENGTH=0 INFINALITY_FT_STEM_SNAPPING_SLIDING_SCALE=0 INFINALITY_FT_USE_KNOWN_SETTINGS_ON_SELECTED_FONTS=true INFINALITY_FT_USE_VARIOUS_TWEAKS=true INFINALITY_FT_WINDOWS_STYLE_SHARPENING_STRENGTH=0 INTEL_BATCH=1 KDED_STARTED_BY_KDEINIT=1 KDE_FULL_SESSION=true KDE_SESSION_UID=1012 KDE_SESSION_VERSION=5 KWIN_NVIDIA_HACK=1 KWIN_TRIPLE_BUFFER=0 LANG=it_IT.utf8 LANGUAGE=en_US LARCH_PATH=/usr/share/splint/lib LCLIMPORTDIR=/usr/share/splint/imports LC_COLLATE=C LD_LIBRARY_PATH=/usr/local/lib/icu-55/ LESS_TERMCAP_mb= LESS_TERMCAP_md= LESS_TERMCAP_me= LESS_TERMCAP_se= LESS_TERMCAP_so= LESS_TERMCAP_ue= LESS_TERMCAP_us= LOGNAME= LS_COLORS=rs=0:di=01;34:ln=01;36:pi=40;33:so=01;35:do=01;35:bd=40;33;01:cd=40;33;01:or=40;31;01:su=37;41:sg=30;43:tw=30;42:ow=34;42:st=37;44:ex=01;32:*.tar=01;31:*.tgz=01;31:*.arj=01;31:*.taz=01;31:*.lzh=01;31:*.lzma=01;31:*.zip=01;31:*.z=01;31:*.Z=01;31:*.dz=01;31:*.gz=01;31:*.bz2=01;31:*.bz=01;31:*.tbz2=01;31:*.tz=01;31:*.deb=01;31:*.rpm=01;31:*.jar=01;31:*.rar=01;31:*.ace=01;31:*.zoo=01;31:*.cpio=01;31:*.7z=01;31:*.rz=01;31:*.jpg=01;35:*.jpeg=01;35:*.gif=01;35:*.bmp=01;35:*.pbm=01;35:*.pgm=01;35:*.ppm=01;35:*.tga=01;35:*.xbm=01;35:*.xpm=01;35:*.tif=01;35:*.tiff=01;35:*.png=01;35:*.svg=01;35:*.svgz=01;35:*.mng=01;35:*.pcx=01;35:*.mov=01;35:*.mpg=01;35:*.mpeg=01;35:*.m2v=01;35:*.mkv=01;35:*.ogm=01;35:*.mp4=01;35:*.m4v=01;35:*.mp4v=01;35:*.vob=01;35:*.qt=01;35:*.nuv=01;35:*.wmv=01;35:*.asf=01;35:*.rm=01;35:*.rmvb=01;35:*.flc=01;35:*.avi=01;35:*.fli=01;35:*.flv=01;35:*.gl=01;35:*.dl=01;35:*.xcf=01;35:*.xwd=01;35:*.yuv=01;35:*.aac=00;36:*.au=00;36:*.flac=00;36:*.mid=00;36:*.midi=00;36:*.mka=00;36:*.mp3=00;36:*.mpc=00;36:*.ogg=00;36:*.ra=00;36:*.wav=00;36: MAIL=/var/spool/mail/ MOZ_DISABLE_PANGO=1 MOZ_PLUGIN_PATH=/usr/lib/mozilla/plugins OOO_FORCE_DESKTOP=gnome PAM_KWALLET5_LOGIN=/run/user/1012/kwallet5.socket PATH=/usr/lib/ccache/bin:/usr/lib/hardening-wrapper/bin:/bin:/usr/bin:/usr/local/bin:/usr/local/sbin:/opt/android-sdk/platform-tools:/opt/android-sdk/tools:/opt/android-sdk/tools/bin:/opt/depot_tools:/usr/lib/jvm/default/bin:/usr/bin/site_perl:/usr/bin/vendor_perl:/usr/bin/core_perl:/scripts:/scripts/DominioNT/:/scripts/windows/:/usr/local/bin PS4=+ PWD= QSG_RENDER_LOOP=basic QT_AUTO_SCREEN_SCALE_FACTOR=0 QT_GRAPHICSSYSTEM=raster QT_LOGGING_RULES=*=false QT_QPA_PLATFORMTHEME=kde QT_SCREEN_SCALE_FACTORS=VGA-0=1;DVI-D-0=1;HDMI-0=1;DVI-D-1=1; SAL_USE_VCLPLUGIN=gtk SESSION_MANAGER=local/:@/tmp/.ICE-unix/2133,unix/:/tmp/.ICE-unix/2133 SHELL=/bin/bash SHLVL=2 TZ=:/etc/localtime USER= WINEARCH=win32 WINEDLLOVERRIDES=winemenubuilder.exe=d XAUTHORITY=/tmp/xauth-1012-_0 XCURSOR_SIZE=0 XCURSOR_THEME=Jimmac XDG_CURRENT_DESKTOP=KDE XDG_DATA_DIRS=/usr/share:/usr/share:/usr/local/share XDG_DESKTOP_DIR=$HOME/Desktop" XDG_RUNTIME_DIR=/run/user/1012 XDG_SEAT=seat0 XDG_SEAT_PATH=/org/freedesktop/DisplayManager/Seat0 XDG_SESSION_CLASS=user XDG_SESSION_DESKTOP=KDE XDG_SESSION_ID=c1 XDG_SESSION_PATH=/org/freedesktop/DisplayManager/Session0 XDG_SESSION_TYPE=x11 XDG_VTNR=7 _=/bin/kstart5 __GLVND_DISALLOW_PATCHING=1 __GL_SHADER_DISK_CACHE=1 From bugtracker at gambaswiki.org Wed Jun 13 16:06:54 2018 From: bugtracker at gambaswiki.org (bugtracker at gambaswiki.org) Date: Wed, 13 Jun 2018 14:06:54 GMT Subject: [Gambas-bugtracker] Bug #1348: line input includes "\r" in 3.11.3 In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.1348&from=L21haW4- Comment #1 by Beno?t MINISINI: This is somewhat expected. As you run the shell command inside a virtual terminal, you receive "\r\n" for line changes. But the stream associated is still in Unix end-of-line mode, so Line Input returns the "\r" before the newline. Maybe I should put the process stream in "Window" end-of-line mode automatically when a command is run inside a virtual terminal... From bugtracker at gambaswiki.org Wed Jun 13 16:46:35 2018 From: bugtracker at gambaswiki.org (bugtracker at gambaswiki.org) Date: Wed, 13 Jun 2018 14:46:35 GMT Subject: [Gambas-bugtracker] Bug #1348: line input includes "\r" in 3.11.3 In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.1348&from=L21haW4- Comment #2 by Antonio OREFICE: Thanks. i just reported because the default behaviour is changed, but i'm perfectly fine with it. From bugtracker at gambaswiki.org Wed Jun 13 19:02:01 2018 From: bugtracker at gambaswiki.org (bugtracker at gambaswiki.org) Date: Wed, 13 Jun 2018 17:02:01 GMT Subject: [Gambas-bugtracker] Bug #1341: Selection Changes When FileChooser/FileView Refreshed In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.1341&from=L21haW4- Comment #1 by Tony MOREHEN: Detailed view uses a columnview to show the file list. Columnview inherits _TreeView. When _TreeView is refreshed, a delayed row sort is triggered by a timer calling Sort_Timer. This sort messes up the file selection. Note Sort_Timer contains code to correctly reset selection when Mode is set to Single. Replacing that code with the more general _SaveSelection and _RestoreSelection seems to fix the bug without any side effects. The revised code: Public Sub Sort_Timer() ' Dim hItem As _TreeView_ItemX $hSortTimer = Null If Not $cSort Then Return _SaveSelection ' hItem = Current_Read() For Each $cSort SortItem($cItem[$cSort.Key]) Next If $bSortRoot Then SortItem($hRoot) Endif $bSortRoot = False $cSort.Clear _RestoreSelection ' If hItem Then _SetItemSelected(hItem, True) End From bugtracker at gambaswiki.org Wed Jun 13 20:32:56 2018 From: bugtracker at gambaswiki.org (bugtracker at gambaswiki.org) Date: Wed, 13 Jun 2018 18:32:56 GMT Subject: [Gambas-bugtracker] Bug #1141: GTK3 and QT5 crashes the IDE under Cygwin In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.1141&from=L21haW4- Comment #5 by Bastian GERMANN: What are the exact steps (or source) that you use to make the application run? Are there any messages starting it from a shell? Do you use the x86 or x86_64 version? From bugtracker at gambaswiki.org Fri Jun 15 17:15:44 2018 From: bugtracker at gambaswiki.org (bugtracker at gambaswiki.org) Date: Fri, 15 Jun 2018 15:15:44 GMT Subject: [Gambas-bugtracker] Bug #1349: BUG: Wrong line number of code when Gambas raise a error message Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.1349&from=L21haW4- Olivier CRUILLES reported a new bug. Summary ------- BUG: Wrong line number of code when Gambas raise a error message Type : Bug Priority : Low Gambas version : Master Product : Development Environment Description ----------- Hello, It seems that (I don't know from when exactly) the line number indicated in error message is wrong regarding the command in fault. Example: => From the log file of my application 2018-06-15 10:53:01.301 gbAsStatsConsoleBS - Mode=linkusage 2018-06-15 10:53:01.488 gbAsStatsConsoleBS - Main: Null object Where: WebpageHistory.Affiche_Historique_AS.81 => Code in the Editor See screenshot Olivier System information ------------------ [System] Gambas=3.11.90 OperatingSystem=Linux Kernel=4.4.0-127-generic Architecture=x86 Distribution=Linux Mint 18.3 Sylvia Desktop=MATE Theme=Gtk Language=fr_CA.UTF-8 Memory=8098M [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.28.0.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 CLUTTER_IM_MODULE=xim COMPIZ_CONFIG_PROFILE=mate DBUS_SESSION_BUS_ADDRESS=unix:abstract=/tmp/dbus-K0VhGei4rh,guid=cf6880d654ad8718c19548fe5b22c622 DEFAULTS_PATH=/usr/share/gconf/mate.default.path DESKTOP_SESSION=mate DISPLAY=:0 GB_GUI=gb.qt4 GDMSESSION=mate GDM_XSERVER_LOCATION=local GTK_IM_MODULE=ibus GTK_MODULES=gail:atk-bridge GTK_OVERLAY_SCROLLING=0 HOME= LANG=fr_CA.UTF-8 LC_ADDRESS=fr_FR.UTF-8 LC_IDENTIFICATION=fr_FR.UTF-8 LC_MEASUREMENT=fr_FR.UTF-8 LC_MONETARY=fr_FR.UTF-8 LC_NAME=fr_FR.UTF-8 LC_NUMERIC=fr_FR.UTF-8 LC_PAPER=fr_FR.UTF-8 LC_TELEPHONE=fr_FR.UTF-8 LC_TIME=fr_FR.UTF-8 LIBVIRT_DEFAULT_URI=qemu:///system LOGNAME= MANDATORY_PATH=/usr/share/gconf/mate.mandatory.path MATE_DESKTOP_SESSION_ID=this-is-deprecated MDMSESSION=mate MDM_LANG=fr_CA.UTF-8 MDM_XSERVER_LOCATION=local PAPERSIZE=a4 PATH=/bin:/usr/local/bin:/usr/local/sbin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games PWD= QT4_IM_MODULE=xim QT_ACCESSIBILITY=1 QT_IM_MODULE=ibus QT_LINUX_ACCESSIBILITY_ALWAYS_ON=1 QT_STYLE_OVERRIDE=gtk SESSION_MANAGER=local/:@/tmp/.ICE-unix/2251,unix/:/tmp/.ICE-unix/2251 SHELL=/bin/bash SSH_AGENT_PID=2355 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:/.local/share/flatpak/exports/share:/var/lib/flatpak/exports/share:/usr/local/share:/usr/share:/usr/share/mdm/ XDG_RUNTIME_DIR=/run/user/1000 XDG_SEAT=seat0 XDG_SESSION_COOKIE=7799fc85266d4f0d61afdf215179697f-1529005601.771491-1336228839 XDG_SESSION_DESKTOP=mate XDG_SESSION_ID=c1 XDG_VTNR=7 XMODIFIERS=@im=ibus From bugtracker at gambaswiki.org Fri Jun 15 17:15:55 2018 From: bugtracker at gambaswiki.org (bugtracker at gambaswiki.org) Date: Fri, 15 Jun 2018 15:15:55 GMT Subject: [Gambas-bugtracker] Bug #1349: BUG: Wrong line number of code when Gambas raise a error message In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.1349&from=L21haW4- Olivier CRUILLES added an attachment: S?lection_234.png From bugtracker at gambaswiki.org Fri Jun 15 20:49:22 2018 From: bugtracker at gambaswiki.org (bugtracker at gambaswiki.org) Date: Fri, 15 Jun 2018 18:49:22 GMT Subject: [Gambas-bugtracker] Bug #1331: ODBC driver crack status 2: Result object are NULL now. In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.1331&from=L21haW4- Comment #1 by PICCORO LENZ MCKAY: please! waht is the progress of this issue? odbc are totally unusable in 3.11! since the commits https://gitlab.com/gambas/gambas/commit/aa67ba1309bde70e8b528be833ba06a8d124cbd1 and https://gitlab.com/gambas/gambas/commit/e07ac2e4f2588f62bb55aa2b8351a08a810c1586 suppost to be solved with https://gitlab.com/gambas/gambas/commit/aebc6a0bdafacf79afbd602f1ed81a15eccf5b91 but after commit now querys does not work! so the db module odbc that permits to use any database backend are complety unusable limiting the gambas to the school-grade mysql and professional postgresql only and except the rest of large available vendors currently in use! From bugtracker at gambaswiki.org Sat Jun 16 02:33:02 2018 From: bugtracker at gambaswiki.org (bugtracker at gambaswiki.org) Date: Sat, 16 Jun 2018 00:33:02 GMT Subject: [Gambas-bugtracker] Bug #1350: Cloning into 'gambasdevel'... fatal: unable to access Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.1350&from=L21haW4- vuott VUOTT reported a new bug. Summary ------- Cloning into 'gambasdevel'... fatal: unable to access Type : Bug Priority : Medium Gambas version : Master Product : Unknown Description ----------- Hello, installing 89f82c0b master I obtain this problem: ~ $ git clone --depth=1 https://gitlab.com/gambas/gambas.git gambasdevel Cloning into 'gambasdevel'... fatal: unable to access 'https://gitlab.com/gambas/gambas.git/': Could not resolve host: gitlab.com From bugtracker at gambaswiki.org Sat Jun 16 02:38:03 2018 From: bugtracker at gambaswiki.org (bugtracker at gambaswiki.org) Date: Sat, 16 Jun 2018 00:38:03 GMT Subject: [Gambas-bugtracker] Bug #1350: Cloning into 'gambasdevel'... fatal: unable to access In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.1350&from=L21haW4- vuott VUOTT changed the state of the bug to: Abandoned. From bugtracker at gambaswiki.org Sat Jun 16 14:54:53 2018 From: bugtracker at gambaswiki.org (bugtracker at gambaswiki.org) Date: Sat, 16 Jun 2018 12:54:53 GMT Subject: [Gambas-bugtracker] Bug #1348: line input includes "\r" in 3.11.3 In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.1348&from=L21haW4- Comment #3 by Beno?t MINISINI: It's not LINE INPUT that changed, but the default options of virtual terminals. Beno?t MINISINI changed the state of the bug to: Abandoned. From bugtracker at gambaswiki.org Sat Jun 16 14:55:10 2018 From: bugtracker at gambaswiki.org (bugtracker at gambaswiki.org) Date: Sat, 16 Jun 2018 12:55:10 GMT Subject: [Gambas-bugtracker] Bug #1341: Selection Changes When FileChooser/FileView Refreshed In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.1341&from=L21haW4- Beno?t MINISINI changed the state of the bug to: Accepted. From bugtracker at gambaswiki.org Sat Jun 16 14:57:05 2018 From: bugtracker at gambaswiki.org (bugtracker at gambaswiki.org) Date: Sat, 16 Jun 2018 12:57:05 GMT Subject: [Gambas-bugtracker] Bug #1323: Weird Error In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.1323&from=L21haW4- Comment #2 by Beno?t MINISINI: It should be fixed in commit https://gitlab.com/gambas/gambas/commit/74ddac88b8962093e4acc1a0f2e833c421bd3468. Beno?t MINISINI changed the state of the bug to: Fixed. From bugtracker at gambaswiki.org Sat Jun 16 14:59:45 2018 From: bugtracker at gambaswiki.org (bugtracker at gambaswiki.org) Date: Sat, 16 Jun 2018 12:59:45 GMT Subject: [Gambas-bugtracker] Bug #1349: BUG: Wrong line number of code when Gambas raise a error message In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.1349&from=L21haW4- Comment #1 by Beno?t MINISINI: I need the project, at least the full code of the class/module, with the possible form associated with. Beno?t MINISINI changed the state of the bug to: NeedsInfo. From bugtracker at gambaswiki.org Sat Jun 16 15:01:01 2018 From: bugtracker at gambaswiki.org (bugtracker at gambaswiki.org) Date: Sat, 16 Jun 2018 13:01:01 GMT Subject: [Gambas-bugtracker] Bug #1347: GTK 'Children' not seen in one pass In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.1347&from=L21haW4- Beno?t MINISINI changed the state of the bug to: Accepted. From bugtracker at gambaswiki.org Sat Jun 16 15:36:15 2018 From: bugtracker at gambaswiki.org (bugtracker at gambaswiki.org) Date: Sat, 16 Jun 2018 13:36:15 GMT Subject: [Gambas-bugtracker] Bug #1347: GTK 'Children' not seen in one pass In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.1347&from=L21haW4- Comment #1 by Beno?t MINISINI: This is because you are destroying controls while enumerating the parent, and GTK+ components behave differently than QT ones. From bugtracker at gambaswiki.org Sat Jun 16 15:38:03 2018 From: bugtracker at gambaswiki.org (bugtracker at gambaswiki.org) Date: Sat, 16 Jun 2018 13:38:03 GMT Subject: [Gambas-bugtracker] Bug #1347: GTK 'Children' not seen in one pass In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.1347&from=L21haW4- Comment #2 by Beno?t MINISINI: Fixed in commit https://gitlab.com/gambas/gambas/commit/0eda19df1e749c13e27776bb251e14c55183caa3. Beno?t MINISINI changed the state of the bug to: Fixed. From bugtracker at gambaswiki.org Sat Jun 16 15:39:28 2018 From: bugtracker at gambaswiki.org (bugtracker at gambaswiki.org) Date: Sat, 16 Jun 2018 13:39:28 GMT Subject: [Gambas-bugtracker] =?utf-8?q?Bug_=231340=3A_Plantage_de_l=27int?= =?utf-8?q?erpr=C3=A9teur_Gambas?= In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.1340&from=L21haW4- Beno?t MINISINI changed the state of the bug to: Accepted. From bugtracker at gambaswiki.org Sat Jun 16 15:39:43 2018 From: bugtracker at gambaswiki.org (bugtracker at gambaswiki.org) Date: Sat, 16 Jun 2018 13:39:43 GMT Subject: [Gambas-bugtracker] =?utf-8?q?Bug_=231340=3A_Plantage_de_l=27int?= =?utf-8?q?erpr=C3=A9teur_Gambas?= In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.1340&from=L21haW4- Comment #1 by Beno?t MINISINI: Please don't write french in the bugtracker! From bugtracker at gambaswiki.org Sat Jun 16 17:54:59 2018 From: bugtracker at gambaswiki.org (bugtracker at gambaswiki.org) Date: Sat, 16 Jun 2018 15:54:59 GMT Subject: [Gambas-bugtracker] =?utf-8?q?Bug_=231340=3A_Plantage_de_l=27int?= =?utf-8?q?erpr=C3=A9teur_Gambas?= In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.1340&from=L21haW4- Comment #2 by Claude DESSER?: yes Beno?t, sorry : is it correct : "Plunder of the interpreter Gambas" ? Regards From bugtracker at gambaswiki.org Sat Jun 16 18:00:28 2018 From: bugtracker at gambaswiki.org (bugtracker at gambaswiki.org) Date: Sat, 16 Jun 2018 16:00:28 GMT Subject: [Gambas-bugtracker] =?utf-8?q?Bug_=231340=3A_Plantage_de_l=27int?= =?utf-8?q?erpr=C3=A9teur_Gambas?= In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.1340&from=L21haW4- Comment #3 by Beno?t MINISINI: "Plunder"??? I would just say "Gambas interpreter crash". From bugtracker at gambaswiki.org Sun Jun 17 21:39:58 2018 From: bugtracker at gambaswiki.org (bugtracker at gambaswiki.org) Date: Sun, 17 Jun 2018 19:39:58 GMT Subject: [Gambas-bugtracker] =?utf-8?q?Bug_=231340=3A_Plantage_de_l=27int?= =?utf-8?q?erpr=C3=A9teur_Gambas?= In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.1340&from=L21haW4- Comment #4 by Claude DESSER?: indeed it is anything. I'm suspicious of it, but probably not enough. see the last uploaded image From bugtracker at gambaswiki.org Sun Jun 17 21:40:29 2018 From: bugtracker at gambaswiki.org (bugtracker at gambaswiki.org) Date: Sun, 17 Jun 2018 19:40:29 GMT Subject: [Gambas-bugtracker] =?utf-8?q?Bug_=231340=3A_Plantage_de_l=27int?= =?utf-8?q?erpr=C3=A9teur_Gambas?= In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.1340&from=L21haW4- Claude DESSER? added an attachment: Capture du 2018-06-17 21-36-45.png From bugtracker at gambaswiki.org Mon Jun 18 15:35:33 2018 From: bugtracker at gambaswiki.org (bugtracker at gambaswiki.org) Date: Mon, 18 Jun 2018 13:35:33 GMT Subject: [Gambas-bugtracker] Bug #1331: ODBC driver crack status 2: Result object are NULL now. In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.1331&from=L21haW4- Comment #2 by PICCORO LENZ MCKAY: hi! any progress on this? commit https://gitlab.com/gambas/gambas/commit/aebc6a0bdafacf79afbd602f1ed81a15eccf5b91 only solved partially still cannot make querys! From bugtracker at gambaswiki.org Tue Jun 19 17:53:36 2018 From: bugtracker at gambaswiki.org (bugtracker at gambaswiki.org) Date: Tue, 19 Jun 2018 15:53:36 GMT Subject: [Gambas-bugtracker] Bug #1331: ODBC driver crack status 2: Result object are NULL now. In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.1331&from=L21haW4- Comment #3 by Herberth GUZMAN: I downloaded the provided project in the issue, and tested with a configured odbc ms database and got same problem can connect but cannot make any sql sentence... From bugtracker at gambaswiki.org Wed Jun 20 00:06:30 2018 From: bugtracker at gambaswiki.org (bugtracker at gambaswiki.org) Date: Tue, 19 Jun 2018 22:06:30 GMT Subject: [Gambas-bugtracker] Bug #1351: gambas3 IDE do not start: gb.jit missing Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.1351&from=L21haW4- T J SCHEMKES reported a new bug. Summary ------- gambas3 IDE do not start: gb.jit missing Type : Bug Priority : Medium Gambas version : Unknown Product : Unknown Description ----------- Worked with gambas3.11 in Ubuntu 18.04 until last 1 june. After a update the IDE do not start. Gambas Version: 3.11.90+git6491.ab01355+build1384661d~ubuntu18.04.1 Source: lp_ppa_gambas_team_gambas_daily-bionic-main System information ------------------ dick at TERRA:~$ gdb gbx3 GNU gdb (Ubuntu 8.1-0ubuntu3) 8.1.0.20180409-git Copyright (C) 2018 Free Software Foundation, Inc. License GPLv3+: GNU GPL version 3 or later This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law. Type "show copying" and "show warranty" for details. This GDB was configured as "x86_64-linux-gnu". Type "show configuration" for configuration details. For bug reporting instructions, please see: . Find the GDB manual and other documentation resources online at: . For help, type "help". Type "apropos word" to search for commands related to "word"... Reading symbols from gbx3...(no debugging symbols found)...done. (gdb) run Starting program: /usr/bin/gbx3 [Thread debugging using libthread_db enabled] Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1". gbx3: unable to find startup file [Inferior 1 (process 13207) exited with code 01] (gdb) bt No stack. (gdb) From bugtracker at gambaswiki.org Wed Jun 20 00:06:31 2018 From: bugtracker at gambaswiki.org (bugtracker at gambaswiki.org) Date: Tue, 19 Jun 2018 22:06:31 GMT Subject: [Gambas-bugtracker] Bug #1352: gambas3 IDE do not start: gb.jit missing Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.1352&from=L21haW4- T J SCHEMKES reported a new bug. Summary ------- gambas3 IDE do not start: gb.jit missing Type : Bug Priority : Medium Gambas version : Unknown Product : Unknown Description ----------- Worked with gambas3.11 in Ubuntu 18.04 until last 1 june. After a update the IDE do not start. Gambas Version: 3.11.90+git6491.ab01355+build1384661d~ubuntu18.04.1 Source: lp_ppa_gambas_team_gambas_daily-bionic-main System information ------------------ dick at TERRA:~$ gdb gbx3 GNU gdb (Ubuntu 8.1-0ubuntu3) 8.1.0.20180409-git Copyright (C) 2018 Free Software Foundation, Inc. License GPLv3+: GNU GPL version 3 or later This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law. Type "show copying" and "show warranty" for details. This GDB was configured as "x86_64-linux-gnu". Type "show configuration" for configuration details. For bug reporting instructions, please see: . Find the GDB manual and other documentation resources online at: . For help, type "help". Type "apropos word" to search for commands related to "word"... Reading symbols from gbx3...(no debugging symbols found)...done. (gdb) run Starting program: /usr/bin/gbx3 [Thread debugging using libthread_db enabled] Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1". gbx3: unable to find startup file [Inferior 1 (process 13207) exited with code 01] (gdb) bt No stack. (gdb) From bugtracker at gambaswiki.org Wed Jun 20 15:01:02 2018 From: bugtracker at gambaswiki.org (bugtracker at gambaswiki.org) Date: Wed, 20 Jun 2018 13:01:02 GMT Subject: [Gambas-bugtracker] Bug #1353: hidden tooltip button refresh in sql query Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.1353&from=L21haW4- V?ctor PEREZ reported a new bug. Summary ------- hidden tooltip button refresh in sql query Type : Request Priority : Low Gambas version : 3.10 Product : Development Environment Description ----------- Why shrimp does not refresh the database after making a query? because for each query you have to refresh to see changes? would not it be convenient to have an automatic refresh after a consultation? version of gambas3 3.11 since the web is missing; The maximum is 3.10 System information ------------------ [System] Gambas=3.10 OperatingSystem=Linux Kernel=4.4.0-53-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 From bugtracker at gambaswiki.org Wed Jun 20 15:03:36 2018 From: bugtracker at gambaswiki.org (bugtracker at gambaswiki.org) Date: Wed, 20 Jun 2018 13:03:36 GMT Subject: [Gambas-bugtracker] Bug #1352: gambas3 IDE do not start: gb.jit missing In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.1352&from=L21haW4- Comment #1 by PICCORO LENZ MCKAY: 1) seems or i suspect that the ppa sources in those packages are out of sync with master, for sure! 2) The information that you placed in the system information section, is not the right place for it 3) the winbuntu packages build does not have symbols and debug build enabled so does not will generated any info for gdb! i guess packager must work on it and upodate their source retrieve mechanish PICCORO LENZ MCKAY changed the state of the bug to: Invalid. From bugtracker at gambaswiki.org Wed Jun 20 17:22:29 2018 From: bugtracker at gambaswiki.org (bugtracker at gambaswiki.org) Date: Wed, 20 Jun 2018 15:22:29 GMT Subject: [Gambas-bugtracker] Bug #1351: gambas3 IDE do not start: gb.jit missing In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.1351&from=L21haW4- Comment #1 by Tobias BOEGE: Same as #1352 Tobias BOEGE changed the state of the bug to: Duplicate. From bugtracker at gambaswiki.org Wed Jun 20 17:32:43 2018 From: bugtracker at gambaswiki.org (bugtracker at gambaswiki.org) Date: Wed, 20 Jun 2018 15:32:43 GMT Subject: [Gambas-bugtracker] Bug #1352: gambas3 IDE do not start: gb.jit missing In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.1352&from=L21haW4- Comment #2 by Tobias BOEGE: > seems or i suspect that [...], for sure And yet you can see that the git commit of that package is ab01355 from Tue Jun 19, i.e. yesterday. I don't see anything in the commit log since then which indicates changes to the new JIT component up to the current master. Is the IDE *supposed* to fail now if gb.jit isn't found? The old gb.jit was fully optional, IIRC. Of course, it could be an incomplete installation caused by the packages, but notice that "Ubuntu packages" is a bug category here, so either way it's not invalid. Tobias BOEGE changed the state of the bug to: Opened. From bugtracker at gambaswiki.org Wed Jun 20 20:07:25 2018 From: bugtracker at gambaswiki.org (bugtracker at gambaswiki.org) Date: Wed, 20 Jun 2018 18:07:25 GMT Subject: [Gambas-bugtracker] Bug #1352: gambas3 IDE do not start: gb.jit missing In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.1352&from=L21haW4- Comment #3 by PICCORO LENZ MCKAY: interesting there's a winbuntu packages but what about the others distros? using the debian packages script does not give me problems! ide starts! From bugtracker at gambaswiki.org Wed Jun 20 21:56:32 2018 From: bugtracker at gambaswiki.org (bugtracker at gambaswiki.org) Date: Wed, 20 Jun 2018 19:56:32 GMT Subject: [Gambas-bugtracker] Bug #1338: get from VERSION file does not work In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.1338&from=L21haW4- PICCORO LENZ MCKAY added an attachment: version-not-work.png From bugtracker at gambaswiki.org Wed Jun 20 21:57:30 2018 From: bugtracker at gambaswiki.org (bugtracker at gambaswiki.org) Date: Wed, 20 Jun 2018 19:57:30 GMT Subject: [Gambas-bugtracker] Bug #1338: get from VERSION file does not work In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.1338&from=L21haW4- Comment #1 by PICCORO LENZ MCKAY: updated to gambas master and still happened, http://gambaswiki.org/bugtracker/get/BUG.1338/file-3/20180620-215632275-version-not-work.png, please! From bugtracker at gambaswiki.org Thu Jun 21 03:23:18 2018 From: bugtracker at gambaswiki.org (bugtracker at gambaswiki.org) Date: Thu, 21 Jun 2018 01:23:18 GMT Subject: [Gambas-bugtracker] Bug #1352: gambas3 IDE do not start: gb.jit missing In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.1352&from=L21haW4- Comment #4 by Beno?t MINISINI: Don't post packaging problems to the bugtracker. It is for bugs only. Please use the mailing-list instead. Beno?t MINISINI changed the state of the bug to: Invalid. From bugtracker at gambaswiki.org Thu Jun 21 03:25:06 2018 From: bugtracker at gambaswiki.org (bugtracker at gambaswiki.org) Date: Thu, 21 Jun 2018 01:25:06 GMT Subject: [Gambas-bugtracker] Bug #1338: get from VERSION file does not work In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.1338&from=L21haW4- Comment #2 by Beno?t MINISINI: The VERSION file must be in a parent directory of the project. Not in the project itself, where it is absolutely useless, as the version is already stored in the '.project' file! Beno?t MINISINI changed the state of the bug to: Rejected. From bugtracker at gambaswiki.org Thu Jun 21 03:26:12 2018 From: bugtracker at gambaswiki.org (bugtracker at gambaswiki.org) Date: Thu, 21 Jun 2018 01:26:12 GMT Subject: [Gambas-bugtracker] Bug #1353: hidden tooltip button refresh in sql query In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.1353&from=L21haW4- Comment #1 by Beno?t MINISINI: What are you talking about? The IDE? Some code you didn't join? From bugtracker at gambaswiki.org Thu Jun 21 14:44:29 2018 From: bugtracker at gambaswiki.org (bugtracker at gambaswiki.org) Date: Thu, 21 Jun 2018 12:44:29 GMT Subject: [Gambas-bugtracker] Bug #1352: gambas3 IDE do not start: gb.jit missing In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.1352&from=L21haW4- Comment #5 by PICCORO LENZ MCKAY: mayber was posted due in product select box at bugtracker there's a "winbuntu packages" listed! maybe must be removed, due it's very distro specific! From bugtracker at gambaswiki.org Thu Jun 21 14:47:02 2018 From: bugtracker at gambaswiki.org (bugtracker at gambaswiki.org) Date: Thu, 21 Jun 2018 12:47:02 GMT Subject: [Gambas-bugtracker] Bug #1353: hidden tooltip button refresh in sql query In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.1353&from=L21haW4- Comment #2 by PICCORO LENZ MCKAY: in the ide, in the connections interface for the databases i noted in some times, when user perform certain querys, the contents of the results in the lower window part are not refresh automatically.. but i dont know if are same problem as described here! From bugtracker at gambaswiki.org Thu Jun 21 14:48:17 2018 From: bugtracker at gambaswiki.org (bugtracker at gambaswiki.org) Date: Thu, 21 Jun 2018 12:48:17 GMT Subject: [Gambas-bugtracker] Bug #1338: get from VERSION file does not work In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.1338&from=L21haW4- Comment #3 by PICCORO LENZ MCKAY: when you said "parent" are you taking about the root directory? or taking about out side of the directory project? please Benoit can you post a picture or a project attached indicating where must be the VERSION file? err ok ok, so then since gambas 3.2 the VERSION file must be apart? why works in gambas 3.1.1 and not in 3.9 or 3.10 ? do you see the pictures? From bugtracker at gambaswiki.org Sun Jun 24 02:02:20 2018 From: bugtracker at gambaswiki.org (bugtracker at gambaswiki.org) Date: Sun, 24 Jun 2018 00:02:20 GMT Subject: [Gambas-bugtracker] Bug #1242: Error in menu editor (exceeded the limit) In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.1242&from=L21haW4- Comment #7 by V?ctor PEREZ: again the bug occurred, luckily this time I discovered how to reproduce it, I have a video already done that when I can upload it. The problem occurs when you move the items and there is a first level and another or others in the third level. regards From bugtracker at gambaswiki.org Sun Jun 24 05:28:24 2018 From: bugtracker at gambaswiki.org (bugtracker at gambaswiki.org) Date: Sun, 24 Jun 2018 03:28:24 GMT Subject: [Gambas-bugtracker] Bug #1354: gb.Chart Legend Colors Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.1354&from=L21haW4- Matthew COLLINS reported a new bug. Summary ------- gb.Chart Legend Colors Type : Bug Priority : Medium Gambas version : Unknown Product : GUI components Description ----------- Legend Colors come from static class rather then instance. See: gambas comp src gb.chart .src _CLegend.class Line 131: Draw.FillColor = Chart.Colors[i] Should be the same as Line: 164 draw.FillColor = Chart._$ColChart[$sidChart].Colors[i] Thanks Matt From bugtracker at gambaswiki.org Sun Jun 24 05:37:53 2018 From: bugtracker at gambaswiki.org (bugtracker at gambaswiki.org) Date: Sun, 24 Jun 2018 03:37:53 GMT Subject: [Gambas-bugtracker] Bug #1354: gb.Chart Legend Colors In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.1354&from=L21haW4- Comment #1 by Matthew COLLINS: See: http://forum.gambas.one/viewtopic.php?f=4&t=612 From bugtracker at gambaswiki.org Sun Jun 24 12:51:59 2018 From: bugtracker at gambaswiki.org (bugtracker at gambaswiki.org) Date: Sun, 24 Jun 2018 10:51:59 GMT Subject: [Gambas-bugtracker] Bug #1141: GTK3 and QT5 crashes the IDE under Cygwin In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.1141&from=L21haW4- Comment #6 by Moviga TECHNOLOGIES: No messages from starting from shell. 64 bit. I'm running it by hitting the "play" button. Remind me how to create a backtrace again. Long time since I've done it. From bugtracker at gambaswiki.org Tue Jun 26 16:27:47 2018 From: bugtracker at gambaswiki.org (bugtracker at gambaswiki.org) Date: Tue, 26 Jun 2018 14:27:47 GMT Subject: [Gambas-bugtracker] Bug #1286: Gambas info is blocked by IP In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.1286&from=L21haW4- Comment #7 by PICCORO LENZ MCKAY: if a page are not translated and i used offline, the page does not show .. currently the behaviour of the offline wiki are undessirable! the wiki has not dessired behaviour in offline mode!.. there's a similar problem and request for debian here: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=858382 not all people have 24/7 internet conection and the offline wiki are crap if some pages are not documented! why there's no possibility to package the complete wiki offline and serves from the localhost with a specific http server from gambas.. of build all the html pages statically from the redering of the gambas procesing!?! PICCORO LENZ MCKAY changed the state of the bug to: Accepted. From bugtracker at gambaswiki.org Tue Jun 26 16:34:09 2018 From: bugtracker at gambaswiki.org (bugtracker at gambaswiki.org) Date: Tue, 26 Jun 2018 14:34:09 GMT Subject: [Gambas-bugtracker] Bug #1286: Gambas info is blocked by IP In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.1286&from=L21haW4- Comment #8 by ADMINISTRATOR: @PICCORO: Please don't spam an issue with something unrelated! ADMINISTRATOR changed the state of the bug to: NeedsInfo. From bugtracker at gambaswiki.org Tue Jun 26 18:09:54 2018 From: bugtracker at gambaswiki.org (bugtracker at gambaswiki.org) Date: Tue, 26 Jun 2018 16:09:54 GMT Subject: [Gambas-bugtracker] Bug #1242: Error in menu editor (exceeded the limit) In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.1242&from=L21haW4- V?ctor PEREZ added an attachment: error editorMenu1.png From bugtracker at gambaswiki.org Tue Jun 26 18:10:11 2018 From: bugtracker at gambaswiki.org (bugtracker at gambaswiki.org) Date: Tue, 26 Jun 2018 16:10:11 GMT Subject: [Gambas-bugtracker] Bug #1242: Error in menu editor (exceeded the limit) In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.1242&from=L21haW4- V?ctor PEREZ added an attachment: error editorMenu2.png From bugtracker at gambaswiki.org Tue Jun 26 18:10:33 2018 From: bugtracker at gambaswiki.org (bugtracker at gambaswiki.org) Date: Tue, 26 Jun 2018 16:10:33 GMT Subject: [Gambas-bugtracker] Bug #1242: Error in menu editor (exceeded the limit) In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.1242&from=L21haW4- V?ctor PEREZ added an attachment: error editorMenu3.png From bugtracker at gambaswiki.org Tue Jun 26 18:16:32 2018 From: bugtracker at gambaswiki.org (bugtracker at gambaswiki.org) Date: Tue, 26 Jun 2018 16:16:32 GMT Subject: [Gambas-bugtracker] Bug #1242: Error in menu editor (exceeded the limit) In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.1242&from=L21haW4- V?ctor PEREZ added an attachment: Bug-EditMenu.ogv From bugtracker at gambaswiki.org Tue Jun 26 18:25:20 2018 From: bugtracker at gambaswiki.org (bugtracker at gambaswiki.org) Date: Tue, 26 Jun 2018 16:25:20 GMT Subject: [Gambas-bugtracker] Bug #1242: Error in menu editor (exceeded the limit) In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.1242&from=L21haW4- V?ctor PEREZ added an attachment: Reproduccion error. From bugtracker at gambaswiki.org Tue Jun 26 18:41:46 2018 From: bugtracker at gambaswiki.org (bugtracker at gambaswiki.org) Date: Tue, 26 Jun 2018 16:41:46 GMT Subject: [Gambas-bugtracker] Bug #1242: Error in menu editor (exceeded the limit) In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.1242&from=L21haW4- Beno?t MINISINI changed the state of the bug to: Accepted. From bugtracker at gambaswiki.org Tue Jun 26 18:47:28 2018 From: bugtracker at gambaswiki.org (bugtracker at gambaswiki.org) Date: Tue, 26 Jun 2018 16:47:28 GMT Subject: [Gambas-bugtracker] Bug #1242: Error in menu editor (exceeded the limit) In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.1242&from=L21haW4- Comment #8 by Beno?t MINISINI: Fixed in commit https://gitlab.com/gambas/gambas/commit/601776ef63dea67b585ac6f386f0b96e6a48aa24. Now you get the "menu too deep" message error in all cases. Beno?t MINISINI changed the state of the bug to: Fixed. From bugtracker at gambaswiki.org Tue Jun 26 18:53:39 2018 From: bugtracker at gambaswiki.org (bugtracker at gambaswiki.org) Date: Tue, 26 Jun 2018 16:53:39 GMT Subject: [Gambas-bugtracker] Bug #1341: Selection Changes When FileChooser/FileView Refreshed In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.1341&from=L21haW4- Comment #2 by Beno?t MINISINI: Thanks for the fix. It has been merged in commit https://gitlab.com/gambas/gambas/commit/6a23fa861ace7b16ddc97f1c8feb095e4b50e5eb. Beno?t MINISINI changed the state of the bug to: Fixed. From bugtracker at gambaswiki.org Tue Jun 26 18:57:11 2018 From: bugtracker at gambaswiki.org (bugtracker at gambaswiki.org) Date: Tue, 26 Jun 2018 16:57:11 GMT Subject: [Gambas-bugtracker] Bug #1346: Setting Form.Border=False and Form.Resizable=True will not work at runtime ... In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.1346&from=L21haW4- Comment #1 by Beno?t MINISINI: When you remove the window border, your window manager usually prevents the window from being moved and resized. Is it what you are talking about? And both "resizable" and "resizeable" are correct, the first one being the most used. Beno?t MINISINI changed the state of the bug to: Rejected. From bugtracker at gambaswiki.org Tue Jun 26 19:28:42 2018 From: bugtracker at gambaswiki.org (bugtracker at gambaswiki.org) Date: Tue, 26 Jun 2018 17:28:42 GMT Subject: [Gambas-bugtracker] Bug #1355: make dwgInfo move if mouse touches your area Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.1355&from=L21haW4- V?ctor PEREZ reported a new bug. Summary ------- make dwgInfo move if mouse touches your area Type : Request Priority : Low Gambas version : 3.10 Product : GUI components Description ----------- should not the dwgInfo class detect the mouse pointer move to the upper right corner and when dwginfo is in the upper right corner and detects the mouse pointer go to the lower right corner? since it bothers you if you want to work with the classes that are just below dwginfo and it is not comfortable to hide and see again, but it is more dynamic if the class moves instead? regards System information ------------------ [System] Gambas=3.10 OperatingSystem=Linux Kernel=4.4.0-53-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 From bugtracker at gambaswiki.org Tue Jun 26 19:59:08 2018 From: bugtracker at gambaswiki.org (bugtracker at gambaswiki.org) Date: Tue, 26 Jun 2018 17:59:08 GMT Subject: [Gambas-bugtracker] Bug #1353: hidden tooltip button refresh in sql query In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.1353&from=L21haW4- Comment #3 by V?ctor PEREZ: the tooltip covers the refresh button, and the treeview is not updated by not seeing the new table created by having to use the refresh button. I upload image From bugtracker at gambaswiki.org Tue Jun 26 19:59:30 2018 From: bugtracker at gambaswiki.org (bugtracker at gambaswiki.org) Date: Tue, 26 Jun 2018 17:59:30 GMT Subject: [Gambas-bugtracker] Bug #1353: hidden tooltip button refresh in sql query In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.1353&from=L21haW4- V?ctor PEREZ added an attachment: refresTable.jpg From bugtracker at gambaswiki.org Tue Jun 26 21:15:35 2018 From: bugtracker at gambaswiki.org (bugtracker at gambaswiki.org) Date: Tue, 26 Jun 2018 19:15:35 GMT Subject: [Gambas-bugtracker] Bug #1356: Gambas 3.11 Profiler damaged Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.1356&from=L21haW4- C THAL reported a new bug. Summary ------- Gambas 3.11 Profiler damaged Type : Bug Priority : High Gambas version : Unknown Product : Development Environment Description ----------- Im Gambas 3.11 the profiler is not usable any more. I am just able to show two screenshots showing the profiler of 3.11 versus 3.9. In Gambas 3.11 the names of methods are replaced by question marks. Profiling of methods is not possible any more. From bugtracker at gambaswiki.org Tue Jun 26 21:15:47 2018 From: bugtracker at gambaswiki.org (bugtracker at gambaswiki.org) Date: Tue, 26 Jun 2018 19:15:47 GMT Subject: [Gambas-bugtracker] Bug #1356: Gambas 3.11 Profiler damaged In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.1356&from=L21haW4- C THAL added an attachment: profiling3.9.png From bugtracker at gambaswiki.org Tue Jun 26 21:15:55 2018 From: bugtracker at gambaswiki.org (bugtracker at gambaswiki.org) Date: Tue, 26 Jun 2018 19:15:55 GMT Subject: [Gambas-bugtracker] Bug #1356: Gambas 3.11 Profiler damaged In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.1356&from=L21haW4- C THAL added an attachment: profiling3.11.png From bugtracker at gambaswiki.org Wed Jun 27 15:28:57 2018 From: bugtracker at gambaswiki.org (bugtracker at gambaswiki.org) Date: Wed, 27 Jun 2018 13:28:57 GMT Subject: [Gambas-bugtracker] Bug #1356: Gambas 3.11 Profiler damaged In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.1356&from=L21haW4- Comment #1 by PICCORO LENZ MCKAY: umm always you obtain those "?" on some or all symbols? i suspect or i guess that maybe you compiled a dependency that the ide try to debug and obviously cannot do! due i cannot reproduce it! could you provide and upload here a project for? PICCORO LENZ MCKAY changed the state of the bug to: NeedsInfo. From bugtracker at gambaswiki.org Wed Jun 27 21:39:49 2018 From: bugtracker at gambaswiki.org (bugtracker at gambaswiki.org) Date: Wed, 27 Jun 2018 19:39:49 GMT Subject: [Gambas-bugtracker] Bug #1356: Gambas 3.11 Profiler damaged In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.1356&from=L21haW4- Comment #2 by C THAL: I saw this "?" on all symbols. I compiled nothing, it is 3.11.3 from https://launchpad.net/~gambas-team/+archive/ubuntu/gambas3 But as I want to to test it now, everything works and profiling is ok. Strange ... ? I close this bug now. Thanks, Picco! C THAL changed the state of the bug to: Accepted. From bugtracker at gambaswiki.org Wed Jun 27 21:40:15 2018 From: bugtracker at gambaswiki.org (bugtracker at gambaswiki.org) Date: Wed, 27 Jun 2018 19:40:15 GMT Subject: [Gambas-bugtracker] Bug #1356: Gambas 3.11 Profiler damaged In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.1356&from=L21haW4- Comment #3 by C THAL: Close C THAL changed the state of the bug to: Rejected. From bugtracker at gambaswiki.org Wed Jun 27 21:57:16 2018 From: bugtracker at gambaswiki.org (bugtracker at gambaswiki.org) Date: Wed, 27 Jun 2018 19:57:16 GMT Subject: [Gambas-bugtracker] Bug #1356: Gambas 3.11 Profiler damaged In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.1356&from=L21haW4- Comment #4 by Beno?t MINISINI: I guess your project was first compiled without debugging information (and so you have the class names, but not the private function names). From bugtracker at gambaswiki.org Thu Jun 28 16:05:58 2018 From: bugtracker at gambaswiki.org (bugtracker at gambaswiki.org) Date: Thu, 28 Jun 2018 14:05:58 GMT Subject: [Gambas-bugtracker] Bug #1357: the button to clear the documentation cache does not work. Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.1357&from=L21haW4- V?ctor PEREZ reported a new bug. Summary ------- the button to clear the documentation cache does not work. Type : Bug Priority : Low Gambas version : 3.10 Product : Development Environment Description ----------- In preferences -> Help & applications the button to clear the documentation cache does not work. v 3.11.2 System information ------------------ [System] Gambas=3.10 OperatingSystem=Linux Kernel=4.4.0-53-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 From bugtracker at gambaswiki.org Thu Jun 28 16:26:36 2018 From: bugtracker at gambaswiki.org (bugtracker at gambaswiki.org) Date: Thu, 28 Jun 2018 14:26:36 GMT Subject: [Gambas-bugtracker] Bug #1358: Iconview fails to raise click event when selected item clicked Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.1358&from=L21haW4- Tony MOREHEN reported a new bug. Summary ------- Iconview fails to raise click event when selected item clicked Type : Bug Priority : Medium Gambas version : Unknown Product : Unknown Description ----------- This only matters in multiple selection mode. When multiple items are selected, both Iconview and Columnview do not change the selection when a selected item is clicked. IMHO, this is correct behaviour. However, only Columnview raises a click event when a selected item is clicked, Iconview does not. Raising a click event is important as it allows your program to override the default behaviour and change the selection to that single item. System information ------------------ [System] Gambas=3.10.90 OperatingSystem=Linux Kernel=4.16.8-1-MANJARO Architecture=x86_64 Distribution=Manjaro Linux Desktop=XFCE Theme=Gtk Language=en_CA.utf8 Memory=15044M [Libraries] Cairo=libcairo.so.2.11512.0 Curl=libcurl.so.4.5.0 DBus=libdbus-1.so.3.19.7 GStreamer=libgstreamer-1.0.so.0.1400.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.75.0.0 QT4=libQtCore.so.4.8.7 QT5=libQt5Core.so.5.10.1 SDL=libSDL-1.2.so.0.11.4 SQLite=libsqlite3.so.0.8.6 [Environment] DBUS_SESSION_BUS_ADDRESS=unix:path=/run/user/1000/bus DESKTOP_SESSION=xfce DISPLAY=:0 EDITOR=/usr/bin/nano GB_GUI=gb.qt4 GDMSESSION=xfce GLADE_CATALOG_PATH=: GLADE_MODULE_PATH=: GLADE_PIXMAP_PATH=: GTK2_RC_FILES=/.gtkrc-2.0 GTK_MODULES=canberra-gtk-module HOME= LANG=en_CA.utf8 LC_ADDRESS=en_CA.UTF-8 LC_IDENTIFICATION=en_CA.UTF-8 LC_MEASUREMENT=en_CA.UTF-8 LC_MONETARY=en_CA.UTF-8 LC_NAME=en_CA.UTF-8 LC_NUMERIC=en_CA.UTF-8 LC_PAPER=en_CA.UTF-8 LC_TELEPHONE=en_CA.UTF-8 LC_TIME=en_CA.UTF-8 LOGNAME= MAIL=/var/spool/mail/ MOZ_PLUGIN_PATH=/usr/lib/mozilla/plugins PATH=/usr/local/bin:/usr/bin:/bin:/usr/local/sbin:/usr/bin/site_perl:/usr/bin/vendor_perl:/usr/bin/core_perl PWD= QT_QPA_PLATFORMTHEME=qt5ct SESSION_MANAGER=local/:@/tmp/.ICE-unix/931,unix/:/tmp/.ICE-unix/931 SHELL=/bin/bash SHLVL=1 SSH_AUTH_SOCK=/run/user/1000/keyring/ssh TZ=:/etc/localtime USER= XAUTHORITY=/.Xauthority XDG_CONFIG_DIRS=/etc/xdg XDG_CURRENT_DESKTOP=XFCE XDG_DATA_DIRS=/usr/local/share:/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_DESKTOP=xfce XDG_SESSION_ID=c2 XDG_SESSION_PATH=/org/freedesktop/DisplayManager/Session0 XDG_SESSION_TYPE=x11 XDG_VTNR=7 _=/usr/bin/xfce4-session From bugtracker at gambaswiki.org Thu Jun 28 16:31:19 2018 From: bugtracker at gambaswiki.org (bugtracker at gambaswiki.org) Date: Thu, 28 Jun 2018 14:31:19 GMT Subject: [Gambas-bugtracker] Bug #1358: Iconview fails to raise click event when selected item clicked In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.1358&from=L21haW4- Comment #1 by Tony MOREHEN: This behaviour can be changed as follows. In Iconview.class (gb.gui.base): Public Sub ScrollArea_MouseUp() If Not Me.Enabled Or If Me.Design Then Return If $aItems.Count = 0 Then Return If $bSelRect Then $bSelRect = False $hSelTimer = Null $hView.View.Refresh If $cSelection.Count And If $X1 <> $X2 Or $Y1 <> $Y2 Then SelectionChanged ' If Not Mouse.Control Then ' UnselectAll ' ToggleSelectRect ' Endif Else If $iCurrent >= 0 Then If $iCurrent = $iCurrentBefore Then '$aItems[$iCurrent].Rename Else ''**** move the following line outside the current If structure RaiseEvent(EVENT_CLICK, $iCurrent) Endif ''**** move to here Endif Endif End From bugtracker at gambaswiki.org Thu Jun 28 16:46:22 2018 From: bugtracker at gambaswiki.org (bugtracker at gambaswiki.org) Date: Thu, 28 Jun 2018 14:46:22 GMT Subject: [Gambas-bugtracker] Bug #1358: Iconview fails to raise click event when selected item clicked In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.1358&from=L21haW4- Comment #2 by Tobias BOEGE: It is also consistent with the distinction of Click and Select in other controls like GridView (which is where the correct behaviour of ColumnView comes from). Click is raised when you click, Select only when the selection changes. If you want (to get credit for the change), open a pull request on gitlab. If not, tell me and I'll steal it. Tobias BOEGE changed the state of the bug to: Working. From bugtracker at gambaswiki.org Thu Jun 28 17:53:19 2018 From: bugtracker at gambaswiki.org (bugtracker at gambaswiki.org) Date: Thu, 28 Jun 2018 15:53:19 GMT Subject: [Gambas-bugtracker] Bug #1358: Iconview fails to raise click event when selected item clicked In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.1358&from=L21haW4- Comment #3 by Tony MOREHEN: Go ahead please make the change. Another inconsistency in behaviour: Columnview/Gridview have three ways to select multiple items with a mouse -- control-click, click and drag, and click plus shift-click. Iconview only has two, control-click and click and drag. I'm doing some work here and will upload some suggested code (maybe a pull request) in a few days. I'm paying close attention to these issues because I'm developing a file explorer application and selection is an important part of usability. Adding click plus shift-click to Iconview, lets me consider disabling click and drag, which makes improves the handling of drag and drop of single files. (Currently, to do drag and drop of a single file, you must click and release then click and drag). I've attached a screenshot of gbExplorer. From bugtracker at gambaswiki.org Thu Jun 28 17:53:44 2018 From: bugtracker at gambaswiki.org (bugtracker at gambaswiki.org) Date: Thu, 28 Jun 2018 15:53:44 GMT Subject: [Gambas-bugtracker] Bug #1358: Iconview fails to raise click event when selected item clicked In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.1358&from=L21haW4- Tony MOREHEN added an attachment: Screenshot_2018-06-28_11-23-44.png From bugtracker at gambaswiki.org Thu Jun 28 17:54:57 2018 From: bugtracker at gambaswiki.org (bugtracker at gambaswiki.org) Date: Thu, 28 Jun 2018 15:54:57 GMT Subject: [Gambas-bugtracker] Bug #1358: Iconview fails to raise click event when selected item clicked In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.1358&from=L21haW4- Tony MOREHEN added an attachment: Screenshot_2018-06-28_11-23-44.png From bugtracker at gambaswiki.org Thu Jun 28 19:09:50 2018 From: bugtracker at gambaswiki.org (bugtracker at gambaswiki.org) Date: Thu, 28 Jun 2018 17:09:50 GMT Subject: [Gambas-bugtracker] Bug #1358: Iconview fails to raise click event when selected item clicked In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.1358&from=L21haW4- Comment #4 by Tobias BOEGE: Done in 789ce931f. Tobias BOEGE changed the state of the bug to: Fixed. From bugtracker at gambaswiki.org Fri Jun 29 11:27:43 2018 From: bugtracker at gambaswiki.org (bugtracker at gambaswiki.org) Date: Fri, 29 Jun 2018 09:27:43 GMT Subject: [Gambas-bugtracker] Bug #1359: Bold and Italic fonts in LCDLabel, not working Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.1359&from=L21haW4- Gianluigi GRADASCHI reported a new bug. Summary ------- Bold and Italic fonts in LCDLabel, not working Type : Bug Priority : Medium Gambas version : Master Product : Unknown Description ----------- Bold and Italic fonts in LCDLabel, not working See attached test (tested with gb.gui, gb.gui.qt, gb.qt5) System information ------------------ [System] Gambas=3.11.90 fe08dfa (master) OperatingSystem=Linux Kernel=4.13.0-45-generic Architecture=x86_64 Distribution=Ubuntu 16.04.4 LTS Desktop=UNITY Theme=Cleanlooks Language=it_IT.UTF-8 Memory=15967M [Libraries] Cairo=libcairo.so.2.11400.6 Curl=libcurl.so.4.4.0 DBus=libdbus-1.so.3.14.6 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 OpenGL=libGL.so.1.7.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_IM_MODULE=xim COMPIZ_BIN_PATH=/usr/bin/ COMPIZ_CONFIG_PROFILE=ubuntu DBUS_SESSION_BUS_ADDRESS=unix:abstract=/tmp/dbus-24bFKnSBCr DEFAULTS_PATH=/usr/share/gconf/ubuntu.default.path DESKTOP_SESSION=ubuntu DISPLAY=:0 GB_GUI=gb.qt4 GDMSESSION=ubuntu GDM_LANG=it GIO_LAUNCHED_DESKTOP_FILE=/home//.local/share/applications/gambas3.desktop GIO_LAUNCHED_DESKTOP_FILE_PID=5508 GNOME_DESKTOP_SESSION_ID=this-is-deprecated GNOME_KEYRING_CONTROL= GNOME_KEYRING_PID= GPG_AGENT_INFO=/home//.gnupg/S.gpg-agent:0:1 GTK2_MODULES=overlay-scrollbar GTK_IM_MODULE=ibus GTK_MODULES=gail:atk-bridge:unity-gtk-module HOME=/home/ IM_CONFIG_PHASE=1 INSTANCE= JOB=unity-settings-daemon LANG=it_IT.UTF-8 LANGUAGE=it:en LC_ADDRESS=it_IT.UTF-8 LC_IDENTIFICATION=it_IT.UTF-8 LC_MEASUREMENT=it_IT.UTF-8 LC_MONETARY=it_IT.UTF-8 LC_NAME=it_IT.UTF-8 LC_NUMERIC=it_IT.UTF-8 LC_PAPER=it_IT.UTF-8 LC_TELEPHONE=it_IT.UTF-8 LC_TIME=it_IT.UTF-8 LOGNAME= MANDATORY_PATH=/usr/share/gconf/ubuntu.mandatory.path PAPERSIZE=a4 PATH=/home//bin:/home//.local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin PWD=/home/ QT4_IM_MODULE=xim QT_ACCESSIBILITY=1 QT_IM_MODULE=ibus QT_LINUX_ACCESSIBILITY_ALWAYS_ON=1 QT_QPA_PLATFORMTHEME=appmenu-qt5 SESSION=ubuntu SESSIONTYPE=gnome-session SESSION_MANAGER=local/:@/tmp/.ICE-unix/1444,unix/:/tmp/.ICE-unix/1444 SHELL=/bin/bash SHLVL=0 SSH_AUTH_SOCK=/run/user/1000/keyring/ssh TZ=:/etc/localtime UNITY_DEFAULT_PROFILE=unity UNITY_HAS_3D_SUPPORT=true UPSTART_EVENTS=xsession started UPSTART_INSTANCE= UPSTART_JOB=unity7 UPSTART_SESSION=unix:abstract=/com/ubuntu/upstart-session/1000/1151 USER= XAUTHORITY=/home//.Xauthority XDG_CONFIG_DIRS=/etc/xdg/xdg-ubuntu:/usr/share/upstart/xdg:/etc/xdg XDG_CURRENT_DESKTOP=Unity XDG_DATA_DIRS=/usr/share/ubuntu:/usr/share/gnome:/usr/local/share:/usr/share:/var/lib/snapd/desktop XDG_GREETER_DATA_DIR=/var/lib/lightdm-data/ XDG_MENU_PREFIX=gnome- XDG_RUNTIME_DIR=/run/user/1000 XDG_SEAT=seat0 XDG_SEAT_PATH=/org/freedesktop/DisplayManager/Seat0 XDG_SESSION_DESKTOP=ubuntu XDG_SESSION_ID=c1 XDG_SESSION_PATH=/org/freedesktop/DisplayManager/Session0 XDG_SESSION_TYPE=x11 XDG_VTNR=7 XMODIFIERS=@im=ibus From bugtracker at gambaswiki.org Fri Jun 29 11:28:15 2018 From: bugtracker at gambaswiki.org (bugtracker at gambaswiki.org) Date: Fri, 29 Jun 2018 09:28:15 GMT Subject: [Gambas-bugtracker] Bug #1359: Bold and Italic fonts in LCDLabel, not working In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.1359&from=L21haW4- Gianluigi GRADASCHI added an attachment: LCDLabelTest-0.0.1.tar.gz