MantisBT - ParaView
View Issue Details
0013674ParaView(No Category)public2012-11-23 16:232015-01-11 08:29
Utkarsh Ayachit 
Utkarsh Ayachit 
normalminorhave not tried
closedfixed 
 
3.98.1 
Kitware
13674_fix_static_qt_plugins
incorrect functionality
0013674: Fix issues with Qt-based static plugins
When building ParaView statically, Qt based plugins has a few issues:
1. GUI configuration xmls are never loaded correctly. Consequently reader plugins, such as Analyze/Nifti reader aren't available.
2. Icon/Resources from the plugins are not available in the UI.

Reported on mailing list: http://www.paraview.org/pipermail/paraview/2012-November/026771.html [^]
No tags attached.
Issue History
2012-11-23 16:23Utkarsh AyachitNew Issue
2012-11-23 16:24Utkarsh AyachitDescription Updatedbug_revision_view_page.php?rev_id=531#r531
2012-11-23 16:31Utkarsh AyachitTopic Name => 13674_fix_static_qt_plugins
2012-11-23 16:31Utkarsh AyachitNote Added: 0029783
2012-11-23 16:31Utkarsh AyachitStatusbacklog => gatekeeper review
2012-11-23 16:31Utkarsh AyachitFixed in Version => git-next
2012-11-23 16:31Utkarsh AyachitResolutionopen => fixed
2012-11-23 16:31Utkarsh AyachitAssigned To => Utkarsh Ayachit
2012-11-28 09:21Sebastien JourdainStatusgatekeeper review => customer review
2012-11-28 09:21Sebastien JourdainNote Added: 0029799
2013-01-08 17:05Utkarsh AyachitFixed in Versiongit-next => git-master
2013-01-17 23:00Utkarsh AyachitStatuscustomer review => closed
2013-01-30 10:40Utkarsh AyachitFixed in Versiongit-master => 3.98.1
2015-01-11 08:29Sebastiennn JourdainSource_changeset_attached => ParaView master 835b23d2
2015-01-11 08:29Utkarsh AyachitSource_changeset_attached => ParaView master 57862498

Notes
(0029783)
Utkarsh Ayachit   
2012-11-23 16:31   
commit 57862498d64ec40331777bc8d1d73a217b2f720e
Author: Utkarsh Ayachit <utkarsh.ayachit@kitware.com>
Date: Fri Nov 23 16:28:32 2012 -0500

    BUG 0013674. Fixing initialization of Qt-based static plugins.
    
    When building statically, plugins with Qt components weren't necessary working
    correctly. The Qt resource files weren't getting initialized correctly, nor were
    the GUI xmls being processed. This patch addresses such issues. Updating the
    plugin building code to ensure Qt resources/plugin is initialized/imported
    correctly when the plugin is initied statically.
    
    Change-Id: I4f742e37b1a58214a6776420105fa11d2d22caa3
(0029799)
Sebastien Jourdain   
2012-11-28 09:21   
Merged to master