From bugtracker at gambaswiki.org Mon Jun 1 17:50:42 2020 From: bugtracker at gambaswiki.org (bugtracker at gambaswiki.org) Date: Mon, 01 Jun 2020 15:50:42 GMT Subject: [Gambas-bugtracker] Bug #1803: Libfluidsynth now in version 2 on Ubuntu 20.04 In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.1803&from=L21haW4- Comment #1 by REALITYRIPPLE: Create a symlink and it should do fine. From bugtracker at gambaswiki.org Mon Jun 1 18:08:25 2020 From: bugtracker at gambaswiki.org (bugtracker at gambaswiki.org) Date: Mon, 01 Jun 2020 16:08:25 GMT Subject: [Gambas-bugtracker] Bug #1783: "ToolBar" container has no border at design time In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.1783&from=L21haW4- Comment #6 by Beno?t MINISINI: Fixed in commit https://gitlab.com/gambas/gambas/-/commit/9ddc98866d9b4888a0d1fd13716d9a352905f123. Beno?t MINISINI changed the state of the bug to: Fixed. From bugtracker at gambaswiki.org Mon Jun 1 20:27:50 2020 From: bugtracker at gambaswiki.org (bugtracker at gambaswiki.org) Date: Mon, 01 Jun 2020 18:27:50 GMT Subject: [Gambas-bugtracker] Bug #1804: Non-freed allocations on Connection.LastInsertId Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.1804&from=L21haW4- Gianluigi GRADASCHI reported a new bug. Summary ------- Non-freed allocations on Connection.LastInsertId Type : Bug Priority : Medium Gambas version : Master Product : GUI components Description ----------- If you get the key (prkey) from the products table (tprod) using the Connection.LastInsertId property, you get warnings of non-freed allocations. Start the attached project which without the use of the property does not give the warnings. Through Connections > SQLite > Current project > Database Delete database order.db. Comment: hResult = $hConn.Find("tprod", "prnam = &1", cList!Descrizione) If hResult.Available Then hResult.MoveFirst iKeyPr = hResult!prkey Else Error.Raise("ERROR IN INSERTID") Endif De-comment: iKeyPr = $hConn.LastInsertId Restart the attached project System information ------------------ [System] Gambas=3.14.90 026dfb3 (master) OperatingSystem=Linux Kernel=4.15.0-101-generic Architecture=x86_64 Distribution=Ubuntu 18.04.4 LTS Desktop=UBUNTU:GNOME Theme=fusion Language=it_IT.UTF-8 Memory=15968M [Libraries] Cairo=libcairo.so.2.11510.0 Curl=libcurl.so.4.5.0 DBus=libdbus-1.so.3.19.4 GStreamer=libgstreamer-1.0.so.0.1405.0 GTK+2=libgtk-x11-2.0.so.0.2400.32 GTK+3=libgtk-3.so.0.2200.30 OpenGL=libGL.so.1.0.0 Poppler=libpoppler.so.73.0.0 QT4=libQtCore.so.4.8.7 QT5=libQt5Core.so.5.9.5 SDL=libSDL-1.2.so.0.11.4 SQLite=libsqlite3.so.0.8.6 [Environment] CLUTTER_IM_MODULE=xim COLORTERM=truecolor DBUS_SESSION_BUS_ADDRESS=unix:path=/run/user/1000/bus DESKTOP_SESSION=ubuntu DISPLAY=:0 GB_GUI=gb.qt5 GDMSESSION=ubuntu GJS_DEBUG_OUTPUT=stderr GJS_DEBUG_TOPICS=JS ERROR;JS LOG GNOME_DESKTOP_SESSION_ID=this-is-deprecated GNOME_SHELL_SESSION_MODE=ubuntu GNOME_TERMINAL_SCREEN=/org/gnome/Terminal/screen/b18afdfb_6def_4366_8784_cfa0ad7872f5 GNOME_TERMINAL_SERVICE=:1.358 GPG_AGENT_INFO=/run/user/1000/gnupg/S.gpg-agent:0:1 GTK_IM_MODULE=ibus GTK_MODULES=gail:atk-bridge HOME=/home/ IM_CONFIG_PHASE=2 LANG=it_IT.UTF-8 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 LESSCLOSE=/usr/bin/lesspipe %s %s LESSOPEN=| /usr/bin/lesspipe %s LOGNAME= LS_COLORS=rs=0:di=01;34:ln=01;36:mh=00:pi=40;33:so=01;35:do=01;35:bd=40;33;01:cd=40;33;01:or=40;31;01:mi=00:su=37;41:sg=30;43:ca=30;41:tw=30;42:ow=34;42:st=37;44:ex=01;32:*.tar=01;31:*.tgz=01;31:*.arc=01;31:*.arj=01;31:*.taz=01;31:*.lha=01;31:*.lz4=01;31:*.lzh=01;31:*.lzma=01;31:*.tlz=01;31:*.txz=01;31:*.tzo=01;31:*.t7z=01;31:*.zip=01;31:*.z=01;31:*.Z=01;31:*.dz=01;31:*.gz=01;31:*.lrz=01;31:*.lz=01;31:*.lzo=01;31:*.xz=01;31:*.zst=01;31:*.tzst=01;31:*.bz2=01;31:*.bz=01;31:*.tbz=01;31:*.tbz2=01;31:*.tz=01;31:*.deb=01;31:*.rpm=01;31:*.jar=01;31:*.war=01;31:*.ear=01;31:*.sar=01;31:*.rar=01;31:*.alz=01;31:*.ace=01;31:*.zoo=01;31:*.cpio=01;31:*.7z=01;31:*.rz=01;31:*.cab=01;31:*.wim=01;31:*.swm=01;31:*.dwm=01;31:*.esd=01;31:*.jpg=01;35:*.jpeg=01;35:*.mjpg=01;35:*.mjpeg=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:*.webm=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:*.cgm=01;35:*.emf=01;35:*.ogv=01;35:*.ogx=01;35:*.aac=00;36:*.au=00;36:*.flac=00;36:*.m4a=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:*.oga=00;36:*.opus=00;36:*.spx=00;36:*.xspf=00;36: OLDPWD=/home//gambasdevel PAPERSIZE=a4 PATH=/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_LOGGING_RULES=*.debug=false SESSION_MANAGER=local/:@/tmp/.ICE-unix/1317,unix/:/tmp/.ICE-unix/1317 SHELL=/bin/bash SHLVL=1 SSH_AGENT_PID=1430 SSH_AUTH_SOCK=/run/user/1000/keyring/ssh TERM=xterm-256color TEXTDOMAIN=im-config TEXTDOMAINDIR=/usr/share/locale/ TZ=:/etc/localtime USER= USERNAME= VTE_VERSION=5202 WINDOWPATH=1 XAUTHORITY=/run/user/1000/gdm/Xauthority XDG_CONFIG_DIRS=/etc/xdg/xdg-ubuntu:/etc/xdg XDG_CURRENT_DESKTOP=ubuntu:GNOME XDG_DATA_DIRS=/usr/share/ubuntu:/usr/local/share/:/usr/share/:/var/lib/snapd/desktop XDG_MENU_PREFIX=gnome- XDG_RUNTIME_DIR=/run/user/1000 XDG_SEAT=seat0 XDG_SESSION_DESKTOP=ubuntu XDG_SESSION_ID=1 XDG_SESSION_TYPE=x11 XDG_VTNR=1 XMODIFIERS=@im=ibus _=/usr/bin/gambas3 From bugtracker at gambaswiki.org Mon Jun 1 21:56:53 2020 From: bugtracker at gambaswiki.org (bugtracker at gambaswiki.org) Date: Mon, 01 Jun 2020 19:56:53 GMT Subject: [Gambas-bugtracker] Bug #1804: Non-freed allocations on Connection.LastInsertId In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.1804&from=L21haW4- Beno?t MINISINI changed the state of the bug to: Accepted. From bugtracker at gambaswiki.org Mon Jun 1 22:29:28 2020 From: bugtracker at gambaswiki.org (bugtracker at gambaswiki.org) Date: Mon, 01 Jun 2020 20:29:28 GMT Subject: [Gambas-bugtracker] Bug #1804: Non-freed allocations on Connection.LastInsertId In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.1804&from=L21haW4- Comment #1 by Gianluigi GRADASCHI: Works very well, thank you very much Gianluigi GRADASCHI changed the state of the bug to: Fixed. From bugtracker at gambaswiki.org Tue Jun 2 15:00:49 2020 From: bugtracker at gambaswiki.org (bugtracker at gambaswiki.org) Date: Tue, 02 Jun 2020 13:00:49 GMT Subject: [Gambas-bugtracker] Bug #1805: Calendar not shown when datebox is at bottom of screen Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.1805&from=L21haW4- Safiur RAHMAN reported a new bug. Summary ------- Calendar not shown when datebox is at bottom of screen Type : Bug Priority : Medium Gambas version : Master Product : Web components Description ----------- In gb.web.gui when Datebox is at bottom of screen then on clicking the Calendar is not displayed. For example when webform height is 125 vh and datebox is at bottom of form. It might be displayed below screen but not visible. When datebox is at bottom then its calendar should be displayed above the datebox. System information ------------------ [System] Gambas=3.14.90 OperatingSystem=Linux Kernel=5.3.0-55-generic Architecture=x86_64 Distribution=Ubuntu 19.10 Desktop=UBUNTU:GNOME Theme=fusion Language=en_US.UTF-8 Memory=3817M [Libraries] Cairo=libcairo.so.2.11600.0 Curl=libcurl.so.4.5.0 DBus=libdbus-1.so.3.19.10 GStreamer=libgstreamer-1.0.so.0.1601.0 GTK+2=libgtk-x11-2.0.so.0.2400.32 GTK+3=libgtk-3.so.0.2404.8 OpenGL=libGL.so.1.7.0 Poppler=libpoppler.so.90.0.0 QT4=libQtCore.so.4.8.7 QT5=libQt5Core.so.5.12.4 SDL=libSDL-1.2.so.0.11.4 SQLite=libsqlite3.so.0.8.6 [Environment] CLUTTER_IM_MODULE=ibus DBUS_SESSION_BUS_ADDRESS=unix:path=/run/user/1000/bus DESKTOP_SESSION= DISPLAY=:0 GB_GUI=gb.qt5 GDMSESSION= GIO_LAUNCHED_DESKTOP_FILE=/usr/share/applications/gambas3.desktop GIO_LAUNCHED_DESKTOP_FILE_PID=8757 GJS_DEBUG_OUTPUT=stderr GJS_DEBUG_TOPICS=JS ERROR;JS LOG GNOME_DESKTOP_SESSION_ID=this-is-deprecated GNOME_SHELL_SESSION_MODE= GPG_AGENT_INFO=/run/user/1000/gnupg/S.gpg-agent:0:1 GTK_IM_MODULE=ibus GTK_MODULES=gail:atk-bridge HOME= IM_CONFIG_PHASE=1 INVOCATION_ID=176b4373a90449c189689ccaf5ffd6ca JOURNAL_STREAM=9:37781 LANG=en_US.UTF-8 LC_ADDRESS=bho_NP LC_IDENTIFICATION=bho_NP LC_MEASUREMENT=bho_NP LC_MONETARY=bho_NP LC_NAME=bho_NP LC_NUMERIC=bho_NP LC_PAPER=bho_NP LC_TELEPHONE=bho_NP LC_TIME=bho_NP LOGNAME= MANAGERPID=1510 PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin PWD= QT4_IM_MODULE=ibus QT_IM_MODULE=ibus QT_LOGGING_RULES=*.debug=false SESSION_MANAGER=local/:@/tmp/.ICE-unix/1718,unix/:/tmp/.ICE-unix/1718 SHELL=/bin/bash SHLVL=0 SSH_AGENT_PID=1622 SSH_AUTH_SOCK=/run/user/1000/keyring/ssh TZ=:/etc/localtime USER= USERNAME= WINDOWPATH=2 XAUTHORITY=/run/user/1000/gdm/Xauthority XDG_CONFIG_DIRS=/etc/xdg/xdg-:/etc/xdg XDG_CURRENT_DESKTOP=:GNOME XDG_DATA_DIRS=/usr/share/:/usr/local/share/:/usr/share/:/var/lib/snapd/desktop XDG_MENU_PREFIX=gnome- XDG_RUNTIME_DIR=/run/user/1000 XDG_SESSION_CLASS=user XDG_SESSION_DESKTOP= XDG_SESSION_TYPE=x11 XMODIFIERS=@im=ibus _=/usr/bin/dbus-update-activation-environment From bugtracker at gambaswiki.org Wed Jun 3 18:57:51 2020 From: bugtracker at gambaswiki.org (bugtracker at gambaswiki.org) Date: Wed, 03 Jun 2020 16:57:51 GMT Subject: [Gambas-bugtracker] Bug #1806: Debugging a collection keys are not shown only symbols Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.1806&from=L21haW4- Mart?n BELMONTE reported a new bug. Summary ------- Debugging a collection keys are not shown only symbols Type : Request Priority : Medium Gambas version : Master Product : Development Environment Description ----------- Hi. I don't know if it's a problem or what but I can't see the keys of a collection after pressing the button with + sign. You cannot return to the previous state. I attach 2 files one "normal" and other only show symbols Tanks. System information ------------------ [System] Gambas=3.14.3 OperatingSystem=Linux Kernel=5.3.0-51-generic Architecture=x86_64 Distribution=Ubuntu 18.04.4 LTS Desktop=XFCE Theme=Gtk Language=es_AR.UTF-8 Memory=7836M [Libraries] Cairo=libcairo.so.2.11510.0 Curl=libcurl.so.4.5.0 DBus=libdbus-1.so.3.19.4 GStreamer=libgstreamer-1.0.so.0.1405.0 GTK+2=libgtk-x11-2.0.so.0.2400.32 GTK+3=libgtk-3.so.0.2200.30 OpenGL=libGL.so.1.0.0 Poppler=libpoppler.so.73.0.0 QT4=libQtCore.so.4.8.7 QT5=libQt5Core.so.5.9.5 SDL=libSDL-1.2.so.0.11.4 SQLite=libsqlite3.so.0.8.6 [Environment] CLUTTER_BACKEND=x11 DBUS_SESSION_BUS_ADDRESS=unix:path=/run/user/1000/bus DEFAULTS_PATH=/usr/share/gconf/xubuntu.default.path DESKTOP_SESSION=xubuntu DISPLAY=:0.0 GB_GUI=gb.qt5 GDMSESSION=xubuntu GDM_LANG=es_AR GIO_LAUNCHED_DESKTOP_FILE=/usr/share/applications/gambas3.desktop GIO_LAUNCHED_DESKTOP_FILE_PID=10670 GLADE_CATALOG_PATH=: GLADE_MODULE_PATH=: GLADE_PIXMAP_PATH=: GPG_AGENT_INFO=/run/user/1000/gnupg/S.gpg-agent:0:1 GSETTINGS_SCHEMA_DIR=/data GTK_MODULES=gail:atk-bridge GTK_OVERLAY_SCROLLING=0 HOME= LANG=es_AR.UTF-8 LANGUAGE=es_AR.UTF-8 LC_ADDRESS=cs_CZ.UTF-8 LC_IDENTIFICATION=cs_CZ.UTF-8 LC_MEASUREMENT=cs_CZ.UTF-8 LC_MONETARY=cs_CZ.UTF-8 LC_NAME=cs_CZ.UTF-8 LC_NUMERIC=cs_CZ.UTF-8 LC_PAPER=cs_CZ.UTF-8 LC_TELEPHONE=cs_CZ.UTF-8 LC_TIME=cs_CZ.UTF-8 LOGNAME= MANDATORY_PATH=/usr/share/gconf/xubuntu.mandatory.path PAPERSIZE=a4 PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:QT_QPA_PLATFORMTHEME=qt5ct:/snap/bin PWD= QT_ACCESSIBILITY=1 QT_QPA_PLATFORMTHEME=gtk2 SESSION_MANAGER=local/:@/tmp/.ICE-unix/1505,unix/:/tmp/.ICE-unix/1505 SHELL=/bin/bash SHLVL=0 SSH_AGENT_PID=1487 SSH_AUTH_SOCK=/run/user/1000/keyring/ssh TZ=:/etc/localtime USER= XAUTHORITY=/.Xauthority XDG_CONFIG_DIRS=/etc/xdg/xdg-xubuntu:/etc/xdg:/etc/xdg XDG_CURRENT_DESKTOP=XFCE XDG_DATA_DIRS=/usr/share/xubuntu:/usr/share/xfce4:/usr/local/share:/usr/share:/var/lib/snapd/desktop:/usr/share XDG_GREETER_DATA_DIR=/var/lib/lightdm-data/ XDG_MENU_PREFIX=xfce- XDG_RUNTIME_DIR=/run/user/1000 XDG_SEAT=seat0 XDG_SEAT_PATH=/org/freedesktop/DisplayManager/Seat0 XDG_SESSION_DESKTOP=xubuntu 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 3 20:05:27 2020 From: bugtracker at gambaswiki.org (bugtracker at gambaswiki.org) Date: Wed, 03 Jun 2020 18:05:27 GMT Subject: [Gambas-bugtracker] Bug #1806: Debugging a collection keys are not shown only symbols In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.1806&from=L21haW4- Beno?t MINISINI changed the state of the bug to: Accepted. From bugtracker at gambaswiki.org Wed Jun 3 20:17:55 2020 From: bugtracker at gambaswiki.org (bugtracker at gambaswiki.org) Date: Wed, 03 Jun 2020 18:17:55 GMT Subject: [Gambas-bugtracker] Bug #1806: Debugging a collection keys are not shown only symbols In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.1806&from=L21haW4- Comment #1 by Beno?t MINISINI: Fixed in commit https://gitlab.com/gambas/gambas/-/commit/15ef9612a4b4552b7394590cc02b5c4953c16e4d. Beno?t MINISINI changed the state of the bug to: Fixed. From bugtracker at gambaswiki.org Wed Jun 3 20:55:25 2020 From: bugtracker at gambaswiki.org (bugtracker at gambaswiki.org) Date: Wed, 03 Jun 2020 18:55:25 GMT Subject: [Gambas-bugtracker] Bug #1806: Debugging a collection keys are not shown only symbols In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.1806&from=L21haW4- Comment #2 by Mart?n BELMONTE: I found also one manual "solution" by changing the state of the window in .sttings ShowHidden=True to False [DebugWindow/cModel] Geometry=[2622,525,256,320] ShowHidden=False Tanks. Mart?n. From bugtracker at gambaswiki.org Sat Jun 6 12:50:45 2020 From: bugtracker at gambaswiki.org (bugtracker at gambaswiki.org) Date: Sat, 06 Jun 2020 10:50:45 GMT Subject: [Gambas-bugtracker] Bug #1807: Strings in messages cannot be copied any more Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.1807&from=L21haW4- C THAL reported a new bug. Summary ------- Strings in messages cannot be copied any more Type : Request Priority : Medium Gambas version : Master Product : GUI components Description ----------- In earlier versions of Gambas the text lines from messages could be copied. This was very helpful for me, for example, when I could tell a staff member "please copy the error message and send it to me by e-mail". Unfortunately this is now impossible and that makes my work more complicated. I would like to have this feature back. I hope this is possible before 3.15. System information ------------------ [System] Gambas=3.14.3 OperatingSystem=Linux Kernel=4.15.0-101-generic Architecture=x86_64 Distribution=Ubuntu 18.04.4 LTS Desktop=XFCE Theme=Gtk Language=de_DE.UTF-8 Memory=7676M [Libraries] Cairo=libcairo.so.2.11510.0 Curl=libcurl.so.4.5.0 DBus=libdbus-1.so.3.19.4 GStreamer=libgstreamer-0.10.so.0.30.0 GStreamer=libgstreamer-1.0.so.0.1405.0 GTK+2=libgtk-x11-2.0.so.0.2400.32 GTK+3=libgtk-3.so.0.2200.30 OpenGL=libGL.so.1.0.0 Poppler=libpoppler.so.44.0.0 Poppler=libpoppler.so.73.0.0 QT4=libQtCore.so.4.8.7 QT5=libQt5Core.so.5.9.5 SDL=libSDL-1.2.so.0.11.4 SQLite=libsqlite3.so.0.8.6 [Environment] CLUTTER_IM_MODULE=xim DBUS_SESSION_BUS_ADDRESS=unix:path=/run/user/1000/bus DEFAULTS_PATH=/usr/share/gconf/xfce.default.path DESKTOP_SESSION=xfce DISPLAY=:0.0 GB_GUI=gb.qt4 GDMSESSION=xfce GLADE_CATALOG_PATH=: GLADE_MODULE_PATH=: GLADE_PIXMAP_PATH=: GTK_IM_MODULE=xim GTK_MODULES=canberra-gtk-module:canberra-gtk-module:gail:atk-bridge HOME= IM_CONFIG_PHASE=2 LANG=de_DE.UTF-8 LIBVIRT_DEFAULT_URI=qemu:///system LOGNAME= MANDATORY_PATH=/usr/share/gconf/xfce.mandatory.path PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/snap/bin PWD= QT4_IM_MODULE=xim QT_ACCESSIBILITY=1 QT_QPA_PLATFORMTHEME=appmenu-qt5 SESSION_MANAGER=local/:@/tmp/.ICE-unix/3532,unix/:/tmp/.ICE-unix/3532 SHELL=/usr/bin/zsh SHLVL=0 SSH_AGENT_PID=3502 SSH_AUTH_SOCK=/tmp/ssh-2GHEjaUpL5nA/agent.3313 S_COLORS=auto TEXTDOMAIN=im-config TEXTDOMAINDIR=/usr/share/locale/ TZ=:/etc/localtime USER= USERNAME= WINDOWPATH=1 XAUTHORITY=/run/user/1000/gdm/Xauthority XDG_CONFIG_DIRS=/etc/xdg/xdg-xfce:/etc/xdg:/etc/xdg XDG_CURRENT_DESKTOP=XFCE XDG_DATA_DIRS=/usr/share/xfce4:/usr/share/xfce:/usr/local/share/:/usr/share/:/var/lib/snapd/desktop:/var/lib/snapd/desktop:/usr/share XDG_MENU_PREFIX=xfce- XDG_RUNTIME_DIR=/run/user/1000 XDG_SEAT=seat0 XDG_SESSION_COOKIE=87078baa605ff4b5a30b83020000001b-1590351486.700172-597411655 XDG_SESSION_DESKTOP=xfce XDG_SESSION_ID=1 XDG_SESSION_TYPE=x11 XDG_VTNR=1 XMODIFIERS=@im=none From bugtracker at gambaswiki.org Sat Jun 6 16:04:52 2020 From: bugtracker at gambaswiki.org (bugtracker at gambaswiki.org) Date: Sat, 06 Jun 2020 14:04:52 GMT Subject: [Gambas-bugtracker] Bug #1782: Ubuntu 20.04 Phases Out Qt4 In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.1782&from=L21haW4- Comment #7 by Beno?t MINISINI: I confirm that the Ubuntu/Debian packages are broken. You have to use the gambas-daily or gambas-stable ppa. BUT BE CAREFUL! You must uninstall all Ubuntu/Debian Gambas packages before installing those from the previous PPA. IT MAY BREAK YOUR SYSTEM!! - Because of the way Ubuntu/Debian are incorrectly made. From bugtracker at gambaswiki.org Sat Jun 6 18:01:30 2020 From: bugtracker at gambaswiki.org (bugtracker at gambaswiki.org) Date: Sat, 06 Jun 2020 16:01:30 GMT Subject: [Gambas-bugtracker] Bug #1807: Strings in messages cannot be copied any more In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.1807&from=L21haW4- Beno?t MINISINI changed the state of the bug to: Accepted. From bugtracker at gambaswiki.org Sat Jun 6 18:06:50 2020 From: bugtracker at gambaswiki.org (bugtracker at gambaswiki.org) Date: Sat, 06 Jun 2020 16:06:50 GMT Subject: [Gambas-bugtracker] Bug #1807: Strings in messages cannot be copied any more In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.1807&from=L21haW4- Comment #1 by Beno?t MINISINI: Fixed in commit https://gitlab.com/gambas/gambas/-/commit/42bdddb4711847bd1654f5293a1920bee97b2948. I added a button on the bottom-left of the message box to copy the message into the clipboard. Beno?t MINISINI changed the state of the bug to: Fixed. From bugtracker at gambaswiki.org Sat Jun 6 18:07:09 2020 From: bugtracker at gambaswiki.org (bugtracker at gambaswiki.org) Date: Sat, 06 Jun 2020 16:07:09 GMT Subject: [Gambas-bugtracker] Bug #1805: Calendar not shown when datebox is at bottom of screen In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.1805&from=L21haW4- Beno?t MINISINI changed the state of the bug to: Accepted. From bugtracker at gambaswiki.org Sat Jun 6 18:08:06 2020 From: bugtracker at gambaswiki.org (bugtracker at gambaswiki.org) Date: Sat, 06 Jun 2020 16:08:06 GMT Subject: [Gambas-bugtracker] Bug #1803: Libfluidsynth now in version 2 on Ubuntu 20.04 In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.1803&from=L21haW4- Comment #2 by Beno?t MINISINI: During compilation? Can you provide the full output of './configure' and 'make' step? Beno?t MINISINI changed the state of the bug to: NeedsInfo. From bugtracker at gambaswiki.org Sat Jun 6 18:12:42 2020 From: bugtracker at gambaswiki.org (bugtracker at gambaswiki.org) Date: Sat, 06 Jun 2020 16:12:42 GMT Subject: [Gambas-bugtracker] Bug #1794: Components Don't put dependencies into installation package when created In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.1794&from=L21haW4- Comment #2 by Beno?t MINISINI: Indeed. I think this is because components must be written inside the Gambas sources (like Linux drivers with the Linux kernel). When inside the source tree, dependencies are managed by the IDE. I.e. you can load a component without its dependencies. It will just fail sooner or later, but the dependencies will not be loaded automatically. But components written in Gambas can actually be developed outside of Gambas source tree, and so packaged. And packaging cannot rely on the IDE and should have the dependencies inside. From bugtracker at gambaswiki.org Sat Jun 6 18:12:46 2020 From: bugtracker at gambaswiki.org (bugtracker at gambaswiki.org) Date: Sat, 06 Jun 2020 16:12:46 GMT Subject: [Gambas-bugtracker] Bug #1794: Components Don't put dependencies into installation package when created In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.1794&from=L21haW4- Beno?t MINISINI changed the state of the bug to: Accepted. From bugtracker at gambaswiki.org Sat Jun 6 19:12:05 2020 From: bugtracker at gambaswiki.org (bugtracker at gambaswiki.org) Date: Sat, 06 Jun 2020 17:12:05 GMT Subject: [Gambas-bugtracker] Bug #1802: When Creating Installation package for app that is using a shared library dependency version setting is incorrect In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.1802&from=L21haW4- Beno?t MINISINI changed the state of the bug to: Accepted. From bugtracker at gambaswiki.org Sat Jun 6 20:34:18 2020 From: bugtracker at gambaswiki.org (bugtracker at gambaswiki.org) Date: Sat, 06 Jun 2020 18:34:18 GMT Subject: [Gambas-bugtracker] Bug #1803: Libfluidsynth now in version 2 on Ubuntu 20.04 In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.1803&from=L21haW4- Comment #3 by Carlo PANARA: Yes, I can sir! :) Carlo PANARA changed the state of the bug to: Accepted. From bugtracker at gambaswiki.org Sat Jun 6 20:34:34 2020 From: bugtracker at gambaswiki.org (bugtracker at gambaswiki.org) Date: Sat, 06 Jun 2020 18:34:34 GMT Subject: [Gambas-bugtracker] Bug #1803: Libfluidsynth now in version 2 on Ubuntu 20.04 In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.1803&from=L21haW4- Carlo PANARA added an attachment: Make_Inst-Gambasdevel.log From bugtracker at gambaswiki.org Sat Jun 6 20:34:43 2020 From: bugtracker at gambaswiki.org (bugtracker at gambaswiki.org) Date: Sat, 06 Jun 2020 18:34:43 GMT Subject: [Gambas-bugtracker] Bug #1803: Libfluidsynth now in version 2 on Ubuntu 20.04 In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.1803&from=L21haW4- Carlo PANARA added an attachment: R_conf-Gambsdevel.log From bugtracker at gambaswiki.org Sat Jun 6 21:07:00 2020 From: bugtracker at gambaswiki.org (bugtracker at gambaswiki.org) Date: Sat, 06 Jun 2020 19:07:00 GMT Subject: [Gambas-bugtracker] Bug #1802: When Creating Installation package for app that is using a shared library dependency version setting is incorrect In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.1802&from=L21haW4- Beno?t MINISINI changed the state of the bug to: Opened. From bugtracker at gambaswiki.org Sat Jun 6 21:12:52 2020 From: bugtracker at gambaswiki.org (bugtracker at gambaswiki.org) Date: Sat, 06 Jun 2020 19:12:52 GMT Subject: [Gambas-bugtracker] Bug #1802: When Creating Installation package for app that is using a shared library dependency version setting is incorrect In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.1802&from=L21haW4- Comment #1 by Beno?t MINISINI: For library versions, the following assumptions are made: - You are always packaging a stable version. - The previous minor version is the development version of the current version. - The next development version actually starts at X.Y.90 where "X.Y" is the stable version. Hence the dependencies. I admit that this is not documented, and that it does not necessarily fit the needs of everyone! If you have suggestions, you are welcome. From bugtracker at gambaswiki.org Sat Jun 6 21:14:40 2020 From: bugtracker at gambaswiki.org (bugtracker at gambaswiki.org) Date: Sat, 06 Jun 2020 19:14:40 GMT Subject: [Gambas-bugtracker] Bug #1802: When Creating Installation package for app that is using a shared library dependency version setting is incorrect In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.1802&from=L21haW4- Comment #2 by Beno?t MINISINI: Note that the maximum version can be overridden in the project properties dialog. From bugtracker at gambaswiki.org Sun Jun 7 09:49:32 2020 From: bugtracker at gambaswiki.org (bugtracker at gambaswiki.org) Date: Sun, 07 Jun 2020 07:49:32 GMT Subject: [Gambas-bugtracker] Bug #1808: Opening cut page with 1366x768 monitor resolution Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.1808&from=L21haW4- Carlo PANARA reported a new bug. Summary ------- Opening cut page with 1366x768 monitor resolution Type : Bug Priority : Low Gambas version : Master Product : Development Environment Description ----------- With 1366x768 monitor resolution, the initial page appeares as in attached image System information ------------------ [System] Gambas=3.14.90 22a84ff01 (master) OperatingSystem=Linux Kernel=5.4.0-33-generic Architecture=x86_64 Distribution=Ubuntu 20.04 LTS Desktop=UBUNTU:GNOME Theme=qt5ctproxy Language=it_IT.UTF-8 Memory=3822M [Libraries] Cairo=libcairo.so.2.11600.0 Curl=libcurl.so.4.6.0 DBus=libdbus-1.so.3.19.11 GStreamer=libgstreamer-1.0.so.0.1602.0 GTK+2=libgtk-x11-2.0.so.0.2400.32 GTK+3=libgtk-3.so.0.2404.14 OpenGL=libGL.so.1.7.0 Poppler=libpoppler.so.97.0.0 QT5=libQt5Core.so.5.12.8 SDL=libSDL-1.2.so.0.11.4 SQLite=libsqlite3.so.0.8.6 [Environment] CLUTTER_IM_MODULE=ibus DBUS_SESSION_BUS_ADDRESS=unix:path=/run/user/1000/bus DESKTOP_SESSION=ubuntu DISPLAY=:0 GB_GUI=gb.qt5 GDMSESSION=ubuntu GIO_LAUNCHED_DESKTOP_FILE=/.local/share/applications/gambas3.desktop GIO_LAUNCHED_DESKTOP_FILE_PID=3316 GJS_DEBUG_OUTPUT=stderr GJS_DEBUG_TOPICS=JS ERROR;JS LOG GNOME_DESKTOP_SESSION_ID=this-is-deprecated GNOME_SHELL_SESSION_MODE=ubuntu GPG_AGENT_INFO=/run/user/1000/gnupg/S.gpg-agent:0:1 GTK_IM_MODULE=ibus GTK_MODULES=gail:atk-bridge HOME= IM_CONFIG_PHASE=1 INVOCATION_ID=bd79578438ef410ab8fed1dbb7f83021 JOURNAL_STREAM=9:40899 LANG=it_IT.UTF-8 LOGNAME= MANAGERPID=1600 PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin PWD= QT4_IM_MODULE=ibus QT_ACCESSIBILITY=1 QT_IM_MODULE=ibus QT_LOGGING_RULES=*.debug=false QT_QPA_PLATFORMTHEME=qt5ct SESSION_MANAGER=local/:@/tmp/.ICE-unix/1889,unix/:/tmp/.ICE-unix/1889 SHELL=/bin/bash SHLVL=0 SSH_AGENT_PID=1803 SSH_AUTH_SOCK=/run/user/1000/keyring/ssh TZ=:/etc/localtime USER= USERNAME= WINDOWPATH=2 XAUTHORITY=/run/user/1000/gdm/Xauthority XDG_CONFIG_DIRS=/etc/xdg/xdg-ubuntu:/etc/xdg XDG_CURRENT_DESKTOP=ubuntu:GNOME XDG_DATA_DIRS=/usr/share/ubuntu:/usr/local/share/:/usr/share/:/var/lib/snapd/desktop XDG_MENU_PREFIX=gnome- XDG_RUNTIME_DIR=/run/user/1000 XDG_SESSION_CLASS=user XDG_SESSION_DESKTOP=ubuntu XDG_SESSION_TYPE=x11 XMODIFIERS=@im=ibus _=/usr/bin/dbus-update-activation-environment From bugtracker at gambaswiki.org Thu Jun 11 00:13:29 2020 From: bugtracker at gambaswiki.org (bugtracker at gambaswiki.org) Date: Wed, 10 Jun 2020 22:13:29 GMT Subject: [Gambas-bugtracker] Bug #1802: When Creating Installation package for app that is using a shared library dependency version setting is incorrect In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.1802&from=L21haW4- Comment #3 by Brian G: When I try to make it higher, the system always sets it back to 3.14.90 From bugtracker at gambaswiki.org Thu Jun 11 10:06:44 2020 From: bugtracker at gambaswiki.org (bugtracker at gambaswiki.org) Date: Thu, 11 Jun 2020 08:06:44 GMT Subject: [Gambas-bugtracker] Bug #1809: Debug and Test do not work any more Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.1809&from=L21haW4- C THAL reported a new bug. Summary ------- Debug and Test do not work any more Type : Bug Priority : High Gambas version : Master Product : Development Environment Description ----------- Here Debug and Test do not work any more. Hit F4 or F5 does not do anything. The same happens if called via menu. System information ------------------ [System] Gambas=3.14.90 9e52706a8 (master) OperatingSystem=Linux Kernel=4.15.0-96-generic Architecture=x86_64 Distribution=Ubuntu 18.04.4 LTS Desktop=XFCE Theme=fusion Language=de_DE.UTF-8 Memory=986M [Libraries] Cairo=libcairo.so.2.11510.0 Curl=libcurl.so.4.5.0 DBus=libdbus-1.so.3.19.4 GStreamer=libgstreamer-0.10.so.0.30.0 GStreamer=libgstreamer-1.0.so.0.1405.0 GTK+2=libgtk-x11-2.0.so.0.2400.32 GTK+3=libgtk-3.so.0.2200.30 OpenGL=libGL.so.1.0.0 Poppler=libpoppler.so.44.0.0 Poppler=libpoppler.so.73.0.0 QT4=libQtCore.so.4.8.7 QT5=libQt5Core.so.5.9.5 SDL=libSDL-1.2.so.0.11.4 SQLite=libsqlite3.so.0.8.6 [Environment] DBUS_SESSION_BUS_ADDRESS=unix:path=/run/user/1000/bus DEFAULTS_PATH=/usr/share/gconf/xfce.default.path DESKTOP_SESSION=xfce DISPLAY=:0.0 GB_GUI=gb.qt5 GDMSESSION=xfce GDM_LANG=de_DE GLADE_CATALOG_PATH=: GLADE_MODULE_PATH=: GLADE_PIXMAP_PATH=: GTK2_MODULES=overlay-scrollbar GTK_CSD=0 GTK_MODULES=gail:atk-bridge HOME= LANG=de_DE.UTF-8 LANGUAGE=de_DE.UTF-8 LD_PRELOAD=libgtk3-nocsd.so.0 LOGNAME= MANDATORY_PATH=/usr/share/gconf/xfce.mandatory.path 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_LOGGING_RULES=*.debug=false QT_QPA_PLATFORMTHEME=appmenu-qt5 SESSION_MANAGER=local/:@/tmp/.ICE-unix/1401,unix/:/tmp/.ICE-unix/1401 SHELL=/usr/bin/zsh SHLVL=0 SSH_AGENT_PID=1383 SSH_AUTH_SOCK=/tmp/ssh-k5eFsLCDglUT/agent.1196 S_COLORS=auto TZ=:/etc/localtime USER= XAUTHORITY=/.Xauthority XDG_CONFIG_DIRS=/etc/xdg/xdg-xfce:/etc/xdg:/etc/xdg XDG_CURRENT_DESKTOP=XFCE XDG_DATA_DIRS=/usr/share/xfce4:/usr/share/xfce:/usr/local/share:/usr/share:/var/lib/snapd/desktop:/usr/share XDG_GREETER_DATA_DIR=/var/lib/lightdm-data/ XDG_MENU_PREFIX=xfce- XDG_RUNTIME_DIR=/run/user/1000 XDG_SEAT=seat0 XDG_SEAT_PATH=/org/freedesktop/DisplayManager/Seat0 XDG_SESSION_DESKTOP=xfce XDG_SESSION_ID=c1 XDG_SESSION_PATH=/org/freedesktop/DisplayManager/Session0 XDG_SESSION_TYPE=x11 XDG_VTNR=7 From bugtracker at gambaswiki.org Thu Jun 11 10:17:40 2020 From: bugtracker at gambaswiki.org (bugtracker at gambaswiki.org) Date: Thu, 11 Jun 2020 08:17:40 GMT Subject: [Gambas-bugtracker] Bug #1809: Debug and Test do not work any more In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.1809&from=L21haW4- Comment #1 by Beno?t MINISINI: Fixed in commit https://gitlab.com/gambas/gambas/-/commit/a2d89cab4cbc5b92d61c80dfa1255167bb972c20. Beno?t MINISINI changed the state of the bug to: Fixed. From bugtracker at gambaswiki.org Thu Jun 11 10:25:45 2020 From: bugtracker at gambaswiki.org (bugtracker at gambaswiki.org) Date: Thu, 11 Jun 2020 08:25:45 GMT Subject: [Gambas-bugtracker] Bug #1808: Opening cut page with 1366x768 monitor resolution In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.1808&from=L21haW4- Comment #1 by Beno?t MINISINI: Yes. Just use a smaller font for QT applications, by using the qt5ct program (or qt4-qtconfig if you are using Qt4). Beno?t MINISINI changed the state of the bug to: Upstream. From bugtracker at gambaswiki.org Thu Jun 11 10:27:03 2020 From: bugtracker at gambaswiki.org (bugtracker at gambaswiki.org) Date: Thu, 11 Jun 2020 08:27:03 GMT Subject: [Gambas-bugtracker] Bug #1808: Opening cut page with 1366x768 monitor resolution In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.1808&from=L21haW4- Comment #2 by Beno?t MINISINI: According to "the Internet", another tip is forcing Qt program to use GTK theme by putting "QT_STYLE_OVERRIDE=gtk" in your environment. From bugtracker at gambaswiki.org Thu Jun 11 11:26:22 2020 From: bugtracker at gambaswiki.org (bugtracker at gambaswiki.org) Date: Thu, 11 Jun 2020 09:26:22 GMT Subject: [Gambas-bugtracker] Bug #1798: Problem printing a report with gb.gtk3 and gb.gtk components In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.1798&from=L21haW4- Comment #4 by Beno?t MINISINI: Fixed in commit https://gitlab.com/gambas/gambas/-/commit/7ef182f43df8147c0f9756c92643091fa3098a84. Beno?t MINISINI changed the state of the bug to: Fixed. From bugtracker at gambaswiki.org Sat Jun 13 00:32:14 2020 From: bugtracker at gambaswiki.org (bugtracker at gambaswiki.org) Date: Fri, 12 Jun 2020 22:32:14 GMT Subject: [Gambas-bugtracker] Bug #1794: Components Don't put dependencies into installation package when created In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.1794&from=L21haW4- Comment #3 by Beno?t MINISINI: Fixed in commit https://gitlab.com/gambas/gambas/-/commit/836052c18dd35c37223b064f0798de0a815266bc. Beno?t MINISINI changed the state of the bug to: Fixed. From bugtracker at gambaswiki.org Sat Jun 13 00:33:24 2020 From: bugtracker at gambaswiki.org (bugtracker at gambaswiki.org) Date: Fri, 12 Jun 2020 22:33:24 GMT Subject: [Gambas-bugtracker] Bug #1797: Package Version setting ignored by Arch Packager In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.1797&from=L21haW4- Comment #3 by Beno?t MINISINI: It should be fixed with commit https://gitlab.com/gambas/gambas/-/commit/58472c2103b34612edca15e4cd437b1c77bc5f0c. Beno?t MINISINI changed the state of the bug to: Fixed. From bugtracker at gambaswiki.org Sat Jun 13 00:33:58 2020 From: bugtracker at gambaswiki.org (bugtracker at gambaswiki.org) Date: Fri, 12 Jun 2020 22:33:58 GMT Subject: [Gambas-bugtracker] Bug #1733: gb.openssl Expose Key Derivation Functions In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.1733&from=L21haW4- Comment #10 by Beno?t MINISINI: Should that request be fixed now? From bugtracker at gambaswiki.org Sat Jun 13 00:36:30 2020 From: bugtracker at gambaswiki.org (bugtracker at gambaswiki.org) Date: Fri, 12 Jun 2020 22:36:30 GMT Subject: [Gambas-bugtracker] Bug #1782: Ubuntu 20.04 Phases Out Qt4 In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.1782&from=L21haW4- Beno?t MINISINI changed the state of the bug to: Working. From bugtracker at gambaswiki.org Sat Jun 13 00:37:04 2020 From: bugtracker at gambaswiki.org (bugtracker at gambaswiki.org) Date: Fri, 12 Jun 2020 22:37:04 GMT Subject: [Gambas-bugtracker] Bug #1733: gb.openssl Expose Key Derivation Functions In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.1733&from=L21haW4- Comment #11 by REALITYRIPPLE: I'm not super-comfortable about the security of the implementation I wrote, but since it's been merged, I guess? From bugtracker at gambaswiki.org Sat Jun 13 01:06:07 2020 From: bugtracker at gambaswiki.org (bugtracker at gambaswiki.org) Date: Fri, 12 Jun 2020 23:06:07 GMT Subject: [Gambas-bugtracker] Bug #1733: gb.openssl Expose Key Derivation Functions In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.1733&from=L21haW4- Beno?t MINISINI changed the state of the bug to: Fixed. From bugtracker at gambaswiki.org Sat Jun 13 01:28:58 2020 From: bugtracker at gambaswiki.org (bugtracker at gambaswiki.org) Date: Fri, 12 Jun 2020 23:28:58 GMT Subject: [Gambas-bugtracker] Bug #1757: Reading a struct as an object causes serialization error, Writing seems to work In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.1757&from=L21haW4- Comment #1 by Beno?t MINISINI: When writing a structure, only the contents is written. So you have to write : TheStruct = Read #mFile As MyStruct Otherwise Gambas cannot know that there is a structure to read in the stream. Beno?t MINISINI changed the state of the bug to: Rejected. From bugtracker at gambaswiki.org Sat Jun 13 16:16:27 2020 From: bugtracker at gambaswiki.org (bugtracker at gambaswiki.org) Date: Sat, 13 Jun 2020 14:16:27 GMT Subject: [Gambas-bugtracker] Bug #1741: .Configure reports everything will be built but make fails for SDL In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.1741&from=L21haW4- Comment #3 by Beno?t MINISINI: Again, please provide the -full- output of the './configure' script before any compilation. Beno?t MINISINI changed the state of the bug to: NeedsInfo. From bugtracker at gambaswiki.org Sat Jun 13 17:23:36 2020 From: bugtracker at gambaswiki.org (bugtracker at gambaswiki.org) Date: Sat, 13 Jun 2020 15:23:36 GMT Subject: [Gambas-bugtracker] Bug #1753: Distribution Directory not project specific, on installation builds In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.1753&from=L21haW4- Comment #1 by Beno?t MINISINI: Fixed in commit https://gitlab.com/gambas/gambas/-/commit/e2ba54c6fa1d8a4563d3c61a9f69a3b2c94286df. Beno?t MINISINI changed the state of the bug to: Fixed. From bugtracker at gambaswiki.org Sat Jun 13 19:02:41 2020 From: bugtracker at gambaswiki.org (bugtracker at gambaswiki.org) Date: Sat, 13 Jun 2020 17:02:41 GMT Subject: [Gambas-bugtracker] Bug #1760: double quotes must function as parentheses In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.1760&from=L21haW4- Beno?t MINISINI changed the state of the bug to: Working. From bugtracker at gambaswiki.org Sat Jun 13 20:53:28 2020 From: bugtracker at gambaswiki.org (bugtracker at gambaswiki.org) Date: Sat, 13 Jun 2020 18:53:28 GMT Subject: [Gambas-bugtracker] Bug #1739: paste the object in the same y coordinates of the pointer In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.1739&from=L21haW4- Beno?t MINISINI changed the state of the bug to: Accepted. From bugtracker at gambaswiki.org Sat Jun 13 20:56:50 2020 From: bugtracker at gambaswiki.org (bugtracker at gambaswiki.org) Date: Sat, 13 Jun 2020 18:56:50 GMT Subject: [Gambas-bugtracker] Bug #1739: paste the object in the same y coordinates of the pointer In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.1739&from=L21haW4- Comment #1 by Beno?t MINISINI: I may not be able to implement exactly what you suggest, but always pasting at (0,0) is not a good solution anyway. From bugtracker at gambaswiki.org Sun Jun 14 18:14:20 2020 From: bugtracker at gambaswiki.org (bugtracker at gambaswiki.org) Date: Sun, 14 Jun 2020 16:14:20 GMT Subject: [Gambas-bugtracker] Bug #1810: Build package fails when target removed and Extra files - same files for all targets is used Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.1810&from=L21haW4- Brian G reported a new bug. Summary ------- Build package fails when target removed and Extra files - same files for all targets is used Type : Bug Priority : High Gambas version : Master Product : Development Environment Description ----------- When building a package for multiple targets and Extra files - same files for all targets is selected The first target selected seems to host the files in the config file. If for instance targets, redhat, ubuntu, opensuse are initially selected and Extra files 'same files for all targets' checkbox is selected. This works fine, but if redhat and opensuse are removed from the build target list leaving only ubuntu then all the extra files also disappear from the extra files list. Looking at the build config it seems that all the files belong to the redhat group when the checkbox 'same for all' is used. Can this be fixed somehow? I often change the targets as shared library version between the different distro's change. System information ------------------ master From bugtracker at gambaswiki.org Tue Jun 16 13:48:09 2020 From: bugtracker at gambaswiki.org (bugtracker at gambaswiki.org) Date: Tue, 16 Jun 2020 11:48:09 GMT Subject: [Gambas-bugtracker] Bug #1811: The interfaces do not show the current desktop theme icons Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.1811&from=L21haW4- Mart?n BELMONTE reported a new bug. Summary ------- The interfaces do not show the current desktop theme icons Type : Request Priority : Medium Gambas version : 3.14 Product : Development Environment Description ----------- Hi, The Gambas interfaces, including ide, do not show the icons according to the current desktop theme. For example I use Xubuntu with the numix icons and the result is not as expected. I trying to use the but the the program l I am trying to use ToolBar control from gb.mdi instead of a manualy method that I made but the result is bad, the appearance of the icons is "archaic". Numix is an SVG icon theme maybe there is a problem with that I don't know. I leave attached screenshots for clarity one is taken from the Gambas IDE other one from a program I made, in this is posible see the icons numix (manual method). Thanks. Mart?n System information ------------------ [System] Gambas=3.14.3 OperatingSystem=Linux Kernel=5.3.0-53-generic Architecture=x86_64 Distribution=Ubuntu 18.04.4 LTS Desktop=XFCE Theme=Gtk Language=es_AR.UTF-8 Memory=7836M [Libraries] Cairo=libcairo.so.2.11510.0 Curl=libcurl.so.4.5.0 DBus=libdbus-1.so.3.19.4 GStreamer=libgstreamer-1.0.so.0.1405.0 GTK+2=libgtk-x11-2.0.so.0.2400.32 GTK+3=libgtk-3.so.0.2200.30 OpenGL=libGL.so.1.0.0 Poppler=libpoppler.so.73.0.0 QT4=libQtCore.so.4.8.7 QT5=libQt5Core.so.5.9.5 SDL=libSDL-1.2.so.0.11.4 SQLite=libsqlite3.so.0.8.6 [Environment] CLUTTER_BACKEND=x11 DBUS_SESSION_BUS_ADDRESS=unix:path=/run/user/1000/bus DEFAULTS_PATH=/usr/share/gconf/xubuntu.default.path DESKTOP_SESSION=xubuntu DISPLAY=:0.0 GB_GUI=gb.qt5 GDMSESSION=xubuntu GDM_LANG=es_AR GIO_LAUNCHED_DESKTOP_FILE=/usr/share/applications/gambas3.desktop GIO_LAUNCHED_DESKTOP_FILE_PID=6803 GLADE_CATALOG_PATH=: GLADE_MODULE_PATH=: GLADE_PIXMAP_PATH=: GPG_AGENT_INFO=/run/user/1000/gnupg/S.gpg-agent:0:1 GSETTINGS_SCHEMA_DIR=/data GTK_MODULES=gail:atk-bridge GTK_OVERLAY_SCROLLING=0 HOME= LANG=es_AR.UTF-8 LANGUAGE=es_AR.UTF-8 LC_ADDRESS=cs_CZ.UTF-8 LC_IDENTIFICATION=cs_CZ.UTF-8 LC_MEASUREMENT=cs_CZ.UTF-8 LC_MONETARY=cs_CZ.UTF-8 LC_NAME=cs_CZ.UTF-8 LC_NUMERIC=cs_CZ.UTF-8 LC_PAPER=cs_CZ.UTF-8 LC_TELEPHONE=cs_CZ.UTF-8 LC_TIME=cs_CZ.UTF-8 LOGNAME= MANDATORY_PATH=/usr/share/gconf/xubuntu.mandatory.path PAPERSIZE=a4 PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:QT_QPA_PLATFORMTHEME=qt5ct:/snap/bin PWD= QT_ACCESSIBILITY=1 QT_QPA_PLATFORMTHEME=gtk2 SESSION_MANAGER=local/:@/tmp/.ICE-unix/3391,unix/:/tmp/.ICE-unix/3391 SHELL=/bin/bash SHLVL=0 SSH_AGENT_PID=3373 SSH_AUTH_SOCK=/run/user/1000/keyring/ssh TZ=:/etc/localtime USER= XAUTHORITY=/.Xauthority XDG_CONFIG_DIRS=/etc/xdg/xdg-xubuntu:/etc/xdg:/etc/xdg XDG_CURRENT_DESKTOP=XFCE XDG_DATA_DIRS=/usr/share/xubuntu:/usr/share/xfce4:/usr/local/share:/usr/share:/var/lib/snapd/desktop:/usr/share XDG_GREETER_DATA_DIR=/var/lib/lightdm-data/ XDG_MENU_PREFIX=xfce- XDG_RUNTIME_DIR=/run/user/1000 XDG_SEAT=seat0 XDG_SEAT_PATH=/org/freedesktop/DisplayManager/Seat0 XDG_SESSION_DESKTOP=xubuntu 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 17 06:52:53 2020 From: bugtracker at gambaswiki.org (bugtracker at gambaswiki.org) Date: Wed, 17 Jun 2020 04:52:53 GMT Subject: [Gambas-bugtracker] Bug #1812: WebDateBox allows date selection and change when disabled Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.1812&from=L21haW4- Safiur RAHMAN reported a new bug. Summary ------- WebDateBox allows date selection and change when disabled Type : Bug Priority : Medium Gambas version : Master Product : Web components Description ----------- When WebDateBox (gb.web.gui) Enable property is false it allows for selection of date and change Value. The control should not allow change in Value when it is not enabled. System information ------------------ [System] Gambas=3.14.90 OperatingSystem=Linux Kernel=5.3.0-55-generic Architecture=x86_64 Distribution=Ubuntu 19.10 Desktop=UBUNTU:GNOME Theme=fusion Language=en_US.UTF-8 Memory=3817M [Libraries] Cairo=libcairo.so.2.11600.0 Curl=libcurl.so.4.5.0 DBus=libdbus-1.so.3.19.10 GStreamer=libgstreamer-1.0.so.0.1601.0 GTK+2=libgtk-x11-2.0.so.0.2400.32 GTK+3=libgtk-3.so.0.2404.8 OpenGL=libGL.so.1.7.0 Poppler=libpoppler.so.90.0.0 QT4=libQtCore.so.4.8.7 QT5=libQt5Core.so.5.12.4 SDL=libSDL-1.2.so.0.11.4 SQLite=libsqlite3.so.0.8.6 [Environment] CLUTTER_IM_MODULE=ibus DBUS_SESSION_BUS_ADDRESS=unix:path=/run/user/1000/bus DESKTOP_SESSION= DISPLAY=:0 GB_GUI=gb.qt5 GDMSESSION= GIO_LAUNCHED_DESKTOP_FILE=/usr/share/applications/gambas3.desktop GIO_LAUNCHED_DESKTOP_FILE_PID=9000 GJS_DEBUG_OUTPUT=stderr GJS_DEBUG_TOPICS=JS ERROR;JS LOG GNOME_DESKTOP_SESSION_ID=this-is-deprecated GNOME_SHELL_SESSION_MODE= GPG_AGENT_INFO=/run/user/1000/gnupg/S.gpg-agent:0:1 GTK_IM_MODULE=ibus GTK_MODULES=gail:atk-bridge HOME= IM_CONFIG_PHASE=1 INVOCATION_ID=c534318eef1f414eaa0e92e7db287eac JOURNAL_STREAM=9:37648 LANG=en_US.UTF-8 LC_ADDRESS=bho_NP LC_IDENTIFICATION=bho_NP LC_MEASUREMENT=bho_NP LC_MONETARY=bho_NP LC_NAME=bho_NP LC_NUMERIC=bho_NP LC_PAPER=bho_NP LC_TELEPHONE=bho_NP LC_TIME=bho_NP LOGNAME= MANAGERPID=1498 PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin PWD= QT4_IM_MODULE=ibus QT_IM_MODULE=ibus QT_LOGGING_RULES=*.debug=false SESSION_MANAGER=local/:@/tmp/.ICE-unix/1700,unix/:/tmp/.ICE-unix/1700 SHELL=/bin/bash SHLVL=0 SSH_AGENT_PID=1605 SSH_AUTH_SOCK=/run/user/1000/keyring/ssh TZ=:/etc/localtime USER= USERNAME= WINDOWPATH=2 XAUTHORITY=/run/user/1000/gdm/Xauthority XDG_CONFIG_DIRS=/etc/xdg/xdg-:/etc/xdg XDG_CURRENT_DESKTOP=:GNOME XDG_DATA_DIRS=/usr/share/:/usr/local/share/:/usr/share/:/var/lib/snapd/desktop XDG_MENU_PREFIX=gnome- XDG_RUNTIME_DIR=/run/user/1000 XDG_SESSION_CLASS=user XDG_SESSION_DESKTOP= XDG_SESSION_TYPE=x11 XMODIFIERS=@im=ibus _=/usr/bin/dbus-update-activation-environment From bugtracker at gambaswiki.org Sun Jun 21 17:57:19 2020 From: bugtracker at gambaswiki.org (bugtracker at gambaswiki.org) Date: Sun, 21 Jun 2020 15:57:19 GMT Subject: [Gambas-bugtracker] Bug #1813: add the volume (read / write) property to the mediaview class ? Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.1813&from=L21haW4- V?ctor PEREZ reported a new bug. Summary ------- add the volume (read / write) property to the mediaview class ? Type : Request Priority : Low Gambas version : 3.14 Product : Development Environment Description ----------- Is it possible to add the volume (read / write) property to the mediaview class ?. The idea is that when we upload a video we remember the volume that we had previously assigned. It would also be interesting to know the status of the mediaview, if it is paused or if it is stop, to be able to obtain the elapsed seconds, the missing seconds and the duration in seconds, that is, how it is displayed in the mediaview. System information ------------------ [System] Gambas=3.12.2 OperatingSystem=Linux Kernel=4.4.0-142-generic Architecture=x86 Distribution=Linux Mint 18.1 Serena Desktop=MATE Theme=Gtk Language=es_UY.UTF-8 Memory=1757M [Libraries] Cairo=libcairo.so.2.11400.6 Curl=libcurl.so.4.4.0 DBus=libdbus-1.so.3.14.6 GStreamer=libgstreamer-0.10.so.0.30.0 GStreamer=libgstreamer-1.0.so.0.803.0 GTK+2=libgtk-x11-2.0.so.0.2400.30 GTK+3=libgtk-3.so.0.1800.9 OpenGL=libGL.so.1.2.0 Poppler=libpoppler.so.58.0.0 QT4=libQtCore.so.4.8.7 QT5=libQt5Core.so.5.5.1 SDL=libSDL-1.2.so.0.11.4 SQLite=libsqlite3.so.0.8.6 [Environment] CLUTTER_BACKEND=x11 COMPIZ_CONFIG_PROFILE=mate DBUS_SESSION_BUS_ADDRESS=unix:abstract=/tmp/dbus-GPFWuyZvm4,guid=29576f3a455bdb6b3df5f1465c7c4860 DEFAULTS_PATH=/usr/share/gconf/mate.default.path DESKTOP_SESSION=mate DISPLAY=:0 GB_GUI=gb.qt5 GDMSESSION=mate GDM_XSERVER_LOCATION=local GTK_MODULES=gail:atk-bridge GTK_OVERLAY_SCROLLING=0 HOME= LANG=es_UY.UTF-8 LC_ADDRESS=es_UY.UTF-8 LC_IDENTIFICATION=es_UY.UTF-8 LC_MEASUREMENT=es_UY.UTF-8 LC_MONETARY=es_UY.UTF-8 LC_NAME=es_UY.UTF-8 LC_NUMERIC=es_UY.UTF-8 LC_PAPER=es_UY.UTF-8 LC_TELEPHONE=es_UY.UTF-8 LC_TIME=es_UY.UTF-8 LOGNAME= MANDATORY_PATH=/usr/share/gconf/mate.mandatory.path MATE_DESKTOP_SESSION_ID=this-is-deprecated MDMSESSION=mate MDM_LANG=es_UY.UTF-8 MDM_XSERVER_LOCATION=local PAPERSIZE=a4 PATH=/bin:/.local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games PWD= QT_ACCESSIBILITY=1 QT_IM_MODULE=compose QT_LINUX_ACCESSIBILITY_ALWAYS_ON=1 QT_STYLE_OVERRIDE=gtk SESSION_MANAGER=local/:@/tmp/.ICE-unix/1217,unix/:/tmp/.ICE-unix/1217 SHELL=/bin/bash SSH_AGENT_PID=1288 SSH_AUTH_SOCK=/run/user/1000/keyring/ssh TZ=:/etc/localtime USER= USERNAME= WINDOWPATH=7 XAUTHORITY=/.Xauthority XDG_CONFIG_DIRS=/etc/xdg/xdg-mate:/etc/xdg XDG_CURRENT_DESKTOP=MATE XDG_DATA_DIRS=/usr/share/mate:/usr/local/share/:/usr/share/:/usr/share/mdm/ XDG_RUNTIME_DIR=/run/user/1000 XDG_SEAT=seat0 XDG_SESSION_COOKIE=23e7429435e943319b749149eed39e68-1551648864.200534-1157168256 XDG_SESSION_DESKTOP=mate XDG_SESSION_ID=c1 XDG_VTNR=7 From bugtracker at gambaswiki.org Sun Jun 21 21:22:36 2020 From: bugtracker at gambaswiki.org (bugtracker at gambaswiki.org) Date: Sun, 21 Jun 2020 19:22:36 GMT Subject: [Gambas-bugtracker] Bug #1814: ListBox listbox_Click() shouln't be fired on listbox.clear Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.1814&from=L21haW4- Charlie REINL reported a new bug. Summary ------- ListBox listbox_Click() shouln't be fired on listbox.clear Type : Bug Priority : High Gambas version : Master Product : Language Description ----------- since commit 4650dacc28d19677a774b493ec8ce15042d4dcfb if you clear a listbox, listbox_Click() ist fired System information ------------------ [System] Gambas=3.14.90 697a9eade (master) OperatingSystem=Linux Kernel=5.3.0-59-generic Architecture=x86_64 Distribution=Ubuntu 18.04.4 LTS Desktop=MATE Theme=gtk Language=de_DE.UTF-8 Memory=3909M [Libraries] Cairo=libcairo.so.2.11510.0 DBus=libdbus-1.so.3.19.4 GStreamer=libgstreamer-1.0.so.0.1405.0 GTK+2=libgtk-x11-2.0.so.0.2400.32 GTK+3=libgtk-3.so.0.2200.30 OpenGL=libGL.so.1.0.0 Poppler=libpoppler.so.73.0.0 QT4=libQtCore.so.4.8.7 QT5=libQt5Core.so.5.9.5 SDL=libSDL-1.2.so.0.11.4 SQLite=libsqlite3.so.0.8.6 [Environment] CLUTTER_IM_MODULE=xim COMPIZ_CONFIG_PROFILE=mate DBUS_SESSION_BUS_ADDRESS=unix:path=/run/user/1000/bus DESKTOP_SESSION=mate DISPLAY=:0 GB_GUI=gb.qt5 GDMSESSION=mate GDM_LANG=de_DE GIO_LAUNCHED_DESKTOP_FILE=/Schreibtisch/gambas.desktop GIO_LAUNCHED_DESKTOP_FILE_PID=116219 GPG_AGENT_INFO=/run/user/1000/gnupg/S.gpg-agent:0:1 GTK_IM_MODULE=ibus GTK_MODULES=appmenu-gtk-module:gail:atk-bridge:canberra-gtk-module GTK_OVERLAY_SCROLLING=0 HOME= IM_CONFIG_PHASE=2 INSIDE_CAJA_PYTHON= LANG=de_DE.UTF-8 LANGUAGE=de_DE.UTF-8 LOGNAME= 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= QT4_IM_MODULE=xim QT_ACCESSIBILITY=1 QT_AUTO_SCREEN_SCALE_FACTOR=0 QT_IM_MODULE=ibus QT_LOGGING_RULES=*.debug=false QT_QPA_PLATFORMTHEME=gtk2 QT_SCALE_FACTOR=1 SESSION_MANAGER=local/:@/tmp/.ICE-unix/1611,unix/:/tmp/.ICE-unix/1611 SHELL=/bin/bash SHLVL=0 SSH_AGENT_PID=1795 SSH_AUTH_SOCK=/run/user/1000/keyring/ssh TEXTDOMAIN=im-config TEXTDOMAINDIR=/usr/share/locale/ 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/share/mate:/.local/share/flatpak/exports/share:/var/lib/flatpak/exports/share:/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 XMODIFIERS=@im=ibus From bugtracker at gambaswiki.org Sun Jun 21 22:12:06 2020 From: bugtracker at gambaswiki.org (bugtracker at gambaswiki.org) Date: Sun, 21 Jun 2020 20:12:06 GMT Subject: [Gambas-bugtracker] Bug #1814: ListBox listbox_Click() shouln't be fired on listbox.clear In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.1814&from=L21haW4- Comment #1 by Beno?t MINISINI: Isn't is a bug fix? The Click event is raised when the current element changes, either manually or programmatically. So, if you clear the ListBox, the current element is reset to NULL (-1 index), and the event may fire. From bugtracker at gambaswiki.org Sun Jun 21 22:47:49 2020 From: bugtracker at gambaswiki.org (bugtracker at gambaswiki.org) Date: Sun, 21 Jun 2020 20:47:49 GMT Subject: [Gambas-bugtracker] Bug #1814: ListBox listbox_Click() shouln't be fired on listbox.clear In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.1814&from=L21haW4- Comment #2 by Charlie REINL: But this information is useless. According to your logic. the _Click - event must also be triggered on every _.Add, isn't it. From bugtracker at gambaswiki.org Mon Jun 22 01:39:16 2020 From: bugtracker at gambaswiki.org (bugtracker at gambaswiki.org) Date: Sun, 21 Jun 2020 23:39:16 GMT Subject: [Gambas-bugtracker] Bug #1814: ListBox listbox_Click() shouln't be fired on listbox.clear In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.1814&from=L21haW4- Comment #3 by Tony MOREHEN: It's not useless. Say you have a listbox. You click on it and, in the resulting click event, fill in a number of textboxes. Now you clear the=2=20 listbox, you need a click event to clear those text boxes. Add should not generate a click event. With the same scenario as above. You click on a filled listbox and have all the associated text=2=20 boxes filled in. Now you add a new item to the listbox. This doesn't change the list box item selected so no click event. From bugtracker at gambaswiki.org Mon Jun 22 01:57:00 2020 From: bugtracker at gambaswiki.org (bugtracker at gambaswiki.org) Date: Sun, 21 Jun 2020 23:57:00 GMT Subject: [Gambas-bugtracker] Bug #1814: ListBox listbox_Click() shouln't be fired on listbox.clear In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.1814&from=L21haW4- Comment #4 by Beno?t MINISINI: No, why? If Add() does not change the current item, no Click event is raised. From bugtracker at gambaswiki.org Mon Jun 22 02:00:25 2020 From: bugtracker at gambaswiki.org (bugtracker at gambaswiki.org) Date: Mon, 22 Jun 2020 00:00:25 GMT Subject: [Gambas-bugtracker] Bug #1813: add the volume (read / write) property to the mediaview class ? In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.1813&from=L21haW4- Beno?t MINISINI changed the state of the bug to: Accepted. From bugtracker at gambaswiki.org Mon Jun 22 02:11:06 2020 From: bugtracker at gambaswiki.org (bugtracker at gambaswiki.org) Date: Mon, 22 Jun 2020 00:11:06 GMT Subject: [Gambas-bugtracker] Bug #1813: add the volume (read / write) property to the mediaview class ? In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.1813&from=L21haW4- Comment #1 by Beno?t MINISINI: Done in commit https://gitlab.com/gambas/gambas/-/commit/dc0ad726129bc40386a7b4ac1145a0e82798d180. Beno?t MINISINI changed the state of the bug to: Fixed. From bugtracker at gambaswiki.org Mon Jun 22 02:11:50 2020 From: bugtracker at gambaswiki.org (bugtracker at gambaswiki.org) Date: Mon, 22 Jun 2020 00:11:50 GMT Subject: [Gambas-bugtracker] Bug #1810: Build package fails when target removed and Extra files - same files for all targets is used In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.1810&from=L21haW4- Beno?t MINISINI changed the state of the bug to: Accepted. From bugtracker at gambaswiki.org Mon Jun 22 02:12:08 2020 From: bugtracker at gambaswiki.org (bugtracker at gambaswiki.org) Date: Mon, 22 Jun 2020 00:12:08 GMT Subject: [Gambas-bugtracker] Bug #1812: WebDateBox allows date selection and change when disabled In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.1812&from=L21haW4- Beno?t MINISINI changed the state of the bug to: Accepted. From bugtracker at gambaswiki.org Mon Jun 22 02:15:27 2020 From: bugtracker at gambaswiki.org (bugtracker at gambaswiki.org) Date: Mon, 22 Jun 2020 00:15:27 GMT Subject: [Gambas-bugtracker] Bug #1811: The interfaces do not show the current desktop theme icons In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.1811&from=L21haW4- Comment #1 by Beno?t MINISINI: I installed Numix icon theme on Ubuntu, and I get that in the IDE... From bugtracker at gambaswiki.org Mon Jun 22 02:16:04 2020 From: bugtracker at gambaswiki.org (bugtracker at gambaswiki.org) Date: Mon, 22 Jun 2020 00:16:04 GMT Subject: [Gambas-bugtracker] Bug #1811: The interfaces do not show the current desktop theme icons In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.1811&from=L21haW4- Beno?t MINISINI added an attachment: capture_20200622_021550.png From bugtracker at gambaswiki.org Mon Jun 22 02:16:42 2020 From: bugtracker at gambaswiki.org (bugtracker at gambaswiki.org) Date: Mon, 22 Jun 2020 00:16:42 GMT Subject: [Gambas-bugtracker] Bug #1811: The interfaces do not show the current desktop theme icons In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.1811&from=L21haW4- Comment #2 by Beno?t MINISINI: The icon seem OK to me, do they? From bugtracker at gambaswiki.org Mon Jun 22 06:48:42 2020 From: bugtracker at gambaswiki.org (bugtracker at gambaswiki.org) Date: Mon, 22 Jun 2020 04:48:42 GMT Subject: [Gambas-bugtracker] Bug #1815: Error Log for individual app and session Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.1815&from=L21haW4- Safiur RAHMAN reported a new bug. Summary ------- Error Log for individual app and session Type : Request Priority : Medium Gambas version : Master Product : Web components Description ----------- In gb.web.gui the error.log contains outputs from all the web applications and all their sessions which makes the file grow very fast and makes it difficult to debug problem for one particular app. 1) Is it possible to direct output from one particular session of an application to a separate error log file? 2) It will of great help if the error log contains database output when db.Debug = True System information ------------------ [System] Gambas=3.14.90 OperatingSystem=Linux Kernel=5.3.0-59-generic Architecture=x86_64 Distribution=Ubuntu 19.10 Desktop=UBUNTU:GNOME Theme=fusion Language=en_US.UTF-8 Memory=3817M [Libraries] Cairo=libcairo.so.2.11600.0 Curl=libcurl.so.4.5.0 DBus=libdbus-1.so.3.19.10 GStreamer=libgstreamer-1.0.so.0.1601.0 GTK+2=libgtk-x11-2.0.so.0.2400.32 GTK+3=libgtk-3.so.0.2404.8 OpenGL=libGL.so.1.7.0 Poppler=libpoppler.so.90.0.0 QT4=libQtCore.so.4.8.7 QT5=libQt5Core.so.5.12.4 SDL=libSDL-1.2.so.0.11.4 SQLite=libsqlite3.so.0.8.6 [Environment] CLUTTER_IM_MODULE=ibus DBUS_SESSION_BUS_ADDRESS=unix:path=/run/user/1000/bus DESKTOP_SESSION= DISPLAY=:0 GB_GUI=gb.qt5 GDMSESSION= GIO_LAUNCHED_DESKTOP_FILE=/usr/share/applications/gambas3.desktop GIO_LAUNCHED_DESKTOP_FILE_PID=4452 GJS_DEBUG_OUTPUT=stderr GJS_DEBUG_TOPICS=JS ERROR;JS LOG GNOME_DESKTOP_SESSION_ID=this-is-deprecated GNOME_SHELL_SESSION_MODE= GPG_AGENT_INFO=/run/user/1000/gnupg/S.gpg-agent:0:1 GTK_IM_MODULE=ibus GTK_MODULES=gail:atk-bridge HOME= IM_CONFIG_PHASE=1 INVOCATION_ID=70fc7b31c72942ff83384809743b9d93 JOURNAL_STREAM=9:43422 LANG=en_US.UTF-8 LC_ADDRESS=bho_NP LC_IDENTIFICATION=bho_NP LC_MEASUREMENT=bho_NP LC_MONETARY=bho_NP LC_NAME=bho_NP LC_NUMERIC=bho_NP LC_PAPER=bho_NP LC_TELEPHONE=bho_NP LC_TIME=bho_NP LOGNAME= MANAGERPID=1573 PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin PWD= QT4_IM_MODULE=ibus QT_IM_MODULE=ibus QT_LOGGING_RULES=*.debug=false SESSION_MANAGER=local/:@/tmp/.ICE-unix/1777,unix/:/tmp/.ICE-unix/1777 SHELL=/bin/bash SHLVL=0 SSH_AGENT_PID=1679 SSH_AUTH_SOCK=/run/user/1000/keyring/ssh TZ=:/etc/localtime USER= USERNAME= WINDOWPATH=2 XAUTHORITY=/run/user/1000/gdm/Xauthority XDG_CONFIG_DIRS=/etc/xdg/xdg-:/etc/xdg XDG_CURRENT_DESKTOP=:GNOME XDG_DATA_DIRS=/usr/share/:/usr/local/share/:/usr/share/:/var/lib/snapd/desktop XDG_MENU_PREFIX=gnome- XDG_RUNTIME_DIR=/run/user/1000 XDG_SESSION_CLASS=user XDG_SESSION_DESKTOP= XDG_SESSION_TYPE=x11 XMODIFIERS=@im=ibus _=/usr/bin/dbus-update-activation-environment From bugtracker at gambaswiki.org Mon Jun 22 09:37:40 2020 From: bugtracker at gambaswiki.org (bugtracker at gambaswiki.org) Date: Mon, 22 Jun 2020 07:37:40 GMT Subject: [Gambas-bugtracker] Bug #1811: The interfaces do not show the current desktop theme icons In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.1811&from=L21haW4- Comment #3 by Mart?n BELMONTE: Hi, Yes, it seems that your system works properly. What desktop do you use? KDE? I use XFCE. If I change que gambas ide theme to Numix it shows the icons properly but if I run some app this not shows numix icons. The discrepancy of icons does not only reach the ide but the programs that run from the ide do not show the desktop icons either and here I do not know how to use numix. At the moment I use a method that when loading a form it replaces the rebellious icons with those of numix, but I don't like this system because it doesn't always work. Look at the attachment of the ide and a program running from it. From bugtracker at gambaswiki.org Mon Jun 22 09:37:54 2020 From: bugtracker at gambaswiki.org (bugtracker at gambaswiki.org) Date: Mon, 22 Jun 2020 07:37:54 GMT Subject: [Gambas-bugtracker] Bug #1811: The interfaces do not show the current desktop theme icons In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.1811&from=L21haW4- Mart?n BELMONTE added an attachment: Captura de pantalla_2020-06-22_09-26-19.png From bugtracker at gambaswiki.org Mon Jun 22 13:25:37 2020 From: bugtracker at gambaswiki.org (bugtracker at gambaswiki.org) Date: Mon, 22 Jun 2020 11:25:37 GMT Subject: [Gambas-bugtracker] Bug #1811: The interfaces do not show the current desktop theme icons In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.1811&from=L21haW4- Comment #4 by Beno?t MINISINI: To get the Numix icon set in a Gambas application, you have to: - Use the 'gb.form' component. - Set 'Application.Theme' to 'Numix', or do not set it if Numix is your desktop theme. From bugtracker at gambaswiki.org Mon Jun 22 13:27:25 2020 From: bugtracker at gambaswiki.org (bugtracker at gambaswiki.org) Date: Mon, 22 Jun 2020 11:27:25 GMT Subject: [Gambas-bugtracker] Bug #1811: The interfaces do not show the current desktop theme icons In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.1811&from=L21haW4- Comment #5 by Beno?t MINISINI: I see: the Numix is not detected when it is the desktop theme. I will check why... From bugtracker at gambaswiki.org Mon Jun 22 13:27:33 2020 From: bugtracker at gambaswiki.org (bugtracker at gambaswiki.org) Date: Mon, 22 Jun 2020 11:27:33 GMT Subject: [Gambas-bugtracker] Bug #1811: The interfaces do not show the current desktop theme icons In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.1811&from=L21haW4- Beno?t MINISINI changed the state of the bug to: Accepted. From bugtracker at gambaswiki.org Mon Jun 22 13:34:05 2020 From: bugtracker at gambaswiki.org (bugtracker at gambaswiki.org) Date: Mon, 22 Jun 2020 11:34:05 GMT Subject: [Gambas-bugtracker] Bug #1811: The interfaces do not show the current desktop theme icons In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.1811&from=L21haW4- Comment #6 by Beno?t MINISINI: No, I said rubbish, it is correctly detected. Beno?t MINISINI changed the state of the bug to: Opened. From bugtracker at gambaswiki.org Mon Jun 22 13:53:48 2020 From: bugtracker at gambaswiki.org (bugtracker at gambaswiki.org) Date: Mon, 22 Jun 2020 11:53:48 GMT Subject: [Gambas-bugtracker] Bug #1816: [patch] fix build failure fix with mysql8 Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.1816&from=L21haW4- Gianfranco COSTAMAGNA reported a new bug. Summary ------- [patch] fix build failure fix with mysql8 Type : Bug Priority : Medium Gambas version : Master Product : Networking components Description ----------- Hello, can you please consider this one-line fix? in Ubuntu we removed that hacky workaround to keep the typedef in mysql8 code cat debian/patches/mysql8_my_bool.patch Description: Reintroduce my_bool to fix build with MySQL 8 Author: Andreas Hasenack Bug-Ubuntu: https://bugs.launchpad.net/bugs/1863026 Forwarded: no Last-Update: 2020-02-12 --- This patch header follows DEP-3: http://dep.debian.net/deps/dep3/ diff --git a/gb.db.mysql/src/main.c b/gb.db.mysql/src/main.c index f2f86fc..4404d7e 100644 --- a/gb.db.mysql/src/main.c +++ b/gb.db.mysql/src/main.c @@ -30,6 +30,7 @@ #include #include +typedef bool my_bool; #include "gb.db.proto.h" #include "main.h" System information ------------------ Ubuntu From bugtracker at gambaswiki.org Mon Jun 22 14:00:55 2020 From: bugtracker at gambaswiki.org (bugtracker at gambaswiki.org) Date: Mon, 22 Jun 2020 12:00:55 GMT Subject: [Gambas-bugtracker] Bug #1816: [patch] fix build failure fix with mysql8 In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.1816&from=L21haW4- Beno?t MINISINI changed the state of the bug to: Accepted. From bugtracker at gambaswiki.org Mon Jun 22 14:03:41 2020 From: bugtracker at gambaswiki.org (bugtracker at gambaswiki.org) Date: Mon, 22 Jun 2020 12:03:41 GMT Subject: [Gambas-bugtracker] Bug #1816: [patch] fix build failure fix with mysql8 In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.1816&from=L21haW4- Comment #1 by Beno?t MINISINI: OK, but I do not use 'my_bool' in gb.db.mysql code, so I don't see what it will change. From bugtracker at gambaswiki.org Mon Jun 22 15:34:02 2020 From: bugtracker at gambaswiki.org (bugtracker at gambaswiki.org) Date: Mon, 22 Jun 2020 13:34:02 GMT Subject: [Gambas-bugtracker] Bug #1816: [patch] fix build failure fix with mysql8 In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.1816&from=L21haW4- Comment #2 by Gianfranco COSTAMAGNA: gb.db.mysql/src/main.c: my_bool reconnect = TRUE; From bugtracker at gambaswiki.org Mon Jun 22 15:36:32 2020 From: bugtracker at gambaswiki.org (bugtracker at gambaswiki.org) Date: Mon, 22 Jun 2020 13:36:32 GMT Subject: [Gambas-bugtracker] Bug #1816: [patch] fix build failure fix with mysql8 In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.1816&from=L21haW4- Comment #3 by Gianfranco COSTAMAGNA: I honestly don't know if doing something like typedef char my_bool; will fix for both mariadb and mysql implementations, probably it will From bugtracker at gambaswiki.org Mon Jun 22 15:55:57 2020 From: bugtracker at gambaswiki.org (bugtracker at gambaswiki.org) Date: Mon, 22 Jun 2020 13:55:57 GMT Subject: [Gambas-bugtracker] Bug #1816: [patch] fix build failure fix with mysql8 In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.1816&from=L21haW4- Comment #4 by Beno?t MINISINI: This is old code. In the development version 'my_bool' has been replaced by 'char'. There is no 'my_bool' anymore. From bugtracker at gambaswiki.org Mon Jun 22 16:33:40 2020 From: bugtracker at gambaswiki.org (bugtracker at gambaswiki.org) Date: Mon, 22 Jun 2020 14:33:40 GMT Subject: [Gambas-bugtracker] Bug #1816: [patch] fix build failure fix with mysql8 In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.1816&from=L21haW4- Comment #5 by Gianfranco COSTAMAGNA: thanks a ton then! From bugtracker at gambaswiki.org Mon Jun 22 16:34:33 2020 From: bugtracker at gambaswiki.org (bugtracker at gambaswiki.org) Date: Mon, 22 Jun 2020 14:34:33 GMT Subject: [Gambas-bugtracker] Bug #1816: [patch] fix build failure fix with mysql8 In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.1816&from=L21haW4- Comment #6 by Gianfranco COSTAMAGNA: https://gitlab.com/gambas/gambas/-/commit/f0cf49ada714e551148192130af352ac7d9570fb Gianfranco COSTAMAGNA changed the state of the bug to: Fixed. From bugtracker at gambaswiki.org Wed Jun 24 11:56:33 2020 From: bugtracker at gambaswiki.org (bugtracker at gambaswiki.org) Date: Wed, 24 Jun 2020 09:56:33 GMT Subject: [Gambas-bugtracker] Bug #1817: No zeros of cents in gb.Currency Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.1817&from=L21haW4- Gianluigi GRADASCHI reported a new bug. Summary ------- No zeros of cents in gb.Currency Type : Bug Priority : Medium Gambas version : Master Product : Language Description ----------- gb.Currency does not correctly show the zeros of cents. See attached project System information ------------------ [System] Gambas=3.14.90 af10318 (master) OperatingSystem=Linux Kernel=4.15.0-106-generic Architecture=x86_64 Distribution=Ubuntu 18.04.4 LTS Desktop=UBUNTU:GNOME Theme=fusion Language=it_IT.UTF-8 Memory=15968M [Libraries] Cairo=libcairo.so.2.11510.0 Curl=libcurl.so.4.5.0 DBus=libdbus-1.so.3.19.4 GStreamer=libgstreamer-1.0.so.0.1405.0 GTK+2=libgtk-x11-2.0.so.0.2400.32 GTK+3=libgtk-3.so.0.2200.30 OpenGL=libGL.so.1.0.0 Poppler=libpoppler.so.73.0.0 QT4=libQtCore.so.4.8.7 QT5=libQt5Core.so.5.9.5 SDL=libSDL-1.2.so.0.11.4 SQLite=libsqlite3.so.0.8.6 [Environment] CLUTTER_IM_MODULE=xim DBUS_SESSION_BUS_ADDRESS=unix:path=/run/user/1000/bus DESKTOP_SESSION=ubuntu DISPLAY=:0 GB_GUI=gb.qt5 GDMSESSION=ubuntu GIO_LAUNCHED_DESKTOP_FILE=/home//.local/share/applications/gambas3.desktop GIO_LAUNCHED_DESKTOP_FILE_PID=18946 GJS_DEBUG_OUTPUT=stderr GJS_DEBUG_TOPICS=JS ERROR;JS LOG GNOME_DESKTOP_SESSION_ID=this-is-deprecated GNOME_SHELL_SESSION_MODE=ubuntu GPG_AGENT_INFO=/run/user/1000/gnupg/S.gpg-agent:0:1 GTK_IM_MODULE=ibus GTK_MODULES=gail:atk-bridge HOME=/home/ IM_CONFIG_PHASE=2 LANG=it_IT.UTF-8 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= PAPERSIZE=a4 PATH=/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_LOGGING_RULES=*.debug=false SESSION_MANAGER=local/:@/tmp/.ICE-unix/1312,unix/:/tmp/.ICE-unix/1312 SHELL=/bin/bash SHLVL=0 SSH_AGENT_PID=1426 SSH_AUTH_SOCK=/tmp/ssh-2hI9OFQTADh7/agent.1312 TEXTDOMAIN=im-config TEXTDOMAINDIR=/usr/share/locale/ TZ=:/etc/localtime USER= USERNAME= WINDOWPATH=1 XAUTHORITY=/run/user/1000/gdm/Xauthority XDG_CONFIG_DIRS=/etc/xdg/xdg-ubuntu:/etc/xdg XDG_CURRENT_DESKTOP=ubuntu:GNOME XDG_DATA_DIRS=/usr/share/ubuntu:/usr/local/share/:/usr/share/:/var/lib/snapd/desktop XDG_MENU_PREFIX=gnome- XDG_RUNTIME_DIR=/run/user/1000 XDG_SEAT=seat0 XDG_SESSION_DESKTOP=ubuntu XDG_SESSION_ID=1 XDG_SESSION_TYPE=x11 XDG_VTNR=1 XMODIFIERS=@im=ibus From bugtracker at gambaswiki.org Wed Jun 24 12:02:18 2020 From: bugtracker at gambaswiki.org (bugtracker at gambaswiki.org) Date: Wed, 24 Jun 2020 10:02:18 GMT Subject: [Gambas-bugtracker] Bug #1818: The Project properties form does not adapt to the strings. Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.1818&from=L21haW4- Gianluigi GRADASCHI reported a new bug. Summary ------- The Project properties form does not adapt to the strings. Type : Bug Priority : Low Gambas version : Master Product : GUI components Description ----------- The Project properties form does not adapt to the strings. See attached image. ( If you believe, we can shorten the translation in "Nome progetto". As soon as I adjust my current priorities, I resume with the translations :-) ) System information ------------------ [System] Gambas=3.14.90 af10318 (master) OperatingSystem=Linux Kernel=4.15.0-106-generic Architecture=x86_64 Distribution=Ubuntu 18.04.4 LTS Desktop=UBUNTU:GNOME Theme=fusion Language=it_IT.UTF-8 Memory=15968M [Libraries] Cairo=libcairo.so.2.11510.0 Curl=libcurl.so.4.5.0 DBus=libdbus-1.so.3.19.4 GStreamer=libgstreamer-1.0.so.0.1405.0 GTK+2=libgtk-x11-2.0.so.0.2400.32 GTK+3=libgtk-3.so.0.2200.30 OpenGL=libGL.so.1.0.0 Poppler=libpoppler.so.73.0.0 QT4=libQtCore.so.4.8.7 QT5=libQt5Core.so.5.9.5 SDL=libSDL-1.2.so.0.11.4 SQLite=libsqlite3.so.0.8.6 [Environment] CLUTTER_IM_MODULE=xim DBUS_SESSION_BUS_ADDRESS=unix:path=/run/user/1000/bus DESKTOP_SESSION=ubuntu DISPLAY=:0 GB_GUI=gb.qt5 GDMSESSION=ubuntu GIO_LAUNCHED_DESKTOP_FILE=/home//.local/share/applications/gambas3.desktop GIO_LAUNCHED_DESKTOP_FILE_PID=18946 GJS_DEBUG_OUTPUT=stderr GJS_DEBUG_TOPICS=JS ERROR;JS LOG GNOME_DESKTOP_SESSION_ID=this-is-deprecated GNOME_SHELL_SESSION_MODE=ubuntu GPG_AGENT_INFO=/run/user/1000/gnupg/S.gpg-agent:0:1 GTK_IM_MODULE=ibus GTK_MODULES=gail:atk-bridge HOME=/home/ IM_CONFIG_PHASE=2 LANG=it_IT.UTF-8 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= PAPERSIZE=a4 PATH=/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_LOGGING_RULES=*.debug=false SESSION_MANAGER=local/:@/tmp/.ICE-unix/1312,unix/:/tmp/.ICE-unix/1312 SHELL=/bin/bash SHLVL=0 SSH_AGENT_PID=1426 SSH_AUTH_SOCK=/tmp/ssh-2hI9OFQTADh7/agent.1312 TEXTDOMAIN=im-config TEXTDOMAINDIR=/usr/share/locale/ TZ=:/etc/localtime USER= USERNAME= WINDOWPATH=1 XAUTHORITY=/run/user/1000/gdm/Xauthority XDG_CONFIG_DIRS=/etc/xdg/xdg-ubuntu:/etc/xdg XDG_CURRENT_DESKTOP=ubuntu:GNOME XDG_DATA_DIRS=/usr/share/ubuntu:/usr/local/share/:/usr/share/:/var/lib/snapd/desktop XDG_MENU_PREFIX=gnome- XDG_RUNTIME_DIR=/run/user/1000 XDG_SEAT=seat0 XDG_SESSION_DESKTOP=ubuntu XDG_SESSION_ID=1 XDG_SESSION_TYPE=x11 XDG_VTNR=1 XMODIFIERS=@im=ibus From bugtracker at gambaswiki.org Wed Jun 24 14:37:32 2020 From: bugtracker at gambaswiki.org (bugtracker at gambaswiki.org) Date: Wed, 24 Jun 2020 12:37:32 GMT Subject: [Gambas-bugtracker] Bug #1818: The Project properties form does not adapt to the strings. In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.1818&from=L21haW4- Comment #1 by Beno?t MINISINI: I think I will use just "Name" for the label. From bugtracker at gambaswiki.org Wed Jun 24 14:40:28 2020 From: bugtracker at gambaswiki.org (bugtracker at gambaswiki.org) Date: Wed, 24 Jun 2020 12:40:28 GMT Subject: [Gambas-bugtracker] Bug #1818: The Project properties form does not adapt to the strings. In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.1818&from=L21haW4- Beno?t MINISINI changed the state of the bug to: Accepted. From bugtracker at gambaswiki.org Wed Jun 24 14:46:05 2020 From: bugtracker at gambaswiki.org (bugtracker at gambaswiki.org) Date: Wed, 24 Jun 2020 12:46:05 GMT Subject: [Gambas-bugtracker] Bug #1818: The Project properties form does not adapt to the strings. In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.1818&from=L21haW4- Comment #2 by Gianluigi GRADASCHI: Yes i like it... and just "Type" From bugtracker at gambaswiki.org Wed Jun 24 21:26:38 2020 From: bugtracker at gambaswiki.org (bugtracker at gambaswiki.org) Date: Wed, 24 Jun 2020 19:26:38 GMT Subject: [Gambas-bugtracker] Bug #1818: The Project properties form does not adapt to the strings. In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.1818&from=L21haW4- Comment #3 by Beno?t MINISINI: Fixed in commit https://gitlab.com/gambas/gambas/-/commit/0900d16fe5d7d7d79f90e7f7b01b91507686cb81. Beno?t MINISINI changed the state of the bug to: Fixed. From bugtracker at gambaswiki.org Wed Jun 24 21:27:28 2020 From: bugtracker at gambaswiki.org (bugtracker at gambaswiki.org) Date: Wed, 24 Jun 2020 19:27:28 GMT Subject: [Gambas-bugtracker] Bug #1802: When Creating Installation package for app that is using a shared library dependency version setting is incorrect In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.1802&from=L21haW4- Beno?t MINISINI changed the state of the bug to: Accepted. From bugtracker at gambaswiki.org Wed Jun 24 21:30:38 2020 From: bugtracker at gambaswiki.org (bugtracker at gambaswiki.org) Date: Wed, 24 Jun 2020 19:30:38 GMT Subject: [Gambas-bugtracker] Bug #1815: Error Log for individual app and session In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.1815&from=L21haW4- Comment #1 by Beno?t MINISINI: I will be back to work on 'gb.web.gui' as soon as possible. This log file is just for debugging the component, it will disappear before the 3.15 release. 1) is possible, but if the log is toggled for debugging only, it is not required I think. 2) This request is a more general problem: redirecting the standard error output to a log file automatically for web applications. Beno?t MINISINI changed the state of the bug to: Accepted. From bugtracker at gambaswiki.org Wed Jun 24 21:33:58 2020 From: bugtracker at gambaswiki.org (bugtracker at gambaswiki.org) Date: Wed, 24 Jun 2020 19:33:58 GMT Subject: [Gambas-bugtracker] Bug #1817: No zeros of cents in gb.Currency In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.1817&from=L21haW4- Comment #1 by Beno?t MINISINI: It works perfectly here, I don't see any problem. Do you have a screenshot? From bugtracker at gambaswiki.org Wed Jun 24 21:34:07 2020 From: bugtracker at gambaswiki.org (bugtracker at gambaswiki.org) Date: Wed, 24 Jun 2020 19:34:07 GMT Subject: [Gambas-bugtracker] Bug #1817: No zeros of cents in gb.Currency In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.1817&from=L21haW4- Beno?t MINISINI changed the state of the bug to: NeedsInfo. From bugtracker at gambaswiki.org Wed Jun 24 22:36:46 2020 From: bugtracker at gambaswiki.org (bugtracker at gambaswiki.org) Date: Wed, 24 Jun 2020 20:36:46 GMT Subject: [Gambas-bugtracker] Bug #1817: No zeros of cents in gb.Currency In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.1817&from=L21haW4- Comment #2 by Gianluigi GRADASCHI: I attach image Gianluigi GRADASCHI changed the state of the bug to: Accepted. From bugtracker at gambaswiki.org Wed Jun 24 22:37:10 2020 From: bugtracker at gambaswiki.org (bugtracker at gambaswiki.org) Date: Wed, 24 Jun 2020 20:37:10 GMT Subject: [Gambas-bugtracker] Bug #1817: No zeros of cents in gb.Currency In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.1817&from=L21haW4- Gianluigi GRADASCHI added an attachment: currency.png From bugtracker at gambaswiki.org Thu Jun 25 00:43:33 2020 From: bugtracker at gambaswiki.org (bugtracker at gambaswiki.org) Date: Wed, 24 Jun 2020 22:43:33 GMT Subject: [Gambas-bugtracker] Bug #1817: No zeros of cents in gb.Currency In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.1817&from=L21haW4- Comment #3 by Beno?t MINISINI: It's by design. If 'gb.Currency' does not fit your need, you have to use you own format like "$,0.00". Beno?t MINISINI changed the state of the bug to: Rejected. From bugtracker at gambaswiki.org Thu Jun 25 10:21:27 2020 From: bugtracker at gambaswiki.org (bugtracker at gambaswiki.org) Date: Thu, 25 Jun 2020 08:21:27 GMT Subject: [Gambas-bugtracker] Bug #1817: No zeros of cents in gb.Currency In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.1817&from=L21haW4- Comment #4 by Gianluigi GRADASCHI: I believed (but I'm not sure) that the law in some countries in the EURO area provided for cents to always be shown, even when they are zero-sum. And then, one who does not notice the truncating (like me :-)), could incur an error of this type, see the attached project. Gianluigi GRADASCHI changed the state of the bug to: NeedsInfo. From bugtracker at gambaswiki.org Thu Jun 25 10:21:48 2020 From: bugtracker at gambaswiki.org (bugtracker at gambaswiki.org) Date: Thu, 25 Jun 2020 08:21:48 GMT Subject: [Gambas-bugtracker] Bug #1817: No zeros of cents in gb.Currency In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.1817&from=L21haW4- Gianluigi GRADASCHI added an attachment: SumTest-0.0.1.tar.gz From bugtracker at gambaswiki.org Thu Jun 25 14:28:24 2020 From: bugtracker at gambaswiki.org (bugtracker at gambaswiki.org) Date: Thu, 25 Jun 2020 12:28:24 GMT Subject: [Gambas-bugtracker] Bug #1817: No zeros of cents in gb.Currency In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.1817&from=L21haW4- Comment #5 by Beno?t MINISINI: OK, but I can't change the current meaning of gb.Currency without breaking the programs relying on it. Beno?t MINISINI changed the state of the bug to: Accepted. From bugtracker at gambaswiki.org Thu Jun 25 14:57:34 2020 From: bugtracker at gambaswiki.org (bugtracker at gambaswiki.org) Date: Thu, 25 Jun 2020 12:57:34 GMT Subject: [Gambas-bugtracker] Bug #1817: No zeros of cents in gb.Currency In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.1817&from=L21haW4- Comment #6 by Gianluigi GRADASCHI: I think I raised a false problem, maybe a clarification in the wiki is enough. I'm sorry Gianluigi GRADASCHI changed the state of the bug to: Rejected. From bugtracker at gambaswiki.org Thu Jun 25 16:49:48 2020 From: bugtracker at gambaswiki.org (bugtracker at gambaswiki.org) Date: Thu, 25 Jun 2020 14:49:48 GMT Subject: [Gambas-bugtracker] Bug #1819: Package build for Component Crashed with null boject Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.1819&from=L21haW4- Brian G reported a new bug. Summary ------- Package build for Component Crashed with null boject Type : Bug Priority : High Gambas version : Master Product : Development Environment Description ----------- When trying to package a component, make package now crashes with null object! See attached image System information ------------------ master From bugtracker at gambaswiki.org Fri Jun 26 12:34:49 2020 From: bugtracker at gambaswiki.org (bugtracker at gambaswiki.org) Date: Fri, 26 Jun 2020 10:34:49 GMT Subject: [Gambas-bugtracker] Bug #1819: Package build for Component Crashed with null boject In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.1819&from=L21haW4- Comment #1 by Beno?t MINISINI: Fixed in commit https://gitlab.com/gambas/gambas/-/commit/e248a58c9ed983407898caeb3a0f6091a4973900. Beno?t MINISINI changed the state of the bug to: Fixed. From bugtracker at gambaswiki.org Fri Jun 26 12:35:10 2020 From: bugtracker at gambaswiki.org (bugtracker at gambaswiki.org) Date: Fri, 26 Jun 2020 10:35:10 GMT Subject: [Gambas-bugtracker] Bug #1751: Editor App "Save As" does nothing In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.1751&from=L21haW4- Comment #1 by Beno?t MINISINI: Fixed in commit https://gitlab.com/gambas/gambas/-/commit/e248a58c9ed983407898caeb3a0f6091a4973900. Beno?t MINISINI changed the state of the bug to: Fixed. From bugtracker at gambaswiki.org Fri Jun 26 12:36:36 2020 From: bugtracker at gambaswiki.org (bugtracker at gambaswiki.org) Date: Fri, 26 Jun 2020 10:36:36 GMT Subject: [Gambas-bugtracker] Bug #1767: PdfDocument error on open file In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.1767&from=L21haW4- Comment #6 by Beno?t MINISINI: Please provide the Pdf file you tried to open. Beno?t MINISINI changed the state of the bug to: NeedsInfo. From bugtracker at gambaswiki.org Sat Jun 27 08:17:27 2020 From: bugtracker at gambaswiki.org (bugtracker at gambaswiki.org) Date: Sat, 27 Jun 2020 06:17:27 GMT Subject: [Gambas-bugtracker] Bug #1820: gb.report2 Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.1820&from=L21haW4- Gianluigi GRADASCHI reported a new bug. Summary ------- gb.report2 Type : Request Priority : High Gambas version : Master Product : GUI components Description ----------- It would be nice to have returned the path where the report was saved. Even more beautiful to have the possibility to set the path. Thank you very much System information ------------------ [System] Gambas=3.14.90 1ba3d0c (master) OperatingSystem=Linux Kernel=4.15.0-108-generic Architecture=x86_64 Distribution=Ubuntu 18.04.4 LTS Desktop=UBUNTU:GNOME Theme=fusion Language=it_IT.UTF-8 Memory=15968M [Libraries] Cairo=libcairo.so.2.11510.0 Curl=libcurl.so.4.5.0 DBus=libdbus-1.so.3.19.4 GStreamer=libgstreamer-1.0.so.0.1405.0 GTK+2=libgtk-x11-2.0.so.0.2400.32 GTK+3=libgtk-3.so.0.2200.30 OpenGL=libGL.so.1.0.0 Poppler=libpoppler.so.73.0.0 QT4=libQtCore.so.4.8.7 QT5=libQt5Core.so.5.9.5 SDL=libSDL-1.2.so.0.11.4 SQLite=libsqlite3.so.0.8.6 [Environment] CLUTTER_IM_MODULE=xim DBUS_SESSION_BUS_ADDRESS=unix:path=/run/user/1000/bus DESKTOP_SESSION=ubuntu DISPLAY=:0 GB_GUI=gb.qt5 GDMSESSION=ubuntu GIO_LAUNCHED_DESKTOP_FILE=/home//.local/share/applications/gambas3.desktop GIO_LAUNCHED_DESKTOP_FILE_PID=3160 GJS_DEBUG_OUTPUT=stderr GJS_DEBUG_TOPICS=JS ERROR;JS LOG GNOME_DESKTOP_SESSION_ID=this-is-deprecated GNOME_SHELL_SESSION_MODE=ubuntu GPG_AGENT_INFO=/run/user/1000/gnupg/S.gpg-agent:0:1 GTK_IM_MODULE=ibus GTK_MODULES=gail:atk-bridge HOME=/home/ IM_CONFIG_PHASE=2 LANG=it_IT.UTF-8 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= PAPERSIZE=a4 PATH=/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_LOGGING_RULES=*.debug=false SESSION_MANAGER=local/:@/tmp/.ICE-unix/1260,unix/:/tmp/.ICE-unix/1260 SHELL=/bin/bash SHLVL=0 SSH_AGENT_PID=1374 SSH_AUTH_SOCK=/run/user/1000/keyring/ssh TEXTDOMAIN=im-config TEXTDOMAINDIR=/usr/share/locale/ TZ=:/etc/localtime USER= USERNAME= WINDOWPATH=1 XAUTHORITY=/run/user/1000/gdm/Xauthority XDG_CONFIG_DIRS=/etc/xdg/xdg-ubuntu:/etc/xdg XDG_CURRENT_DESKTOP=ubuntu:GNOME XDG_DATA_DIRS=/usr/share/ubuntu:/usr/local/share/:/usr/share/:/var/lib/snapd/desktop XDG_MENU_PREFIX=gnome- XDG_RUNTIME_DIR=/run/user/1000 XDG_SEAT=seat0 XDG_SESSION_DESKTOP=ubuntu XDG_SESSION_ID=1 XDG_SESSION_TYPE=x11 XDG_VTNR=1 XMODIFIERS=@im=ibus From bugtracker at gambaswiki.org Sat Jun 27 11:02:45 2020 From: bugtracker at gambaswiki.org (bugtracker at gambaswiki.org) Date: Sat, 27 Jun 2020 09:02:45 GMT Subject: [Gambas-bugtracker] Bug #1820: gb.report2 In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.1820&from=L21haW4- Comment #1 by Beno?t MINISINI: What are you talking about??? From bugtracker at gambaswiki.org Sat Jun 27 11:13:45 2020 From: bugtracker at gambaswiki.org (bugtracker at gambaswiki.org) Date: Sat, 27 Jun 2020 09:13:45 GMT Subject: [Gambas-bugtracker] Bug #780: me.left = value and me.top = value, get diffrent position between _new() event and show() event In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.780&from=L21haW4- Comment #1 by Beno?t MINISINI: If a form position is not specified before it is shown, it is centered by default. So this is by design. Beno?t MINISINI changed the state of the bug to: Rejected. From bugtracker at gambaswiki.org Sat Jun 27 12:18:24 2020 From: bugtracker at gambaswiki.org (bugtracker at gambaswiki.org) Date: Sat, 27 Jun 2020 10:18:24 GMT Subject: [Gambas-bugtracker] Bug #1820: gb.report2 In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.1820&from=L21haW4- Comment #2 by Gianluigi GRADASCHI: I would like to have these opportunity: Dim sPathSet As String = "string/of/path/pdf" Dim sPathGet As String Report1.Path = sPathSet ' set the path Report1.Preview sPathGet = Report1.Path ' get the path if the pdf file has been saved From bugtracker at gambaswiki.org Sat Jun 27 12:23:07 2020 From: bugtracker at gambaswiki.org (bugtracker at gambaswiki.org) Date: Sat, 27 Jun 2020 10:23:07 GMT Subject: [Gambas-bugtracker] Bug #791: Window Select a Project, Click toggle button Image Preview and Detailed View no different. In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.791&from=L21haW4- Comment #2 by Beno?t MINISINI: Fixed in commit https://gitlab.com/gambas/gambas/-/commit/5a2b06b24766f6769b4c3e2f7d687a4c39fe457e. The toolbar is now hidden if a project is selected. Beno?t MINISINI changed the state of the bug to: Fixed. From bugtracker at gambaswiki.org Sat Jun 27 13:01:25 2020 From: bugtracker at gambaswiki.org (bugtracker at gambaswiki.org) Date: Sat, 27 Jun 2020 11:01:25 GMT Subject: [Gambas-bugtracker] Bug #981: Adding a function that allow to detect or compare a text charset by BOM or evaluation. In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.981&from=L21haW4- Beno?t MINISINI changed the state of the bug to: Accepted. From bugtracker at gambaswiki.org Sat Jun 27 13:04:04 2020 From: bugtracker at gambaswiki.org (bugtracker at gambaswiki.org) Date: Sat, 27 Jun 2020 11:04:04 GMT Subject: [Gambas-bugtracker] Bug #1078: X11 Systray behaves strangely under GTK or QT5 In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.1078&from=L21haW4- Comment #4 by Beno?t MINISINI: QT5 system tray has been fixed in commit https://gitlab.com/gambas/gambas/-/commit/4ffe07752918a3111f4d660636391b8e5a11cb5b. From bugtracker at gambaswiki.org Sat Jun 27 13:10:53 2020 From: bugtracker at gambaswiki.org (bugtracker at gambaswiki.org) Date: Sat, 27 Jun 2020 11:10:53 GMT Subject: [Gambas-bugtracker] Bug #1078: X11 Systray behaves strangely under GTK or QT5 In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.1078&from=L21haW4- Beno?t MINISINI changed the state of the bug to: Fixed. From bugtracker at gambaswiki.org Sat Jun 27 13:12:13 2020 From: bugtracker at gambaswiki.org (bugtracker at gambaswiki.org) Date: Sat, 27 Jun 2020 11:12:13 GMT Subject: [Gambas-bugtracker] Bug #1169: Bugtracker SSL certificate is invalid In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.1169&from=L21haW4- Comment #2 by Beno?t MINISINI: Fixed by using Cloudflare. Beno?t MINISINI changed the state of the bug to: Fixed. From bugtracker at gambaswiki.org Sat Jun 27 13:20:40 2020 From: bugtracker at gambaswiki.org (bugtracker at gambaswiki.org) Date: Sat, 27 Jun 2020 11:20:40 GMT Subject: [Gambas-bugtracker] Bug #1038: URLLabel bug In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.1038&from=L21haW4- Comment #1 by Beno?t MINISINI: No news from a while, closing the issue. Beno?t MINISINI changed the state of the bug to: Abandoned. From bugtracker at gambaswiki.org Sat Jun 27 18:25:50 2020 From: bugtracker at gambaswiki.org (bugtracker at gambaswiki.org) Date: Sat, 27 Jun 2020 16:25:50 GMT Subject: [Gambas-bugtracker] Bug #1767: PdfDocument error on open file In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.1767&from=L21haW4- Comment #7 by Mart?n BELMONTE: I'm not sure but it's probably this one. https://github.com/KeKe-Li/books/blob/master/Go/Introducing-Go.pdf Now I use another system (manjaro) that has a 99.0.0 poppler library and everything seems to be working properly. Regards. Mart?n BELMONTE changed the state of the bug to: Accepted. From bugtracker at gambaswiki.org Sat Jun 27 18:34:56 2020 From: bugtracker at gambaswiki.org (bugtracker at gambaswiki.org) Date: Sat, 27 Jun 2020 16:34:56 GMT Subject: [Gambas-bugtracker] Bug #1767: PdfDocument error on open file In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.1767&from=L21haW4- Comment #8 by Beno?t MINISINI: So it would be a bug in older versions of poppler. Beno?t MINISINI changed the state of the bug to: Upstream. From bugtracker at gambaswiki.org Sun Jun 28 00:39:12 2020 From: bugtracker at gambaswiki.org (bugtracker at gambaswiki.org) Date: Sat, 27 Jun 2020 22:39:12 GMT Subject: [Gambas-bugtracker] Bug #1821: Building on Raspios - Poppler fails to build - QT4 webkit missing Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.1821&from=L21haW4- Brian G reported a new bug. Summary ------- Building on Raspios - Poppler fails to build - QT4 webkit missing Type : Bug Priority : Medium Gambas version : Master Product : Development Environment Description ----------- The latest master builds fine on Raspi-OS except for Poppler Reports PDFDoc.h no such file or directory. Configure reports no issues with poppler. Also Unable to build QT4 webkit not found. Ignoring Poppler issue. Everything else seems to run fine, Installs fine apps seem to run fine So far. Mostly using terminal based apps. IDE works fine! Great Work! System information ------------------ latest master From bugtracker at gambaswiki.org Mon Jun 29 14:10:38 2020 From: bugtracker at gambaswiki.org (bugtracker at gambaswiki.org) Date: Mon, 29 Jun 2020 12:10:38 GMT Subject: [Gambas-bugtracker] Bug #1822: DateBox problems with qt4/qt5, not on gtk3 Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.1822&from=L21haW4- Charlie REINL reported a new bug. Summary ------- DateBox problems with qt4/qt5, not on gtk3 Type : Bug Priority : High Gambas version : Master Product : Language Description ----------- after selecting a Date, the form (buttons) and IDE (debug) don't response anymore, see attacht project System information ------------------ [System] Gambas=3.14.90 4ed290592 (master) OperatingSystem=Linux Kernel=5.3.0-59-generic Architecture=x86_64 Distribution=Ubuntu 18.04.4 LTS Desktop=MATE Theme=gtk Language=de_DE.UTF-8 Memory=3908M [Libraries] Cairo=libcairo.so.2.11510.0 DBus=libdbus-1.so.3.19.4 GStreamer=libgstreamer-1.0.so.0.1405.0 GTK+2=libgtk-x11-2.0.so.0.2400.32 GTK+3=libgtk-3.so.0.2200.30 OpenGL=libGL.so.1.0.0 Poppler=libpoppler.so.73.0.0 QT4=libQtCore.so.4.8.7 QT5=libQt5Core.so.5.9.5 SDL=libSDL-1.2.so.0.11.4 SQLite=libsqlite3.so.0.8.6 [Environment] CLUTTER_IM_MODULE=xim COMPIZ_CONFIG_PROFILE=mate DBUS_SESSION_BUS_ADDRESS=unix:path=/run/user/1000/bus DESKTOP_SESSION=mate DISPLAY=:0 GB_GUI=gb.qt5 GDMSESSION=mate GDM_LANG=de_DE GIO_LAUNCHED_DESKTOP_FILE=/Schreibtisch/gambas.desktop GIO_LAUNCHED_DESKTOP_FILE_PID=66173 GPG_AGENT_INFO=/run/user/1000/gnupg/S.gpg-agent:0:1 GTK_IM_MODULE=ibus GTK_MODULES=appmenu-gtk-module:gail:atk-bridge:canberra-gtk-module GTK_OVERLAY_SCROLLING=0 HOME= IM_CONFIG_PHASE=2 INSIDE_CAJA_PYTHON= LANG=de_DE.UTF-8 LANGUAGE=de_DE.UTF-8 LOGNAME= 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= QT4_IM_MODULE=xim QT_ACCESSIBILITY=1 QT_AUTO_SCREEN_SCALE_FACTOR=0 QT_IM_MODULE=ibus QT_LOGGING_RULES=*.debug=false QT_QPA_PLATFORMTHEME=gtk2 QT_SCALE_FACTOR=1 SESSION_MANAGER=local/:@/tmp/.ICE-unix/1656,unix/:/tmp/.ICE-unix/1656 SHELL=/bin/bash SHLVL=0 SSH_AGENT_PID=1840 SSH_AUTH_SOCK=/run/user/1000/keyring/ssh TEXTDOMAIN=im-config TEXTDOMAINDIR=/usr/share/locale/ 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/share/mate:/.local/share/flatpak/exports/share:/var/lib/flatpak/exports/share:/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 XMODIFIERS=@im=ibus From bugtracker at gambaswiki.org Mon Jun 29 14:33:05 2020 From: bugtracker at gambaswiki.org (bugtracker at gambaswiki.org) Date: Mon, 29 Jun 2020 12:33:05 GMT Subject: [Gambas-bugtracker] Bug #1822: DateBox problems with qt4/qt5, not on gtk3 In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.1822&from=L21haW4- Charlie REINL added an attachment: TestBug05-valgrind.out From bugtracker at gambaswiki.org Mon Jun 29 16:29:31 2020 From: bugtracker at gambaswiki.org (bugtracker at gambaswiki.org) Date: Mon, 29 Jun 2020 14:29:31 GMT Subject: [Gambas-bugtracker] Bug #1822: DateBox problems with qt4/qt5, not on gtk3 In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.1822&from=L21haW4- Beno?t MINISINI changed the state of the bug to: Accepted. From bugtracker at gambaswiki.org Mon Jun 29 19:26:23 2020 From: bugtracker at gambaswiki.org (bugtracker at gambaswiki.org) Date: Mon, 29 Jun 2020 17:26:23 GMT Subject: [Gambas-bugtracker] Bug #1823: The double quote produces an error Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.1823&from=L21haW4- Carlo PANARA reported a new bug. Summary ------- The double quote produces an error Type : Bug Priority : Low Gambas version : Master Product : Development Environment Description ----------- In a class, if I write a double quote, outside of a routine, an error occurs as in the attachment. System information ------------------ [System] Gambas=3.14.90 2b831182a (master) OperatingSystem=Linux Kernel=5.4.0-39-generic Architecture=x86_64 Distribution=Ubuntu 20.04 LTS Desktop=UBUNTU:GNOME Theme=qt5ctproxy Language=it_IT.UTF-8 Memory=3822M [Libraries] Cairo=libcairo.so.2.11600.0 Curl=libcurl.so.4.6.0 DBus=libdbus-1.so.3.19.11 GStreamer=libgstreamer-1.0.so.0.1602.0 GTK+2=libgtk-x11-2.0.so.0.2400.32 GTK+3=libgtk-3.so.0.2404.14 OpenGL=libGL.so.1.7.0 Poppler=libpoppler.so.97.0.0 QT5=libQt5Core.so.5.12.8 SDL=libSDL-1.2.so.0.11.4 SQLite=libsqlite3.so.0.8.6 [Environment] CLUTTER_IM_MODULE=ibus DBUS_SESSION_BUS_ADDRESS=unix:path=/run/user/1000/bus DESKTOP_SESSION=ubuntu DISPLAY=:0 GB_GUI=gb.qt5 GDMSESSION=ubuntu GIO_LAUNCHED_DESKTOP_FILE=/.local/share/applications/gambas3.desktop GIO_LAUNCHED_DESKTOP_FILE_PID=3177 GJS_DEBUG_OUTPUT=stderr GJS_DEBUG_TOPICS=JS ERROR;JS LOG GNOME_DESKTOP_SESSION_ID=this-is-deprecated GNOME_SHELL_SESSION_MODE=ubuntu GPG_AGENT_INFO=/run/user/1000/gnupg/S.gpg-agent:0:1 GTK_IM_MODULE=ibus GTK_MODULES=gail:atk-bridge HOME= IM_CONFIG_PHASE=1 INVOCATION_ID=63618082ce914952955858ed9d5ec293 JOURNAL_STREAM=9:38296 LANG=it_IT.UTF-8 LOGNAME= MANAGERPID=1384 PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin PWD= QT4_IM_MODULE=ibus QT_ACCESSIBILITY=1 QT_IM_MODULE=ibus QT_LOGGING_RULES=*.debug=false QT_QPA_PLATFORMTHEME=qt5ct SESSION_MANAGER=local/:@/tmp/.ICE-unix/1638,unix/:/tmp/.ICE-unix/1638 SHELL=/bin/bash SHLVL=0 SSH_AGENT_PID=1548 SSH_AUTH_SOCK=/run/user/1000/keyring/ssh TZ=:/etc/localtime USER= USERNAME= WINDOWPATH=2 XAUTHORITY=/run/user/1000/gdm/Xauthority XDG_CONFIG_DIRS=/etc/xdg/xdg-ubuntu:/etc/xdg XDG_CURRENT_DESKTOP=ubuntu:GNOME XDG_DATA_DIRS=/usr/share/ubuntu:/usr/local/share/:/usr/share/:/var/lib/snapd/desktop XDG_MENU_PREFIX=gnome- XDG_RUNTIME_DIR=/run/user/1000 XDG_SESSION_CLASS=user XDG_SESSION_DESKTOP=ubuntu XDG_SESSION_TYPE=x11 XMODIFIERS=@im=ibus _=/usr/bin/dbus-update-activation-environment From bugtracker at gambaswiki.org Mon Jun 29 20:27:16 2020 From: bugtracker at gambaswiki.org (bugtracker at gambaswiki.org) Date: Mon, 29 Jun 2020 18:27:16 GMT Subject: [Gambas-bugtracker] Bug #1822: DateBox problems with qt4/qt5, not on gtk3 In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.1822&from=L21haW4- Comment #1 by Beno?t MINISINI: Fixed in commit https://gitlab.com/gambas/gambas/-/commit/b469b83e2b2e6810bc6a3fe26f837d9fb44be9a3. Beno?t MINISINI changed the state of the bug to: Fixed. From bugtracker at gambaswiki.org Mon Jun 29 20:28:18 2020 From: bugtracker at gambaswiki.org (bugtracker at gambaswiki.org) Date: Mon, 29 Jun 2020 18:28:18 GMT Subject: [Gambas-bugtracker] Bug #1823: The double quote produces an error In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.1823&from=L21haW4- Beno?t MINISINI changed the state of the bug to: Accepted. From bugtracker at gambaswiki.org Mon Jun 29 20:34:09 2020 From: bugtracker at gambaswiki.org (bugtracker at gambaswiki.org) Date: Mon, 29 Jun 2020 18:34:09 GMT Subject: [Gambas-bugtracker] Bug #1823: The double quote produces an error In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.1823&from=L21haW4- Comment #1 by Beno?t MINISINI: Fixed in commit https://gitlab.com/gambas/gambas/-/commit/5b6d3a1b2e1008532c5f22bcf8b6bb6238b1f239. Beno?t MINISINI changed the state of the bug to: Fixed. From bugtracker at gambaswiki.org Mon Jun 29 20:35:15 2020 From: bugtracker at gambaswiki.org (bugtracker at gambaswiki.org) Date: Mon, 29 Jun 2020 18:35:15 GMT Subject: [Gambas-bugtracker] Bug #1821: Building on Raspios - Poppler fails to build - QT4 webkit missing In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.1821&from=L21haW4- Comment #1 by Beno?t MINISINI: Please provide the full output of the compilation process ('./configure -C', 'make' and 'make install'). Thanks. Beno?t MINISINI changed the state of the bug to: NeedsInfo. From bugtracker at gambaswiki.org Mon Jun 29 20:35:48 2020 From: bugtracker at gambaswiki.org (bugtracker at gambaswiki.org) Date: Mon, 29 Jun 2020 18:35:48 GMT Subject: [Gambas-bugtracker] Bug #1821: Building on Raspios - Poppler fails to build - QT4 webkit missing In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.1821&from=L21haW4- Comment #2 by Beno?t MINISINI: And if you can fulfill the system information with what the IDE 'system information' menu entry returns, it would be cool. From bugtracker at gambaswiki.org Mon Jun 29 20:59:06 2020 From: bugtracker at gambaswiki.org (bugtracker at gambaswiki.org) Date: Mon, 29 Jun 2020 18:59:06 GMT Subject: [Gambas-bugtracker] Bug #1824: Unable to select first row when WebComboBox ReadOnly property is false Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.1824&from=L21haW4- Safiur RAHMAN reported a new bug. Summary ------- Unable to select first row when WebComboBox ReadOnly property is false Type : Request Priority : Medium Gambas version : Master Product : Web components Description ----------- When WebComboBox ReadOnly property is false, the first row (Index=0) of the list cannot be selected unless you select some other row first. If there is some text in webcombobox then you can select first row. System information ------------------ [System] Gambas=3.14.90 OperatingSystem=Linux Kernel=5.3.0-59-generic Architecture=x86_64 Distribution=Ubuntu 19.10 Desktop=UBUNTU:GNOME Theme=fusion Language=en_US.UTF-8 Memory=3817M [Libraries] Cairo=libcairo.so.2.11600.0 Curl=libcurl.so.4.5.0 DBus=libdbus-1.so.3.19.10 GStreamer=libgstreamer-1.0.so.0.1601.0 GTK+2=libgtk-x11-2.0.so.0.2400.32 GTK+3=libgtk-3.so.0.2404.8 OpenGL=libGL.so.1.7.0 Poppler=libpoppler.so.90.0.0 QT4=libQtCore.so.4.8.7 QT5=libQt5Core.so.5.12.4 SDL=libSDL-1.2.so.0.11.4 SQLite=libsqlite3.so.0.8.6 [Environment] CLUTTER_IM_MODULE=ibus DBUS_SESSION_BUS_ADDRESS=unix:path=/run/user/1000/bus DESKTOP_SESSION= DISPLAY=:0 GB_GUI=gb.qt5 GDMSESSION= GIO_LAUNCHED_DESKTOP_FILE=/usr/share/applications/gambas3.desktop GIO_LAUNCHED_DESKTOP_FILE_PID=9155 GJS_DEBUG_OUTPUT=stderr GJS_DEBUG_TOPICS=JS ERROR;JS LOG GNOME_DESKTOP_SESSION_ID=this-is-deprecated GNOME_SHELL_SESSION_MODE= GPG_AGENT_INFO=/run/user/1000/gnupg/S.gpg-agent:0:1 GTK_IM_MODULE=ibus GTK_MODULES=gail:atk-bridge:appmenu-gtk-module HOME= IM_CONFIG_PHASE=1 INVOCATION_ID=36255d640f494efa99f186a42ec555e6 JOURNAL_STREAM=9:42680 LANG=en_US.UTF-8 LC_ADDRESS=bho_NP LC_IDENTIFICATION=bho_NP LC_MEASUREMENT=bho_NP LC_MONETARY=bho_NP LC_NAME=bho_NP LC_NUMERIC=bho_NP LC_PAPER=bho_NP LC_TELEPHONE=bho_NP LC_TIME=bho_NP LOGNAME= MANAGERPID=1517 PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin PWD= QT4_IM_MODULE=ibus QT_IM_MODULE=ibus QT_LOGGING_RULES=*.debug=false SESSION_MANAGER=local/:@/tmp/.ICE-unix/1722,unix/:/tmp/.ICE-unix/1722 SHELL=/bin/bash SHLVL=0 SSH_AGENT_PID=1623 SSH_AUTH_SOCK=/run/user/1000/keyring/ssh TZ=:/etc/localtime USER= USERNAME= WINDOWPATH=2 XAUTHORITY=/run/user/1000/gdm/Xauthority XDG_CONFIG_DIRS=/etc/xdg/xdg-:/etc/xdg XDG_CURRENT_DESKTOP=:GNOME XDG_DATA_DIRS=/usr/share/:/usr/local/share/:/usr/share/:/var/lib/snapd/desktop XDG_MENU_PREFIX=gnome- XDG_RUNTIME_DIR=/run/user/1000 XDG_SESSION_CLASS=user XDG_SESSION_DESKTOP= XDG_SESSION_TYPE=x11 XMODIFIERS=@im=ibus _=/usr/bin/dbus-update-activation-environment From bugtracker at gambaswiki.org Mon Jun 29 21:26:11 2020 From: bugtracker at gambaswiki.org (bugtracker at gambaswiki.org) Date: Mon, 29 Jun 2020 19:26:11 GMT Subject: [Gambas-bugtracker] Bug #1822: DateBox problems with qt4/qt5, not on gtk3 In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.1822&from=L21haW4- Comment #2 by Charlie REINL: this is written in the terminal when gambas3 is closed: .. at scenic64:~$ gambas3 libpng warning: iCCP: known incorrect sRGB profile do_close: (FEditor 0x559a5da33c38) 0 0 do_close: (FForm 0x559a5e9c8db8) 0 0 do_close: (FEditor 0x559a5da33c38) 0 1 do_close: (FForm 0x559a5e9c8db8) 0 1 do_close: (FProperty 0x559a5d1bc4b8) 0 0 do_close: (FOutput 0x559a5dee60b8) 0 0 do_close: (FDebugInfo 0x559a5d73f368) 0 0 do_close: (FOption 0x559a5dd78908) 0 0 do_close: (FHelpShortcut 0x559a5dd89198) 0 0 do_close: (FBalloon 0x559a5de7ee48) 0 0 do_close: (FSearch 0x559a5e096c08) 0 0 do_close: (FCompletion 0x559a5d8db348) 0 0 do_close: (FSignature 0x559a5e98d858) 0 0 do_close: (Window 0x559a5ea23a68) 0 0 do_close: (FEditor 0x559a5da33c38) 0 1 do_close: (FToolBar 0x559a5d9eaf68) 0 0 do_close: (FForm 0x559a5e9c8db8) 0 1 do_close: (FToolBar 0x559a5e9eb7f8) 0 0 do_close: (Form 0x559a5ea23b98) 0 0 do_close: (FOption 0x559a5dd78908) 0 1 do_close: (FHelpShortcut 0x559a5dd89198) 0 1 do_close: (FBalloon 0x559a5de7ee48) 0 1 do_close: (FSearch 0x559a5e096c08) 0 1 do_close: (FCompletion 0x559a5d8db348) 0 1 do_close: (FSignature 0x559a5e98d858) 0 1 do_close: (Window 0x559a5ea23a68) 0 1 do_close: (FCalendar 0x559a5def1b68) 0 0 do_close: (FMain 0x559a5d75fa08) 0 1 do_close: (FToolBar 0x559a5d783f38) 0 0 do_close: (FSidePanel 0x559a5d8d0548) 0 0 do_close: (FWorkspace 0x559a5d8ef578) 0 0 do_close: (FSidePanel 0x559a5d90d168) 0 0 do_close: (FDebugInfo 0x559a5d73f368) 0 1 do_close: (FWizard 0x559a5d7bd9b8) 0 0 do_close: (FOutput 0x559a5dee60b8) 0 1 do_close: (FDebugButton 0x559a5d1bd088) 0 0 do_close: (FSidePanel 0x559a5d911338) 0 0 do_close: (FImageProperty 0x559a5dba3008) 0 0 do_close: (FColorChooser 0x559a5dbcd978) 0 0 do_close: (FExpander 0x559a5db6bca8) 0 0 do_close: (FFontChooser 0x559a5db0bc08) 0 0 do_close: (FProperty 0x559a5d1bc4b8) 0 1 do_close: (FSidePanel 0x559a5dac4918) 0 0 do_close: (FFormStack 0x559a5db10e68) 0 0 do_close: (FToolBar 0x559a5db13408) 0 0 do_close: (FSidePanel 0x559a5d91b678) 0 0 do_close: (FToolBox 0x559a5d1a9c68) 0 0 do_close: (FToolPanel 0x559a5d66dab8) 0 0 do_close: (FToolPanel 0x559a5e70da58) 0 0 do_close: (FToolPanel 0x559a5e70dbc8) 0 0 do_close: (FToolPanel 0x559a5e7158e8) 0 0 do_close: (FToolPanel 0x559a5e71c978) 0 0 do_close: (FWelcome 0x559a5defb898) 0 0 .. at scenic64:~$ Charlie REINL changed the state of the bug to: Working. From bugtracker at gambaswiki.org Mon Jun 29 21:30:46 2020 From: bugtracker at gambaswiki.org (bugtracker at gambaswiki.org) Date: Mon, 29 Jun 2020 19:30:46 GMT Subject: [Gambas-bugtracker] Bug #1822: DateBox problems with qt4/qt5, not on gtk3 In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.1822&from=L21haW4- Comment #2 by Charlie REINL: this is written in the terminal when gambas3 is closed .. at scenic64:~$ gambas3 libpng warning: iCCP: known incorrect sRGB profile do_close: (FEditor 0x559a5da33c38) 0 0 do_close: (FForm 0x559a5e9c8db8) 0 0 do_close: (FEditor 0x559a5da33c38) 0 1 do_close: (FForm 0x559a5e9c8db8) 0 1 do_close: (FProperty 0x559a5d1bc4b8) 0 0 do_close: (FOutput 0x559a5dee60b8) 0 0 do_close: (FDebugInfo 0x559a5d73f368) 0 0 do_close: (FOption 0x559a5dd78908) 0 0 do_close: (FHelpShortcut 0x559a5dd89198) 0 0 do_close: (FBalloon 0x559a5de7ee48) 0 0 do_close: (FSearch 0x559a5e096c08) 0 0 do_close: (FCompletion 0x559a5d8db348) 0 0 do_close: (FSignature 0x559a5e98d858) 0 0 do_close: (Window 0x559a5ea23a68) 0 0 do_close: (FEditor 0x559a5da33c38) 0 1 do_close: (FToolBar 0x559a5d9eaf68) 0 0 do_close: (FForm 0x559a5e9c8db8) 0 1 do_close: (FToolBar 0x559a5e9eb7f8) 0 0 do_close: (Form 0x559a5ea23b98) 0 0 do_close: (FOption 0x559a5dd78908) 0 1 do_close: (FHelpShortcut 0x559a5dd89198) 0 1 do_close: (FBalloon 0x559a5de7ee48) 0 1 do_close: (FSearch 0x559a5e096c08) 0 1 do_close: (FCompletion 0x559a5d8db348) 0 1 do_close: (FSignature 0x559a5e98d858) 0 1 do_close: (Window 0x559a5ea23a68) 0 1 do_close: (FCalendar 0x559a5def1b68) 0 0 do_close: (FMain 0x559a5d75fa08) 0 1 do_close: (FToolBar 0x559a5d783f38) 0 0 do_close: (FSidePanel 0x559a5d8d0548) 0 0 do_close: (FWorkspace 0x559a5d8ef578) 0 0 do_close: (FSidePanel 0x559a5d90d168) 0 0 do_close: (FDebugInfo 0x559a5d73f368) 0 1 do_close: (FWizard 0x559a5d7bd9b8) 0 0 do_close: (FOutput 0x559a5dee60b8) 0 1 do_close: (FDebugButton 0x559a5d1bd088) 0 0 do_close: (FSidePanel 0x559a5d911338) 0 0 do_close: (FImageProperty 0x559a5dba3008) 0 0 do_close: (FColorChooser 0x559a5dbcd978) 0 0 do_close: (FExpander 0x559a5db6bca8) 0 0 do_close: (FFontChooser 0x559a5db0bc08) 0 0 do_close: (FProperty 0x559a5d1bc4b8) 0 1 do_close: (FSidePanel 0x559a5dac4918) 0 0 do_close: (FFormStack 0x559a5db10e68) 0 0 do_close: (FToolBar 0x559a5db13408) 0 0 do_close: (FSidePanel 0x559a5d91b678) 0 0 do_close: (FToolBox 0x559a5d1a9c68) 0 0 do_close: (FToolPanel 0x559a5d66dab8) 0 0 do_close: (FToolPanel 0x559a5e70da58) 0 0 do_close: (FToolPanel 0x559a5e70dbc8) 0 0 do_close: (FToolPanel 0x559a5e7158e8) 0 0 do_close: (FToolPanel 0x559a5e71c978) 0 0 do_close: (FWelcome 0x559a5defb898) 0 0 .. at scenic64:~$ Charlie REINL changed the state of the bug to: Opened. From bugtracker at gambaswiki.org Mon Jun 29 21:31:47 2020 From: bugtracker at gambaswiki.org (bugtracker at gambaswiki.org) Date: Mon, 29 Jun 2020 19:31:47 GMT Subject: [Gambas-bugtracker] Bug #1822: DateBox problems with qt4/qt5, not on gtk3 In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.1822&from=L21haW4- Comment #2 by Charlie REINL: @scenic64:~$ gambas3 libpng warning: iCCP: known incorrect sRGB profile do_close: (FEditor 0x559a5da33c38) 0 0 do_close: (FForm 0x559a5e9c8db8) 0 0 do_close: (FEditor 0x559a5da33c38) 0 1 do_close: (FForm 0x559a5e9c8db8) 0 1 do_close: (FProperty 0x559a5d1bc4b8) 0 0 do_close: (FOutput 0x559a5dee60b8) 0 0 do_close: (FDebugInfo 0x559a5d73f368) 0 0 do_close: (FOption 0x559a5dd78908) 0 0 do_close: (FHelpShortcut 0x559a5dd89198) 0 0 do_close: (FBalloon 0x559a5de7ee48) 0 0 do_close: (FSearch 0x559a5e096c08) 0 0 do_close: (FCompletion 0x559a5d8db348) 0 0 do_close: (FSignature 0x559a5e98d858) 0 0 do_close: (Window 0x559a5ea23a68) 0 0 do_close: (FEditor 0x559a5da33c38) 0 1 do_close: (FToolBar 0x559a5d9eaf68) 0 0 do_close: (FForm 0x559a5e9c8db8) 0 1 do_close: (FToolBar 0x559a5e9eb7f8) 0 0 do_close: (Form 0x559a5ea23b98) 0 0 do_close: (FOption 0x559a5dd78908) 0 1 do_close: (FHelpShortcut 0x559a5dd89198) 0 1 do_close: (FBalloon 0x559a5de7ee48) 0 1 do_close: (FSearch 0x559a5e096c08) 0 1 do_close: (FCompletion 0x559a5d8db348) 0 1 do_close: (FSignature 0x559a5e98d858) 0 1 do_close: (Window 0x559a5ea23a68) 0 1 do_close: (FCalendar 0x559a5def1b68) 0 0 do_close: (FMain 0x559a5d75fa08) 0 1 do_close: (FToolBar 0x559a5d783f38) 0 0 do_close: (FSidePanel 0x559a5d8d0548) 0 0 do_close: (FWorkspace 0x559a5d8ef578) 0 0 do_close: (FSidePanel 0x559a5d90d168) 0 0 do_close: (FDebugInfo 0x559a5d73f368) 0 1 do_close: (FWizard 0x559a5d7bd9b8) 0 0 do_close: (FOutput 0x559a5dee60b8) 0 1 do_close: (FDebugButton 0x559a5d1bd088) 0 0 do_close: (FSidePanel 0x559a5d911338) 0 0 do_close: (FImageProperty 0x559a5dba3008) 0 0 do_close: (FColorChooser 0x559a5dbcd978) 0 0 do_close: (FExpander 0x559a5db6bca8) 0 0 do_close: (FFontChooser 0x559a5db0bc08) 0 0 do_close: (FProperty 0x559a5d1bc4b8) 0 1 do_close: (FSidePanel 0x559a5dac4918) 0 0 do_close: (FFormStack 0x559a5db10e68) 0 0 do_close: (FToolBar 0x559a5db13408) 0 0 do_close: (FSidePanel 0x559a5d91b678) 0 0 do_close: (FToolBox 0x559a5d1a9c68) 0 0 do_close: (FToolPanel 0x559a5d66dab8) 0 0 do_close: (FToolPanel 0x559a5e70da58) 0 0 do_close: (FToolPanel 0x559a5e70dbc8) 0 0 do_close: (FToolPanel 0x559a5e7158e8) 0 0 do_close: (FToolPanel 0x559a5e71c978) 0 0 do_close: (FWelcome 0x559a5defb898) 0 0 charlie at scenic64:~$ From bugtracker at gambaswiki.org Mon Jun 29 21:36:11 2020 From: bugtracker at gambaswiki.org (bugtracker at gambaswiki.org) Date: Mon, 29 Jun 2020 19:36:11 GMT Subject: [Gambas-bugtracker] Bug #1821: Building on Raspios - Poppler fails to build - QT4 webkit missing In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.1821&from=L21haW4- Comment #3 by Brian G: Here are the outputs you requested Brian G changed the state of the bug to: Accepted. From bugtracker at gambaswiki.org Mon Jun 29 21:36:36 2020 From: bugtracker at gambaswiki.org (bugtracker at gambaswiki.org) Date: Mon, 29 Jun 2020 19:36:36 GMT Subject: [Gambas-bugtracker] Bug #1821: Building on Raspios - Poppler fails to build - QT4 webkit missing In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.1821&from=L21haW4- Brian G added an attachment: configureinfo. From bugtracker at gambaswiki.org Mon Jun 29 21:36:51 2020 From: bugtracker at gambaswiki.org (bugtracker at gambaswiki.org) Date: Mon, 29 Jun 2020 19:36:51 GMT Subject: [Gambas-bugtracker] Bug #1821: Building on Raspios - Poppler fails to build - QT4 webkit missing In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.1821&from=L21haW4- Brian G added an attachment: makeerrinfo. From bugtracker at gambaswiki.org Mon Jun 29 21:37:06 2020 From: bugtracker at gambaswiki.org (bugtracker at gambaswiki.org) Date: Mon, 29 Jun 2020 19:37:06 GMT Subject: [Gambas-bugtracker] Bug #1821: Building on Raspios - Poppler fails to build - QT4 webkit missing In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.1821&from=L21haW4- Brian G added an attachment: makeSkiperrinfo. From bugtracker at gambaswiki.org Mon Jun 29 21:37:27 2020 From: bugtracker at gambaswiki.org (bugtracker at gambaswiki.org) Date: Mon, 29 Jun 2020 19:37:27 GMT Subject: [Gambas-bugtracker] Bug #1821: Building on Raspios - Poppler fails to build - QT4 webkit missing In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.1821&from=L21haW4- Brian G added an attachment: makeinstall. From bugtracker at gambaswiki.org Mon Jun 29 21:38:26 2020 From: bugtracker at gambaswiki.org (bugtracker at gambaswiki.org) Date: Mon, 29 Jun 2020 19:38:26 GMT Subject: [Gambas-bugtracker] Bug #1821: Building on Raspios - Poppler fails to build - QT4 webkit missing In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.1821&from=L21haW4- Comment #4 by Brian G: With the latest master update it looks like the qt4 webkit issue is gone From bugtracker at gambaswiki.org Mon Jun 29 21:44:36 2020 From: bugtracker at gambaswiki.org (bugtracker at gambaswiki.org) Date: Mon, 29 Jun 2020 19:44:36 GMT Subject: [Gambas-bugtracker] Bug #1825: RaspiOS 32 bit version IDE randomly hang or exits Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.1825&from=L21haW4- Brian G reported a new bug. Summary ------- RaspiOS 32 bit version IDE randomly hang or exits Type : Bug Priority : Medium Gambas version : Master Product : Development Environment Description ----------- With the latest master on RaspiOS 32 bit version the IDE will randomly not start, or exit right away. So far the 64 bit version seems fine. All the attachments for the other RaspiOS error I reported are for this issue as well. System information ------------------ [System] Gambas=3.14.90 5a2b06b24 (master) OperatingSystem=Linux Kernel=4.19.118-v7l+ Architecture=arm Distribution=debian 10.4 Desktop=LXDE Theme=qt5ctproxy Language=en_US.UTF-8 Memory=3469M [Libraries] Cairo=libcairo.so.2.11600.0 Curl=libcurl.so.4.5.0 DBus=libdbus-1.so.3.19.11 GStreamer=libgstreamer-1.0.so.0.1404.0 GTK+2=libgtk-x11-2.0.so.0.2400.32 GTK+3=libgtk-3.so.0.2404.1 OpenGL=libGL.so.1.7.0 Poppler=libpoppler.so.82.0.0 QT4=libQtCore.so.4.8.7 QT5=libQt5Core.so.5.11.3 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=LXDE- DISPLAY=:0.0 GB_GUI=gb.qt5 GDMSESSION=lightdm-xsession GPG_AGENT_INFO=/run/user/1000/gnupg/S.gpg-agent:0:1 HOME= LANG=en_US.UTF-8 LANGUAGE=en_US.UTF-8 LC_ALL=en_US.UTF-8 LOGNAME= NO_AT_BRIDGE=1 PATH=/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/local/games:/usr/games PWD= QT_LOGGING_RULES=*.debug=false QT_QPA_PLATFORMTHEME=qt5ct SAL_USE_VCLPLUGIN=gtk3 SHELL=/usr/bin/gsh SSH_AGENT_PID=673 SSH_AUTH_SOCK=/tmp/ssh-WhZviT5ifu2Q/agent.639 TEXTDOMAIN=Linux-PAM TZ=:/etc/localtime USER= XAUTHORITY=/.Xauthority XDG_CONFIG_DIRS=/etc/xdg XDG_CONFIG_HOME=/.config XDG_CURRENT_DESKTOP=LXDE XDG_DATA_DIRS=/usr/share/fkms:/usr/local/share:/usr/share/ras-ui-overrides:/usr/share:/usr/share/gdm:/var/lib/menu-xdg XDG_GREETER_DATA_DIR=/var/lib/lightdm/data/ XDG_MENU_PREFIX=lxde-- XDG_RUNTIME_DIR=/run/user/1000 XDG_SEAT=seat0 XDG_SEAT_PATH=/org/freedesktop/DisplayManager/Seat0 XDG_SESSION_CLASS=user XDG_SESSION_DESKTOP=lightdm-xsession XDG_SESSION_ID=c1 XDG_SESSION_PATH=/org/freedesktop/DisplayManager/Session0 XDG_SESSION_TYPE=x11 XDG_VTNR=7 _LXSESSION_PID=639 From bugtracker at gambaswiki.org Mon Jun 29 21:54:19 2020 From: bugtracker at gambaswiki.org (bugtracker at gambaswiki.org) Date: Mon, 29 Jun 2020 19:54:19 GMT Subject: [Gambas-bugtracker] Bug #1822: DateBox problems with qt4/qt5, not on gtk3 In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.1822&from=L21haW4- Comment #2 by Charlie REINL: debugging still not possible (set a Breakpoint at: Message.Question("does it pass, on debug?")) Sorry for the 3 posts, could not see my entries after [save] From bugtracker at gambaswiki.org Mon Jun 29 22:26:55 2020 From: bugtracker at gambaswiki.org (bugtracker at gambaswiki.org) Date: Mon, 29 Jun 2020 20:26:55 GMT Subject: [Gambas-bugtracker] Bug #1821: Building on Raspios - Poppler fails to build - QT4 webkit missing In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.1821&from=L21haW4- Comment #5 by Beno?t MINISINI: Did you install all poppler development packages? Beno?t MINISINI changed the state of the bug to: NeedsInfo.