From david.lonie at kitware.com Thu Dec 3 15:56:46 2015 From: david.lonie at kitware.com (David Lonie) Date: Thu, 3 Dec 2015 15:56:46 -0500 Subject: [Paraview-developers] Superbuild broken Message-ID: Just to let folks know that we're aware, the superbuild is broken at the moment, but a fix is in the pipeline. Should be working again shortly. Dave -------------- next part -------------- An HTML attachment was scrubbed... URL: From anton.piccardo-selg at stfc.ac.uk Fri Dec 4 14:05:24 2015 From: anton.piccardo-selg at stfc.ac.uk (anton.piccardo-selg at stfc.ac.uk) Date: Fri, 4 Dec 2015 19:05:24 +0000 Subject: [Paraview-developers] Can the size of SliceAnnotations in the Orthographic Slice View be changed? Message-ID: <593AFCE559F11049B8F268BE84170A0D3F67F608@EXCHMBX03.fed.cclrc.ac.uk> Hi, I was wondering if there is a way to edit the font size of SliceAnnotations in the Orthographic Slice View. I had a look in the State xml file, but the only setting which appears to be available is a bool flag for displaying these annotations. Hence my question: Is it possible to customize the size of these annotations and if so, where can I hook into this feature in ParaView? Many thanks and best regards, Anton From cory.quammen at kitware.com Fri Dec 4 15:08:48 2015 From: cory.quammen at kitware.com (Cory Quammen) Date: Fri, 4 Dec 2015 15:08:48 -0500 Subject: [Paraview-developers] Can the size of SliceAnnotations in the Orthographic Slice View be changed? In-Reply-To: <593AFCE559F11049B8F268BE84170A0D3F67F608@EXCHMBX03.fed.cclrc.ac.uk> References: <593AFCE559F11049B8F268BE84170A0D3F67F608@EXCHMBX03.fed.cclrc.ac.uk> Message-ID: Hi Anton, You would have to modify the source files ParaViewCore/ClientServerCore/Rendering/vtkPVOrthographicSliceView.{h,cxx} to add a public member function that sets the font size. You would have to forward this to the internal SliceAnnotations list with something like for (int cc = 0; cc < 3; ++cc) { this->SliceAnnotations[cc]->GetTextActor()->SetFontSize(this->AnnotationFontSize); } where this->AnnotationFontSize is a new member variable in vtkPVOrthographicSliceView. After that, you would need to modify ParaViewCore/ServerManager/SMApplication/Resources/views_and_representations.xml to expose the new AnnotationFontSize property in the OrthographicSliceViewProxy entry. This would be a new IntVectorProperty. Would you be interested in submitting a patch that does this? Instructions are at https://gitlab.kitware.com/paraview/paraview/blob/master/CONTRIBUTING.md Thanks, Cory On Fri, Dec 4, 2015 at 2:05 PM, wrote: > Hi, > > I was wondering if there is a way to edit the font size of > SliceAnnotations in the Orthographic Slice View. I had a look in the State > xml file, but the only setting which appears to be available is a bool > flag for displaying these annotations. > > Hence my question: Is it possible to customize the size of these > annotations and if so, where can I hook into this feature in ParaView? > > Many thanks and best regards, > > Anton > _______________________________________________ > Powered by www.kitware.com > > Visit other Kitware open-source projects at > http://www.kitware.com/opensource/opensource.html > > Search the list archives at: > http://markmail.org/search/?q=Paraview-developers > > Follow this link to subscribe/unsubscribe: > http://public.kitware.com/mailman/listinfo/paraview-developers > -- Cory Quammen R&D Engineer Kitware, Inc. -------------- next part -------------- An HTML attachment was scrubbed... URL: From m.schlottke-lakemper at aia.rwth-aachen.de Mon Dec 7 09:37:21 2015 From: m.schlottke-lakemper at aia.rwth-aachen.de (Schlottke-Lakemper, Michael) Date: Mon, 7 Dec 2015 14:37:21 +0000 Subject: [Paraview-developers] Detect GUI support in CMakeLists.txt of custom plugin Message-ID: <0AFF989C-B464-41FF-BC30-62DC49323BE5@aia.rwth-aachen.de> Hi folks, We have a handful of custom ParaView plugins, of which some use decorators. That is, we use qt4_wrap_cpp(?) in the CMakeLists.txt and add additional source/interface files to add_paraview_plugin(?). This fails when compiling against a ParaView version that was configured without GUI support (e.g. on some of the HPC systems we use). When I manually disable the addition of the decorators in CMakeLists.txt, compilation succeeds. Is there a canonical way for me to programmatically detect in CMakeLists.txt whether ParaView was compiled with GUI support? That way I could rewrite my CMakeLists.txt such that it automatically disables als GUI components. Thanks a lot in advance Michael -- Michael Schlottke-Lakemper SimLab Highly Scalable Fluids & Solids Engineering J?lich Aachen Research Alliance (JARA-HPC) RWTH Aachen University W?llnerstra?e 5a 52062 Aachen Germany Phone: +49 (241) 80 95188 Fax: +49 (241) 80 92257 Mail: m.schlottke-lakemper at aia.rwth-aachen.de Web: http://www.jara.org/jara-hpc -------------- next part -------------- An HTML attachment was scrubbed... URL: From mathieu.westphal at kitware.com Mon Dec 7 09:51:38 2015 From: mathieu.westphal at kitware.com (Mathieu Westphal) Date: Mon, 7 Dec 2015 15:51:38 +0100 Subject: [Paraview-developers] Detect GUI support in CMakeLists.txt of custom plugin In-Reply-To: <0AFF989C-B464-41FF-BC30-62DC49323BE5@aia.rwth-aachen.de> References: <0AFF989C-B464-41FF-BC30-62DC49323BE5@aia.rwth-aachen.de> Message-ID: Hi in your CMakeLists.txt IF (PARAVIEW_BUILD_QT_GUI) Regards Mathieu Westphal On Mon, Dec 7, 2015 at 3:37 PM, Schlottke-Lakemper, Michael < m.schlottke-lakemper at aia.rwth-aachen.de> wrote: > Hi folks, > > We have a handful of custom ParaView plugins, of which some use > decorators. That is, we use qt4_wrap_cpp(?) in the CMakeLists.txt and add > additional source/interface files to add_paraview_plugin(?). This fails > when compiling against a ParaView version that was configured without GUI > support (e.g. on some of the HPC systems we use). When I manually disable > the addition of the decorators in CMakeLists.txt, compilation succeeds. > > Is there a canonical way for me to programmatically detect in > CMakeLists.txt whether ParaView was compiled with GUI support? That way I > could rewrite my CMakeLists.txt such that it automatically disables als GUI > components. > > Thanks a lot in advance > > Michael > > > -- > Michael Schlottke-Lakemper > > SimLab Highly Scalable Fluids & Solids Engineering > J?lich Aachen Research Alliance (JARA-HPC) > RWTH Aachen University > W?llnerstra?e 5a > 52062 Aachen > Germany > > Phone: +49 (241) 80 95188 > Fax: +49 (241) 80 92257 > Mail: m.schlottke-lakemper at aia.rwth-aachen.de > Web: http://www.jara.org/jara-hpc > > > _______________________________________________ > Powered by www.kitware.com > > Visit other Kitware open-source projects at > http://www.kitware.com/opensource/opensource.html > > Search the list archives at: > http://markmail.org/search/?q=Paraview-developers > > Follow this link to subscribe/unsubscribe: > http://public.kitware.com/mailman/listinfo/paraview-developers > > -------------- next part -------------- An HTML attachment was scrubbed... URL: From m.schlottke-lakemper at aia.rwth-aachen.de Mon Dec 7 10:22:26 2015 From: m.schlottke-lakemper at aia.rwth-aachen.de (Schlottke-Lakemper, Michael) Date: Mon, 7 Dec 2015 15:22:26 +0000 Subject: [Paraview-developers] Detect GUI support in CMakeLists.txt of custom plugin In-Reply-To: References: <0AFF989C-B464-41FF-BC30-62DC49323BE5@aia.rwth-aachen.de> Message-ID: Thanks, that seems to work! Michael On 07 Dec 2015, at 15:51 , Mathieu Westphal > wrote: Hi in your CMakeLists.txt IF (PARAVIEW_BUILD_QT_GUI) Regards Mathieu Westphal On Mon, Dec 7, 2015 at 3:37 PM, Schlottke-Lakemper, Michael > wrote: Hi folks, We have a handful of custom ParaView plugins, of which some use decorators. That is, we use qt4_wrap_cpp(?) in the CMakeLists.txt and add additional source/interface files to add_paraview_plugin(?). This fails when compiling against a ParaView version that was configured without GUI support (e.g. on some of the HPC systems we use). When I manually disable the addition of the decorators in CMakeLists.txt, compilation succeeds. Is there a canonical way for me to programmatically detect in CMakeLists.txt whether ParaView was compiled with GUI support? That way I could rewrite my CMakeLists.txt such that it automatically disables als GUI components. Thanks a lot in advance Michael -- Michael Schlottke-Lakemper SimLab Highly Scalable Fluids & Solids Engineering J?lich Aachen Research Alliance (JARA-HPC) RWTH Aachen University W?llnerstra?e 5a 52062 Aachen Germany Phone: +49 (241) 80 95188 Fax: +49 (241) 80 92257 Mail: m.schlottke-lakemper at aia.rwth-aachen.de Web: http://www.jara.org/jara-hpc _______________________________________________ Powered by www.kitware.com Visit other Kitware open-source projects at http://www.kitware.com/opensource/opensource.html Search the list archives at: http://markmail.org/search/?q=Paraview-developers Follow this link to subscribe/unsubscribe: http://public.kitware.com/mailman/listinfo/paraview-developers -------------- next part -------------- An HTML attachment was scrubbed... URL: From prashant.v at quest-global.com Tue Dec 8 04:42:09 2015 From: prashant.v at quest-global.com (Prashant V) Date: Tue, 8 Dec 2015 09:42:09 +0000 Subject: [Paraview-developers] Disabling a menu item in Paraview GUI Message-ID: Hello, I have added a menu item in Paraview GUI. I want to disable this menu item when user deletes all objects from pipeline browser. What I want to achieve is quite similar to enabling/disabling of Filter menu. Can anybody please guide, how this can be done? Thanks. Regards, Prashant ---Disclaimer------------------------------ This e-mail contains PRIVILEGED AND CONFIDENTIAL INFORMATION intended solely for the use of the addressee(s). If you are not the intended recipient, please notify the sender by e-mail and delete the original message. Opinions, conclusions and other information in this transmission that do not relate to the official business of QuEST Global and/or its subsidiaries, shall be understood as neither given nor endorsed by it. Any statements made herein that are tantamount to contractual obligations, promises, claims or commitments shall not be binding on the Company unless followed by written confirmation by an authorized signatory of the Company. ----------------------------------------------------------------------------------- -------------- next part -------------- An HTML attachment was scrubbed... URL: From joachim.pouderoux at kitware.com Tue Dec 8 06:06:33 2015 From: joachim.pouderoux at kitware.com (Joachim Pouderoux) Date: Tue, 8 Dec 2015 12:06:33 +0100 Subject: [Paraview-developers] Disabling a menu item in Paraview GUI In-Reply-To: References: Message-ID: Prashant, I think you could track the number of objects available in the model, something like : pqServerManagerModel* model = pqApplicationCore::instance()->getServerManagerModel(); pqServer* server = pqApplicationCore::instance()->getActiveServer(); QList sources = model->findItems(server); int numberOfPipelineSources = sources.size(); mymenu->setEnable(numberOfPipelineSources != 0); Best, Joachim *Joachim Pouderoux* *PhD, Technical Expert* *Kitware SAS * 2015-12-08 10:42 GMT+01:00 Prashant V : > Hello, > > > > I have added a menu item in Paraview GUI. I want to disable this menu item > when user deletes all objects from pipeline browser. What I want to achieve > is quite similar to enabling/disabling of Filter menu. Can anybody please > guide, how this can be done? Thanks. > > > > Regards, > > Prashant > ---Disclaimer------------------------------ This e-mail contains > PRIVILEGED AND CONFIDENTIAL INFORMATION intended solely for the use of the > addressee(s). If you are not the intended recipient, please notify the > sender by e-mail and delete the original message. Opinions, conclusions and > other information in this transmission that do not relate to the official > business of QuEST Global and/or its subsidiaries, shall be understood as > neither given nor endorsed by it. Any statements made herein that are > tantamount to contractual obligations, promises, claims or commitments > shall not be binding on the Company unless followed by written confirmation > by an authorized signatory of the Company. > ----------------------------------------------------------------------------------- > > > _______________________________________________ > Powered by www.kitware.com > > Visit other Kitware open-source projects at > http://www.kitware.com/opensource/opensource.html > > Search the list archives at: > http://markmail.org/search/?q=Paraview-developers > > Follow this link to subscribe/unsubscribe: > http://public.kitware.com/mailman/listinfo/paraview-developers > > -------------- next part -------------- An HTML attachment was scrubbed... URL: From joachim.pouderoux at kitware.com Tue Dec 8 09:53:37 2015 From: joachim.pouderoux at kitware.com (Joachim Pouderoux) Date: Tue, 8 Dec 2015 15:53:37 +0100 Subject: [Paraview-developers] Disabling a menu item in Paraview GUI In-Reply-To: References: Message-ID: Prashant, Sure. You could listen for object builder events (see signals section of pqObjectBuilder.h): QObject::connect(pqApplicationCore::instance()->getObjectBuilder(), SIGNAL(destroying(pqPipelineSource*)), this, SLOT(onSourceRemoved(pqPipelineSource*))); *Joachim Pouderoux* *PhD, Technical Expert* *Kitware SAS * 2015-12-08 15:48 GMT+01:00 Prashant V : > Hi Joachim, > > Thanks for sharing this snippet. This is really helpful. I have one more > question further. > In my case, how should I access object of my menu when user clicks on > 'Delete' button. I don't want to change Paraview source code where 'Delete' > callback slot is implemented. > > Regards, > Prashant > ------------------------------ > *From:* Joachim Pouderoux [joachim.pouderoux at kitware.com] > *Sent:* Tuesday, December 08, 2015 4:36 PM > *To:* Prashant V > *Cc:* paraview-developers at paraview.org > *Subject:* Re: [Paraview-developers] Disabling a menu item in Paraview GUI > > Prashant, > > I think you could track the number of objects available in the model, > something like : > > pqServerManagerModel* model = > pqApplicationCore::instance()->getServerManagerModel(); > pqServer* server = pqApplicationCore::instance()->getActiveServer(); > QList sources = > model->findItems(server); > int numberOfPipelineSources = sources.size(); > mymenu->setEnable(numberOfPipelineSources != 0); > > Best, > Joachim > > > *Joachim Pouderoux* > > *PhD, Technical Expert* > *Kitware SAS * > > > 2015-12-08 10:42 GMT+01:00 Prashant V : > >> Hello, >> >> >> >> I have added a menu item in Paraview GUI. I want to disable this menu >> item when user deletes all objects from pipeline browser. What I want to >> achieve is quite similar to enabling/disabling of Filter menu. Can anybody >> please guide, how this can be done? Thanks. >> >> >> >> Regards, >> >> Prashant >> ---Disclaimer------------------------------ This e-mail contains >> PRIVILEGED AND CONFIDENTIAL INFORMATION intended solely for the use of the >> addressee(s). If you are not the intended recipient, please notify the >> sender by e-mail and delete the original message. Opinions, conclusions and >> other information in this transmission that do not relate to the official >> business of QuEST Global and/or its subsidiaries, shall be understood as >> neither given nor endorsed by it. Any statements made herein that are >> tantamount to contractual obligations, promises, claims or commitments >> shall not be binding on the Company unless followed by written confirmation >> by an authorized signatory of the Company. >> ----------------------------------------------------------------------------------- >> >> >> _______________________________________________ >> Powered by www.kitware.com >> >> Visit other Kitware open-source projects at >> http://www.kitware.com/opensource/opensource.html >> >> Search the list archives at: >> http://markmail.org/search/?q=Paraview-developers >> >> Follow this link to subscribe/unsubscribe: >> http://public.kitware.com/mailman/listinfo/paraview-developers >> >> > ---Disclaimer------------------------------ This e-mail contains > PRIVILEGED AND CONFIDENTIAL INFORMATION intended solely for the use of the > addressee(s). If you are not the intended recipient, please notify the > sender by e-mail and delete the original message. Opinions, conclusions and > other information in this transmission that do not relate to the official > business of QuEST Global and/or its subsidiaries, shall be understood as > neither given nor endorsed by it. Any statements made herein that are > tantamount to contractual obligations, promises, claims or commitments > shall not be binding on the Company unless followed by written confirmation > by an authorized signatory of the Company. > ----------------------------------------------------------------------------------- > > -------------- next part -------------- An HTML attachment was scrubbed... URL: From prashant.v at quest-global.com Tue Dec 8 09:48:14 2015 From: prashant.v at quest-global.com (Prashant V) Date: Tue, 8 Dec 2015 14:48:14 +0000 Subject: [Paraview-developers] Disabling a menu item in Paraview GUI In-Reply-To: References: , Message-ID: Hi Joachim, Thanks for sharing this snippet. This is really helpful. I have one more question further. In my case, how should I access object of my menu when user clicks on 'Delete' button. I don't want to change Paraview source code where 'Delete' callback slot is implemented. Regards, Prashant ________________________________ From: Joachim Pouderoux [joachim.pouderoux at kitware.com] Sent: Tuesday, December 08, 2015 4:36 PM To: Prashant V Cc: paraview-developers at paraview.org Subject: Re: [Paraview-developers] Disabling a menu item in Paraview GUI Prashant, I think you could track the number of objects available in the model, something like : pqServerManagerModel* model = pqApplicationCore::instance()->getServerManagerModel(); pqServer* server = pqApplicationCore::instance()->getActiveServer(); QList sources = model->findItems(server); int numberOfPipelineSources = sources.size(); mymenu->setEnable(numberOfPipelineSources != 0); Best, Joachim Joachim Pouderoux PhD, Technical Expert Kitware SAS 2015-12-08 10:42 GMT+01:00 Prashant V >: Hello, I have added a menu item in Paraview GUI. I want to disable this menu item when user deletes all objects from pipeline browser. What I want to achieve is quite similar to enabling/disabling of Filter menu. Can anybody please guide, how this can be done? Thanks. Regards, Prashant ---Disclaimer------------------------------ This e-mail contains PRIVILEGED AND CONFIDENTIAL INFORMATION intended solely for the use of the addressee(s). If you are not the intended recipient, please notify the sender by e-mail and delete the original message. Opinions, conclusions and other information in this transmission that do not relate to the official business of QuEST Global and/or its subsidiaries, shall be understood as neither given nor endorsed by it. Any statements made herein that are tantamount to contractual obligations, promises, claims or commitments shall not be binding on the Company unless followed by written confirmation by an authorized signatory of the Company. ----------------------------------------------------------------------------------- _______________________________________________ Powered by www.kitware.com Visit other Kitware open-source projects at http://www.kitware.com/opensource/opensource.html Search the list archives at: http://markmail.org/search/?q=Paraview-developers Follow this link to subscribe/unsubscribe: http://public.kitware.com/mailman/listinfo/paraview-developers ---Disclaimer------------------------------ This e-mail contains PRIVILEGED AND CONFIDENTIAL INFORMATION intended solely for the use of the addressee(s). If you are not the intended recipient, please notify the sender by e-mail and delete the original message. Opinions, conclusions and other information in this transmission that do not relate to the official business of QuEST Global and/or its subsidiaries, shall be understood as neither given nor endorsed by it. Any statements made herein that are tantamount to contractual obligations, promises, claims or commitments shall not be binding on the Company unless followed by written confirmation by an authorized signatory of the Company. ----------------------------------------------------------------------------------- -------------- next part -------------- An HTML attachment was scrubbed... URL: From sur.chiranjib at gmail.com Tue Dec 8 13:05:17 2015 From: sur.chiranjib at gmail.com (Chiranjib Sur) Date: Tue, 8 Dec 2015 23:35:17 +0530 Subject: [Paraview-developers] ParaView XML menu - some queries In-Reply-To: References: Message-ID: Hi Utkarsh, I am revisiting this section now. I was wondering if you or anybody else in your team ever considered to give some code snippets in the wiki page? For example, when I browse the wiki section you have mentioned, it would have been really helpful if once could browse the code snippet for the corresponding screenshot (or the pointer to the code snippets from the PV code base). Just a suggestions. Thanks, Chiranjib On Sat, Sep 5, 2015 at 12:31 AM, Chiranjib Sur wrote: > Utkarsh, > Thank you so much for the pointers. Let me try these, and I will keep you > posted if I face any difficulties. > > Thanks, > Chiranjib > > On Fri, Sep 4, 2015 at 7:15 PM, Utkarsh Ayachit < > utkarsh.ayachit at kitware.com> wrote: > >> Chiranjib >> >> >>> 1. Enable a checkbox and a corresponding passive button become active, >>> e.g. (fig from left to fig at right) >>> >>> [image: Inline image 1] >>> >>> >> In this particular case, we do this by implementing a custom >> pqPropertyWidget subclass that handles this. The class of interest >> is pqCubeAxesPropertyWidget. >> >> >>> 2. How to select enable a drop down menu active, e.g. >>> >>> [image: Inline image 2] >>> >> >> In this particular case, this too is managed by a custom widget >> (pqPointSpriteControls). However, one can use PropertyWidgetDecorators >> (described here >> http://www.paraview.org/Wiki/ParaView/Properties_Panel#pqPropertyWidgetDecorator_.28base-class:_QObject.29) >> for similar effect. Just search for Decorator in the filters.xml and you'll >> see several examples of using decorator to enable/disable widgets based on >> values of other properties. You can also define new decorators through >> plugins. >> >> >>> 3. How to bring a new button after selecting some menu options >>> (checkbox, drop down etc.) >>> >>> [image: Inline image 3] >>> >>> >>> >> Custom widget here too. You can write a pqPropertyWidget subclass that >> handles such customizations. A pqPropertyWidget can correspond to a single >> property or a group of properties. >> >> >>> Finally, is it possible to add two checkbox menu side by side. >>> Currently, when I code it I get them in successive lines. >>> >> >> You know it...custom widget for two properties. But those in a property >> group and create a new widget for that group. >> >> > -------------- next part -------------- An HTML attachment was scrubbed... URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: image.png Type: image/png Size: 31955 bytes Desc: not available URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: image.png Type: image/png Size: 62109 bytes Desc: not available URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: image.png Type: image/png Size: 60240 bytes Desc: not available URL: From prashant.v at quest-global.com Wed Dec 9 03:04:10 2015 From: prashant.v at quest-global.com (Prashant V) Date: Wed, 9 Dec 2015 08:04:10 +0000 Subject: [Paraview-developers] Disabling a menu item in Paraview GUI In-Reply-To: References: , Message-ID: Thanks Joachim. This works absolutely the way I wanted. ________________________________ From: Joachim Pouderoux [joachim.pouderoux at kitware.com] Sent: Tuesday, December 08, 2015 8:23 PM To: Prashant V Cc: paraview-developers at paraview.org Subject: Re: [Paraview-developers] Disabling a menu item in Paraview GUI Prashant, Sure. You could listen for object builder events (see signals section of pqObjectBuilder.h): QObject::connect(pqApplicationCore::instance()->getObjectBuilder(), SIGNAL(destroying(pqPipelineSource*)), this, SLOT(onSourceRemoved(pqPipelineSource*))); Joachim Pouderoux PhD, Technical Expert Kitware SAS 2015-12-08 15:48 GMT+01:00 Prashant V >: Hi Joachim, Thanks for sharing this snippet. This is really helpful. I have one more question further. In my case, how should I access object of my menu when user clicks on 'Delete' button. I don't want to change Paraview source code where 'Delete' callback slot is implemented. Regards, Prashant ________________________________ From: Joachim Pouderoux [joachim.pouderoux at kitware.com] Sent: Tuesday, December 08, 2015 4:36 PM To: Prashant V Cc: paraview-developers at paraview.org Subject: Re: [Paraview-developers] Disabling a menu item in Paraview GUI Prashant, I think you could track the number of objects available in the model, something like : pqServerManagerModel* model = pqApplicationCore::instance()->getServerManagerModel(); pqServer* server = pqApplicationCore::instance()->getActiveServer(); QList sources = model->findItems(server); int numberOfPipelineSources = sources.size(); mymenu->setEnable(numberOfPipelineSources != 0); Best, Joachim Joachim Pouderoux PhD, Technical Expert Kitware SAS 2015-12-08 10:42 GMT+01:00 Prashant V >: Hello, I have added a menu item in Paraview GUI. I want to disable this menu item when user deletes all objects from pipeline browser. What I want to achieve is quite similar to enabling/disabling of Filter menu. Can anybody please guide, how this can be done? Thanks. Regards, Prashant ---Disclaimer------------------------------ This e-mail contains PRIVILEGED AND CONFIDENTIAL INFORMATION intended solely for the use of the addressee(s). If you are not the intended recipient, please notify the sender by e-mail and delete the original message. Opinions, conclusions and other information in this transmission that do not relate to the official business of QuEST Global and/or its subsidiaries, shall be understood as neither given nor endorsed by it. Any statements made herein that are tantamount to contractual obligations, promises, claims or commitments shall not be binding on the Company unless followed by written confirmation by an authorized signatory of the Company. ----------------------------------------------------------------------------------- _______________________________________________ Powered by www.kitware.com Visit other Kitware open-source projects at http://www.kitware.com/opensource/opensource.html Search the list archives at: http://markmail.org/search/?q=Paraview-developers Follow this link to subscribe/unsubscribe: http://public.kitware.com/mailman/listinfo/paraview-developers ---Disclaimer------------------------------ This e-mail contains PRIVILEGED AND CONFIDENTIAL INFORMATION intended solely for the use of the addressee(s). If you are not the intended recipient, please notify the sender by e-mail and delete the original message. Opinions, conclusions and other information in this transmission that do not relate to the official business of QuEST Global and/or its subsidiaries, shall be understood as neither given nor endorsed by it. Any statements made herein that are tantamount to contractual obligations, promises, claims or commitments shall not be binding on the Company unless followed by written confirmation by an authorized signatory of the Company. ----------------------------------------------------------------------------------- ---Disclaimer------------------------------ This e-mail contains PRIVILEGED AND CONFIDENTIAL INFORMATION intended solely for the use of the addressee(s). If you are not the intended recipient, please notify the sender by e-mail and delete the original message. Opinions, conclusions and other information in this transmission that do not relate to the official business of QuEST Global and/or its subsidiaries, shall be understood as neither given nor endorsed by it. Any statements made herein that are tantamount to contractual obligations, promises, claims or commitments shall not be binding on the Company unless followed by written confirmation by an authorized signatory of the Company. ----------------------------------------------------------------------------------- -------------- next part -------------- An HTML attachment was scrubbed... URL: From prashant.v at quest-global.com Thu Dec 10 04:10:44 2015 From: prashant.v at quest-global.com (Prashant V) Date: Thu, 10 Dec 2015 09:10:44 +0000 Subject: [Paraview-developers] Disabling a menu item in Paraview GUI In-Reply-To: References: , , Message-ID: Hi Joachim, Now I want to do operations with my menu when user clicks on Apply button. Taking cue from this link (https://cmake.org/pipermail/paraview/2015-July/034476.html) I tried to connect Apply button signal 'applied()' (defined in pqPropertiesPanel.h) with a slot defined in my menu class. My code snippet is: QList ppanels = pqCoreUtilities::mainWidget()->findChildren(); foreach (pqPropertiesPanel* ppanel, ppanels) { QObject::connect(ppanel, SIGNAL(applied()), myMenuObject, SLOT(onApplyClicked())); } This code doesn't work because QList ppanels remains empty. How should I access pqPropertiesPanel object in my menu class? Thanks. Regards, Prashant ________________________________ From: Paraview-developers [paraview-developers-bounces at paraview.org] on behalf of Prashant V Sent: Wednesday, December 09, 2015 1:34 PM To: Joachim Pouderoux Cc: paraview-developers at paraview.org Subject: Re: [Paraview-developers] Disabling a menu item in Paraview GUI Thanks Joachim. This works absolutely the way I wanted. ________________________________ From: Joachim Pouderoux [joachim.pouderoux at kitware.com] Sent: Tuesday, December 08, 2015 8:23 PM To: Prashant V Cc: paraview-developers at paraview.org Subject: Re: [Paraview-developers] Disabling a menu item in Paraview GUI Prashant, Sure. You could listen for object builder events (see signals section of pqObjectBuilder.h): QObject::connect(pqApplicationCore::instance()->getObjectBuilder(), SIGNAL(destroying(pqPipelineSource*)), this, SLOT(onSourceRemoved(pqPipelineSource*))); Joachim Pouderoux PhD, Technical Expert Kitware SAS 2015-12-08 15:48 GMT+01:00 Prashant V >: Hi Joachim, Thanks for sharing this snippet. This is really helpful. I have one more question further. In my case, how should I access object of my menu when user clicks on 'Delete' button. I don't want to change Paraview source code where 'Delete' callback slot is implemented. Regards, Prashant ________________________________ From: Joachim Pouderoux [joachim.pouderoux at kitware.com] Sent: Tuesday, December 08, 2015 4:36 PM To: Prashant V Cc: paraview-developers at paraview.org Subject: Re: [Paraview-developers] Disabling a menu item in Paraview GUI Prashant, I think you could track the number of objects available in the model, something like : pqServerManagerModel* model = pqApplicationCore::instance()->getServerManagerModel(); pqServer* server = pqApplicationCore::instance()->getActiveServer(); QList sources = model->findItems(server); int numberOfPipelineSources = sources.size(); mymenu->setEnable(numberOfPipelineSources != 0); Best, Joachim Joachim Pouderoux PhD, Technical Expert Kitware SAS 2015-12-08 10:42 GMT+01:00 Prashant V >: Hello, I have added a menu item in Paraview GUI. I want to disable this menu item when user deletes all objects from pipeline browser. What I want to achieve is quite similar to enabling/disabling of Filter menu. Can anybody please guide, how this can be done? Thanks. Regards, Prashant ---Disclaimer------------------------------ This e-mail contains PRIVILEGED AND CONFIDENTIAL INFORMATION intended solely for the use of the addressee(s). If you are not the intended recipient, please notify the sender by e-mail and delete the original message. Opinions, conclusions and other information in this transmission that do not relate to the official business of QuEST Global and/or its subsidiaries, shall be understood as neither given nor endorsed by it. Any statements made herein that are tantamount to contractual obligations, promises, claims or commitments shall not be binding on the Company unless followed by written confirmation by an authorized signatory of the Company. ----------------------------------------------------------------------------------- _______________________________________________ Powered by www.kitware.com Visit other Kitware open-source projects at http://www.kitware.com/opensource/opensource.html Search the list archives at: http://markmail.org/search/?q=Paraview-developers Follow this link to subscribe/unsubscribe: http://public.kitware.com/mailman/listinfo/paraview-developers ---Disclaimer------------------------------ This e-mail contains PRIVILEGED AND CONFIDENTIAL INFORMATION intended solely for the use of the addressee(s). If you are not the intended recipient, please notify the sender by e-mail and delete the original message. Opinions, conclusions and other information in this transmission that do not relate to the official business of QuEST Global and/or its subsidiaries, shall be understood as neither given nor endorsed by it. Any statements made herein that are tantamount to contractual obligations, promises, claims or commitments shall not be binding on the Company unless followed by written confirmation by an authorized signatory of the Company. ----------------------------------------------------------------------------------- ---Disclaimer------------------------------ This e-mail contains PRIVILEGED AND CONFIDENTIAL INFORMATION intended solely for the use of the addressee(s). If you are not the intended recipient, please notify the sender by e-mail and delete the original message. Opinions, conclusions and other information in this transmission that do not relate to the official business of QuEST Global and/or its subsidiaries, shall be understood as neither given nor endorsed by it. Any statements made herein that are tantamount to contractual obligations, promises, claims or commitments shall not be binding on the Company unless followed by written confirmation by an authorized signatory of the Company. ----------------------------------------------------------------------------------- ---Disclaimer------------------------------ This e-mail contains PRIVILEGED AND CONFIDENTIAL INFORMATION intended solely for the use of the addressee(s). If you are not the intended recipient, please notify the sender by e-mail and delete the original message. Opinions, conclusions and other information in this transmission that do not relate to the official business of QuEST Global and/or its subsidiaries, shall be understood as neither given nor endorsed by it. Any statements made herein that are tantamount to contractual obligations, promises, claims or commitments shall not be binding on the Company unless followed by written confirmation by an authorized signatory of the Company. ----------------------------------------------------------------------------------- -------------- next part -------------- An HTML attachment was scrubbed... URL: From cory.quammen at kitware.com Thu Dec 10 08:29:48 2015 From: cory.quammen at kitware.com (Cory Quammen) Date: Thu, 10 Dec 2015 08:29:48 -0500 Subject: [Paraview-developers] www.paraview.org down for maintenance Thursday, 5:30pm EST Message-ID: www.paraview.org will be offline for an hour or so for maintenance starting today (Thursday, December 10, 2015) at 5:30pm EST. Git repositories on paraview.org will also be unavailable. Cheers, Cory -- Cory Quammen R&D Engineer Kitware, Inc. -------------- next part -------------- An HTML attachment was scrubbed... URL: From prashant.v at quest-global.com Thu Dec 10 22:18:47 2015 From: prashant.v at quest-global.com (Prashant V) Date: Fri, 11 Dec 2015 03:18:47 +0000 Subject: [Paraview-developers] Disabling a menu item in Paraview GUI In-Reply-To: References: , , , Message-ID: Just wanted to correct myself. Below code snippet works finally. Earlier I kept it in wrong place, therefore list came empty. Thanks Joachim and Cory for useful suggestions. ________________________________ From: Paraview-developers [paraview-developers-bounces at paraview.org] on behalf of Prashant V Sent: Thursday, December 10, 2015 2:40 PM To: Joachim Pouderoux Cc: paraview-developers at paraview.org Subject: Re: [Paraview-developers] Disabling a menu item in Paraview GUI Hi Joachim, Now I want to do operations with my menu when user clicks on Apply button. Taking cue from this link (https://cmake.org/pipermail/paraview/2015-July/034476.html) I tried to connect Apply button signal 'applied()' (defined in pqPropertiesPanel.h) with a slot defined in my menu class. My code snippet is: QList ppanels = pqCoreUtilities::mainWidget()->findChildren(); foreach (pqPropertiesPanel* ppanel, ppanels) { QObject::connect(ppanel, SIGNAL(applied()), myMenuObject, SLOT(onApplyClicked())); } This code doesn't work because QList ppanels remains empty. How should I access pqPropertiesPanel object in my menu class? Thanks. Regards, Prashant ________________________________ From: Paraview-developers [paraview-developers-bounces at paraview.org] on behalf of Prashant V Sent: Wednesday, December 09, 2015 1:34 PM To: Joachim Pouderoux Cc: paraview-developers at paraview.org Subject: Re: [Paraview-developers] Disabling a menu item in Paraview GUI Thanks Joachim. This works absolutely the way I wanted. ________________________________ From: Joachim Pouderoux [joachim.pouderoux at kitware.com] Sent: Tuesday, December 08, 2015 8:23 PM To: Prashant V Cc: paraview-developers at paraview.org Subject: Re: [Paraview-developers] Disabling a menu item in Paraview GUI Prashant, Sure. You could listen for object builder events (see signals section of pqObjectBuilder.h): QObject::connect(pqApplicationCore::instance()->getObjectBuilder(), SIGNAL(destroying(pqPipelineSource*)), this, SLOT(onSourceRemoved(pqPipelineSource*))); Joachim Pouderoux PhD, Technical Expert Kitware SAS 2015-12-08 15:48 GMT+01:00 Prashant V >: Hi Joachim, Thanks for sharing this snippet. This is really helpful. I have one more question further. In my case, how should I access object of my menu when user clicks on 'Delete' button. I don't want to change Paraview source code where 'Delete' callback slot is implemented. Regards, Prashant ________________________________ From: Joachim Pouderoux [joachim.pouderoux at kitware.com] Sent: Tuesday, December 08, 2015 4:36 PM To: Prashant V Cc: paraview-developers at paraview.org Subject: Re: [Paraview-developers] Disabling a menu item in Paraview GUI Prashant, I think you could track the number of objects available in the model, something like : pqServerManagerModel* model = pqApplicationCore::instance()->getServerManagerModel(); pqServer* server = pqApplicationCore::instance()->getActiveServer(); QList sources = model->findItems(server); int numberOfPipelineSources = sources.size(); mymenu->setEnable(numberOfPipelineSources != 0); Best, Joachim Joachim Pouderoux PhD, Technical Expert Kitware SAS 2015-12-08 10:42 GMT+01:00 Prashant V >: Hello, I have added a menu item in Paraview GUI. I want to disable this menu item when user deletes all objects from pipeline browser. What I want to achieve is quite similar to enabling/disabling of Filter menu. Can anybody please guide, how this can be done? Thanks. Regards, Prashant ---Disclaimer------------------------------ This e-mail contains PRIVILEGED AND CONFIDENTIAL INFORMATION intended solely for the use of the addressee(s). If you are not the intended recipient, please notify the sender by e-mail and delete the original message. Opinions, conclusions and other information in this transmission that do not relate to the official business of QuEST Global and/or its subsidiaries, shall be understood as neither given nor endorsed by it. Any statements made herein that are tantamount to contractual obligations, promises, claims or commitments shall not be binding on the Company unless followed by written confirmation by an authorized signatory of the Company. ----------------------------------------------------------------------------------- _______________________________________________ Powered by www.kitware.com Visit other Kitware open-source projects at http://www.kitware.com/opensource/opensource.html Search the list archives at: http://markmail.org/search/?q=Paraview-developers Follow this link to subscribe/unsubscribe: http://public.kitware.com/mailman/listinfo/paraview-developers ---Disclaimer------------------------------ This e-mail contains PRIVILEGED AND CONFIDENTIAL INFORMATION intended solely for the use of the addressee(s). If you are not the intended recipient, please notify the sender by e-mail and delete the original message. Opinions, conclusions and other information in this transmission that do not relate to the official business of QuEST Global and/or its subsidiaries, shall be understood as neither given nor endorsed by it. Any statements made herein that are tantamount to contractual obligations, promises, claims or commitments shall not be binding on the Company unless followed by written confirmation by an authorized signatory of the Company. ----------------------------------------------------------------------------------- ---Disclaimer------------------------------ This e-mail contains PRIVILEGED AND CONFIDENTIAL INFORMATION intended solely for the use of the addressee(s). If you are not the intended recipient, please notify the sender by e-mail and delete the original message. Opinions, conclusions and other information in this transmission that do not relate to the official business of QuEST Global and/or its subsidiaries, shall be understood as neither given nor endorsed by it. Any statements made herein that are tantamount to contractual obligations, promises, claims or commitments shall not be binding on the Company unless followed by written confirmation by an authorized signatory of the Company. ----------------------------------------------------------------------------------- ---Disclaimer------------------------------ This e-mail contains PRIVILEGED AND CONFIDENTIAL INFORMATION intended solely for the use of the addressee(s). If you are not the intended recipient, please notify the sender by e-mail and delete the original message. Opinions, conclusions and other information in this transmission that do not relate to the official business of QuEST Global and/or its subsidiaries, shall be understood as neither given nor endorsed by it. Any statements made herein that are tantamount to contractual obligations, promises, claims or commitments shall not be binding on the Company unless followed by written confirmation by an authorized signatory of the Company. ----------------------------------------------------------------------------------- ---Disclaimer------------------------------ This e-mail contains PRIVILEGED AND CONFIDENTIAL INFORMATION intended solely for the use of the addressee(s). If you are not the intended recipient, please notify the sender by e-mail and delete the original message. Opinions, conclusions and other information in this transmission that do not relate to the official business of QuEST Global and/or its subsidiaries, shall be understood as neither given nor endorsed by it. Any statements made herein that are tantamount to contractual obligations, promises, claims or commitments shall not be binding on the Company unless followed by written confirmation by an authorized signatory of the Company. ----------------------------------------------------------------------------------- -------------- next part -------------- An HTML attachment was scrubbed... URL: From utkarsh.ayachit at kitware.com Mon Dec 14 17:04:02 2015 From: utkarsh.ayachit at kitware.com (Utkarsh Ayachit) Date: Mon, 14 Dec 2015 17:04:02 -0500 Subject: [Paraview-developers] ANN: ParaView 5.0.0-RC2 Tagged! Message-ID: Folks, ParaView 5.0.0-RC2 has been tagged! Git tag name: v5.0.0-RC2 Source tar/zip files are available for download: http://www.paraview.org/download/ Binaries will be available for testing within the next few days. - The ParaView Team From utkarsh.ayachit at kitware.com Tue Dec 15 09:38:32 2015 From: utkarsh.ayachit at kitware.com (Utkarsh Ayachit) Date: Tue, 15 Dec 2015 09:38:32 -0500 Subject: [Paraview-developers] ANN: ParaView 5.0.0-RC2 now available for download Message-ID: Folks, ParaView 5.0.0-RC2 is now available for download[1]. Checkout the release notes on the Kitware blog [2]. As always, we look forward to your feedback [3]. Also stay tuned to the Kitware Blog [4] for upcoming features and enhancements to ParaView, ParaView Catalyst, ParaViewWeb and much more! - The ParaView team [1] http://www.paraview.org/download/ [2] http://kitware.com/blog/home/post/998 [3] http://paraview.uservoice.com [4] http://www.kitware.com/blog/ From Amit.Goel at ucf.edu Wed Dec 16 04:38:13 2015 From: Amit.Goel at ucf.edu (Amit Goel) Date: Wed, 16 Dec 2015 09:38:13 +0000 Subject: [Paraview-developers] H5Part and H5Hut In-Reply-To: <50320452A334BD42A5EC72BAD21450993C7EADD5@MBX210.d.ethz.ch> References: <00729F09-C8F5-48D4-ACFA-A4EAD5B9BB3D@ucf.edu> <50320452A334BD42A5EC72BAD21450993C7EACA7@MBX210.d.ethz.ch> <50320452A334BD42A5EC72BAD21450993C7EADD5@MBX210.d.ethz.ch> Message-ID: <33DCFBDE-348C-4E79-9CF4-58A4380083BB@ucf.edu> Dear John Few months ago I had asked you the following two questions? returning to those two questions again: First the questions: 1. Creating H5Part Files: Which version of H5Part should I use for creating ?parallel-hdf5 based H5Part? files - H5Hut 1.99.13 or H5Part 1.6.6 ? Is this code on git somewhere ? 2. Reading H5Part Files in PV: As I understand from your email, I shall try pv-4.4 branch after I have created them. Now the update: I was able to work with h5part from http://vis.lbl.gov/Research/H5Part/, however I had to extend and fix it with bugs and **needed** enhancements such as support for unsigned integers. I am using H5Part for storing particle data and H5Block for storing cell-wise statistics, i.e. stats of each cell of my grid, for every step. Now the questions: 1. I am still at dilemma where is the latest H5Part/H5Hut and who is hosting it ? I wish to contribute my work back, it may or may not be accepted? thats another story, so it would be great if someone on this list can shed a light on who is hosting latest and greatest H5Part/H5Hut repository. The emails to H5Hut people from this site have gone nowhere: https://amas.psi.ch/H5hut/. As a lot of people on this list use H5Part/H5Hut heavily so someone must be aware of the originators. Second is informational only: 2. H5Part files that I produced worked in Paraview out of box, on Mac and On CentOS : Paraview from repository, no need to compile. However of course next step would be to compile with Parallel HDF/H5Part. Paraview is just awesome product. Since H5Part is part of official compiled binary distribution of paraview so I hope at least someone would know the ground truth repository for H5Part :-). Regards Amit On Sep 9, 2015, at 7:30 AM, Biddiscombe, John A. > wrote: Amit The only requirement for H5Part files is that the x,y,z arrays and field arrays are in the correctly named groups for each timestep inside the hdf5 file. the h5part library is just a very thin wrapper around hdf5 so you can write h5part files with any ode that can write hdf5, including python etc. just the group/dataset names that matter. all h5part does is set this up for you and provide a simple api for the parallel regions. I have not used h5hut, but h5part version anything should write out data you can read. I would imagine that h5hut will also work if you tell it to write particle data and not volume fields. inside pv-meshless there is a vtkH5PartWriter that you can try if your data is in vtk compatible form already. the pv-4.4 branch of pv-meshless was used recently, so it should work. JB From: Amit Goel [mailto:Amit.Goel at ucf.edu] Sent: 09 September 2015 12:18 To: Biddiscombe, John A. Cc: Berk Geveci; paraview-developers at paraview.org Subject: Re: [Paraview-developers] H5Part and H5Hut Hi John Thanks a lot for your kind response. There are two parts to my question: 1. Creating H5Part Files: Which version of H5Part should I use for creating ?parallel-hdf5 based H5Part? files - H5Hut 1.99.13 or H5Part 1.6.6 ? Is this code on git somewhere ? 2. Reading H5Part Files in PV: As I understand from your email, I shall try pv-4.4 branch after I have created them. Looking forward for your kind advice on point 1 mentioned above. Regards amit On Sep 9, 2015, at 2:07 AM, Biddiscombe, John A. > wrote: Amit the version of the reader that I maintain is kept here https://github.com/biddisco/pv-meshless It has a number of extensions and options that you will want to ignore. You will see that the pv-4.4 branch was was tested against the paraview master branch a few months ago. if it doesn?t compile against or work with the latest master, please let me know as I only work on viz/paraview stuff part of my time, so I don?t get to maintain/update this as much as I?d like. Note: For parallel partitioning of particle data, you will want the pv-zoltan plugin https://github.com/biddisco/pv-zoltan JB From: Amit Goel [mailto:Amit.Goel at ucf.edu] Sent: 08 September 2015 23:37 To: Berk Geveci Cc: Biddiscombe, John A.; paraview-developers at paraview.org Subject: Re: [Paraview-developers] H5Part and H5Hut Dear Berk Thanks a lot for your response. I was able to open H5part files, albeit with warnings in H5Part. Further, there seems to be multiple versions of H5Part floating around: H5Hut 1.99.13 H5Part 1.6.6 Although the user manuals on H5Part and H5hut website describe the same structure for H5Part files, but seems like codes did go through a major restructuring. I also looked at code of Paraview H5PartReader plugin but was not able to find which version of H5Part code was embedded in reader. Further the H5Part code files itself have been made part of reader, thus plugin doesnt rely on separately present H5Part libraries. I dont mind digging in and updating the H5Part Plugin and submit patches, but only if I knew where to find the latest stable version of H5Part itself. :-) Having said that, I am now trying Gadget HDF5 format as my ultimate goal is to save my particle simulations in some HDF5 format and then render through Paraview. Are there any other particle formats based on HDF5 that Paraview supports ? Regards Amit On Sep 8, 2015, at 3:36 PM, Berk Geveci > wrote: Hi Amit, I CC'ed John who is the original author of that plugin. Hopefully, he can answer your question. Maybe there is an updated version of the reader that handles a newer format. We would be happy to update the plugin if there is a new version of the reader. It does not look like H5hut is available so I can't speak to it. We are not currently doing any work on the H5Part reader. As far as I know, we haven't received any user requests asking us to update or fix it so far. Best, -berk On Fri, Sep 4, 2015 at 4:09 PM, Amit Goel > wrote: Hi I am new to this list. Please let me know if anyone knows the status of H5Part plugin ? My specific questions are: 1. How to use it exactly. I tried opening a Cavity sample file from pvmeshless site. But it returns errors and warnings. 2. What is status of H5hut and H5Part plugins in forthcoming versions of Paraview ? Regards ? amit _______________________________________________ Powered by www.kitware.com Visit other Kitware open-source projects at http://www.kitware.com/opensource/opensource.html Search the list archives at: http://markmail.org/search/?q=Paraview-developers Follow this link to subscribe/unsubscribe: http://public.kitware.com/mailman/listinfo/paraview-developers -------------- next part -------------- An HTML attachment was scrubbed... URL: From wascott at sandia.gov Thu Dec 17 15:08:02 2015 From: wascott at sandia.gov (Scott, W Alan) Date: Thu, 17 Dec 2015 20:08:02 +0000 Subject: [Paraview-developers] Windows builds Message-ID: <79b1ac41d15a4abf8af3e8b69add4243@ES01AMSNLNT.srn.sandia.gov> I am trying to create a ParaView 5.0.0 Windows build. Unfortunately, I am getting trapped by the following: * My company only provides Visual Studio 2013. * Qt appears to only have Visual Studio 2013 compatible versions starting around 5.4.2. * When I try using cmake, I get the following error: Found unsuitable Qt version "5.4.2" from C:/Qt/Qt5.4.2/5.4/msvc2013/bin/qmake.exe CMake Error at CMakeLists.txt:491 (message): Qt 4.7.0 or greater not found. Please set the QT_QMAKE_EXECUTABLE variable. Anyone know how to build with Visual 2013? What version of Qt do you need? Alan -------------------------------------------------------- W. Alan Scott ParaView Support Manager SAIC Sandia National Laboratories, MS 0822 Org 9326 - Building 880 A1-H (505) 284-0932 FAX (505) 284-5619 --------------------------------------------------------- -------------- next part -------------- An HTML attachment was scrubbed... URL: From dave.demarle at kitware.com Thu Dec 17 15:16:01 2015 From: dave.demarle at kitware.com (David E DeMarle) Date: Thu, 17 Dec 2015 15:16:01 -0500 Subject: [Paraview-developers] Windows builds In-Reply-To: <79b1ac41d15a4abf8af3e8b69add4243@ES01AMSNLNT.srn.sandia.gov> References: <79b1ac41d15a4abf8af3e8b69add4243@ES01AMSNLNT.srn.sandia.gov> Message-ID: Try setting PARAVIEW_QT_VERSION to 5. If that doesn't work, build Qt 4.x from source. David E DeMarle Kitware, Inc. R&D Engineer 21 Corporate Drive Clifton Park, NY 12065-8662 Phone: 518-881-4909 On Thu, Dec 17, 2015 at 3:08 PM, Scott, W Alan wrote: > I am trying to create a ParaView 5.0.0 Windows build. Unfortunately, I am > getting trapped by the following: > > > > ? My company only provides Visual Studio 2013. > > ? Qt appears to only have Visual Studio 2013 compatible versions > starting around 5.4.2. > > ? When I try using cmake, I get the following error: > > > > Found unsuitable Qt version "5.4.2" from > C:/Qt/Qt5.4.2/5.4/msvc2013/bin/qmake.exe > > CMake Error at CMakeLists.txt:491 (message): > Qt 4.7.0 or greater not found. Please set the QT_QMAKE_EXECUTABLE > variable. > > > > Anyone know how to build with Visual 2013? What version of Qt do you need? > > > > Alan > > > > -------------------------------------------------------- > > W. Alan Scott > > ParaView Support Manager > > > > SAIC > > Sandia National Laboratories, MS 0822 > > Org 9326 - Building 880 A1-H > > (505) 284-0932 FAX (505) 284-5619 > > --------------------------------------------------------- > > > > _______________________________________________ > Powered by www.kitware.com > > Visit other Kitware open-source projects at > http://www.kitware.com/opensource/opensource.html > > Search the list archives at: > http://markmail.org/search/?q=Paraview-developers > > Follow this link to subscribe/unsubscribe: > http://public.kitware.com/mailman/listinfo/paraview-developers > > -------------- next part -------------- An HTML attachment was scrubbed... URL: From shawn.waldon at kitware.com Thu Dec 17 15:21:59 2015 From: shawn.waldon at kitware.com (Shawn Waldon) Date: Thu, 17 Dec 2015 15:21:59 -0500 Subject: [Paraview-developers] Windows builds In-Reply-To: <79b1ac41d15a4abf8af3e8b69add4243@ES01AMSNLNT.srn.sandia.gov> References: <79b1ac41d15a4abf8af3e8b69add4243@ES01AMSNLNT.srn.sandia.gov> Message-ID: Alan, Edit: I see Dave has responded already. If you are going to build Qt yourself this might be helpful (this is the easiest way to build Qt for use with ParaView that I know of): I typically use the Qt from the ParaView superbuild. Ben is working on a redesign of the ParaView superbuild right now to factor out many common dependencies [1]. His repository contains a recipe for building a ParaView-compatible Qt. Clone the repository and point CMake's source directory at the standalone-qt subdirectory, not the root of the repository. Turn on ENABLE_qt4 or ENABLE_qt5 (depending on which you want to build) and set the location to install Qt, and you will get a build directory that will build and install Qt for you. HTH, Shawn [1]: https://gitlab.kitware.com/ben.boeckel/common-superbuild On Thu, Dec 17, 2015 at 3:08 PM, Scott, W Alan wrote: > I am trying to create a ParaView 5.0.0 Windows build. Unfortunately, I am > getting trapped by the following: > > > > ? My company only provides Visual Studio 2013. > > ? Qt appears to only have Visual Studio 2013 compatible versions > starting around 5.4.2. > > ? When I try using cmake, I get the following error: > > > > Found unsuitable Qt version "5.4.2" from > C:/Qt/Qt5.4.2/5.4/msvc2013/bin/qmake.exe > > CMake Error at CMakeLists.txt:491 (message): > Qt 4.7.0 or greater not found. Please set the QT_QMAKE_EXECUTABLE > variable. > > > > Anyone know how to build with Visual 2013? What version of Qt do you need? > > > > Alan > > > > -------------------------------------------------------- > > W. Alan Scott > > ParaView Support Manager > > > > SAIC > > Sandia National Laboratories, MS 0822 > > Org 9326 - Building 880 A1-H > > (505) 284-0932 FAX (505) 284-5619 > > --------------------------------------------------------- > > > > _______________________________________________ > Powered by www.kitware.com > > Visit other Kitware open-source projects at > http://www.kitware.com/opensource/opensource.html > > Search the list archives at: > http://markmail.org/search/?q=Paraview-developers > > Follow this link to subscribe/unsubscribe: > http://public.kitware.com/mailman/listinfo/paraview-developers > > -------------- next part -------------- An HTML attachment was scrubbed... URL: From utkarsh.ayachit at kitware.com Tue Dec 22 20:24:02 2015 From: utkarsh.ayachit at kitware.com (Utkarsh Ayachit) Date: Tue, 22 Dec 2015 20:24:02 -0500 Subject: [Paraview-developers] ANN: ParaView 5.0.0-RC3 Tagged! Message-ID: Folks, ParaView 5.0.0-RC3 has been tagged! Git tag name: v5.0.0-RC3 Source tar/zip files are available for download: http://www.paraview.org/download/ Binaries will be available for testing within the next few days. - The ParaView Team From will.schroeder at kitware.com Wed Dec 30 11:50:41 2015 From: will.schroeder at kitware.com (Will Schroeder) Date: Wed, 30 Dec 2015 16:50:41 -0000 Subject: [Paraview-developers] A little gratitude goes a long way, especially heading into a new year... Message-ID: Here are some kind words directed at open source maintainers: http://jlongster.com/Starters-and-Maintainers "Here?s to all the maintainers out there. To all the people putting in tireless, thankless work behind-the-scenes to keep code alive, to write documentation, to cut releases, to register domain names, and everything else. ?" Amen, I'd also like to add to that the unsung heroes , the Program Managers, academics, researchers, leaders, visionaries, and everyone else who do the hard work of keeping open source thriving by encouraging, contributing to, and/or funding these efforts. -- William J. Schroeder, PhD Kitware, Inc. 28 Corporate Drive Clifton Park, NY 12065 will.schroeder at kitware.com http://www.kitware.com (518) 881-4902 -------------- next part -------------- An HTML attachment was scrubbed... URL: