Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Signer/ui refactoring #75

Merged
merged 5 commits into from
Dec 17, 2018
Merged

Signer/ui refactoring #75

merged 5 commits into from
Dec 17, 2018

Conversation

pokamest
Copy link
Contributor

Fixed issues:

  • BST-1377
  • BST-1567
  • BST-1569

Major changes in signer qml gui:

  • all dialogs inherited from CustomTitleDialogWindow.qml
  • BSMessageBox.qml split to several files
  • styled components moved to separate folder
  • created BSStyle.qml style file

Changes in WalletsProxy.cpp and AuthProxy.cpp are minor, required for EID auth

@sergey-chernikov sergey-chernikov self-assigned this Dec 17, 2018
Copy link
Collaborator

@sergey-chernikov sergey-chernikov left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Overall good - needs just a tiny polish

std::vector<bs::wallet::PasswordData> pwdDataVector = { pwdData };

walletsMgr_->CreateWallet(seed->walletName().toStdString(), seed->walletDesc().toStdString()
, seed->seed(), params_->getWalletsDir(), isPrimary, pwdDataVector, { 1, 1 });
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can't we not just put { pwdData } instead of pwdDataVector? Looks like there's no need in additional data copy.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

fixed

@sergey-chernikov sergey-chernikov merged commit dba5dc3 into bs_dev Dec 17, 2018
@sergey-chernikov sergey-chernikov deleted the signer/ui_refactoring branch December 17, 2018 17:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants