[Gambas-user] Balloons, everywhere but when I don't want them.

2017-08-17 Thread adamn...@gmail.com
Probably obscure, but I'll give it a go anyway... This project has about 80 or so Timers running at any given time, when they fire some stuff is updated and then a balloon pops up to alert the user that some update has happened. All fantastic. And an added bonus is that the balloon pops up o

Re: [Gambas-user] Switching to GitLab

2017-08-17 Thread PICCORO McKAY Lenz
i'll do my own test and report feedback.. seems your recent git versions obvious some commands.. Lenz McKAY Gerardo (PICCORO) http://qgqlochekone.blogspot.com 2017-08-17 16:17 GMT-04:00 Gianluigi : > I updated with git pull but I get the same mistake. > I deduce that once deleted the files with t

Re: [Gambas-user] Switching to GitLab

2017-08-17 Thread Gianluigi
I updated with git pull but I get the same mistake. I deduce that once deleted the files with this command are not rewritten. Is that so? [0] Regards Gianluigi [0] gian@gi:~$ cd gambasdevel gian@gi:~/gambasdevel$ git pull remote: Counting objects: 33, done. remote: Compressing objects: 100% (19/19

Re: [Gambas-user] Switching to GitLab

2017-08-17 Thread Karl Reinl
Am Donnerstag, den 17.08.2017, 17:54 +0200 schrieb Benoît Minisini via Gambas-user: > Le 17/08/2017 à 17:52, Benoît Minisini a écrit : > > Le 17/08/2017 à 17:46, Gianluigi a écrit : > >> I had previously successfully updated using these drastic commands. > >> > >> cd gambasdevel > >> sudo make unin

Re: [Gambas-user] Switching to GitLab

2017-08-17 Thread PICCORO McKAY Lenz
sometimes gitlab make rapid deploys of their software that only takes some minutes... Lenz McKAY Gerardo (PICCORO) http://qgqlochekone.blogspot.com 2017-08-17 11:54 GMT-04:00 Benoît Minisini via Gambas-user : > Le 17/08/2017 à 17:52, Benoît Minisini a écrit : >> >> Le 17/08/2017 à 17:46, Gianluig

Re: [Gambas-user] Switching to GitLab

2017-08-17 Thread PICCORO McKAY Lenz
really usefully, i'm taking all the feedback here for a more completion use cases guide Lenz McKAY Gerardo (PICCORO) http://qgqlochekone.blogspot.com 2017-08-17 4:01 GMT-04:00 adamn...@gmail.com : > This might help some folks: > https://www.atlassian.com/git/tutorials/atlassian-git-cheatsheet >

Re: [Gambas-user] Switching to GitLab

2017-08-17 Thread Gianluigi
Thanks for the answers, as I have already written only to Benoit (wrong as usual :-)), no problem. I'm just doing experiance. Regards Gianluigi 2017-08-17 17:54 GMT+02:00 Benoît Minisini : > Le 17/08/2017 à 17:52, Benoît Minisini a écrit : > >> Le 17/08/2017 à 17:46, Gianluigi a écrit : >> >>> I

Re: [Gambas-user] Switching to GitLab

2017-08-17 Thread Benoît Minisini via Gambas-user
Le 17/08/2017 à 17:52, Benoît Minisini a écrit : Le 17/08/2017 à 17:46, Gianluigi a écrit : I had previously successfully updated using these drastic commands. cd gambasdevel sudo make uninstall cd rm -rf gambasdevel/ git clone https://gitlab.com/gambas/gambas.git gambasdevel cd gambasdevel ( .

Re: [Gambas-user] Switching to GitLab

2017-08-17 Thread Tobias Boege
On Thu, 17 Aug 2017, Gianluigi wrote: > I had previously successfully updated using these drastic commands. > > cd gambasdevel > sudo make uninstall > cd > rm -rf gambasdevel/ > git clone https://gitlab.com/gambas/gambas.git gambasdevel > cd gambasdevel > ( ./reconf-all && LLVM_CONFIG=llvm-config-

Re: [Gambas-user] Switching to GitLab

2017-08-17 Thread Benoît Minisini via Gambas-user
Le 17/08/2017 à 17:46, Gianluigi a écrit : I had previously successfully updated using these drastic commands. cd gambasdevel sudo make uninstall cd rm -rf gambasdevel/ git clone https://gitlab.com/gambas/gambas.git gambasdevel cd gambasdevel ( ./reconf-all && LLVM_CONFIG=llvm-config-3.5 ./confi

Re: [Gambas-user] Switching to GitLab

2017-08-17 Thread Gianluigi
I had previously successfully updated using these drastic commands. cd gambasdevel sudo make uninstall cd rm -rf gambasdevel/ git clone https://gitlab.com/gambas/gambas.git gambasdevel cd gambasdevel ( ./reconf-all && LLVM_CONFIG=llvm-config-3.5 ./configure -C ) > ~/Scrivania/R_conf-Gambsdevel.log

Re: [Gambas-user] Switching to GitLab

2017-08-17 Thread Adrien Prokopowicz
Le Sun, 13 Aug 2017 14:56:51 +0200, Gianluigi a écrit: Hi Benoit, I apologize for ignorance but I have never used Git. To update the Trunk, what should I do now? To subscribe to the new ML? To report a bug? Write access is only for participating in the code, or? Regards Gianluigi (I'm res

Re: [Gambas-user] Switching to GitLab

2017-08-17 Thread adamn...@gmail.com
This might help some folks: https://www.atlassian.com/git/tutorials/atlassian-git-cheatsheet b On Thu, 17 Aug 2017 09:46:32 +0200 Christof Thalhofer wrote: > Hi, > > Am 16.08.2017 um 18:19 schrieb Karl Reinl: > > > not knowing git, and not having read anything about GitLab, > > following the

Re: [Gambas-user] Switching to GitLab

2017-08-17 Thread Tobias Boege
On Thu, 17 Aug 2017, Christof Thalhofer wrote: > But as you now have the complete repository on your computer you can > easyly switch to another version, you can checkout tags and also branches: > > For actual stable you would do: > > git checkout v3.10.0 > > For an older one: > > git checkout

Re: [Gambas-user] Switching to GitLab

2017-08-17 Thread Christof Thalhofer
Hi, Am 16.08.2017 um 18:19 schrieb Karl Reinl: > not knowing git, and not having read anything about GitLab, > following these instructions seems to run oK! But this is a > 35 MB > download. Do I have to do that every time, if I want to get the newest > release (I know the example is for the stab

[Gambas-user] Connect to and control LibreOffice

2017-08-17 Thread Doug Hutcheson
On the page http://gambaswiki.org/wiki/doc/intro?nh is this information: Gambas is build on top of many free softwares, and could not exist without them. So I would like to thank every people involved in the following projects: * Linux * KDE * GCC and all of the GNU tools, of course. * The Qt

Re: [Gambas-user] Switching to GitLab

2017-08-17 Thread Hans Lehmann
Hello, After the many discussions and suggestions I would have as a simple user of Gambas as a result a working description (commands and meaningful comments) how to (1) completely deletes an old Gambas version and (2) installed a new * stable * Gambas version. This would have a real practic