View Issue Details Jump to Notes ] Print ]
IDProjectCategoryView StatusDate SubmittedLast Update
0012567ParaView(No Category)public2011-09-01 15:112012-02-08 17:24
ReporterCory Quammen 
Assigned ToKyle Lutz 
PrioritynormalSeverityminorReproducibilityhave not tried
StatusclosedResolutionfixed 
PlatformOSOS Version
Product Version3.10.1 
Target VersionFixed in Version3.12 
Summary0012567: Splash screens stopped working for branded applications
DescriptionThis 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 [^]
TagsNo tags attached.
ProjectTBD
Topic Name12567-fix-splash-screen
Typeincorrect functionality
Attached Files

 Relationships

  Notes
(0027443)
Kyle Lutz (viewer)
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 (developer)
2012-01-18 16:29

This is now fixed in master.
(0028136)
Utkarsh Ayachit (administrator)
2012-02-08 17:24

Closing bugs sitting in "customer review" for a long time.

 Issue History
Date Modified Username Field Change
2011-09-01 15:11 Cory Quammen New Issue
2011-09-01 16:18 Utkarsh Ayachit Assigned To => Kyle Lutz
2011-09-01 16:18 Utkarsh Ayachit Status backlog => todo
2011-09-01 16:26 Kyle Lutz Status todo => active development
2011-09-01 16:34 Kyle Lutz Topic Name => 12567-fix-splash-screen
2011-09-01 16:34 Kyle Lutz Note Added: 0027443
2011-09-01 16:34 Kyle Lutz Status active development => gatekeeper review
2011-09-01 16:34 Kyle Lutz Resolution open => fixed
2011-09-02 13:47 Utkarsh Ayachit Status gatekeeper review => customer review
2011-09-02 13:47 Utkarsh Ayachit Fixed in Version => git-master
2011-11-11 17:03 Utkarsh Ayachit Fixed in Version git-master => 3.12
2012-01-18 16:29 Cory Quammen Note Added: 0027947
2012-02-08 17:24 Utkarsh Ayachit Status customer review => closed
2012-02-08 17:24 Utkarsh Ayachit Note Added: 0028136


Copyright © 2000 - 2018 MantisBT Team