Re: [Yade-dev] Fwd: Re: [Question #691593]: avoid this message : "The constructor with a shareWidget is deprecated, use the regular contructor instead."

2020-07-27 Thread Janek Kozicki (yade)
Hi Luc,

your patch does not pass the pipeline: 
https://gitlab.com/yade-dev/trunk/-/merge_requests/512/pipelines

feel free to correct it and open another merge request. It is now
possible to run pipelines for forked projects [1][2] so it is much
easier now for you to submit a merge request.

best regards
Janek

[1] https://gitlab.com/gitlab-org/gitlab/-/issues/217451
[2] https://gitlab.com/yade-dev/trunk/-/merge_requests/511#note_385917497

Luc Oger said: (by the date of Sat, 4 Jul 2020 12:50:18 +0200)

> Dear all,
> 
> as requested, here the three changes made to avoid the warning about 
> sharewidget coming from libqglViewer from 2.7.1 and Qt higher than 5.3
> 
> Sinceelry yours
> 
> Luc OGER
> 
> Ps hint on https://www.qt.io/blog/2014/09/10/qt-weekly-19-qopenglwidget 
> given from libqglviewer group
> 
>  Message transféré 
> Sujet :   Re: [Question #691593]: avoid this message : "The constructor 
> with a shareWidget is deprecated, use the regular contructor instead."
> Date :Fri, 03 Jul 2020 12:11:00 -
> De :  Jérôme Duriez 
> Répondre à :  question691...@answers.launchpad.net
> Pour :luc.o...@univ-rennes1.fr
> 
> 
> 
> Your question #691593 on Yade changed:
> https://answers.launchpad.net/yade/+question/691593
> 
> Jérôme Duriez posted a new comment:
> Thanks for sharing Luc, maybe it would help for possible future
> integration of this to (one choice to pick, increasing complexity)
> 
> - send the output of a (git) diff to yade-dev@lists.launchpad.net
> 
> - join YADE development on GitLab, see https://yade-
> dem.org/doc/gitrepo.html to start with (you probably also need to send
> an email asking to join the yade-dev gitlab team with your gitlab
> account)
> 
> -- 
> You received this question notification because you asked the question.
> 
> 
> -- 
> Luc OGER
> Directeur de Recherche CNRS
>   
> univ-rennes1 
>   
> 
> *Institut de Physique de Rennes *
> (UMR U.Rennes1-CNRS 6251)
> Département Milieux Divisés
> 
> Page perso **
>   
> 
> Bâtiment 11A, Campus de Beaulieu
> CS 74205, 263 Ave. du Général Leclerc
> 35042 Rennes CEDEX
> 
>   
> 
> +33 (0)2 23 23 56 58
> 
>   
>  
> www.univ-rennes1.fr 
>   
> 


-- 
--
Janek Kozicki, PhD. DSc. Arch. Assoc. Prof.
Gdańsk University of Technology
Faculty of Applied Physics and Mathematics
Department of Theoretical Physics and Quantum Information
--
http://yade-dem.org/
http://pg.edu.pl/jkozicki (click English flag on top right)

___
Mailing list: https://launchpad.net/~yade-dev
Post to : yade-dev@lists.launchpad.net
Unsubscribe : https://launchpad.net/~yade-dev
More help   : https://help.launchpad.net/ListHelp


Re: [Yade-dev] Publications with yade

2020-07-27 Thread Jan De Pue
Hi Jan,

thanks for the response. I created a merge request on gitlab, hope this works.

Best regards

Jan


Van: Jan Stránský 
Verzonden: dinsdag 14 juli 2020 21:31
Aan: Jan De Pue
CC: yade-dev@lists.launchpad.net
Onderwerp: Re: [Yade-dev] Publications with yade

Hello,

thanks for the info

> Please find attached some of the resulting publications

there was no attachment...

> ... if deemed relevant.

I think all publications directly using Yade are relevant to the "publication" 
part of the main page.
>From source code point of view (you will be author of the changes and 
>developers just "approve" them), it would be ideal if you created a "merge 
>request" on gitlab. What is your opinion?

cheers
Jan



út 7. 7. 2020 v 13:15 odesílatel Jan De Pue 
mailto:jan.de...@ugent.be>> napsal:
Dear Yade developers,

I recently finished my PhD, using a Yade for a substantial part of the research.

Please find attached some of the resulting publications, and here's a link to 
the 
thesis.

They can be included in the Yade publication list, if deemed relevant.


Many thanks for developing and maintaining Yade!

Jan
___
Mailing list: https://launchpad.net/~yade-dev
Post to : yade-dev@lists.launchpad.net
Unsubscribe : https://launchpad.net/~yade-dev
More help   : https://help.launchpad.net/ListHelp
___
Mailing list: https://launchpad.net/~yade-dev
Post to : yade-dev@lists.launchpad.net
Unsubscribe : https://launchpad.net/~yade-dev
More help   : https://help.launchpad.net/ListHelp


Re: [Yade-dev] Fwd: Re: [Question #691593]: avoid this message : "The constructor with a shareWidget is deprecated, use the regular contructor instead."

2020-07-27 Thread Luc Oger

Dear Janek,

If I have catched the pipeline view, the patch passed the make_suse15  
and the check_suse15 which explains why my patch was working for me!!


other I am surprised by the 
'|/builds/yade-dev/trunk/gui/qt5/GLViewer.hpp:91:67:error: 
'QOpenGLWidget' has not been declared "error message as |
||QOpenGLWidgetis declared in the include file of the libQGLviewer2.7.2 
include file of the package : see line 64 in QGLViewer/qglviewer.h



Best Regards

Luc

PS I will try to understand how to run the pipeline in order to found a 
more 'general' patch.


||
Le 27/07/2020 à 14:59, Janek Kozicki (yade) a écrit :

Hi Luc,

your patch does not pass the pipeline: 
https://gitlab.com/yade-dev/trunk/-/merge_requests/512/pipelines

feel free to correct it and open another merge request. It is now
possible to run pipelines for forked projects [1][2] so it is much
easier now for you to submit a merge request.

best regards
Janek

[1] https://gitlab.com/gitlab-org/gitlab/-/issues/217451
[2] https://gitlab.com/yade-dev/trunk/-/merge_requests/511#note_385917497

Luc Oger said: (by the date of Sat, 4 Jul 2020 12:50:18 +0200)


Dear all,

as requested, here the three changes made to avoid the warning about
sharewidget coming from libqglViewer from 2.7.1 and Qt higher than 5.3

Sinceelry yours

Luc OGER

Ps hint on https://www.qt.io/blog/2014/09/10/qt-weekly-19-qopenglwidget
given from libqglviewer group

 Message transféré 
Sujet : Re: [Question #691593]: avoid this message : "The constructor
with a shareWidget is deprecated, use the regular contructor instead."
Date :  Fri, 03 Jul 2020 12:11:00 -
De :Jérôme Duriez 
Répondre à :question691...@answers.launchpad.net
Pour :  luc.o...@univ-rennes1.fr



Your question #691593 on Yade changed:
https://answers.launchpad.net/yade/+question/691593

Jérôme Duriez posted a new comment:
Thanks for sharing Luc, maybe it would help for possible future
integration of this to (one choice to pick, increasing complexity)

- send the output of a (git) diff to yade-dev@lists.launchpad.net

- join YADE development on GitLab, see https://yade-
dem.org/doc/gitrepo.html to start with (you probably also need to send
an email asking to join the yade-dev gitlab team with your gitlab
account)

--
You received this question notification because you asked the question.


--
Luc OGER
Directeur de Recherche CNRS

univ-rennes1 


*Institut de Physique de Rennes *
(UMR U.Rennes1-CNRS 6251)
Département Milieux Divisés

Page perso **


Bâtiment 11A, Campus de Beaulieu
CS 74205, 263 Ave. du Général Leclerc
35042 Rennes CEDEX



+33 (0)2 23 23 56 58


 
www.univ-rennes1.fr 






--
Luc OGER
Directeur de Recherche CNRS

univ-rennes1 


*Institut de Physique de Rennes *
(UMR U.Rennes1-CNRS 6251)
Département Milieux Divisés

Page perso **


Bâtiment 11A, Campus de Beaulieu
CS 74205, 263 Ave. du Général Leclerc
35042 Rennes CEDEX



+33 (0)2 23 23 56 58


 
www.univ-rennes1.fr 




smime.p7s
Description: Signature cryptographique S/MIME
___
Mailing list: https://launchpad.net/~yade-dev
Post to : yade-dev@lists.launchpad.net
Unsubscribe : https://launchpad.net/~yade-dev
More help   : https://help.launchpad.net/ListHelp