Add feature to disable the splash screen
ClosedPublic

Authored by wojnilowicz on Jun 28 2017, 4:22 PM.

Details

Summary

BUG:367787
FIXED-IN:5.0

Changes:

  1. Single unique pointer to splashscreen instead of two pointers.
  2. Class has been changed to simple function, so it takes less space.
  3. logoOverlay.isNull() is taking processing resources, while splashscreen can be created with empty pixmap, so that check was removed.
  4. Splashscreen can be disabled.

Diff Detail

Repository
R261 KMyMoney
Lint
Automatic diff as part of commit; lint not applicable.
Unit
Automatic diff as part of commit; unit tests not applicable.
wojnilowicz created this revision.Jun 28 2017, 4:22 PM
tbaumgart accepted this revision as: tbaumgart.Jul 6 2017, 11:50 AM
This revision is now accepted and ready to land.Jul 6 2017, 11:50 AM
This revision was automatically updated to reflect the committed changes.