Omit command line parsing
ClosedPublic

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

Details

Summary

The purpose of this patch is to speed up startup process of KMyMoney.

Changes:

  1. Only mandatory informations about application are set each time it starts.
  2. Additional informations have been moved to kcreditswindow.cpp from which they can be fetched on request.
  3. Command line is processed only if there is at least one argument passed.
  4. "About KMyMoney" has been reconnected and shows about data only on request.

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:23 PM
tbaumgart accepted this revision as: tbaumgart.Jul 6 2017, 11:54 AM
This revision is now accepted and ready to land.Jul 6 2017, 11:54 AM
This revision was automatically updated to reflect the committed changes.