MantisBT - ParaView
View Issue Details
0012567ParaView(No Category)public2011-09-01 15:112012-02-08 17:24
Cory Quammen 
Kyle Lutz 
normalminorhave not tried
closedfixed 
3.10.1 
3.12 
TBD
12567-fix-splash-screen
incorrect functionality
0012567: Splash screens stopped working for branded applications
This change http://www.paraview.org/gitweb?p=ParaView.git;a=commitdiff;h=629b69834f181bca43a82e1b97369a915e222df4 [^] caused splash screen display in branded applications to no longer display.

The patch replaced a configuration variable in the QPixmap constructor

QPixmap pixmap("@BPC_SPLASH_RESOURCE@");

with a hardcoded resource path

QPixmap pixmap(":/paraview/SplashImage.img");

The line should be changed back to

QPixmap pixmap("@BPC_SPLASH_RESOURCE@");

I've posted a topic branch with the fix to github:

https://github.com/cquammen/ParaView/commit/01cd1371f3a57edc7c0a21282f34e3b2a98b78ae [^]
No tags attached.
Issue History
2011-09-01 15:11Cory QuammenNew Issue
2011-09-01 16:18Utkarsh AyachitAssigned To => Kyle Lutz
2011-09-01 16:18Utkarsh AyachitStatusbacklog => todo
2011-09-01 16:26Kyle LutzStatustodo => active development
2011-09-01 16:34Kyle LutzTopic Name => 12567-fix-splash-screen
2011-09-01 16:34Kyle LutzNote Added: 0027443
2011-09-01 16:34Kyle LutzStatusactive development => gatekeeper review
2011-09-01 16:34Kyle LutzResolutionopen => fixed
2011-09-02 13:47Utkarsh AyachitStatusgatekeeper review => customer review
2011-09-02 13:47Utkarsh AyachitFixed in Version => git-master
2011-11-11 17:03Utkarsh AyachitFixed in Versiongit-master => 3.12
2012-01-18 16:29Cory QuammenNote Added: 0027947
2012-02-08 17:24Utkarsh AyachitStatuscustomer review => closed
2012-02-08 17:24Utkarsh AyachitNote Added: 0028136

Notes
(0027443)
Kyle Lutz   
2011-09-01 16:34   
Merge topic '12567-fix-splash-screen' into next

01cd137 Fixed splash screen not displaying in branded ParaView apps.
(0027947)
Cory Quammen   
2012-01-18 16:29   
This is now fixed in master.
(0028136)
Utkarsh Ayachit   
2012-02-08 17:24   
Closing bugs sitting in "customer review" for a long time.