[Development] Qt Charts poor dynamic/resolution with OpenGL

2016-07-19 Thread jeandet
/precisions-precisio ns/ http://www.urbanrobots.com/Blogs/WW/2006/01/working-to-solution-in-prec ision.html http://www.urbanrobots.com/Blogs/WW/2006/01/solving-coordinate-precisio n-problems.html Best regards Alexis Jeandet Laboratory of Plasma Physics(LPP) http://www.lpp.fr/?lang=en

Re: [Development] Future of QBS

2017-10-16 Thread jeandet
Hello, My two cents as a Qt user and occasional Meson contributor. I have the feeling that a Qt build system will always force the users to choose between another tool they know but where the Qt support might not be the best and a Qt focused tool with a good Qt support but they will have to deal

Re: [Development] Getting build flags for platforms without pkg-config

2017-10-30 Thread jeandet
Le lundi 30 octobre 2017 à 19:11 +0300, Konstantin Tokarev a écrit : > > 30.10.2017, 18:53, "Konstantin Tokarev" : > > 30.10.2017, 18:43, "Thiago Macieira" : > > > On segunda-feira, 30 de outubro de 2017 08:27:02 PDT Konstantin > > > Tokarev wrote: >

[Development] Charts and DataVis Questions

2016-01-22 Thread Alexis Jeandet
Hi, I have few naive questions about Charts and DataVis modules. 1) As I understand DataVis module is mainly a 3d data visualization module while Charts is mainly a 1d data visualization module. Why not merging them to a unique data visualization module? In my lab scientists are interested in

Re: [Development] Charts and DataVis Questions

2016-01-25 Thread Alexis Jeandet
Le samedi 23 janvier 2016 à 12:45 +, Uwe Rathmann a écrit : > Hi, > > > The OpenGL acceleration in Charts module is really impressive ... > > Unfortunately part of the truth is, that the performance of the > software  > renderer does not necessarily be that far behind. The test I did with

Re: [Development] Charts and DataVis Questions

2016-01-26 Thread Alexis Jeandet
Le lundi 25 janvier 2016 à 10:20 +, Rutledge Shawn a écrit : > > On 23 Jan 2016, at 19:52, Sean Harmer wrote: > > > > On 23/01/2016 12:45, Uwe Rathmann wrote: > > >  Hi, > > > > > > > The OpenGL acceleration in Charts module is really impressive > > > > ... > > >

Re: [Development] Qt Charts poor dynamic/resolution with OpenGL

2016-11-08 Thread Jeandet Alexis
Hi Uwe, Le mardi 08 novembre 2016 à 15:06 +, Uwe Rathmann a écrit : > On Tue, 08 Nov 2016 13:30:45 +0100, Jeandet Alexis wrote: > > > Our goal is to improve QtCharts to be able to use it in our > > scientific > > softwares. So we need to improve the cur

Re: [Development] Qt Charts poor dynamic/resolution with OpenGL

2016-11-08 Thread Jeandet Alexis
to improve the current dynamic with OpenGL and/or improve performances of non OpenGL plots. Best regards, Alexis. Le mardi 19 juillet 2016 à 20:26 +0100, Sean Harmer a écrit : > > On 19/07/2016 18:26, jeandet wrote: > > Hi All, > > > > We are developing in my lab a scien

Re: [Development] Future of QBS

2017-10-18 Thread Jeandet Alexis
Le mardi 17 octobre 2017 à 17:45 +0200, Giuseppe D'Angelo a écrit : > I'm just going to ignore the bikeshedding on implementation details, > and > go back to the main point of the thread, which was right here: > > Il 13/10/2017 16:56, Sergio Martins ha scritto: > > Please make something we can

[Development] Getting build flags for platforms without pkg-config

2017-10-29 Thread Jeandet Alexis
Hello, Previously I asked about getting some defines from pkg-config, I pushed some code on gerrit to fix that. Now I would like to care about platforms where we don't use pkg-config, at first I thought that we could get compile flags from qmake but it seems that no. Did I miss something? Would

[Development] Re : Getting build flags for platforms without pkg-config

2017-10-30 Thread Jeandet Alexis
Le dimanche 29 octobre 2017 à 15:57 -0700, Thiago Macieira a écrit : > On domingo, 29 de outubro de 2017 14:57:44 PDT Jeandet Alexis wrote: > > Hello, > > > > Previously I asked about getting some defines from pkg-config, I > > pushed > > some code on gerrit to fi

[Development] Getting defines from pkg-config for Qt modules

2017-10-26 Thread Jeandet Alexis
Hello, I already asked this on IRC but I got no answer. On Fedora and Ubuntu I can say that "pkg-config --cflags Qt5[any module]" does only provides include flags and no defines such as -DQT_CORE_LIB or -DQT_GUI_LIB. As an example "pkg-config --cflags panelw" gives "-D_GNU_SOURCE

Re: [Development] Getting defines from pkg-config for Qt modules

2017-10-26 Thread Jeandet Alexis
GETS=1', '-DHAVE_QT5CHARTS=1', '-DHAVE _QT5QUICKTEST=1', '-DHAVE_QT5WEBENGINE=1', '-DHAVE_QT53DQUICK=1', '../test.cpp', '-c', '- o/home/jeandet/Documents/prog/waf/demos/qt5/build/.conf_check_95021cb6c 5c41f7db87608502 781c73b/testbuild/test.cpp.1.o'] yes -- So at least by d

Re: [Development] Getting defines from pkg-config for Qt modules

2017-10-26 Thread Jeandet Alexis
Hello Thiago, Le jeudi 26 octobre 2017 à 13:14 -0700, Thiago Macieira a écrit : > On Thursday, 26 October 2017 10:09:49 PDT Jeandet Alexis wrote: > > Hello, > > > > I already asked this on IRC but I got no answer. > > On Fedora and Ubuntu I can say that "pkg-co