From willy at ...749... Tue May 5 23:24:50 2015 From: willy at ...749... (Willy@...750...) Date: Tue, 05 May 2015 23:24:50 +0200 Subject: [Gambas-devel] A little remark on the English language used in IDE Message-ID: <1430861090.8552.6.camel@...735...> Hi All, When clicking on Software Farm (upon opening the Gambas IDE), the opened Gambas Software Farm form shows category 'Every software'. 'All software' would be better English is suppose (although English is not my mother tongue). -- Kind regards, Willy (aka gbWilly) http://gambasshowcase.org/ http://howtogambas.org http://gambos.org From taboege at ...176... Sun May 10 11:19:18 2015 From: taboege at ...176... (Tobias Boege) Date: Sun, 10 May 2015 11:19:18 +0200 Subject: [Gambas-devel] Rev #7065: GB_ERR_NWRITE missing Message-ID: <20150510091918.GB936@...693...> Hi Benoit, I'm trying to compile #7065 but even after a complete checkout, reconf-all, configure run, it stops at CTrayIcon.cpp: CTrayIcon.cpp: In function 'void TrayIcon_unknown(void*, void*)': CTrayIcon.cpp:330:13: error: 'GB_ERR_NWRITE' was not declared in this scope GB.Error(GB_ERR_NWRITE, GB.GetClassName(NULL), name); I ran a "make -j5" but that shouldn't be the problem, I guess. Was that constant forgotten in your commit? (grep can't find it in main/.) Regards, Tobi -- "There's an old saying: Don't change anything... ever!" -- Mr. Monk From gambas at ...1... Sun May 10 12:49:30 2015 From: gambas at ...1... (=?windows-1252?Q?Beno=EEt_Minisini?=) Date: Sun, 10 May 2015 12:49:30 +0200 Subject: [Gambas-devel] Rev #7065: GB_ERR_NWRITE missing In-Reply-To: <20150510091918.GB936@...693...> References: <20150510091918.GB936@...693...> Message-ID: <554F37BA.4000203@...1...> Le 10/05/2015 11:19, Tobias Boege a ?crit : > Hi Benoit, > > I'm trying to compile #7065 but even after a complete checkout, reconf-all, > configure run, it stops at CTrayIcon.cpp: > > CTrayIcon.cpp: In function 'void TrayIcon_unknown(void*, void*)': > CTrayIcon.cpp:330:13: error: 'GB_ERR_NWRITE' was not declared in this scope > GB.Error(GB_ERR_NWRITE, GB.GetClassName(NULL), name); > > I ran a "make -j5" but that shouldn't be the problem, I guess. Was that > constant forgotten in your commit? (grep can't find it in main/.) > > Regards, > Tobi > It should be fixed now! Regards, -- Beno?t Minisini From gambas at ...1... Sun May 10 12:52:28 2015 From: gambas at ...1... (=?windows-1252?Q?Beno=EEt_Minisini?=) Date: Sun, 10 May 2015 12:52:28 +0200 Subject: [Gambas-devel] A little remark on the English language used in IDE In-Reply-To: <1430861090.8552.6.camel@...735...> References: <1430861090.8552.6.camel@...735...> Message-ID: <554F386C.2090608@...1...> Le 05/05/2015 23:24, Willy at ...750... a ?crit : > Hi All, > > When clicking on Software Farm (upon opening the Gambas IDE), the opened > Gambas Software Farm form shows category 'Every software'. > > 'All software' would be better English is suppose (although English is > not my mother tongue). > Fixed in revision #7071. Regards, -- Beno?t Minisini From sebikul at ...176... Mon May 11 05:00:38 2015 From: sebikul at ...176... (Sebastian Kulesz) Date: Mon, 11 May 2015 00:00:38 -0300 Subject: [Gambas-devel] New gb.qt5 component Message-ID: Hi Beno?t, I saw the new gb.qt5 component and added it to the Daily PPA so you can get early feedback. In the last commit you forced the minimum version to 5.4 because the gb.qt5.opengl component. I wanted to know if the rest of the QT5 components are compatible with 5.3, or even 5.2, so that I can backport them to previous Ubuntu releases. Thanks! -------------- next part -------------- An HTML attachment was scrubbed... URL: From gambas at ...1... Mon May 11 13:45:16 2015 From: gambas at ...1... (=?windows-1252?Q?Beno=EEt_Minisini?=) Date: Mon, 11 May 2015 13:45:16 +0200 Subject: [Gambas-devel] New gb.qt5 component In-Reply-To: References: Message-ID: <5550964C.70003@...1...> Le 11/05/2015 05:00, Sebastian Kulesz a ?crit : > Hi Beno?t, I saw the new gb.qt5 component and added it to the Daily PPA > so you can get early feedback. > > In the last commit you forced the minimum version to 5.4 because the > gb.qt5.opengl component. I wanted to know if the rest of the QT5 > components are compatible with 5.3, or even 5.2, so that I can backport > them to previous Ubuntu releases. > > Thanks! > The new QT5 OpenGL widget requires QT 5.4. The old one from QT4 is still there, but the documentation says that we should not use it. I will try to see if I can use it anyway so that QT <= 5.3 can be used, and I will tell you. Regards, -- Beno?t Minisini From gambas at ...1... Mon May 11 23:36:53 2015 From: gambas at ...1... (=?windows-1252?Q?Beno=EEt_Minisini?=) Date: Mon, 11 May 2015 23:36:53 +0200 Subject: [Gambas-devel] New gb.qt5 component In-Reply-To: <5550964C.70003@...1...> References: <5550964C.70003@...1...> Message-ID: <555120F5.2090404@...1...> Le 11/05/2015 13:45, Beno?t Minisini a ?crit : > Le 11/05/2015 05:00, Sebastian Kulesz a ?crit : >> Hi Beno?t, I saw the new gb.qt5 component and added it to the Daily PPA >> so you can get early feedback. >> >> In the last commit you forced the minimum version to 5.4 because the >> gb.qt5.opengl component. I wanted to know if the rest of the QT5 >> components are compatible with 5.3, or even 5.2, so that I can backport >> them to previous Ubuntu releases. >> >> Thanks! >> > > The new QT5 OpenGL widget requires QT 5.4. The old one from QT4 is still > there, but the documentation says that we should not use it. > > I will try to see if I can use it anyway so that QT <= 5.3 can be used, > and I will tell you. > > Regards, > It's done in revision #7079: the gb.qt5.opengl now can use Qt 5.3. Regards, -- Beno?t Minisini From gambas at ...1... Mon May 11 23:49:05 2015 From: gambas at ...1... (=?windows-1252?Q?Beno=EEt_Minisini?=) Date: Mon, 11 May 2015 23:49:05 +0200 Subject: [Gambas-devel] New gb.qt5 component In-Reply-To: <555120F5.2090404@...1...> References: <5550964C.70003@...1...> <555120F5.2090404@...1...> Message-ID: <555123D1.8020009@...1...> Le 11/05/2015 23:36, Beno?t Minisini a ?crit : > Le 11/05/2015 13:45, Beno?t Minisini a ?crit : >> Le 11/05/2015 05:00, Sebastian Kulesz a ?crit : >>> Hi Beno?t, I saw the new gb.qt5 component and added it to the Daily PPA >>> so you can get early feedback. >>> >>> In the last commit you forced the minimum version to 5.4 because the >>> gb.qt5.opengl component. I wanted to know if the rest of the QT5 >>> components are compatible with 5.3, or even 5.2, so that I can backport >>> them to previous Ubuntu releases. >>> >>> Thanks! >>> >> >> The new QT5 OpenGL widget requires QT 5.4. The old one from QT4 is still >> there, but the documentation says that we should not use it. >> >> I will try to see if I can use it anyway so that QT <= 5.3 can be used, >> and I will tell you. >> >> Regards, >> > > It's done in revision #7079: the gb.qt5.opengl now can use Qt 5.3. > > Regards, > Another not related point: to compile gb.jit with Kubuntu 15.10, you have to install llvm 3.5 and configure the component that way: LLVM_CONFIG=llvm-config-3.5 ./configure -C Regards, -- Beno?t Minisini From sebikul at ...176... Tue May 26 07:50:51 2015 From: sebikul at ...176... (Sebastian Kulesz) Date: Tue, 26 May 2015 02:50:51 -0300 Subject: [Gambas-devel] New gb.qt5 component In-Reply-To: <555123D1.8020009@...1...> References: <5550964C.70003@...1...> <555120F5.2090404@...1...> <555123D1.8020009@...1...> Message-ID: It seems like the IDE now requires gb.qt5 since commit 7092. Ubuntu precise lacks QT5 packages, and would be left out without support. Is this only a test, or will the IDE move to gb.qt5 permanently? On Mon, May 11, 2015 at 6:49 PM, Beno?t Minisini < gambas at ...1...> wrote: > Le 11/05/2015 23:36, Beno?t Minisini a ?crit : > > Le 11/05/2015 13:45, Beno?t Minisini a ?crit : > >> Le 11/05/2015 05:00, Sebastian Kulesz a ?crit : > >>> Hi Beno?t, I saw the new gb.qt5 component and added it to the Daily PPA > >>> so you can get early feedback. > >>> > >>> In the last commit you forced the minimum version to 5.4 because the > >>> gb.qt5.opengl component. I wanted to know if the rest of the QT5 > >>> components are compatible with 5.3, or even 5.2, so that I can backport > >>> them to previous Ubuntu releases. > >>> > >>> Thanks! > >>> > >> > >> The new QT5 OpenGL widget requires QT 5.4. The old one from QT4 is still > >> there, but the documentation says that we should not use it. > >> > >> I will try to see if I can use it anyway so that QT <= 5.3 can be used, > >> and I will tell you. > >> > >> Regards, > >> > > > > It's done in revision #7079: the gb.qt5.opengl now can use Qt 5.3. > > > > Regards, > > > > Another not related point: to compile gb.jit with Kubuntu 15.10, you > have to install llvm 3.5 and configure the component that way: > > LLVM_CONFIG=llvm-config-3.5 ./configure -C > > Regards, > > -- > Beno?t Minisini > > > ------------------------------------------------------------------------------ > One dashboard for servers and applications across Physical-Virtual-Cloud > Widest out-of-the-box monitoring support with 50+ applications > Performance metrics, stats and reports that give you Actionable Insights > Deep dive visibility with transaction tracing using APM Insight. > http://ad.doubleclick.net/ddm/clk/290420510;117567292;y > _______________________________________________ > Gambas-devel mailing list > Gambas-devel at lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/gambas-devel > -------------- next part -------------- An HTML attachment was scrubbed... URL: From gambas at ...1... Tue May 26 12:21:04 2015 From: gambas at ...1... (=?windows-1252?Q?Beno=EEt_Minisini?=) Date: Tue, 26 May 2015 12:21:04 +0200 Subject: [Gambas-devel] New gb.qt5 component In-Reply-To: References: <5550964C.70003@...1...> <555120F5.2090404@...1...> <555123D1.8020009@...1...> Message-ID: <55644910.3000409@...1...> Le 26/05/2015 07:50, Sebastian Kulesz a ?crit : > It seems like the IDE now requires gb.qt5 since commit 7092. Ubuntu > precise lacks QT5 packages, and would be left out without support. Is > this only a test, or will the IDE move to gb.qt5 permanently? > At the moment it is a test, but now gb.qt5 works correctly enough for the IDE. I'm currently thinking of making two special QT components (a bit like gb.gui) that would load gb.qt5 if present, and gb.qt4 otherwise. That way, I won't have to make two versions of the IDE project, one for the old Linux with gb.qt4, and one for the new ones with gb.qt5. Regards, -- Beno?t Minisini